*{box-sizing:border-box}body{margin:0;background:#f4f7fb;color:#172033;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}.container{width:min(1100px,calc(100% - 24px));margin:auto}header{background:#fff;border-bottom:1px solid #e2e7f0;padding:16px 0;position:sticky;top:0;z-index:10}.nav{display:flex;justify-content:space-between;align-items:center;gap:12px}.logo{font-weight:900}.logo span{color:#3157d5}.badge{display:inline-block;background:#eef2ff;color:#3157d5;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:800}.card{background:#fff;border:1px solid #e2e7f0;border-radius:18px;box-shadow:0 12px 35px rgba(25,35,60,.08);padding:24px}.center{max-width:650px;margin:30px auto}h1{font-size:clamp(32px,6vw,54px);line-height:1.05;letter-spacing:-1.5px}h2{margin:0 0 12px}.muted{color:#667085}.btn{border:0;border-radius:11px;padding:12px 17px;font-weight:800;cursor:pointer}.primary{background:#3157d5;color:#fff}.secondary{background:#edf1f7;color:#172033}.danger{background:#fff0f0;color:#b42318}.input{width:100%;padding:13px;border:1px solid #d7dce6;border-radius:11px;font:inherit}.row{display:flex;gap:10px;align-items:center}.stack{display:grid;gap:12px}.error{color:#b42318;font-size:13px;min-height:20px}.notice{padding:13px;border-radius:12px;background:#fff8e8;border:1px solid #f0d58d;color:#76520a}.screen{display:none}.screen.active{display:block}.features,.stats,.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.features{grid-template-columns:repeat(4,1fr)}.feature,.stat{border:1px solid #e2e7f0;border-radius:13px;padding:15px}.feature b,.stat b{display:block}.qmeta{display:flex;gap:7px;flex-wrap:wrap}.tag{background:#f1f3f7;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800;color:#475467}.tag.course{background:#eef2ff;color:#3157d5}.question{font-size:20px;font-weight:800;margin:12px 0 18px}.options{display:grid;gap:10px}.option{display:flex;gap:12px;border:1px solid #e2e7f0;border-radius:12px;padding:14px;background:#fff;cursor:pointer}.option.selected{border-color:#3157d5;background:#eef2ff}.exam-grid{display:grid;grid-template-columns:1fr 250px;gap:16px}.navigator{height:max-content;position:sticky;top:85px}.nav-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-top:12px}.qbtn{padding:8px 3px;border:1px solid #e2e7f0;background:#fff;border-radius:8px}.qbtn.answered{background:#eaf8f0}.qbtn.current{box-shadow:0 0 0 2px #dfe5ff;border-color:#3157d5}.timer{font-weight:900;background:#fff0f0;color:#b42318;padding:9px 13px;border-radius:10px}.bar{height:8px;background:#e7ebf2;border-radius:99px;overflow:hidden}.bar>div{height:100%;background:#3157d5}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px;border-bottom:1px solid #e2e7f0;text-align:left;white-space:nowrap}.pill{padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800}.pill.active{background:#eaf8f0;color:#137a43}.pill.unused{background:#eef2ff;color:#3157d5}.pill.expired,.pill.revoked{background:#fef0f0;color:#b42318}.success{color:#137a43}.score{font-size:55px;font-weight:950;line-height:1}.result-card{border-left:4px solid #3157d5}@media(max-width:800px){.features{grid-template-columns:repeat(2,1fr)}.exam-grid{grid-template-columns:1fr}.navigator{position:static}.grid2{grid-template-columns:1fr}}@media(max-width:560px){.features,.stats{grid-template-columns:1fr}.row{flex-direction:column;align-items:stretch}.nav{align-items:flex-start}.card{padding:18px}}