:root{--bg: #e6ebed;--bg-2: #eef2f3;--surface: #ffffff;--surface-2: #f4f7f8;--ink: #182734;--ink-soft: #33475699;--muted: #566976;--line: #d8e0e4;--line-soft: #e6ecee;--accent: #26697f;--accent-strong: #1f5567;--accent-soft: #e2eef2;--amber: #b0741f;--amber-soft: #f6ecda;--good: #2e7d4f;--good-soft: #e4f1e9;--bad: #b3403a;--bad-soft: #f7e6e4;--radius: 16px;--radius-sm: 10px;--shadow: 0 1px 2px rgba(24, 39, 52, .05), 0 6px 20px -12px rgba(24, 39, 52, .28);--shadow-lift: 0 2px 4px rgba(24, 39, 52, .06), 0 16px 32px -16px rgba(24, 39, 52, .35);--cat: var(--accent)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:17px}body{font-family:Atkinson Hyperlegible,system-ui,sans-serif;background:linear-gradient(180deg,var(--bg-2),var(--bg));background-attachment:fixed;color:var(--ink);line-height:1.55;min-height:100vh}h1,h2,h3,h4,.display{font-family:Zilla Slab,serif;letter-spacing:.2px}button{font-family:inherit;font-size:1rem;cursor:pointer}:focus-visible{outline:3px solid var(--amber);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.topbar{position:sticky;top:0;z-index:20;background:var(--ink);color:#eaf0f2;padding:.85rem 1.4rem;display:flex;align-items:center;gap:.9rem;box-shadow:0 1px #00000026}.topbar .brand{display:flex;align-items:baseline;gap:.7rem;min-width:0}.topbar h1{font-size:1.3rem;font-weight:700}.topbar .tag{font-size:.82rem;color:#9fb2bd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar .topnav{margin-left:auto;display:flex;align-items:center;gap:.5rem}.topbar .home-link{background:#ffffff14;color:#eaf0f2;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.35rem .9rem;font-weight:700;font-size:.9rem;display:inline-flex;align-items:center;gap:.35rem;transition:background .15s}.topbar .home-link:hover{background:#ffffff29}.wrap{max-width:1120px;margin:0 auto;padding:1.3rem 1.3rem 3rem}.settings{display:flex;gap:1.4rem;flex-wrap:wrap;align-items:flex-end;margin-bottom:1.4rem}.settings .group{display:flex;flex-direction:column;gap:.35rem}.settings .glabel{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.seg{display:inline-flex;flex-wrap:wrap;background:#dbe3e6;border-radius:16px;padding:3px;gap:2px}.seg button{border:none;background:transparent;color:var(--muted);font-weight:700;font-size:.85rem;padding:.32rem .8rem;border-radius:999px;transition:background .15s,color .15s,box-shadow .15s;white-space:nowrap}.seg button:hover{color:var(--ink)}.seg button[aria-pressed=true]{background:var(--surface);color:var(--accent);box-shadow:0 1px 3px #1827342e}.settings .shint{font-size:.78rem;color:var(--muted);margin-left:auto;align-self:center}.dash{display:flex;flex-direction:column;gap:.4rem}.section-title{display:flex;align-items:baseline;gap:.6rem;margin:1.6rem 0 .9rem}.section-title:first-child{margin-top:.2rem}.section-title h2{font-size:1.15rem;font-weight:700;color:var(--ink)}.section-title .lead{font-size:.85rem;color:var(--muted)}.session-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:.9rem}.session-tile{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.05rem 1.1rem 1.1rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.4rem;transition:transform .15s,box-shadow .15s}.session-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-lift)}.session-tile .stile-head{display:flex;align-items:center;gap:.6rem}.session-tile .stile-ic{flex:0 0 auto;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}.session-tile h3{font-size:1.12rem;font-weight:700}.session-tile .mins{font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--amber);margin-left:auto}.session-tile p{font-size:.9rem;color:var(--muted);min-height:2.4em}.session-tile .steps{font-size:.78rem;color:var(--muted);display:flex;flex-wrap:wrap;gap:.3rem .5rem}.session-tile .steps b{color:var(--ink);font-weight:700}.cat-block{margin-top:1.5rem}.cat-head{display:flex;align-items:center;gap:.5rem;margin:0 0 .7rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--cat)}.cat-head .dot{width:9px;height:9px;border-radius:50%;background:var(--cat)}.cat-head .n{color:var(--muted);font-weight:600;letter-spacing:0;text-transform:none;font-size:.78rem}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(262px,1fr));gap:.75rem}.xcard{position:relative;text-align:left;background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--cat);border-radius:var(--radius-sm);padding:.85rem .95rem .9rem 1rem;box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr;gap:.1rem .75rem;transition:transform .13s,box-shadow .13s}.xcard:hover{transform:translateY(-2px);box-shadow:var(--shadow-lift)}.xcard .xic{grid-row:1 / 3;width:40px;height:40px;border-radius:11px;display:grid;place-items:center;color:var(--cat);background:color-mix(in srgb,var(--cat) 12%,white)}.xcard .xtitle{display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap}.xcard .xen{font-weight:700;font-size:1.02rem}.xcard .xfr{font-size:.76rem;font-style:italic;color:var(--muted)}.xcard .xblurb{grid-column:2;font-size:.85rem;color:var(--muted);line-height:1.4;margin-top:.15rem}.xcard .xmeta{grid-column:2;display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.chip{font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:.08rem .5rem}.chip.count{color:var(--cat);border-color:color-mix(in srgb,var(--cat) 30%,white);background:color-mix(in srgb,var(--cat) 8%,white)}.xcard .score-chip{margin-left:auto;font-size:.72rem;font-weight:700;background:var(--good-soft);color:var(--good);border-radius:999px;padding:.08rem .55rem}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem 1.6rem 1.7rem}.xhead{display:flex;align-items:center;gap:.8rem;margin-bottom:1.1rem;padding-bottom:1rem;border-bottom:1px solid var(--line-soft)}.xhead .xhic{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:var(--cat);background:color-mix(in srgb,var(--cat) 12%,white);flex:0 0 auto}.xhead .xhtitle h2{font-size:1.4rem;line-height:1.1}.xhead .xhtitle .xhfr{font-size:.85rem;font-style:italic;color:var(--muted)}.xhead .xnav{margin-left:auto;display:flex;gap:.4rem}.xhead .xnav button{width:38px;height:38px;border-radius:10px;border:1px solid var(--line);background:var(--surface);color:var(--muted);display:grid;place-items:center;font-size:1.1rem;transition:background .13s,color .13s,border-color .13s}.xhead .xnav button:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.xhint{font-size:.9rem;color:var(--muted);margin:-.4rem 0 1rem;max-width:640px}.counter{font-family:Zilla Slab,serif;font-weight:700;color:var(--accent);font-size:.95rem;margin-bottom:.5rem}.timerbar{display:flex;align-items:center;gap:.8rem;margin:.4rem 0 1rem}.timer{font-family:Zilla Slab,serif;font-weight:700;font-size:1.5rem;color:var(--amber);background:var(--amber-soft);border-radius:10px;padding:.15rem .85rem;min-width:4rem;text-align:center;font-variant-numeric:tabular-nums}.timer.done{color:#fff;background:var(--bad)}.hint{color:var(--muted);font-size:.92rem}.prompt{font-size:1.2rem;margin:.5rem 0 1rem}.bigword{font-family:Zilla Slab,serif;font-size:2.7rem;font-weight:700;text-align:center;margin:1.4rem 0;letter-spacing:.5px}.btnrow{display:flex;gap:.6rem;flex-wrap:wrap;margin:.8rem 0}.btn{background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);padding:.6rem 1.3rem;font-weight:700;font-size:1.02rem;box-shadow:0 1px 2px #18273426;transition:transform .1s,filter .13s,box-shadow .13s}.btn:hover{filter:brightness(1.06);box-shadow:var(--shadow)}.btn:active{transform:translateY(1px)}.btn.secondary{background:var(--surface);color:var(--accent);border:1.5px solid var(--line);box-shadow:none}.btn.secondary:hover{border-color:var(--accent);background:var(--accent-soft);filter:none}.btn.big{font-size:1.2rem;padding:.8rem 2rem}.btn:disabled{opacity:.45;cursor:not-allowed;filter:none;transform:none;box-shadow:none}.btn.good{background:var(--good)}.btn.bad{background:var(--bad)}input[type=text]{font-family:inherit;font-size:1.15rem;padding:.5rem .7rem;border:1.5px solid var(--line);border-radius:8px;width:100%;max-width:420px;background:var(--surface);color:var(--ink)}input[type=text]:focus{border-color:var(--accent)}textarea{font-family:inherit;font-size:1.08rem;padding:.7rem;border:1.5px solid var(--line);border-radius:10px;width:100%;min-height:140px;line-height:1.6;background:var(--surface);color:var(--ink)}textarea:focus{border-color:var(--accent)}.gpara{line-height:2.1}.gapword{display:inline-flex;gap:1px;vertical-align:middle;margin:0 1px}.lt{display:inline-flex;align-items:center;justify-content:center;width:1.05rem;height:1.45rem;border-radius:4px;font-size:.95rem;font-weight:600}.lt.given{background:var(--accent-soft);color:var(--ink)}.lt.cell{width:1.05rem;max-width:none;height:1.45rem;font-size:.95rem;border-radius:4px;padding:0;text-align:center;border:1.5px solid var(--line);background:var(--surface);color:var(--ink);caret-color:var(--accent);font-family:inherit;font-weight:600;transition:border-color .12s,box-shadow .12s}.lt.cell:focus,.lt.cell:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.lt.ok{background:var(--good-soft);color:var(--good)}.lt.no{background:var(--bad-soft);color:var(--bad)}.feedback{border-radius:10px;padding:.8rem 1rem;margin:.8rem 0;font-size:1.02rem}.feedback.ok{background:var(--good-soft);color:var(--good);font-weight:700}.feedback.no{background:var(--bad-soft);color:var(--bad)}.feedback.neutral{background:var(--accent-soft);color:var(--ink)}.why{display:block;margin-top:.3rem;font-size:.9rem;color:var(--muted)}.wc{color:var(--muted);font-size:.9rem;margin-top:.3rem}.diff span.hit{color:var(--good);font-weight:700}.diff span.miss{color:var(--bad);font-weight:700;text-decoration:underline}.model{background:var(--accent-soft);border-radius:10px;padding:.9rem 1rem;margin-top:.8rem}.checklist{margin:.8rem 0 0;padding-left:1.2rem;color:var(--muted);font-size:.95rem}.checklist li{margin:.2rem 0}.player{background:var(--ink);color:#eaf0f2;border-radius:14px;padding:1.1rem 1.3rem;display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap;margin:.8rem 0 1rem}.player .playbtn{width:62px;height:62px;border-radius:50%;border:none;background:var(--amber);color:#22303c;font-size:1.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:transform .12s,filter .12s}.player .playbtn:hover{filter:brightness(1.08);transform:scale(1.04)}.player .plays{display:flex;gap:.5rem;align-items:center}.player .token{width:15px;height:15px;border-radius:50%;background:var(--amber);display:inline-block}.player .token.used{background:#5b6b7a}.player .plabel{font-size:.86rem;color:#9fb2bd}.player .pstatus{font-family:Zilla Slab,serif;font-weight:700;font-size:1.08rem}.summary{background:var(--accent-soft);border-radius:12px;padding:1.1rem 1.3rem;margin-top:.4rem}.summary h3{margin-bottom:.3rem;font-size:1.3rem}.note{color:var(--muted);font-size:.88rem;margin-top:1rem}.footnote{color:var(--muted);font-size:.85rem;margin-top:1.6rem;text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.kbd{background:var(--surface-2);border:1px solid var(--line);border-radius:6px;padding:0 .35rem;font-size:.9em}a.ext{color:var(--accent);font-weight:700}.exam-hero{background:var(--ink);color:#eaf0f2;border-radius:var(--radius);padding:1.1rem 1.3rem;display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap;box-shadow:var(--shadow)}.exam-hero .stile-ic{background:var(--amber);color:#22303c}.exam-hero-text{flex:1;min-width:240px}.exam-hero h3{font-size:1.25rem}.exam-hero p{color:#9fb2bd;font-size:.95rem;margin-top:.15rem}.examhead{display:flex;align-items:center;gap:.8rem;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:.55rem .9rem;margin-bottom:1rem;font-family:Zilla Slab,serif}.examhead .examprog{color:var(--muted);font-size:.92rem;white-space:nowrap}.examhead b{font-size:1.08rem}.examhead .endexam{margin-left:auto;background:none;border:1.5px solid var(--line);border-radius:999px;padding:.2rem .8rem;color:var(--muted);font-size:.85rem}.examhead .endexam:hover{border-color:var(--bad);color:var(--bad)}.examgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.55rem;margin-top:.9rem}.wordchip{border:1.5px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);padding:.55rem .6rem;font-size:1.05rem;transition:border-color .12s,background .12s}.wordchip:hover{border-color:var(--accent)}.wordchip[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);font-weight:700}.scoretable{border-collapse:collapse;margin-top:.6rem}.scoretable td{padding:.25rem 1.2rem .25rem 0;border-bottom:1px solid var(--line-soft)}.attempt{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:.8rem 1rem;margin-top:.7rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.attempt-info{flex:1;min-width:220px}.attempt-sub{color:var(--muted);font-size:.88rem}.respcard{border:1px solid var(--line);border-radius:var(--radius-sm);padding:.8rem 1rem;margin-top:.8rem;background:var(--surface)}.respcard .resp-task{font-family:Zilla Slab,serif;font-weight:700}.respcard .resp-prompt{color:var(--muted);font-size:.9rem;margin-top:.2rem}.respcard .resp-text{background:var(--surface-2);border-radius:8px;padding:.5rem .7rem;margin-top:.4rem;white-space:pre-wrap}@media(max-width:640px){html{font-size:16px}.bigword{font-size:2.1rem}.panel{padding:1.1rem 1.05rem 1.3rem}.topbar .tag,.settings .shint{display:none}.lt,.lt.cell{width:.95rem;height:1.3rem;font-size:.85rem}}.blank.svelte-2p7vhy{display:inline-flex;align-items:baseline;gap:.3em;vertical-align:baseline}.hint.svelte-2p7vhy{font-weight:700;color:var(--accent)}.slots.svelte-2p7vhy{display:inline-flex;gap:.32em}.slot.svelte-2p7vhy{display:inline-block;width:.85em;border-bottom:2px solid var(--accent)}.whylist.svelte-15teric{margin:.5rem 0 0 1.1rem;padding:0;font-size:.9rem;color:var(--muted)}.whylist.svelte-15teric li:where(.svelte-15teric){margin-bottom:.15rem}.tokenline.svelte-yi7myh{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.8rem;font-size:1.15rem}.token.svelte-yi7myh{font:inherit;background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius-sm);padding:.3rem .6rem;cursor:pointer;color:inherit}.token.svelte-yi7myh:hover:not(:disabled){border-color:var(--accent)}.token.svelte-yi7myh:disabled{cursor:default}.token.bad.svelte-yi7myh{border-color:var(--good);background:var(--good-soft);font-weight:600}.token.wrongpick.svelte-yi7myh{border-color:var(--bad);background:var(--bad-soft);text-decoration:line-through}.fixedline.svelte-yi7myh{margin-top:.5rem;font-style:italic}.keyword.svelte-16gnvoy{display:inline-block;margin:.2rem 0 .7rem;padding:.25rem .7rem;border:1.5px dashed var(--line);border-radius:var(--radius-sm);background:var(--surface-2);font-weight:700;letter-spacing:.06em}.alts.svelte-16gnvoy{margin-top:.4rem;font-size:.9rem;color:var(--muted)}.accept.svelte-16gnvoy{margin-top:.5rem;padding:.3rem .7rem;font-size:.85rem}.fullline.svelte-g1j1kn{margin-top:.4rem;font-style:italic}.weak.svelte-1wn0yod{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem 1.1rem;margin-bottom:1.4rem}.whead.svelte-1wn0yod{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.whead.svelte-1wn0yod h2:where(.svelte-1wn0yod){margin:0;font-size:1.15rem}.lead.svelte-1wn0yod{font-size:.88rem;color:var(--muted)}.wcols.svelte-1wn0yod{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:.8rem}.wtitle.svelte-1wn0yod{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.35rem}.rlist.svelte-1wn0yod,.llist.svelte-1wn0yod{list-style:none;margin:0;padding:0}.rlist.svelte-1wn0yod li:where(.svelte-1wn0yod){display:flex;align-items:center;gap:.5rem;padding:.25rem 0;border-bottom:1px solid var(--line)}.rname.svelte-1wn0yod{flex:1}.rcount.svelte-1wn0yod{font-weight:700}.trend.down.svelte-1wn0yod{color:var(--good)}.trend.up.svelte-1wn0yod{color:var(--bad)}.trend.flat.svelte-1wn0yod{color:var(--muted)}.llist.svelte-1wn0yod li:where(.svelte-1wn0yod){padding:.25rem 0;border-bottom:1px solid var(--line)}.link.svelte-1wn0yod{background:none;border:none;padding:0;font:inherit;font-weight:600;color:var(--accent);cursor:pointer}.lmeta.svelte-1wn0yod{display:block;font-size:.82rem;color:var(--muted)}.wfoot.svelte-1wn0yod{display:flex;gap:.5rem;margin-top:.9rem}.btn.small.svelte-1wn0yod{padding:.3rem .6rem;font-size:.85rem}.psum.svelte-19n953p{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;text-align:left;background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:.85rem 1.1rem;margin-bottom:1.4rem;cursor:pointer;transition:transform .12s ease,border-color .12s ease}.psum.svelte-19n953p:hover{transform:translateY(-2px);border-color:var(--accent)}.pmain.svelte-19n953p{flex:1;min-width:0}.pline.svelte-19n953p{margin-bottom:.5rem;font-size:.95rem}.pbar.svelte-19n953p{position:relative;height:8px;border-radius:4px;background:var(--line);overflow:hidden}.pbar-seen.svelte-19n953p,.pbar-mastered.svelte-19n953p{position:absolute;inset:0 auto 0 0;border-radius:4px}.pbar-seen.svelte-19n953p{background:var(--accent-soft)}.pbar-mastered.svelte-19n953p{background:var(--good)}.pside.svelte-19n953p{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;white-space:nowrap}.streak.svelte-19n953p{font-weight:700;color:var(--good);font-size:.9rem}.more.svelte-19n953p{color:var(--accent);font-weight:600;font-size:.9rem}.mgroup.svelte-vuurcs{margin-top:.9rem}.mhead.svelte-vuurcs{font-weight:700;display:flex;align-items:center;gap:.4rem}.mcount.svelte-vuurcs{font-size:.8rem;font-weight:600;color:var(--muted);border:1.5px solid var(--line);border-radius:999px;padding:0 .45rem}.mgroup.svelte-vuurcs ul:where(.svelte-vuurcs),.scorelist.svelte-vuurcs{margin:.35rem 0 0 1.1rem;padding:0}.mgroup.svelte-vuurcs li:where(.svelte-vuurcs){margin-bottom:.35rem}.mdetail.svelte-vuurcs{color:var(--muted)}.mprompt.svelte-vuurcs{font-size:.85rem;color:var(--muted);font-style:italic}.more.svelte-vuurcs{margin-top:.2rem;margin-left:1.1rem;background:none;border:0;padding:0;font:inherit;font-size:.85rem;font-weight:600;color:var(--muted);text-decoration:underline;cursor:pointer}.donetitle.svelte-15fxtye{margin-bottom:.6rem}.presets.svelte-1d61teb{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.7rem;margin:1rem 0}.preset.svelte-1d61teb{display:grid;grid-template-columns:auto 1fr auto;gap:.2rem .55rem;align-items:center;text-align:left;font:inherit;color:inherit;cursor:pointer;padding:.75rem .85rem;background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.preset.svelte-1d61teb:hover{border-color:var(--accent)}.preset.on.svelte-1d61teb{border-color:var(--accent);background:var(--accent-soft);box-shadow:var(--shadow-lift)}.preset.svelte-1d61teb .pic:where(.svelte-1d61teb){color:var(--accent);display:flex}.preset.svelte-1d61teb .ptitle:where(.svelte-1d61teb){font-weight:700}.preset.svelte-1d61teb .pmins:where(.svelte-1d61teb){font-size:.82rem;color:var(--muted);white-space:nowrap}.preset.svelte-1d61teb .pdesc:where(.svelte-1d61teb){grid-column:2 / -1;font-size:.88rem;color:var(--muted);line-height:1.4}.prog.svelte-rgwvlh{display:flex;flex-direction:column;gap:1.2rem}.phead.svelte-rgwvlh{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.phead.svelte-rgwvlh h2:where(.svelte-rgwvlh){margin:0;font-size:1.25rem}.lead.svelte-rgwvlh{font-size:.88rem;color:var(--muted)}.overall.svelte-rgwvlh{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem 1.1rem}.ocount.svelte-rgwvlh{margin-bottom:.6rem}.bar.svelte-rgwvlh{position:relative;height:8px;border-radius:4px;background:var(--line);overflow:hidden}.bar.big.svelte-rgwvlh{height:12px;border-radius:6px}.bar-seen.svelte-rgwvlh,.bar-mastered.svelte-rgwvlh{position:absolute;inset:0 auto 0 0;border-radius:inherit}.bar-seen.svelte-rgwvlh{background:var(--accent-soft)}.bar-mastered.svelte-rgwvlh{background:var(--good)}.grid.svelte-rgwvlh{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.85rem}.ccard.svelte-rgwvlh{text-align:left;background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:.8rem .9rem;cursor:pointer;transition:transform .12s ease,border-color .12s ease}.ccard.svelte-rgwvlh:hover{transform:translateY(-2px);border-color:var(--accent)}.cname.svelte-rgwvlh{font-weight:700;margin-bottom:.5rem}.ctext.svelte-rgwvlh{margin-top:.4rem;font-size:.82rem;color:var(--muted)}.note.svelte-rgwvlh{font-size:.85rem;color:var(--muted);margin:0}.ehead.svelte-rgwvlh h3:where(.svelte-rgwvlh){margin:0 0 .4rem;font-size:1.05rem}.elist.svelte-rgwvlh{list-style:none;margin:0;padding:0}.elist.svelte-rgwvlh li:where(.svelte-rgwvlh){display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;padding:.35rem 0;border-bottom:1px solid var(--line)}.epreset.svelte-rgwvlh{font-weight:600}.emeta.svelte-rgwvlh{font-size:.82rem;color:var(--muted)}
