*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--background: #f5f1e6;--foreground: #4a3f35;--card: #fffcf5;--card-foreground: #4a3f35;--primary: #a67c52;--primary-foreground: #ffffff;--secondary: #e2d8c3;--secondary-foreground: #5c4d3f;--muted: #ece5d8;--muted-foreground: #7d6b56;--accent: #d4c8aa;--accent-foreground: #4a3f35;--destructive: #b54a35;--destructive-foreground: #ffffff;--border: #dbd0ba;--input: #dbd0ba;--ring: #a67c52;--radius: .25rem;--font-sans: "Libre Baskerville", Georgia, serif;--font-serif: "Lora", Georgia, serif;--font-mono: "IBM Plex Mono", "Courier New", monospace;--syn-keyword: #8b4513;--syn-string: #228b22;--syn-number: #0066cc;--syn-comment: #6b7280;--syn-function: #a67c52}html.dark{--background: #2d2621;--foreground: #ece5d8;--card: #3a322c;--card-foreground: #ece5d8;--primary: #c0a080;--primary-foreground: #2d2621;--secondary: #4a4039;--secondary-foreground: #ece5d8;--muted: #3a322c;--muted-foreground: #c5bcac;--accent: #59493e;--accent-foreground: #ece5d8;--destructive: #b54a35;--destructive-foreground: #ffffff;--border: #4a4039;--input: #4a4039;--ring: #c0a080;--syn-keyword: #ce6c22;--syn-string: #8bc34a;--syn-number: #9ac8ff;--syn-comment: #6b7280;--syn-function: #fbc02d}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);line-height:1.6;min-height:100vh;transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:700;line-height:1.25;color:var(--foreground)}code{font-family:var(--font-mono);font-size:.875em;background:var(--secondary);border:1px solid var(--border);border-radius:4px;padding:1px 6px}pre{font-family:var(--font-mono);background:var(--muted);border:1px solid var(--border);border-radius:8px;padding:1rem 1.125rem;overflow-x:auto;font-size:.875rem;line-height:1.7}pre code{background:none;border:none;padding:0;font-size:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}::selection{background:var(--accent);color:var(--accent-foreground)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 640px){.container{padding:0 1rem}}.nav.svelte-6syu58{position:sticky;top:0;z-index:100;background-color:var(--background);border-bottom:1px solid var(--border);transition:background-color .3s ease}.nav-inner.svelte-6syu58{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;gap:1rem}.brand.svelte-6syu58{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-right:.5rem}.theme-btn.svelte-6syu58{width:2rem;height:2rem;background:var(--accent);color:var(--accent-foreground);border:none;border-radius:var(--radius);font-family:var(--font-serif);font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0}.theme-btn.svelte-6syu58:hover{background:var(--primary);color:var(--primary-foreground)}.brand-name.svelte-6syu58{font-family:var(--font-serif);font-size:1.125rem;font-weight:700;color:var(--foreground);transition:color .15s ease;text-decoration:none}.brand-name.svelte-6syu58:hover{color:var(--primary)}.nav-links.svelte-6syu58{display:flex;align-items:center;gap:.125rem;margin-left:auto}.nav-link.svelte-6syu58{padding:.5rem .875rem;font-size:.875rem;font-weight:500;color:var(--foreground);border-radius:var(--radius);transition:color .15s ease,background .15s ease;white-space:nowrap;display:flex;align-items:center;gap:.375rem;text-decoration:none}.nav-link.svelte-6syu58:hover{color:var(--primary);background:var(--secondary)}.nav-link.active.svelte-6syu58{color:var(--primary);background:var(--muted)}.github-link.svelte-6syu58{color:var(--muted-foreground);margin-left:.25rem}.hamburger.svelte-6syu58{display:none;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-size:1.25rem;line-height:1;cursor:pointer;margin-left:auto;flex-shrink:0;transition:background .15s ease,color .15s ease}.hamburger.svelte-6syu58:hover{background:var(--muted);color:var(--primary)}@media (max-width: 768px){.hamburger.svelte-6syu58{display:flex}.nav-links.svelte-6syu58{display:none;position:absolute;top:4rem;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--background);border-bottom:1px solid var(--border);padding:.5rem 1rem .75rem;gap:.25rem;margin-left:0;z-index:99;box-shadow:0 4px 12px #00000014}.nav-links.open.svelte-6syu58{display:flex}.nav-link.svelte-6syu58{padding:.625rem .75rem}.github-link.svelte-6syu58{margin-left:0}}@media (min-width: 769px){.hamburger.svelte-6syu58{display:none!important}}.footer.svelte-xi1ivl{background:var(--secondary);border-top:1px solid var(--border);margin-top:auto}.footer-inner.svelte-xi1ivl{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:2rem}.brand.svelte-xi1ivl{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.brand-icon.svelte-xi1ivl{width:2rem;height:2rem;background:var(--accent);color:var(--accent-foreground);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-weight:700;font-size:1rem;flex-shrink:0}.brand-name.svelte-xi1ivl{font-family:var(--font-serif);font-size:1.125rem;font-weight:700;color:var(--foreground)}.tagline.svelte-xi1ivl{font-size:.875rem;color:var(--muted-foreground);margin-bottom:.5rem}.status-note.svelte-xi1ivl{font-size:.75rem;color:var(--muted-foreground);opacity:.8}.col-title.svelte-xi1ivl{font-family:var(--font-sans);font-size:.875rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}.link-list.svelte-xi1ivl{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-link.svelte-xi1ivl{font-size:.875rem;color:var(--muted-foreground);transition:color .15s ease}.footer-link.svelte-xi1ivl:hover{color:var(--foreground)}.footer-bottom.svelte-xi1ivl{border-top:1px solid var(--border)}.footer-bottom-inner.svelte-xi1ivl{max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.copyright.svelte-xi1ivl{font-size:.8125rem;color:var(--muted-foreground)}.social-links.svelte-xi1ivl{display:flex;gap:.5rem}.social-link.svelte-xi1ivl{padding:.375rem;color:var(--muted-foreground);border-radius:var(--radius);transition:color .15s ease,background .15s ease;line-height:0;display:flex;align-items:center}.social-link.svelte-xi1ivl:hover{color:var(--foreground);background:var(--muted)}@media (max-width: 900px){.footer-inner.svelte-xi1ivl{grid-template-columns:1fr 1fr}.brand-col.svelte-xi1ivl{grid-column:1 / -1}}@media (max-width: 560px){.footer-inner.svelte-xi1ivl{grid-template-columns:1fr}}.layout.svelte-ed1yrh{display:flex;flex-direction:column;min-height:100vh}.main-content.svelte-ed1yrh{flex:1;display:flex;flex-direction:column}
