.wellstet-primary{color:#8b5cf6}.wellstet-primary-bg{background:linear-gradient(135deg,#00bcd4,#8b5cf6)}.wellstet-primary-border{border-color:#8b5cf6}.wellstet-primary-hover{color:#7c3aed}.wellstet-primary-hover-bg{background:linear-gradient(135deg,#00a5bb,#7c3aed)}.wellstet-primary-light-bg{background-color:#f5f3ff}.wellstet-text-primary{color:#111827}.wellstet-text-secondary{color:#374151}.wellstet-text-tertiary{color:#4b5563}.wellstet-text-subtle{color:#6b7280}.wellstet-error{color:#dc2626}.wellstet-success{color:#16a34a}.wellstet-warning{color:#ca8a04}.wellstet-logo{display:flex;align-items:center;gap:.5rem}.wellstet-logo-icon{width:2rem;height:2rem;color:#8b5cf6}.wellstet-logo-text{font-size:1.25rem;font-weight:600;color:#111827}.wellstet-logo-small .wellstet-logo-icon{width:1.5rem;height:1.5rem}.wellstet-logo-small .wellstet-logo-text{font-size:1.125rem}.wellstet-nav{background-color:#fff;border-right:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.wellstet-nav-header{padding:1rem;border-bottom:1px solid #e5e7eb}.wellstet-nav-item{width:100%;display:flex;align-items:center;padding:.75rem 1rem;text-align:left;transition:all .2s ease-in-out;color:#374151;border:none;background:none;cursor:pointer;position:relative}.wellstet-nav-item:hover{background-color:#f9fafb;color:#111827}.wellstet-nav-item-active{background-color:#f5f3ff;border-right:2px solid #8b5cf6;color:#7c3aed}.wellstet-nav-icon{font-size:1.25rem;margin-right:.75rem;flex-shrink:0;min-width:1.5rem;display:flex;align-items:center;justify-content:center}.wellstet-sidebar-collapsed .wellstet-nav-item{justify-content:center;padding:.75rem .5rem}.wellstet-sidebar-collapsed .wellstet-nav-icon{margin-right:0}.wellstet-nav-label{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wellstet-nav-sublabel{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wellstet-nav-indicator{width:.5rem;height:.5rem;background-color:#8b5cf6;border-radius:50%;flex-shrink:0}.wellstet-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease-in-out}.wellstet-btn-primary{background:linear-gradient(135deg,#00bcd4,#8b5cf6);color:#fff}.wellstet-btn-primary:hover{opacity:.9}.wellstet-btn-secondary{background-color:#f3f4f6;color:#374151}.wellstet-btn-secondary:hover{background-color:#e5e7eb}.wellstet-btn-ghost{background-color:transparent;color:#6b7280;padding:.25rem}.wellstet-btn-ghost:hover{color:#374151;background-color:#f9fafb}.wellstet-btn-danger{background-color:transparent;color:#dc2626}.wellstet-btn-danger:hover{background-color:#fef2f2;color:#dc2626}.wellstet-layout{min-height:100vh;background-color:#f9fafb;display:flex;flex-direction:column}.wellstet-top-nav{background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;height:4rem;flex-shrink:0;position:fixed;top:0;left:0;right:0;z-index:10}.wellstet-sidebar{background-color:#fff;border-right:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:4rem;left:0;height:calc(100vh - 4rem);z-index:5;overflow:hidden}.wellstet-sidebar-expanded{width:16rem}.wellstet-sidebar-collapsed{width:4rem}.wellstet-main-content{flex:1;display:flex;flex-direction:column;min-width:0;overflow-y:auto;margin-top:0;padding-top:4rem;transition:margin-left .3s cubic-bezier(.4,0,.2,1)}.wellstet-page-container{max-width:80rem;margin:0 auto;padding:2rem 1.5rem}.wellstet-user-profile{display:flex;align-items:center;gap:.75rem;padding:1rem;border-top:1px solid #e5e7eb}.wellstet-user-avatar{width:2rem;height:2rem;border-radius:50%;object-fit:cover}.wellstet-user-avatar-fallback{width:2rem;height:2rem;background-color:#d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#6b7280}.wellstet-user-info{flex:1;min-width:0}.wellstet-user-name{font-size:.875rem;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wellstet-user-email{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wellstet-loading-spinner{animation:spin 1s linear infinite;border-radius:50%;width:2rem;height:2rem;border:2px solid transparent;border-bottom-color:#8b5cf6}.wellstet-loading-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#f9fafb;flex-direction:column;text-align:center}.wellstet-loading-text{margin-top:1rem;color:#6b7280}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wellstet-backdrop{position:fixed;inset:0;background-color:#00000080;backdrop-filter:blur(4px);z-index:40;opacity:0;animation:fadeIn .2s ease-out forwards}@keyframes fadeIn{to{opacity:1}}.wellstet-sidebar-mobile-hidden{display:none}.wellstet-sidebar-mobile-overlay{position:fixed;top:0;left:0;width:280px;height:100vh;z-index:50;background-color:#fff;box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translate(-100%);animation:slideIn .3s cubic-bezier(.4,0,.2,1) forwards;padding-top:4rem}@keyframes slideIn{to{transform:translate(0)}}@media(max-width:768px){.wellstet-main-content,.wellstet-layout .wellstet-main-content{margin-left:0!important}.wellstet-page-container{padding:1rem}.wellstet-logo-text{font-size:1.125rem}.wellstet-top-nav .wellstet-user-info{display:none}.wellstet-sidebar-mobile-overlay .wellstet-nav-label,.wellstet-sidebar-mobile-overlay .wellstet-nav-sublabel{display:block!important}}.wellstet-mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background-color:#fff;position:relative;z-index:10}.wellstet-mobile-close-btn{padding:.5rem;margin:-.5rem -.5rem -.5rem 0;color:#6b7280;transition:all .2s ease-in-out}.wellstet-mobile-close-btn:hover{color:#374151;background-color:#f9fafb;border-radius:.375rem}.wellstet-mobile-close-btn:active{transform:scale(.95)}.wellstet-transition{transition:all .2s ease-in-out}.wellstet-shadow-soft{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.wellstet-border-radius{border-radius:.5rem}.wellstet-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-login-page{min-height:100vh;background-color:#f8fafc;display:flex;align-items:center;justify-content:center}.ws-login-card{background:#fff;border-radius:1rem;padding:1.75rem;box-shadow:0 8px 24px -4px #00000014,0 2px 8px -2px #0000000a;border:none;max-width:28rem;width:100%;margin:0 1rem}.ws-login-logo{width:3.5rem;height:3.5rem;margin:0 auto .75rem;display:block}.ws-login-wordmark{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:800;color:#2d3748;text-align:center;margin-bottom:.25rem}.ws-login-tagline{color:#64748b;font-size:.875rem;text-align:center}.ws-login-heading{font-size:1.125rem;font-weight:600;color:#1e293b;text-align:center;margin-bottom:.5rem}.ws-login-subheading{color:#64748b;font-size:.875rem;text-align:center;margin-bottom:1.5rem}.ws-login-divider{display:flex;align-items:center;margin:1rem 0}.ws-login-divider:before,.ws-login-divider:after{content:"";flex:1;border-top:1px solid #e2e8f0}.ws-login-divider span{padding:0 1rem;color:#94a3b8;font-size:.875rem}.ws-login-secondary-btn{width:100%;background:#f8fafc;color:#334155;font-weight:600;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #e2e8f0;cursor:pointer;transition:background .2s}.ws-login-secondary-btn:hover{background:#f1f5f9}.ws-login-notice{background:#f8fafc;border-radius:.5rem;padding:1rem;margin-top:1.5rem}.ws-login-notice p{color:#64748b;font-size:.75rem;text-align:center}.ws-login-footer{margin-top:2rem;text-align:center}.ws-login-footer p{color:#94a3b8;font-size:.75rem}.ws-auth-input{width:100%;padding:.75rem 1rem;background:#f8fafc;border:1px solid #cbd5e1;border-radius:.5rem;color:#1e293b;font-size:1rem;transition:border-color .2s}.ws-auth-input:focus{outline:none;border-color:var(--tenant-primary, #8b5cf6);box-shadow:0 0 0 3px color-mix(in srgb,var(--tenant-primary, #8b5cf6) 12%,transparent)}.ws-auth-submit{width:100%;background:var(--tenant-primary, #8b5cf6);color:#fff;font-weight:600;padding:.75rem 1rem;border:none;border-radius:.5rem;cursor:pointer;transition:opacity .2s}.ws-auth-submit:hover{opacity:.9}.ws-auth-submit:disabled{opacity:.5;cursor:not-allowed}.tenant-login .ws-auth-submit{background:#1b2631;color:#c49145}.tenant-login .ws-auth-submit:hover{background:#243342}.ws-auth-icon-box{width:4rem;height:4rem;background:linear-gradient(135deg,#00bcd4,#8b5cf6);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.ws-auth-icon-box svg,.ws-auth-icon-box .lucide{color:#fff;width:2rem;height:2rem}.ws-auth-link{color:var(--tenant-primary, #8b5cf6);font-weight:500;font-size:.875rem;transition:color .2s;background:none;border:none;cursor:pointer}.ws-auth-link:hover{opacity:.8}.ws-auth-tab-active{background:linear-gradient(135deg,#00bcd4,#8b5cf6)!important;color:#fff!important;box-shadow:0 4px 6px -1px #8b5cf640}.ws-password-strong{background-color:#8b5cf6}.ws-password-valid{color:#8b5cf6}.ws-2fa-input{border:2px solid rgba(148,163,184,.3);background:transparent;color:#fff;text-align:center;font-size:1.5rem;font-weight:700;border-radius:.75rem;transition:border-color .2s,background .2s}.ws-2fa-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf626}.ws-2fa-input-filled{border-color:#8b5cf6;background:#8b5cf626}.ws-accent-text{color:#8b5cf6}.ws-accent-bg-light{background-color:#f5f3ff}.ws-accent-border{border-color:#ede9fe}.ws-gradient-btn{background:linear-gradient(135deg,#00bcd4,#8b5cf6);color:#fff;font-weight:600;padding:.75rem 1.5rem;border:none;border-radius:.5rem;cursor:pointer;transition:opacity .2s,box-shadow .2s,transform .15s}.ws-gradient-btn:hover{opacity:.9;box-shadow:0 4px 12px #8b5cf64d}.ws-gradient-btn:disabled{opacity:.5;cursor:not-allowed}.ws-loading-spinner{color:#8b5cf6}.tenant-login-page{background:#1b2631;background:radial-gradient(ellipse at 50% 40%,#243342,#1b2631 70%)}.tenant-login-page .ws-login-card{background:#ffffff0f;backdrop-filter:blur(20px);border:1px solid rgba(196,145,69,.15);box-shadow:0 24px 48px -12px #0006;min-height:26rem}.tenant-login-page .ws-login-wordmark{font-family:Gruppo,cursive;font-weight:400;font-size:1.6rem;letter-spacing:1px;color:#ffffffe6!important}.tenant-login-page .ws-login-tagline{color:#ffffff80;font-family:Montserrat,sans-serif;font-weight:300;letter-spacing:.1em;text-transform:uppercase;font-size:.7rem}.tenant-login-page .ws-login-footer p{color:#ffffff4d}.tenant-login-page .text-slate-400{color:#fff6}.tenant-login-page .ws-auth-link{color:#d4a843}.tenant-login-page .ws-auth-input{background:#ffffff0d;border-color:#ffffff1f;color:#fff}.tenant-login-page .ws-auth-input::placeholder{color:#ffffff59}.tenant-login-page .ws-auth-input:focus{border-color:#c49145;box-shadow:0 0 0 3px #c4914526}.tenant-login-page .ws-auth-submit{background:#c49145;color:#1b2631;font-weight:700}.tenant-login-page .ws-auth-submit:hover{background:#d4a843}.tenant-customer{background:#1b2631!important;min-height:100vh}.tenant-customer .wellstet-top-nav{background:#1b2631;border-bottom:1px solid rgba(196,145,69,.15);box-shadow:none}.tenant-customer .wellstet-top-nav .wellstet-logo-text{color:#ffffffe6;font-family:Gruppo,cursive;font-weight:400;font-size:1.4rem;letter-spacing:1px;white-space:nowrap}.tenant-customer .wellstet-top-nav .wellstet-user-avatar{border:2px solid rgba(196,145,69,.3)}.tenant-customer .wellstet-user-avatar-fallback{background:#c4914533;color:#d4a843;border:2px solid rgba(196,145,69,.3)}.tenant-customer .wellstet-main-content{background:#1b2631}.customer-welcome{text-align:center;padding:1.5rem 1rem .5rem}.customer-welcome-title{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:300;color:#ffffffd9;letter-spacing:.02em;margin-bottom:0}.customer-welcome-subtitle{color:#fff6;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:300}.tenant-customer .min-h-screen.bg-slate-50{background:transparent!important}.tenant-customer .text-slate-900{color:#ffffffe6}.tenant-customer .text-slate-500{color:#fff6}.tenant-customer .text-slate-700{color:#ffffffb3}.tenant-customer .group-hover\:text-slate-900:hover{color:#fffffff2}.customer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 1rem;padding:0 1rem}.customer-app{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.customer-app:active .customer-app-icon{transform:scale(.92)}.customer-app-icon{width:3.5rem;height:3.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:#c4914526;transition:transform .15s}.customer-app-icon svg{color:#d4a843;width:1.5rem;height:1.5rem}.customer-app-label{font-size:.75rem;font-weight:500;color:#ffffffb3;text-align:center;line-height:1.2}.customer-app-icon-primary{background:#c49145}.customer-app-icon-primary svg{color:#1b2631}.customer-avatar-btn{background:none;border:none;cursor:pointer;padding:0}.customer-menu-backdrop{position:fixed;inset:0;z-index:40}.customer-profile-menu{position:absolute;top:100%;right:0;margin-top:.5rem;width:14rem;background:#243342;border:1px solid rgba(196,145,69,.2);border-radius:.75rem;box-shadow:0 12px 32px -4px #00000080;z-index:50;overflow:hidden}.customer-menu-header{padding:.75rem 1rem}.customer-menu-name{color:#ffffffe6;font-size:.875rem;font-weight:500}.customer-menu-email{color:#fff6;font-size:.75rem;margin-top:.125rem}.customer-menu-divider{height:1px;background:#ffffff14}.customer-menu-item{width:100%;padding:.625rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.875rem;transition:background .15s}.customer-menu-logout{color:#fff9}.customer-menu-logout:hover{background:#ffffff0d;color:#ffffffe6}.customer-settings{max-width:28rem;margin:0 auto;padding:2rem 1.5rem}.customer-settings-title{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:300;color:#ffffffd9;margin-bottom:1.5rem}.customer-settings-section{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;margin-bottom:1rem;overflow:hidden}.customer-settings-row{padding:.875rem 1rem;display:flex;justify-content:space-between;align-items:center}.customer-settings-row+.customer-settings-row{border-top:1px solid rgba(255,255,255,.06)}.customer-settings-label{color:#ffffff80;font-size:.875rem}.customer-settings-value{color:#ffffffd9;font-size:.875rem}.customer-theme-toggle{display:flex;align-items:center;gap:.5rem;color:#d4a843;font-size:.875rem}.customer-settings-signout{width:100%;margin-top:2rem;padding:.75rem;background:none;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;color:#ffffff80;font-size:.875rem;cursor:pointer;transition:all .2s}.customer-settings-signout:hover{border-color:#fff3;color:#fffc}.tenant-customer-light{background:#f8fafc!important}.tenant-customer-light .wellstet-top-nav{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.tenant-customer-light .wellstet-top-nav .wellstet-logo-text{color:#1b2631;font-family:Gruppo,cursive;font-weight:400;font-size:1.4rem;letter-spacing:1px;white-space:nowrap}.tenant-customer-light .wellstet-main-content{background:#f8fafc}.tenant-customer-light .customer-welcome-title{color:#1b2631}.tenant-customer-light .customer-app-icon{background:#c491451a}.tenant-customer-light .customer-app-label{color:#334155}.tenant-customer-light .customer-settings-title{color:#1b2631}.tenant-customer-light .customer-settings-section{background:#fff;border-color:#e2e8f0}.tenant-customer-light .customer-settings-row{border-color:#f1f5f9}.tenant-customer-light .customer-settings-label{color:#64748b}.tenant-customer-light .customer-settings-value{color:#1e293b}.tenant-customer-light .customer-settings-signout{border-color:#e2e8f0;color:#64748b}.tenant-customer-light .customer-settings-signout:hover{border-color:#cbd5e1;color:#1e293b}.customer-empty-state{display:flex;justify-content:center;padding:2rem 1.5rem}.customer-empty-card{max-width:22rem;text-align:center}.customer-empty-icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:#c4914526;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.customer-empty-icon svg{color:#d4a843;width:1.75rem;height:1.75rem}.customer-empty-title{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:500;color:#ffffffd9;margin-bottom:.75rem}.customer-empty-desc{color:#ffffff73;font-size:.8125rem;line-height:1.6;margin-bottom:1.25rem}.customer-empty-notice{color:#d4a843;font-size:.8125rem;font-weight:500;margin-bottom:1.5rem}.customer-empty-actions{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.5rem}.customer-empty-btn-primary{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#c49145;color:#1b2631;font-weight:600;font-size:.875rem;border:none;border-radius:.625rem;cursor:pointer;transition:background .2s}.customer-empty-btn-primary:hover{background:#d4a843}.customer-empty-btn-secondary{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:none;color:#fff9;font-size:.875rem;border:1px solid rgba(255,255,255,.12);border-radius:.625rem;cursor:pointer;transition:all .2s}.customer-empty-btn-secondary:hover{border-color:#ffffff40;color:#ffffffd9}.customer-empty-back{background:none;border:none;color:#ffffff59;font-size:.75rem;cursor:pointer}.customer-empty-back:hover{color:#fff9}
