*{margin:0;padding:0;box-sizing:border-box}:root,:root[data-theme=light]{--bg: #FAFAF8;--bg-card: #FFFFFF;--bg-input: #F5F4F0;--bg-dark: #1A1A18;--text-primary: #1A1A18;--text-secondary: #6B6960;--text-muted: #9B978C;--accent: #E8553A;--accent-hover: #D44A30;--accent-light: #FFF0ED;--border: #E8E6E0;--border-focus: #1A1A18;--radius: 14px;--radius-sm: 10px;--shadow-card: 0 1px 3px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.04);--shadow-card-hover: 0 2px 8px rgba(0,0,0,.06), 0 12px 32px rgba(0,0,0,.06);--transition: .25s cubic-bezier(.4, 0, .2, 1)}:root[data-theme=dark]{--bg: #141413;--bg-card: #1E1E1C;--bg-input: #2A2A28;--bg-dark: #0F0F0E;--text-primary: #F5F5F3;--text-secondary: #A8A89E;--text-muted: #6B6960;--accent: #E8553A;--accent-hover: #F06A50;--accent-light: #2D1F1B;--border: #2A2A28;--border-focus: #F5F5F3;--shadow-card: 0 1px 3px rgba(0,0,0,.2), 0 8px 24px rgba(0,0,0,.2);--shadow-card-hover: 0 2px 8px rgba(0,0,0,.3), 0 12px 32px rgba(0,0,0,.3)}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;transition:background-color var(--transition),color var(--transition)}html,body{height:100%}h1,h2,h3,h4,h5,h6{font-family:Fraunces,Georgia,serif;letter-spacing:-.02em;line-height:1.2}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input,select,textarea{font-family:DM Sans,sans-serif;font-size:16px!important}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}html{scroll-behavior:smooth}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}nav.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;background:#fafaf8d9;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-bottom:1px solid var(--border);transition:var(--transition)}[data-theme=dark] nav.svelte-12qhfyh{background:#141413d9}.nav-inner.svelte-12qhfyh{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:64px}.nav-logo.svelte-12qhfyh{font-family:Fraunces,serif;font-weight:700;font-size:1.2rem;color:var(--text-primary);text-decoration:none;display:flex;align-items:center;gap:8px;letter-spacing:-.02em}.nav-logo.svelte-12qhfyh .dot:where(.svelte-12qhfyh){width:8px;height:8px;border-radius:50%;background:var(--accent);display:inline-block;animation:pulse 2s ease-in-out infinite}.nav-right.svelte-12qhfyh{display:flex;align-items:center;gap:16px}.nav-links.svelte-12qhfyh{display:flex;gap:8px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;color:var(--text-secondary);font-size:.875rem;font-weight:500;padding:8px 16px;border-radius:8px;transition:var(--transition)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-primary);background:var(--bg-input)}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--text-primary);background:var(--bg-input)}.theme-toggle.svelte-12qhfyh,.menu-toggle.svelte-12qhfyh{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:var(--transition)}.theme-toggle.svelte-12qhfyh:hover,.menu-toggle.svelte-12qhfyh:hover{background:var(--bg-input);color:var(--text-primary)}.menu-toggle.svelte-12qhfyh{display:none}main.svelte-12qhfyh{flex:1;padding-top:64px}footer.svelte-12qhfyh{border-top:1px solid var(--border);padding:32px;text-align:center;background:var(--bg)}footer.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.8rem;color:var(--text-muted)}@media(max-width:640px){.nav-inner.svelte-12qhfyh{padding:0 20px}.menu-toggle.svelte-12qhfyh{display:flex}.nav-links.svelte-12qhfyh{position:absolute;top:64px;left:0;right:0;background:var(--bg-card);border-bottom:1px solid var(--border);flex-direction:column;padding:8px 20px 16px;gap:4px;display:none;box-shadow:0 8px 24px #0000001a}.nav-links.open.svelte-12qhfyh{display:flex}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:12px 16px;font-size:.95rem;border-radius:var(--radius-sm)}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--accent-light);color:var(--accent)}}@media(max-width:400px){.nav-inner.svelte-12qhfyh{padding:0 16px}.logo-text.svelte-12qhfyh{display:none}.nav-logo.svelte-12qhfyh .dot:where(.svelte-12qhfyh){width:12px;height:12px}}
