:root{
  --bg:#07090d;--bg-elev:#0b0e14;--surface:#10141c;--surface-2:#151a24;--surface-3:#1a202b;
  --text:#f7f9fc;--muted:#a4aebd;--muted-2:#788396;--line:rgba(255,255,255,.09);--line-strong:rgba(255,255,255,.16);
  --lime:#b7ff42;--lime-soft:rgba(183,255,66,.11);--accent-ink:#0b1006;--violet:#8d7cff;--cyan:#62e7ff;
  --shadow:0 30px 85px rgba(0,0,0,.34);--radius:24px;--header-h:78px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{margin:0;background:var(--bg);color:var(--text);font-family:"DM Sans",sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;color-scheme:dark}
body.light{--bg:#f6f8fb;--bg-elev:#eef2f7;--surface:#fff;--surface-2:#f3f6fa;--surface-3:#e9eef5;--text:#101827;--muted:#4e5d70;--muted-2:#6d7989;--line:rgba(18,31,49,.11);--line-strong:rgba(18,31,49,.19);--lime:#5d9700;--lime-soft:rgba(93,151,0,.10);--accent-ink:#fff;--violet:#6657d7;--cyan:#087b95;--shadow:0 24px 65px rgba(37,53,76,.11);color-scheme:light}
body.dialog-open{overflow:hidden}
a{color:inherit;text-decoration:none}button,input{font:inherit}.hidden{display:none!important}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto;position:relative;z-index:2}
h1,h2,h3{font-family:"Space Grotesk",sans-serif;letter-spacing:-.045em;margin:0}

/* background */
.page-grid{position:fixed;inset:0;pointer-events:none;z-index:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000,transparent 78%)}
.light .page-grid{background-image:linear-gradient(rgba(21,38,62,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(21,38,62,.035) 1px,transparent 1px)}
.ambient{position:absolute;border-radius:50%;filter:blur(115px);pointer-events:none;z-index:0}.ambient-one{width:520px;height:520px;background:rgba(141,124,255,.16);top:-190px;right:-170px}.ambient-two{width:520px;height:520px;background:rgba(183,255,66,.075);top:630px;left:-300px}.light .ambient-one{background:rgba(102,87,215,.11)}.light .ambient-two{background:rgba(93,151,0,.07)}

/* header */
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid transparent;background:rgba(7,9,13,.76);backdrop-filter:blur(22px);transition:border-color .25s,background .25s}.light .site-header{background:rgba(246,248,251,.88)}.site-header.scrolled{border-color:var(--line)}
.nav-wrap{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:11px;min-width:max-content}.brand-mark{width:39px;height:39px;border:1px solid var(--line-strong);border-radius:12px;display:grid;place-items:center;background:var(--surface);box-shadow:inset 0 0 26px var(--lime-soft)}.brand-mark span{font:700 17px "Space Grotesk";color:var(--lime)}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font:700 16px "Space Grotesk";letter-spacing:.01em;color:var(--text)}.brand-copy small{margin-top:5px;color:var(--muted);font-size:9px;letter-spacing:.14em;text-transform:uppercase}
.desktop-nav{display:flex;align-items:center;gap:30px}.desktop-nav a{font-size:13px;color:var(--muted);font-weight:650;transition:color .2s}.desktop-nav a:hover{color:var(--text)}.nav-actions{display:flex;align-items:center;gap:9px}.theme-btn,.mobile-menu-btn,.nav-cta{border:1px solid var(--line-strong);background:var(--surface);color:var(--text);transition:.22s}.theme-btn{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;position:relative;cursor:pointer}.theme-btn span{position:absolute;transition:.22s}.theme-sun{opacity:0;transform:scale(.65) rotate(-30deg)}.light .theme-sun{opacity:1;transform:none}.light .theme-moon{opacity:0;transform:scale(.65) rotate(30deg)}.theme-btn:hover,.nav-cta:hover,.mobile-menu-btn:hover{border-color:rgba(183,255,66,.38);transform:translateY(-1px)}.light .theme-btn:hover,.light .nav-cta:hover,.light .mobile-menu-btn:hover{border-color:rgba(93,151,0,.42)}
.nav-cta{height:42px;padding:0 16px;border-radius:13px;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:750}.mobile-menu-btn{display:none;width:42px;height:42px;border-radius:13px;position:relative;cursor:pointer}.mobile-menu-btn span{position:absolute;width:16px;height:1.5px;background:currentColor;left:12px;transition:.2s}.mobile-menu-btn span:first-child{top:16px}.mobile-menu-btn span:last-child{top:23px}.mobile-menu-btn.active span:first-child{top:19px;transform:rotate(45deg)}.mobile-menu-btn.active span:last-child{top:19px;transform:rotate(-45deg)}
.mobile-menu{display:none;position:absolute;left:12px;right:12px;top:calc(var(--header-h) - 2px);border:1px solid var(--line-strong);border-radius:18px;background:var(--surface);padding:10px;box-shadow:var(--shadow)}.mobile-menu.open{display:grid;animation:menuIn .22s ease}.mobile-menu a{padding:13px 12px;border-radius:11px;color:var(--muted);font-size:14px}.mobile-menu a:hover{background:var(--surface-2);color:var(--text)}

/* hero */
.hero{min-height:720px;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:68px;padding-top:70px;padding-bottom:82px}.status-pill{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--line-strong);background:var(--surface);padding:8px 11px;border-radius:999px;color:var(--muted);font-size:11px;font-weight:650;box-shadow:0 10px 34px rgba(0,0,0,.06)}.status-pill span{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 15px color-mix(in srgb,var(--lime) 60%,transparent)}
h1{font-size:clamp(58px,7vw,88px);line-height:.92;margin:25px 0 28px;max-width:720px;color:var(--text)}h1 em{font-style:normal;color:var(--lime)}.hero-lead{font-size:17px;line-height:1.72;color:var(--muted);max-width:625px;margin:0}.hero-actions{display:flex;gap:11px;margin-top:32px}.btn{min-height:48px;border-radius:14px;padding:0 18px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:750;font-size:13px;cursor:pointer;transition:.22s}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--lime);color:var(--accent-ink);box-shadow:0 12px 36px color-mix(in srgb,var(--lime) 16%,transparent)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 17px 44px color-mix(in srgb,var(--lime) 24%,transparent)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--line-strong)}.btn-secondary:hover{background:var(--surface-2);border-color:color-mix(in srgb,var(--lime) 44%,var(--line-strong))}.btn-wide{width:100%}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:46px}.trust-row>div{display:flex;gap:10px;align-items:flex-start}.trust-icon{width:32px;height:32px;border:1px solid var(--line-strong);border-radius:10px;display:grid;place-items:center;color:var(--lime);background:var(--surface);flex:0 0 auto}.trust-row p{display:flex;flex-direction:column;margin:0}.trust-row strong{font-size:11px;color:var(--text)}.trust-row small{font-size:10px;color:var(--muted);margin-top:4px;line-height:1.3}

/* animated orbital showcase */
.hero-showcase{position:relative;perspective:1200px}.orbit-scene{position:relative;min-height:520px;border:1px solid var(--line-strong);border-radius:32px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012)),var(--bg-elev);box-shadow:var(--shadow);isolation:isolate}.light .orbit-scene{background:linear-gradient(145deg,#fff,#f0f4f9)}
.scene-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:34px 34px;mask-image:radial-gradient(circle at center,#000 10%,transparent 74%);opacity:.55}.light .scene-grid{background-image:linear-gradient(rgba(18,31,49,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(18,31,49,.055) 1px,transparent 1px)}
.scene-aura{position:absolute;border-radius:50%;filter:blur(60px);opacity:.75}.aura-a{width:250px;height:250px;background:rgba(141,124,255,.18);right:1%;top:-10%}.aura-b{width:260px;height:260px;background:rgba(183,255,66,.10);left:-8%;bottom:-12%}.light .aura-a{background:rgba(102,87,215,.11)}.light .aura-b{background:rgba(93,151,0,.09)}
.scene-scan{position:absolute;left:8%;right:8%;height:1px;top:18%;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--lime) 55%,transparent),transparent);box-shadow:0 0 18px color-mix(in srgb,var(--lime) 20%,transparent);animation:scanY 6s ease-in-out infinite;opacity:.8}
.orbit-ring{position:absolute;left:50%;top:45%;border:1px solid var(--line-strong);border-radius:50%;transform:translate(-50%,-50%);animation:spin 18s linear infinite}.ring-one{width:315px;height:315px}.ring-two{width:230px;height:230px;animation-direction:reverse;animation-duration:13s}.ring-three{width:390px;height:205px;animation-duration:23s;transform:translate(-50%,-50%) rotate(-18deg)}
.light .orbit-ring{border-color:rgba(18,31,49,.15)}.orbit-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--lime);box-shadow:0 0 20px color-mix(in srgb,var(--lime) 60%,transparent)}.dot-one{top:13%;left:11%}.dot-two{bottom:6%;right:20%;width:7px;height:7px;background:var(--violet)}.dot-three{top:44%;right:-5px;width:8px;height:8px;background:var(--cyan)}
.orbit-core{position:absolute;left:50%;top:45%;transform:translate(-50%,-50%);width:164px;height:164px;border:1px solid color-mix(in srgb,var(--lime) 34%,var(--line));border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 38%,var(--lime-soft),transparent 48%),var(--surface);box-shadow:0 0 0 10px color-mix(in srgb,var(--lime) 3%,transparent),0 24px 70px rgba(0,0,0,.22);animation:corePulse 4.5s ease-in-out infinite}.light .orbit-core{box-shadow:0 0 0 10px rgba(93,151,0,.035),0 20px 55px rgba(28,45,68,.12)}.core-mark{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:var(--lime);color:var(--accent-ink);font:700 22px "Space Grotesk";margin-bottom:12px}.orbit-core strong{font:700 19px "Space Grotesk";color:var(--text)}.orbit-core>span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin-top:5px}
.scene-chip{position:absolute;z-index:4;display:flex;align-items:center;gap:8px;min-height:37px;padding:0 13px;border:1px solid var(--line-strong);border-radius:999px;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(16px);box-shadow:0 14px 36px rgba(0,0,0,.15);font-size:10px;font-weight:750;color:var(--text);animation:chipFloat 5.5s ease-in-out infinite}.light .scene-chip{background:rgba(255,255,255,.92);box-shadow:0 12px 34px rgba(30,45,65,.10)}.scene-chip i{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 12px color-mix(in srgb,var(--lime) 48%,transparent)}.chip-ai{left:7%;top:17%}.chip-code{right:6%;top:23%;animation-delay:.8s}.chip-flow{left:8%;bottom:20%;animation-delay:1.5s}.chip-free{right:7%;bottom:16%;animation-delay:2.1s}.chip-code i{background:var(--violet)}.chip-flow i{background:var(--cyan)}
.scene-bottom{position:absolute;z-index:5;left:20px;right:20px;bottom:18px;border-top:1px solid var(--line);padding-top:14px;display:flex;justify-content:space-between;align-items:end;gap:16px}.scene-bottom>div:first-child{display:flex;flex-direction:column}.scene-bottom strong{font:700 17px "Space Grotesk";color:var(--text)}.scene-bottom span{font-size:9px;color:var(--muted);margin-top:3px}.scene-status{display:flex;align-items:center;gap:7px;font-size:9px;color:var(--muted);white-space:nowrap}.scene-status i{width:6px;height:6px;border-radius:50%;background:var(--lime)}

