:root{--bg:#0a0a0a;--ink:#f6f4ef;--muted:#9a958c;--yellow:#f5d547;--blue:#1e4ed8;--orange:#c45c26;--green:#1f6b4a;--card:#141414;--line:#222;--peach:#f3c3a8}*{box-sizing:border-box}html,body{margin:0;padding:0}html{background:var(--bg);color:var(--ink)}body{letter-spacing:-.02em;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.wrap{width:min(1120px,100% - 32px);margin:0 auto}.top{justify-content:space-between;align-items:center;gap:16px;padding:22px 0 8px;display:flex}.brand{flex-shrink:0;place-items:center;display:grid}.brand img{border-radius:8px;width:32px;height:32px;display:block}.nav{color:var(--muted);align-items:center;gap:18px;font-weight:600;display:flex}.nav a[aria-current=page]{color:var(--ink)}.nav form{margin:0}.ghost{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.hero{padding:48px 0 28px}.hero h1{max-width:8ch;margin:0 0 12px;font-size:clamp(48px,8vw,88px);font-weight:800;line-height:.95}.mark{background:var(--yellow);color:#111;box-decoration-break:clone;border-radius:10px;padding:0 .18em .04em}.grid{grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:64px;display:grid}.card{color:#fff;border-radius:28px;min-height:280px;padding:28px 24px 24px}.card h2{margin:0 0 8px;font-size:28px}.card p{color:#ffffffd1;max-width:28ch;margin:0}.card.blue{background:var(--blue)}.card.orange{background:var(--orange)}.card.green{background:var(--green)}.card.dark{background:var(--card);color:var(--ink)}.metric{margin:28px 0 12px;font-size:clamp(42px,6vw,64px);font-weight:800;line-height:1}.list{margin:18px 0 0;padding:0;list-style:none}.list li{border-top:1px solid #ffffff2e;justify-content:space-between;gap:12px;padding:10px 0;font-weight:650;display:flex}.list span{opacity:.8;font-variant-numeric:tabular-nums}.btn{cursor:pointer;background:var(--yellow);color:#111;border:0;border-radius:999px;justify-content:center;align-items:center;margin-top:22px;padding:12px 18px;font-weight:800;display:inline-flex}.btn[disabled]{opacity:.45;cursor:default}.filters{flex-wrap:wrap;gap:10px;margin:18px 0 24px;display:flex}.filters input,.filters select{background:var(--card);color:var(--ink);border:1px solid var(--line);border-radius:999px;padding:10px 14px}.rows{flex-direction:column;display:flex}.row{border-top:1px solid var(--line);grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:16px 4px;display:grid}.row b{font-size:18px}.row small{color:var(--muted);margin-top:2px;display:block}.check{border:2px solid #3a3a3a;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.check.on{background:var(--yellow);border-color:var(--yellow);color:#111}.status{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:12px;font-weight:700}.status.studying{color:#8eb6ff}.status.learned{color:var(--yellow)}.heat{grid-template-rows:repeat(7,12px);grid-auto-flow:column;gap:4px;margin-top:28px;display:grid}.heat i{background:#1b1b1b;border-radius:3px;width:12px;height:12px;display:block}.heat i.l1{background:#3d2a12}.heat i.l2{background:#8a4b1e}.heat i.l3{background:var(--orange)}.heat i.l4{background:var(--peach)}.topic{padding:40px 0 80px}.topic h1{max-width:16ch;margin:8px 0 10px;font-size:clamp(36px,6vw,64px)}.qs{flex-direction:column;gap:10px;margin-top:28px;display:flex}.qs h2{margin:0 0 4px;font-size:22px}.qs h3{margin:16px 0 0;font-size:16px}.qs-count{margin:8px 0 4px;font-weight:700}.qs-note-label{font-weight:700}.q{background:var(--card);text-align:left;color:inherit;cursor:pointer;border:0;border-radius:18px;align-items:flex-start;gap:12px;width:100%;padding:16px;display:flex}.q-read{cursor:default}.note-read{white-space:pre-wrap;margin:0}.q.on{outline:2px solid var(--yellow)}.q-body{flex-direction:column;gap:6px;display:flex}.q-kicker{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:12px}.q.on .q-kicker{color:var(--yellow)}.note,.field{background:var(--card);width:100%;color:var(--ink);border:1px solid var(--line);border-radius:16px;padding:12px 14px}.muted{color:var(--muted)}.foot{color:var(--muted);padding:24px 0 48px;font-size:13px}.ring{width:120px;height:120px;margin-top:24px}.graph-shell{background:var(--card);touch-action:none;cursor:grab;border-radius:28px;height:min(78vh,820px);overflow:hidden}.graph-shell:active{cursor:grabbing}.notfound{text-align:center;place-items:center;min-height:70vh;display:grid}.notfound h1{margin:0;font-size:72px}@media (width<=860px){.grid{grid-template-columns:1fr}.row{grid-template-columns:1fr auto}.hero h1{max-width:none}}
