:root{color:#111;background:#f7f7f7;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.app{max-width:520px;min-height:100vh;margin:0 auto;padding:20px}.screen{flex-direction:column;gap:16px;display:flex}h1,h2,h3{margin:0}button,select,textarea,input{font:inherit}button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:14px;min-height:48px;padding:12px 16px}button:disabled{opacity:.5}.primary{color:#fff;background:#111}.secondary{align-self:flex-start}.danger{color:#c33;border-color:#c33}label{flex-direction:column;gap:8px;font-weight:600;display:flex}select,textarea,input[type=file]{background:#fff;border:1px solid #ddd;border-radius:14px;padding:12px}textarea{resize:vertical;min-height:180px}.card{background:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:16px}.prompt{text-align:center}.prompt h2{font-size:32px}.options{flex-direction:column;gap:12px;display:flex}.option{text-align:left;min-height:64px}.correct{background:#e9f7ef;border-color:#1f8f4d}.wrong{background:#fdecea;border-color:#c0392b}.muted{color:#666}.warning{color:#c0392b}.session{color:#555;grid-template-columns:1fr 1fr;gap:8px;font-size:14px;display:grid}.row{gap:10px;display:flex}.row button{flex:1}.checkbox{flex-direction:row;align-items:center;font-weight:400}.stats-list{flex-direction:column;gap:12px;display:flex}.details p{margin:6px 0}@media (prefers-color-scheme:dark){:root{color:#f5f5f5;background:#111}button,select,textarea,input[type=file],.card{color:#f5f5f5;background:#1c1c1e;border-color:#333}.primary{color:#111;background:#f5f5f5}.muted{color:#aaa}.correct{background:#123d25}.wrong{background:#4a1713}}
