:root{--bg: #f4f6fb;--surface: #ffffff;--surface-2: #eef1f7;--text: #16202e;--muted: #62708a;--border: #e1e6ef;--primary: #0e2a4d;--primary-2: #1f4f8b;--primary-contrast: #ffffff;--accent: #f3a712;--good: #1f9d57;--good-bg: #e4f6ec;--bad: #d23b3b;--bad-bg: #fbe6e6;--warn: #c47d00;--ring: rgba(31, 79, 139, .35);--radius: 14px;--radius-sm: 9px;--shadow: 0 1px 2px rgba(16, 32, 60, .06), 0 6px 20px rgba(16, 32, 60, .07);--shadow-sm: 0 1px 2px rgba(16, 32, 60, .08);--maxw: 760px}:root[data-theme=dark]{--bg: #0c1118;--surface: #141b26;--surface-2: #1c2533;--text: #e8eef7;--muted: #94a3b8;--border: #263141;--primary: #4d8fd6;--primary-2: #6fa8e6;--primary-contrast: #08111d;--accent: #f3b53f;--good: #34c178;--good-bg: #11321f;--bad: #f06868;--bad-bg: #3a1717;--warn: #e6b450;--ring: rgba(77, 143, 214, .4);--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 8px 24px rgba(0, 0, 0, .35);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}h1,h2,h3{line-height:1.2;margin:0}a{color:inherit;text-decoration:none}.muted{color:var(--muted)}.shell{min-height:100%;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:12px;padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.topbar__brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.2px}.topbar__logo{width:30px;height:30px;flex:none}.topbar__spacer{flex:1}.content{flex:1;width:100%;max-width:var(--maxw);margin:0 auto;padding:18px 16px 96px}.page-title{font-size:22px;font-weight:800;margin-bottom:4px}.page-sub{color:var(--muted);margin-bottom:18px}.tabbar{position:fixed;bottom:0;left:0;right:0;z-index:30;display:flex;justify-content:space-around;background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.tabbar__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 4px 10px;font-size:11px;font-weight:600;color:var(--muted)}.tabbar__item.active{color:var(--primary-2)}.tabbar__item svg{width:22px;height:22px}.tabbar__badge{position:absolute;transform:translate(14px,-6px);background:var(--accent);color:#1a1300;font-size:10px;font-weight:800;border-radius:999px;padding:1px 5px;min-width:16px;text-align:center}@media (min-width: 860px){.shell{flex-direction:row}.tabbar{position:sticky;top:0;height:100vh;width:232px;flex-direction:column;justify-content:flex-start;gap:4px;border-top:none;border-right:1px solid var(--border);padding:16px 12px}.tabbar__item{flex:none;flex-direction:row;justify-content:flex-start;gap:12px;font-size:15px;padding:11px 14px;border-radius:var(--radius-sm)}.tabbar__item.active{background:var(--surface-2)}.tabbar__badge{position:static;transform:none;margin-left:auto}.main{flex:1;min-width:0}.content{padding-bottom:40px}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:16px}.card+.card{margin-top:14px}.stack{display:flex;flex-direction:column;gap:14px}.row{display:flex;align-items:center;gap:10px}.wrap{flex-wrap:wrap}.grid{display:grid;gap:12px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-auto{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;font-weight:600;padding:11px 16px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .04s ease,background .15s ease,border-color .15s ease}.btn:active{transform:translateY(1px)}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--ring)}.btn-primary{background:var(--primary);border-color:var(--primary);color:var(--primary-contrast)}.btn-accent{background:var(--accent);border-color:var(--accent);color:#1a1300}.btn-ghost{background:transparent;border-color:transparent}.btn-danger{color:var(--bad);border-color:color-mix(in srgb,var(--bad) 40%,var(--border))}.btn-block{width:100%}.btn-lg{padding:14px 20px;font-size:17px}.btn:disabled{opacity:.5;cursor:not-allowed}.badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;padding:3px 9px;border-radius:999px;background:var(--surface-2);color:var(--muted)}.badge--dot:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:7px 13px;font-size:14px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.chip.active{background:var(--primary);color:var(--primary-contrast);border-color:var(--primary)}.input,.select,.textarea{width:100%;font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:11px 12px}.textarea{resize:vertical;min-height:64px}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--primary-2);box-shadow:0 0 0 3px var(--ring)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.field label{font-size:13px;font-weight:700;color:var(--muted)}.progress{height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.progress__fill{height:100%;background:var(--primary-2);border-radius:999px;transition:width .3s ease}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow-sm)}.kpi__val{font-size:26px;font-weight:800;letter-spacing:-.5px}.kpi__label{font-size:13px;color:var(--muted);margin-top:2px}.list{display:flex;flex-direction:column}.list__row{display:flex;align-items:center;gap:12px;padding:13px 4px;border-bottom:1px solid var(--border)}.list__row:last-child{border-bottom:none}.list__main{flex:1;min-width:0}.list__title{font-weight:700}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tile{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);text-align:left;cursor:pointer}.tile__icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--surface-2);color:var(--primary-2)}.tile__icon svg{width:20px;height:20px}.tile__title{font-weight:800}.tile__desc{font-size:13px;color:var(--muted)}.option{display:flex;align-items:center;gap:12px;width:100%;text-align:left;border:1.5px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);padding:13px 14px;font:inherit;cursor:pointer;margin-bottom:10px}.option__mark{flex:none;width:26px;height:26px;border-radius:50%;border:2px solid var(--border);display:grid;place-items:center;font-weight:800;font-size:13px;color:var(--muted)}.option.selected{border-color:var(--primary-2)}.option.selected .option__mark{border-color:var(--primary-2);background:var(--primary-2);color:#fff}.option.correct{border-color:var(--good);background:var(--good-bg)}.option.correct .option__mark{border-color:var(--good);background:var(--good);color:#fff}.option.wrong{border-color:var(--bad);background:var(--bad-bg)}.option.wrong .option__mark{border-color:var(--bad);background:var(--bad);color:#fff}.option:disabled{cursor:default}.explain{border-left:3px solid var(--primary-2);background:var(--surface-2);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:11px 14px;margin-top:4px}.explain__head{font-weight:800;font-size:13px;margin-bottom:3px}.flash{perspective:1400px;cursor:pointer}.flash__inner{position:relative;min-height:230px;transform-style:preserve-3d;transition:transform .5s ease}.flash.flipped .flash__inner{transform:rotateY(180deg)}.flash__face{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding:24px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);font-size:19px;font-weight:600}.flash__face--back{transform:rotateY(180deg);background:var(--surface-2);font-size:17px;font-weight:500}.flash__hint{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.rate{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.rate button{flex-direction:column;gap:2px;padding:10px 4px;font-size:14px}.rate small{font-size:11px;color:var(--muted);font-weight:600}.chart{width:100%;height:auto;display:block}.bars{display:flex;align-items:flex-end;gap:5px}.bars__col{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%}.bars__track{width:100%;flex:1;display:flex;align-items:flex-end;background:var(--surface-2);border-radius:5px;overflow:hidden}.bars__fill{width:100%;border-radius:5px 5px 0 0;min-height:2px;transition:height .3s ease}.bars__label{font-size:10px;color:var(--muted)}.barrow+.barrow{margin-top:12px}.barrow__head{display:flex;justify-content:space-between;font-size:14px;margin-bottom:5px}.barrow__label{font-weight:600}.barrow__val{font-weight:700}.barrow__track{height:9px;background:var(--surface-2);border-radius:999px;overflow:hidden}.barrow__fill{height:100%;border-radius:999px}.empty{text-align:center;padding:40px 16px;color:var(--muted)}.empty__icon{font-size:34px;margin-bottom:8px}.center{display:grid;place-items:center}.spacer{flex:1}.sticky-actions{position:sticky;bottom:78px;background:linear-gradient(transparent,var(--bg) 30%);padding-top:12px}@media (min-width: 860px){.sticky-actions{bottom:0}}.toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%);z-index:50;background:var(--text);color:var(--bg);padding:10px 18px;border-radius:999px;font-weight:600;box-shadow:var(--shadow);animation:toast-in .2s ease}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,8px)}}.disclaimer{font-size:12.5px;color:var(--muted);background:var(--surface-2);border-radius:var(--radius-sm);padding:10px 12px}
