:root{--bg: #F6F7F9;--card: #FFFFFF;--text: #0B1220;--muted: #5B6475;--border: rgba(15, 23, 42, .1);--shadow: 0 10px 30px rgba(15,23,42,.1);--accent: #ffffff;--accentSoft: rgba(217, 4, 41, .1);--radius: 16px}*{box-sizing:border-box}html,body,#root{height:100%}html{overflow-y:scroll;-webkit-user-select:none;user-select:none}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";overflow-y:scroll;-webkit-text-size-adjust:100%;-webkit-user-select:none;user-select:none}button{font:inherit}a{color:inherit}*{-webkit-tap-highlight-color:transparent}button,a,svg,path{-webkit-touch-callout:none}input,textarea{-webkit-user-select:text;user-select:text}svg,path{outline:none;-webkit-user-drag:none}.selectable{-webkit-user-select:text;user-select:text}.quizHeader{position:fixed;top:0;left:0;right:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;padding:14px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:12px}.quizHeaderLeft{min-width:260px;display:grid;gap:6px}.quizHeaderRight{display:flex;gap:14px;align-items:center;flex-wrap:wrap;justify-content:flex-end}@media(max-width:520px){.quizHeader{flex-direction:column;align-items:stretch}.quizHeaderLeft{min-width:0}.quizHeaderRight{justify-content:space-between}}
