:root{--bg: #0F1216;--surface: #141A21;--surface-2: #1B2430;--border: #2C2D32;--text: #FFFFFF;--text-2: #C9D1D9;--text-muted: #9E9EA2;--accent: #27E6EC;--accent-hover: #11DAFE;--mono: #FF8F00;--mono-hover: #FE7E3C;--radius: 14px;--shadow: 0 12px 30px rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn-primary{background:var(--accent);color:#001014;padding:14px 28px;border-radius:var(--radius);border:none;font-weight:600;font-size:16px;cursor:pointer;display:inline-block;transition:background .2s ease,transform .15s ease;text-decoration:none}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--text-2);padding:14px 28px;border-radius:var(--radius);border:1px solid var(--border);font-weight:500;font-size:16px;cursor:pointer;display:inline-block;transition:border-color .2s ease,color .2s ease;text-decoration:none}.btn-secondary:hover{border-color:var(--accent);color:var(--text)}.btn-mono{background:var(--mono);color:#1a1200;padding:12px 22px;border-radius:var(--radius);border:none;font-weight:600;font-size:15px;cursor:pointer;display:inline-block;transition:background .2s ease,transform .15s ease;text-decoration:none}.btn-mono:hover{background:var(--mono-hover);transform:translateY(-1px)}.btn-in-cart{background:#27e6ec1f;color:var(--accent);padding:12px 22px;border-radius:var(--radius);border:1px solid rgba(39,230,236,.3);font-weight:600;font-size:15px;cursor:pointer;display:inline-block;transition:background .2s ease,border-color .2s ease;text-decoration:none}.btn-in-cart:hover{background:#27e6ec0f;border-color:#27e6ec26}.section{padding:80px 0}.section-title{font-size:36px;font-weight:700;margin-bottom:16px}.section-subtitle{color:var(--text-2);font-size:18px;max-width:600px;margin-bottom:48px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:24px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);transition:border-color .2s ease,transform .2s ease}.card:hover{border-color:var(--accent);transform:translateY(-4px)}@media(max-width:768px){.section{padding:56px 0}.section-title{font-size:28px}.section-subtitle{font-size:16px}.cards{grid-template-columns:1fr}}.nav.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;background:#0f1216d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo.svelte-12qhfyh{font-size:22px;font-weight:700;text-decoration:none}.logo-text.svelte-12qhfyh{color:var(--text)}.logo-dot.svelte-12qhfyh{color:var(--accent)}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:32px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-2);font-size:15px;font-weight:500;transition:color .2s ease;text-decoration:none}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}.nav-cta.svelte-12qhfyh{background:var(--accent);color:#001014!important;padding:8px 20px;border-radius:var(--radius);font-weight:600!important;transition:background .2s ease!important}.nav-cta.svelte-12qhfyh:hover{background:var(--accent-hover)!important}.nav-cart.svelte-12qhfyh{position:relative;display:flex;align-items:center;color:var(--text-2)!important;transition:color .2s ease!important}.nav-cart.svelte-12qhfyh:hover{color:var(--text)!important}.cart-badge.svelte-12qhfyh{position:absolute;top:-8px;right:-10px;background:var(--accent);color:#001014;font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.nav-toggle.svelte-12qhfyh{display:none;background:none;border:none;cursor:pointer;padding:8px}.hamburger.svelte-12qhfyh{display:block;width:24px;height:2px;background:var(--text);position:relative;transition:background .2s ease}.hamburger.svelte-12qhfyh:before,.hamburger.svelte-12qhfyh:after{content:"";position:absolute;left:0;width:24px;height:2px;background:var(--text);transition:transform .2s ease}.hamburger.svelte-12qhfyh:before{top:-7px}.hamburger.svelte-12qhfyh:after{top:7px}.hamburger.open.svelte-12qhfyh{background:transparent}.hamburger.open.svelte-12qhfyh:before{transform:translateY(7px) rotate(45deg)}.hamburger.open.svelte-12qhfyh:after{transform:translateY(-7px) rotate(-45deg)}.footer.svelte-12qhfyh{background:var(--surface);border-top:1px solid var(--border);padding:64px 0 32px}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-muted);font-size:14px;margin-top:12px;line-height:1.7}.footer-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:10px}.footer-links.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:14px;font-weight:600;color:var(--text);margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .2s ease}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}.footer-bottom.svelte-12qhfyh{border-top:1px solid var(--border);padding-top:24px;text-align:center}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-muted);font-size:13px}.footer-company.svelte-12qhfyh{margin-top:8px;font-size:12px!important;color:var(--text-muted);opacity:.7}main.svelte-12qhfyh{margin-top:64px}@media(max-width:768px){.nav-toggle.svelte-12qhfyh{display:block}.nav-links.svelte-12qhfyh{display:none;position:absolute;top:64px;left:0;right:0;background:#0f1216f7;flex-direction:column;padding:24px;gap:16px;border-bottom:1px solid var(--border)}.nav-links.open.svelte-12qhfyh{display:flex}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;gap:32px}}
