.test-timer{margin:18px 0 24px;padding:20px;border:1px solid #c8dbe7;border-radius:16px;background:linear-gradient(145deg,#f1f7fb,#fff);color:#14314b;box-shadow:0 6px 24px #163c5a0c}
.test-timer *{box-sizing:border-box}
.test-timer__eyebrow{margin:0 0 5px;color:#bd4c20;font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.test-timer h3{margin:0;font-size:21px;line-height:1.2}
.test-timer__intro{margin:8px 0 16px;color:#4f6578;font-size:14px;line-height:1.5}
.test-timer__stages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 17px;padding:0;list-style:none}
.test-timer__stages li{padding:10px;background:#e7eef4;color:#415d72;border-radius:9px;font-size:13px;font-weight:700;line-height:1.3}
.test-timer__stages li[aria-current="step"]{background:#0c3555;color:white}
.test-timer__stages li[data-done="true"]{background:#e5f4ed;color:#166348}
.test-timer__stage{font-size:17px;font-weight:800}
.test-timer__time{font:800 clamp(48px,12vw,76px)/1 ui-sans-serif,system-ui,sans-serif;font-variant-numeric:tabular-nums;letter-spacing:-.06em;margin:12px 0;color:#0c3555}
.test-timer__note{margin:0 0 14px;min-height:2.6em;color:#37566e;line-height:1.45;font-size:14px}
.test-timer__actions{display:flex;flex-wrap:wrap;gap:9px}
.test-timer__actions button{min-height:48px;padding:10px 16px;border-radius:9px;border:1px solid #a8c0d0;background:#fff;color:#174565;font:700 15px/1.2 ui-sans-serif,system-ui,sans-serif;cursor:pointer}
.test-timer__actions button:first-child{border-color:#0c3555;background:#0c3555;color:white}
.test-timer__actions button:disabled{opacity:.5;cursor:not-allowed}
.test-timer__actions button:focus-visible{outline:3px solid #0879ae;outline-offset:2px}
.test-timer__footer{margin:14px 0 0;color:#5b7082;font-size:13px;line-height:1.5}
@media(max-width:500px){.test-timer{padding:16px}.test-timer h3{font-size:19px}.test-timer__stages{gap:5px}.test-timer__stages li{font-size:13px;padding:9px 6px;min-height:54px;display:grid;align-items:center}.test-timer__note{font-size:15px}.test-timer__footer{font-size:14px}.test-timer__actions button{flex:1 1 46%;padding:10px 8px;font-size:15px}}
