:root{color-scheme:light dark;--bg:#f7f8fa;--surface:#fff;--surface-alt:#f1f3f6;--text:#16181d;--text-muted:#5b6270;--border:#e3e6ea;--accent:#0f9d6f;--accent-contrast:#fff;--accent-soft:#e4f6ee;--accent-strong:#0b7f59;--gold:#b8860b;--silver:#6b7280;--bronze:#a15c2e;--junior-bg:#fff8e8;--junior-badge-bg:#fde7b0;--junior-badge-text:#6e4300;--uncertain-badge-bg:#e6ecf7;--uncertain-badge-text:#35507a;--radius:10px;--shadow:0 1px 2px #1018280f, 0 1px 3px #10182814;--max-width:1080px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0f1115;--surface:#171a21;--surface-alt:#1e222b;--text:#eef0f3;--text-muted:#9aa1ae;--border:#2b2f3a;--accent:#2fd28a;--accent-contrast:#05130d;--accent-soft:#123526;--accent-strong:#2fd28a;--gold:#e0b23c;--silver:#9aa1ae;--bronze:#cf8b5a;--junior-bg:#262112;--junior-badge-bg:#4a3a12;--junior-badge-text:#f5d27a;--uncertain-badge-bg:#1f2a3d;--uncertain-badge-text:#9dbdec;--shadow:0 1px 2px #0006, 0 4px 10px #00000059}}:root[data-theme=dark]{color-scheme:dark;--bg:#0f1115;--surface:#171a21;--surface-alt:#1e222b;--text:#eef0f3;--text-muted:#9aa1ae;--border:#2b2f3a;--accent:#2fd28a;--accent-contrast:#05130d;--accent-soft:#123526;--accent-strong:#2fd28a;--gold:#e0b23c;--silver:#9aa1ae;--bronze:#cf8b5a;--junior-bg:#262112;--junior-badge-bg:#4a3a12;--junior-badge-text:#f5d27a;--uncertain-badge-bg:#1f2a3d;--uncertain-badge-text:#9dbdec;--shadow:0 1px 2px #0006, 0 4px 10px #00000059}:root[data-theme=light]{color-scheme:light}*{box-sizing:border-box}html,body{background:var(--bg);height:100%}body{min-height:100vh;color:var(--text);flex-direction:column;margin:0;font-family:system-ui,-apple-system,Hiragino Sans,Yu Gothic,sans-serif;line-height:1.65;display:flex}.page-content{width:100%;max-width:var(--max-width);flex:1 0 auto;margin:0 auto;padding:1.5rem 1.25rem 4rem}a{color:var(--accent-strong);text-decoration:none}a:hover{text-decoration:underline}h1{letter-spacing:-.01em;margin:.2rem 0 .6rem;font-size:1.55rem}h2{color:var(--text);margin:2rem 0 .75rem;font-size:1.05rem}p{color:var(--text-muted)}.site-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.site-header a.brand{color:var(--text);letter-spacing:-.01em;align-items:center;gap:.4rem;font-size:1.05rem;font-weight:700;display:inline-flex}.site-header a.brand:hover{color:var(--accent-strong);text-decoration:none}.brand-mark{width:20px;height:20px;fill:var(--accent-strong);flex-shrink:0}.theme-menu{position:relative}.theme-menu-button{border:1px solid var(--border);background:var(--surface);cursor:pointer;width:2.25rem;height:2.25rem;color:var(--text);border-radius:999px;justify-content:center;align-items:center;font-size:1.05rem;line-height:1;display:inline-flex}.theme-menu-button:hover{border-color:var(--accent)}.theme-menu-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:10rem;box-shadow:var(--shadow);z-index:10;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + .5rem);right:0}.theme-menu-list[hidden]{display:none}.theme-menu-list li{margin:0}.theme-menu-list button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem .6rem;font-size:.9rem;display:flex}.theme-menu-list button:hover{background:var(--surface-alt)}.theme-menu-list .check{color:var(--accent-strong);visibility:hidden;font-weight:700}.theme-menu-list button[aria-checked=true] .check{visibility:visible}nav.breadcrumb{color:var(--text-muted);margin-bottom:.75rem;font-size:.85rem}nav.breadcrumb a{color:var(--text-muted)}nav.breadcrumb a:hover{color:var(--accent-strong)}nav.breadcrumb .sep{opacity:.6;margin:0 .4rem}.meta-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin:.25rem 0 1.25rem;display:flex}.meta-line,.updated-badge{color:var(--text-muted);background:var(--surface-alt);border:1px solid var(--border);border-radius:999px;margin:0;padding:.3rem .85rem;font-size:.85rem;display:inline-block}.hero{border-bottom:1px solid var(--border);margin:0 0 2rem;padding:2.75rem 0 2rem}.hero h1{letter-spacing:-.02em;margin:0;font-size:min(2.85rem,9.52381vw - .238095rem);font-weight:500;line-height:1.4}.hero h1 .lead-soft{white-space:nowrap;color:var(--text-muted);margin-top:.15em;font-size:min(2.85rem,5.88235vw - .147059rem);display:block}@media (width>=900px){.hero{margin-bottom:3.5rem;padding:4rem 0 3rem}}.category-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.category-grid li{background:var(--surface);border:1px solid var(--border);border-radius:6px;flex-direction:column;margin:0;display:flex;position:relative;overflow:hidden}.category-grid li:before{content:"";background:var(--accent);width:3px;position:absolute;inset:0 auto 0 0}.category-grid .category-main{color:var(--text);flex-direction:column;flex:1;gap:.25rem;padding:.9rem 1.1rem .75rem 1.2rem;display:flex}.category-name{font-size:.95rem;font-weight:700}.category-desc{color:var(--text-muted);font-size:.78rem}.filter-chips{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.filter-chips li{margin:0}.filter-chips a{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:999px;padding:.35rem .9rem;font-size:.85rem;transition:border-color .12s,color .12s;display:inline-block}.filter-chips a:hover{border-color:var(--accent);color:var(--accent-strong);text-decoration:none}.table-scroll{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.92rem}th,td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:.7rem .75rem}td.name-cell,th.name-cell{white-space:normal;min-width:220px}thead th{background:var(--surface-alt);color:var(--text-muted);letter-spacing:.03em;font-size:.78rem;font-weight:600;position:sticky;top:0}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--surface-alt)}small{color:var(--text-muted);font-size:.78em}.info-list{grid-template-columns:max-content 1fr;gap:.5rem 1.5rem;margin:1.5rem 0;display:grid}.info-list dt{color:var(--text-muted);font-size:.85rem}.info-list dd{margin:0}.site-footer{width:100%;max-width:var(--max-width);border-top:1px solid var(--border);text-align:center;flex-shrink:0;margin:0 auto;padding:1.5rem 1.25rem 2rem}.site-footer .footer-disclosure{color:var(--text-muted);max-width:40rem;margin:0 auto 1rem;font-size:.8rem}.site-footer .footer-links{flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;margin-bottom:1rem;display:flex}.site-footer .footer-links a{color:var(--text-muted);font-size:.85rem}.site-footer .footer-links a:hover{color:var(--accent-strong)}.site-footer .footer-copyright{color:var(--text-muted);margin:.35rem 0 0;font-size:.78rem}.site-footer .footer-credit{color:var(--text-muted);margin:0;font-size:.72rem}.site-footer .footer-credit a{color:inherit;text-decoration:underline;text-decoration-color:var(--border)}.site-footer .footer-credit a:hover{color:var(--accent-strong)}