/* marquee */
.marquee{border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden;background:var(--surface)}.marquee-track{display:flex;align-items:center;gap:22px;width:max-content;padding:13px 0;animation:marquee 34s linear infinite;color:var(--muted);font-size:9px;font-weight:750;letter-spacing:.16em}.marquee-track i{color:var(--lime);font-style:normal}

/* library */
.library-section{padding-top:108px;padding-bottom:118px}.section-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:35px}.section-kicker{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--lime);font-weight:800}.section-intro h2,.how-header h2,.support-copy h2{font-size:clamp(38px,5vw,60px);line-height:1.02;margin-top:10px;color:var(--text)}.section-intro p,.support-copy p{color:var(--muted);max-width:620px;line-height:1.65;font-size:14px}.results-counter{border-left:1px solid var(--line);padding-left:20px;display:flex;flex-direction:column;min-width:82px}.results-counter strong{font:700 28px "Space Grotesk";color:var(--text)}.results-counter span{color:var(--muted);font-size:10px}
.library-toolbar{display:flex;gap:12px;align-items:center;margin-bottom:15px}.search-box{height:52px;flex:1;display:flex;align-items:center;gap:10px;border:1px solid var(--line-strong);border-radius:15px;background:var(--surface);padding:0 14px;transition:.2s}.search-box:hover,.search-box:focus-within{border-color:color-mix(in srgb,var(--lime) 45%,var(--line-strong));box-shadow:0 0 0 3px var(--lime-soft)}.search-box>span{font-size:20px;color:var(--muted)}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:13px}.search-box input::placeholder{color:var(--muted-2)}.search-box kbd{border:1px solid var(--line);background:var(--surface-2);color:var(--muted);border-radius:6px;padding:2px 6px;font-size:10px}.access-filters{display:flex;height:52px;border:1px solid var(--line-strong);background:var(--surface);border-radius:15px;padding:4px}.access-filter{min-width:70px;border:0;border-radius:11px;background:transparent;color:var(--muted);cursor:pointer;font-size:11px;font-weight:750}.access-filter.active{background:var(--surface-3);color:var(--text);box-shadow:inset 0 0 0 1px var(--line)}
.category-row{display:flex;gap:7px;overflow-x:auto;padding:3px 0 21px;scrollbar-width:none}.category-row::-webkit-scrollbar{display:none}.filter{white-space:nowrap;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);padding:8px 11px;cursor:pointer;font-size:10px;font-weight:750;transition:.2s}.filter.active,.filter:hover{color:var(--text);border-color:color-mix(in srgb,var(--lime) 42%,var(--line));background:var(--lime-soft)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid var(--line-strong);border-radius:22px;background:var(--surface);overflow:hidden;min-height:455px;display:flex;flex-direction:column;cursor:pointer;position:relative;transition:transform .28s,border-color .28s,box-shadow .28s}.product-card:after{content:"";position:absolute;inset:-130% auto auto -35%;width:42%;height:280%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.075),transparent);transform:rotate(18deg);transition:transform .72s;pointer-events:none}.light .product-card:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent);opacity:.35}.product-card:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--lime) 32%,var(--line-strong));box-shadow:0 27px 66px rgba(0,0,0,.18)}.light .product-card:hover{box-shadow:0 25px 55px rgba(35,52,75,.12)}.product-card:hover:after{transform:translate(270%,0) rotate(18deg)}
.product-art{height:205px;position:relative;overflow:hidden;background:radial-gradient(circle at 65% 30%,color-mix(in srgb,var(--violet) 18%,transparent),transparent 32%),radial-gradient(circle at 35% 75%,var(--lime-soft),transparent 32%),var(--surface-2)}.product-art:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:26px 26px;opacity:.22}.product-art img{width:100%;height:100%;object-fit:cover;position:relative;z-index:2}.product-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:82px;height:82px;border:1px solid var(--line-strong);border-radius:24px;display:grid;place-items:center;color:var(--lime);font:700 23px "Space Grotesk";background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(10px);z-index:2}.card-topbar{position:absolute;left:13px;right:13px;top:13px;z-index:4;display:flex;justify-content:space-between;align-items:center}.badge,.access-badge{border:1px solid var(--line-strong);background:color-mix(in srgb,var(--surface) 90%,transparent);color:var(--text);backdrop-filter:blur(10px);border-radius:999px;padding:6px 8px;font-size:8px;font-weight:850;letter-spacing:.08em}.access-badge.free{color:var(--lime)}.access-badge.paid{color:var(--cyan)}
.product-body{padding:21px;display:flex;flex-direction:column;flex:1}.product-meta{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.product-card h3{font-size:24px;line-height:1.06;margin:9px 0;color:var(--text)}.product-card p{color:var(--muted);line-height:1.55;font-size:12px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-bottom{margin-top:auto;padding-top:20px;display:flex;align-items:center;justify-content:space-between;gap:10px}.price-block{display:flex;flex-direction:column}.price{font:700 19px "Space Grotesk";color:var(--text)}.price-sub{font-size:9px;color:var(--muted);margin-top:3px}.card-action{border:1px solid var(--line-strong);background:var(--surface-2);color:var(--text);border-radius:12px;height:38px;padding:0 12px;cursor:pointer;font-size:10px;font-weight:800;display:flex;align-items:center;gap:7px;transition:.2s}.card-action:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lime) 38%,var(--line-strong))}.card-action.primary{background:var(--lime);border-color:var(--lime);color:var(--accent-ink)}
.skeleton{height:455px;border-radius:22px;background:linear-gradient(100deg,var(--surface),var(--surface-2),var(--surface));background-size:200%;animation:shimmer 1.2s infinite}.empty-state{text-align:center;border:1px dashed var(--line-strong);border-radius:22px;padding:65px 20px;background:var(--surface)}.empty-state>div{font-size:33px;color:var(--lime)}.empty-state h3{font-size:24px;margin:15px 0 7px;color:var(--text)}.empty-state p{color:var(--muted);font-size:13px}.empty-state .btn{margin-top:10px}

/* how */
.how-section{padding-bottom:118px}.how-header{max-width:760px;margin-bottom:36px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.how-grid article{border:1px solid var(--line-strong);background:var(--surface);border-radius:22px;padding:27px;min-height:260px;position:relative;overflow:hidden;transition:.25s}.how-grid article:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--lime) 28%,var(--line-strong));box-shadow:0 18px 44px rgba(0,0,0,.12)}.light .how-grid article:hover{box-shadow:0 18px 42px rgba(38,54,77,.09)}.how-grid article:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:var(--lime-soft);right:-70px;bottom:-80px}.step-number{font:700 9px "Space Grotesk";letter-spacing:.14em;color:var(--muted)}.step-icon{width:52px;height:52px;border:1px solid var(--line-strong);border-radius:15px;display:grid;place-items:center;color:var(--lime);font-size:22px;margin:45px 0 25px;background:var(--surface-2)}.how-grid h3{font-size:22px;color:var(--text)}.how-grid p{font-size:12px;line-height:1.65;color:var(--muted);max-width:280px}

/* support */
.support-section{margin-bottom:108px;border:1px solid color-mix(in srgb,var(--lime) 25%,var(--line));border-radius:28px;background:linear-gradient(120deg,var(--lime-soft),transparent 44%),var(--surface);padding:48px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;position:relative;overflow:hidden}.support-glow{position:absolute;width:320px;height:320px;border-radius:50%;background:color-mix(in srgb,var(--violet) 12%,transparent);filter:blur(80px);right:10%;top:-210px}.support-copy{position:relative;z-index:2;max-width:760px}.support-actions{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-end;gap:9px;min-width:max-content}.support-actions>span{font-size:9px;color:var(--muted)}

/* footer */
.site-footer{border-top:1px solid var(--line);padding:48px 0 34px;background:color-mix(in srgb,var(--surface) 45%,transparent)}.footer-inner{display:grid;grid-template-columns:1.4fr .6fr;gap:30px;align-items:start}.footer-brand p{max-width:460px;color:var(--muted);font-size:12px;line-height:1.6;margin:18px 0 0}.footer-links{display:flex;justify-content:flex-end;gap:24px;color:var(--muted);font-size:11px}.footer-links a:hover{color:var(--text)}.copyright{grid-column:1/-1;border-top:1px solid var(--line);padding-top:20px;margin:16px 0 0;color:var(--muted);font-size:9px}

