:root{--bg: #ffffff;--surface: #ffffff;--fg: #171717;--muted: #6b7280;--line: #e5e7eb;--accent: #4678b2;--accent-2: #74b666;--ok: #3f8f4f;--warn: #c1443f;--font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}@media (prefers-color-scheme: dark){:root{--bg: #0b0e14;--surface: #121722;--fg: #e8ecf1;--muted: #93a0b4;--line: #232b3a;--accent: #7db0e8;--accent-2: #8ecb7f;--ok: #6fc27f;--warn: #e8807c}}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font);-webkit-font-smoothing:antialiased}a{color:inherit}.wrap{max-width:1000px;margin:0 auto;padding:24px 16px 64px}.wrap.embed{padding:16px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--line)}.brand{font-weight:700;letter-spacing:-.01em;text-decoration:none}.brand span{color:var(--muted);font-weight:500}.tabs{display:flex;gap:6px}.tabs a{font-size:13px;padding:7px 14px;border-radius:999px;border:1px solid var(--line);text-decoration:none;color:var(--muted)}.tabs a.active{background:var(--fg);border-color:var(--fg);color:var(--bg)}.notice{border:1px solid var(--line);border-left:3px solid var(--warn);border-radius:10px;padding:14px 16px;color:var(--muted);font-size:14px;line-height:1.5}.notice code{font-size:12px}.sites{list-style:none;margin:0;padding:0;display:grid;gap:8px}.sites a{display:flex;align-items:baseline;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:12px;padding:14px 16px;text-decoration:none;background:var(--surface)}.sites a:hover{border-color:var(--accent)}.sites .domain{color:var(--muted);font-size:13px}
