:root{--color-primary: #CE412B;--color-secondary: #E89165;--color-bg: #242424;--color-surface: #2E2E2E;--color-text: #E0E0E0;--color-text-muted: #A0A0A0;--radius: 12px;--transition: .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:IBM Plex Sans,system-ui,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}h1,h2,h3,h4{font-family:Manrope,system-ui,sans-serif;font-weight:600}code,pre{font-family:Fira Code,monospace}::selection{background:var(--color-secondary);color:var(--color-bg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.animate-fade-in{animation:fadeIn .4s ease forwards}a{color:var(--color-secondary);text-decoration:none;transition:var(--transition)}a:hover{color:var(--color-primary)}button{cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 24px}section{padding:80px 0}:root{--color-primary: #ce412b;--color-secondary: #e89165;--color-bg: #242424;--color-surface: #2e2e2e;--color-text: #e0e0e0;--color-text-muted: #a0a0a0;--radius: 12px}.header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:1000;background:#242424e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(232,145,101,.1)}.header-content.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1200px;margin:0 auto}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--color-text)}.logo-icon.svelte-12qhfyh{width:40px;height:40px}.logo-text.svelte-12qhfyh{font-family:Manrope,sans-serif;font-weight:700;font-size:1.5rem;letter-spacing:-.5px}.desktop-nav.svelte-12qhfyh{display:flex;gap:32px}.nav-link.svelte-12qhfyh{position:relative;color:var(--color-text);font-weight:500;padding:8px 0;transition:color .3s ease;text-decoration:none}.nav-link.svelte-12qhfyh:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));transition:width .3s ease}.nav-link.svelte-12qhfyh:hover{color:var(--color-secondary)}.nav-link.svelte-12qhfyh:hover:after,.nav-link.active.svelte-12qhfyh:after{width:100%}.nav-link.active.svelte-12qhfyh{color:var(--color-secondary)}.mobile-menu-btn.svelte-12qhfyh{display:none;background:none;border:none;cursor:pointer;padding:8px}.hamburger.svelte-12qhfyh{display:block;width:24px;height:2px;background:var(--color-text);position:relative;transition:all .3s ease}.hamburger.svelte-12qhfyh:before,.hamburger.svelte-12qhfyh:after{content:"";position:absolute;width:24px;height:2px;background:var(--color-text);transition:all .3s ease}.hamburger.svelte-12qhfyh:before{top:-8px}.hamburger.svelte-12qhfyh:after{top:8px}.hamburger.open.svelte-12qhfyh{background:transparent}.hamburger.open.svelte-12qhfyh:before{transform:rotate(45deg);top:0}.hamburger.open.svelte-12qhfyh:after{transform:rotate(-45deg);top:0}.mobile-nav.svelte-12qhfyh{display:none;flex-direction:column;padding:20px 24px;background:var(--color-surface);border-top:1px solid rgba(232,145,101,.2);animation:svelte-12qhfyh-slideDown .3s ease}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:16px 0;color:var(--color-text);font-size:1.1rem;border-bottom:1px solid rgba(232,145,101,.1);text-decoration:none}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):last-child{border-bottom:none}.header-spacer.svelte-12qhfyh{height:80px}@media(max-width:768px){.desktop-nav.svelte-12qhfyh{display:none}.mobile-menu-btn.svelte-12qhfyh{display:block}.mobile-nav.svelte-12qhfyh{display:flex}}@keyframes svelte-12qhfyh-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