/* dialogs */
.dialog{width:min(680px,calc(100% - 28px));max-height:calc(100vh - 28px);overflow:auto;border:1px solid var(--line-strong);border-radius:26px;background:var(--surface);color:var(--text);padding:30px;box-shadow:0 40px 130px rgba(0,0,0,.45)}.light .dialog{box-shadow:0 34px 90px rgba(31,47,68,.18)}.dialog::backdrop{background:rgba(3,6,10,.72);backdrop-filter:blur(9px)}.light .dialog::backdrop{background:rgba(38,49,64,.28)}.dialog-close{position:absolute;right:16px;top:16px;width:37px;height:37px;border:1px solid var(--line-strong);border-radius:50%;background:var(--surface-2);color:var(--text);cursor:pointer;font-size:20px;z-index:3}.dialog h2{font-size:clamp(34px,6vw,46px);line-height:1.02;margin:10px 45px 12px 0;color:var(--text)}.dialog p{color:var(--muted);line-height:1.6;font-size:13px}.dialog-visual{height:190px;border:1px solid var(--line-strong);border-radius:19px;background:radial-gradient(circle at 70% 30%,color-mix(in srgb,var(--violet) 16%,transparent),transparent 33%),radial-gradient(circle at 30% 75%,var(--lime-soft),transparent 30%),var(--surface-2);display:grid;place-items:center;margin-bottom:24px;overflow:hidden}.dialog-visual img{width:100%;height:100%;object-fit:cover}.dialog-visual .product-icon{position:relative;left:auto;top:auto;transform:none}.dialog-price-row{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:23px 0 18px}.dialog-price{font:700 30px "Space Grotesk";color:var(--lime)}.dialog-price-row span{font-size:10px;color:var(--muted)}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 24px;padding:0}.feature-list li{list-style:none;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface-2);padding:11px 12px;color:var(--muted);font-size:11px}.feature-list li:before{content:"✓";color:var(--lime);margin-right:8px}.free-product-actions{display:grid;grid-template-columns:1.2fr .8fr;gap:9px}.fine{font-size:9px!important;text-align:center;margin:12px 0 0!important;color:var(--muted)!important}.donate-dialog{width:min(520px,calc(100% - 28px));text-align:left}.donate-icon{width:50px;height:50px;border:1px solid color-mix(in srgb,var(--lime) 35%,var(--line));border-radius:16px;display:grid;place-items:center;color:var(--lime);font-size:22px;background:var(--lime-soft);margin-bottom:24px}.donation-pills{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:23px 0}.donation-pills button{height:45px;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface-2);color:var(--text);cursor:pointer;font-weight:800}.donation-pills button.active{border-color:var(--lime);background:var(--lime-soft);color:var(--lime)}.field{display:block;margin:16px 0}.field>span{display:block;color:var(--muted);font-size:10px;margin-bottom:7px}.amount-input{border:1px solid var(--line-strong);border-radius:13px;display:flex;align-items:center;padding:0 13px;background:var(--surface-2)}.amount-input b{color:var(--muted)}.amount-input input{width:100%;border:0;outline:0;background:transparent;color:var(--text);padding:14px 8px}.secure-note{display:flex;align-items:flex-start;gap:10px;border-top:1px solid var(--line);padding-top:16px;margin-top:18px}.secure-note>span{color:var(--lime)}.secure-note p{display:flex;flex-direction:column;margin:0}.secure-note strong{font-size:10px;color:var(--text)}.secure-note small{font-size:9px;margin-top:3px;color:var(--muted)}
.toast{position:fixed;right:18px;bottom:18px;z-index:100;background:var(--text);color:var(--bg);border-radius:13px;padding:12px 15px;font-size:11px;font-weight:800;box-shadow:var(--shadow);transform:translateY(25px);opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:none}

/* reveal + animations */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}
@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes scanY{0%,100%{top:18%;opacity:.2}50%{top:76%;opacity:.9}}
@keyframes corePulse{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.025)}}
@keyframes chipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes marquee{to{transform:translateX(-50%)}}
@keyframes shimmer{to{background-position:-200% 0}}
@keyframes menuIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}

