.splash{position:fixed;top:0;right:0;bottom:0;left:0;background:#242424;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .8s ease}.splash--out{opacity:0;pointer-events:none}.splash-content{display:flex;flex-direction:column;align-items:center;gap:0}.splash-ring-wrap{position:relative;width:220px;height:220px}.splash-ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;animation:splash-spin 1.4s linear infinite;transform-origin:center}@keyframes splash-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.splash-arc{transform-origin:center}.splash-logo-inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.tplus-logo-svg{width:130px;height:auto}.splash-brand{margin-top:28px;font-family:Inter,system-ui,sans-serif;font-size:22px;font-weight:700;color:#fff;letter-spacing:4px;text-align:center}.splash-sub{margin-top:4px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:500;color:#fff6;letter-spacing:4px;text-align:center}.support-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0f1e8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:8000;padding:24px;animation:support-fade-in .2s ease}@keyframes support-fade-in{0%{opacity:0}to{opacity:1}}.support-modal{background:#fff;border-radius:20px;width:100%;max-width:560px;box-shadow:0 8px 40px #0a0f1e33;animation:support-slide-in .25s ease;overflow:hidden}@keyframes support-slide-in{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.support-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:28px 28px 0}.support-modal-title{font-size:20px;font-weight:700;color:#1a2744}.support-modal-subtitle{font-size:14px;color:#64748b;margin-top:4px}.support-close-btn{background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;font-size:18px;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0;margin-top:-4px}.support-close-btn:hover{background:#e2e8f0;color:#1a2744}.support-contacts{display:flex;flex-direction:column;gap:12px;padding:24px 28px 28px}.support-contact-card{display:flex;align-items:center;gap:16px;padding:18px 20px;border:1.5px solid #e5e7eb;border-radius:14px;transition:border-color .15s,box-shadow .15s}.support-contact-card:hover{border-color:#1a2744;box-shadow:0 2px 12px #1a274414}.support-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;flex-shrink:0}.support-avatar--blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.support-avatar--rose{background:linear-gradient(135deg,#e8b4b8,#c17e8a)}.support-contact-info{flex:1}.support-contact-name{font-size:15px;font-weight:700;color:#1a2744;margin-bottom:2px}.support-contact-title{font-size:12px;color:#64748b;margin-bottom:6px}.support-contact-email{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#1a2744;text-decoration:none;font-weight:500;transition:opacity .15s}.support-contact-email:hover{opacity:.7;text-decoration:underline}.login-page{min-height:100vh;background:#eef0f6;font-family:Inter,system-ui,-apple-system,sans-serif;padding:16px 24px 14px;display:flex;justify-content:center}@media (min-width: 761px){.login-page{height:100vh;overflow:hidden}}.login-container{width:100%;max-width:980px}.login-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.logo-box{width:40px;height:40px;background:#1a2744;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.brand-name{font-size:17px;font-weight:700;color:#1a2744;line-height:1.2;letter-spacing:.4px}.brand-sub{font-size:11px;font-weight:500;color:#94a3b8;letter-spacing:.5px}.login-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start;margin-bottom:12px}.login-grid--single{grid-template-columns:1fr;max-width:440px}.card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #1a27440f,0 4px 20px #1a274412}.sign-in-card{padding:22px 26px}.signin-top-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.signin-title{font-size:26px;font-weight:700;color:#1a2744;letter-spacing:-.5px}.ai-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border:1.5px solid #f0c94a;border-radius:20px;font-size:12px;font-weight:600;color:#b45309;background:#fffcf0;white-space:nowrap}.signin-subtitle{font-size:13px;color:#64748b;margin-bottom:16px;font-weight:400}.form-field{margin-bottom:11px}.form-label{display:block;font-size:13px;font-weight:600;color:#1a2744;margin-bottom:5px}.password-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.password-label-row .form-label{margin-bottom:0}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon-left{position:absolute;left:12px;color:#9ca3af;pointer-events:none;display:flex;align-items:center}.input-icon-right{position:absolute;right:12px;color:#9ca3af;background:none;border:none;padding:2px;cursor:pointer;display:flex;align-items:center;transition:color .15s}.input-icon-right:hover{color:#6b7280}.form-input{width:100%;padding:9px 12px 9px 38px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;background:#fff;color:#1a2744;outline:none;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:#1a2744;box-shadow:0 0 0 3px #1a274412}.form-input::placeholder{color:#9ca3af;font-weight:400}.form-input--padded-right{padding-right:40px}.checkbox-row{display:flex;align-items:center;gap:9px;cursor:pointer;margin-bottom:14px;-webkit-user-select:none;user-select:none}.checkbox{width:16px;height:16px;border-radius:4px;accent-color:#1a2744;cursor:pointer;flex-shrink:0}.checkbox-label{font-size:13px;color:#374151}.btn-primary{width:100%;padding:11px 20px;background:#1a2744;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s;letter-spacing:.1px}.btn-primary:hover:not(:disabled){background:#111d36}.btn-primary:disabled{opacity:.65;cursor:not-allowed}.btn-google{width:100%;padding:9px 20px;background:#fff;color:#374151;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:border-color .15s,background .15s}.btn-google:hover{border-color:#d1d5db;background:#f9fafb}.link-btn{background:none;border:none;padding:0;font-size:13px;color:#1a2744;cursor:pointer;font-family:inherit;font-weight:500;transition:opacity .15s}.link-btn:hover{opacity:.65}.link-btn--bold{font-size:14px;font-weight:700}.or-divider{display:flex;align-items:center;gap:12px;margin:12px 0 10px}.or-line{flex:1;height:1px;background:#e5e7eb}.or-text{font-size:11px;font-weight:600;color:#9ca3af;white-space:nowrap;letter-spacing:.6px}.signup-prompt{text-align:center;font-size:14px;color:#6b7280;margin-top:10px}.continue-card{padding:20px 22px}.continue-header{display:flex;align-items:center;gap:7px;color:#64748b;margin-bottom:12px}.continue-label{font-size:11px;font-weight:700;letter-spacing:.7px;color:#64748b;text-transform:uppercase}.user-row{width:100%;display:flex;align-items:center;gap:12px;padding:11px 12px;border:1.5px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s;margin-bottom:14px;text-align:left}.user-row:hover{border-color:#1a2744;background:#f9fafc}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#e8b4b8,#c17e8a);color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-info{flex:1}.user-name{display:block;font-size:15px;font-weight:600;color:#1a2744;line-height:1.3}.user-role{display:block;font-size:12px;color:#6b7280}.user-row svg{color:#9ca3af;flex-shrink:0}.activity-list{display:flex;flex-direction:column}.activity-item{display:flex;align-items:flex-start;gap:12px;padding:8px 0}.activity-item+.activity-item{border-top:1px solid #f1f5f9}.activity-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.activity-icon--orange{background:#fff7ed;color:#ea580c}.activity-icon--blue{background:#eff6ff;color:#2563eb}.activity-icon--green{background:#f0fdf4;color:#16a34a}.activity-primary{font-size:13px;font-weight:600;color:#1a2744;line-height:1.4;margin-bottom:1px}.activity-secondary{font-size:12px;color:#6b7280}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:8px}.feature-card{padding:13px 16px;display:flex;align-items:flex-start;gap:12px}.feature-icon-wrap{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-title{font-size:13px;font-weight:700;color:#1a2744;margin-bottom:3px}.feature-desc{font-size:12px;color:#64748b;line-height:1.45}.feature-link{display:inline-block;margin-top:6px;background:none;border:none;padding:0;font-size:12px;font-weight:600;color:#1a2744;cursor:pointer;font-family:inherit;transition:opacity .15s}.feature-link:hover{opacity:.65}.copyright{text-align:center;font-size:12px;color:#9ca3af;padding-bottom:4px}@media (max-width: 760px){.login-page{padding:20px 16px 24px}.login-grid,.features-grid{grid-template-columns:1fr}.sign-in-card{padding:24px 20px}.continue-card{padding:20px 18px}}.signup-page{min-height:100vh;background:#eef0f6;font-family:Inter,system-ui,-apple-system,sans-serif;padding:40px 24px 32px;display:flex;justify-content:center}.signup-container{width:100%;max-width:480px}.signup-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #1a27440f,0 4px 20px #1a274412;padding:36px 32px}.signup-title{font-size:26px;font-weight:700;color:#1a2744;letter-spacing:-.4px;margin-bottom:6px}.signup-subtitle{font-size:14px;color:#64748b;margin-bottom:28px}.signup-error{background:#fef2f2;border:1.5px solid #fca5a5;border-radius:8px;padding:10px 14px;font-size:13px;color:#dc2626;margin-bottom:16px}.signin-prompt{text-align:center;font-size:14px;color:#6b7280;margin-top:20px}.welcome-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a2744;display:flex;align-items:center;justify-content:center;z-index:9000;opacity:1;transition:opacity .6s ease}.welcome-overlay--out{opacity:0;pointer-events:none}.welcome-content{display:flex;flex-direction:column;align-items:center;gap:0;text-align:center}.welcome-logo{width:140px;height:auto;margin-bottom:32px}.welcome-title{font-family:Inter,system-ui,sans-serif;font-size:32px;font-weight:700;color:#fff;letter-spacing:-.5px;margin-bottom:10px}.welcome-subtitle{font-family:Inter,system-ui,sans-serif;font-size:15px;color:#fff9;margin-bottom:40px}.welcome-progress-track{width:200px;height:3px;background:#ffffff1f;border-radius:99px;overflow:hidden}.welcome-progress-bar{height:100%;background:#f0a500;border-radius:99px;animation:welcome-fill 3s linear forwards}@keyframes welcome-fill{0%{width:0%}to{width:100%}}.otp-step{display:flex;flex-direction:column;align-items:center;text-align:center}.otp-icon-wrap{width:72px;height:72px;background:#eff6ff;color:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.otp-title{font-size:22px;font-weight:700;color:#1a2744;margin-bottom:8px}.otp-desc{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:6px}.otp-email{color:#1a2744;font-weight:600}.otp-resent-msg{font-size:13px;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:8px 14px;margin-bottom:4px}.otp-inputs{display:flex;gap:10px;justify-content:center;margin:24px 0 8px}.otp-input{width:52px;height:60px;border:2px solid #e5e7eb;border-radius:12px;text-align:center;font-size:24px;font-weight:700;color:#1a2744;font-family:Inter,system-ui,sans-serif;outline:none;background:#fff;transition:border-color .15s,box-shadow .15s;caret-color:transparent}.otp-input:focus{border-color:#1a2744;box-shadow:0 0 0 3px #1a274414}.otp-input--filled{border-color:#1a2744;background:#f8fafc}.otp-input--error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.otp-error{font-size:13px;color:#dc2626;margin-bottom:12px}.otp-resend-row{font-size:13px;color:#6b7280;margin-bottom:20px}.otp-cooldown{color:#94a3b8;font-weight:500}.otp-back-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;font-size:13px;color:#94a3b8;cursor:pointer;font-family:inherit;padding:4px 0;transition:color .15s}.otp-back-btn:hover{color:#64748b}@media (max-width: 540px){.signup-card{padding:28px 20px}.otp-input{width:42px;height:52px;font-size:20px}.otp-inputs{gap:8px}}@keyframes google-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dash-page{min-height:100vh;background:#eef0f6;font-family:Inter,system-ui,-apple-system,sans-serif}.dash-nav{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;height:64px;display:flex;align-items:center;padding:0 32px}.dash-nav-inner{width:100%;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.dash-nav-logo{display:flex;align-items:center;gap:10px}.dash-logo-box{width:36px;height:36px;background:#1a2744;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-brand-name{font-size:16px;font-weight:700;color:#1a2744;letter-spacing:.4px;line-height:1.2}.dash-brand-sub{font-size:10px;font-weight:500;color:#94a3b8;letter-spacing:.5px}.dash-nav-right{display:flex;align-items:center;gap:16px}.dash-nav-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.dash-nav-email{font-size:13px;color:#374151;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-logout-btn{padding:7px 16px;background:none;border:1.5px solid #e5e7eb;border-radius:8px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.dash-logout-btn:hover{border-color:#1a2744;color:#1a2744}.dash-main{max-width:1200px;margin:0 auto;padding:36px 32px 48px}.dash-welcome{margin-bottom:28px}.dash-welcome-title{font-size:24px;font-weight:700;color:#1a2744;letter-spacing:-.4px;margin-bottom:4px}.dash-welcome-sub{font-size:14px;color:#64748b}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.dash-stat-card{background:#fff;border-radius:14px;padding:20px 22px;box-shadow:0 1px 3px #1a27440d,0 2px 12px #1a27440f;display:flex;align-items:flex-start;gap:14px}.dash-stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-stat-value{font-size:28px;font-weight:700;color:#1a2744;line-height:1;margin-bottom:4px}.dash-stat-label{font-size:12px;color:#64748b;font-weight:500}.dash-stat-trend{font-size:11px;color:#16a34a;margin-top:4px;font-weight:500}.dash-content{display:grid;grid-template-columns:1fr 300px;gap:20px;align-items:start}.dash-card{background:#fff;border-radius:14px;padding:24px;box-shadow:0 1px 3px #1a27440d,0 2px 12px #1a27440f}.dash-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.dash-card-title{font-size:15px;font-weight:700;color:#1a2744}.dash-card-link{font-size:13px;color:#64748b;background:none;border:none;cursor:pointer;font-family:inherit;padding:0;font-weight:500;transition:color .15s}.dash-card-link:hover{color:#1a2744}.dash-activity-list{display:flex;flex-direction:column}.dash-activity-item{display:flex;align-items:flex-start;gap:12px;padding:11px 0}.dash-activity-item+.dash-activity-item{border-top:1px solid #f1f5f9}.dash-act-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-act-primary{font-size:13px;font-weight:600;color:#1a2744;line-height:1.4;margin-bottom:2px}.dash-act-secondary{font-size:12px;color:#6b7280}.dash-roles-list{display:flex;flex-direction:column;gap:10px;margin-top:4px}.dash-role-row{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#f8fafc;border-radius:10px;gap:12px}.dash-role-name{font-size:13px;font-weight:600;color:#1a2744;margin-bottom:2px}.dash-role-team{font-size:11px;color:#6b7280}.dash-role-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.dash-role-count{font-size:12px;color:#64748b;font-weight:500}.dash-badge{padding:3px 9px;border-radius:99px;font-size:11px;font-weight:600}.dash-badge--active{background:#f0fdf4;color:#16a34a}.dash-badge--review{background:#fffbeb;color:#d97706}.dash-actions-list{display:flex;flex-direction:column;gap:10px}.dash-action-btn{width:100%;padding:11px 16px;border-radius:9px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.dash-action-btn--primary{background:#1a2744;color:#fff;border:none}.dash-action-btn--primary:hover{background:#111d36}.dash-action-btn--outline{background:#fff;color:#1a2744;border:1.5px solid #e5e7eb}.dash-action-btn--outline:hover{border-color:#1a2744;background:#f9fafb}.dash-ai-card{background:#1a2744;border-radius:14px;padding:20px;margin-top:16px;color:#fff}.dash-ai-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:#f0a50026;border:1px solid rgba(240,165,0,.3);border-radius:99px;font-size:11px;font-weight:600;color:#f0a500;margin-bottom:10px}.dash-ai-title{font-size:14px;font-weight:700;margin-bottom:4px}.dash-ai-sub{font-size:12px;color:#ffffff8c}@media (max-width: 960px){.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-content{grid-template-columns:1fr}.dash-main{padding:24px 20px 40px}}@media (max-width: 500px){.dash-nav{padding:0 16px}.dash-stats{grid-template-columns:1fr 1fr}.dash-nav-email{display:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.theme-toggle-btn{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:#fff;border:1.5px solid #e5e7eb;box-shadow:0 2px 10px #1a27441f;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a2744;z-index:8888;transition:transform .2s ease,background .25s,border-color .25s,color .25s,box-shadow .25s}.theme-toggle-btn:hover{transform:scale(1.1)}[data-theme=dark] .theme-toggle-btn{background:#1e2a3a;border-color:#2d3f5a;color:#f0a500;box-shadow:0 2px 12px #00000080}[data-theme=dark] body{background:#0d1117;color:#e2e8f0}[data-theme=dark] .login-page,[data-theme=dark] .signup-page{background:#0d1117}[data-theme=dark] .brand-name{color:#e2e8f0}[data-theme=dark] .brand-sub{color:#4a5568}[data-theme=dark] .card,[data-theme=dark] .signup-card{background:#161c2d;box-shadow:0 1px 3px #0006,0 4px 20px #00000080}[data-theme=dark] .signin-title,[data-theme=dark] .signup-title,[data-theme=dark] .otp-title{color:#e2e8f0}[data-theme=dark] .signin-subtitle,[data-theme=dark] .signup-subtitle,[data-theme=dark] .otp-desc{color:#94a3b8}[data-theme=dark] .form-label{color:#cbd5e1}[data-theme=dark] .form-input{background:#0d1117;border-color:#2d3f5a;color:#e2e8f0}[data-theme=dark] .form-input::placeholder{color:#4a5568}[data-theme=dark] .form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}[data-theme=dark] .input-icon-left,[data-theme=dark] .input-icon-right{color:#4a5568}[data-theme=dark] .input-icon-right:hover{color:#94a3b8}[data-theme=dark] .btn-primary{background:#2563eb}[data-theme=dark] .btn-primary:hover:not(:disabled){background:#1d4ed8}[data-theme=dark] .btn-google{background:#1e2a3a;border-color:#2d3f5a;color:#e2e8f0}[data-theme=dark] .btn-google:hover{background:#253348;border-color:#3b82f6}[data-theme=dark] .or-line{background:#2d3f5a}[data-theme=dark] .or-text{color:#4a5568}[data-theme=dark] .link-btn{color:#94a3b8}[data-theme=dark] .link-btn--bold{color:#60a5fa}[data-theme=dark] .checkbox-label{color:#94a3b8}[data-theme=dark] .checkbox{accent-color:#3b82f6}[data-theme=dark] .signup-prompt,[data-theme=dark] .signin-prompt{color:#64748b}[data-theme=dark] .copyright{color:#374151}[data-theme=dark] .password-label-row .link-btn{color:#64748b}[data-theme=dark] .continue-card{background:#161c2d}[data-theme=dark] .continue-header,[data-theme=dark] .continue-label{color:#4a5568}[data-theme=dark] .user-row{background:#0d1117;border-color:#2d3f5a}[data-theme=dark] .user-row:hover{background:#1e2a3a;border-color:#3b82f6}[data-theme=dark] .user-name{color:#e2e8f0}[data-theme=dark] .user-role{color:#64748b}[data-theme=dark] .user-row svg{color:#4a5568}[data-theme=dark] .activity-item+.activity-item{border-color:#1e2a3a}[data-theme=dark] .activity-primary{color:#e2e8f0}[data-theme=dark] .activity-secondary{color:#64748b}[data-theme=dark] .feature-card{background:#161c2d}[data-theme=dark] .feature-title{color:#e2e8f0}[data-theme=dark] .feature-desc{color:#64748b}[data-theme=dark] .feature-link{color:#60a5fa}[data-theme=dark] .otp-input{background:#0d1117;border-color:#2d3f5a;color:#e2e8f0}[data-theme=dark] .otp-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}[data-theme=dark] .otp-input--filled{border-color:#3b82f6;background:#1e2a3a}[data-theme=dark] .otp-resend-row{color:#64748b}[data-theme=dark] .otp-cooldown,[data-theme=dark] .otp-back-btn{color:#4a5568}[data-theme=dark] .otp-back-btn:hover{color:#94a3b8}[data-theme=dark] .otp-error{color:#f87171}[data-theme=dark] .signup-error{background:#2d1b1b;border-color:#7f1d1d;color:#f87171}[data-theme=dark] .dash-page{background:#0d1117}[data-theme=dark] .dash-nav{background:#161c2d;border-color:#2d3f5a}[data-theme=dark] .dash-brand-name{color:#e2e8f0}[data-theme=dark] .dash-brand-sub{color:#4a5568}[data-theme=dark] .dash-nav-email{color:#94a3b8}[data-theme=dark] .dash-logout-btn{border-color:#2d3f5a;color:#64748b}[data-theme=dark] .dash-logout-btn:hover{border-color:#3b82f6;color:#e2e8f0}[data-theme=dark] .dash-welcome-title{color:#e2e8f0}[data-theme=dark] .dash-welcome-sub{color:#64748b}[data-theme=dark] .dash-stat-card{background:#161c2d;box-shadow:0 1px 3px #0006}[data-theme=dark] .dash-stat-value{color:#e2e8f0}[data-theme=dark] .dash-stat-label{color:#64748b}[data-theme=dark] .dash-card{background:#161c2d;box-shadow:0 1px 3px #0006}[data-theme=dark] .dash-card-title{color:#e2e8f0}[data-theme=dark] .dash-card-link{color:#64748b}[data-theme=dark] .dash-card-link:hover{color:#94a3b8}[data-theme=dark] .dash-activity-item+.dash-activity-item{border-color:#1e2a3a}[data-theme=dark] .dash-act-primary{color:#e2e8f0}[data-theme=dark] .dash-act-secondary{color:#64748b}[data-theme=dark] .dash-role-row{background:#1e2a3a}[data-theme=dark] .dash-role-name{color:#e2e8f0}[data-theme=dark] .dash-role-team,[data-theme=dark] .dash-role-count{color:#64748b}[data-theme=dark] .dash-action-btn--primary{background:#2563eb}[data-theme=dark] .dash-action-btn--primary:hover{background:#1d4ed8}[data-theme=dark] .dash-action-btn--outline{background:#1e2a3a;color:#e2e8f0;border-color:#2d3f5a}[data-theme=dark] .dash-action-btn--outline:hover{border-color:#3b82f6;background:#253348}[data-theme=dark] .dash-ai-card{background:#1e2a3a}[data-theme=dark] .support-overlay{background:#000000b3}[data-theme=dark] .support-modal{background:#161c2d;box-shadow:0 8px 40px #0009}[data-theme=dark] .support-modal-title{color:#e2e8f0}[data-theme=dark] .support-modal-subtitle{color:#64748b}[data-theme=dark] .support-close-btn{background:#1e2a3a;color:#64748b}[data-theme=dark] .support-close-btn:hover{background:#253348;color:#e2e8f0}[data-theme=dark] .support-contact-card{border-color:#2d3f5a}[data-theme=dark] .support-contact-card:hover{border-color:#3b82f6;box-shadow:0 2px 12px #3b82f61a}[data-theme=dark] .support-contact-name{color:#e2e8f0}[data-theme=dark] .support-contact-title{color:#64748b}[data-theme=dark] .support-contact-email{color:#60a5fa}[data-theme=dark] .google-auth-page{background:#0d1117}
