:root{--bg-primary: #ffffff;--text-primary: #1f2937;--text-heading: #111827;--text-secondary: #6b7280;--accent: #2563eb;--border: #e5e7eb}[data-theme=dark]{--bg-primary: #141314;--text-primary: #e6e1e3;--text-heading: #ffffff;--text-secondary: #ffffff;--accent: #60a5fa;--border: #374151}*{box-sizing:border-box;transition:background-color .2s ease,color .2s ease,border-color .2s ease}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;margin:0;padding:0;-webkit-font-smoothing:antialiased}h1,h2,h3{color:var(--text-heading);font-weight:700;line-height:1.2;margin-top:2rem;margin-bottom:1rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}p,h1,h2,h3,li{overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}body{background-color:var(--bg-primary);color:var(--text-primary)}.layout-container.svelte-12qhfyh{max-width:720px;margin:0 auto;padding:2rem 1.5rem;min-height:100vh;display:flex;flex-direction:column;position:relative}.top-bar.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.nav-links.svelte-12qhfyh{display:flex;gap:1.5rem}.nav-link.svelte-12qhfyh{font-weight:500;color:var(--text-secondary);text-decoration:none;transition:all .2s ease;padding:.25rem 0}.active.svelte-12qhfyh{color:var(--accent)!important;border-bottom-color:var(--accent)}.nav-link.svelte-12qhfyh:hover{color:var(--accent)}.theme-toggle.svelte-12qhfyh{background:transparent;border:1px solid var(--border);color:var(--text-primary);cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:all .2s ease}.theme-toggle.svelte-12qhfyh:hover{background-color:var(--bg-secondary);border-color:var(--accent);color:var(--accent)}.theme-toggle.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:20px;height:20px}main.svelte-12qhfyh{flex:1}footer.svelte-12qhfyh{margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;font-size:.875rem;color:var(--text-secondary)}
