*,:before,:after{box-sizing:border-box}:root{--font:system-ui, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;--radius:12px;--column:min(100%, 40rem);--pad:clamp(1rem, 4vw, 1.5rem)}:root[data-theme=system]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root[data-theme=system]{--lightningcss-light: ;--lightningcss-dark:initial}}@media (prefers-color-scheme:light){:root[data-theme=system]{--bg:#f4f4f5;--surface:#fff;--text:#18181b;--muted:#71717a;--border:#e4e4e7;--accent:#2563eb;--accent-text:#fff}}@media (prefers-color-scheme:dark){:root[data-theme=system]{--bg:#222;--surface:#34343e;--text:#ececf1;--muted:#9b9bab;--border:#45454f;--accent:#6b8cce;--accent-text:#0f1115}}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f4f5;--surface:#fff;--text:#18181b;--muted:#71717a;--border:#e4e4e7;--accent:#2563eb;--accent-text:#fff}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#222;--surface:#34343e;--text:#ececf1;--muted:#9b9bab;--border:#45454f;--accent:#6b8cce;--accent-text:#0f1115}html,body{min-height:100dvh;margin:0}@supports not (min-height:100dvh){html,body{min-height:100vh}}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6}.shell{width:var(--column);min-height:100dvh;padding:var(--pad);flex-direction:column;margin-inline:auto;display:flex}@supports not (min-height:100dvh){.shell{min-height:100vh}}.top{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1.25rem;display:flex}.title{letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:600}.theme{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;gap:.25rem;padding:.25rem;display:inline-flex}.theme-btn{font:inherit;border-radius:calc(var(--radius) - 4px);width:2.25rem;height:2.25rem;color:var(--muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.theme-btn:hover{color:var(--text)}.theme-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-icon{flex-shrink:0;width:1.125rem;height:1.125rem;display:block}.theme-btn[aria-pressed=true]{background:var(--accent);color:var(--accent-text)}.content{flex:1;padding-top:1.5rem}.lead{color:var(--muted);margin:0;font-size:.9375rem}.lead+.lead{margin-top:.75rem}.route-label{color:var(--text);font-size:1.125rem;font-weight:600}.route-meta{color:var(--muted);grid-template-columns:auto 1fr;gap:.35rem 1rem;margin:0 0 1rem;font-size:.875rem;display:grid}.route-meta dt{color:var(--text);font-weight:500}.route-meta dd{word-break:break-all;margin:0;font-family:ui-monospace,monospace}.lead code{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:.15em .35em;font-size:.85em}
