:root{--bg: #fdfdfd;--fg: #0b0b0b;--muted: #5a5f66;--border: #e5e7eb;--accent: #00cc66;--gray: #6b7280;--card-bg: transparent;--box-shadow: rgba(0, 0, 0, .1);--container-width: 768px;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs: .75rem;--text-sm: .8rem;--text-base: .9rem;--text-md: 1.125rem;--text-lg: 1.25rem;--text-xl: 1.5rem;--text-2xl: 1.875rem;--text-3xl: 2.25rem;--text-4xl: 3rem;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700}:root[data-theme=dark]{--bg: #0b0c0c;--fg: #e7e9ea;--muted: #9aa2a9;--border: #1f2328;--accent: #00ff88;--gray: #6b7280;--card-bg: transparent;--box-shadow: rgba(255, 255, 255, .05)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-mono);font-size:var(--text-base);background:var(--bg);color:var(--fg);line-height:1.6;overflow-x:hidden;width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1rem;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:var(--weight-bold);line-height:1.3;letter-spacing:-.02em}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}p{margin:.5em 0}a{color:var(--fg);text-decoration:none;border-bottom:1px solid transparent;transition:color .15s,border-color .15s}a:hover{color:var(--accent);border-bottom-color:var(--accent)}.section-divider{height:1px;border:none;background:linear-gradient(to right,transparent,var(--border),transparent);margin:3rem 0}.section-title{text-align:center;font-family:var(--font-sans);font-size:var(--text-xl);margin-bottom:1.5rem}.subtext{color:var(--muted);font-size:var(--text-sm)}.bordered{border:1px solid var(--border);background:var(--card-bg)}::selection{background:var(--accent);color:var(--bg)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border)}::-webkit-scrollbar-thumb:hover{background:var(--muted)}pre{background-color:var(--bg);border:1px solid var(--border);padding:1rem;overflow-x:auto;font-size:var(--text-sm);color:var(--fg);font-family:var(--font-mono)}code{font-family:var(--font-mono);font-size:var(--text-sm)}.container{width:100%;max-width:var(--container-width);margin:0 auto}.theme-toggle.svelte-1cmi4dh{background:none;border:none;cursor:pointer;padding:.35rem;display:flex;align-items:center;justify-content:center;color:var(--fg);transition:opacity .2s}.theme-toggle.svelte-1cmi4dh:hover{opacity:.7;color:var(--accent)}nav.svelte-1h32yp1{display:flex;align-items:center;justify-content:space-between;padding:.5em 1rem;border-bottom:1px solid var(--border);margin-bottom:2rem;flex-wrap:wrap;gap:.5rem;position:sticky;top:0;z-index:100;background-color:var(--bg)}.nav-left.svelte-1h32yp1{display:flex;align-items:center}.nav-left.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--text-lg);letter-spacing:-.03em;border-bottom:none}.nav-left.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{border-bottom:none}.nav-right.svelte-1h32yp1{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.nav-links.svelte-1h32yp1{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:1rem;margin-right:1rem}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-size:var(--text-sm);border-bottom:none}.nav-links.svelte-1h32yp1 li:where(.svelte-1h32yp1){list-style:none}.nav-icons.svelte-1h32yp1{display:flex;align-items:center;gap:.25rem}.icon-btn.svelte-1h32yp1{display:inline-flex;align-items:center;justify-content:center;padding:.35rem;border:none;background:none;cursor:pointer;transition:opacity .2s;border-bottom:none;color:var(--fg)}.icon-btn.svelte-1h32yp1:hover{opacity:.7;border-bottom:none;color:var(--accent)}@media(max-width:600px){nav.svelte-1h32yp1{justify-content:center}.nav-left.svelte-1h32yp1{flex:0 0 100%;justify-content:center;margin-bottom:.25rem}.nav-right.svelte-1h32yp1{justify-content:center}.nav-links.svelte-1h32yp1{margin-right:.5rem;gap:.75rem}}footer.svelte-jz8lnl{padding-bottom:2rem}.footer-content.svelte-jz8lnl{display:flex;justify-content:space-between;align-items:center;font-size:var(--text-sm)}.footer-links.svelte-jz8lnl{display:flex;gap:1rem}@media(max-width:600px){.footer-content.svelte-jz8lnl{flex-direction:column;gap:.5rem;text-align:center}}main.svelte-12qhfyh{min-height:calc(100vh - 10rem)}
