:root{--header-bg: rgba(26, 26, 26, .95);--header-line: rgba(255, 255, 255, .08);--header-text: rgba(255, 255, 255, .82);--header-muted: rgba(255, 255, 255, .7);--header-accent: #3fa6ff;--bg: #080808;--bg1: #0f1116;--bg2: #13161c;--line: rgba(255,255,255,.07);--text: #f0f2f5;--muted: rgba(240,242,245,.58);--accent: #3fa6ff}body{margin:0;background:var(--bg);color:var(--text);font-family:Calibri,Segoe UI,system-ui,sans-serif}.site-header[data-astro-cid-rzcj5pwa]{position:fixed;top:0;left:0;right:0;z-index:999;background:var(--header-bg);backdrop-filter:blur(10px);box-shadow:0 2px 6px #00000014;border-bottom:1px solid transparent;transition:min-height .38s ease,border-color .38s ease,background .38s ease,box-shadow .38s ease;min-height:60px}.site-header[data-astro-cid-rzcj5pwa].scrolled{min-height:52px;border-color:var(--header-line);box-shadow:0 10px 28px #00000038}.site-header__inner[data-astro-cid-rzcj5pwa]{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem;min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:min-height .38s ease,padding .38s ease}.site-header[data-astro-cid-rzcj5pwa].scrolled .site-header__inner[data-astro-cid-rzcj5pwa]{min-height:52px}.logo-link[data-astro-cid-rzcj5pwa]{text-decoration:none;flex-shrink:0;transform-origin:left center;transition:transform .38s ease}.logo-text[data-astro-cid-rzcj5pwa]{font-size:1.4rem;font-weight:800;white-space:nowrap;display:inline-block;background-image:linear-gradient(270deg,#ff6a00,#ff3c00,#ee0979,#8e2de2,#4a00e0,#00b4db,#00ff6a,#ff6a00);background-size:600% auto;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:gradientShift 5s linear infinite;transition:font-size .38s ease,letter-spacing .38s ease}.site-header[data-astro-cid-rzcj5pwa].scrolled .logo-link[data-astro-cid-rzcj5pwa]{transform:scale(.92)}.site-header[data-astro-cid-rzcj5pwa].scrolled .logo-text[data-astro-cid-rzcj5pwa]{font-size:1.24rem;letter-spacing:-.02em}@keyframes gradientShift{0%{background-position:0% 50%}to{background-position:100% 50%}}.site-nav[data-astro-cid-rzcj5pwa]{display:flex;align-items:center;justify-content:center;gap:1rem;flex:1 1 auto;min-width:0;transform:translate(0);transition:gap .38s ease,transform .38s ease}.site-header[data-astro-cid-rzcj5pwa].scrolled .site-nav[data-astro-cid-rzcj5pwa]{gap:.7rem;transform:translate(22px)}.nav-item[data-astro-cid-rzcj5pwa]{position:relative;padding:0 .15rem}.nav-link[data-astro-cid-rzcj5pwa],.nav-leaf[data-astro-cid-rzcj5pwa]{display:inline-flex;align-items:center;gap:.35rem;color:var(--header-text);text-decoration:none;font-size:.97rem;font-weight:500;transition:color .2s ease,font-size .38s ease,opacity .38s ease;-webkit-text-fill-color:unset}.site-header[data-astro-cid-rzcj5pwa].scrolled .nav-link[data-astro-cid-rzcj5pwa],.site-header[data-astro-cid-rzcj5pwa].scrolled .nav-leaf[data-astro-cid-rzcj5pwa]{font-size:.88rem}.nav-link[data-astro-cid-rzcj5pwa]:hover,.nav-leaf[data-astro-cid-rzcj5pwa]:hover,.dropdown[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]:hover,.header-actions[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]:hover{color:var(--header-accent)}.dropdown[data-astro-cid-rzcj5pwa]{display:flex;flex-direction:column;gap:.35rem;position:absolute;top:calc(100% + 10px);left:0;min-width:180px;background:#0f0e0eeb;backdrop-filter:blur(10px);padding:0;border-radius:10px;border:1px solid var(--header-line);box-shadow:0 10px 24px #00000038;white-space:nowrap;z-index:999;opacity:0;max-height:0;overflow:hidden;transform:translateY(-8px);transition:opacity .22s ease,transform .22s ease,max-height .22s ease,padding .22s ease}.nav-item[data-astro-cid-rzcj5pwa]:hover .dropdown[data-astro-cid-rzcj5pwa],.nav-item[data-astro-cid-rzcj5pwa]:focus-within .dropdown[data-astro-cid-rzcj5pwa]{opacity:1;max-height:280px;padding:.7rem;transform:translateY(0)}.dropdown[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]{font-size:.93rem;color:#e2e8f0;text-decoration:none;padding:.55rem .85rem;font-weight:500;border-radius:8px;transition:background .2s ease,color .2s ease}.dropdown[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]:hover{background:#ffffff14}.header-actions[data-astro-cid-rzcj5pwa]{display:flex;align-items:center;gap:.75rem;flex-shrink:0;transform-origin:right center;transition:gap .38s ease,transform .38s ease,opacity .38s ease}.header-actions[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]{display:inline-flex;align-items:center;color:var(--header-muted);transition:color .18s ease,transform .22s ease;text-decoration:none}.header-actions[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]:hover{transform:translateY(-1px)}.site-header[data-astro-cid-rzcj5pwa].scrolled .header-actions[data-astro-cid-rzcj5pwa]{gap:.55rem;transform:scale(.92)}.mobile-toggle[data-astro-cid-rzcj5pwa]{display:none;width:42px;height:42px;border-radius:10px;border:1px solid var(--header-line);background:#ffffff0a;color:#fff;align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0}.mobile-panel[data-astro-cid-rzcj5pwa]{display:none;border-top:1px solid var(--header-line);background:#111111fa}.mobile-panel__inner[data-astro-cid-rzcj5pwa]{max-width:1200px;margin:0 auto;padding:.75rem 1.25rem 1rem;display:flex;flex-direction:column;gap:.4rem}.mobile-group[data-astro-cid-rzcj5pwa]{border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#ffffff08;overflow:hidden}.mobile-group[data-astro-cid-rzcj5pwa] summary[data-astro-cid-rzcj5pwa]{list-style:none;cursor:pointer;padding:.95rem 1rem;color:#fff;font-weight:700}.mobile-group[data-astro-cid-rzcj5pwa] summary[data-astro-cid-rzcj5pwa]::-webkit-details-marker{display:none}.mobile-group__links[data-astro-cid-rzcj5pwa],.mobile-leaf[data-astro-cid-rzcj5pwa]{display:flex;flex-direction:column}.mobile-group__links[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa],.mobile-leaf[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]{padding:.85rem 1rem;color:#ffffffd1;text-decoration:none;border-top:1px solid rgba(255,255,255,.06)}.mobile-leaf[data-astro-cid-rzcj5pwa]{border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#ffffff08;overflow:hidden}.mobile-contact[data-astro-cid-rzcj5pwa]{display:flex;gap:.75rem;padding-top:.5rem}.mobile-contact[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;border:1px solid var(--header-line);color:var(--header-muted);text-decoration:none;background:#ffffff0a}.header-spacer[data-astro-cid-rzcj5pwa]{height:60px}.page-hero[data-astro-cid-rzcj5pwa]{padding:72px 2rem 60px;background:linear-gradient(180deg,var(--bg1) 0%,var(--bg) 100%);border-bottom:1px solid var(--line);text-align:center}.eyebrow[data-astro-cid-rzcj5pwa]{display:inline-block;margin-bottom:1rem;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase}.page-hero[data-astro-cid-rzcj5pwa] h1[data-astro-cid-rzcj5pwa]{margin:0 0 .75rem;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:900;letter-spacing:-1.5px;line-height:1.08}.page-hero[data-astro-cid-rzcj5pwa] p[data-astro-cid-rzcj5pwa]{margin:0 0 .5rem;color:var(--muted);font-size:.92rem}.hero-meta[data-astro-cid-rzcj5pwa]{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:4px 14px;background:#ffffff0a;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.82rem}.hero-meta[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]{color:var(--accent);font-weight:600;text-decoration:none}.hero-meta[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]:hover{text-decoration:underline}.dl-section[data-astro-cid-rzcj5pwa]{padding:4rem 2rem;border-top:1px solid var(--line)}.dl-section[data-astro-cid-rzcj5pwa]:nth-child(2n){background:var(--bg1)}.dl-section-inner[data-astro-cid-rzcj5pwa]{max-width:1100px;margin:0 auto}.section-header[data-astro-cid-rzcj5pwa]{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.section-line[data-astro-cid-rzcj5pwa]{flex:1;height:1px;background:var(--line)}.product-grid[data-astro-cid-rzcj5pwa]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.product-card[data-astro-cid-rzcj5pwa]{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.8rem 1.2rem 1.4rem;background:var(--bg2);border:1px solid var(--line);border-radius:16px;text-align:center;transition:border-color .22s,transform .22s}.product-card[data-astro-cid-rzcj5pwa]:hover{transform:translateY(-3px);border-color:#ffffff29}.product-card[data-astro-cid-rzcj5pwa] img[data-astro-cid-rzcj5pwa]{width:auto;max-width:160px;height:110px;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.6));transition:transform .4s ease}.product-card[data-astro-cid-rzcj5pwa]:hover img[data-astro-cid-rzcj5pwa]{transform:translateY(-4px)}.product-card[data-astro-cid-rzcj5pwa] h3[data-astro-cid-rzcj5pwa]{margin:0;font-size:1.1rem;font-weight:800;letter-spacing:-.3px}.dl-btn[data-astro-cid-rzcj5pwa]{display:inline-flex;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px 18px;background:transparent;border:1.5px solid rgba(63,166,255,.35);border-radius:999px;color:var(--accent);cursor:pointer;font-size:13px;font-weight:700;text-decoration:none;transition:background .18s,border-color .18s,transform .18s}.dl-btn[data-astro-cid-rzcj5pwa]:hover{transform:translateY(-1px);background:#3fa6ff1a;border-color:var(--accent)}.support-modal[data-astro-cid-rzcj5pwa][hidden],.support-toast[data-astro-cid-rzcj5pwa][hidden]{display:none}.support-modal[data-astro-cid-rzcj5pwa]{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#05080eb8;backdrop-filter:blur(10px)}.support-modal-panel[data-astro-cid-rzcj5pwa]{width:min(100%,460px);padding:1.7rem;background:radial-gradient(circle at top,rgba(255,184,77,.18),transparent 42%),linear-gradient(180deg,#1b130cfa,#0c0d12fa);border:1px solid rgba(255,184,77,.35);border-radius:22px;box-shadow:0 24px 80px #00000085}.support-modal-eyebrow[data-astro-cid-rzcj5pwa]{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:1rem;color:#ffcb72;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.support-modal[data-astro-cid-rzcj5pwa] h2[data-astro-cid-rzcj5pwa]{margin:0 0 .85rem;font-size:clamp(1.45rem,3.2vw,1.95rem);line-height:1.12}.support-modal[data-astro-cid-rzcj5pwa] p[data-astro-cid-rzcj5pwa]{margin:0;color:#f0f2f5c7;font-size:.98rem;line-height:1.7}.support-modal-alert[data-astro-cid-rzcj5pwa]{margin-bottom:1rem;padding:.9rem 1rem;background:#ffb84d1a;border:1px solid rgba(255,184,77,.24);border-radius:16px}.support-countdown[data-astro-cid-rzcj5pwa]{margin-top:1rem;padding:.85rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;color:#ffcb72;font-size:.95rem;font-weight:700;text-align:center}.support-modal-actions[data-astro-cid-rzcj5pwa]{display:flex;gap:.8rem;margin-top:1.4rem}.support-btn[data-astro-cid-rzcj5pwa]{flex:1;display:inline-flex;justify-content:center;align-items:center;min-height:46px;padding:.8rem 1rem;border-radius:999px;border:1px solid transparent;font-size:.92rem;font-weight:700;cursor:pointer;transition:transform .18s,background .18s,border-color .18s,color .18s}.support-btn[data-astro-cid-rzcj5pwa]:hover{transform:translateY(-1px)}.support-btn-secondary[data-astro-cid-rzcj5pwa]{background:#ffffff0a;border-color:#ffffff1a;color:var(--text)}.support-btn-secondary[data-astro-cid-rzcj5pwa]:hover{background:#ffffff14}.support-btn-primary[data-astro-cid-rzcj5pwa]{background:var(--accent);color:#04111d}.support-btn-primary[data-astro-cid-rzcj5pwa]:hover{background:#66b8ff}.support-btn[data-astro-cid-rzcj5pwa]:disabled{opacity:.65;cursor:wait;transform:none}.support-toast[data-astro-cid-rzcj5pwa]{position:fixed;right:1.25rem;bottom:1.25rem;z-index:1001;width:min(360px,calc(100vw - 2rem));padding:.95rem 1rem;background:#0b1016f5;border:1px solid rgba(63,166,255,.28);border-radius:16px;box-shadow:0 18px 50px #00000052}.support-toast[data-astro-cid-rzcj5pwa] strong[data-astro-cid-rzcj5pwa]{display:block;margin-bottom:.25rem;color:var(--text);font-size:.92rem}.support-toast[data-astro-cid-rzcj5pwa] p[data-astro-cid-rzcj5pwa]{margin:0;color:var(--muted);font-size:.86rem;line-height:1.5}.site-footer[data-astro-cid-rzcj5pwa]{background:#111820;border-top:1px solid rgba(255,255,255,.08);padding:3rem 2rem 2rem;color:#9aa3ae;font-size:.88rem;font-family:Calibri,Segoe UI,sans-serif}.footer-inner[data-astro-cid-rzcj5pwa]{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-brand[data-astro-cid-rzcj5pwa]{font-size:1.4rem;font-weight:800;background-image:linear-gradient(270deg,#ff6a00,#ee0979,#8e2de2,#00b4db,#ff6a00);background-size:400% auto;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:footer-grad 6s linear infinite;text-decoration:none}@keyframes footer-grad{0%{background-position:0% 50%}to{background-position:400% 50%}}.footer-contact[data-astro-cid-rzcj5pwa]{display:flex;flex-wrap:wrap;gap:.4rem 1.6rem;justify-content:center;line-height:1.9}.footer-contact[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]{color:#9aa3ae;text-decoration:none;transition:color .18s}.footer-contact[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]:hover{color:#3fa6ff}.footer-social[data-astro-cid-rzcj5pwa]{display:flex;gap:1.2rem;align-items:center}.footer-social[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#ffffff12;border:1px solid rgba(255,255,255,.12);color:#9aa3ae;text-decoration:none;transition:background .18s,color .18s,border-color .18s,transform .18s}.footer-social[data-astro-cid-rzcj5pwa] a[data-astro-cid-rzcj5pwa]:hover{background:#3fa6ff26;border-color:#3fa6ff4d;color:#3fa6ff;transform:translateY(-2px)}.footer-copy[data-astro-cid-rzcj5pwa]{color:#6b7680;font-size:.82rem}@media(max-width:980px){.site-nav[data-astro-cid-rzcj5pwa],.header-actions[data-astro-cid-rzcj5pwa]{display:none}.mobile-toggle[data-astro-cid-rzcj5pwa]{display:inline-flex}.site-header[data-astro-cid-rzcj5pwa].is-open .mobile-panel[data-astro-cid-rzcj5pwa]{display:block}}@media(max-width:600px){.product-grid[data-astro-cid-rzcj5pwa]{grid-template-columns:repeat(2,1fr)}.dl-section[data-astro-cid-rzcj5pwa]{padding:3rem 1.2rem}.support-modal-actions[data-astro-cid-rzcj5pwa]{flex-direction:column}.footer-contact[data-astro-cid-rzcj5pwa]{flex-direction:column;gap:.3rem}}
