:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#081120;--color-surface:#0b1327db;--color-surface-elevated:#121c35f5;--color-text:#eef2ff;--color-muted:#94a3b8;--color-border:#94a3b82e;--color-accent:#f59e0b;--color-accent-2:#fb7185;--color-accent-text:#111827;--safe-top:env(safe-area-inset-top);--safe-right:env(safe-area-inset-right);--safe-bottom:env(safe-area-inset-bottom);--safe-left:env(safe-area-inset-left);background:radial-gradient(circle at 0 0,#f59e0b2e,#0000 28%),radial-gradient(circle at 100% 100%,#3b82f629,#0000 24%),linear-gradient(#050b16 0%,#0b1120 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{background:var(--color-bg)}body{color:var(--color-text)!important;background:var(--color-bg)!important}button,input,textarea{font:inherit}button{cursor:pointer}.visually-hidden:where(:not(:focus-within,:active)){clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.app-shell{min-height:100vh;color:var(--color-text);padding:calc(24px + var(--safe-top)) calc(20px + var(--safe-right)) calc(24px + var(--safe-bottom)) calc(20px + var(--safe-left));background:radial-gradient(circle at 0 0,#f59e0b29,#0000 26%),radial-gradient(circle at 85% 15%,#3b82f61f,#0000 22%),radial-gradient(circle at 100% 100%,#fb718517,#0000 20%),linear-gradient(#050b16 0%,#0b1120 100%)}.topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050a16ad;border:1px solid #94a3b824;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto 20px;padding:14px 16px;display:flex;box-shadow:0 18px 60px #02061738}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent);margin-bottom:8px;font-size:12px}h1,h2,h3,p{margin:0}h1{letter-spacing:-.03em;font-size:clamp(24px,2.2vw,34px);line-height:1.1}h2{font-size:clamp(22px,2vw,28px)}h3{font-size:18px}.nav{flex-wrap:wrap;gap:12px;display:flex}.nav-link-primary{background:linear-gradient(135deg, var(--color-accent), #fb7185);color:var(--color-accent-text);border-color:#0000}.logout-form{margin:0}.nav-link,.button{border:1px solid var(--color-border);color:var(--color-text);background:#ffffff0f;border-radius:14px;padding:10px 14px;text-decoration:none;transition:transform .14s,border-color .14s,background .14s}.nav-link:hover,.button:hover{border-color:#f59e0b8c;transform:translateY(-1px)}.nav-link-danger{background:#ef44441f;border-color:#ef444447}.nav-link-danger:hover{border-color:#ef44449e}.nav-link:focus-visible,.button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:2px;outline:2px solid #f59e0be6}.button-primary{background:linear-gradient(135deg, var(--color-accent), #fb7185);color:var(--color-accent-text);border-color:#0000}.bottom-nav{display:none}.content{max-width:1200px;margin:0 auto}.grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:20px;display:grid}.page-shell{gap:20px}.page-shell>.card{grid-column:span 12}.card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#0d152af5,#0a101feb);border:1px solid #94a3b829;border-radius:24px;grid-column:span 6;padding:20px;box-shadow:0 18px 60px #02061761}.hero{background:linear-gradient(145deg, #f59e0b1f, #3b82f60f), var(--color-surface-elevated);grid-column:span 12}.module-shell .module-hero,.landing-shell .landing-hero,.dashboard-shell .dashboard-hero,.membership-shell .home-hero,.matching-shell .profile-hero,.chats-shell .profile-hero,.notifications-shell .profile-hero,.alex-shell .profile-hero,.alex-shell .module-hero,.profile-shell .profile-hero{overflow:hidden}.landing-hero,.module-hero,.dashboard-hero{gap:18px}.dashboard-hero{align-items:stretch}.dashboard-hero-copy{gap:14px}.dashboard-hero-actions{margin-top:2px}.dashboard-hero-side{align-self:stretch}.dashboard-hero-summary{height:100%}.dashboard-status,.dashboard-features,.dashboard-smart,.dashboard-chats,.dashboard-footer{gap:16px}.dashboard-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.dashboard-stat-card{min-height:92px;text-decoration:none}.dashboard-reco-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.dashboard-feature-card{min-height:104px}.dashboard-recommendation-list,.dashboard-chat-list{gap:12px;display:grid}.dashboard-recommendation-card,.dashboard-chat-card{gap:10px}.dashboard-link-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-link-card{min-height:96px}.badge{color:#fde68a;border:1px solid #f59e0b52;border-radius:999px;width:fit-content;margin-bottom:12px;padding:6px 12px;display:inline-flex}.actions{gap:12px;margin-top:16px;display:flex}.wrap{flex-wrap:wrap}.stack{gap:12px;display:grid}.field{gap:8px;margin-top:16px;display:grid}.field span{color:var(--color-muted);font-size:14px}input,textarea,.code,.status-box{border:1px solid var(--color-border);width:100%;color:var(--color-text);background:#02061747;border-radius:16px;padding:14px}.status-box-success{background:#16653438;border-color:#22c55e73}.status-box-error{background:#7f1d1d47;border-color:#f871718c}.profile-action-message{margin-top:14px}textarea{resize:vertical;min-height:120px}.muted{color:var(--color-muted)}.kv{gap:16px;display:grid}.kv dt{color:var(--color-muted);font-size:14px}.kv dd{overflow-wrap:anywhere;margin:6px 0 0}.chips{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.chip{border:1px solid var(--color-border);background:#ffffff0d;border-radius:999px;padding:8px 12px}.code{white-space:pre-wrap;overflow-x:auto}.auth-grid>.card:first-child,.auth-grid>.card:nth-child(2),.auth-grid>.card:nth-child(3),.auth-grid>.card:nth-child(4),.auth-grid>.card:nth-child(5){grid-column:span 12}.auth-shell{container-type:inline-size}.auth-grid{color:var(--color-text)}.auth-grid .card,.auth-grid .card *{color:inherit}.auth-hero{grid-column:span 12}.auth-primary{background:linear-gradient(145deg,#f59e0b1a,#3b82f60f),#0b1327fa;grid-column:span 12}.auth-hero,.auth-primary,.auth-guide{gap:16px}.auth-hero{gap:14px;display:grid}.auth-points{gap:8px;margin-top:4px}.auth-points li{padding-inline-start:2px}.auth-fieldset{border:0;gap:12px;margin:0;padding:0;display:grid}.auth-tech-shell{background:linear-gradient(#121c35e6,#0b1327f5);grid-column:span 12;padding:0;overflow:hidden}.auth-advanced{gap:16px;padding:20px;display:grid}.auth-advanced>summary{cursor:pointer;color:var(--color-text);font-weight:700;list-style:none}.auth-advanced>summary::-webkit-details-marker{display:none}.auth-tech-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.auth-tech-card{border:1px solid var(--color-border);background:#ffffff0a;border-radius:20px;padding:18px}.auth-grid h2,.auth-grid h3,.auth-grid strong,.auth-grid label,.auth-grid summary,.auth-grid p,.auth-grid a,.auth-grid span{color:inherit}.auth-grid .muted{color:#bac7dd}.auth-grid input,.auth-grid textarea{color:#f8fafc;background:#070c18f5;border-color:#94a3b847}.auth-grid input::placeholder,.auth-grid textarea::placeholder{color:#94a3b8b8}.auth-grid input:focus,.auth-grid textarea:focus{border-color:#f59e0bcc;outline:none;box-shadow:0 0 0 3px #f59e0b29}.auth-grid .field{margin-top:0}.auth-grid .button{color:#eef2ff;background:#ffffff0d}.auth-grid .button-primary{color:#111827;background:linear-gradient(135deg, var(--color-accent), #fb7185)}.auth-call-number{color:#f8fafc;font-size:22px;font-weight:800;text-decoration:none}.auth-grid .status-box{color:#f8fafc;background:#050a16d1}.auth-guide{background:linear-gradient(145deg,#3b82f614,#f59e0b0a),#0b1327f5;grid-column:span 12}.profile-grid>.card{grid-column:span 12}.profile-shell{container-type:inline-size}.profile-hero,.profile-panel{gap:16px}.profile-hero{background:radial-gradient(circle at 100% 0,#f59e0b1f,#0000 32%),linear-gradient(145deg,#121c35fa,#0b1327f5);grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:start;display:grid}.profile-hero-copy{align-content:start;gap:14px;display:grid}.profile-hero-copy p{max-width:58ch}.home-hero{gap:18px}.profile-hero-actions{margin-top:6px}.profile-hero-side{background:linear-gradient(#0f172abf,#02061738),#02061738;border:1px solid #94a3b824;border-radius:20px;gap:14px;padding:16px;display:grid}.profile-hero-summary{background:#ffffff08;border:1px solid #94a3b829;border-radius:18px;gap:10px;padding:16px;display:grid}.profile-hero-summary strong{font-size:18px;line-height:1.2}.profile-hero-summary .section-chip{width:fit-content}.profile-avatar-preview,.profile-avatar-placeholder{background:#ffffff08;border:1px solid #94a3b824;border-radius:18px;gap:6px;padding:14px;display:grid}.profile-avatar-preview img{aspect-ratio:1;object-fit:cover;border-radius:14px;width:100%;display:block}.profile-avatar-placeholder>span{font-weight:600}.profile-next-step{background:#ffffff08;border:1px solid #94a3b824;border-radius:18px;gap:10px;padding:14px;display:grid}.profile-quick-list{color:var(--color-text);gap:8px;margin:0;padding:0;list-style:none;display:grid}.profile-quick-list li{padding-left:16px;position:relative}.profile-quick-list li:before{content:"";background:linear-gradient(90deg, var(--color-accent), var(--color-accent-2));border-radius:999px;width:6px;height:6px;position:absolute;top:.72em;left:0}.profile-bullets,.profile-steps{color:var(--color-text);gap:10px;margin:0;padding-inline-start:20px;display:grid}.profile-next-step strong,.profile-hero-summary strong{letter-spacing:-.01em}.profile-bullets{list-style:outside}.profile-steps{list-style:decimal}.section-head{justify-content:space-between;align-items:start;gap:12px;padding-bottom:2px;display:flex}.section-head h3{margin-bottom:4px}.section-chip{color:#fde68a;white-space:nowrap;background:#f59e0b1a;border:1px solid #f59e0b47;border-radius:999px;align-self:start;padding:6px 12px;font-size:12px}.profile-panel{container-type:inline-size}.profile-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.metric-card{background:#ffffff08;border:1px solid #94a3b824;border-radius:18px;gap:4px;padding:14px 16px;display:grid}.metric-card strong{font-size:22px;line-height:1.1}.metric-card span{color:var(--color-muted);font-size:13px;line-height:1.4}.profile-stepper{background:linear-gradient(145deg,#f59e0b1f,#3b82f60d),#0b1327f2;gap:14px;display:grid}.profile-step-nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.profile-step-tab{color:var(--color-text);text-align:left;background:#ffffff08;border:1px solid #94a3b829;border-radius:16px;gap:4px;padding:12px 14px;transition:transform .14s,border-color .14s,background .14s;display:grid}.profile-step-tab:hover{border-color:#f59e0b52;transform:translateY(-1px)}.profile-step-tab strong{font-size:14px}.profile-step-tab span{color:var(--color-muted);font-size:12px;line-height:1.4}.profile-step-tab-active{background:#f59e0b24;border-color:#f59e0b73}.profile-step-summary{background:#ffffff08;border:1px solid #94a3b824;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.profile-step-summary strong{margin-bottom:4px;display:block}.profile-step-summary p{max-width:60ch}.profile-step-actions{flex-wrap:wrap;gap:10px;display:flex}.profile-step-count{color:#fde68a;white-space:nowrap;font-size:13px}.profile-panel .field{margin-top:12px}.quick-pills{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.quick-pill{color:var(--color-text);text-align:left;background:#ffffff0a;border:1px solid #94a3b829;border-radius:999px;padding:8px 12px;font-size:13px}.quick-pill:hover{background:#f59e0b1a;border-color:#f59e0b73}.field-hint{color:var(--color-muted);margin-top:8px;font-size:13px;line-height:1.45}.suggestion-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.suggestion-chip{max-width:100%;color:var(--color-text);text-align:left;background:#ffffff0a;border:1px solid #94a3b829;border-radius:14px;align-items:start;gap:4px;padding:10px 12px;display:grid}.suggestion-chip strong,.suggestion-chip span{text-overflow:ellipsis;display:block;overflow:hidden}.suggestion-chip span{color:var(--color-muted);font-size:13px}.profile-advanced-body{gap:16px;padding-top:12px;display:grid}.profile-step-one,.profile-step-two,.profile-step-four{gap:16px;display:grid}.home-links-grid,.membership-plan-grid{gap:12px;display:grid}.home-links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-primary-actions .home-links-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-link-card{color:var(--color-text);background:linear-gradient(#ffffff0a,#ffffff06);border:1px solid #94a3b824;border-radius:18px;gap:6px;padding:16px;text-decoration:none;transition:transform .14s,border-color .14s,background .14s;display:grid}.home-link-card:hover,.template-card:hover,.review-item:hover,.metric-card:hover,.plan-card:hover{border-color:#f59e0b52;transform:translateY(-1px)}.home-link-card span{color:var(--color-muted)}.template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.template-card{width:100%;color:var(--color-text);text-align:left;background:linear-gradient(#ffffff0a,#ffffff06);border:1px solid #94a3b824;border-radius:18px;gap:6px;padding:14px 16px;transition:transform .14s,border-color .14s,background .14s;display:grid}.template-card span{color:var(--color-muted);font-size:13px;line-height:1.45}.membership-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-card-top{text-align:start;justify-content:space-between;align-items:start;gap:12px;display:flex}.plan-card-meta{color:var(--color-muted);flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:14px;display:flex}.plan-card-meta span{background:#ffffff08;border:1px solid #94a3b824;border-radius:999px;padding:6px 10px}.empty-spot{background:linear-gradient(#ffffff0a,#ffffff05);border:1px dashed #94a3b838;border-radius:18px;gap:10px;padding:18px;display:grid}.notifications-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.notifications-channel-grid .checkbox-row{margin-top:0}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.checkbox-row{accent-color:var(--color-accent);align-items:center;gap:10px;display:flex}.profile-panel .checkbox-row{background:#ffffff08;border:1px solid #94a3b824;border-radius:14px;width:100%;padding:12px 14px}.review-item{border:1px solid var(--color-border);background:linear-gradient(#ffffff0a,#ffffff06);border-radius:18px;padding:16px;transition:transform .14s,border-color .14s,background .14s}.contact-item{background:#02061747;border:1px solid #94a3b824;border-radius:16px;gap:4px;padding:12px 14px;display:grid}.contact-item p{word-break:break-word;margin:0}.profile-advanced{padding-block:18px 20px;overflow:hidden}.profile-advanced>summary{cursor:pointer;justify-content:space-between;align-items:start;gap:12px;list-style:none;display:flex}.profile-advanced>summary::-webkit-details-marker{display:none}.profile-advanced[open]>summary{margin-bottom:16px}.profile-advanced-body{gap:16px;display:grid}.profile-consent-summary{gap:10px}.profile-consent-document{background:#ffffff08;border:1px solid #94a3b824;border-radius:16px;gap:10px;padding:14px 16px;display:grid}.profile-consent-document>summary{cursor:pointer;color:var(--color-text)}.review-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.admin-card{gap:16px}.alex-shell{gap:18px}.alex-main-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:18px;display:grid}.alex-hero{align-items:stretch}.alex-hero-copy{gap:12px}.alex-hero-actions{margin-top:2px}.alex-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.alex-metrics .metric-card{min-height:82px}.alex-hero-side{align-self:stretch}.alex-hero-summary{height:100%}.alex-hero-note{color:var(--color-muted);flex-wrap:wrap;gap:8px;font-size:13px;display:flex}.alex-hero-note span{background:#ffffff05;border:1px solid #94a3b81f;border-radius:999px;padding:7px 10px}.alex-editor,.alex-current,.alex-history{height:fit-content}.alex-editor{background:linear-gradient(145deg,#f59e0b14,#3b82f608),#0b1327f5}.alex-dialogue-hint{flex-wrap:wrap;gap:10px;display:flex}.alex-dialogue-pill{color:#fde68a;background:#f59e0b0f;border:1px solid #f59e0b33;border-radius:999px;padding:8px 12px;font-size:13px}.alex-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.alex-composer textarea{min-height:250px}.alex-composer-actions{justify-content:space-between}.alex-current{background:linear-gradient(#121c35fa,#0a101ff0)}.alex-current-stack{gap:14px}.alex-status-rail{display:grid}.alex-status-box{gap:8px;padding:16px}.alex-status-box strong{font-size:18px}.alex-current-kv{grid-template-columns:1fr}.alex-current-footer{gap:4px;display:grid}.alex-history{background:linear-gradient(#0d152af7,#0a101fed)}.alex-history-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.alex-history-item{height:100%}.profile-shell,.membership-shell,.matching-shell,.chats-shell,.notifications-shell{gap:18px}.profile-workflow .profile-stepper{box-shadow:0 18px 60px #02061747}.profile-workflow .profile-hero{background:radial-gradient(circle at 100% 0,#f59e0b24,#0000 28%),linear-gradient(145deg,#121c35fa,#0b1327f0)}.membership-shell .home-hero,.matching-shell .profile-hero,.chats-shell .profile-hero,.notifications-shell .profile-hero{background:radial-gradient(circle at 100% 0,#f59e0b1f,#0000 28%),linear-gradient(145deg,#121c35fa,#0b1327f0)}.matching-shell .empty-spot,.chats-shell .empty-spot{border-style:solid}.notifications-shell .metric-card strong{font-size:24px}.dashboard-shell .home-links-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.page-shell .review-item{border-color:#94a3b824}@container (width<=860px){.profile-hero,.dashboard-stats-grid,.dashboard-reco-grid,.dashboard-link-grid,.alex-main-grid,.alex-metrics,.alex-history-grid,.profile-metrics{grid-template-columns:1fr}}@container (width<=700px){.field-grid,.notifications-channel-grid,.home-links-grid,.membership-plan-grid,.dashboard-shell .home-links-grid{grid-template-columns:1fr}}.admin-card>summary{cursor:pointer;color:var(--color-text);gap:4px;list-style:none;display:grid}.admin-card>summary::-webkit-details-marker{display:none}.admin-card:not([open])>:not(summary){display:none}.admin-card[open]>summary{margin-bottom:8px}.admin-card>summary strong{font-size:16px}.admin-card>summary .muted{font-size:14px}.card>summary{cursor:pointer;gap:4px;list-style:none;display:grid}.card>summary::-webkit-details-marker{display:none}.card>summary strong{font-size:16px}.card>summary .muted{font-size:14px}.plan-card{text-align:left;border:1px solid var(--color-border);width:100%;color:var(--color-text);background:#ffffff0a;border-radius:18px;gap:10px;padding:18px;display:grid}.plan-card-active{background:#f59e0b14;border-color:#f59e0bb3}@media (width>=960px){.auth-grid>.card:first-child,.auth-grid>.card:nth-child(2),.auth-grid>.card:nth-child(3),.auth-grid>.card:nth-child(4){grid-column:span 6}.auth-grid>.card:nth-child(5),.auth-grid>.card.auth-hero,.auth-grid>.card.auth-primary,.auth-grid>.card.auth-tech-shell,.auth-grid>.card.auth-guide{grid-column:span 12}.bottom-nav{display:none}}@media (width<=720px){.topbar{flex-direction:column;align-items:flex-start}.nav{display:none}.card{grid-column:span 12}.field-grid,.auth-tech-grid{grid-template-columns:1fr}.auth-guide,.auth-hero,.auth-primary{gap:14px}.profile-advanced>summary{flex-direction:column}.dashboard-primary-actions .home-links-grid,.home-links-grid,.membership-plan-grid,.dashboard-stats-grid,.dashboard-reco-grid,.dashboard-link-grid,.template-grid,.alex-template-grid{grid-template-columns:1fr}.alex-composer textarea{min-height:220px}.bottom-nav{left:12px;right:12px;bottom:calc(12px + var(--safe-bottom));z-index:12;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050a16d6;border:1px solid #94a3b82e;border-radius:22px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px;display:grid;position:fixed;box-shadow:0 18px 40px #0206175c}.bottom-nav-link{min-height:48px;color:var(--color-text);background:#ffffff0a;border:1px solid #94a3b824;border-radius:16px;justify-content:center;align-items:center;font-size:14px;text-decoration:none;display:flex}.app-shell{padding-bottom:calc(96px + var(--safe-bottom))}}
