:root{--color-primary: #6B1D2A;--color-primary-light: #8B2D3A;--color-primary-dark: #4A0E18;--color-accent: #C9A84C;--color-accent-light: #D4B96A;--color-accent-dark: #A88A2E;--color-bg: #F5F0F0;--color-surface: #ffffff;--color-text: #1f2937;--color-text-secondary: #6b7280;--color-text-muted: #9ca3af;--color-border: #e5e7eb;--color-success: #059669;--color-warning: #d97706;--color-error: #dc2626;--color-error-bg: #fef2f2;--color-error-border: #fecaca;--font-heading: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -1px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}.navbar.svelte-12qhfyh{background:var(--color-primary);box-shadow:0 2px 12px #0003;position:sticky;top:0;z-index:1000}.nav-container.svelte-12qhfyh{max-width:1600px;margin:0 auto;padding:0 30px;display:flex;justify-content:space-between;align-items:center;height:64px}.nav-brand.svelte-12qhfyh{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--color-surface)}.brand-icon.svelte-12qhfyh{width:32px;height:32px;flex-shrink:0}.brand-text.svelte-12qhfyh{font-family:var(--font-heading);font-size:20px;font-weight:700;letter-spacing:.5px}.brand-highlight.svelte-12qhfyh{color:var(--color-accent)}.nav-links.svelte-12qhfyh{display:flex;gap:4px}.nav-link.svelte-12qhfyh{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:var(--radius-md);color:#ffffffb3;text-decoration:none;font-weight:500;font-size:14px;transition:all .2s;position:relative}.nav-link.svelte-12qhfyh:hover{color:#fffffff2;background:#ffffff14}.nav-link.active.svelte-12qhfyh{color:var(--color-accent);background:#c9a84c1f}.nav-link.active.svelte-12qhfyh:after{content:"";position:absolute;bottom:-1px;left:16px;right:16px;height:2px;background:var(--color-accent);border-radius:1px}.nav-icon.svelte-12qhfyh{width:18px;height:18px;flex-shrink:0}main.svelte-12qhfyh{min-height:calc(100vh - 64px)}@media(max-width:640px){.nav-container.svelte-12qhfyh{padding:0 16px}.brand-text.svelte-12qhfyh{font-size:16px}.nav-link.svelte-12qhfyh{padding:8px 12px}}
