:root{--brand:#0e8a78;--brand-strong:#0b6e60;--accent:#f6b93b;--bg:#f5f7f6;--surface:#fff;--surface-2:#eef2f0;--text:#17241f;--muted:#5b6b64;--border:#dbe4e0;--danger:#c0392b;--ok:#1e8e5a;--shadow:0 1px 3px #17241f14, 0 4px 16px #17241f0f;--radius:12px}:root[data-theme=dark]{--bg:#101815;--surface:#18231f;--surface-2:#1f2d27;--text:#e7efeb;--muted:#93a59d;--border:#2b3a33;--shadow:0 1px 3px #0006}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:var(--brand);text-decoration:none}h1,h2,h3{line-height:1.2}.shell{flex-direction:column;min-height:100vh;display:flex}.topbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;align-items:center;gap:20px;padding:10px 20px;display:flex;position:sticky;top:0}.brand{color:var(--text);align-items:center;gap:8px;font-size:17px;font-weight:700;display:flex}.topbar nav{flex:1;gap:4px;display:flex}.topbar nav a{color:var(--muted);border-radius:8px;padding:6px 12px;font-weight:500}.topbar nav a.active{background:var(--surface-2);color:var(--text)}.topbar-actions{gap:6px;display:flex}.role-badge{text-transform:uppercase;letter-spacing:.4px;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.role-employer{color:#2a5aa5;background:#e7f0fd}.role-helper{color:#1e8e5a;background:#e7f7ef}.role-agency{color:#a5722a;background:#fdf3e2}:root[data-theme=dark] .role-employer{color:#9dc0f0;background:#22334d}:root[data-theme=dark] .role-helper{color:#8fdcb4;background:#1d3a2c}:root[data-theme=dark] .role-agency{color:#f0cf9d;background:#443521}.content{width:min(1060px,100%);margin:0 auto;padding:24px 20px 80px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:16px;padding:18px}.card h2,.card h3{margin-top:0}.grid{gap:14px;display:grid}.grid.cols-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid.cols-3{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.spread{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.muted{color:var(--muted)}.small{font-size:13px}.field{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.field>span{color:var(--muted);font-size:13px;font-weight:600}input,textarea,select{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:8px 10px}input:focus,textarea:focus,select:focus{outline:2px solid var(--brand);outline-offset:0;border-color:#0000}textarea{resize:vertical;width:100%;min-height:80px}.form-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0 14px;display:grid}button{font:inherit;cursor:pointer;background:var(--brand);color:#fff;border:none;border-radius:8px;padding:9px 16px;font-weight:600}button:hover{background:var(--brand-strong)}button:disabled{opacity:.55;cursor:default}button.secondary{background:var(--surface-2);color:var(--text)}button.ghost{color:var(--muted);background:0 0;padding:6px 10px}button.ghost:hover{background:var(--surface-2)}button.danger{background:var(--danger)}.chips{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.chip{background:var(--surface-2);border-radius:999px;padding:2px 10px;font-size:12.5px;font-weight:500}.chip.hit{color:#14683f;background:#dff3e9}.chip.miss{color:#a03227;background:#fdeaea}:root[data-theme=dark] .chip.hit{color:#8fdcb4;background:#1d3a2c}:root[data-theme=dark] .chip.miss{color:#f0a99d;background:#422}.score{background:var(--surface-2);min-width:52px;height:52px;color:var(--brand);border:2px solid var(--brand);border-radius:50%;justify-content:center;align-items:center;font-size:17px;font-weight:800;display:inline-flex}.status-pill{text-transform:capitalize;background:var(--surface-2);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.status-hired,.status-accepted{color:#14683f;background:#dff3e9}.status-declined,.status-withdrawn{color:#a03227;background:#fdeaea}table{border-collapse:collapse;width:100%;font-size:14px}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:8px 10px}th{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:12.5px}.chat-box{flex-direction:column;gap:10px;max-height:60vh;padding:6px 2px;display:flex;overflow-y:auto}.bubble{background:var(--surface-2);border-radius:16px;align-self:flex-start;max-width:75%;padding:10px 14px}.bubble.mine{background:var(--brand);color:#fff;align-self:flex-end}.bubble .translated{opacity:.85;border-top:1px dashed;margin-top:6px;padding-top:6px;font-size:13px}.bubble .who{opacity:.75;margin-bottom:2px;font-size:11.5px;font-weight:700}.mod-note{color:#7a5416;background:#fdf3e2;border-radius:8px;align-self:flex-end;max-width:75%;margin:-4px 0 2px;padding:6px 10px;font-size:12.5px}:root[data-theme=dark] .mod-note{color:#f0cf9d;background:#443521}.hero{text-align:center;padding:68px 20px 40px}.hero h1{margin:14px 0 8px;font-size:clamp(30px,5vw,46px)}.hero p{color:var(--muted);max-width:620px;margin:0 auto;font-size:18px}.hero .logo{width:72px;height:72px}.role-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;width:min(960px,100%);margin:32px auto;padding:0 20px;display:grid}.role-card{text-align:left}.role-card h3{margin-bottom:6px}.role-card ul{color:var(--muted);margin:8px 0 14px;padding-left:18px;font-size:14px}.feature-strip{width:min(960px,100%);margin:0 auto 60px;padding:0 20px}.verify-banner{color:#7a5416;background:#fdf3e2;border-bottom:1px solid #f0d9ac;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;padding:10px 20px;font-size:14px;display:flex}:root[data-theme=dark] .verify-banner{color:#f0cf9d;background:#443521;border-bottom-color:#5c4826}.error{color:var(--danger);margin:8px 0;font-size:14px}.success{color:var(--ok);margin:8px 0;font-size:14px}.avatar{object-fit:cover;background:var(--surface-2);border-radius:50%;width:56px;height:56px}.portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.portfolio-grid img{aspect-ratio:1;object-fit:cover;border-radius:10px;width:100%}.voice-player{vertical-align:middle;max-width:260px;height:34px}.bubble .voice-player{margin-bottom:4px;display:block}.bubble .muted{color:inherit;opacity:.8}.transcript{opacity:.85;font-size:14px;font-style:italic}.roster-photo{object-fit:cover;border:1px solid var(--border);background:var(--surface-2);border-radius:5px;width:34px;height:44px}.progress-track{background:var(--surface-2);border-radius:2px;height:4px;margin-top:5px;overflow:hidden}.progress-fill{background:var(--accent);border-radius:2px;height:100%;transition:width .18s linear}.progress-fill.indeterminate{width:35%;animation:1.1s ease-in-out infinite progress-slide}@keyframes progress-slide{0%{margin-left:-35%}to{margin-left:100%}}@media (prefers-reduced-motion:reduce){.progress-fill.indeterminate{opacity:.45;width:100%;animation:none}}@media (width<=640px){.topbar{flex-wrap:wrap}.topbar nav{order:3;width:100%;overflow-x:auto}}
