/* extracted base layer 1 */
:root{
      --bg:#020106; --bg2:#05020b; --panel:rgba(10,5,20,.72); --panel2:rgba(15,8,29,.84);
      --card:rgba(14,8,27,.76); --card2:rgba(20,11,39,.78); --line:rgba(177,91,255,.18); --line2:rgba(255,255,255,.08);
      --text:#fbf7ff; --muted:#aea3bd; --muted2:#81768e; --purple:#a935ff; --purple2:#d59cff; --purple3:#6d20ff;
      --green:#39e58c; --red:#ff627d; --yellow:#ffc857; --container:1240px; --radius:24px; --shadow:0 24px 70px rgba(0,0,0,.42);
      --shadow-md:0 18px 45px rgba(0,0,0,.32); --shadow-lg:0 28px 85px rgba(0,0,0,.52);
    }
    *{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;min-height:100vh;overflow-x:hidden;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);}
    body::before{content:"";position:fixed;inset:0;z-index:-5;background:radial-gradient(circle at 74% 22%,rgba(169,53,255,.24),transparent 31%),radial-gradient(circle at 12% 10%,rgba(109,32,255,.13),transparent 28%),radial-gradient(circle at 50% 100%,rgba(169,53,255,.14),transparent 38%),linear-gradient(180deg,#020106 0%,#05020b 50%,#020106 100%);}
    body::after{content:"";position:fixed;inset:0;z-index:-4;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent,black 18%,black 78%,transparent);opacity:.42;}
    a{color:inherit;text-decoration:none} button,input,select,textarea{font:inherit} button{cursor:pointer} img{max-width:100%;display:block}
    #particle-canvas{position:fixed;inset:0;width:100%;height:100%;z-index:-2;pointer-events:none;opacity:.95}.shooting-star{position:fixed;top:-150px;width:2px;height:160px;border-radius:999px;background:linear-gradient(to bottom,transparent,rgba(213,156,255,.92),white);filter:drop-shadow(0 0 14px rgba(169,53,255,.9));opacity:0;z-index:-1;transform:rotate(55deg);animation:shoot 7s linear infinite}.shooting-star.s1{left:86%;animation-delay:0s}.shooting-star.s2{left:62%;animation-delay:2.1s;animation-duration:8s}.shooting-star.s3{left:38%;animation-delay:4.3s;animation-duration:9s}@keyframes shoot{0%{opacity:0;transform:translate3d(0,0,0) rotate(55deg)}9%{opacity:1}28%{opacity:.75}55%,100%{opacity:0;transform:translate3d(-720px,780px,0) rotate(55deg)}}
    .site-shell{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.container{width:min(var(--container),calc(100% - 36px));margin:0 auto}main{flex:1}.page-section{padding:34px 0 88px}
    .topbar-wrap{position:sticky;top:0;z-index:1000;padding:12px 0 0;pointer-events:none}.topbar-wrap .container{pointer-events:auto}.topbar{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:78px;padding:13px 18px;border-radius:22px;background:linear-gradient(180deg,rgba(9,3,18,.88),rgba(3,1,9,.74));border:1px solid rgba(169,53,255,.22);box-shadow:0 15px 45px rgba(0,0,0,.38),inset 0 -1px 0 rgba(255,255,255,.04);backdrop-filter:blur(22px) saturate(150%);transition:.24s ease}.topbar::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 0%,rgba(169,53,255,.18),transparent 27%),radial-gradient(circle at 86% 0%,rgba(213,156,255,.10),transparent 30%)}.topbar::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(169,53,255,.75),rgba(213,156,255,.75),transparent);box-shadow:0 0 18px rgba(169,53,255,.55)}.topbar-wrap.scrolled .topbar{background:linear-gradient(180deg,rgba(5,2,12,.97),rgba(2,1,6,.90));border-color:rgba(213,156,255,.33);box-shadow:0 18px 58px rgba(0,0,0,.58),0 0 34px rgba(169,53,255,.15)}
    .brand{position:relative;z-index:2;display:flex;align-items:center;gap:13px;min-width:0}.brand-logo{width:50px;height:50px;border-radius:15px;object-fit:cover;background:#05020b;border:1px solid rgba(213,156,255,.20);box-shadow:0 0 20px rgba(169,53,255,.38)}.brand-name{font-family:Orbitron,Inter,sans-serif;text-transform:uppercase;font-size:16px;font-weight:900;letter-spacing:3.2px;line-height:1}.brand-subtitle{margin-top:5px;color:var(--muted2);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.16em}.nav-links{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;padding:4px;border:1px solid rgba(169,53,255,.12);background:rgba(255,255,255,.025);border-radius:999px;box-shadow:inset 0 0 24px rgba(169,53,255,.035)}.nav-links a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border-radius:999px;color:#d7cfe2;font-size:13px;font-weight:850;transition:.2s ease;white-space:nowrap}.nav-links a:hover,.nav-links a.active{color:#fff;background:rgba(169,53,255,.13);box-shadow:0 0 18px rgba(169,53,255,.12)}.header-cta{position:relative;z-index:2;min-height:46px;display:inline-flex;align-items:center;gap:10px;padding:0 18px;border-radius:999px;border:1px solid rgba(169,53,255,.42);background:linear-gradient(180deg,rgba(169,53,255,.22),rgba(169,53,255,.075));color:white;font-weight:900;font-size:13px;box-shadow:inset 0 0 20px rgba(169,53,255,.09),0 0 24px rgba(169,53,255,.14);white-space:nowrap}.header-cta:hover{transform:translateY(-1px);box-shadow:0 0 24px rgba(169,53,255,.25)}
    .panel,.hero-shell,.store-shell,.detail-shell,.support-shell,.doc-shell,.legal-shell,.status-shell,.downloads-panel,.error-shell{border-radius:28px;background:linear-gradient(180deg,rgba(13,7,25,.82),rgba(5,3,11,.80));border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(16px)}.hero-shell,.store-shell,.detail-shell{overflow:hidden;position:relative}.hero-shell::before,.store-shell::before,.detail-shell::before,.panel::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 10%,rgba(169,53,255,.16),transparent 34%),linear-gradient(120deg,rgba(255,255,255,.045),transparent 28%)}
    .eyebrow,.doc-kicker{display:inline-flex;align-items:center;width:fit-content;max-width:100%;padding:9px 14px;border-radius:999px;border:1px solid rgba(169,53,255,.42);background:rgba(169,53,255,.09);color:#d59cff;font-family:Orbitron,Inter,sans-serif;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 0 18px rgba(169,53,255,.10)}
    h1,h2,h3,p{overflow-wrap:anywhere}h1{font-family:Orbitron,Inter,sans-serif;font-weight:900;letter-spacing:-.035em;line-height:.98;background:linear-gradient(180deg,#fff 0%,#f4e7ff 35%,#b879ff 75%,#7d31f0 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 28px rgba(202,144,255,.20)}h2{letter-spacing:-.04em}p{color:var(--muted);line-height:1.72}.page-head{position:relative;z-index:1;margin-bottom:22px}.page-head h1{margin:14px 0 12px;font-size:clamp(38px,6vw,68px)}.page-head p{max-width:720px;margin:0;font-size:15px}.section-top{position:relative;z-index:1}.chip,.product-badge,.overview-label,.store-kpi-label{letter-spacing:.06em}
    .primary-cta,.secondary-cta,.ghost-cta,.detail-btn,.product-btn,.download-btn,.checkout-btn,.clear-cart-btn,.discord-link,.home-link-btn,.store-quick-btn{border-radius:999px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;font-weight:900;text-decoration:none;transition:.2s ease}.primary-cta,.detail-btn.buy,.product-btn.buy,.download-btn,.checkout-btn,.home-link-btn.primary{border:1px solid rgba(169,53,255,.42);background:linear-gradient(135deg,#ad32ff,#641de0)!important;color:#fff;box-shadow:0 0 28px rgba(169,53,255,.24)}.secondary-cta,.ghost-cta,.detail-btn,.product-btn,.home-link-btn,.store-quick-btn,.clear-cart-btn{background:rgba(255,255,255,.045)!important;border:1px solid var(--line2)!important;color:#fff}.primary-cta:hover,.secondary-cta:hover,.ghost-cta:hover,.detail-btn:hover,.product-btn:hover,.download-btn:hover,.checkout-btn:hover,.discord-link:hover,.home-link-btn:hover,.store-quick-btn:hover{transform:translateY(-1px);filter:brightness(1.06)}
    input,select,textarea,.search-input{width:100%;min-height:52px;border-radius:16px;border:1px solid rgba(169,53,255,.18)!important;background:rgba(5,3,12,.62)!important;color:#fff!important;outline:none;padding:0 16px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.018);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}textarea{padding:14px 16px;min-height:120px;resize:vertical}input::placeholder,textarea::placeholder,.search-input::placeholder{color:#83778f!important}input:focus,select:focus,textarea:focus,.search-input:focus{border-color:rgba(213,156,255,.52)!important;box-shadow:0 0 0 4px rgba(169,53,255,.10),0 0 20px rgba(169,53,255,.10);background:rgba(10,4,21,.76)!important}.search-wrap{position:relative}.search-wrap i{position:absolute;left:16px;top:50%;transform:translateY(-50%);z-index:2;color:#d59cff}.search-wrap .search-input{padding-left:46px!important}
    .product-card,.home-product-card,.download-card,.status-card,.legal-card,.support-mini-card,.overview-card,.store-kpi,.hero-card,.strip-card,.detail-image-card,.detail-info-card,.detail-section-card,.discord-card,.card,.cart-item{background:linear-gradient(180deg,rgba(17,8,33,.72),rgba(6,3,14,.55))!important;border:1px solid rgba(169,53,255,.16)!important;border-radius:22px!important;box-shadow:0 16px 40px rgba(0,0,0,.25);backdrop-filter:blur(12px)}.product-card:hover,.home-product-card:hover,.download-card:hover,.status-card:hover,.legal-card:hover,.support-mini-card:hover,.card:hover{transform:translateY(-3px);border-color:rgba(213,156,255,.30)!important;box-shadow:0 22px 50px rgba(0,0,0,.32),0 0 24px rgba(169,53,255,.09)}.product-image,.home-product-image,.download-image,.status-image,.detail-image,.cart-item-image{border-radius:17px!important;border:1px solid rgba(213,156,255,.16)!important;background:linear-gradient(180deg,#160b28,#05020b)!important;box-shadow:inset 0 0 26px rgba(169,53,255,.06)}.modal{backdrop-filter:blur(14px)}.modal-card{background:linear-gradient(180deg,rgba(12,6,24,.98),rgba(4,2,9,.99))!important;border:1px solid rgba(169,53,255,.20)!important;border-radius:26px!important}
    .site-footer{position:relative;margin-top:30px;padding:44px 0 18px;background:rgba(2,1,6,.88);border-top:1px solid rgba(169,53,255,.16);box-shadow:0 -18px 55px rgba(0,0,0,.30)}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .75fr .75fr 1.2fr;gap:30px;align-items:start}.footer-brand-text{max-width:330px;color:var(--muted);font-size:14px;line-height:1.7;margin:15px 0 0}.footer-col h4{margin:0 0 14px;color:#d59cff;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.footer-col a{display:block;margin:10px 0;color:#94899f;font-size:13px;font-weight:700}.footer-col a:hover{color:#fff}.footer-mini-form{display:flex;overflow:hidden;border-radius:14px;border:1px solid rgba(169,53,255,.24);background:rgba(10,4,20,.58);margin-top:14px}.footer-mini-form input{min-height:44px;border:0!important;border-radius:0!important;background:transparent!important}.footer-mini-form button{width:48px;border:0;background:linear-gradient(135deg,#9a2fff,#641de0);color:#fff;font-weight:900}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:34px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06);color:#746a80;font-size:13px}.footer-socials{display:flex;gap:10px}.footer-socials a{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(169,53,255,.18);background:rgba(255,255,255,.025);color:#d59cff}
    @media(max-width:1120px){.topbar{align-items:flex-start}.nav-links{order:3;width:100%;border-radius:18px}.topbar{flex-wrap:wrap}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand-block,.footer-connect{grid-column:1/-1}}@media(max-width:720px){.container{width:calc(100% - 26px)}.page-section{padding:22px 0 66px}.topbar-wrap{padding-top:8px}.topbar{min-height:auto;padding:12px;border-radius:18px}.brand-logo{width:42px;height:42px}.brand-name{font-size:12px;letter-spacing:2px}.brand-subtitle{display:none}.header-cta{width:100%;min-height:44px}.nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:6px}.nav-links a{min-height:40px;font-size:12px}.page-head h1{font-size:clamp(32px,11vw,48px)}.panel,.hero-shell,.store-shell,.detail-shell,.support-shell,.doc-shell,.legal-shell,.status-shell,.downloads-panel,.error-shell{border-radius:20px}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-bottom{display:grid;text-align:center;justify-items:center}.shooting-star{display:none}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}

    /* 2026 polish pass: cleaner cards, softer glow, auto dismiss toasts */
    .flash-stack{pointer-events:none}.flash{position:relative;overflow:hidden;pointer-events:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;animation:toastIn .28s ease both, toastOut .42s ease 4.8s forwards}.flash:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#d59cff}.flash.success:before{background:#39e58c}.flash.danger:before{background:#ff627d}.flash.warning:before{background:#ffc857}.flash-close{border:0;background:rgba(255,255,255,.08);color:#fff;border-radius:999px;width:26px;height:26px;display:grid;place-items:center;flex:0 0 auto}.flash-close:hover{background:rgba(255,255,255,.16)}@keyframes toastIn{from{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:none}}@keyframes toastOut{to{opacity:0;transform:translateY(-8px) scale(.98);visibility:hidden}}
    .page-section{position:relative}.page-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 0%,rgba(213,156,255,.055),transparent 34%);z-index:-1}.hero-shell,.store-shell,.downloads-panel,.status-shell,.support-shell,.legal-shell,.doc-shell,.detail-shell,.panel{border-color:rgba(213,156,255,.15)!important;background:linear-gradient(180deg,rgba(12,7,25,.76),rgba(4,2,10,.80))!important}.hero-shell{box-shadow:0 30px 100px rgba(0,0,0,.46),0 0 70px rgba(169,53,255,.08)!important}.product-card,.home-product-card,.download-card,.status-card,.legal-card,.support-mini-card,.overview-card,.store-kpi,.hero-card,.strip-card,.detail-image-card,.detail-info-card,.detail-section-card,.discord-card,.card,.cart-item{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;background:linear-gradient(180deg,rgba(18,9,33,.62),rgba(7,3,15,.48))!important}.product-card:hover,.home-product-card:hover,.download-card:hover,.status-card:hover,.legal-card:hover,.support-mini-card:hover,.overview-card:hover,.store-kpi:hover{transform:translateY(-4px);border-color:rgba(213,156,255,.32)!important;box-shadow:0 24px 70px rgba(0,0,0,.34),0 0 35px rgba(169,53,255,.10)!important}.primary-cta,.header-cta{position:relative;overflow:hidden}.primary-cta:after,.header-cta:after{content:"";position:absolute;inset:-2px;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.22) 45%,transparent 72%);transform:translateX(-120%);transition:transform .7s ease}.primary-cta:hover:after,.header-cta:hover:after{transform:translateX(120%)}.auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--muted2);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:rgba(213,156,255,.14)}.discord-login-btn{min-height:50px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:16px;border:1px solid rgba(88,101,242,.42);background:linear-gradient(135deg,rgba(88,101,242,.24),rgba(88,101,242,.10));color:#fff;font-weight:950;box-shadow:0 16px 34px rgba(88,101,242,.12)}.discord-login-btn:hover{transform:translateY(-1px);box-shadow:0 20px 44px rgba(88,101,242,.18)}.discord-login-btn.disabled{opacity:.6;pointer-events:none}.form-hint{margin:10px 0 0!important;color:var(--muted2)!important;font-size:12px!important;line-height:1.5!important}.topbar{box-shadow:0 18px 58px rgba(0,0,0,.38),0 0 42px rgba(169,53,255,.08),inset 0 1px 0 rgba(255,255,255,.04)}

  
    /* final auth/admin polish: centered auth copy + Discord button state */
    .auth-card-centered{text-align:center;padding:32px!important;border-radius:34px!important;background:linear-gradient(180deg,rgba(24,10,44,.86),rgba(5,2,12,.96))!important;box-shadow:0 30px 110px rgba(0,0,0,.52),0 0 90px rgba(169,53,255,.12),inset 0 1px 0 rgba(255,255,255,.05)!important}
    .auth-card-centered .eyebrow{margin-left:auto;margin-right:auto;width:max-content}.auth-card-centered h1{text-align:center;letter-spacing:-.065em;line-height:.92}.auth-card-centered p{max-width:420px;margin-left:auto!important;margin-right:auto!important;text-align:center}.auth-card-centered label{text-align:left}.auth-card-centered .auth-link{text-align:center}.centered-hint{text-align:center!important}.discord-login-btn.disabled{background:linear-gradient(135deg,rgba(88,101,242,.16),rgba(88,101,242,.05));border-color:rgba(88,101,242,.22);color:rgba(255,255,255,.68)}
    .auth-card-centered input{background:rgba(1,0,8,.66)!important;border-color:rgba(213,156,255,.18)!important}.auth-card-centered input::placeholder{color:rgba(240,226,255,.50)}
    .discord-login-btn:not(.disabled){background:linear-gradient(135deg,#5865f2,rgba(117,82,255,.84));border-color:rgba(145,155,255,.5);box-shadow:0 20px 48px rgba(88,101,242,.20)}


    /* 2026 clean visual refresh: softer layout, cleaner type, useful colors only */
    :root{--soft-line:rgba(255,255,255,.085);--soft-card:rgba(255,255,255,.035);--soft-card-2:rgba(255,255,255,.055)}
    body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;letter-spacing:-.01em;background:#040207!important}
    h1,h2,h3,.brand-name{font-family:"Space Grotesk",Inter,system-ui,sans-serif!important;text-shadow:none!important}
    h1{letter-spacing:-.055em!important;background:linear-gradient(180deg,#fff 0%,#efe7ff 44%,#c9a7ff 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}
    p{line-height:1.62!important;color:#aaa0b7!important}.eyebrow,.doc-kicker{border-color:rgba(216,180,254,.12)!important;background:rgba(255,255,255,.035)!important;color:#d8b4fe!important;box-shadow:none!important}
    .topbar-wrap{padding-top:10px!important}.topbar{min-height:70px!important;border-radius:22px!important;background:rgba(8,5,16,.78)!important;border-color:rgba(255,255,255,.09)!important;box-shadow:0 14px 40px rgba(0,0,0,.28)!important}.topbar::after{opacity:.28!important}.brand-logo{box-shadow:none!important;border-color:rgba(255,255,255,.10)!important}.brand-subtitle{color:#8e849a!important}.nav-links{background:rgba(255,255,255,.028)!important;border-color:rgba(255,255,255,.07)!important}.nav-links a{font-weight:760!important;color:#cbc2d6!important}.nav-links a.active,.nav-links a:hover{background:rgba(168,85,247,.16)!important}.header-cta,.cart-icon-btn{background:rgba(255,255,255,.04)!important;border-color:rgba(255,255,255,.10)!important}.header-cta:hover,.cart-icon-btn:hover{border-color:rgba(216,180,254,.22)!important;background:rgba(168,85,247,.12)!important}
    .panel,.hero-shell,.store-shell,.detail-shell,.support-shell,.doc-shell,.legal-shell,.status-shell,.downloads-panel,.error-shell,.commerce-card,.pay-card{background:rgba(10,7,18,.64)!important;border:1px solid var(--soft-line)!important;box-shadow:0 16px 48px rgba(0,0,0,.24)!important}.product-card,.home-product-card,.download-card,.status-card,.legal-card,.support-mini-card,.overview-card,.store-kpi,.hero-card,.strip-card,.detail-image-card,.detail-info-card,.detail-section-card,.discord-card,.card,.cart-item{background:var(--soft-card)!important;border-color:var(--soft-line)!important;box-shadow:none!important}.product-card:hover,.home-product-card:hover,.download-card:hover,.status-card:hover,.legal-card:hover,.support-mini-card:hover,.overview-card:hover,.store-kpi:hover{border-color:rgba(216,180,254,.20)!important;box-shadow:0 18px 44px rgba(0,0,0,.20)!important;transform:translateY(-2px)!important}
    .primary-cta,.checkout-action,.product-btn.buy,.detail-btn.buy,.pay-method.stripe{background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important;border:1px solid rgba(216,180,254,.24)!important;box-shadow:none!important}.secondary-cta,.product-btn,.detail-btn,.checkout-action.secondary{background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:none!important}.primary-cta:hover,.secondary-cta:hover,.checkout-action:hover,.product-btn:hover,.detail-btn:hover{transform:translateY(-1px)!important;border-color:rgba(216,180,254,.22)!important}
    .chip{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075);color:#cbc2d6;font-size:11px;font-weight:850;letter-spacing:.045em;text-transform:uppercase;line-height:1}.chip i,.chip .status-dot{font-size:9px}.chip.is-green{color:#b9f8d0!important;border-color:rgba(57,229,140,.28)!important;background:rgba(57,229,140,.105)!important}.chip.is-green i{color:#39e58c!important}.chip.is-yellow{color:#ffe2a3!important;border-color:rgba(255,200,87,.30)!important;background:rgba(255,200,87,.12)!important}.chip.is-yellow i{color:#ffc857!important}.chip.is-red{color:#ffc5d0!important;border-color:rgba(255,98,125,.30)!important;background:rgba(255,98,125,.12)!important}.chip.is-red i{color:#ff627d!important}
    .site-footer{margin-top:28px!important;background:rgba(4,2,8,.72)!important;border-top:1px solid rgba(255,255,255,.075)!important}.footer-brand-text{max-width:420px!important}.footer-col h4{font-family:"Space Grotesk",Inter,sans-serif!important}.footer-col a{color:#aaa0b7!important}.footer-col a:hover{color:#fff!important}

/* extracted base layer 2 */
.flash-stack{position:fixed;right:22px;top:104px;z-index:9999;display:grid;gap:10px;width:min(360px,calc(100% - 28px))}.flash{padding:14px 16px;border-radius:16px;background:rgba(16,9,28,.94);border:1px solid rgba(169,53,255,.28);box-shadow:0 18px 50px rgba(0,0,0,.35);color:#fff;font-weight:800}.flash.success{border-color:rgba(70,255,170,.35)}.flash.danger{border-color:rgba(255,80,115,.45)}.flash.warning{border-color:rgba(255,205,80,.45)}
    
    /* Premium client-side cart toast alerts */
    .cart-toast-stack{position:fixed;right:22px;top:104px;z-index:10050;width:min(410px,calc(100% - 28px));display:grid;gap:12px;pointer-events:none}
    .cart-toast{pointer-events:auto;position:relative;overflow:hidden;display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:13px;align-items:center;padding:13px;border-radius:22px;background:linear-gradient(180deg,rgba(17,9,31,.97),rgba(6,3,13,.96));border:1px solid rgba(216,180,254,.22);box-shadow:0 24px 70px rgba(0,0,0,.42),0 0 42px rgba(168,85,247,.14),inset 0 1px 0 rgba(255,255,255,.05);backdrop-filter:blur(18px);animation:cartToastIn .28s cubic-bezier(.2,.9,.2,1) both}
    .cart-toast:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(57,229,140,.65),rgba(216,180,254,.85),transparent)}
    .cart-toast:after{content:"";position:absolute;right:-42px;top:-42px;width:120px;height:120px;border-radius:999px;background:radial-gradient(circle,rgba(168,85,247,.22),transparent 64%);pointer-events:none}
    .cart-toast.leaving{animation:cartToastOut .22s ease forwards}.cart-toast-image{width:56px;height:56px;border-radius:16px;object-fit:cover;background:#08040f;border:1px solid rgba(216,180,254,.18);box-shadow:0 12px 28px rgba(0,0,0,.28)}
    .cart-toast-main{min-width:0}.cart-toast-kicker{display:flex;align-items:center;gap:7px;color:#bff8d7;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.cart-toast-kicker i{filter:drop-shadow(0 0 8px rgba(57,229,140,.55))}.cart-toast-title{margin-top:4px;color:#fff;font-size:14px;font-weight:950;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-toast-sub{margin-top:3px;color:var(--muted);font-size:12px;font-weight:750;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-toast-actions{grid-column:1/-1;display:flex;gap:9px;margin-top:2px}.cart-toast-btn{min-height:36px;padding:0 12px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:950;text-decoration:none;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);color:#fff}.cart-toast-btn.primary{background:linear-gradient(135deg,#9333ea,#7c3aed);border-color:rgba(216,180,254,.25);box-shadow:0 12px 24px rgba(124,58,237,.18)}.cart-toast-btn:hover{transform:translateY(-1px)}.cart-toast-close{width:30px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.055);color:#fff;display:grid;place-items:center;position:relative;z-index:2}.cart-toast-close:hover{background:rgba(255,255,255,.12)}
    @keyframes cartToastIn{from{opacity:0;transform:translateX(18px) translateY(-8px) scale(.98)}to{opacity:1;transform:none}}@keyframes cartToastOut{to{opacity:0;transform:translateX(18px) translateY(-6px) scale(.98);visibility:hidden}}
    @media(max-width:640px){.cart-toast-stack{right:12px;top:auto;bottom:16px;width:calc(100% - 24px)}.cart-toast{grid-template-columns:50px minmax(0,1fr) auto;border-radius:18px}.cart-toast-image{width:50px;height:50px}.cart-toast-actions{display:grid;grid-template-columns:1fr 1fr}}
.auth-wrap{display:grid;place-items:center;min-height:calc(100vh - 260px)}.auth-card{width:min(480px,100%);padding:28px;border-radius:30px;background:linear-gradient(180deg,rgba(18,10,32,.94),rgba(5,3,10,.98));border:1px solid rgba(169,53,255,.22);box-shadow:0 30px 90px rgba(0,0,0,.45),0 0 60px rgba(169,53,255,.08)}.auth-card h1{margin:10px 0 8px;font-size:clamp(38px,7vw,62px)}.auth-card p,.muted-copy{color:var(--muted);line-height:1.7}.auth-card label,.admin-form-grid label{display:grid;gap:8px;color:#eadfff;font-size:13px;font-weight:900;margin-top:14px}.auth-card input,.admin-form-grid input,.admin-form-grid textarea,.status-mini input,.status-mini select,.json-editor textarea{width:100%;border-radius:16px;border:1px solid rgba(169,53,255,.18);background:rgba(255,255,255,.045);color:#fff;outline:none;padding:14px 15px}.auth-card input:focus,.admin-form-grid input:focus,.admin-form-grid textarea:focus,.json-editor textarea:focus{border-color:rgba(213,156,255,.45);box-shadow:0 0 0 4px rgba(169,53,255,.11)}.auth-submit{width:100%;border:0;margin-top:18px}.auth-link{display:block;text-align:center;margin-top:16px;color:#d59cff;font-weight:900}.account-panel{padding:30px}.admin-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:28px;border-radius:30px;background:linear-gradient(135deg,rgba(26,12,45,.92),rgba(6,3,13,.98));border:1px solid rgba(169,53,255,.22);box-shadow:0 28px 80px rgba(0,0,0,.38)}.admin-hero h1{margin:10px 0;font-size:clamp(42px,7vw,76px)}.admin-hero p{max-width:640px;color:var(--muted);line-height:1.7}.admin-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:16px 0}.admin-stats div{padding:18px;border-radius:22px;background:rgba(255,255,255,.04);border:1px solid rgba(169,53,255,.14)}.admin-stats strong{display:block;font-size:26px;color:#fff}.admin-stats span{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.admin-card{padding:24px;border-radius:28px;background:rgba(8,4,16,.88);border:1px solid rgba(169,53,255,.17);box-shadow:0 22px 60px rgba(0,0,0,.30);margin-top:16px}.admin-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:end}.admin-form-grid .wide{grid-column:1/-1}.check-row{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:12px}.check-row label{display:flex!important;align-items:center;gap:8px;margin:0!important}.check-row input{width:auto!important}.admin-products{display:grid;gap:14px}.admin-product{padding:16px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08)}.admin-product-top{display:flex;gap:14px;align-items:center}.admin-product-top img{width:74px;height:74px;object-fit:cover;border-radius:18px;border:1px solid rgba(169,53,255,.18);background:#08040f}.admin-product h3{margin:0 0 4px}.admin-product p{margin:0;color:var(--muted)}.admin-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.admin-tags span{padding:7px 10px;border-radius:999px;background:rgba(169,53,255,.11);border:1px solid rgba(169,53,255,.18);font-size:12px;font-weight:900;color:#eadfff}.status-mini{display:grid;grid-template-columns:auto 170px 1fr auto;gap:10px;margin:14px 0;align-items:center}.status-mini button,.danger-btn{border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px 14px;background:rgba(255,255,255,.05);color:#fff;font-weight:900;cursor:pointer}.json-editor{margin-top:12px}.json-editor summary{cursor:pointer;color:#d59cff;font-weight:900}.json-editor textarea{margin-top:12px;font-family:ui-monospace,Consolas,monospace;font-size:12px;line-height:1.5}.admin-actions{margin-top:10px}.danger-btn{margin-top:12px;background:rgba(255,55,95,.12);border-color:rgba(255,55,95,.32);color:#ffd8df}@media(max-width:980px){.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid{grid-template-columns:1fr 1fr}.status-mini{grid-template-columns:1fr}.admin-hero{display:grid}}@media(max-width:640px){.admin-form-grid{grid-template-columns:1fr}.admin-stats{grid-template-columns:1fr}.admin-product-top{align-items:flex-start}.flash-stack{top:82px;right:14px}}

    /* 2026 polish pass: cleaner cards, softer glow, auto dismiss toasts */
    .flash-stack{pointer-events:none}.flash{position:relative;overflow:hidden;pointer-events:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;animation:toastIn .28s ease both, toastOut .42s ease 4.8s forwards}.flash:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#d59cff}.flash.success:before{background:#39e58c}.flash.danger:before{background:#ff627d}.flash.warning:before{background:#ffc857}.flash-close{border:0;background:rgba(255,255,255,.08);color:#fff;border-radius:999px;width:26px;height:26px;display:grid;place-items:center;flex:0 0 auto}.flash-close:hover{background:rgba(255,255,255,.16)}@keyframes toastIn{from{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:none}}@keyframes toastOut{to{opacity:0;transform:translateY(-8px) scale(.98);visibility:hidden}}
    .page-section{position:relative}.page-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 0%,rgba(213,156,255,.055),transparent 34%);z-index:-1}.hero-shell,.store-shell,.downloads-panel,.status-shell,.support-shell,.legal-shell,.doc-shell,.detail-shell,.panel{border-color:rgba(213,156,255,.15)!important;background:linear-gradient(180deg,rgba(12,7,25,.76),rgba(4,2,10,.80))!important}.hero-shell{box-shadow:0 30px 100px rgba(0,0,0,.46),0 0 70px rgba(169,53,255,.08)!important}.product-card,.home-product-card,.download-card,.status-card,.legal-card,.support-mini-card,.overview-card,.store-kpi,.hero-card,.strip-card,.detail-image-card,.detail-info-card,.detail-section-card,.discord-card,.card,.cart-item{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;background:linear-gradient(180deg,rgba(18,9,33,.62),rgba(7,3,15,.48))!important}.product-card:hover,.home-product-card:hover,.download-card:hover,.status-card:hover,.legal-card:hover,.support-mini-card:hover,.overview-card:hover,.store-kpi:hover{transform:translateY(-4px);border-color:rgba(213,156,255,.32)!important;box-shadow:0 24px 70px rgba(0,0,0,.34),0 0 35px rgba(169,53,255,.10)!important}.primary-cta,.header-cta{position:relative;overflow:hidden}.primary-cta:after,.header-cta:after{content:"";position:absolute;inset:-2px;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.22) 45%,transparent 72%);transform:translateX(-120%);transition:transform .7s ease}.primary-cta:hover:after,.header-cta:hover:after{transform:translateX(120%)}.auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--muted2);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:rgba(213,156,255,.14)}.discord-login-btn{min-height:50px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:16px;border:1px solid rgba(88,101,242,.42);background:linear-gradient(135deg,rgba(88,101,242,.24),rgba(88,101,242,.10));color:#fff;font-weight:950;box-shadow:0 16px 34px rgba(88,101,242,.12)}.discord-login-btn:hover{transform:translateY(-1px);box-shadow:0 20px 44px rgba(88,101,242,.18)}.discord-login-btn.disabled{opacity:.6;pointer-events:none}.form-hint{margin:10px 0 0!important;color:var(--muted2)!important;font-size:12px!important;line-height:1.5!important}.topbar{box-shadow:0 18px 58px rgba(0,0,0,.38),0 0 42px rgba(169,53,255,.08),inset 0 1px 0 rgba(255,255,255,.04)}


/* Clean-normal visual refresh */
:root{--container:1180px;--bg:#05030a;--panel:rgba(15,10,28,.72);--card:rgba(18,12,32,.66);--line:rgba(177,91,255,.14);--text:#f7f1ff;--muted:#b7adc5;--muted2:#8d8199;--purple:#9b5cff;--purple2:#d8b4fe;--purple3:#7c3aed;--radius:22px;}
body::before{background:radial-gradient(circle at 50% -10%,rgba(124,58,237,.22),transparent 36%),radial-gradient(circle at 92% 22%,rgba(168,85,247,.14),transparent 30%),linear-gradient(180deg,#05030a 0%,#090512 54%,#05030a 100%)!important}body::after{opacity:.16!important;background-size:90px 90px!important}#particle-canvas{opacity:.32!important}.shooting-star{display:none!important}.page-section{padding:38px 0 82px}.container{width:min(var(--container),calc(100% - 36px))}
h1{font-family:Inter,system-ui,sans-serif!important;letter-spacing:-.06em!important;background:linear-gradient(180deg,#fff,#e9d5ff 58%,#c084fc)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;text-shadow:none!important}h2,h3{letter-spacing:-.035em}p{line-height:1.68}.eyebrow{border-radius:999px!important;padding:8px 13px!important;background:rgba(147,51,234,.12)!important;border:1px solid rgba(216,180,254,.18)!important;color:#e9d5ff!important;font-size:11px!important;letter-spacing:.12em!important}
.topbar-wrap{padding:14px 0 0!important}.topbar{display:grid!important;grid-template-columns:250px minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;min-height:76px!important;padding:12px 16px!important;border-radius:24px!important;overflow:visible!important;background:rgba(12,7,24,.82)!important;border:1px solid rgba(216,180,254,.16)!important;box-shadow:0 16px 50px rgba(0,0,0,.34)!important}.topbar::before{display:none!important}.topbar::after{opacity:.55!important}.brand{justify-self:start}.brand-logo{width:48px!important;height:48px!important;border-radius:14px!important}.brand-name{font-size:14px!important;letter-spacing:3px!important}.brand-subtitle{font-size:9px!important;letter-spacing:.18em!important}.nav-links{justify-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;flex-wrap:nowrap!important;padding:5px!important;border-radius:999px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.075)!important}.nav-links a{height:38px!important;min-height:38px!important;padding:0 14px!important;border-radius:999px!important;font-size:13px!important;font-weight:800!important;color:#d8cfe4!important}.nav-links a.active,.nav-links a:hover{background:rgba(168,85,247,.20)!important;color:#fff!important;box-shadow:none!important}.header-actions{justify-self:end!important;margin-left:0!important;display:flex!important;align-items:center!important;gap:10px!important}.cart-icon-btn,.header-cta{height:46px!important;min-height:46px!important;border-radius:999px!important}.header-cta{padding:0 18px!important;background:rgba(168,85,247,.16)!important;border-color:rgba(216,180,254,.20)!important;box-shadow:none!important}.cart-icon-btn{width:46px!important;background:rgba(255,255,255,.04)!important;box-shadow:none!important}.panel,.hero-shell,.store-shell,.detail-shell,.support-shell,.doc-shell,.legal-shell,.status-shell,.downloads-panel,.error-shell,.commerce-card,.pay-card{border-radius:24px!important;background:rgba(14,9,26,.70)!important;border:1px solid rgba(216,180,254,.13)!important;box-shadow:0 18px 58px rgba(0,0,0,.30)!important;backdrop-filter:blur(16px)!important}.hero-shell::before,.store-shell::before,.detail-shell::before,.panel::before{opacity:.45!important}.primary-cta,.secondary-cta{border-radius:15px!important;box-shadow:none!important}.primary-cta{background:linear-gradient(135deg,#9333ea,#7c3aed)!important}.secondary-cta{background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.09)!important}.product-card,.home-product-card,.download-card,.status-card,.legal-card,.support-mini-card,.overview-card,.store-kpi,.hero-card,.strip-card,.detail-image-card,.detail-info-card,.detail-section-card,.discord-card,.card{border-radius:20px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.075)!important;box-shadow:none!important}.product-card:hover,.home-product-card:hover,.download-card:hover,.status-card:hover{transform:translateY(-3px)!important;border-color:rgba(216,180,254,.20)!important;box-shadow:0 14px 36px rgba(0,0,0,.18)!important}.auth-wrap{display:grid;place-items:center}.clean-auth-card{width:min(500px,100%);padding:34px!important;text-align:left!important}.clean-auth-card h1{font-size:clamp(36px,7vw,54px)!important;margin:10px 0 8px!important;line-height:1!important}.auth-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(168,85,247,.24),rgba(236,72,153,.10));border:1px solid rgba(216,180,254,.20);color:#fff;margin-bottom:14px}.auth-subtitle{margin:0 0 22px!important;color:var(--muted)!important}.auth-row-links{display:flex;justify-content:flex-end;margin:-2px 0 14px}.auth-row-links a{font-size:13px;font-weight:850;color:#d8b4fe}.oauth-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.oauth-btn{min-height:50px!important;width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;border-radius:15px!important;border:1px solid rgba(255,255,255,.10)!important;background:rgba(255,255,255,.045)!important;color:#fff!important;font-weight:900!important;box-shadow:none!important}.oauth-btn.google-login-btn{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.06)!important}.oauth-btn.discord-login-btn{border-color:rgba(88,101,242,.34)!important;background:rgba(88,101,242,.14)!important}.oauth-btn.disabled{opacity:.58!important;pointer-events:none!important}.auth-link{display:block;text-align:center;margin-top:18px;color:#d8b4fe;font-weight:900}.auth-divider span{white-space:nowrap}.flash-stack{right:18px!important;top:96px!important}.site-footer{background:rgba(5,3,10,.82)!important}.store-page .cart-fab,.product-detail-page .cart-fab,.cart-fab{display:none!important}@media(max-width:1050px){.topbar{grid-template-columns:1fr auto!important;gap:12px!important}.nav-links{grid-column:1/-1;justify-self:stretch!important;overflow-x:auto!important;justify-content:flex-start!important;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.header-actions{grid-column:2;grid-row:1}.brand{grid-column:1;grid-row:1}}@media(max-width:640px){.container{width:calc(100% - 24px)!important}.topbar{border-radius:18px!important;padding:10px!important}.brand-logo{width:40px!important;height:40px!important}.brand-name{font-size:12px!important}.nav-links a{font-size:12px!important;padding:0 11px!important}.header-cta{padding:0 13px!important;font-size:12px!important}.oauth-grid{grid-template-columns:1fr}.commerce-head{align-items:start!important}.page-section{padding:24px 0 64px!important}}

/* extracted base layer 3 */
/* Production polish layer */
    :root{--surface:rgba(12,6,24,.72);--surface-2:rgba(255,255,255,.045);--ring:0 0 0 4px rgba(169,53,255,.13)}
    body{background:#030108!important;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}
    body::before{background:radial-gradient(circle at 16% 12%,rgba(149,56,255,.22),transparent 30%),radial-gradient(circle at 88% 8%,rgba(222,109,255,.14),transparent 34%),radial-gradient(circle at 50% 110%,rgba(111,35,255,.20),transparent 42%),linear-gradient(180deg,#030108 0%,#070210 48%,#020106 100%)!important;}
    .topbar{max-width:100%;border-radius:26px!important;padding:12px 18px!important;min-height:76px!important;background:linear-gradient(180deg,rgba(13,6,27,.86),rgba(5,2,12,.78))!important;}
    .brand-logo{width:48px!important;height:48px!important;border-radius:16px!important}.brand-name{letter-spacing:4px!important}.nav-links{gap:4px!important;background:rgba(255,255,255,.035)!important}.nav-links a{font-size:13px!important;padding:0 16px!important;min-height:43px!important}.nav-links a.active{background:linear-gradient(135deg,rgba(169,53,255,.25),rgba(109,32,255,.12))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 25px rgba(169,53,255,.08)!important}
    .header-actions{gap:12px!important}.cart-icon-btn{width:50px!important;height:50px!important;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important}.header-cta{min-height:50px!important;padding:0 20px!important}
    main{contain:layout paint style;}.panel,.hero-shell,.store-shell,.detail-shell,.support-shell,.doc-shell,.legal-shell,.status-shell,.downloads-panel,.error-shell,.pay-shell,.checkout-shell{border-radius:34px!important;background:linear-gradient(180deg,rgba(16,8,33,.76),rgba(5,2,12,.86))!important;border-color:rgba(213,156,255,.16)!important;box-shadow:0 30px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.05)!important;}
    .primary-cta,.checkout-action,.pay-btn,.paypal-direct-btn,.product-btn.buy,.download-btn{transform:translateZ(0);will-change:transform}.primary-cta:active,.checkout-action:active,.pay-btn:active,.paypal-direct-btn:active{transform:translateY(1px)!important}
    img{content-visibility:auto}.store-page .cart-fab{display:none!important}.store-page #cart-modal{display:none!important}.store-page .notification{bottom:26px!important}
    .site-announcement{width:min(var(--container),calc(100% - 36px));margin:14px auto -8px;position:relative;z-index:2;padding:13px 16px;border-radius:18px;border:1px solid rgba(213,156,255,.18);background:linear-gradient(135deg,rgba(169,53,255,.14),rgba(255,255,255,.035));box-shadow:0 16px 38px rgba(0,0,0,.22);display:flex;align-items:center;gap:10px;color:#f7efff;font-weight:800}.site-announcement i{color:#d59cff}.site-announcement.warning{border-color:rgba(255,200,87,.28);background:linear-gradient(135deg,rgba(255,200,87,.12),rgba(255,255,255,.035))}.site-announcement.danger{border-color:rgba(255,98,125,.30);background:linear-gradient(135deg,rgba(255,98,125,.12),rgba(255,255,255,.035))}
    @media(max-width:900px){ #particle-canvas{opacity:.55!important}.topbar{border-radius:20px!important}.brand-name{font-size:12px!important;letter-spacing:2.2px!important}.header-actions{width:100%;justify-content:flex-end}.cart-icon-btn{width:46px!important;height:46px!important}.header-cta{width:auto!important;min-height:46px!important}.page-section{padding-top:18px!important}}
    @media(max-width:640px){.topbar{display:grid!important;grid-template-columns:1fr auto;gap:10px!important}.header-actions{grid-column:2;grid-row:1}.brand{min-width:0}.brand-logo{width:42px!important;height:42px!important}.cart-icon-btn{width:42px!important;height:42px!important}.header-cta{padding:0 13px!important;font-size:12px!important}.site-announcement{width:calc(100% - 24px);font-size:13px}}
    @media(prefers-reduced-motion:reduce){ #particle-canvas,.shooting-star{display:none!important}}

/* Clean-normal visual refresh */
:root{--container:1180px;--bg:#05030a;--panel:rgba(15,10,28,.72);--card:rgba(18,12,32,.66);--line:rgba(177,91,255,.14);--text:#f7f1ff;--muted:#b7adc5;--muted2:#8d8199;--purple:#9b5cff;--purple2:#d8b4fe;--purple3:#7c3aed;--radius:22px;}
body::before{background:radial-gradient(circle at 50% -10%,rgba(124,58,237,.22),transparent 36%),radial-gradient(circle at 92% 22%,rgba(168,85,247,.14),transparent 30%),linear-gradient(180deg,#05030a 0%,#090512 54%,#05030a 100%)!important}body::after{opacity:.16!important;background-size:90px 90px!important}#particle-canvas{opacity:.32!important}.shooting-star{display:none!important}.page-section{padding:38px 0 82px}.container{width:min(var(--container),calc(100% - 36px))}
h1{font-family:Inter,system-ui,sans-serif!important;letter-spacing:-.06em!important;background:linear-gradient(180deg,#fff,#e9d5ff 58%,#c084fc)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;text-shadow:none!important}h2,h3{letter-spacing:-.035em}p{line-height:1.68}.eyebrow{border-radius:999px!important;padding:8px 13px!important;background:rgba(147,51,234,.12)!important;border:1px solid rgba(216,180,254,.18)!important;color:#e9d5ff!important;font-size:11px!important;letter-spacing:.12em!important}
.topbar-wrap{padding:14px 0 0!important}.topbar{display:grid!important;grid-template-columns:250px minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;min-height:76px!important;padding:12px 16px!important;border-radius:24px!important;overflow:visible!important;background:rgba(12,7,24,.82)!important;border:1px solid rgba(216,180,254,.16)!important;box-shadow:0 16px 50px rgba(0,0,0,.34)!important}.topbar::before{display:none!important}.topbar::after{opacity:.55!important}.brand{justify-self:start}.brand-logo{width:48px!important;height:48px!important;border-radius:14px!important}.brand-name{font-size:14px!important;letter-spacing:3px!important}.brand-subtitle{font-size:9px!important;letter-spacing:.18em!important}.nav-links{justify-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;flex-wrap:nowrap!important;padding:5px!important;border-radius:999px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.075)!important}.nav-links a{height:38px!important;min-height:38px!important;padding:0 14px!important;border-radius:999px!important;font-size:13px!important;font-weight:800!important;color:#d8cfe4!important}.nav-links a.active,.nav-links a:hover{background:rgba(168,85,247,.20)!important;color:#fff!important;box-shadow:none!important}.header-actions{justify-self:end!important;margin-left:0!important;display:flex!important;align-items:center!important;gap:10px!important}.cart-icon-btn,.header-cta{height:46px!important;min-height:46px!important;border-radius:999px!important}.header-cta{padding:0 18px!important;background:rgba(168,85,247,.16)!important;border-color:rgba(216,180,254,.20)!important;box-shadow:none!important}.cart-icon-btn{width:46px!important;background:rgba(255,255,255,.04)!important;box-shadow:none!important}.panel,.hero-shell,.store-shell,.detail-shell,.support-shell,.doc-shell,.legal-shell,.status-shell,.downloads-panel,.error-shell,.commerce-card,.pay-card{border-radius:24px!important;background:rgba(14,9,26,.70)!important;border:1px solid rgba(216,180,254,.13)!important;box-shadow:0 18px 58px rgba(0,0,0,.30)!important;backdrop-filter:blur(16px)!important}.hero-shell::before,.store-shell::before,.detail-shell::before,.panel::before{opacity:.45!important}.primary-cta,.secondary-cta{border-radius:15px!important;box-shadow:none!important}.primary-cta{background:linear-gradient(135deg,#9333ea,#7c3aed)!important}.secondary-cta{background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.09)!important}.product-card,.home-product-card,.download-card,.status-card,.legal-card,.support-mini-card,.overview-card,.store-kpi,.hero-card,.strip-card,.detail-image-card,.detail-info-card,.detail-section-card,.discord-card,.card{border-radius:20px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.075)!important;box-shadow:none!important}.product-card:hover,.home-product-card:hover,.download-card:hover,.status-card:hover{transform:translateY(-3px)!important;border-color:rgba(216,180,254,.20)!important;box-shadow:0 14px 36px rgba(0,0,0,.18)!important}.auth-wrap{display:grid;place-items:center}.clean-auth-card{width:min(500px,100%);padding:34px!important;text-align:left!important}.clean-auth-card h1{font-size:clamp(36px,7vw,54px)!important;margin:10px 0 8px!important;line-height:1!important}.auth-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(168,85,247,.24),rgba(236,72,153,.10));border:1px solid rgba(216,180,254,.20);color:#fff;margin-bottom:14px}.auth-subtitle{margin:0 0 22px!important;color:var(--muted)!important}.auth-row-links{display:flex;justify-content:flex-end;margin:-2px 0 14px}.auth-row-links a{font-size:13px;font-weight:850;color:#d8b4fe}.oauth-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.oauth-btn{min-height:50px!important;width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;border-radius:15px!important;border:1px solid rgba(255,255,255,.10)!important;background:rgba(255,255,255,.045)!important;color:#fff!important;font-weight:900!important;box-shadow:none!important}.oauth-btn.google-login-btn{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.06)!important}.oauth-btn.discord-login-btn{border-color:rgba(88,101,242,.34)!important;background:rgba(88,101,242,.14)!important}.oauth-btn.disabled{opacity:.58!important;pointer-events:none!important}.auth-link{display:block;text-align:center;margin-top:18px;color:#d8b4fe;font-weight:900}.auth-divider span{white-space:nowrap}.flash-stack{right:18px!important;top:96px!important}.site-footer{background:rgba(5,3,10,.82)!important}.store-page .cart-fab,.product-detail-page .cart-fab,.cart-fab{display:none!important}@media(max-width:1050px){.topbar{grid-template-columns:1fr auto!important;gap:12px!important}.nav-links{grid-column:1/-1;justify-self:stretch!important;overflow-x:auto!important;justify-content:flex-start!important;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.header-actions{grid-column:2;grid-row:1}.brand{grid-column:1;grid-row:1}}@media(max-width:640px){.container{width:calc(100% - 24px)!important}.topbar{border-radius:18px!important;padding:10px!important}.brand-logo{width:40px!important;height:40px!important}.brand-name{font-size:12px!important}.nav-links a{font-size:12px!important;padding:0 11px!important}.header-cta{padding:0 13px!important;font-size:12px!important}.oauth-grid{grid-template-columns:1fr}.commerce-head{align-items:start!important}.page-section{padding:24px 0 64px!important}}