@media(max-width:1020px){.hero{grid-template-columns:1fr;min-height:auto;gap:50px;padding-top:58px}.hero-copy{max-width:760px}.hero-showcase{max-width:700px;width:100%;margin-inline:auto}.orbit-scene{min-height:500px}.product-grid{grid-template-columns:repeat(2,1fr)}.how-grid{grid-template-columns:1fr 1fr}.how-grid article:last-child{grid-column:1/-1}.support-section{align-items:flex-start;flex-direction:column}.support-actions{align-items:flex-start}}
@media(max-width:760px){:root{--header-h:68px}.shell{width:min(100% - 24px,1180px)}.desktop-nav,.nav-cta{display:none}.mobile-menu-btn{display:block}.brand-copy small{display:none}.hero{padding-top:46px;padding-bottom:62px}.status-pill{font-size:9px}.hero h1{font-size:clamp(48px,14vw,70px)}.hero-lead{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.trust-row{grid-template-columns:1fr;gap:12px;margin-top:34px}.trust-row>div{border-top:1px solid var(--line);padding-top:11px}.orbit-scene{min-height:450px;border-radius:25px}.ring-one{width:270px;height:270px}.ring-two{width:190px;height:190px}.ring-three{width:330px;height:180px}.orbit-core{width:142px;height:142px}.core-mark{width:46px;height:46px}.scene-chip{font-size:9px;min-height:34px;padding:0 10px}.chip-ai{left:5%;top:14%}.chip-code{right:4%;top:19%}.chip-flow{left:5%;bottom:22%}.chip-free{right:4%;bottom:18%}.scene-bottom{left:15px;right:15px;bottom:14px}.library-section{padding-top:78px;padding-bottom:88px}.section-intro{align-items:flex-start;flex-direction:column}.results-counter{border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:13px;flex-direction:row;align-items:baseline;gap:7px}.library-toolbar{flex-direction:column;align-items:stretch}.access-filters{width:100%}.access-filter{flex:1}.product-grid{grid-template-columns:1fr}.product-card{min-height:420px}.how-grid{grid-template-columns:1fr}.how-grid article:last-child{grid-column:auto}.how-section{padding-bottom:88px}.support-section{margin-bottom:80px;padding:30px 22px}.footer-inner{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.free-product-actions{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr}.dialog{padding:22px 17px}.donation-pills{grid-template-columns:1fr 1fr}.search-box kbd{display:none}}
@media(max-width:430px){.orbit-scene{min-height:410px}.ring-one{width:235px;height:235px}.ring-two{width:168px;height:168px}.ring-three{width:280px;height:155px}.orbit-core{width:128px;height:128px}.core-mark{width:42px;height:42px;margin-bottom:8px}.orbit-core strong{font-size:16px}.scene-chip{padding:0 9px}.chip-flow{display:none}.scene-bottom strong{font-size:14px}.product-art{height:185px}.product-body{padding:18px}.product-card h3{font-size:22px}.card-action{padding:0 10px}.support-actions,.support-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1!important;transform:none!important}}


/* --- V11 cyber neon refresh inspired by reference palette --- */
:root{
  --bg:#070812;--bg-elev:#0d1020;--surface:#131727;--surface-2:#181d30;--surface-3:#1d2339;
  --text:#f6f8fe;--muted:#a5afc4;--muted-2:#7b87a4;--line:rgba(255,255,255,.10);--line-strong:rgba(255,255,255,.18);
  --lime:#55e8ff;--lime-soft:rgba(85,232,255,.12);--accent-ink:#07121d;--violet:#d161ff;--cyan:#42d8ff;
  --orange:#ff7f5c;--pink:#ff5db6;--shadow:0 30px 85px rgba(2,5,18,.48);
}
body.light{
  --bg:#f7f9fd;--bg-elev:#eef2f8;--surface:#ffffff;--surface-2:#f6f8fc;--surface-3:#edf2f8;
  --text:#0d1730;--muted:#46536b;--muted-2:#66758b;--line:rgba(13,22,48,.10);--line-strong:rgba(13,22,48,.18);
  --lime:#007eab;--lime-soft:rgba(0,126,171,.09);--accent-ink:#ffffff;--violet:#9c37c8;--cyan:#007eab;
  --orange:#e15e2f;--pink:#d93f95;--shadow:0 24px 70px rgba(28,43,70,.12);
}
body{background:
 radial-gradient(circle at 12% 8%, rgba(66,216,255,.13), transparent 24%),
 radial-gradient(circle at 84% 10%, rgba(209,97,255,.14), transparent 25%),
 radial-gradient(circle at 88% 70%, rgba(255,127,92,.12), transparent 24%),
 linear-gradient(180deg,#070812,#090b15 42%,#070812 100%);}
body.light{background:
 radial-gradient(circle at 10% 9%, rgba(66,216,255,.08), transparent 22%),
 radial-gradient(circle at 85% 10%, rgba(209,97,255,.08), transparent 20%),
 radial-gradient(circle at 84% 72%, rgba(225,94,47,.08), transparent 20%),
 linear-gradient(180deg,#f7f9fd,#f4f7fc 100%);}
.ambient-one{background:rgba(209,97,255,.18)}.ambient-two{background:rgba(66,216,255,.11)}
.light .ambient-one{background:rgba(156,55,200,.10)}.light .ambient-two{background:rgba(0,126,171,.08)}
.site-header{background:rgba(7,8,18,.72)}.light .site-header{background:rgba(247,249,253,.88)}
.brand-mark{box-shadow:inset 0 0 22px rgba(85,232,255,.12),0 0 20px rgba(209,97,255,.08)}
.brand-mark span,.section-kicker,.status-pill span,.trust-icon,.step-icon,.scene-status i,.donate-icon,.product-icon,.scene-chip i{color:var(--lime)}
h1 em{background:linear-gradient(90deg,var(--cyan),var(--pink) 60%,var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent}
.btn-primary,.nav-cta{background:linear-gradient(135deg,var(--cyan),var(--pink));color:#fff;border-color:transparent;box-shadow:0 16px 40px rgba(209,97,255,.20)}
.nav-cta{font-weight:800}.btn-primary:hover,.nav-cta:hover{box-shadow:0 20px 50px rgba(209,97,255,.26)}
.btn-secondary:hover,.theme-btn:hover,.mobile-menu-btn:hover,.card-action:hover{border-color:rgba(66,216,255,.45)}
.product-badge,.preview-badge,.scene-status{background:linear-gradient(135deg,rgba(66,216,255,.16),rgba(209,97,255,.16));border-color:rgba(66,216,255,.24)}
.product-price,.dialog-price{color:var(--cyan)}
.status-pill{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02)),var(--surface)}

.cyber-scene{background:
 radial-gradient(circle at 50% 48%, rgba(66,216,255,.09), transparent 20%),
 radial-gradient(circle at 56% 36%, rgba(209,97,255,.10), transparent 24%),
 linear-gradient(160deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
 linear-gradient(180deg,#0d1020,#0a0d1a);
 box-shadow:0 25px 80px rgba(6,8,20,.52), inset 0 0 0 1px rgba(255,255,255,.03);
}
.light .cyber-scene{background:
 radial-gradient(circle at 50% 48%, rgba(66,216,255,.07), transparent 20%),
 radial-gradient(circle at 56% 36%, rgba(209,97,255,.06), transparent 24%),
 linear-gradient(180deg,#ffffff,#f4f7fb);
 box-shadow:0 25px 70px rgba(31,47,70,.11), inset 0 0 0 1px rgba(255,255,255,.6);
}
.scene-grid{opacity:.42;mask-image:linear-gradient(to bottom,transparent 0,black 15%,black 85%,transparent)}
.scene-aura.aura-c{width:300px;height:300px;background:rgba(255,127,92,.12);right:16%;bottom:-20%}.light .scene-aura.aura-c{background:rgba(225,94,47,.08)}
.scene-frame{position:absolute;top:16%;bottom:14%;width:44px;border:2px solid transparent;opacity:.82}.frame-left{left:18px;border-left-color:var(--orange);border-top-left-radius:26px;border-bottom-left-radius:26px;box-shadow:inset 10px 0 18px rgba(255,127,92,.06),0 0 22px rgba(255,127,92,.24)}.frame-right{right:18px;border-right-color:var(--pink);border-top-right-radius:26px;border-bottom-right-radius:26px;box-shadow:inset -10px 0 18px rgba(209,97,255,.06),0 0 22px rgba(209,97,255,.24)}
.holo-panel{position:absolute;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(20,24,40,.84),rgba(14,17,29,.78));border-radius:20px;padding:14px;box-shadow:0 12px 40px rgba(0,0,0,.26);backdrop-filter:blur(16px);overflow:hidden}.light .holo-panel{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(246,248,252,.9));border-color:rgba(13,22,48,.12);box-shadow:0 14px 36px rgba(33,47,73,.10)}
.holo-panel:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(66,216,255,.55),rgba(209,97,255,.42),rgba(255,127,92,.45));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.7;pointer-events:none}
.panel-label{display:block;font:700 9px "Space Grotesk";letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}
.panel-left-top{left:24px;top:26px;width:162px;height:108px}.panel-left-bottom{left:36px;bottom:110px;width:170px;height:116px}.panel-right-top{right:26px;top:30px;width:176px;height:136px}.panel-right-bottom{right:28px;bottom:96px;width:190px;height:126px}
.panel-lines{display:grid;gap:8px}.panel-lines i{display:block;height:7px;border-radius:999px;background:linear-gradient(90deg,rgba(66,216,255,.95),rgba(209,97,255,.75) 65%,rgba(255,127,92,.9));background-size:180% 100%;animation:glide 4.5s linear infinite}.panel-lines i:nth-child(1){width:90%}.panel-lines i:nth-child(2){width:65%;animation-delay:.45s}.panel-lines i:nth-child(3){width:78%;animation-delay:.9s}
.panel-mini-dots{display:flex;gap:6px;position:absolute;right:14px;bottom:14px}.panel-mini-dots span{width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 12px rgba(66,216,255,.55)}.panel-mini-dots span:nth-child(2){background:var(--pink)}.panel-mini-dots span:nth-child(3){background:var(--orange)}.panel-mini-dots span:nth-child(4){background:#7d8fff}
.pulse-ring{width:52px;height:52px;border-radius:50%;border:2px solid rgba(66,216,255,.7);box-shadow:0 0 0 8px rgba(66,216,255,.08);position:relative;margin:2px 0 14px}.pulse-ring:after{content:"";position:absolute;inset:-9px;border-radius:50%;border:1px solid rgba(209,97,255,.38);animation:pulseEcho 2.8s ease-out infinite}
.panel-list{display:grid;gap:8px}.panel-list b{font-size:10px;color:var(--text);font-weight:700}
.stat-circle{width:74px;height:74px;border-radius:50%;margin:4px 0 16px;background:conic-gradient(var(--pink),var(--orange),var(--cyan),var(--pink));display:grid;place-items:center;box-shadow:0 0 24px rgba(209,97,255,.24)}.stat-circle:after{content:"";width:44px;height:44px;border-radius:50%;background:var(--surface)}
.panel-stats{display:grid;grid-template-columns:1fr;gap:8px}.panel-stats span{font-size:10px;color:var(--muted)}
.bar-graph{height:76px;display:flex;align-items:flex-end;gap:7px;margin-top:12px}.bar-graph span{display:block;width:16px;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,var(--cyan),var(--pink));box-shadow:0 0 18px rgba(66,216,255,.18);animation:bars 2.6s ease-in-out infinite}.bar-graph span:nth-child(1){height:30%;animation-delay:.1s}.bar-graph span:nth-child(2){height:45%;animation-delay:.25s}.bar-graph span:nth-child(3){height:54%;animation-delay:.4s}.bar-graph span:nth-child(4){height:66%;animation-delay:.55s}.bar-graph span:nth-child(5){height:82%;animation-delay:.7s}.bar-graph span:nth-child(6){height:100%;animation-delay:.85s}
.orbit-ring{border-color:rgba(255,255,255,.16)}.light .orbit-ring{border-color:rgba(13,22,48,.16)}
.ring-one{box-shadow:0 0 0 1px rgba(66,216,255,.07)}.ring-two{box-shadow:0 0 24px rgba(209,97,255,.08)}.ring-three{box-shadow:0 0 18px rgba(255,127,92,.10)}
.dot-one{background:var(--cyan)}.dot-two{background:var(--pink)}.dot-three{background:var(--orange)}
.energy-node{position:absolute;width:16px;height:16px;border-radius:50%;background:radial-gradient(circle,var(--orange),rgba(255,127,92,.3));box-shadow:0 0 20px rgba(255,127,92,.6);animation:nodeDrift 6s ease-in-out infinite}.node-a{left:26%;top:28%}.node-b{right:23%;top:44%;background:radial-gradient(circle,var(--cyan),rgba(66,216,255,.3));box-shadow:0 0 20px rgba(66,216,255,.6);animation-delay:1s}.node-c{left:34%;bottom:23%;background:radial-gradient(circle,var(--pink),rgba(209,97,255,.35));box-shadow:0 0 20px rgba(209,97,255,.65);animation-delay:2s}
.orbit-core{border-color:rgba(66,216,255,.26);background:radial-gradient(circle at 50% 38%,rgba(66,216,255,.15),transparent 48%),radial-gradient(circle at 60% 65%,rgba(209,97,255,.12),transparent 44%),var(--surface);box-shadow:0 0 0 10px rgba(66,216,255,.03),0 0 65px rgba(66,216,255,.12),0 24px 70px rgba(0,0,0,.25)}
.light .orbit-core{box-shadow:0 0 0 10px rgba(66,216,255,.04),0 0 50px rgba(66,216,255,.06),0 20px 55px rgba(28,45,68,.12)}
.core-mark{background:linear-gradient(135deg,var(--cyan),var(--pink));color:#fff;box-shadow:0 0 24px rgba(209,97,255,.22)}
.scene-chip{background:rgba(16,19,31,.82);border-color:rgba(255,255,255,.14);box-shadow:0 16px 42px rgba(0,0,0,.24)}.light .scene-chip{background:rgba(255,255,255,.96);box-shadow:0 14px 34px rgba(26,39,61,.08)}
.chip-code i{background:var(--orange)}.chip-flow i{background:var(--pink)}
.scene-bottom{background:linear-gradient(180deg,rgba(12,15,27,.78),rgba(12,15,27,.92));border-color:rgba(255,255,255,.14)}.light .scene-bottom{background:rgba(255,255,255,.94)}
.scene-status{color:var(--text)}

.marquee{border-block:1px solid rgba(255,255,255,.06);background:linear-gradient(90deg,rgba(66,216,255,.05),transparent 20%,transparent 80%,rgba(255,127,92,.05))}.light .marquee{background:linear-gradient(90deg,rgba(66,216,255,.04),transparent 20%,transparent 80%,rgba(225,94,47,.04))}
.product-card:hover,.how-grid article:hover,.support-section:hover{box-shadow:0 24px 54px rgba(7,12,28,.24)}
.product-card:hover{border-color:rgba(66,216,255,.28)}
.product-icon,.step-icon,.trust-icon,.donate-icon{border-color:rgba(66,216,255,.24);background:linear-gradient(180deg,rgba(66,216,255,.06),rgba(209,97,255,.06))}
.category-row .filter.active,.access-filter.active,.donation-pills button.active{background:linear-gradient(135deg,rgba(66,216,255,.15),rgba(209,97,255,.15));border-color:rgba(66,216,255,.35);color:var(--text)}
.search-box:focus-within,.filter:hover,.access-filter:hover{border-color:rgba(66,216,255,.32);box-shadow:0 0 0 4px rgba(66,216,255,.06)}
.support-section{background:linear-gradient(135deg,rgba(66,216,255,.08),rgba(209,97,255,.06) 52%,rgba(255,127,92,.05)),var(--surface);border-color:rgba(66,216,255,.18)}
.support-glow{background:radial-gradient(circle,rgba(209,97,255,.18),transparent 60%)}
.dialog-visual{background:radial-gradient(circle at 70% 30%,rgba(209,97,255,.18),transparent 33%),radial-gradient(circle at 30% 75%,rgba(66,216,255,.15),transparent 30%),var(--surface-2)}
.toast{background:linear-gradient(135deg,var(--cyan),var(--pink));color:#fff}

@keyframes glide{0%{background-position:180% 0}100%{background-position:-20% 0}}
@keyframes pulseEcho{0%{transform:scale(.9);opacity:.7}100%{transform:scale(1.4);opacity:0}}
@keyframes bars{0%,100%{transform:scaleY(.88)}50%{transform:scaleY(1.06)}}
@keyframes nodeDrift{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

@media(max-width:1020px){.panel-left-top,.panel-left-bottom{left:20px}.panel-right-top,.panel-right-bottom{right:20px}}
@media(max-width:760px){.cyber-scene{min-height:520px}.holo-panel{transform:scale(.9);transform-origin:center}.panel-left-top{left:8px;top:20px}.panel-left-bottom{left:8px;bottom:102px}.panel-right-top{right:8px;top:26px}.panel-right-bottom{right:8px;bottom:90px}.scene-frame{display:none}.orbit-core>span{font-size:8px;letter-spacing:.12em}}
@media(max-width:560px){.holo-panel{display:none}.cyber-scene{min-height:460px}}


/* --- V12 hero figure + stronger light-mode clarity --- */
.cyber-scene{min-height:620px}
.cyber-figure{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);width:min(58%,520px);height:92%;z-index:2;pointer-events:none;filter:drop-shadow(0 28px 70px rgba(0,0,0,.42)) drop-shadow(0 0 36px rgba(66,216,255,.16));opacity:.98}
.cyber-figure img{width:100%;height:100%;object-fit:contain;display:block;mix-blend-mode:screen}
.light .cyber-figure{filter:drop-shadow(0 24px 50px rgba(42,58,82,.12))}.light .cyber-figure img{mix-blend-mode:normal;opacity:.96}
.holo-panel,.scene-chip,.scene-bottom,.orbit-core,.orbit-ring,.energy-node,.scene-frame{z-index:4}.cyber-figure+.holo-panel{z-index:4}.orbit-core{z-index:5;left:50%;top:69%;width:138px;height:138px}.orbit-core strong{font-size:17px}.orbit-core>span{font-size:8px}.ring-one,.ring-two,.ring-three{top:56%}.node-a{left:32%;top:44%}.node-b{right:28%;top:49%}.node-c{left:37%;bottom:24%}
.panel-left-top{left:22px;top:24px;width:175px}.panel-left-bottom{left:28px;bottom:132px;width:188px}.panel-right-top{right:22px;top:28px;width:200px}.panel-right-bottom{right:26px;bottom:118px;width:206px;height:132px}
.scene-bottom{left:26px;right:26px;bottom:20px}
.light .site-header,.light .mobile-menu,.light .status-pill,.light .search-box,.light .filter,.light .access-filter,.light .product-card,.light .how-grid article,.light .support-section,.light .dialog,.light .scene-chip,.light .holo-panel,.light .scene-bottom,.light .orbit-core{background:#ffffff}
.light .site-header,.light .mobile-menu,.light .status-pill,.light .search-box,.light .filter,.light .access-filter,.light .product-card,.light .how-grid article,.light .support-section,.light .dialog,.light .scene-chip,.light .holo-panel,.light .scene-bottom,.light .orbit-core,.light .btn-secondary,.light .theme-btn,.light .mobile-menu-btn,.light .card-action,.light .dialog-close{box-shadow:0 10px 30px rgba(33,48,73,.08)}
.light .desktop-nav a,.light .footer-links a,.light .brand-copy strong,.light h1,.light h2,.light h3,.light .product-card h3,.light .how-grid h3,.light .orbit-core strong,.light .scene-status,.light .results-counter strong,.light .dialog h2,.light .secure-note strong{color:#0d1730}
.light .hero-lead,.light .product-card p,.light .section-intro p,.light .results-counter span,.light .how-grid p,.light .support-copy p,.light .footer-brand p,.light .copyright,.light .field>span,.light .dialog p,.light .price-sub,.light .product-meta,.light .secure-note small,.light .scene-bottom span,.light .brand-copy small,.light .status-pill,.light .section-kicker,.light .panel-label,.light .panel-stats span,.light .product-card small,.light .feature-list li{color:#44536d}
.light .trust-row small,.light .empty-state p,.light .empty-state h3,.light .empty-state div{color:#44536d}
.light .trust-row strong,.light .section-intro h2,.light .how-header h2,.light .support-copy h2{color:#0d1730}
.light .btn-secondary,.light .theme-btn,.light .mobile-menu-btn,.light .card-action,.light .dialog-close{background:#fff;border-color:rgba(13,22,48,.12);color:#0d1730}
.light .filter.active,.light .access-filter.active,.light .donation-pills button.active,.light .product-badge,.light .scene-status{background:linear-gradient(135deg,rgba(0,126,171,.11),rgba(217,63,149,.10));color:#0d1730}
.light .search-box input,.light .amount-input input{color:#0d1730}.light .search-box input::placeholder,.light .amount-input input::placeholder{color:#64748b}
.light .product-icon,.light .step-icon,.light .trust-icon,.light .donate-icon{background:linear-gradient(180deg,rgba(0,126,171,.06),rgba(217,63,149,.05));border-color:rgba(13,22,48,.10)}
.light .feature-list li,.light .donation-pills button,.light .amount-input,.light .dialog-visual,.light .product-art{background:#f6f8fc;border-color:rgba(13,22,48,.10)}
.light .scene-grid{opacity:.55}.light .orbit-ring{border-color:rgba(13,22,48,.14)}.light .panel-lines i{filter:saturate(.92)}
.light .product-card:hover,.light .how-grid article:hover,.light .support-section:hover{box-shadow:0 18px 42px rgba(33,48,73,.10)}
@media(max-width:1020px){.cyber-scene{min-height:600px}.cyber-figure{width:min(60%,460px)}.orbit-core{top:71%}.panel-left-bottom{bottom:118px}.panel-right-bottom{bottom:108px}}
@media(max-width:760px){.cyber-scene{min-height:520px}.cyber-figure{width:min(62%,320px);bottom:20px;height:84%}.orbit-core{top:73%;width:118px;height:118px}.ring-one,.ring-two,.ring-three{top:57%}.panel-left-top,.panel-left-bottom,.panel-right-top,.panel-right-bottom{transform:scale(.86)}.panel-left-top{left:8px;top:12px}.panel-right-top{right:8px;top:18px}.panel-left-bottom{left:8px;bottom:98px}.panel-right-bottom{right:8px;bottom:92px}.scene-bottom{left:12px;right:12px;bottom:12px}}
@media(max-width:560px){.holo-panel{display:none}.cyber-scene{min-height:470px}.cyber-figure{width:min(70%,290px);height:78%;bottom:38px}.orbit-core{top:72%}.scene-chip{font-size:9px;padding:0 9px}.chip-ai{left:4%;top:10%}.chip-code{right:4%;top:12%}.chip-free{right:4%;bottom:17%}}


/* V13 remove hero VeeLib text */
.orbit-core{gap:10px}.orbit-core .core-tagline{font-size:8px;letter-spacing:.16em;text-transform:uppercase;max-width:98px;line-height:1.45;text-align:center;color:var(--muted)}


/* V14 custom logo + favicon */
.brand-mark{overflow:hidden}
.brand-logo{width:22px;height:22px;display:block;object-fit:contain;filter:invert(1) brightness(1.15);opacity:.98}
.light .brand-logo{filter:none;opacity:1}
.core-mark{display:grid;place-items:center;padding:0}
.core-logo{width:28px;height:28px;display:block;object-fit:contain;filter:invert(1) brightness(1.1)}
.light .core-logo{filter:none}
@media(max-width:760px){.brand-logo{width:20px;height:20px}.core-logo{width:24px;height:24px}}


/* V16 remove hero text under logo */
.orbit-core{gap:0}


/* V17 live network meter */
.network-section{display:grid;gap:20px;margin:0 auto 40px}
.network-copy{display:grid;gap:12px;max-width:760px}
.network-copy h2{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:0}
.network-copy p{max-width:760px;color:var(--muted);margin:0;line-height:1.75}
.network-panel{display:grid;grid-template-columns:minmax(280px,430px) 1fr;gap:22px;align-items:stretch;padding:24px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,rgba(15,18,31,.88),rgba(12,14,25,.94));box-shadow:var(--shadow);position:relative;overflow:hidden}
.network-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 24% 24%,rgba(66,216,255,.09),transparent 24%),radial-gradient(circle at 80% 18%,rgba(209,97,255,.10),transparent 22%),radial-gradient(circle at 74% 78%,rgba(255,127,92,.08),transparent 20%);pointer-events:none}
.light .network-panel{background:linear-gradient(180deg,#ffffff,#f7f9fc);box-shadow:0 18px 50px rgba(30,44,70,.08)}
.network-gauge,.network-meta{position:relative;z-index:1}
.network-gauge{aspect-ratio:1/1;max-width:420px;width:100%;margin:auto;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 50% 50%,rgba(10,12,23,.88) 0 33%,rgba(8,10,18,.9) 34% 56%,transparent 57%),conic-gradient(from -145deg,var(--cyan) 0 24%,var(--pink) 25% 55%,var(--orange) 56% 74%,rgba(255,255,255,.08) 75% 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),0 0 70px rgba(66,216,255,.10)}
.network-gauge:before{content:"";position:absolute;inset:18px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(6,7,14,.98) 0 41%,rgba(9,12,22,.95) 42% 62%,transparent 63%),conic-gradient(from -130deg,transparent 0 11%,rgba(66,216,255,.8) 12% 28%,transparent 29% 42%,rgba(209,97,255,.85) 43% 62%,transparent 63% 76%,rgba(255,127,92,.8) 77% 88%,transparent 89% 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}
.network-gauge:after{content:"";position:absolute;inset:46px;border-radius:50%;border:1px solid rgba(255,255,255,.06);background:radial-gradient(circle,rgba(66,216,255,.05),transparent 58%)}
.light .network-gauge{background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.98) 0 33%,rgba(246,249,252,.98) 34% 56%,transparent 57%),conic-gradient(from -145deg,var(--cyan) 0 24%,var(--pink) 25% 55%,var(--orange) 56% 74%,rgba(13,22,48,.08) 75% 100%);box-shadow:inset 0 0 0 1px rgba(13,22,48,.08),0 20px 45px rgba(30,44,70,.10)}
.light .network-gauge:before{background:radial-gradient(circle at 50% 50%,rgba(255,255,255,1) 0 41%,rgba(248,250,253,.95) 42% 62%,transparent 63%),conic-gradient(from -130deg,transparent 0 11%,rgba(0,126,171,.88) 12% 28%,transparent 29% 42%,rgba(217,63,149,.84) 43% 62%,transparent 63% 76%,rgba(225,94,47,.82) 77% 88%,transparent 89% 100%)}
.light .network-gauge:after{border-color:rgba(13,22,48,.08);background:radial-gradient(circle,rgba(0,126,171,.05),transparent 58%)}
.gauge-orbit{position:absolute;border-radius:50%;border:1px dashed rgba(255,255,255,.12)}
.light .gauge-orbit{border-color:rgba(13,22,48,.14)}
.orbit-a{inset:30px;animation:spinSlow 18s linear infinite}.orbit-b{inset:58px;animation:spinReverse 12s linear infinite}
.gauge-dots{position:absolute;inset:34px;border-radius:50%;background:radial-gradient(circle at 14% 60%,var(--cyan) 0 2px,transparent 3px),radial-gradient(circle at 76% 18%,var(--pink) 0 2px,transparent 3px),radial-gradient(circle at 84% 72%,var(--orange) 0 2px,transparent 3px),radial-gradient(circle at 26% 20%,var(--cyan) 0 2px,transparent 3px),radial-gradient(circle at 60% 88%,var(--pink) 0 2px,transparent 3px);opacity:.9;animation:flickerFloat 5s ease-in-out infinite}
.gauge-scan{position:absolute;inset:22px;border-radius:50%;background:conic-gradient(from 0deg,transparent 0 82%,rgba(66,216,255,.24) 87%,transparent 92%);animation:spinFast 5.4s linear infinite;mix-blend-mode:screen}
.gauge-core{position:relative;z-index:2;display:grid;place-items:center;text-align:center;gap:8px;padding:28px;width:62%;aspect-ratio:1/1;border-radius:50%;background:radial-gradient(circle at 50% 20%,rgba(66,216,255,.08),transparent 35%),radial-gradient(circle at 78% 78%,rgba(209,97,255,.08),transparent 30%),rgba(10,13,24,.96);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),0 18px 45px rgba(0,0,0,.25)}
.light .gauge-core{background:radial-gradient(circle at 50% 20%,rgba(0,126,171,.06),transparent 35%),radial-gradient(circle at 78% 78%,rgba(217,63,149,.06),transparent 30%),#ffffff;box-shadow:inset 0 0 0 1px rgba(13,22,48,.08),0 14px 34px rgba(28,45,70,.10)}
.gauge-label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-weight:700}
.gauge-core strong{font:700 clamp(36px,6vw,62px) "Space Grotesk";line-height:.95;color:var(--text)}
.gauge-core strong small{font-size:.28em;font-weight:700;letter-spacing:.08em;color:var(--muted)}
.gauge-sub{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--muted);font-weight:600}
.gauge-sub i,.network-status-pill i{width:8px;height:8px;border-radius:50%;display:inline-block;background:var(--cyan);box-shadow:0 0 14px rgba(66,216,255,.7)}
.network-meta{display:grid;gap:18px;align-content:center}
.network-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.network-stat{border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:16px 16px 18px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.light .network-stat{background:#fff;border-color:rgba(13,22,48,.10);box-shadow:0 10px 24px rgba(28,45,70,.05)}
.network-stat span{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:12px}
.network-stat strong{font:700 24px/1.1 "Space Grotesk";color:var(--text)}
.network-stat strong b{font-weight:700}
.stat-download strong{color:var(--cyan)}.stat-upload strong{color:var(--pink)}.stat-ping strong{color:var(--orange)}
.network-bars{display:flex;align-items:flex-end;gap:10px;height:180px;padding:20px 18px;border-radius:22px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));position:relative;overflow:hidden}
.network-bars:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 20%),linear-gradient(90deg,transparent,rgba(255,255,255,.03) 50%,transparent);pointer-events:none}
.light .network-bars{background:#fff;border-color:rgba(13,22,48,.10)}
.network-bars span{flex:1;border-radius:12px 12px 4px 4px;background:linear-gradient(180deg,var(--cyan),var(--pink) 66%,var(--orange));box-shadow:0 0 18px rgba(66,216,255,.22);animation:barPulse 2.8s ease-in-out infinite}
.network-bars span:nth-child(2){animation-delay:.12s}.network-bars span:nth-child(3){animation-delay:.24s}.network-bars span:nth-child(4){animation-delay:.36s}.network-bars span:nth-child(5){animation-delay:.48s}.network-bars span:nth-child(6){animation-delay:.6s}.network-bars span:nth-child(7){animation-delay:.72s}.network-bars span:nth-child(8){animation-delay:.84s}.network-bars span:nth-child(9){animation-delay:.96s}.network-bars span:nth-child(10){animation-delay:1.08s}
.network-footerline{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.network-status-pill{display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:10px 14px;border:1px solid rgba(66,216,255,.22);background:linear-gradient(135deg,rgba(66,216,255,.10),rgba(209,97,255,.08));color:var(--text);font-weight:700}
.network-footerline small{color:var(--muted);font-size:12px}
@keyframes spinSlow{to{transform:rotate(360deg)}}
@keyframes spinReverse{to{transform:rotate(-360deg)}}
@keyframes spinFast{to{transform:rotate(360deg)}}
@keyframes flickerFloat{0%,100%{transform:translateY(0);opacity:.92}50%{transform:translateY(-4px);opacity:1}}
@keyframes barPulse{0%,100%{transform:scaleY(.9)}50%{transform:scaleY(1.04)}}
@media(max-width:980px){.network-panel{grid-template-columns:1fr;gap:18px}.network-gauge{max-width:360px}.network-copy h2{max-width:680px}}
@media(max-width:640px){.network-panel{padding:16px;border-radius:24px}.network-stat-grid{grid-template-columns:1fr 1fr}.network-gauge{max-width:300px}.network-bars{height:140px;padding:14px;gap:7px}.gauge-core strong{font-size:42px}.network-copy h2{font-size:32px}}
@media(max-width:480px){.network-stat-grid{grid-template-columns:1fr}.network-gauge{max-width:270px}.gauge-core{width:66%}.gauge-label,.network-stat span{font-size:10px}.network-copy h2{font-size:28px}}


/* V19 clean hero footer */
.scene-bottom{display:none!important}


/* V23 mobile responsiveness hardening */
html,body{overflow-x:hidden}img{max-width:100%;height:auto}
.category-row,.access-filters,.toolbar,.footer-links{flex-wrap:wrap}
@media (max-width:900px){
  .shell{width:min(100% - 28px,1180px)}
  .nav-wrap{gap:12px}
  .hero{gap:36px;padding-top:30px;padding-bottom:46px}
  .hero-copy,.hero-showcase{max-width:100%}
  .hero-showcase{width:100%}
  h1{font-size:clamp(42px,10vw,62px);line-height:.97;max-width:100%}
  .hero-lead{font-size:15px;line-height:1.62;max-width:100%}
  .section-intro h2,.how-header h2,.support-copy h2{font-size:clamp(30px,7vw,42px)}
  .section-intro p,.support-copy p{font-size:14px;max-width:100%}
  .library-section{padding-top:64px;padding-bottom:72px}
  .how-section{padding-bottom:72px}
  .support-section{margin-bottom:72px;padding:26px 22px;border-radius:24px}
  .product-card{min-height:auto}
  .product-art{height:190px}
  .product-body{padding:18px}
  .footer-inner{gap:22px}
  .network-copy h2{font-size:clamp(28px,6vw,40px)}
}
@media (max-width:640px){
  :root{--header-h:64px}
  .shell{width:calc(100% - 20px)}
  .nav-wrap{height:64px;gap:10px}
  .brand-mark{width:36px;height:36px;border-radius:11px}
  .brand-copy strong{font-size:14px}
  .mobile-menu{left:10px;right:10px;top:62px}
  .hero{gap:26px;padding-top:20px;padding-bottom:38px}
  .status-pill{font-size:9px;padding:7px 10px}
  h1{font-size:clamp(36px,12vw,48px);margin:18px 0 18px}
  .hero-lead{font-size:14px;line-height:1.58}
  .hero-actions{margin-top:20px;gap:10px}
  .btn{min-height:46px;padding:0 14px;font-size:12px}
  .trust-row{margin-top:24px}
  .orbit-scene{min-height:400px;border-radius:22px}
  .cyber-scene{min-height:430px;border-radius:22px}
  .cyber-figure{width:min(74%,285px);height:78%;bottom:30px}
  .orbit-core{width:108px;height:108px;top:74%}
  .core-mark{width:40px;height:40px}
  .scene-chip{padding:0 8px;font-size:8px}
  .scene-bottom{left:12px;right:12px;bottom:10px;padding:12px}
  .section-intro,.how-header{margin-bottom:22px}
  .section-intro h2,.how-header h2,.support-copy h2{font-size:30px}
  .results-counter{width:100%;justify-content:flex-start}
  .search-box,.access-filters,.category-row{width:100%}
  .category-row{overflow:auto;white-space:nowrap;padding-bottom:3px}
  .category-row::-webkit-scrollbar,.access-filters::-webkit-scrollbar{display:none}
  .access-filters{overflow:auto;flex-wrap:nowrap;padding-bottom:3px}
  .filter,.access-filter{flex:0 0 auto}
  .product-grid{gap:14px}
  .product-art{height:170px}
  .product-card h3{font-size:20px}
  .product-meta{gap:10px}
  .support-section{padding:20px 16px;border-radius:22px}
  .support-actions,.support-actions .btn{width:100%;min-width:0}
  .footer-links{gap:12px}
  .copyright{font-size:10px;line-height:1.5}
  .dialog,.donate-dialog{width:min(100% - 16px,680px);max-height:calc(100dvh - 16px);padding:18px 14px;border-radius:20px}
  .dialog h2{font-size:30px;margin-right:36px}
  .dialog-visual{height:150px;margin-bottom:18px}
  .dialog-price-row{flex-direction:column;align-items:flex-start;gap:10px}
  .feature-list{gap:7px}
  .feature-list li{font-size:10px;padding:10px 11px}
  .donation-pills{grid-template-columns:1fr 1fr}
  .field{margin:12px 0}
  .network-section{gap:14px;margin-bottom:26px}
  .network-copy p{font-size:14px;line-height:1.6}
  .network-panel{padding:14px;border-radius:22px;gap:14px}
  .network-gauge{max-width:250px}
  .gauge-core{width:66%}
  .gauge-core strong{font-size:40px}
  .network-stat-grid{gap:10px}
  .network-stat{padding:14px}
  .network-bars{height:118px;padding:12px;gap:6px}
  .network-footerline{gap:10px}
}
@media (max-width:480px){
  .shell{width:calc(100% - 16px)}
  .hero{padding-top:16px;padding-bottom:30px}
  .status-pill{font-size:8px}
  h1{font-size:34px;line-height:1}
  .hero-lead{font-size:13px}
  .brand-copy small{display:none}
  .orbit-scene{min-height:360px}
  .cyber-scene{min-height:395px}
  .cyber-figure{width:min(78%,250px);height:74%;bottom:38px}
  .orbit-core{width:96px;height:96px;top:73%}
  .core-mark{width:36px;height:36px}
  .orbit-core strong{font-size:13px}
  .scene-bottom{display:none}
  .chip-free{bottom:14%}
  .section-intro h2,.how-header h2,.support-copy h2,.network-copy h2{font-size:26px}
  .section-intro p,.support-copy p,.network-copy p{font-size:13px}
  .search-box{padding-right:10px}
  .search-box input{min-width:0}
  .product-art{height:150px}
  .product-body{padding:16px}
  .product-card h3{font-size:18px}
  .product-price{font-size:24px}
  .support-section{padding:18px 14px}
  .footer-brand p{font-size:11px}
  .footer-links{font-size:10px}
  .dialog h2{font-size:26px}
  .dialog p{font-size:12px}
  .donation-pills{grid-template-columns:1fr}
  .network-gauge{max-width:220px}
  .gauge-core strong{font-size:34px}
  .network-stat-grid{grid-template-columns:1fr}
  .network-status-pill{width:100%;justify-content:center}
  .network-footerline small{width:100%;text-align:center}
}


/* V28 SEO catalog architecture */
.product-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}
.seo-product-card{min-height:440px}.seo-product-card .card-action{display:inline-flex;align-items:center;justify-content:center}
.text-link{color:var(--cyan);font-weight:700;font-size:13px}.text-link:hover{text-decoration:underline}
.categories-section,.products-section,.why-section,.faq-section,.product-info{padding-top:92px;padding-bottom:20px}
.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-card{border:1px solid var(--line-strong);border-radius:22px;background:var(--surface);padding:22px;min-height:230px;display:flex;flex-direction:column;gap:22px;transition:.25s}.category-card:hover{transform:translateY(-5px);border-color:rgba(66,216,255,.35);box-shadow:0 22px 55px rgba(0,0,0,.16)}.category-icon{width:48px;height:48px;border:1px solid rgba(66,216,255,.28);border-radius:14px;display:grid;place-items:center;color:var(--cyan);background:linear-gradient(135deg,rgba(66,216,255,.08),rgba(255,93,182,.08));font:700 13px "Space Grotesk"}.category-card h3{font-size:20px;margin:0 0 8px}.category-card p{color:var(--muted);font-size:12px;line-height:1.55;margin:0 0 16px}.category-card div>span{font-size:10px;color:var(--cyan);font-weight:800;letter-spacing:.04em}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.why-grid article{border:1px solid var(--line-strong);background:var(--surface);border-radius:22px;padding:28px;min-height:220px}.why-grid article>span{font:700 10px "Space Grotesk";color:var(--cyan);letter-spacing:.14em}.why-grid h3{font-size:24px;margin:44px 0 12px}.why-grid p{font-size:13px;color:var(--muted);line-height:1.65;margin:0}
.library-cta{margin-top:92px;margin-bottom:20px;padding:52px;border:1px solid rgba(66,216,255,.22);border-radius:28px;background:linear-gradient(135deg,rgba(66,216,255,.08),rgba(209,97,255,.08),rgba(255,127,92,.05)),var(--surface);text-align:center}.library-cta h2{font-size:clamp(34px,5vw,54px);margin:10px 0}.library-cta p{color:var(--muted);margin:0 auto 25px;max-width:620px}.library-cta .btn{min-width:210px}
.faq-section{padding-bottom:92px}.faq-list{display:grid;gap:10px;max-width:920px}.faq-list details{border:1px solid var(--line-strong);border-radius:16px;background:var(--surface);padding:0 18px}.faq-list summary{cursor:pointer;list-style:none;padding:18px 38px 18px 0;font-weight:700;position:relative}.faq-list summary:after{content:"+";position:absolute;right:0;color:var(--cyan);font-size:20px}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);font-size:13px;line-height:1.7;margin:0;padding:0 0 18px}
.seo-footer{grid-template-columns:1fr 1.7fr}.footer-link-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footer-link-groups div{display:flex;flex-direction:column;gap:10px}.footer-link-groups strong{font-size:11px;color:var(--text);margin-bottom:4px}.footer-link-groups a{font-size:11px;color:var(--muted)}.footer-link-groups a:hover{color:var(--cyan)}
.page-hero{padding-top:76px;padding-bottom:46px}.page-hero h1{font-size:clamp(48px,7vw,78px);line-height:.96;margin:15px 0 20px}.page-hero>p{max-width:760px;color:var(--muted);font-size:16px;line-height:1.7}.breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:10px;margin-bottom:34px}.breadcrumbs a:hover{color:var(--cyan)}.compact-page-hero{padding-bottom:22px}
.library-page{padding-bottom:100px}.seo-library-toolbar{display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(150px,.55fr));gap:10px;margin-bottom:16px}.seo-library-toolbar select{height:48px;border:1px solid var(--line-strong);border-radius:14px;background:var(--surface);color:var(--text);padding:0 12px;outline:none}.seo-library-toolbar select:focus{border-color:rgba(66,216,255,.42)}.library-summary{display:flex;align-items:baseline;gap:8px;color:var(--muted);font-size:11px;margin:18px 0}.library-summary strong{font:700 24px "Space Grotesk";color:var(--text)}.load-more-wrap{text-align:center;margin-top:28px}.load-more-wrap .btn{min-width:190px}[data-library-item][hidden]{display:none!important}
.product-detail{padding-top:52px;padding-bottom:35px}.product-detail-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:54px;align-items:start}.product-gallery{position:sticky;top:105px}.product-main-image{min-height:470px;border:1px solid var(--line-strong);border-radius:28px;background:radial-gradient(circle at 70% 20%,rgba(209,97,255,.14),transparent 28%),radial-gradient(circle at 25% 78%,rgba(66,216,255,.13),transparent 30%),var(--surface);display:grid;place-items:center;overflow:hidden}.product-main-image img{width:100%;height:100%;min-height:470px;object-fit:cover}.product-icon-large{position:static!important;width:100px!important;height:100px!important;font-size:30px!important}.product-image-note{text-align:center;color:var(--muted);font-size:10px;margin-top:12px}.product-purchase h1{font-size:clamp(42px,6vw,68px);line-height:.98;margin:13px 0 14px}.product-subtitle{font-size:18px;color:var(--text);margin:0 0 18px}.product-description{font-size:14px;color:var(--muted);line-height:1.75}.product-price-box{border-block:1px solid var(--line);padding:20px 0;margin:25px 0;display:flex;flex-direction:column;gap:5px}.product-price-box strong{font:700 34px "Space Grotesk";color:var(--cyan)}.product-price-box span{font-size:10px;color:var(--muted)}.product-action-stack{display:grid;grid-template-columns:1.2fr .8fr;gap:9px}.availability-note{padding:15px;border:1px solid rgba(255,127,92,.3);border-radius:14px;background:rgba(255,127,92,.07);color:var(--muted);font-size:12px;line-height:1.6}.product-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.product-info-grid article{border:1px solid var(--line-strong);border-radius:24px;background:var(--surface);padding:28px}.product-info-grid h2{font-size:32px;margin:10px 0 20px}.detail-feature-list{grid-template-columns:1fr}.included-list{padding:0;margin:0;display:grid;gap:10px}.included-list li{list-style:none;border:1px solid var(--line);background:var(--surface-2);border-radius:12px;padding:12px;font-size:12px;color:var(--muted);display:flex;gap:9px}.included-list span{color:var(--cyan)}.related-products{padding-bottom:100px}.related-grid{grid-template-columns:repeat(4,1fr)}
.policy-page{padding-bottom:100px}.policy-page article{max-width:850px;border:1px solid var(--line-strong);border-radius:24px;background:var(--surface);padding:34px}.policy-page p{color:var(--muted);font-size:14px;line-height:1.8;margin:0 0 18px}.contact-email a{font:700 20px "Space Grotesk";color:var(--cyan)}
.new-releases{padding-top:72px}.seo-home-hero{padding-bottom:70px}
@media(max-width:1050px){.categories-grid{grid-template-columns:repeat(3,1fr)}.related-grid{grid-template-columns:repeat(2,1fr)}.seo-library-toolbar{grid-template-columns:1fr 1fr}.product-detail-grid{gap:30px}.seo-footer{grid-template-columns:1fr}.footer-link-groups{margin-top:15px}}
@media(max-width:760px){.categories-section,.products-section,.why-section,.faq-section,.product-info{padding-top:62px}.categories-grid{grid-template-columns:1fr 1fr}.category-card{min-height:190px;padding:18px}.why-grid{grid-template-columns:1fr}.library-cta{margin-top:62px;padding:30px 18px}.seo-library-toolbar{grid-template-columns:1fr}.product-detail{padding-top:30px}.product-detail-grid{grid-template-columns:1fr}.product-gallery{position:static}.product-main-image,.product-main-image img{min-height:320px}.product-info-grid{grid-template-columns:1fr}.product-action-stack{grid-template-columns:1fr}.footer-link-groups{grid-template-columns:1fr 1fr}.related-grid{grid-template-columns:1fr}.page-hero{padding-top:48px}.page-hero h1{font-size:44px}.policy-page article{padding:23px 18px}}
@media(max-width:480px){.categories-grid{grid-template-columns:1fr}.footer-link-groups{grid-template-columns:1fr}.product-main-image,.product-main-image img{min-height:250px}.product-purchase h1{font-size:36px}.product-info-grid article{padding:20px}.library-cta h2{font-size:30px}}

.product-thumbnails{display:flex;gap:8px;margin-top:10px;overflow:auto;padding-bottom:2px}.product-thumb-btn{width:68px;height:58px;flex:0 0 auto;border:1px solid var(--line-strong);border-radius:11px;background:var(--surface);padding:3px;cursor:pointer;overflow:hidden}.product-thumb-btn.active{border-color:var(--cyan);box-shadow:0 0 0 2px rgba(66,216,255,.08)}.product-thumb-btn img{width:100%;height:100%;object-fit:cover;border-radius:8px}


/* V30 automatic speed meter */
.network-auto-note{justify-content:flex-start}.network-auto-note small{margin-left:auto}.network-auto-note .network-status-pill{flex:0 0 auto}
@media(max-width:640px){.network-auto-note{align-items:flex-start;flex-direction:column}.network-auto-note small{margin-left:0;text-align:left!important;width:auto!important}}


/* V31 restored Support VeeLib contribution panel */
.support-section{min-height:304px;align-items:center;padding:50px 48px;margin-top:58px;margin-bottom:58px;background:radial-gradient(circle at 86% 48%,rgba(209,97,255,.09),transparent 28%),linear-gradient(115deg,rgba(66,216,255,.045),rgba(209,97,255,.055) 58%,rgba(255,127,92,.03)),var(--surface);border-color:rgba(66,216,255,.24);}
.support-copy h2{font-size:clamp(38px,5vw,60px);line-height:1.02;margin:16px 0 14px;max-width:760px;}
.support-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.65;}
.support-actions .btn{min-width:185px;}
.support-actions>span{text-align:center;width:100%;margin-top:0;}
@media(max-width:760px){.support-section{min-height:auto;margin-top:40px;margin-bottom:40px;padding:28px 20px;gap:24px}.support-copy h2{font-size:clamp(30px,9vw,42px)}.support-actions{width:100%;align-items:stretch}.support-actions .btn{width:100%;min-width:0}.support-actions>span{text-align:left}}


/* V33 premium homepage refresh */
.premium-home-hero{padding-top:72px;padding-bottom:48px;gap:58px;position:relative}
.premium-home-hero:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(66,216,255,.28),rgba(255,93,182,.2),transparent)}
.premium-home-hero h1{font-size:clamp(58px,6.7vw,84px);max-width:760px;letter-spacing:-.058em}
.premium-home-hero .hero-lead{max-width:650px;font-size:16px}
.home-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:34px;max-width:700px}
.home-metrics>div{border-top:1px solid var(--line-strong);padding:14px 4px 0;display:flex;flex-direction:column;gap:3px}
.home-metrics strong{font:700 22px "Space Grotesk";color:var(--text)}
.home-metrics span{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}
.premium-cyber-scene{min-height:560px;border-radius:34px;background:radial-gradient(circle at 50% 45%,rgba(66,216,255,.11),transparent 24%),radial-gradient(circle at 62% 27%,rgba(209,97,255,.12),transparent 25%),linear-gradient(160deg,rgba(255,255,255,.035),rgba(255,255,255,.01)),#0b0e1b}
.premium-cyber-scene:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 68%,rgba(5,7,14,.56));z-index:4}
.hero-visual-caption{position:absolute;left:22px;right:22px;bottom:18px;z-index:8;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(9,12,22,.7);backdrop-filter:blur(14px)}
.hero-visual-caption .live-dot{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 16px rgba(66,216,255,.8)}
.hero-visual-caption div{display:flex;flex-direction:column;gap:2px}.hero-visual-caption strong{font:700 11px "Space Grotesk"}.hero-visual-caption small{font-size:9px;color:var(--muted)}
.light .hero-visual-caption{background:rgba(255,255,255,.85);border-color:rgba(13,22,48,.1)}
.premium-section-intro{border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:26px}
.premium-section-intro>div{max-width:760px}
.premium-section-intro h2{font-size:clamp(38px,4.7vw,56px)}
.premium-categories{padding-top:80px}
.premium-categories .categories-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.premium-categories .category-card{min-height:250px;padding:20px;justify-content:space-between;gap:34px;position:relative;overflow:hidden}
.premium-categories .category-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-80px;top:-80px;background:radial-gradient(circle,rgba(66,216,255,.12),transparent 67%);transition:.3s}
.premium-categories .category-card:nth-child(2):after,.premium-categories .category-card:nth-child(4):after{background:radial-gradient(circle,rgba(255,93,182,.12),transparent 67%)}
.premium-categories .category-card:hover:after{transform:scale(1.2)}
.category-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.category-count{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:7px 8px;border:1px solid var(--line);border-radius:999px;background:var(--surface-2)}
.category-link{display:inline-flex!important;align-items:center;gap:6px}.category-link b{font-size:12px}
.premium-products-section{padding-top:88px}
.featured-grid-premium{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.featured-grid-premium .featured-spotlight{grid-column:span 2;min-height:455px}
.featured-grid-premium .featured-spotlight .product-card-link{display:grid;grid-template-columns:1.1fr .9fr}
.featured-grid-premium .featured-spotlight .product-art{height:100%;min-height:455px;border-right:1px solid var(--line)}
.featured-grid-premium .featured-spotlight .product-body{padding:30px;justify-content:center}
.featured-grid-premium .featured-spotlight h3{font-size:clamp(28px,3vw,40px);line-height:1.02}
.featured-grid-premium .featured-spotlight p{font-size:14px;line-height:1.6;max-width:420px}
.premium-new-releases{padding-top:82px}
.premium-why{padding-top:95px;display:grid;grid-template-columns:.8fr 1.55fr;gap:50px;align-items:start}
.why-heading{position:sticky;top:105px}.why-heading h2{font-size:clamp(40px,5vw,58px);line-height:1.02;margin:13px 0 18px}.why-heading p{font-size:14px;line-height:1.7;color:var(--muted);max-width:430px}
.premium-why-grid{grid-template-columns:1fr;gap:12px}
.premium-why-grid article{min-height:auto;padding:22px 24px;display:grid;grid-template-columns:52px 86px 1fr;column-gap:16px;align-items:center}
.premium-why-grid .why-icon{width:46px;height:46px;border-radius:14px;border:1px solid rgba(66,216,255,.22);background:linear-gradient(135deg,rgba(66,216,255,.08),rgba(255,93,182,.06));display:grid;place-items:center;color:var(--cyan);font-size:19px;grid-row:1/3}
.premium-why-grid article>span{align-self:end}.premium-why-grid h3{margin:2px 0 0;font-size:22px;grid-column:2/4}.premium-why-grid p{grid-column:2/4;margin-top:7px;max-width:620px}
.premium-how{padding-top:100px}.how-lead{color:var(--muted);font-size:14px;margin:14px 0 0;max-width:650px;line-height:1.65}
.premium-how-grid{position:relative}.premium-how-grid:before{content:"";position:absolute;left:16.5%;right:16.5%;top:79px;height:1px;background:linear-gradient(90deg,rgba(66,216,255,.2),rgba(255,93,182,.3),rgba(255,127,92,.2));z-index:0}
.premium-how-grid article{z-index:1;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent),var(--surface)}
.premium-how-grid .step-icon{margin:34px 0 24px}
.premium-library-cta{position:relative;overflow:hidden;margin-top:100px;padding:64px 34px;background:radial-gradient(circle at 50% 120%,rgba(66,216,255,.12),transparent 48%),radial-gradient(circle at 88% 10%,rgba(209,97,255,.12),transparent 30%),var(--surface)}
.premium-library-cta .cta-orbit{position:absolute;left:50%;top:52%;width:560px;height:560px;border-radius:50%;border:1px solid rgba(66,216,255,.08);transform:translate(-50%,-50%);pointer-events:none}
.premium-library-cta .cta-orbit:after{content:"";position:absolute;inset:62px;border-radius:50%;border:1px dashed rgba(255,93,182,.09)}
.premium-library-cta>*:not(.cta-orbit){position:relative;z-index:1}
.cta-actions{display:flex;justify-content:center;gap:10px;margin-top:26px}
.cta-category-links{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:24px}.cta-category-links a{font-size:9px;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:7px 10px;background:var(--surface-2)}.cta-category-links a:hover{color:var(--cyan);border-color:rgba(66,216,255,.3)}
.premium-support{margin-top:64px}.premium-support .support-actions .btn{box-shadow:0 18px 45px rgba(209,97,255,.22)}
.network-section{margin-top:28px}
@media(max-width:1050px){
  .home-metrics{grid-template-columns:repeat(2,1fr)}
  .premium-categories .categories-grid{grid-template-columns:repeat(3,1fr)}
  .featured-grid-premium{grid-template-columns:repeat(2,1fr)}
  .featured-grid-premium .featured-spotlight{grid-column:1/-1}
  .premium-why{grid-template-columns:1fr;gap:22px}.why-heading{position:static}.premium-why-grid{grid-template-columns:repeat(3,1fr)}.premium-why-grid article{display:block}.premium-why-grid .why-icon{margin-bottom:25px}.premium-why-grid h3{margin:8px 0 10px}.premium-how-grid:before{display:none}
}
@media(max-width:760px){
  .premium-home-hero{padding-top:28px;gap:32px}.premium-home-hero h1{font-size:clamp(40px,12vw,55px)}
  .home-metrics{margin-top:26px;gap:8px}.home-metrics strong{font-size:19px}
  .premium-cyber-scene{min-height:430px}
  .hero-visual-caption{left:12px;right:12px;bottom:12px}
  .premium-categories,.premium-products-section,.premium-new-releases,.premium-why,.premium-how{padding-top:64px}
  .premium-categories .categories-grid{grid-template-columns:1fr 1fr}.premium-categories .category-card{min-height:205px;padding:17px;gap:22px}.category-count{font-size:7px}
  .featured-grid-premium{grid-template-columns:1fr}.featured-grid-premium .featured-spotlight{grid-column:auto;min-height:auto}.featured-grid-premium .featured-spotlight .product-card-link{display:flex}.featured-grid-premium .featured-spotlight .product-art{min-height:0;height:190px;border-right:0}.featured-grid-premium .featured-spotlight .product-body{padding:18px}.featured-grid-premium .featured-spotlight h3{font-size:22px}.featured-grid-premium .featured-spotlight p{font-size:12px}
  .premium-why-grid{grid-template-columns:1fr}.premium-why-grid article{display:grid;grid-template-columns:46px 1fr;column-gap:14px}.premium-why-grid .why-icon{grid-row:1/4;margin:0;width:42px;height:42px}.premium-why-grid article>span,.premium-why-grid h3,.premium-why-grid p{grid-column:2}.premium-why-grid h3{font-size:20px}
  .premium-library-cta{margin-top:65px;padding:42px 18px}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%}.premium-library-cta .cta-orbit{width:380px;height:380px}
}
@media(max-width:480px){
  .home-metrics{grid-template-columns:1fr 1fr}.home-metrics span{font-size:8px}
  .premium-categories .categories-grid{grid-template-columns:1fr}.premium-categories .category-card{min-height:180px}.category-card-top{align-items:center}
  .premium-section-intro{padding-bottom:16px}.premium-section-intro h2{font-size:30px}
  .premium-cyber-scene{min-height:390px}.hero-visual-caption{padding:10px 11px}.hero-visual-caption small{font-size:8px}
}


