:root{--bg-color:#0d0f12;--text-main:#fff;--text-muted:#8b92a5;--accent-color:#3b82f6;--accent-glow:#3b82f666;--glass-bg:#191c2399;--glass-border:#ffffff14;--font-body:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-main);background-image:radial-gradient(circle at 15%,#3b82f626,#0000 25%),radial-gradient(circle at 85% 30%,#8b5cf626,#0000 25%);background-attachment:fixed;flex-direction:column;min-height:100vh;line-height:1.6;display:flex;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700;line-height:1.2}h1{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}p{color:var(--text-muted);margin-bottom:1.5rem;font-size:clamp(1rem,.9rem + .4vw,1.125rem)}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;box-shadow:0 8px 32px #0000004d}.btn-primary{color:#fff;background-color:var(--accent-color);cursor:pointer;box-shadow:0 4px 14px 0 var(--accent-glow);border:none;border-radius:8px;justify-content:center;align-items:center;max-width:100%;min-height:44px;padding:.875rem 1.75rem;font-size:clamp(1rem,.9rem + .4vw,1.125rem);font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f699}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media (width<=820px){.container{padding:0 1.5rem}}@media (width<=480px){.container{padding:0 1.1rem}}main{flex-direction:column;flex:1;display:flex}img,video,iframe,svg{max-width:100%;height:auto}input,textarea,select,button{font-family:inherit;font-size:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.app-shell.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.main-header.svelte-12qhfyh{z-index:100;border-top:none;border-left:none;border-right:none;border-radius:0 0 16px 16px;margin-bottom:2rem;position:sticky;top:0}.header-content.svelte-12qhfyh{justify-content:space-between;align-items:center;gap:1rem;height:70px;display:flex}.brand.svelte-12qhfyh{color:inherit;align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex}.logo-image.svelte-12qhfyh{border-radius:8px;width:32px;height:32px}.brand-text.svelte-12qhfyh{letter-spacing:-.02em;background:linear-gradient(90deg,#fff,#8b92a5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.25rem;font-weight:700}.desktop-nav.svelte-12qhfyh{align-items:center;display:flex}.nav-link.svelte-12qhfyh{color:var(--text-muted);margin-left:2rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-link.svelte-12qhfyh:hover{color:var(--text-main)}.install-btn.svelte-12qhfyh{color:#fff;cursor:pointer;background:#3b82f633;border:1px solid #3b82f68c;border-radius:999px;align-items:center;gap:.35rem;min-height:40px;margin-left:1.5rem;padding:.55rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.install-btn.svelte-12qhfyh:hover{background:#3b82f659;transform:translateY(-1px)}.hamburger.svelte-12qhfyh{cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;transition:background .2s;display:none}.hamburger.svelte-12qhfyh:hover{background:#ffffff1f}.hamburger.svelte-12qhfyh:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.bar.svelte-12qhfyh{transform-origin:50%;background:#fff;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .2s;display:block}.hamburger.is-open.svelte-12qhfyh .bar-1:where(.svelte-12qhfyh){transform:translateY(7px)rotate(45deg)}.hamburger.is-open.svelte-12qhfyh .bar-2:where(.svelte-12qhfyh){opacity:0}.hamburger.is-open.svelte-12qhfyh .bar-3:where(.svelte-12qhfyh){transform:translateY(-7px)rotate(-45deg)}.mobile-nav.svelte-12qhfyh{z-index:99;opacity:0;pointer-events:none;border-radius:16px;flex-direction:column;gap:.25rem;padding:.5rem;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .2s;display:none;position:fixed;top:70px;left:1rem;right:1rem;transform:translateY(-12px)}.mobile-nav.is-open.svelte-12qhfyh{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav-link.svelte-12qhfyh{color:var(--text-main);border-radius:10px;padding:.95rem 1rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.mobile-nav-link.svelte-12qhfyh:hover,.mobile-nav-link.svelte-12qhfyh:focus-visible{background:#ffffff14;outline:none}.mobile-install-btn.svelte-12qhfyh{justify-content:center;align-self:stretch;margin:.4rem .25rem .25rem}.mobile-nav-backdrop.svelte-12qhfyh{z-index:98;-webkit-backdrop-filter:blur(4px);background:#0d0f128c;animation:.2s forwards svelte-12qhfyh-fadeInBg;position:fixed;inset:70px 0 0}@keyframes svelte-12qhfyh-fadeInBg{0%{opacity:0}to{opacity:1}}.ios-hint.svelte-12qhfyh{color:#ffffffeb;background:#3b82f61f;border:1px solid #3b82f659;border-radius:10px;max-width:960px;margin:.75rem auto 0;padding:.75rem 2.5rem .75rem 1rem;font-size:.9rem;line-height:1.45;position:relative}.ios-hint-close.svelte-12qhfyh{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-family:inherit;font-size:1.4rem;line-height:1;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.ios-hint-close.svelte-12qhfyh:hover{color:#fff}@media (width<=820px){.desktop-nav.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{display:inline-flex}.mobile-nav.svelte-12qhfyh{display:flex}}@media (width<=480px){.header-content.svelte-12qhfyh{height:60px}.mobile-nav.svelte-12qhfyh{top:60px}.mobile-nav-backdrop.svelte-12qhfyh{inset:60px 0 0}.brand-text.svelte-12qhfyh{font-size:1.1rem}.logo-image.svelte-12qhfyh{width:28px;height:28px}}@media (prefers-reduced-motion:reduce){.mobile-nav.svelte-12qhfyh,.bar.svelte-12qhfyh{transition:none}}
