:root{color-scheme:light;--bg: #eefcff;--panel: #ffffff;--panel-soft: #f6fdff;--text: #102a43;--muted: #607987;--line: #bfeef6;--cyan: #31d9e8;--cyan-dark: #0e9fb0;--blue: #2b8cff;--shadow: 0 20px 60px rgba(14, 159, 176, .14)}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-color:#26c6d7 #e8fbff;scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#e8fbff;border-radius:999px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#35ddea,#1faec1);border:2px solid #e8fbff;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#20c9d8,#168fa3)}::-webkit-scrollbar-button{display:none;width:0;height:0}body{margin:0;min-width:320px;background:radial-gradient(circle at 15% 5%,rgba(49,217,232,.24),transparent 28%),linear-gradient(180deg,#f8feff 0%,var(--bg) 46%,#e9f8fc 100%);color:var(--text);font-family:Tahoma,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}main{overflow:hidden}.nav{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:12px clamp(16px,4vw,54px);background:#f7fdffe0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand,.userPill,.ghost,.primary,.secondary,.checkout,.product button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.brand img{width:44px;height:44px;border-radius:12px;object-fit:cover}.brand span{font-weight:900;letter-spacing:0}.navLinks{display:flex;justify-content:center;gap:18px;color:#315569;font-size:14px}.navLinks a,.navLinks button{padding:10px 12px;border-radius:10px;border:0;background:transparent;color:inherit}.navLinks a:hover,.navLinks button:hover,.navLinks button.active{background:#e6faff;color:var(--cyan-dark)}.loginBox{display:flex;align-items:center;gap:8px;min-height:42px}.ghost,.userPill{border:1px solid var(--line);background:#fff;color:var(--text);border-radius:999px;padding:9px 13px}.discordLogin{background:#5865f2;border-color:#5865f2;color:#fff;font-weight:900}.userPill img{width:26px;height:26px;border-radius:50%}.hero{min-height:calc(100vh - 70px);display:grid;grid-template-columns:minmax(320px,.86fr) minmax(340px,1fr);align-items:center;gap:clamp(24px,4vw,62px);max-width:1260px;margin:0 auto;padding:clamp(24px,5vw,54px) clamp(16px,4vw,34px)}.heroMedia{border:1px solid var(--line);background:linear-gradient(145deg,#dffaff,#fff);border-radius:24px;padding:clamp(14px,3vw,26px);box-shadow:var(--shadow)}.heroMedia img{width:100%;aspect-ratio:1.42;object-fit:contain;display:block;border-radius:18px}.heroContent{text-align:right}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--cyan-dark);background:#ddfbff;border:1px solid var(--line);padding:8px 12px;border-radius:999px;font-weight:800}h1{margin:18px 0 10px;font-size:clamp(48px,8vw,92px);line-height:.95;letter-spacing:0}.hero p{color:#315569;font-size:clamp(17px,2vw,22px);line-height:1.9;max-width:670px}.heroActions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0 18px}.primary,.secondary,.checkout,.product button{min-height:46px;border:0;border-radius:12px;padding:12px 18px;font-weight:900}.primary,.checkout{background:linear-gradient(135deg,var(--cyan),var(--blue));color:#05202c;box-shadow:0 12px 32px #2b8cff38}.secondary{background:#fff;color:var(--text);border:1px solid var(--line)}.stats{display:flex;gap:10px;flex-wrap:wrap}.stats span{background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px 12px;color:var(--muted)}.stats strong{color:var(--cyan-dark);margin-left:5px}.featureStrip,.products,.checkoutGrid,.faq,.sectionHead{max-width:1260px;margin:0 auto;padding-inline:clamp(16px,4vw,34px)}.featureStrip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding-bottom:34px}.feature,.product,.cartPanel,.ordersPanel,.faqItem{background:#ffffffe0;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 34px #0e9fb014}.feature{padding:18px}.feature svg{color:var(--cyan-dark)}.feature h3,.product h3{margin:12px 0 6px}.feature p,.product p,.muted,.hint{color:var(--muted);line-height:1.75}.sectionHead{display:flex;align-items:end;justify-content:space-between;gap:16px;padding-top:28px;padding-bottom:16px}.sectionTag{color:var(--cyan-dark);font-weight:900}h2{margin:6px 0 0;font-size:clamp(28px,4vw,42px)}.search{display:flex;align-items:center;gap:8px;min-width:min(420px,100%);background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 14px}.search input{width:100%;border:0;outline:0;padding:14px 4px;background:transparent}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:28px}.product{padding:18px;display:flex;flex-direction:column}.productTop{display:flex;justify-content:space-between;align-items:center}.productIcon{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;color:#062735;background:color-mix(in srgb,var(--accent) 34%,#fff);border:1px solid color-mix(in srgb,var(--accent) 45%,#fff)}.productTop span{color:var(--cyan-dark);background:#e7fbff;border:1px solid var(--line);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.product ul{list-style:none;padding:0;margin:10px 0 16px;display:grid;gap:8px}.product li{display:flex;align-items:center;gap:7px;color:#315569;font-size:14px}.product li svg{color:var(--cyan-dark);flex:0 0 auto}.priceRow{margin-top:auto;display:flex;justify-content:space-between;gap:12px;align-items:end;padding-top:12px;border-top:1px solid #dff6fb}.priceRow strong{display:block;font-size:24px}.priceRow s,.priceRow small{color:var(--muted)}.product button{margin-top:14px;background:#092b35;color:#fff}.product button.added{background:linear-gradient(135deg,var(--cyan),var(--blue));color:#05202c}.checkoutGrid{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px;padding-bottom:34px}.checkoutGrid.singlePage{grid-template-columns:minmax(320px,860px);justify-content:center;padding-top:34px}.cartPanel,.ordersPanel{padding:18px}.panelTitle{display:flex;align-items:center;gap:8px;font-weight:900;font-size:20px;margin-bottom:14px}.cartItem,.order{display:flex;justify-content:space-between;gap:12px;align-items:center;background:var(--panel-soft);border:1px solid #d9f5fb;border-radius:12px;padding:12px;margin-bottom:8px}.cartItem button{border:0;background:#e7fbff;color:var(--cyan-dark);border-radius:10px;padding:8px 10px}.total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #dff6fb;margin-top:14px;padding-top:14px}.total strong{font-size:26px}.checkout{width:100%;margin-top:12px}.checkout:disabled{opacity:.55;cursor:not-allowed}.wideButton{width:100%;margin-top:10px}.order div{display:grid;gap:4px}.order span,.order small{color:var(--muted)}.faq{display:grid;grid-template-columns:.65fr 1fr;gap:22px;padding-top:22px;padding-bottom:44px}.faqList{display:grid;gap:10px}.faqItem{text-align:right;padding:16px;border-radius:14px;display:grid;grid-template-columns:1fr auto;gap:8px;color:var(--text)}.faqItem span{font-weight:900}.faqItem p{grid-column:1 / -1;margin:0;color:var(--muted);line-height:1.8}footer{max-width:1260px;margin:0 auto;padding:20px clamp(16px,4vw,34px) 34px;color:var(--muted);display:flex;align-items:center;gap:10px;border-top:1px solid var(--line)}footer img{width:34px;height:34px;border-radius:10px}@media(max-width:1050px){.products,.featureStrip{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr;min-height:auto}}@media(max-width:760px){.nav{grid-template-columns:1fr;justify-items:stretch}.navLinks{order:3;justify-content:start;overflow-x:auto}.loginBox{justify-content:start}.products,.checkoutGrid,.faq,.featureStrip{grid-template-columns:1fr}.sectionHead{align-items:stretch;flex-direction:column}.heroActions,.stats{flex-direction:column}.primary,.secondary{width:100%}}.compactHero{min-height:620px}.categoryBar{max-width:1260px;margin:0 auto 16px;padding:0 clamp(16px,4vw,34px);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.categoryBar svg{color:var(--cyan-dark)}.categoryBar button{border:1px solid var(--line);background:#fff;color:#315569;border-radius:999px;padding:9px 13px;font-weight:800}.sortPills{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--line);background:#ffffffb8;color:#315569;border-radius:999px;padding:4px;box-shadow:0 10px 26px #08455714}.sortPills span{padding:0 10px;color:#60808e;font-size:13px;font-weight:800}.sortPills button{border:0;background:transparent;color:#315569;border-radius:999px;padding:8px 11px;font-weight:900;transition:background .16s ease,color .16s ease,transform .16s ease}.sortPills button:hover{background:#e7fbff;transform:translateY(-1px)}.sortPills button.active{background:#062735;color:#dffaff;box-shadow:0 10px 22px #06273529}.visibleCount{margin-inline-start:auto;color:var(--cyan-dark);font-weight:900;background:#e7fbff;border:1px solid var(--line);border-radius:999px;padding:9px 13px}.categoryBar button.active{background:linear-gradient(135deg,var(--cyan),#bff8ff);color:#062735;border-color:#8be8f2}.denseProducts{grid-template-columns:repeat(4,minmax(0,1fr))}.denseProducts .product{min-height:430px}.denseProducts .product p{min-height:98px}.downloadOrder{display:block}.orderHead{display:flex!important;justify-content:space-between;gap:12px;margin-bottom:10px}.licenseRow{display:grid!important;grid-template-columns:1fr;align-items:center;gap:8px;padding:14px;border-radius:12px;background:#fff;border:1px solid #d9f5fb;margin-top:8px}.licenseRow>div:first-child{display:flex!important;align-items:center;justify-content:space-between;gap:12px}.licenseRow small{direction:rtl;text-align:right;font-family:Consolas,monospace;color:var(--muted)}.licenseActions{display:flex!important;gap:8px;flex-wrap:wrap;justify-content:flex-start}.licenseActions button{border:0;border-radius:10px;background:#e7fbff;color:var(--cyan-dark);padding:9px 10px;font-weight:900;display:inline-flex;align-items:center;gap:5px;transition:transform .16s ease,background .16s ease}.licenseActions button:hover{transform:translateY(-1px);background:#d7f8ff}.licenseCode{direction:ltr;display:block;background:#062735;color:#dffaff;border:1px solid #1d5968;border-radius:10px;padding:10px 12px;overflow-x:auto}.toast{position:fixed;top:82px;left:50%;transform:translate(-50%);z-index:50;background:#062735;color:#dffaff;border:1px solid #31d9e8;border-radius:999px;padding:11px 16px;font-weight:900;box-shadow:0 16px 40px #06273533;animation:toastIn .18s ease-out}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.checkoutGrid{align-items:start}.ordersPanel{max-height:680px;overflow:auto}@media(max-width:1050px){.denseProducts{grid-template-columns:repeat(2,1fr)}.rulesGrid{grid-template-columns:1fr}.rulesList{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.denseProducts,.licenseRow{grid-template-columns:1fr}.rulesBox{border-radius:16px}.rulesList{grid-template-columns:1fr}.rulesPage{padding-top:28px}}.trustStrip{max-width:1260px;margin:0 auto 16px;padding:0 clamp(16px,4vw,34px);display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.trustStrip span{background:#062735;color:#dffaff;border:1px solid #1d5968;border-radius:14px;padding:12px;text-align:center;font-weight:900;box-shadow:0 12px 30px #0627351f}.rulesBox{max-width:1260px;margin:0 auto 22px;padding:18px clamp(16px,4vw,34px);background:#ffffffad;border:1px solid rgba(36,188,205,.34);border-radius:20px;box-shadow:0 18px 45px #08455714}.rulesTitle{display:flex;align-items:center;gap:8px;color:#0a3448;font-size:20px;font-weight:950;margin-bottom:12px}.rulesTitle svg{color:#18bed0}.rulesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rulesGrid p{margin:0;min-height:74px;padding:14px;color:#24495a;background:#e7fdffb8;border:1px solid rgba(50,208,225,.26);border-radius:14px;line-height:1.8;font-weight:800}.rulesPage{max-width:1160px;min-height:calc(100vh - 70px);margin:0 auto;padding:48px clamp(16px,4vw,34px)}.rulesHero{margin-bottom:18px;padding:24px;background:linear-gradient(135deg,#ffffffdb,#dffaffe0);border:1px solid rgba(36,188,205,.34);border-radius:24px;box-shadow:0 20px 55px #08455717}.rulesHero h2{margin:8px 0 10px;font-size:clamp(30px,4vw,48px);color:#0a3448}.rulesHero p{max-width:760px;margin:0;color:#416574;line-height:1.9;font-size:17px;font-weight:800}.rulesList{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.rulesList article{padding:18px;background:#ffffffc7;border:1px solid rgba(50,208,225,.34);border-radius:18px;box-shadow:0 14px 38px #08455712}.rulesList b{display:block;color:#083249;font-size:18px;margin-bottom:8px}.rulesList p{margin:0;color:#416574;line-height:1.85;font-weight:800}.priceRow s{display:block;font-size:13px}.miniProof{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 12px}.miniProof span{color:var(--cyan-dark);background:#e7fbff;border:1px solid #d9f5fb;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900}@media(max-width:760px){.trustStrip{grid-template-columns:1fr}}
