:root { --ink:#18334f; --ink-soft:#587087; --navy:#173f5f; --navy-deep:#102e49; --mist:#eff5f6; --paper:#fffdfa; --coral:#f06459; --sun:#f5b64b; --mint:#58c2ae; --line:#dae5e8; --shadow:0 18px 50px rgba(17,54,76,.10); }
* { box-sizing:border-box; }
body { margin:0; min-width:320px; background:#f5f8f8; color:var(--ink); font:15px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button,input,textarea,select { font:inherit; } button { cursor:pointer; } a { color:inherit; text-decoration:none; } .ambient { position:fixed; pointer-events:none; border-radius:50%; filter:blur(5px); opacity:.55; z-index:-1; } .ambient-one { width:340px; height:340px; right:-110px; top:95px; background:#d8f2ed; } .ambient-two { width:280px; height:280px; left:-130px; bottom:-50px; background:#fde8c2; }
.topbar { height:76px; background:rgba(255,253,250,.93); display:flex; align-items:center; gap:42px; padding:0 max(5vw,32px); border-bottom:1px solid rgba(218,229,232,.8); position:sticky; top:0; z-index:5; backdrop-filter:blur(12px); }.brand { display:inline-flex; align-items:center; gap:9px; font-size:20px; font-weight:850; letter-spacing:-1.2px; color:var(--navy); }.brand>span:last-child span { color:var(--coral); }.brand-mark { display:grid; width:30px; height:30px; place-items:center; border-radius:10px 10px 10px 3px; background:var(--coral); color:white; font:800 17px Georgia, serif; transform:rotate(-4deg); }.topnav { display:flex; gap:6px; flex:1; }.topnav a { color:#627789; padding:8px 12px; font-weight:650; border-radius:9px; }.topnav a:hover,.topnav a.active { background:#eef5f5; color:var(--navy); }.account-menu { display:flex; align-items:center; gap:9px; }.avatar { width:34px; height:34px; display:grid; place-items:center; color:white; background:var(--navy); border-radius:50%; font-weight:800; }.account-copy { display:grid; line-height:1.2; }.account-copy strong { font-size:13px; }.account-copy span { font-size:11px; color:var(--ink-soft); }.icon-button { border:0; color:var(--ink-soft); background:transparent; font-size:18px; }.page-wrap { width:min(1160px, calc(100% - 48px)); margin:0 auto; padding:56px 0 72px; }.guest-wrap { min-height:100vh; }.eyebrow,.section-kicker,.question-label { display:block; font-size:10px; letter-spacing:1.5px; font-weight:800; color:var(--coral); }.eyebrow-light { color:#f7c0af; }.section-kicker { color:#78909e; }.muted { color:var(--ink-soft); }.hero-row,.heading-action-row { display:flex; justify-content:space-between; gap:32px; align-items:flex-end; }.hero-row h1,.page-heading h1 { margin:8px 0 0; max-width:760px; font:700 clamp(31px,4vw,47px)/1.08 Georgia, ui-serif, serif; letter-spacing:-1.4px; }.hero-row h1 em,.page-heading h1 em,.complete-card h1 em,.student-brand-block h1 em { color:var(--coral); font-style:italic; }.hero-copy { margin:14px 0 0; max-width:580px; }.button { border:0; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:12px 17px; min-height:44px; border-radius:11px; font-weight:800; transition:transform .18s ease, box-shadow .18s ease; }.button:hover { transform:translateY(-2px); }.button-primary { color:white; background:var(--navy); box-shadow:0 8px 18px rgba(23,63,95,.2); }.button-primary:hover { background:var(--navy-deep); }.button-secondary { color:var(--navy); background:#e5f1ef; }.button-ghost { color:var(--ink-soft); background:transparent; }.button-small { min-height:34px; padding:8px 11px; font-size:12px; }.button-full { width:100%; }.stat-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:34px 0; }.stat-card { color:white; min-height:148px; padding:22px 25px; border-radius:18px; box-shadow:var(--shadow); display:grid; align-content:space-between; }.stat-card.navy { background:var(--navy); }.stat-card.coral { background:var(--coral); }.stat-card.sun { background:var(--sun); color:#654614; }.stat-label { font-size:13px; font-weight:700; opacity:.82; }.stat-card strong { font:700 38px/1 Georgia, serif; }.stat-card small { opacity:.75; }.content-card { background:rgba(255,253,250,.96); border:1px solid rgba(218,229,232,.85); border-radius:19px; padding:28px; box-shadow:var(--shadow); }.section-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; margin-bottom:20px; }.section-heading h2 { margin:3px 0 0; font:700 25px/1.2 Georgia, serif; letter-spacing:-.5px; }.text-link,.text-button { color:var(--coral); font-weight:800; border:0; padding:0; background:none; }.tryout-row { display:grid; grid-template-columns:45px 1fr 68px 68px 24px; gap:16px; align-items:center; padding:16px 4px; border-top:1px solid var(--line); transition:background .15s ease; }.tryout-row:hover { background:#f7fbfa; }.tryout-icon { display:grid; place-items:center; width:40px; height:40px; color:var(--navy); background:#e6f2ef; border-radius:13px; font-weight:850; }.tryout-title-line { display:flex; align-items:center; gap:10px; }.tryout-title-line h3 { margin:0; font-size:15px; }.tryout-main p { margin:2px 0 0; color:var(--ink-soft); font-size:12px; }.tryout-metric { display:grid; text-align:center; line-height:1.1; }.tryout-metric strong { font-size:16px; }.tryout-metric span { color:var(--ink-soft); font-size:10px; }.row-arrow { color:var(--coral); font-size:20px; }.status-pill,.chip { display:inline-flex; align-items:center; font-size:10px; font-weight:800; letter-spacing:.3px; padding:5px 8px; border-radius:999px; }.status-draft { color:#986818; background:#fff0d4; }.status-published { color:#14725f; background:#ddf5ee; }.chip { color:#506b7d; background:#edf3f4; }.empty-state,.inline-empty { text-align:center; padding:38px 20px; color:var(--ink-soft); }.empty-state>div { color:var(--coral); font-size:31px; }.empty-state h3 { margin:5px 0; color:var(--ink); }.empty-state p { margin:0 0 15px; }.page-heading { margin-bottom:28px; }.compact-heading { max-width:740px; }.compact-heading .eyebrow { margin-top:22px; }.back-link { color:var(--ink-soft); font-weight:750; font-size:13px; }.form-card { max-width:830px; }.form-wide { padding:32px; }.form-step { width:34px; height:34px; display:grid; place-items:center; color:var(--coral); background:#fff0ed; border-radius:50%; font-weight:900; }.form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:19px; }.field { display:grid; gap:7px; color:#4e6577; font-size:12px; font-weight:800; }.field>span small { font-weight:600; color:#91a0aa; }.field-full { grid-column:1/-1; }.field input,.field textarea,.field select,.input-static { width:100%; border:1px solid var(--line); color:var(--ink); outline:none; background:#fff; padding:11px 12px; border-radius:10px; font-weight:600; transition:border-color .15s, box-shadow .15s; }.field textarea { resize:vertical; }.field input:focus,.field textarea:focus,.field select:focus { border-color:var(--mint); box-shadow:0 0 0 3px rgba(88,194,174,.15); }.input-static { color:var(--ink-soft); background:#f5f8f8; }.input-suffix { position:relative; }.input-suffix input { padding-right:60px; }.input-suffix span { position:absolute; right:11px; top:10px; color:var(--ink-soft); font-size:12px; }.form-footer { border-top:1px solid var(--line); margin-top:28px; padding-top:21px; display:flex; align-items:center; justify-content:space-between; gap:20px; }.form-footer p { max-width:330px; margin:0; color:var(--ink-soft); font-size:12px; }.heading-action-row { align-items:center; }.chip-row { display:flex; flex-wrap:wrap; gap:6px; }.tryout-heading h1 { font-size:39px; margin-top:10px; }.publish-box { display:grid; justify-items:end; gap:10px; }.editor-grid { display:grid; grid-template-columns:minmax(0,1fr) 280px; gap:22px; align-items:start; }.editor-main { display:grid; gap:20px; }.upload-card { background:linear-gradient(135deg,#fffdfa,#eef9f7); }.section-heading p { margin:6px 0 0; font-size:12px; }.magic-mark { display:grid; place-items:center; width:44px; height:44px; color:var(--coral); background:#fff0ed; font-size:21px; border-radius:15px; }.upload-form { display:grid; grid-template-columns:1fr auto auto; gap:15px; align-items:center; }.upload-drop { display:grid; grid-template-columns:auto 1fr; column-gap:10px; align-items:center; padding:12px; border:1.5px dashed #a7cfc7; background:#fafffd; border-radius:13px; cursor:pointer; }.upload-drop input { position:absolute; opacity:0; pointer-events:none; }.upload-drop strong { font-size:13px; }.upload-drop small { grid-column:2; color:var(--ink-soft); font-size:10px; }.upload-icon { grid-row:1/3; display:grid; place-items:center; width:31px; height:31px; border-radius:10px; color:#26846f; background:#d9f2eb; font-size:20px; }.ai-toggle { display:flex; align-items:center; gap:8px; min-width:170px; color:var(--ink); font-size:11px; cursor:pointer; }.ai-toggle input { display:none; }.toggle-dot { width:28px; height:17px; flex:0 0 auto; background:#d6e1e4; border-radius:99px; position:relative; }.toggle-dot::after { content:""; width:11px; height:11px; position:absolute; top:3px; left:3px; border-radius:50%; background:white; transition:.18s; }.ai-toggle input:checked + .toggle-dot { background:var(--mint); }.ai-toggle input:checked + .toggle-dot::after { left:14px; }.ai-toggle strong,.ai-toggle small { display:block; }.ai-toggle small { color:var(--ink-soft); line-height:1.2; margin-top:2px; }.manual-card { padding-bottom:23px; }.option-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }.option-input { display:flex; align-items:center; border:1px solid var(--line); border-radius:10px; overflow:hidden; background:#fff; }.option-input b { display:grid; place-items:center; align-self:stretch; width:35px; color:var(--coral); background:#fff1ed; }.option-input input { border:0; outline:0; min-width:0; flex:1; padding:10px; }.manual-footer { display:flex; align-items:flex-end; justify-content:space-between; margin-top:16px; gap:18px; }.field.compact { width:190px; }.questions-card { padding-bottom:12px; }.question-list { border-top:1px solid var(--line); }.question-preview { display:grid; grid-template-columns:31px 1fr; gap:12px; padding:15px 0; border-bottom:1px solid var(--line); }.question-number { display:grid; place-items:center; width:27px; height:27px; color:var(--navy); background:#e7f1f0; border-radius:8px; font-weight:850; font-size:11px; }.question-preview p { margin:0; font-weight:650; }.option-preview-row { display:flex; flex-wrap:wrap; gap:5px; margin-top:7px; }.option-preview-row span { max-width:195px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#758895; background:#f3f6f6; border-radius:5px; padding:3px 5px; font-size:10px; }.option-preview-row .correct { color:#287767; background:#def5ec; font-weight:700; }.editor-side { display:grid; gap:15px; position:sticky; top:96px; }.token-card { color:white; background:var(--navy); border-radius:18px; padding:23px; box-shadow:var(--shadow); }.token-card .section-kicker { color:#a8cfd4; }.token-card h3 { margin:7px 0 12px; font:700 22px Georgia,serif; }.token-code { display:block; margin:14px 0 9px; letter-spacing:3px; font-size:23px; }.token-card p { color:#bcd0db; font-size:11px; }.token-card .text-button { color:#f7c2b8; margin-top:6px; }.side-note { display:flex; gap:10px; padding:15px; color:#687f8d; background:#fff3dc; border-radius:14px; font-size:11px; }.side-note>span { font-size:17px; color:#b77a1b; }.side-note strong { color:#704e16; }.side-note p { margin:3px 0 0; }.toast { width:min(700px,100%); padding:13px 17px; margin:0 0 20px; border-radius:12px; box-shadow:var(--shadow); }.toast-success { color:#176957; background:#e0f5ed; }.toast-error { color:#8a413a; background:#fff0ec; }.toast ul { margin:6px 0 0; padding-left:18px; }.login-page { background:var(--navy); }.login-page .guest-wrap { min-height:100vh; }.login-grid { min-height:100vh; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(410px,.85fr); }.login-intro { position:relative; overflow:hidden; display:flex; flex-direction:column; justify-content:center; padding:clamp(42px,8vw,120px); color:#e3f0f1; background:linear-gradient(150deg,#153c5d,#23536f); }.login-intro::after { content:""; position:absolute; width:410px; height:410px; right:-155px; bottom:-120px; border:42px solid rgba(104,207,184,.25); border-radius:50%; }.brand-light { position:absolute; top:36px; left:clamp(42px,8vw,120px); color:white; }.brand-light .brand-mark { background:var(--coral); }.login-intro .eyebrow { margin-bottom:14px; }.login-intro h1,.student-brand-block h1 { z-index:1; margin:0; font:700 clamp(45px,5vw,74px)/.98 Georgia,serif; letter-spacing:-3px; }.login-intro h1 em { color:#f6c66a; }.login-intro p { z-index:1; max-width:440px; margin:24px 0 31px; color:#c1d5dc; font-size:16px; }.intro-points { display:grid; gap:10px; z-index:1; }.intro-points span { color:#d4e7e8; font-size:12px; }.intro-points b { display:inline-grid; place-items:center; width:23px; height:23px; margin-right:8px; color:#ffb3a8; border:1px solid #457994; border-radius:50%; font-size:9px; }.student-entry { z-index:1; margin-top:32px; color:#f6c66a; font-weight:800; }.student-entry span { font-size:20px; margin-left:8px; }.login-card-wrap { display:grid; place-items:center; padding:35px; background:#f6f7f4; }.auth-card { width:min(390px,100%); padding:34px; background:var(--paper); border-radius:20px; box-shadow:0 20px 55px rgba(17,54,76,.15); }.auth-card h2 { margin:5px 0; font:700 27px/1.12 Georgia,serif; }.auth-card .muted { margin:0 0 25px; font-size:12px; }.auth-card .field { margin-top:16px; }.check-row { display:flex; align-items:center; gap:7px; margin:16px 0 21px; color:var(--ink-soft); font-size:11px; font-weight:650; }.check-row input { accent-color:var(--navy); }.demo-note { margin-top:20px; padding-top:15px; border-top:1px solid var(--line); color:#78909e; font-size:10px; }.student-page { background:linear-gradient(135deg,#f6f8f8,#edf7f5); }.student-access-layout { min-height:100vh; display:grid; grid-template-columns:1fr minmax(400px,.8fr); }.student-brand-block { display:flex; flex-direction:column; justify-content:center; padding:clamp(50px,9vw,140px); color:white; background:var(--navy); }.student-brand-block .brand { align-self:flex-start; color:white; margin-bottom:75px; }.student-brand-block .eyebrow { color:#a9d2d4; margin-bottom:15px; }.student-brand-block h1 { max-width:540px; }.student-brand-block h1 em { color:#f6c66a; }.student-brand-block p { max-width:400px; color:#c0d6db; font-size:16px; }.student-access-card { align-self:center; justify-self:center; width:min(390px, calc(100% - 48px)); padding:36px; background:var(--paper); border-radius:21px; box-shadow:var(--shadow); }.student-card-icon { display:grid; place-items:center; width:43px; height:43px; color:var(--coral); background:#fff0eb; border-radius:14px; font-size:20px; }.student-access-card h2 { margin:15px 0 4px; font:700 28px Georgia,serif; }.student-access-card .muted { margin:0 0 20px; font-size:12px; }.student-access-card .field { margin-top:15px; }.token-input { letter-spacing:2px; text-transform:uppercase; }.subtle-link { display:block; margin-top:17px; text-align:center; color:#7a8d99; font-size:11px; font-weight:700; }.exam-page { background:#eef5f5; }.exam-shell { width:min(940px,100%); margin:0 auto; min-height:100vh; padding:0 25px 54px; }.exam-topbar { height:85px; display:flex; align-items:center; justify-content:space-between; gap:20px; }.exam-meta { display:grid; text-align:center; line-height:1.2; }.exam-meta strong { font-size:13px; }.exam-meta span { color:var(--ink-soft); font-size:11px; }.exam-count { display:flex; align-items:baseline; gap:5px; color:var(--ink-soft); font-size:11px; }.exam-count strong { color:var(--navy); font-size:15px; }.progress-track { height:6px; overflow:hidden; background:#dbe8e8; border-radius:99px; }.progress-track span { display:block; height:100%; border-radius:99px; background:var(--coral); }.question-card { margin-top:34px; padding:clamp(25px,5vw,55px); background:var(--paper); border-radius:22px; box-shadow:var(--shadow); }.question-card h1 { max-width:740px; margin:12px 0 31px; font:700 clamp(24px,3vw,34px)/1.25 Georgia,serif; }.answer-list { display:grid; gap:10px; }.answer-choice { position:relative; display:flex; align-items:center; gap:15px; padding:14px; color:#456072; border:1px solid var(--line); border-radius:13px; cursor:pointer; transition:border .16s,background .16s; }.answer-choice:hover { border-color:#9bcabd; background:#f6fcfa; }.answer-choice input { position:absolute; opacity:0; }.choice-letter { display:grid; place-items:center; flex:0 0 auto; width:28px; height:28px; color:#66808e; background:#eef4f4; border-radius:8px; font-weight:850; }.answer-choice:has(input:checked) { color:var(--navy); border-color:var(--mint); background:#eefbf7; font-weight:700; }.answer-choice:has(input:checked) .choice-letter { color:white; background:var(--mint); }.question-footer { display:flex; align-items:center; justify-content:space-between; gap:15px; margin-top:35px; padding-top:20px; border-top:1px solid var(--line); }.save-note { color:#8a9ca4; font-size:11px; }.complete-card { width:min(590px, calc(100% - 42px)); margin:0 auto; padding:78px 45px; min-height:100vh; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:center; }.complete-burst { display:grid; place-items:center; width:61px; height:61px; margin-bottom:18px; color:var(--coral); background:#fff0eb; border-radius:20px; font-size:28px; }.complete-card h1 { margin:10px 0 15px; font:700 clamp(38px,6vw,59px)/1 Georgia,serif; letter-spacing:-2px; }.complete-card>p { max-width:400px; color:var(--ink-soft); }.score-display { display:grid; justify-items:center; margin:32px 0 28px; padding:21px 47px; color:#577081; background:#fffdfa; border:1px solid var(--line); border-radius:17px; }.score-display span,.score-display small { font-size:11px; font-weight:750; }.score-display strong { color:var(--navy); font:700 56px/1 Georgia,serif; }
@media (max-width: 860px) { .topbar { gap:15px; padding:0 22px; }.topnav { display:none; }.account-copy { display:none; }.page-wrap { width:min(100% - 32px, 720px); padding-top:34px; }.hero-row,.heading-action-row { align-items:flex-start; flex-direction:column; }.stat-grid { grid-template-columns:1fr; }.stat-card { min-height:115px; }.editor-grid { grid-template-columns:1fr; }.editor-side { position:static; grid-template-columns:1fr 1fr; }.upload-form { grid-template-columns:1fr; }.login-grid,.student-access-layout { grid-template-columns:1fr; }.login-intro { min-height:510px; }.student-brand-block { min-height:430px; }.student-brand-block .brand { margin-bottom:50px; }.login-card-wrap { padding:35px 18px; }.tryout-row { grid-template-columns:43px 1fr 24px; }.tryout-metric { display:none; } }
@media (max-width: 560px) { .page-wrap { width:min(100% - 24px, 720px); }.hero-row h1,.page-heading h1 { font-size:33px; }.content-card { padding:20px; border-radius:16px; }.form-grid,.option-form-grid { grid-template-columns:1fr; }.form-footer,.manual-footer,.question-footer { align-items:stretch; flex-direction:column; }.field.compact { width:100%; }.button { width:100%; }.tryout-heading h1 { font-size:32px; }.editor-side { grid-template-columns:1fr; }.publish-box { justify-items:start; }.login-intro,.student-brand-block { padding:42px 28px; }.brand-light { left:28px; }.login-intro h1,.student-brand-block h1 { font-size:47px; }.auth-card,.student-access-card { padding:27px 23px; }.exam-shell { padding:0 13px 30px; }.exam-topbar { height:75px; }.exam-meta { display:none; }.question-card { margin-top:22px; padding:24px 19px; }.question-card h1 { font-size:25px; }.save-note { order:3; width:100%; text-align:center; }.button-ghost { width:auto; }.question-footer .button { width:100%; }.answer-choice { align-items:flex-start; } }
