@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--color-primary: #cd5c18;--color-primary-dark: #a84812;--color-primary-light: #e87a3d;--color-text: #333;--color-text-muted: #666;--color-bg: #fafafa;--color-surface: #fff;--font-sans: "Nunito", system-ui, sans-serif;--max-width: 1200px;--spacing: 1.5rem;--radius: 8px;--shadow: 0 2px 12px rgba(0, 0, 0, .08);--shadow-hover: 0 4px 20px rgba(205, 92, 24, .15)}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}body.menu-open{overflow:hidden}html{font-size:16px}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding-left:1rem;padding-right:1rem}.main .container{padding-left:0;padding-right:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-family:var(--font-sans);font-size:1rem;font-weight:600;border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s,transform .15s}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark);text-decoration:none}.header.svelte-12qhfyh{background:var(--color-surface);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.nav.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;min-height:4rem}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:var(--color-primary)}.logo.svelte-12qhfyh:hover{text-decoration:none}.logo.svelte-12qhfyh img:where(.svelte-12qhfyh){width:48px;height:44px}.burger.svelte-12qhfyh{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:8px;background:none;border:none;cursor:pointer;z-index:101}.burger-bar.svelte-12qhfyh{display:block;width:100%;height:3px;background:var(--color-primary);border-radius:2px;transition:transform .3s,opacity .3s}.burger[aria-expanded=true].svelte-12qhfyh .burger-bar:where(.svelte-12qhfyh):nth-child(1){transform:translateY(8px) rotate(45deg)}.burger[aria-expanded=true].svelte-12qhfyh .burger-bar:where(.svelte-12qhfyh):nth-child(2){opacity:0}.burger[aria-expanded=true].svelte-12qhfyh .burger-bar:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-links.svelte-12qhfyh{display:flex;gap:1.5rem;list-style:none}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text);font-weight:600}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--color-primary);text-decoration:none}.nav-overlay.svelte-12qhfyh{display:none}@media(max-width:768px){.burger.svelte-12qhfyh{display:flex}.nav-overlay.svelte-12qhfyh{display:block;position:fixed;inset:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:99}.nav-overlay.visible.svelte-12qhfyh{opacity:1;visibility:visible}.nav-links.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;width:min(280px,85vw);flex-direction:column;align-items:stretch;justify-content:flex-start;padding:5rem 1.5rem 1.5rem;gap:0;background:var(--color-surface);box-shadow:-4px 0 20px #0000001a;transform:translate(100%);transition:transform .3s ease;z-index:100}.nav-links.open.svelte-12qhfyh{transform:translate(0)}.nav-links.svelte-12qhfyh li:where(.svelte-12qhfyh){border-bottom:1px solid #eee}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:1rem 0;font-size:1.1rem}}.main.svelte-12qhfyh{flex:1;min-height:calc(100vh - 8rem);padding-left:1rem;padding-right:1rem}.footer.svelte-12qhfyh{background:var(--color-surface);text-align:center;padding:var(--spacing);color:var(--color-text-muted);font-size:.9rem}
