:root{--color-bg: #FAFAFA;--color-surface: #FFFFFF;--color-surface-alt: #F4F4F5;--color-ink: #0F172A;--color-text: #1F2937;--color-text-muted: #4B5563;--color-text-subtle: #6B7280;--color-accent: #B45309;--color-accent-hover: #92400E;--color-accent-tint: #FEF3C7;--color-border: #E5E7EB;--color-border-strong: #D1D5DB;--color-success: #15803D;--color-warning: #B45309;--color-danger: #B91C1C;--color-primary: var(--color-bg);--color-secondary: var(--color-surface);--color-accent-secondary: var(--color-accent-hover);--font-mono: "JetBrains Mono", "Fira Code", "Consolas", monospace;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 12px rgba(15, 23, 42, .06)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-accent-hover)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;letter-spacing:-.015em;color:var(--color-ink)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media print{body{background:#fff;color:#000}.no-print{display:none!important}}header.svelte-12qhfyh{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}nav.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem}.logo.svelte-12qhfyh{font-size:1.25rem;font-weight:800;letter-spacing:.02em}.logo-text.svelte-12qhfyh{color:var(--color-ink)}.logo-accent.svelte-12qhfyh{color:var(--color-accent)}.nav-links.svelte-12qhfyh{display:flex;gap:2rem;list-style:none}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-muted);font-weight:500;transition:color .15s ease}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-ink)}.menu-toggle.svelte-12qhfyh{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.hamburger.svelte-12qhfyh{display:block;width:24px;height:2px;background:var(--color-ink);position:relative;transition:background .2s ease}.hamburger.svelte-12qhfyh:before,.hamburger.svelte-12qhfyh:after{content:"";position:absolute;width:24px;height:2px;background:var(--color-ink);left:0;transition:transform .3s ease}.hamburger.svelte-12qhfyh:before{top:-7px}.hamburger.svelte-12qhfyh:after{top:7px}.hamburger.open.svelte-12qhfyh{background:transparent}.hamburger.open.svelte-12qhfyh:before{transform:rotate(45deg);top:0;background:var(--color-accent)}.hamburger.open.svelte-12qhfyh:after{transform:rotate(-45deg);top:0;background:var(--color-accent)}@media(max-width:768px){.menu-toggle.svelte-12qhfyh{display:block}.nav-links.svelte-12qhfyh{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background:var(--color-surface);flex-direction:column;padding:5rem 2rem 2rem;gap:0;transition:right .3s ease;border-left:1px solid var(--color-border);box-shadow:-4px 0 20px #0f172a14}.nav-links.open.svelte-12qhfyh{right:0}.nav-links.svelte-12qhfyh li:where(.svelte-12qhfyh){border-bottom:1px solid var(--color-border)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:1rem 0;font-size:1.1rem}}main.svelte-12qhfyh{min-height:calc(100vh - 140px);background:var(--color-bg)}footer.svelte-12qhfyh{background:var(--color-surface);border-top:1px solid var(--color-border);padding:2rem 0;text-align:center;color:var(--color-text-subtle);font-size:.9rem}