/* V36 checkout feedback inside top-layer donation dialog */
.checkout-inline-status{margin:12px 0 10px;padding:11px 13px;border-radius:12px;border:1px solid var(--line-strong);background:var(--surface-2);font-size:11px;line-height:1.45;color:var(--muted)}
.checkout-inline-status[data-type="loading"]{border-color:rgba(66,216,255,.30);color:var(--cyan);background:rgba(66,216,255,.07)}
.checkout-inline-status[data-type="success"]{border-color:rgba(76,229,155,.32);color:#4ce59b;background:rgba(76,229,155,.07)}
.checkout-inline-status[data-type="error"]{border-color:rgba(255,93,182,.38);color:#ff83c7;background:rgba(255,93,182,.08)}
#donateNow:disabled{opacity:.72;cursor:wait;transform:none}


/* V39 proportional connection-speed gauge */
.network-gauge{
  --speed-angle:0deg;
  --speed-mid-angle:0deg;
  background:
    radial-gradient(circle at 50% 50%,rgba(10,12,23,.96) 0 33%,rgba(8,10,18,.94) 34% 56%,transparent 57%),
    conic-gradient(from -145deg,
      var(--cyan) 0deg,
      var(--pink) var(--speed-mid-angle),
      var(--orange) var(--speed-angle),
      rgba(255,255,255,.075) var(--speed-angle) 360deg);
  transition:background .55s ease;
}
.network-gauge:before{
  background:
    radial-gradient(circle at 50% 50%,rgba(6,7,14,.99) 0 41%,rgba(9,12,22,.97) 42% 62%,transparent 63%),
    repeating-conic-gradient(from -145deg,rgba(255,255,255,.08) 0deg 1deg,transparent 1deg 12deg);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.light .network-gauge{
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.99) 0 33%,rgba(246,249,252,.99) 34% 56%,transparent 57%),
    conic-gradient(from -145deg,
      var(--cyan) 0deg,
      var(--pink) var(--speed-mid-angle),
      var(--orange) var(--speed-angle),
      rgba(13,22,48,.075) var(--speed-angle) 360deg);
}
.light .network-gauge:before{
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,1) 0 41%,rgba(248,250,253,.98) 42% 62%,transparent 63%),
    repeating-conic-gradient(from -145deg,rgba(13,22,48,.08) 0deg 1deg,transparent 1deg 12deg);
}
