.landing .nav{position:sticky;top:0;z-index:50;background:#0a0a0fd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}:root[data-theme=light] .landing .nav{background:#ffffffd9}.landing .nav-inner{max-width:1120px;margin:0 auto;padding:.9rem 2rem;display:flex;align-items:center;justify-content:space-between}.landing .brand{font-weight:700;letter-spacing:-.3px}.landing .nav-links{display:flex;gap:2rem;font-size:13px;color:var(--text2)}.landing .nav-links a{text-decoration:none}.landing .nav-links a:hover{color:var(--text)}.landing .nav-actions{display:flex;align-items:center;gap:10px}@media (max-width:760px){.landing .nav-links{display:none}}.landing .hero{position:relative;padding:5.5rem 1rem 4rem;overflow:hidden;text-align:center}.landing .hero:before{content:"";position:absolute;top:-25%;left:50%;transform:translate(-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(108,99,255,.14) 0%,transparent 70%);pointer-events:none}.landing .hero-inner{position:relative;max-width:760px;margin:0 auto}.landing .hero h1{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;letter-spacing:-1.4px;line-height:1.08;margin-bottom:1.2rem}.landing .hero h1 span{color:var(--accent2)}.landing .hero p{font-size:17px;color:var(--text2);max-width:560px;margin:0 auto 2rem;line-height:1.65}.landing .hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.landing .hero-actions a{text-decoration:none}.landing .hero-note{margin-top:1.1rem;font-size:12px;color:var(--text3)}.landing .section{padding:5rem 1rem}.landing .section-inner{max-width:1120px;margin:0 auto}.landing .section-head.center{max-width:560px;margin:0 auto 3.2rem;text-align:center}.landing .section-title{font-size:clamp(1.6rem,3.4vw,2.1rem);font-weight:700;letter-spacing:-.7px;line-height:1.2}.landing .section-sub{font-size:14px;color:var(--text2);margin-top:.7rem;line-height:1.6}.landing .problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.landing .problem-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem}.landing .problem-card .glyph{font-family:DM Mono,monospace;font-size:12px;color:var(--text3);margin-bottom:.9rem}.landing .problem-card p{font-size:14px;color:var(--text2);line-height:1.6}@media (max-width:820px){.landing .problem-grid{grid-template-columns:1fr}}.landing .footer{border-top:1px solid var(--border);padding:2rem 1rem}.landing .footer-inner{max-width:1120px;margin:0 auto;font-size:12px;color:var(--text3);text-align:center}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.auth-screen:before{content:"";position:absolute;top:-30%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(108,99,255,.12) 0%,transparent 70%);pointer-events:none}.auth-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:2.4rem;width:100%;max-width:420px}.auth-tabs{display:flex;gap:4px;background:var(--surface2);border-radius:var(--radius-sm);padding:4px;margin-bottom:1.8rem}.auth-tabs button{flex:1;padding:9px;border:none;background:none;border-radius:6px;font-size:13.5px;font-weight:500;color:var(--text2);cursor:pointer}.auth-tabs button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #0000004d}.ob-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.ob-screen:before{content:"";position:absolute;top:-30%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(108,99,255,.12) 0%,transparent 70%);pointer-events:none}.ob-logo{display:flex;align-items:center;gap:10px;margin-bottom:3rem;position:relative}.ob-logo-mark{width:36px;height:36px;background:var(--accent);border-radius:10px;display:flex;align-items:center;justify-content:center}.ob-logo-mark svg{width:20px;height:20px;fill:#fff}.ob-logo-name{font-size:20px;font-weight:600;letter-spacing:-.3px}.ob-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:2.5rem;width:100%;max-width:480px}.ob-title{font-size:26px;font-weight:600;letter-spacing:-.5px;margin-bottom:.4rem}.ob-sub{font-size:14px;color:var(--text2);margin-bottom:2rem;line-height:1.6}.cp-screen{padding:2rem 1rem;max-width:900px;margin:0 auto;width:100%}.cp-header{margin-bottom:2rem}.back-btn{display:inline-flex;align-items:center;gap:6px;color:var(--text2);font-size:13px;cursor:pointer;margin-bottom:1.5rem;background:none;border:none}.back-btn:hover{color:var(--text)}.cp-title{font-size:24px;font-weight:600;letter-spacing:-.4px}.cp-sub{font-size:14px;color:var(--text2);margin-top:.3rem}.cert-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.cert-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .2s;position:relative}.cert-card:hover{border-color:var(--accent);transform:translateY(-2px)}.cert-card.locked{cursor:not-allowed;opacity:.5}.cert-card.locked:hover{border-color:var(--border);transform:none}.cert-badge{position:absolute;top:12px;right:12px;font-size:10px;font-weight:600;padding:3px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;background:var(--surface3);color:var(--text3)}.cert-icon{width:40px;height:40px;border-radius:10px;background:var(--accent-bg);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:20px}.cert-name{font-size:15px;font-weight:600;margin-bottom:.4rem}.cert-desc{font-size:12px;color:var(--text2);line-height:1.5;margin-bottom:1rem}.cert-meta{font-size:11px;color:var(--text3)}.doc-editor{border:1px solid var(--border2);border-radius:var(--radius);background:var(--surface);overflow:hidden}.doc-editor-toolbar{display:flex;align-items:center;gap:4px;flex-wrap:wrap;padding:8px;border-bottom:1px solid var(--border);background:var(--surface2)}.doc-editor-btn{background:none;border:1px solid transparent;color:var(--text2);font-size:12px;font-weight:600;padding:6px 9px;border-radius:6px;cursor:pointer;min-width:28px}.doc-editor-btn:hover{background:var(--surface3);color:var(--text);border-color:var(--border2)}.doc-editor-sep{width:1px;height:20px;background:var(--border);margin:0 4px}.doc-editor-status{font-size:11px;color:var(--text3);margin-left:auto;padding:0 8px;white-space:nowrap}.doc-editor-status.status-error{color:var(--red)}.doc-editor-status.status-saved{color:var(--green)}.doc-editor-save{flex-shrink:0}.doc-editor-body{min-height:340px;max-height:560px;overflow-y:auto;padding:1.2rem 1.4rem;font-size:13.5px;line-height:1.7;color:var(--text);outline:none}.doc-editor-body h1,.doc-editor-body h2{font-size:17px;font-weight:700;margin:1em 0 .4em}.doc-editor-body h3{font-size:14.5px;font-weight:700;margin:1em 0 .4em}.doc-editor-body p{margin:0 0 .8em}.doc-editor-body ul,.doc-editor-body ol{margin:0 0 .8em 1.4em}.doc-editor-body a{color:var(--accent2)}.doc-meta-bar{display:flex;align-items:center;flex-wrap:wrap;gap:1.4rem;padding:10px 14px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:.6rem}.doc-meta-item{display:flex;align-items:baseline;gap:6px;font-size:12px}.doc-meta-label{color:var(--text3);font-weight:500}.doc-meta-value{color:var(--text2)}.role-badge.role-draft{background:var(--surface3);color:var(--text3)}.role-badge.role-under_review,.role-badge.role-pending_approval{background:var(--amber-bg);color:var(--amber)}.role-badge.role-approved{background:var(--green-bg);color:var(--green)}.role-badge.role-rejected{background:var(--red-bg);color:var(--red)}.dash{display:flex;flex-direction:row;min-height:100vh}.sidebar{width:240px;min-width:240px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.5rem;position:sticky;top:0;height:100vh;overflow-y:auto}.sb-logo{display:flex;align-items:center;gap:8px;margin-bottom:2rem}.sb-logo-mark{width:28px;height:28px;background:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center}.sb-logo-mark svg{width:16px;height:16px;fill:#fff}.sb-logo-name{font-size:15px;font-weight:600}.sb-company{background:var(--surface2);border-radius:var(--radius-sm);padding:10px 12px;margin-bottom:1.5rem}.sb-company-name{font-size:13px;font-weight:600;margin-bottom:2px}.sb-company-cert{font-size:11px;color:var(--accent2);font-weight:500}.sb-nav{flex:1}.sb-nav-label{font-size:10px;color:var(--text3);text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px;font-weight:600}.sb-nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius-sm);cursor:pointer;font-size:13px;color:var(--text2);margin-bottom:2px;transition:all .15s;border:none;background:none;width:100%;text-align:left}.sb-nav-item:hover{background:var(--surface2);color:var(--text)}.sb-nav-item.active{background:var(--accent-bg);color:var(--accent2);font-weight:500}.sb-nav-item svg{width:16px;height:16px;stroke:currentColor;fill:none;flex-shrink:0}.sb-progress{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border)}.sb-progress-label{font-size:11px;color:var(--text3);margin-bottom:6px}.sb-progress-bar{height:4px;background:var(--border);border-radius:2px;overflow:hidden}.sb-progress-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .5s ease}.sb-progress-pct{font-size:11px;color:var(--accent2);margin-top:4px;font-family:DM Mono,monospace}.chat-btn{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--accent);border:none;border-radius:var(--radius-sm);color:#fff;font-size:13px;font-weight:500;cursor:pointer;margin-bottom:8px;width:100%;transition:all .2s}.chat-btn:hover{background:var(--accent2)}.chat-btn svg{width:16px;height:16px;stroke:currentColor;fill:none}.main-content{flex:1;overflow-y:auto;padding:2rem}.main-header{margin-bottom:2rem}.main-title{font-size:22px;font-weight:600;letter-spacing:-.4px;margin-bottom:.3rem}.main-sub{font-size:13px;color:var(--text2)}.tabs{display:flex;gap:2px;background:var(--surface2);border-radius:var(--radius-sm);padding:4px;margin-bottom:1.5rem;width:fit-content}.tab{padding:7px 16px;border-radius:6px;font-size:13px;cursor:pointer;color:var(--text2);transition:all .15s;font-weight:500;border:none;background:none}.tab.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #0000004d}.status-banner{background:var(--accent-bg);border:1px solid var(--border2);border-radius:var(--radius);padding:.9rem 1.2rem;margin-bottom:1.4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.status-items{display:flex;gap:1.6rem;flex-wrap:wrap}.status-item{display:flex;align-items:center;gap:7px;font-size:13px}.status-item-icon{font-size:15px}.status-item-text{color:var(--text2)}.status-item-val{color:var(--text);font-weight:600;font-family:DM Mono,monospace}.status-dismiss{background:none;border:none;color:var(--text3);cursor:pointer;font-size:14px;padding:2px 6px;flex-shrink:0}.status-dismiss:hover{color:var(--text2)}.roadmap{position:relative}.phase{position:relative;padding-left:2.5rem;padding-bottom:1.5rem}.phase:last-child{padding-bottom:0}.phase-line{position:absolute;left:11px;top:24px;bottom:0;width:1px;background:var(--border)}.phase:last-child .phase-line{display:none}.phase-dot{position:absolute;left:0;top:4px;width:24px;height:24px;border-radius:50%;border:2px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:var(--text3);transition:all .3s}.phase-dot.done{background:var(--accent);border-color:var(--accent);color:#fff}.phase-dot.active{background:var(--accent-bg);border-color:var(--accent);color:var(--accent2)}.phase-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;transition:border-color .2s;cursor:pointer}.phase-card:hover{border-color:var(--border2)}.phase-card.active-card{border-color:var(--accent)}.phase-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.phase-name{font-size:14px;font-weight:600}.phase-duration{font-size:11px;color:var(--text3);font-family:DM Mono,monospace;background:var(--surface2);padding:2px 8px;border-radius:20px}.phase-desc{font-size:12px;color:var(--text2);line-height:1.6;margin-bottom:.8rem}.phase-tasks{display:none;flex-direction:column;gap:4px}.phase-card.expanded .phase-tasks{display:flex}.phase-task{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text2)}.phase-task-check{width:14px;height:14px;border-radius:3px;border:1px solid var(--border2);flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.phase-task-check.checked{background:var(--accent);border-color:var(--accent)}.phase-task-check svg{width:9px;height:9px;stroke:#fff;fill:none;display:none}.phase-task-check.checked svg{display:block}.checklist-section{margin-bottom:1.5rem}.checklist-section-title{font-size:12px;font-weight:600;color:var(--text3);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--border)}.checklist-item{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}.checklist-item:last-child{border-bottom:none}.check-box{width:18px;height:18px;border-radius:4px;border:1.5px solid var(--border2);flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-top:1px;transition:all .2s}.check-box.checked{background:var(--accent);border-color:var(--accent)}.check-box svg{width:11px;height:11px;stroke:#fff;fill:none;display:none}.check-box.checked svg{display:block}.check-text{font-size:13px;line-height:1.4}.check-sub{font-size:11px;color:var(--text2);margin-top:2px}.check-required{font-size:10px;color:var(--red);background:var(--red-bg);padding:2px 6px;border-radius:4px;font-weight:500;margin-left:auto;flex-shrink:0}.doc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.doc-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;transition:border-color .2s}.doc-card:hover{border-color:var(--border2)}.doc-icon{width:36px;height:36px;border-radius:8px;background:var(--accent-bg);display:flex;align-items:center;justify-content:center;margin-bottom:.8rem}.doc-icon svg{width:18px;height:18px;stroke:var(--accent2);fill:none}.doc-name{font-size:13px;font-weight:600;margin-bottom:.3rem}.doc-desc{font-size:11px;color:var(--text2);line-height:1.5;margin-bottom:.8rem}.doc-btn{display:flex;align-items:center;gap:6px;padding:7px 12px;background:var(--accent);border:none;border-radius:6px;color:#fff;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;width:100%;justify-content:center}.doc-btn:hover{background:var(--accent2)}.doc-btn:disabled{opacity:.5;cursor:not-allowed}.doc-output{margin-top:.8rem;padding:10px;background:var(--surface2);border-radius:6px;font-size:11px;color:var(--text2);line-height:1.7;max-height:200px;overflow-y:auto;font-family:DM Mono,monospace;white-space:pre-wrap;word-break:break-word}.doc-label-input{width:100%;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 10px;color:var(--text);font-size:12px;margin-bottom:8px;outline:none}.doc-textarea{width:100%;min-height:90px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 10px;color:var(--text);font-size:12px;margin-bottom:8px;outline:none;resize:vertical}.generating{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text2);margin-top:8px}.doc-lib{margin-top:2.2rem;padding-top:2rem;border-top:1px solid var(--border)}.doc-lib-title{font-size:16px;font-weight:700;margin-bottom:.4rem}.doc-lib-sub{font-size:13px;color:var(--text2);margin-bottom:1.3rem;line-height:1.6;max-width:640px}.doc-lib-group{margin-bottom:1.4rem}.doc-lib-group-title{font-family:DM Mono,monospace;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--text3);margin-bottom:.6rem}.doc-lib-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:6px;cursor:pointer;transition:border-color .2s}.doc-lib-row:hover{border-color:var(--border2)}.doc-lib-code{font-family:DM Mono,monospace;font-size:11px;color:var(--text3);width:78px;flex-shrink:0}.doc-lib-name{font-size:13.5px;flex:1}.doc-lib-optional{font-size:11px;color:var(--text3);margin-left:6px}.doc-lib-badge{font-size:10.5px;padding:3px 8px;border-radius:20px;font-weight:600;flex-shrink:0}.badge-not-generated{background:var(--surface3);color:var(--text3)}.badge-generated{background:var(--amber-bg);color:var(--amber)}.badge-ai-assisted{background:var(--green-bg);color:var(--green)}.doc-lib-viewer{margin-top:1.4rem;background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius);padding:1.3rem}.doc-lib-viewer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.doc-lib-viewer-code{font-family:DM Mono,monospace;font-size:11px;color:var(--text3)}.doc-lib-viewer-title{font-size:15px;font-weight:700;margin-top:2px}.doc-lib-viewer-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.doc-workflow-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:.8rem}.profile-completion{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem 1.4rem;margin-bottom:1.8rem}.profile-completion-label{font-size:12px;color:var(--text2);margin-bottom:8px;font-weight:500}.profile-completion-pct{font-family:DM Mono,monospace;font-size:12px;color:var(--accent2);margin-top:6px}.profile-completion-note{font-size:12.5px;color:var(--text3);margin-top:8px;line-height:1.5}.profile-section{margin-bottom:1.8rem}.profile-section-title{font-size:14px;font-weight:700;margin-bottom:.6rem}.profile-note{font-size:12.5px;color:var(--text2);margin-bottom:1rem;line-height:1.5}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width:760px){.profile-grid{grid-template-columns:1fr}.dash{flex-direction:column}.sidebar{width:100%;height:auto;position:relative}}.profile-grid .field label{display:block;font-size:12px;color:var(--text2);margin-bottom:6px;font-weight:500}.profile-grid .field input,.profile-grid .field textarea{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px;font-size:13.5px;color:var(--text);resize:vertical}.profile-grid .field input:focus,.profile-grid .field textarea:focus{outline:none;border-color:var(--accent)}.chat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:100;display:flex;align-items:flex-end;justify-content:flex-end}.chat-panel{width:380px;max-width:100vw;height:90vh;background:var(--surface);border-left:1px solid var(--border);border-top:1px solid var(--border);border-top-left-radius:20px;display:flex;flex-direction:column}.chat-header{padding:1.2rem 1.2rem .8rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.chat-header-info{display:flex;align-items:center;gap:10px}.chat-avatar{width:32px;height:32px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center}.chat-avatar svg{width:17px;height:17px;stroke:#fff;fill:none}.chat-name{font-size:14px;font-weight:600}.chat-status{font-size:11px;color:var(--green);display:flex;align-items:center;gap:4px}.chat-status-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.chat-close{background:none;border:none;color:var(--text2);cursor:pointer;padding:4px;border-radius:6px}.chat-close:hover{background:var(--surface2);color:var(--text)}.chat-close svg{width:18px;height:18px;stroke:currentColor;fill:none}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:10px}.msg{max-width:88%}.msg.user{align-self:flex-end}.msg.ai{align-self:flex-start}.msg-bubble{padding:9px 13px;border-radius:14px;font-size:13px;line-height:1.5}.msg.user .msg-bubble{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.msg.ai .msg-bubble{background:var(--surface2);color:var(--text);border-bottom-left-radius:4px;border:1px solid var(--border)}.chat-suggestions{padding:.6rem 1rem;display:flex;flex-wrap:wrap;gap:6px;border-top:1px solid var(--border)}.chat-suggestion{padding:5px 10px;background:var(--surface2);border:1px solid var(--border);border-radius:20px;font-size:11px;color:var(--text2);cursor:pointer}.chat-suggestion:hover{border-color:var(--accent);color:var(--accent2)}.chat-input-row{padding:.8rem;border-top:1px solid var(--border);display:flex;gap:8px;align-items:center}.chat-input{flex:1;background:var(--surface2);border:1px solid var(--border);border-radius:20px;padding:8px 14px;color:var(--text);font-size:13px;outline:none}.chat-send{width:34px;height:34px;background:var(--accent);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-send:hover{background:var(--accent2)}.chat-send svg{width:15px;height:15px;stroke:#fff;fill:none}.typing{display:flex;align-items:center;gap:4px;padding:10px 13px;background:var(--surface2);border-radius:14px 14px 14px 4px;border:1px solid var(--border);width:fit-content}.typing-dot{width:6px;height:6px;border-radius:50%;background:var(--text3)}.role-badge{font-size:10.5px;padding:2px 8px;border-radius:20px;font-weight:600;display:inline-block}.role-badge.role-org_admin{background:var(--accent-bg);color:var(--accent2)}.role-badge.role-org_member{background:var(--surface2);color:var(--text3)}.invite-form{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.invite-form .field{flex:1;min-width:200px;margin-bottom:0}.invite-form .field label{display:block;font-size:12px;color:var(--text2);margin-bottom:6px;font-weight:500}.invite-form .field input,.invite-form .field select{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:9px 12px;font-size:13.5px;color:var(--text);height:38px;box-sizing:border-box}.invite-form .field input:focus,.invite-form .field select:focus{outline:none;border-color:var(--accent)}.admin-screen{max-width:1000px;margin:0 auto;padding:2rem}.admin-title{font-size:22px;font-weight:600;margin-bottom:1.4rem}.admin-subtitle{font-size:16px;font-weight:600;margin:2rem 0 .8rem}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.admin-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.admin-stat-val{font-size:22px;font-weight:700;font-family:DM Mono,monospace}.admin-stat-label{font-size:11px;color:var(--text3);text-transform:capitalize;margin-top:4px}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{text-align:left;color:var(--text3);font-size:11px;text-transform:uppercase;letter-spacing:.5px;padding:8px;border-bottom:1px solid var(--border)}.admin-table td{padding:8px;border-bottom:1px solid var(--border);color:var(--text2)}*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--surface:#111118;--surface2:#1a1a24;--surface3:#22222f;--border:#2a2a3a;--border2:#353548;--text:#f0f0f8;--text2:#9090b0;--text3:#5a5a7a;--accent:#6c63ff;--accent2:#8b83ff;--accent-bg:#1e1b3a;--green:#22c55e;--green-bg:#0d2a1a;--amber:#f59e0b;--amber-bg:#2a1f0a;--red:#ef4444;--red-bg:#2a1015;--radius:12px;--radius-sm:8px}:root[data-theme=light]{--bg:#f7f7fb;--surface:#ffffff;--surface2:#f1f1f6;--surface3:#e8e8f0;--border:#e1e1ea;--border2:#cbcbd9;--text:#14141f;--text2:#5a5a72;--text3:#8a8a9e;--accent:#6c63ff;--accent2:#5750d6;--accent-bg:#eeebff;--green:#16a34a;--green-bg:#e8f8ee;--amber:#b45309;--amber-bg:#fdf3e0;--red:#dc2626;--red-bg:#fdeaea}html,body,#root{height:100%}body{font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;transition:background .2s,color .2s}button,input,select,textarea{font-family:inherit}a{color:inherit}.theme-toggle{position:fixed;top:1.2rem;right:1.2rem;z-index:200;width:36px;height:36px;border-radius:50%;background:var(--surface2);border:1px solid var(--border);color:var(--text2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.theme-toggle:hover{color:var(--text);border-color:var(--border2)}.theme-toggle svg{width:16px;height:16px}.btn-primary{padding:12px;background:var(--accent);border:none;border-radius:var(--radius-sm);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;letter-spacing:.2px}.btn-primary:hover{background:var(--accent2);transform:translateY(-1px)}.btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-ghost-sm{background:var(--surface2);border:1px solid var(--border);color:var(--text2);font-size:12px;padding:7px 12px;border-radius:7px;cursor:pointer;transition:all .2s}.btn-ghost-sm:hover{border-color:var(--border2);color:var(--text)}.btn-ghost-sm:disabled{opacity:.5;cursor:not-allowed}.form-group{margin-bottom:1.2rem}.form-label{font-size:12px;color:var(--text2);text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px;display:block;font-weight:500}.form-input,.form-select{width:100%;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 14px;color:var(--text);font-size:14px;outline:none;transition:border-color .2s}.form-input:focus,.form-select:focus{border-color:var(--accent)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:640px){.form-row{grid-template-columns:1fr}}.error-text{color:var(--red);font-size:12.5px;margin-top:.6rem;line-height:1.5}.spinner{width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}
