:root{color-scheme:light;--bg: #f4efe6;--surface: rgba(255, 252, 247, .88);--surface-strong: #fff8ef;--border: #d9c8b0;--text: #2d2014;--muted: #6d5a45;--accent: #c35b2f;--accent-strong: #8a3b1b;--error: #9d2f2f;--shadow: 0 18px 40px rgba(110, 77, 41, .14);font-family:Georgia,Times New Roman,serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(195,91,47,.18),transparent 30%),linear-gradient(180deg,#efe6d7,#f8f2e8 42%,#ede3d3);color:var(--text)}button,input,textarea{font:inherit}button{cursor:pointer}input,textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem;background:var(--surface-strong);color:var(--text)}textarea{resize:vertical}pre{margin:0;white-space:pre-wrap;word-break:break-word;background:#f8f2e8;border:1px solid var(--border);border-radius:12px;padding:1rem;font-family:Courier New,monospace;font-size:.9rem}.page{max-width:1280px;margin:0 auto;padding:2rem}.page-login{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.hero-copy h1,.page-header h1{font-size:clamp(2rem,3vw,3.4rem);margin:0}.eyebrow,.panel-kicker{margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:var(--accent)}.lede{color:var(--muted);line-height:1.7;font-size:1.05rem}.panel{background:var(--surface);border:1px solid rgba(217,200,176,.85);border-radius:22px;padding:1.4rem;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.panel-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.stack{display:flex;flex-direction:column;gap:.9rem}.assessment-grid,.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.primary-button,.secondary-button,.list-button,.mode-toggle button{border:none;border-radius:999px;padding:.8rem 1.2rem}.primary-button{background:linear-gradient(135deg,var(--accent),#df8b5d);color:#fff9f0}.secondary-button{background:#2d201414;color:var(--text)}.mode-toggle{display:flex;gap:.45rem}.mode-toggle button{background:#2d201414;color:var(--muted)}.mode-toggle button.active,.list-button.selected{background:var(--accent);color:#fff9f0}.list-button{width:100%;background:#2d20140f;color:var(--text);display:flex;justify-content:space-between;text-align:left}.error-banner{background:#9d2f2f1a;color:var(--error);padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(157,47,47,.3)}.success-banner{background:#27683e1f;color:#275a39;padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(39,104,62,.24);margin-top:.75rem}.data-card{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#fff8efbf}.candidate-list-copy{display:flex;flex-direction:column;gap:.25rem}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:7.5rem;padding:.4rem .8rem;border-radius:999px;font-size:.8rem;font-weight:700}.status-neutral{background:#2d201414;color:var(--muted)}.status-active{background:#27683e24;color:#275a39}.status-completed{background:#315f9824;color:#315f98}.status-timed-out{background:#9d2f2f24;color:var(--error)}.profile-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.compact-stack{gap:.35rem}.modal-overlay{position:fixed;inset:0;background:#2d201459;display:grid;place-items:center;padding:1.5rem;z-index:1000}.modal-card{width:min(100%,34rem);background:var(--surface-strong);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow);padding:1.5rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}@media(max-width:980px){.page-login,.assessment-grid,.dashboard-grid{grid-template-columns:1fr}}
