:root{color:#171717;background:#f4f4f5;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,textarea,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.shell{width:min(1000px,100% - 32px);margin:28px auto}.card{background:#fff;border:1px solid #dedede;border-radius:14px;padding:24px;box-shadow:0 8px 30px #0000000d}h1,h2{margin-top:0}.muted{color:#666}.label{margin:20px 0 8px;font-weight:700;display:block}textarea{resize:vertical;border:1px solid #cfcfcf;border-radius:10px;width:100%;min-height:360px;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.row{align-items:center;gap:12px;margin-top:16px;display:flex}.wrap{flex-wrap:wrap}button,.fileButton{color:#fff;background:#111;border:0;border-radius:9px;padding:11px 15px;font-weight:700}.secondary{color:#111;background:#e7e7e7}.danger{background:#991b1b}.fileButton{cursor:pointer;color:#111;background:#e7e7e7;display:inline-block}.fileButton input{display:none}.error{color:#a00000;font-weight:700}.quizHeader{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.quizHeader h1{margin-bottom:4px}.timer{font-variant-numeric:tabular-nums;color:#fff;background:#111;border-radius:12px;flex:none;padding:10px 16px;font-size:clamp(28px,5vw,44px);font-weight:800}.questionMeta{color:#666;margin-bottom:10px;font-size:14px}.choices{gap:10px;margin:20px 0 26px;display:grid}.choice{cursor:pointer;border:1px solid #d2d2d2;border-radius:10px;padding:14px;display:block}.choice:hover{border-color:#999}.choice.selected{background:#f1f1f1;border-color:#111}.choice input{margin-right:10px}.stepControls{justify-content:space-between;align-items:center;gap:18px;margin-top:8px;display:flex}.questionNavigator{background:#fafafa;border:1px solid #dedede;border-radius:12px;margin-top:26px;padding:18px}.navigatorHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;font-size:14px;display:flex}.navGrid{flex-wrap:wrap;gap:8px;display:flex}.navButton{color:#111;background:#ececec;border:1px solid #0000;min-width:40px;min-height:40px;padding:8px 10px}.navButton.answered{border:2px solid #555}.navButton.current{color:#fff;background:#111;border-color:#111}.endQuizZone{border-top:1px solid #e3e3e3;justify-content:space-between;align-items:center;gap:24px;margin-top:30px;padding-top:20px;display:flex}.endQuizZone .muted{margin-top:4px;font-size:14px}.resultsList{gap:8px;display:grid}.resultItem{border-bottom:1px solid #ececec;justify-content:space-between;padding:9px 0;display:flex}pre{background:#f5f5f5;border-radius:10px;padding:14px;overflow-x:auto}@media (width<=650px){.shell{width:min(100% - 20px,1000px);margin:16px auto}.quizHeader{align-items:flex-start}.card{padding:18px}.stepControls{gap:10px}.questionNavigator{padding:14px}.navigatorHeader{flex-direction:column;align-items:flex-start}.endQuizZone{flex-direction:column;align-items:stretch}.endQuizZone .danger{width:100%}}
