:root{--brand: #2563eb;--brand-ink: #1e4fc9;--brand-soft: rgba(37, 99, 235, .08);--bg: #f7f7f9;--surface: #ffffff;--surface-2: #fbfbfc;--text: #1c2230;--text-2: #525c6b;--text-3: #7c8594;--border: #e3e6ec;--border-strong: #cdd3dd;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 8px 24px rgba(16, 24, 40, .05);--danger: #c0392b;--success: #1e7e45;--warn: #9a6b00;--focus: rgba(37, 99, 235, .18)}*{box-sizing:border-box}html,body{margin:0;background:var(--surface);color:var(--text);font-family:Avenir Next,Segoe UI,ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-weight:650;letter-spacing:-.01em;color:var(--text);margin:0 0 .5rem}a{color:var(--brand)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:var(--text-3)}.sub{display:block;color:var(--text-3);font-size:.86em}.error-text{color:#b3261e;font-weight:550;margin:.5rem 0}.success-text{color:var(--success);font-weight:550;margin:.5rem 0}.lead{font-size:1.1rem;color:var(--text-2)}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.btn:hover{background:var(--surface-2);border-color:var(--border-strong)}.btn:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.sm{padding:5px 10px;font-size:.86em}.btn.block{display:flex;width:100%;justify-content:center}.btn.primary{background:var(--brand);border-color:transparent;color:#fff}.btn.primary:hover{background:var(--brand-ink, #1d4ed8)}.btn.ghost{background:transparent;color:var(--text-2);border-color:transparent}.btn.ghost:hover{background:var(--surface-2);color:var(--text)}.btn.ghost.on{color:var(--brand)}.btn.danger{color:#a32b22;border-color:currentcolor}.btn.danger:hover{background:#b3261e14}.pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.78em;font-weight:600;white-space:nowrap}.pill-neutral{background:#eef0f4;color:var(--text-2)}.pill-brand{background:var(--brand-soft);color:var(--brand)}.pill-draft{background:#f4e7e7;color:#a33b2f}.pill-finalized,.pill-success{background:#e3f0e7;color:var(--success)}.pill-warn{background:#fbf0dc;color:#96630d}.pill-danger{background:#fbe4e1;color:#b3261e}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(0,0,0,.18);border-top-color:currentcolor;border-radius:50%;animation:spin .7s linear infinite;vertical-align:-2px;margin-right:4px}@keyframes spin{to{transform:rotate(360deg)}}.app{min-height:100vh;background:var(--surface)}.topbar{display:flex;align-items:center;gap:20px;padding:14px 28px;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:10px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;color:#fff;font-weight:700;font-size:15px}.brand-logo{height:28px;width:auto}.brand-name{font-weight:700;font-size:1.02rem;color:var(--text)}.tabs{display:flex;gap:4px;margin-left:auto;margin-right:auto}.tab{border:none;background:transparent;padding:8px 18px;border-radius:999px;font:inherit;font-weight:600;color:var(--text-2);cursor:pointer}.tab.active{background:var(--brand-soft);color:var(--brand)}.tab:hover:not(.active){background:var(--surface-2);color:var(--text)}.content{max-width:1080px;margin:0 auto;padding:32px 28px}.table{width:100%;border-collapse:separate;border-spacing:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-size:.94em}.table th{text-align:left;padding:11px 16px;font-weight:600;color:var(--text-2);border-bottom:1px solid var(--border-strong);background:var(--surface-2)}.table td{padding:12px 16px;border-bottom:1px solid var(--border);vertical-align:top}.table tr:last-child td{border-bottom:none}.table .clickable{cursor:pointer}.table .clickable:hover{background:var(--surface-2)}.table tbody tr.clickable{cursor:pointer}.table tbody tr.clickable:hover,.table tbody tr.open{background:var(--surface-2)}.row-actions{display:flex;gap:8px;justify-content:flex-end}.details{color:var(--text-3)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 22px}.field{display:block;margin-bottom:14px}.field span{display:block;margin-bottom:5px;font-weight:600;font-size:.86em;color:var(--text-2)}.field input,.field select,.field textarea{width:100%;padding:9px 12px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--focus)}.check-field{display:flex;gap:10px;align-items:flex-start;margin:8px 0}.check-field input{width:18px;height:18px;accent-color:var(--brand);margin-top:2px}.check-field span{color:var(--text-2);font-size:.94em}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:8px 0}.tab-pane .tab-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.tab-head h2{margin:0;font-size:1.35rem}.empty{padding:28px;border:1px dashed var(--border-strong);border-radius:var(--radius);text-align:center;color:var(--text-2)}.empty p{margin:0}.empty .muted{color:var(--text-3)}.detail .detail-head{display:flex;align-items:center;gap:12px}.detail h2{margin:0}.modules{margin-top:22px}.module-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:12px 14px;margin-bottom:8px}.module-card summary{cursor:pointer;font-weight:600}.objective-list{margin:8px 0 4px;padding-left:18px;color:var(--text-2)}.objective-list li{margin-bottom:3px}.upload-box .file-hint{color:var(--text-3);font-size:.86em}.approval-box{margin-top:16px;padding:16px 18px;border:1px solid var(--border);border-left:4px solid var(--warn);border-radius:var(--radius-sm);background:#fdf8ec}.approval-box .muted{margin:0 0 8px}.links-section{margin-top:20px}.link-list{list-style:none;margin:12px 0;padding:0}.link-list li{display:flex;align-items:center;gap:10px;justify-content:space-between;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);margin-bottom:6px}.link-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.84em;overflow-wrap:anywhere;color:var(--text-2)}.enrollments{margin-top:20px}.enrollments h3{margin-bottom:10px}.finalize-box{margin-top:20px;padding:18px 20px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.finalize-box h3{margin-bottom:6px}.finalize-box .muted{margin:4px 0}.artifacts{margin-top:22px}.artifact{border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:8px;background:var(--surface)}.artifact-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;flex-wrap:wrap}.artifacts-textarea{width:100%;min-height:140px;padding:12px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);font-family:inherit;font-size:.94em;line-height:1.55;resize:vertical}.profile{padding:16px 18px;background:var(--surface)}.profile-head{display:flex;align-items:center;gap:10px;justify-content:space-between}.profile-head h4{margin:0}.profile-head .sub{display:block}.overall-card,.result-card{display:flex;gap:18px;padding:14px 18px;border:1px solid var(--border);border-radius:var(--radius-sm);background:linear-gradient(180deg,var(--brand-soft),transparent 55%);margin:12px 0}.metric-label{display:block;color:var(--text-3);font-size:.82em;margin-bottom:4px}.metric-value{display:block;font-size:1.25rem;font-weight:700;color:var(--text)}.vast-level{font-size:1.6rem;color:var(--brand);font-weight:750}.metric-label span{display:block}.metric{display:flex;flex-direction:column}.metric strong{font-size:1.2rem}.metric small{color:var(--text-3)}.focus-list{margin:10px 0}.focus-list strong{display:block;color:var(--text-2);margin-bottom:4px}.focus-list ul{margin:0;padding-left:18px}.focus-list li{margin-bottom:3px}.module-results{margin-top:12px}.module-results h5{margin:0 0 8px;color:var(--text-2);font-weight:650}.score-chip{display:inline-block;margin-left:10px;padding:2px 9px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:.8em;font-weight:600}.qa-list{list-style:none;margin:8px 0 0;padding:0}.qa-list li{margin-bottom:8px}.qa-q{font-weight:600}.qa-a{color:var(--text-2)}.login-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--surface);padding:24px}.login-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 2px 6px #10182814,0 16px 40px #10182812;padding:30px}.login-card h1{text-align:center;font-size:1.5rem}.login-card .muted{text-align:center;margin-bottom:18px}.login-card form{display:block}.app-tag{color:var(--text-3);margin-top:22px;font-size:.85em}.interview-shell{min-height:100vh;background:var(--surface)}.interview-bar{display:flex;align-items:center;gap:18px;padding:16px 28px;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0}.interview-shell .content{max-width:820px}.intake-form,.question-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px 30px;box-shadow:var(--shadow)}.intake-form h2,.question-form h2{margin-bottom:8px}.phase-head{margin-bottom:18px}.phase-head .pill{font-size:.84em}.progress-wrap{margin:12px 0 22px}.progress-bar{height:8px;border-radius:999px;background:var(--border);overflow:hidden}.progress-fill{height:100%;background:var(--brand);border-radius:999px;transition:width .25s ease}.progress-label{display:block;margin-top:8px;color:var(--text-2);font-size:.87em}.question-text{font-size:1.3rem;line-height:1.45}.answer-input{width:100%;min-height:150px;padding:13px 15px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);font:inherit;font-size:1rem;line-height:1.6;resize:vertical;margin-top:16px}.answer-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--focus)}.completion{max-width:720px;margin:0 auto;text-align:left}.completion .completion-mark{width:64px;height:64px;border-radius:50%;background:var(--success);color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;margin-bottom:18px}.completion h1{font-size:2rem}.result-summary{font-size:1.05rem;line-height:1.6;color:var(--text-2);margin:12px 0}.loading{display:flex;align-items:center;gap:10px;color:var(--text-2);padding:40px}.fatal{max-width:560px;margin:10vh auto;padding:30px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-align:center}.fatal p{color:var(--text-3)}
