:root{--primary: #00E5CC;--primary-hover: #00CCB6;--primary-glow: rgba(0, 229, 204, .1);--secondary: #000000;--secondary-hover: #1a1a1a;--bg-dark: #f8fafc;--bg-darker: #ffffff;--bg-card: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(0, 0, 0, .08);--border-radius: 12px;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--font-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}[data-theme=dark]{--primary: #6366f1;--bg-dark: #0f172a;--bg-darker: #020617;--text-primary: #f8fafc;--text-secondary: #94a3b8;--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08)}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{font-family:var(--font-main);background-color:var(--bg-darker);color:var(--text-primary);line-height:1.6;width:100%;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.2;letter-spacing:.02em}a{text-decoration:none;color:inherit;transition:var(--transition)}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass{background:#fff;border:3px solid #000;border-radius:24px;box-shadow:8px 8px #000;transition:all .2s ease-out}.glass:hover{transform:translate(4px,4px);box-shadow:4px 4px #000}.gradient-text{color:#000}.section-subtitle{font-size:1.35rem;color:var(--text-secondary);max-width:800px;margin:0 auto}.cookie-banner.svelte-1mfrlor{position:fixed;bottom:2rem;left:2rem;right:2rem;max-width:1000px;margin:0 auto;z-index:9999;padding:2rem;background:#fff;border:3px solid #000;border-radius:24px;box-shadow:12px 12px #000}.content.svelte-1mfrlor{display:flex;align-items:center;justify-content:space-between;gap:3rem}.text.svelte-1mfrlor h3:where(.svelte-1mfrlor){font-size:1.25rem;margin-bottom:.5rem;font-weight:800}.text.svelte-1mfrlor p:where(.svelte-1mfrlor){font-size:.95rem;color:#444;line-height:1.5;margin:0}.text.svelte-1mfrlor a:where(.svelte-1mfrlor){color:#000;text-decoration:underline;font-weight:700}.actions.svelte-1mfrlor{flex-shrink:0}@media (max-width: 800px){.cookie-banner.svelte-1mfrlor{bottom:1rem;left:1rem;right:1rem;padding:1.5rem}.content.svelte-1mfrlor{flex-direction:column;text-align:center;gap:1.5rem}.actions.svelte-1mfrlor,.actions .btn{width:100%}}.navbar.svelte-12qhfyh{position:fixed;top:1rem;left:1rem;right:1rem;z-index:1000;padding:.75rem 0;border-radius:9999px;transition:transform .4s cubic-bezier(.23,1,.32,1),opacity .4s}.nav-hidden.svelte-12qhfyh{transform:translateY(-150%);opacity:0}.nav-visible.svelte-12qhfyh{transform:translateY(0);opacity:1}.navbar-brutal.svelte-12qhfyh{background:#fff;border:3px solid #000;box-shadow:8px 8px #000}.nav-content.svelte-12qhfyh{display:flex;justify-content:flex-start;align-items:center;gap:.5rem}.logo.svelte-12qhfyh{font-weight:800;font-size:1.5rem;letter-spacing:-1px;z-index:1001}.links.svelte-12qhfyh{display:flex;gap:.5rem;align-items:center;margin-left:auto}.links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.9rem;font-weight:800;color:#000;background:#fff;border:2px solid #000;border-radius:9999px;padding:.4rem .9rem;box-shadow:3px 3px #000;text-decoration:none;letter-spacing:.5px;white-space:nowrap;transition:transform .1s,box-shadow .1s,background .2s}.links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--bg-color, #f4f4f5)}.links.svelte-12qhfyh a:where(.svelte-12qhfyh):active{transform:translate(3px,3px);box-shadow:0 0 #000}.nav-actions-mobile.svelte-12qhfyh{display:none}.menu-toggle.svelte-12qhfyh{display:none;background:none;border:none;cursor:pointer;z-index:1001;padding:10px}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:25px;height:2px;background:var(--text-primary);margin:5px 0;transition:.4s}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(2){opacity:0}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}main.svelte-12qhfyh{padding-top:2rem}@media (max-width: 1150px){.nav-actions.svelte-12qhfyh{display:none}.menu-toggle.svelte-12qhfyh{display:block;margin-left:auto}.links.svelte-12qhfyh{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:#fff;flex-direction:column;justify-content:flex-start;padding-top:120px;transition:transform .4s cubic-bezier(.25,1,.5,1);z-index:900;gap:2rem;transform:translate(100%);overscroll-behavior:none}.links.mobile-open.svelte-12qhfyh{transform:translate(0)}.links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:1.25rem;border:3px solid #000;padding:.8rem 2.5rem;box-shadow:4px 4px #000}.links.svelte-12qhfyh a:where(.svelte-12qhfyh):active{transform:translate(4px,4px);box-shadow:0 0 #000}.nav-actions-mobile.svelte-12qhfyh{display:block;margin-top:1rem}}
