@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;600;700;800;900&family=Rajdhani:wght@500;600;700&display=swap');

:root{
    --bg:#020b11;
    --panel:#061722;
    --panel-2:#081d29;
    --line:rgba(28,205,245,.26);
    --cyan:#16d8ff;
    --green:#26f0aa;
    --yellow:#d9ff00;
    --text:#f3fbff;
    --muted:#7f9aaa;
    --danger:#ff5470;
}

*{box-sizing:border-box}
html{min-height:100%;background:#02080d}
body{
    margin:0;
    min-height:100vh;
    color:var(--text);
    font-family:Rajdhani,Arial,sans-serif;
    background:
        radial-gradient(circle at 72% 8%,rgba(0,174,255,.13),transparent 34%),
        linear-gradient(rgba(1,8,13,.90),rgba(1,8,13,.96)),
        url('../../assets/shop-background.jpg') center/cover fixed;
}
button,input{font:inherit}
button,a{ -webkit-tap-highlight-color:transparent}
a{text-decoration:none;color:inherit}

.shop-shell{
    display:grid;
    grid-template-columns:220px minmax(0,1fr);
    min-height:100vh;
}

.shop-sidebar{
    position:sticky;
    top:0;
    height:100vh;
    display:flex;
    flex-direction:column;
    padding:25px 14px 18px;
    border-right:1px solid rgba(23,194,239,.18);
    background:linear-gradient(180deg,rgba(2,13,20,.99),rgba(2,10,16,.98));
}

.brand{
    display:flex;
    align-items:center;
    justify-content:center;
    height:58px;
    font-family:Orbitron;
    font-size:26px;
    font-weight:900;
    letter-spacing:-2px;
}
.brand-x,.shop-footer .brand-x{
    color:var(--cyan);
    text-shadow:0 0 18px rgba(0,196,255,.72);
}

.sidebar-user{
    display:flex;
    align-items:center;
    gap:11px;
    margin:18px 0;
    padding:12px;
    border:1px solid rgba(19,190,238,.22);
    border-radius:10px;
    background:rgba(6,25,36,.78);
}
.sidebar-avatar{
    width:40px;
    height:40px;
    display:grid;
    place-items:center;
    border:1px solid rgba(20,205,255,.65);
    border-radius:8px;
    color:#dffbff;
    font-size:20px;
    font-weight:700;
    background:#073047;
}
.sidebar-user strong,.sidebar-user span{display:block}
.sidebar-user strong{font-size:13px}
.sidebar-user span{
    margin-top:2px;
    color:var(--cyan);
    font-family:Orbitron;
    font-size:7px;
    font-weight:800;
}

.sidebar-nav{
    display:flex;
    flex-direction:column;
    gap:5px;
}
.sidebar-nav a{
    position:relative;
    height:44px;
    display:flex;
    align-items:center;
    gap:13px;
    padding:0 12px;
    border:1px solid transparent;
    border-radius:7px;
    color:#8ea7b6;
    font-size:12px;
    transition:.18s ease;
}
.sidebar-nav a:hover,
.sidebar-nav a.active{
    color:#fff;
    border-color:rgba(22,207,255,.27);
    background:rgba(6,35,50,.78);
}
.sidebar-nav a.active:before{
    content:"";
    position:absolute;
    left:-15px;
    width:3px;
    height:24px;
    background:var(--cyan);
    box-shadow:0 0 15px var(--cyan);
}
.sidebar-nav a span{
    width:22px;
    text-align:center;
    font-size:16px;
}
.sidebar-nav a .shop-nav-alerts{
    width:auto;
    min-width:0;
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:5px;
}
.sidebar-nav a .shop-unread-count{
    width:auto;
    min-width:19px;
    height:19px;
    padding:0 5px;
    display:grid;
    place-items:center;
    border:1px solid #ff315b;
    border-radius:999px;
    background:#be082e;
    color:#fff;
    box-shadow:0 0 11px rgba(255,24,72,.72);
    font-family:Orbitron,sans-serif;
    font-size:8px;
    font-weight:900;
    line-height:1;
}
.sidebar-nav a .shop-flash-alert{
    width:auto;
    color:#ffd700;
    font-family:Orbitron,sans-serif;
    font-size:6px;
    font-weight:900;
    letter-spacing:.35px;
    white-space:nowrap;
    animation:xenoFlashSaleText 1.15s ease-in-out infinite;
}
.shop-nav-alerts[hidden],.shop-unread-count[hidden],.shop-flash-alert[hidden]{display:none!important}

.sidebar-bottom{
    margin-top:auto;
    display:flex;
    flex-direction:column;
    gap:16px;
    color:#77909d;
}
.sidebar-bottom a{font-size:12px}
.sidebar-bottom small{
    padding-top:13px;
    border-top:1px solid rgba(255,255,255,.06);
    font-family:Orbitron;
    font-size:6px;
    letter-spacing:1px;
}

.shop-main{
    min-width:0;
    padding:0 24px 28px;
}

.shop-topbar{
    height:78px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid rgba(21,195,240,.16);
}
.eyebrow,.section-kicker{
    color:var(--cyan);
    font-family:Orbitron;
    font-size:7px;
    font-weight:900;
    letter-spacing:1.8px;
}
.shop-topbar h1,
.orders-header h1{
    display:inline-block;
    margin:0 0 0 10px;
    font-family:Orbitron;
    font-size:20px;
    letter-spacing:.5px;
}
.topbar-actions{
    display:flex;
    align-items:center;
    gap:14px;
}
.points-card{
    min-width:155px;
    padding:8px 13px;
    border:1px solid rgba(255,204,0,.25);
    background:rgba(38,28,3,.65);
    clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);
}
.points-card span,.points-card strong{display:block}
.points-card span{
    color:#ffc942;
    font-family:Orbitron;
    font-size:6px;
    letter-spacing:1px;
}
.points-card strong{
    margin-top:3px;
    color:#ffd76c;
    font-family:Orbitron;
    font-size:18px;
}

.alpha-button{
    --clip:10px;
    position:relative;
    min-width:145px;
    height:40px;
    padding:1px;
    border:0;
    cursor:pointer;
    color:#fff;
    background:linear-gradient(115deg,#00eaff,#00ff9d,#eaff00,#ff8a00,#ff42d0,#00bfff);
    background-size:300% 300%;
    clip-path:polygon(var(--clip) 0,calc(100% - var(--clip)) 0,100% var(--clip),100% 100%,var(--clip) 100%,0 calc(100% - var(--clip)),0 var(--clip));
    animation:alphaFlow 5s linear infinite;
}
.alpha-button:before{
    content:"";
    position:absolute;
    inset:2px;
    background:linear-gradient(145deg,#071a26,#06131d);
    clip-path:inherit;
}
.alpha-button span{
    position:relative;
    z-index:1;
    color:#fff;
    font-family:Orbitron;
    font-size:7px;
    font-weight:900;
    letter-spacing:.5px;
}
.alpha-button:hover{transform:translateY(-1px)}
.alpha-button:disabled{cursor:not-allowed;opacity:.45}
@keyframes alphaFlow{
    0%{background-position:0 50%}
    100%{background-position:300% 50%}
}

.cart-button{
    min-width:125px;
}
.cart-button em{
    position:absolute;
    z-index:2;
    top:-7px;
    right:-6px;
    width:20px;
    height:20px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#001018;
    background:var(--cyan);
    font-size:11px;
    font-style:normal;
    font-weight:900;
}

.shop-hero{
    min-height:190px;
    margin-top:20px;
    padding:30px 34px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border:1px solid rgba(22,206,255,.28);
    border-radius:14px;
    background:
        linear-gradient(100deg,rgba(4,24,35,.96),rgba(3,19,28,.72)),
        radial-gradient(circle at 78% 50%,rgba(0,196,255,.20),transparent 32%);
    overflow:hidden;
}
.shop-hero h2{
    margin:9px 0 8px;
    font-family:Orbitron;
    font-size:29px;
    text-transform:uppercase;
}
.shop-hero p{
    max-width:650px;
    margin:0;
    color:#90a9b8;
    font-size:15px;
}
.hero-badge{
    min-width:230px;
    padding:18px 22px;
    border:1px solid rgba(45,242,182,.36);
    text-align:center;
    background:rgba(3,30,34,.65);
    clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
}
.hero-badge span,.hero-badge strong{display:block}
.hero-badge span{
    color:var(--green);
    font-family:Orbitron;
    font-size:7px;
    letter-spacing:2px;
}
.hero-badge strong{
    margin-top:7px;
    font-family:Orbitron;
    font-size:14px;
}

.shop-controls{
    margin:20px 0 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}
.category-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
}
.category-tabs button{
    height:34px;
    padding:0 17px;
    border:1px solid rgba(29,196,235,.20);
    border-radius:4px;
    cursor:pointer;
    color:#7f9ead;
    background:#06141d;
    font-family:Orbitron;
    font-size:7px;
    font-weight:800;
    transition:.16s ease;
}
.category-tabs button:hover,
.category-tabs button.active{
    color:#fff;
    border-color:var(--cyan);
    background:#082534;
    box-shadow:0 0 16px rgba(0,200,255,.10);
}
.search-box{
    width:260px;
    height:38px;
    display:flex;
    align-items:center;
    gap:9px;
    padding:0 12px;
    border:1px solid rgba(24,195,234,.23);
    background:#05141d;
}
.search-box span{color:var(--cyan);font-size:18px}
.search-box input{
    width:100%;
    border:0;
    outline:0;
    color:#eafaff;
    background:transparent;
    font-size:13px;
}
.search-box input::placeholder{color:#617b89}

.product-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:15px;
}
.product-card{
    min-width:0;
    border:1px solid rgba(24,198,239,.19);
    border-radius:8px;
    overflow:hidden;
    background:linear-gradient(150deg,rgba(6,24,34,.97),rgba(3,15,23,.98));
    transition:.2s ease;
}
.product-card:hover{
    transform:translateY(-3px);
    border-color:rgba(26,218,255,.47);
    box-shadow:0 14px 34px rgba(0,0,0,.28),0 0 20px rgba(0,190,255,.06);
}
.product-image{
    position:relative;
    height:115px;
    display:grid;
    place-items:center;
    border-bottom:1px solid rgba(21,197,239,.17);
    background:
        radial-gradient(circle,rgba(0,213,255,.18),transparent 47%),
        linear-gradient(135deg,#061925,#031017);
}
.product-symbol{
    width:66px;
    height:66px;
    display:grid;
    place-items:center;
    border:1px solid rgba(32,237,185,.62);
    border-radius:50%;
    color:#9fffe0;
    font-family:Orbitron;
    font-size:26px;
    font-weight:900;
    box-shadow:0 0 22px rgba(0,255,184,.10),inset 0 0 17px rgba(0,255,184,.06);
}
.product-badge{
    position:absolute;
    top:9px;
    right:9px;
    padding:5px 7px;
    border:1px solid rgba(255,202,67,.42);
    color:#ffd35b;
    background:rgba(54,38,3,.80);
    font-family:Orbitron;
    font-size:6px;
    letter-spacing:.7px;
}
.product-content{padding:14px}
.product-card-link{
    position:absolute!important;
    inset:0!important;
    z-index:3!important;
    display:block!important;
    cursor:pointer;
}
.product-card-link:focus-visible{
    outline:2px solid var(--cyan);
    outline-offset:-3px;
}
.product-card > .product-content{
    position:relative!important;
    z-index:4!important;
    pointer-events:none;
}
.product-card > .product-content .add-to-cart{
    position:relative!important;
    z-index:5!important;
    pointer-events:auto;
}
.product-category{
    color:var(--cyan);
    font-family:Orbitron;
    font-size:6px;
    font-weight:900;
    letter-spacing:1.3px;
}
.product-content h3{
    margin:6px 0;
    font-family:Orbitron;
    font-size:13px;
}
.product-content p{
    min-height:37px;
    margin:0;
    color:#7f9ba9;
    font-size:12px;
    line-height:1.4;
}
.product-content ul{
    min-height:54px;
    margin:10px 0 13px;
    padding:0;
    list-style:none;
}
.product-content li{
    position:relative;
    padding-left:13px;
    color:#adc0ca;
    font-size:11px;
}
.product-content li:before{
    content:"";
    position:absolute;
    left:0;
    top:7px;
    width:5px;
    height:5px;
    background:var(--green);
    transform:rotate(45deg);
}
.product-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:9px;
}
.product-price{
    display:flex;
    align-items:center;
    gap:7px;
    color:#ffd45f;
}
.product-price span{
    width:25px;
    height:25px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,190,38,.60);
    border-radius:50%;
    font-family:Orbitron;
    font-weight:800;
}
.product-price strong{
    font-family:Orbitron;
    font-size:13px;
}
.product-footer .alpha-button{
    min-width:105px;
    height:34px;
}

.empty-products{
    padding:60px;
    border:1px dashed rgba(25,196,235,.25);
    color:#7895a4;
    text-align:center;
    font-family:Orbitron;
    font-size:11px;
}

.shop-footer{
    margin-top:28px;
    min-height:65px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-top:1px solid rgba(18,187,229,.13);
    color:#52707f;
    font-family:Orbitron;
    font-size:6px;
    letter-spacing:.7px;
}
.shop-footer div{
    color:#8199a5;
    font-size:9px;
}

.cart-drawer-backdrop{
    position:fixed;
    inset:0;
    z-index:90;
    background:rgba(0,0,0,.35);
}
.cart-drawer{
    position:fixed;
    z-index:100;
    top:0;
    right:0;
    width:min(470px,100%);
    height:100vh;
    display:flex;
    flex-direction:column;
    transform:translateX(102%);
    transition:.2s ease;
    border-left:1px solid rgba(20,209,255,.34);
    background:linear-gradient(165deg,#061a26,#020b11 78%);
    box-shadow:-20px 0 55px rgba(0,0,0,.42);
}
.cart-drawer.open{transform:translateX(0)}
.cart-header{
    min-height:88px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 20px;
    border-bottom:1px solid rgba(20,197,238,.18);
}
.cart-header h2{
    margin:7px 0 0;
    font-family:Orbitron;
    font-size:18px;
}
.cart-header button{
    width:38px;
    height:38px;
    border:1px solid rgba(23,210,250,.38);
    cursor:pointer;
    color:#e9fbff;
    background:#061722;
    font-size:23px;
}
.cart-items{
    flex:1;
    overflow:auto;
    padding:10px 16px;
}
.cart-item{
    display:grid;
    grid-template-columns:42px minmax(0,1fr) auto auto 28px;
    align-items:center;
    gap:10px;
    padding:12px 0;
    border-bottom:1px solid rgba(24,194,231,.15);
}
.cart-item-symbol{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border:1px solid rgba(35,225,186,.40);
    border-radius:50%;
    color:#88ffdd;
    font-family:Orbitron;
    font-weight:900;
}
.cart-item-info strong,.cart-item-info span{display:block}
.cart-item-info strong{font-size:13px}
.cart-item-info span{color:#91a9b5;font-size:11px}
.quantity-control{
    display:flex;
    align-items:center;
    gap:7px;
}
.quantity-control button,
.remove-cart-item{
    border:1px solid rgba(19,191,231,.26);
    cursor:pointer;
    color:#dffbff;
    background:#071a24;
}
.quantity-control button{
    width:25px;
    height:25px;
}
.quantity-control b{min-width:18px;text-align:center}
.cart-item-total{
    min-width:72px;
    color:#ffd25c;
    font-family:Orbitron;
    font-size:10px;
    text-align:right;
}
.remove-cart-item{
    width:27px;
    height:27px;
    color:#ff758c;
}
.cart-empty{
    margin:auto;
    color:#708c9a;
    font-family:Orbitron;
    font-size:10px;
}
.cart-summary{
    padding:18px 20px 24px;
    border-top:1px solid rgba(20,200,240,.19);
}
.cart-summary>div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:14px;
}
.cart-summary>div>span{
    color:#86a0ad;
    font-family:Orbitron;
    font-size:8px;
}
.cart-summary strong{
    color:#ffd568;
    font-family:Orbitron;
    font-size:20px;
}
.cart-summary em{font-style:normal}
.checkout-button{width:100%}
.cart-summary p{
    min-height:18px;
    margin:10px 0 0;
    color:#91b4c3;
    text-align:center;
    font-size:12px;
}

.toast{
    position:fixed;
    z-index:150;
    left:50%;
    bottom:25px;
    transform:translate(-50%,25px);
    min-width:250px;
    padding:12px 18px;
    border:1px solid rgba(36,231,184,.40);
    opacity:0;
    pointer-events:none;
    color:#dffff5;
    background:#05201d;
    text-align:center;
    transition:.18s ease;
}
.toast.visible{
    opacity:1;
    transform:translate(-50%,0);
}
.toast.error{
    border-color:rgba(255,84,112,.52);
    color:#ffdce2;
    background:#2a0910;
}

.orders-page{
    padding:30px;
}
.orders-shell{
    max-width:1250px;
    margin:0 auto;
}
.orders-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:22px;
}
.orders-panel{
    padding:20px;
    border:1px solid rgba(22,205,245,.24);
    background:rgba(4,18,27,.95);
}
.orders-panel table{
    width:100%;
    border-collapse:collapse;
}
.orders-panel th,
.orders-panel td{
    padding:14px 12px;
    border-bottom:1px solid rgba(22,195,233,.14);
    text-align:left;
}
.orders-panel th{
    color:#50dff4;
    font-family:Orbitron;
    font-size:7px;
    letter-spacing:1px;
}
.orders-panel td{font-size:13px}
.status-pill{
    display:inline-block;
    padding:5px 9px;
    border:1px solid rgba(255,202,65,.35);
    color:#ffd363;
    background:rgba(55,39,3,.55);
    font-family:Orbitron;
    font-size:7px;
}
.orders-empty{
    padding:65px;
    color:#7894a2;
    text-align:center;
    font-family:Orbitron;
    font-size:10px;
}

@media(max-width:1300px){
    .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){
    .shop-shell{grid-template-columns:76px minmax(0,1fr)}
    .shop-sidebar{padding-left:8px;padding-right:8px}
    .brand{font-size:18px}
    .sidebar-user div:last-child,
    .sidebar-nav b,
    .sidebar-nav .shop-nav-alerts,
    .sidebar-bottom b,
    .sidebar-bottom small{display:none}
    .sidebar-user{justify-content:center;padding:8px}
    .sidebar-nav a{justify-content:center;padding:0}
    .sidebar-nav a span{width:auto}
    .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
    .shop-main{padding:0 12px 22px}
    .shop-topbar{height:auto;min-height:90px;align-items:flex-start;padding:16px 0;gap:14px}
    .topbar-actions{flex-direction:column;align-items:flex-end}
    .points-card{min-width:135px}
    .shop-hero{align-items:flex-start;flex-direction:column;gap:20px;padding:24px 20px}
    .shop-hero h2{font-size:22px}
    .hero-badge{width:100%}
    .shop-controls{align-items:stretch;flex-direction:column}
    .search-box{width:100%}
    .product-grid{grid-template-columns:1fr}
    .shop-footer{align-items:flex-start;flex-direction:column;justify-content:center;gap:8px}
}





.hero-side{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:18px;
    min-width:560px;
    margin-left:auto;
}

.hero-points{
    width:310px;
    min-height:128px;
    padding:14px 16px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    border:1px solid rgba(255,190,30,.32);
    background:
        radial-gradient(circle at 30% 45%,rgba(255,192,27,.09),transparent 40%),
        linear-gradient(150deg,rgba(31,25,7,.95),rgba(8,16,21,.96));
    clip-path:polygon(14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px),0 14px);
    box-shadow:inset 0 0 24px rgba(255,190,35,.03);
}

.hero-points-label{
    color:#ffc62f;
    font-family:Orbitron;
    font-size:8px;
    font-weight:900;
    letter-spacing:1.2px;
}

.hero-points-value{
    display:flex;
    align-items:center;
    gap:13px;
    margin:8px 0 10px;
}

.hero-points-value strong{
    color:#f6bd35;
    font-family:Orbitron;
    font-size:31px;
    font-weight:900;
    line-height:1;
    text-shadow:0 0 15px rgba(255,194,48,.16);
}

.points-icon{
    width:45px;
    height:45px;
    flex:0 0 45px;
    display:grid;
    place-items:center;
    border:2px solid #f6bd35;
    border-radius:50%;
    color:#fff;
    font-family:Orbitron;
    font-size:19px;
    font-weight:900;
    background:rgba(50,36,3,.72);
    box-shadow:0 0 14px rgba(255,194,48,.25),inset 0 0 12px rgba(255,194,48,.08);
}

.recharge-button{
    width:100%;
    min-width:0;
    height:34px;
}

.recharge-button span{
    font-size:7px;
}

.hero-badge{
    min-width:230px;
}

@media(max-width:980px){
    .hero-side{
        width:100%;
        min-width:0;
    }

    .hero-points,
    .hero-badge{
        flex:1;
        min-width:0;
    }
}

@media(max-width:640px){
    .hero-side{
        flex-direction:column;
    }

    .hero-points,
    .hero-badge{
        width:100%;
    }
}


/* FINAL GOLD DONATION PANEL OVERRIDE */
.shop-hero{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:30px !important;
}

.hero-side{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:22px !important;
    min-width:610px !important;
    margin-left:auto !important;
}

.hero-points{
    width:320px !important;
    min-width:320px !important;
    height:132px !important;
    padding:14px 16px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    border:1px solid rgba(255,190,30,.42) !important;
    background:
        radial-gradient(circle at 28% 48%,rgba(255,197,43,.12),transparent 42%),
        linear-gradient(145deg,#231b05 0%,#111407 46%,#07131b 100%) !important;
    clip-path:polygon(14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px),0 14px) !important;
    box-shadow:inset 0 0 28px rgba(255,189,36,.06),0 0 18px rgba(255,189,36,.04) !important;
}

.hero-points-label{
    display:block !important;
    color:#ffc62f !important;
    font-family:Orbitron,sans-serif !important;
    font-size:8px !important;
    font-weight:900 !important;
    letter-spacing:1.1px !important;
    line-height:1 !important;
}

.hero-points-value{
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
    margin:9px 0 10px !important;
}

.hero-points-value strong{
    display:block !important;
    margin:0 !important;
    color:#f6bd35 !important;
    font-family:Orbitron,sans-serif !important;
    font-size:31px !important;
    font-weight:900 !important;
    line-height:1 !important;
    white-space:nowrap !important;
    text-shadow:0 0 15px rgba(255,194,48,.16) !important;
}

.points-icon{
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    display:grid !important;
    place-items:center !important;
    border:2px solid #f6bd35 !important;
    border-radius:50% !important;
    color:#fff !important;
    font-family:Orbitron,sans-serif !important;
    font-size:20px !important;
    font-weight:900 !important;
    background:rgba(60,42,2,.76) !important;
    box-shadow:0 0 14px rgba(255,194,48,.28),inset 0 0 12px rgba(255,194,48,.08) !important;
}

.recharge-button{
    width:100% !important;
    min-width:0 !important;
    height:36px !important;
    margin:0 !important;
    display:grid !important;
    place-items:center !important;
}

.recharge-button span{
    font-size:7px !important;
}

.hero-badge{
    width:230px !important;
    min-width:230px !important;
    height:92px !important;
    margin:0 !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
}

@media(max-width:1100px){
    .shop-hero{
        grid-template-columns:1fr !important;
    }

    .hero-side{
        width:100% !important;
        min-width:0 !important;
        justify-content:flex-start !important;
        margin-left:0 !important;
    }
}

@media(max-width:650px){
    .hero-side{
        flex-direction:column !important;
        align-items:stretch !important;
    }

    .hero-points,
    .hero-badge{
        width:100% !important;
        min-width:0 !important;
    }
}


/* REMOVE TOP BAR + COMPACT PRODUCT CARDS */
.shop-topbar{
    display:none !important;
}

.shop-main{
    padding-top:18px !important;
}

.shop-hero{
    margin-top:0 !important;
}

/* Slightly smaller and cleaner cards */
.product-grid{
    gap:12px !important;
}

.product-card{
    border-radius:7px !important;
}

.product-image{
    height:98px !important;
}

.product-symbol{
    width:56px !important;
    height:56px !important;
    font-size:22px !important;
}

.product-content{
    padding:12px !important;
}

.product-content h3{
    margin:5px 0 !important;
    font-size:12px !important;
}

.product-content p{
    min-height:32px !important;
    font-size:11px !important;
    line-height:1.32 !important;
}

.product-content ul{
    min-height:48px !important;
    margin:8px 0 10px !important;
}

.product-content li{
    font-size:10px !important;
}

.product-footer{
    gap:7px !important;
}

.product-price strong{
    font-size:12px !important;
}

.product-footer .alpha-button{
    min-width:96px !important;
    height:32px !important;
}

.product-footer .alpha-button span{
    font-size:6px !important;
}

/* Make the overall catalog feel slightly more compact */
@media(min-width:1301px){
    .product-grid{
        grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    }
}


/* PRODUCT CARD BACKGROUNDS + SLIGHTLY SMALLER CARDS */
.product-grid{
    gap:10px !important;
}

.product-card{
    position:relative !important;
    min-height:0 !important;
    overflow:hidden !important;
}

.product-card::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    background-image:
        linear-gradient(180deg,rgba(2,15,23,.26) 0%,rgba(2,15,23,.76) 46%,rgba(2,15,23,.97) 100%),
        var(--product-bg);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    opacity:.90;
    transition:transform .28s ease,opacity .28s ease;
}

.product-card:hover::before{
    transform:scale(1.035);
    opacity:1;
}

.product-card > *{
    position:relative;
    z-index:1;
}

.product-image{
    height:88px !important;
    background:linear-gradient(180deg,rgba(0,18,28,.10),rgba(0,18,28,.42)) !important;
    backdrop-filter:blur(1px);
}

.product-symbol{
    width:51px !important;
    height:51px !important;
    font-size:20px !important;
    background:rgba(2,25,35,.62) !important;
}

.product-content{
    padding:10px 11px 11px !important;
    background:linear-gradient(180deg,rgba(2,15,23,.58),rgba(2,15,23,.90)) !important;
}

.product-content h3{
    font-size:11px !important;
}

.product-content p{
    min-height:29px !important;
    font-size:10px !important;
}

.product-content ul{
    min-height:43px !important;
    margin:7px 0 9px !important;
}

.product-content li{
    font-size:9px !important;
}

.product-price span{
    width:23px !important;
    height:23px !important;
}

.product-price strong{
    font-size:11px !important;
}

.product-footer .alpha-button{
    min-width:90px !important;
    height:30px !important;
}


/* VISIBLE PRODUCT BACKGROUNDS - FINAL OVERRIDE */
.product-card::before{
    display:none !important;
}

.product-image{
    position:relative !important;
    height:96px !important;
    overflow:hidden !important;
    background-image:
        linear-gradient(90deg,rgba(1,13,20,.18),rgba(1,13,20,.08)),
        var(--product-bg) !important;
    background-position:center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    border-bottom:1px solid rgba(20,211,255,.28) !important;
}

.product-image::before{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    background:
        linear-gradient(180deg,rgba(1,12,18,.05),rgba(1,12,18,.28)),
        radial-gradient(circle at center,transparent 25%,rgba(0,8,14,.28) 100%) !important;
    pointer-events:none !important;
}

.product-image::after{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    height:28px !important;
    background:linear-gradient(180deg,transparent,rgba(1,13,20,.78)) !important;
    pointer-events:none !important;
}

.product-symbol{
    position:relative !important;
    z-index:3 !important;
    background:rgba(0,20,30,.54) !important;
    backdrop-filter:blur(2px) !important;
    box-shadow:
        0 0 18px rgba(0,255,205,.22),
        inset 0 0 12px rgba(0,255,205,.08) !important;
}

.product-badge{
    z-index:4 !important;
}


/* HARD FIX: REAL IMG ELEMENTS FOR PRODUCT BACKGROUNDS */
.product-card::before{
    display:none !important;
}

.product-image{
    position:relative !important;
    isolation:isolate !important;
    height:96px !important;
    overflow:hidden !important;
    background:#03131c !important;
}

.product-background-image{
    position:absolute !important;
    inset:0 !important;
    z-index:0 !important;
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
    object-position:center !important;
    opacity:.82 !important;
    filter:saturate(1.12) contrast(1.05) brightness(.85) !important;
}

.product-image::before{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    background:
        linear-gradient(90deg,rgba(0,10,16,.16),rgba(0,10,16,.04)),
        linear-gradient(180deg,rgba(0,8,14,.02),rgba(0,8,14,.38)) !important;
    pointer-events:none !important;
}

.product-image::after{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    z-index:2 !important;
    height:28px !important;
    background:linear-gradient(180deg,transparent,rgba(1,13,20,.76)) !important;
    pointer-events:none !important;
}

.product-symbol{
    position:relative !important;
    z-index:3 !important;
}

.product-badge{
    z-index:4 !important;
}

.product-symbol,.points-symbol{display:none!important;}
.product-image{height:145px!important;position:relative;overflow:hidden;background:#08141c!important}
.product-banner{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.product-grid{gap:12px!important}
.product-card{transform:scale(.96);transform-origin:top center}


/* FINAL BANNER VISIBILITY FIX */
.product-image {
    position: relative !important;
    isolation: isolate !important;
    height: 145px !important;
    overflow: hidden !important;
    background: #08141c !important;
}
.product-banner {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
}
.product-image::before {
    z-index: 1 !important;
    background: linear-gradient(180deg, rgba(0,8,14,.02), rgba(0,8,14,.25)) !important;
}
.product-image::after {
    z-index: 2 !important;
    height: 34px !important;
    background: linear-gradient(180deg, transparent, rgba(1,13,20,.65)) !important;
}
.product-badge {
    position: absolute !important;
    z-index: 3 !important;
}
.product-symbol,
.points-symbol {
    display: none !important;
}


/* =========================================================
   PRODUCT CARDS — FULL BACKGROUND IMAGE, NO ZOOM
   Replace assets/banners/logo1.png ... logo8.png as needed.
   ========================================================= */
.product-grid .product-card {
    position: relative !important;
    isolation: isolate;
    min-height: 250px !important;
    overflow: hidden !important;
    transform: none !important;
    background-image: var(--product-bg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    border: 1px solid rgba(0, 216, 255, .28) !important;
}

.product-grid .product-card:hover {
    transform: none !important;
}

.product-grid .product-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    opacity: 1 !important;
    pointer-events: none !important;
    background:
        linear-gradient(to bottom,
            rgba(0, 10, 16, .08) 0%,
            rgba(0, 10, 16, .12) 30%,
            rgba(0, 12, 18, .68) 54%,
            rgba(0, 12, 18, .92) 100%) !important;
}

.product-grid .product-card::after {
    content: "";
    position: absolute;
    inset: 48% 0 0;
    z-index: -1;
    pointer-events: none;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background: rgba(0, 15, 22, .22);
}

.product-grid .product-image,
.product-grid .product-banner {
    display: none !important;
}

.product-grid .product-content {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 250px !important;
    padding: 105px 14px 12px !important;
    background: transparent !important;
}

.product-grid .product-content ul {
    margin-top: auto !important;
}

.product-grid .product-footer {
    margin-top: 8px !important;
}

.product-grid .product-badge {
    position: absolute !important;
    top: 9px !important;
    right: 9px !important;
    z-index: 5 !important;
}

.product-grid .product-card:hover::before {
    opacity: 1 !important;
}

/* =========================================================
   XENO FINAL RESTORE — keep the approved card layout.
   Only: sharper image, stronger black veil, clearer text.
   ========================================================= */
.product-grid .product-card{
    min-height:250px !important;
    transform:none !important;
    background-position:center center !important;
    background-size:cover !important;
    filter:none !important;
}

.product-grid .product-card:hover{
    transform:none !important;
}

.product-grid .product-card::before{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    z-index:0 !important;
    pointer-events:none !important;
    opacity:1 !important;
    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.30) 0%,
            rgba(0,0,0,.34) 34%,
            rgba(0,0,0,.56) 58%,
            rgba(0,0,0,.82) 100%
        ) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    filter:none !important;
}

.product-grid .product-card::after{
    display:none !important;
    content:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
}

.product-grid .product-content{
    position:relative !important;
    z-index:2 !important;
    min-height:250px !important;
    padding:14px 14px 12px !important;
    background:transparent !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
}

.product-grid .product-category{
    font-size:8px !important;
    line-height:1.2 !important;
    text-shadow:0 2px 5px rgba(0,0,0,1) !important;
}

.product-grid .product-content h3{
    margin:5px 0 4px !important;
    font-size:14px !important;
    line-height:1.18 !important;
    color:#fff !important;
    text-shadow:0 2px 6px rgba(0,0,0,1) !important;
}

.product-grid .product-content p{
    min-height:30px !important;
    font-size:12px !important;
    line-height:1.32 !important;
    color:#d1e0e7 !important;
    text-shadow:0 2px 5px rgba(0,0,0,1) !important;
}

.product-grid .product-content ul{
    min-height:43px !important;
    margin:7px 0 8px !important;
}

.product-grid .product-content li{
    font-size:11px !important;
    line-height:1.18 !important;
    color:#f1f7fa !important;
    text-shadow:0 2px 5px rgba(0,0,0,1) !important;
}

.product-grid .product-price strong{
    font-size:14px !important;
    text-shadow:0 2px 5px rgba(0,0,0,1) !important;
}


/* =========================================================
   XENO REAL 40% BLACK VEIL
   Real DOM layer: avoids conflicts with old pseudo-elements.
   ========================================================= */
.product-grid .product-card > .product-black-veil{
    display:block !important;
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    pointer-events:none !important;
    background:rgba(0,0,0,.40) !important;
    opacity:1 !important;
    border-radius:inherit !important;
    filter:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
}

.product-grid .product-card::before,
.product-grid .product-card::after{
    display:none !important;
    content:none !important;
}

.product-grid .product-card > .product-content{
    position:relative !important;
    z-index:2 !important;
}

.product-grid .product-card > .product-badge{
    z-index:3 !important;
}

/* =========================================================
   XENO FINAL READABLE CARDS + HOVER/CLICK
   Keeps the approved card dimensions and images unchanged.
   ========================================================= */
.product-grid .product-card {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, filter .22s ease !important;
    will-change: transform;
}

/* Uniform 40% veil over the complete image. */
.product-grid .product-card > .product-black-veil {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background: rgba(0, 0, 0, .40) !important;
    opacity: 1 !important;
    border-radius: inherit !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: background-color .22s ease !important;
}

/* Strong lower gradient only behind the text. */
.product-grid .product-card > .product-content {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    box-sizing: border-box !important;
    min-height: 0 !important;
    padding: 88px 14px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, .08) 24%,
        rgba(0, 0, 0, .58) 43%,
        rgba(0, 0, 0, .88) 66%,
        rgba(0, 0, 0, .97) 100%
    ) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.product-grid .product-category {
    margin: 0 0 4px !important;
    font-size: 9px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    letter-spacing: 1.4px !important;
    color: #18e9ff !important;
    text-shadow: 0 2px 4px #000, 0 0 7px rgba(0,0,0,.95) !important;
}

.product-grid .product-content h3 {
    margin: 0 0 4px !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    color: #fff !important;
    text-shadow: 0 2px 4px #000, 0 0 8px #000 !important;
}

.product-grid .product-content p {
    min-height: 0 !important;
    margin: 0 0 7px !important;
    font-size: 11px !important;
    line-height: 1.28 !important;
    font-weight: 500 !important;
    color: #e7f2f6 !important;
    text-shadow: 0 2px 4px #000, 0 0 7px #000 !important;
}

.product-grid .product-content ul {
    min-height: 0 !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
}

.product-grid .product-content li {
    font-size: 10.5px !important;
    line-height: 1.18 !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-shadow: 0 2px 4px #000, 0 0 7px #000 !important;
}

.product-grid .product-footer {
    margin-top: auto !important;
    position: relative !important;
    z-index: 4 !important;
}

.product-grid .product-price strong {
    font-size: 15px !important;
    color: #ffd33d !important;
    text-shadow: 0 2px 4px #000, 0 0 8px #000 !important;
}

/* Mouse hover restored without changing card dimensions. */
.product-grid .product-card:hover {
    transform: translateY(-5px) scale(1.012) !important;
    border-color: rgba(31, 224, 255, .72) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .52), 0 0 18px rgba(0, 214, 255, .16) !important;
    filter: brightness(1.06) !important;
}

.product-grid .product-card:hover > .product-black-veil {
    background: rgba(0, 0, 0, .34) !important;
}

.product-grid .product-card:active,
.product-grid .product-card.is-clicked {
    transform: translateY(-1px) scale(.988) !important;
    transition-duration: .08s !important;
}

.product-grid .add-to-cart {
    transition: transform .13s ease, filter .13s ease !important;
}

.product-grid .add-to-cart:hover {
    transform: scale(1.045) !important;
    filter: brightness(1.18) !important;
}

.product-grid .add-to-cart:active,
.product-grid .add-to-cart.is-clicked {
    transform: scale(.94) !important;
    filter: brightness(1.35) !important;
}


/* =========================================================
   XENO ALPHA STYLE - SHOP CATEGORY FILTER BUTTONS
   ========================================================= */
.category-tabs{
    gap:10px !important;
    align-items:center;
}

.category-tabs .category-tab-slot{
    display:inline-flex;
    flex:0 0 auto;
    margin-inline-end:var(--category-gap-after,0px) !important;
}

.category-tabs .alpha-filter-button[data-category="flash-sale"]{
    color:#ffd700 !important;
    text-shadow:0 0 5px rgba(255,215,0,.65);
    animation:xenoFlashSaleText 1.15s ease-in-out infinite;
}
.category-tabs .alpha-filter-button[data-category="flash-sale"]::before{
    background:conic-gradient(from 0deg,#ffd700 0deg,#ff8a00 90deg,#fff2a8 180deg,#b97800 270deg,#ffd700 360deg);
}
@keyframes xenoFlashSaleText{
    0%,100%{opacity:.78;text-shadow:0 0 3px rgba(255,215,0,.52)}
    50%{opacity:1;text-shadow:0 0 6px #ffd700,0 0 15px rgba(255,170,0,.95)}
}

.category-tabs .alpha-filter-button{
    position:relative !important;
    isolation:isolate;
    overflow:hidden;
    min-width:74px;
    height:35px !important;
    padding:0 19px !important;
    border:0 !important;
    border-radius:0 !important;
    clip-path:polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
    color:#ffffff !important;
    background:#030a10 !important;
    font-family:Orbitron, sans-serif !important;
    font-size:var(--category-font-size,7px) !important;
    font-weight:900 !important;
    letter-spacing:.45px;
    line-height:35px;
    text-align:center;
    text-transform:uppercase;
    cursor:pointer;
    transform:translateZ(0);
    box-shadow:0 5px 13px rgba(0,0,0,.32);
    transition:transform .16s ease, filter .16s ease, box-shadow .2s ease !important;
}

.category-tabs .alpha-filter-button::before{
    content:"";
    position:absolute;
    z-index:-2;
    left:-55%;
    top:-180%;
    width:210%;
    height:460%;
    background:conic-gradient(
        from 0deg,
        #00eaff 0deg,
        #2879ff 62deg,
        #bd4cff 122deg,
        #ff3f79 182deg,
        #ffd400 238deg,
        #5dff25 300deg,
        #00eaff 360deg
    );
    animation:xenoAlphaFilterSpin 3.4s linear infinite;
}

.category-tabs .alpha-filter-button::after{
    content:"";
    position:absolute;
    z-index:-1;
    inset:2px;
    clip-path:polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
    background:linear-gradient(180deg,#071723 0%,#02080d 58%,#06121a 100%);
    box-shadow:inset 0 0 11px rgba(0,218,255,.08);
    transition:background .18s ease, box-shadow .18s ease;
}

.category-tabs .alpha-filter-button:hover{
    color:#ffffff !important;
    transform:translateY(-2px) scale(1.035) !important;
    filter:brightness(1.18);
    box-shadow:0 0 8px rgba(0,234,255,.34), 0 0 17px rgba(188,76,255,.20), 0 8px 16px rgba(0,0,0,.42) !important;
}

.category-tabs .alpha-filter-button:hover::after{
    background:linear-gradient(180deg,#0a2534 0%,#041019 60%,#071923 100%);
    box-shadow:inset 0 0 16px rgba(0,226,255,.18);
}

.category-tabs .alpha-filter-button:active{
    transform:translateY(1px) scale(.955) !important;
    filter:brightness(1.34);
    transition-duration:.07s !important;
}

.category-tabs .alpha-filter-button.active{
    color:#ffffff !important;
    text-shadow:0 0 7px rgba(255,255,255,.50);
    box-shadow:0 0 9px rgba(0,234,255,.52), 0 0 20px rgba(75,115,255,.24), 0 8px 16px rgba(0,0,0,.44) !important;
}

.category-tabs .alpha-filter-button.active::after{
    background:linear-gradient(180deg,#0b2a39 0%,#06151f 54%,#09202b 100%);
    box-shadow:inset 0 0 18px rgba(0,230,255,.23), inset 0 1px 0 rgba(255,255,255,.08);
}

.category-tabs .alpha-filter-button:focus-visible{
    outline:2px solid #ffffff;
    outline-offset:3px;
}

@keyframes xenoAlphaFilterSpin{
    to{transform:rotate(360deg)}
}

@media (prefers-reduced-motion:reduce){
    .category-tabs .alpha-filter-button::before{animation:none}
}

.category-tabs .alpha-filter-button::before{
    background:conic-gradient(
        from 0deg,
        var(--category-accent,#00eaff) 0deg,
        #2879ff 90deg,
        var(--category-accent,#00eaff) 180deg,
        #ff3f79 270deg,
        var(--category-accent,#00eaff) 360deg
    );
}

/* =========================================================
   XENO secure instant-delivery popup v2.0
   ========================================================= */
.purchase-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9000;
    background: rgba(0, 7, 12, .44);
}

.purchase-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9001;
    width: min(620px, calc(100vw - 30px));
    max-height: calc(100vh - 30px);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -47%) scale(.97);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    padding: 22px;
    color: #fff;
    border: 1px solid rgba(0, 220, 255, .42);
    background: linear-gradient(145deg, rgba(2, 25, 35, .99), rgba(0, 9, 16, .99));
    box-shadow: 0 20px 80px rgba(0, 0, 0, .62), inset 0 0 35px rgba(0, 204, 255, .045);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.purchase-modal.open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.purchase-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 15px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(0, 220, 255, .2);
}

.purchase-modal-head h2 {
    margin: 5px 0 0;
    font-size: 22px;
    color: #fff;
}

.purchase-modal-close {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(0, 220, 255, .38);
    background: rgba(0, 15, 23, .9);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.purchase-loading {
    padding: 40px 12px;
    text-align: center;
}

.purchase-loading strong,
.purchase-loading p { display: block; }
.purchase-loading p { color: #83a9b8; margin: 8px 0 0; }
.purchase-spinner {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto 18px;
    border: 3px solid rgba(0, 220, 255, .18);
    border-top-color: #00dcff;
    border-radius: 50%;
    animation: purchaseSpin .75s linear infinite;
}
@keyframes purchaseSpin { to { transform: rotate(360deg); } }

.purchase-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 12px 14px;
    margin-bottom: 14px;
    border: 1px solid;
    background: rgba(0, 0, 0, .25);
}
.purchase-status strong { font-size: 13px; letter-spacing: 1px; }
.purchase-status span { color: #b5cbd3; font-size: 12px; text-align: right; }
.purchase-status.online { border-color: rgba(0, 255, 174, .55); }
.purchase-status.online strong { color: #00ffae; }
.purchase-status.offline { border-color: rgba(255, 77, 104, .58); }
.purchase-status.offline strong { color: #ff4d68; }
.purchase-status.completed { border-color: rgba(0, 220, 255, .58); }
.purchase-status.completed strong { color: #00dcff; }

.purchase-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.purchase-info-grid > div,
.purchase-product-summary {
    padding: 13px;
    border: 1px solid rgba(0, 220, 255, .18);
    background: rgba(0, 10, 17, .72);
}
.purchase-info-grid span,
.purchase-product-summary > span {
    display: block;
    margin-bottom: 6px;
    color: #00dcff;
    font-size: 9px;
    letter-spacing: 1.4px;
}
.purchase-info-grid strong {
    display: block;
    overflow-wrap: anywhere;
    font-size: 14px;
    color: #fff;
}
.purchase-price em { color: #ffc424; font-style: normal; }
.purchase-price b { color: #ffc424; }
.purchase-product-summary { margin-top: 10px; }
.purchase-product-summary h3 { margin: 0 0 9px; font-size: 18px; }
.purchase-product-summary ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 4px; }
.purchase-product-summary li { color: #dcebf0; font-size: 12px; }
.purchase-product-summary li::before { content: "◆"; margin-right: 8px; color: #00ffae; font-size: 8px; }
.purchase-message { min-height: 20px; margin: 13px 0; color: #c5d9e0; font-size: 12px; }
.purchase-confirm { width: 100%; min-height: 42px; }
.purchase-confirm:disabled { opacity: .38; cursor: not-allowed; filter: grayscale(.8); }
body.purchase-modal-open { overflow: hidden; }

@media (max-width: 560px) {
    .purchase-info-grid { grid-template-columns: 1fr; }
    .purchase-status { align-items: flex-start; flex-direction: column; }
    .purchase-status span { text-align: left; }
}

/* XENO FREE STARTER SPECIAL CARD */
.free-product-card{
    border-color:#ffd700 !important;
    box-shadow:0 0 25px rgba(255,215,0,.45);
}
.free-product-card .free-center-badge{
    position:absolute;
    top:48%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:3;
    font-family:Orbitron,Arial;
    font-size:58px;
    font-weight:900;
    color:#ffd700;
    text-shadow:0 0 8px #ffd700,0 0 25px #ff9900;
    animation:xenoFreePulse 1.4s infinite;
}
@keyframes xenoFreePulse{
    0%,100%{opacity:.75;transform:translate(-50%,-50%) scale(1)}
    50%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}
}
.free-product-card .product-black-veil{background:rgba(0,0,0,.35);}

.product-card.free-product-card{--product-bg:none !important;background-image:none !important;}


/* XENO FREE STANDALONE CARD */
.product-card.free-product-card{
    border:2px solid #d4af37!important;
    box-shadow:0 0 18px rgba(255,215,0,.55), inset 0 0 40px rgba(255,180,0,.12);
    animation:freeGoldPulse 2s infinite;
}
.product-card.free-product-card .product-black-veil{
    background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.85));
}
.free-center-badge{
    position:absolute;
    inset:35px 0 auto 0;
    text-align:center;
    font-family:Orbitron, sans-serif;
    font-size:64px;
    font-weight:900;
    letter-spacing:3px;
    color:#ffd700;
    text-shadow:0 0 12px #ffd700,0 0 35px #ffae00;
    animation:freeTextPulse 1.5s infinite;
    z-index:2;
    pointer-events:none;
}
.product-card.free-product-card .product-content{
    position:relative;
    z-index:3;
}
@keyframes freeGoldPulse{
    50%{box-shadow:0 0 35px rgba(255,215,0,.9),inset 0 0 50px rgba(255,180,0,.2)}
}
@keyframes freeTextPulse{
    50%{transform:scale(1.08);opacity:.75}
}

/* XENO FREE STANDALONE OVERRIDE v3 */
.product-card.free-product-card{
 position:relative!important;
 border:2px solid #ffd700!important;
 box-shadow:0 0 35px rgba(255,215,0,.8),inset 0 0 40px rgba(255,170,0,.25)!important;
 background-image:none!important;
}
.product-card.free-product-card .free-center-badge{
 display:block!important;
 position:absolute!important;
 top:45%!important;
 left:50%!important;
 transform:translate(-50%,-50%)!important;
 font-size:72px!important;
 font-weight:900!important;
 color:#ffd700!important;
 z-index:20!important;
 text-shadow:0 0 15px #ffd700,0 0 45px #ff9900!important;
 animation:freeFixPulse 1.3s infinite!important;
}
@keyframes freeFixPulse{
50%{opacity:.65;transform:translate(-50%,-50%) scale(1.12)!important;}
}

/* compact my orders */
.orders-panel table{width:100%;border-collapse:collapse;font-size:12px}
.orders-panel th{padding:8px 10px;text-align:left;color:#16d8ff;font-family:Orbitron;font-size:9px;white-space:nowrap}
.orders-panel td{padding:9px 10px;border-top:1px solid rgba(22,216,255,.12);white-space:nowrap}
.orders-panel tr:hover{background:rgba(22,216,255,.05)}
.alpha-button span{display:block;line-height:1;transform:none}

/* Layout selezionabili dal pannello XENO SHOP PACK. */
.product-grid .product-card.layout-wide{grid-column:span 2}
.product-grid .product-card.layout-featured{
    grid-column:span 2;
    min-height:310px!important;
    border-color:rgba(255,211,61,.72)!important;
    box-shadow:0 0 22px rgba(255,191,0,.14)!important;
}
.product-grid .product-card.layout-compact{min-height:210px!important}
.product-grid .product-card.layout-compact>.product-content{padding-top:56px!important}
.product-grid .product-card.limited-product-card{
    border-color:#ffd43b!important;
    box-shadow:0 0 8px rgba(255,212,59,.42),0 0 24px rgba(255,174,0,.18)!important;
}
.product-grid .product-card.limited-product-card:hover{
    border-color:#fff08a!important;
    box-shadow:0 0 12px rgba(255,230,92,.58),0 0 32px rgba(255,174,0,.28)!important;
}
.product-grid .product-card.limited-product-card>.product-badge{
    border-color:#ffd43b!important;
    background:rgba(52,38,0,.92)!important;
    color:#ffe36e!important;
    box-shadow:0 0 12px rgba(255,205,40,.24)!important;
}
@media(max-width:760px){
    .product-grid .product-card.layout-wide,
    .product-grid .product-card.layout-featured{grid-column:span 1}
}

/* =========================================================
   XENO SHOP PUBLIC CATALOG — CATEGORY TIMER + FOOTER ALIGNMENT
   ========================================================= */
.shop-main{
    min-height:100vh !important;
    display:flex !important;
    flex-direction:column !important;
}
.shop-controls{
    align-items:flex-start !important;
}
.shop-category-area{
    min-width:0;
    flex:1 1 auto;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
}
.shop-controls > .search-box{
    flex:0 0 260px;
    align-self:flex-start;
}
.shop-footer{
    margin-top:auto !important;
    min-height:78px !important;
    padding:18px 0 20px !important;
    flex-shrink:0;
}
.flash-sale-timer{
    --flash-color:#ffd700;
    width:max-content;
    max-width:100%;
    display:flex;
    align-items:center;
    gap:13px;
    padding:7px 13px 8px;
    border:1px solid var(--flash-color);
    background:linear-gradient(110deg,rgba(34,24,0,.86),rgba(4,15,21,.95));
    color:var(--flash-color);
    clip-path:polygon(8px 0,calc(100% - 8px) 0,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0 calc(100% - 8px),0 8px);
    box-shadow:0 0 17px color-mix(in srgb,var(--flash-color) 25%,transparent),inset 0 0 18px color-mix(in srgb,var(--flash-color) 8%,transparent);
}
.flash-sale-timer[hidden]{display:none !important}
.flash-sale-timer-label{
    font-family:Orbitron,sans-serif;
    font-size:8px;
    font-weight:900;
    letter-spacing:1.1px;
    white-space:nowrap;
    text-shadow:0 0 7px currentColor;
}
.flash-sale-timer-value{
    font-family:Orbitron,sans-serif;
    font-size:var(--flash-timer-size,32px);
    font-weight:900;
    line-height:.92;
    white-space:nowrap;
    text-shadow:0 0 9px currentColor,0 0 19px color-mix(in srgb,currentColor 45%,transparent);
}
.flash-sale-timer.is-upcoming{filter:saturate(.78);opacity:.86}

/* Every category uses the same animated Titan frame. The selected color
   controls the frame, glow and label, including FLASH SALE. */
.category-tabs .alpha-filter-button[data-category="flash-sale"]{
    color:var(--category-accent,#ffd700) !important;
    text-shadow:0 0 5px var(--category-accent,#ffd700) !important;
    animation:xenoFlashSaleText 1.15s ease-in-out infinite;
}
.category-tabs .alpha-filter-button[data-category="flash-sale"]::before{
    background:conic-gradient(
        from 0deg,
        var(--category-accent,#ffd700) 0deg,
        #2879ff 90deg,
        var(--category-accent,#ffd700) 180deg,
        #ff3f79 270deg,
        var(--category-accent,#ffd700) 360deg
    );
}

@media(max-width:760px){
    .shop-category-area{width:100%}
    .shop-controls > .search-box{flex-basis:auto;width:100%}
    .flash-sale-timer{width:100%;justify-content:space-between}
}

/* Category colors are single-color accents selected in SHOP PACK.
   Keep the Titan animation, but remove every multicolor/rainbow gradient. */
.category-tabs .alpha-filter-button,
.category-tabs .alpha-filter-button:hover,
.category-tabs .alpha-filter-button.active{
    color:var(--category-accent,#00eaff) !important;
    text-shadow:0 0 5px var(--category-accent,#00eaff) !important;
    box-shadow:0 0 8px color-mix(in srgb,var(--category-accent,#00eaff) 42%,transparent),0 0 18px color-mix(in srgb,var(--category-accent,#00eaff) 18%,transparent),0 8px 16px rgba(0,0,0,.42) !important;
}
.category-tabs .alpha-filter-button::before,
.category-tabs .alpha-filter-button[data-category="flash-sale"]::before{
    background:var(--category-accent,#00eaff) !important;
    animation:categoryAccentPulse 2.4s ease-in-out infinite !important;
    transform:none !important;
}
.category-tabs .alpha-filter-button[data-category="flash-sale"]{
    animation:categoryAccentTextPulse 1.15s ease-in-out infinite !important;
}
@keyframes categoryAccentPulse{
    0%,100%{filter:brightness(.86);opacity:.9}
    50%{filter:brightness(1.18);opacity:1}
}
@keyframes categoryAccentTextPulse{
    0%,100%{opacity:.78}
    50%{opacity:1}
}

/* Controlli grafici per singolo pacchetto inviati da SHOP PACK. */
.product-grid .product-category{
    display:block!important;
    margin:0 0 4px!important;
    font-size:var(--product-category-font-size,8px)!important;
    line-height:1.2!important;
    color:#18e9ff!important;
}
.product-grid .product-content h3{
    order:1!important;
    margin:0 0 5px!important;
    font-size:var(--product-title-font-size,15px)!important;
    color:var(--product-title-color,#fff)!important;
    white-space:pre-line!important;
}
.product-grid .product-category{
    order:2!important;
}
.product-grid .product-content p,
.product-grid .product-content ul,
.product-grid .product-footer{
    order:3!important;
}
.product-grid .product-card > .product-content h3{
    position:absolute!important;
    top:14px!important;
    left:14px!important;
    right:70px!important;
    margin:0!important;
    transform:none!important;
}
.product-grid .product-card.layout-compact > .product-content h3{
    top:12px!important;
}
.product-grid .product-title-icon{
    display:inline-block!important;
    margin-left:6px!important;
    color:#ff5ec7!important;
    font-size:var(--product-title-icon-size,14px)!important;
    line-height:1!important;
    vertical-align:middle!important;
    text-shadow:0 2px 6px rgba(0,0,0,1)!important;
}

/* Public product links: the card is shareable, BUY remains interactive. */
.product-grid .product-card > .product-card-link{
    position:absolute!important;
    inset:0!important;
    z-index:3!important;
    display:block!important;
    cursor:pointer;
}
.product-grid .product-card > .product-card-link:focus-visible{
    outline:2px solid var(--cyan);
    outline-offset:-3px;
}
.product-grid .product-card > .product-content{
    position:relative!important;
    z-index:4!important;
    pointer-events:none!important;
}
.product-grid .product-card > .product-content .add-to-cart{
    position:relative!important;
    z-index:5!important;
    pointer-events:auto!important;
}

/* Keep every cover as one continuous background and hide source-image bottom strips. */
.product-grid .product-card{
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:cover!important;
}
.product-grid .product-card > .product-content{
    background:linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,.08) 28%,
        rgba(0,0,0,.58) 52%,
        rgba(0,0,0,.94) 75%,
        #000 100%
    )!important;
}

/* LAST OVERRIDE: the veil is uniform and the content itself stays transparent. */
.product-grid .product-card > .product-black-veil{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    pointer-events:none!important;
    background:rgba(0,0,0,.55)!important;
    opacity:1!important;
}
.product-grid .product-card > .product-content{
    position:absolute!important;
    inset:0!important;
    z-index:4!important;
    background:transparent!important;
}

/* Brighter catalog cards: keep readability without the heavy black wash. */
.product-grid .product-card{
    filter:brightness(1.08) saturate(1.10)!important;
}
.product-grid .product-card > .product-black-veil{
    background:rgba(0,0,0,.14)!important;
}
.product-grid .product-card:hover > .product-black-veil{
    background:rgba(0,0,0,.10)!important;
}
.product-grid .product-card:hover{
    filter:brightness(1.13) saturate(1.14)!important;
}

/* Match the bright original preview image used by Discord. */
.product-grid .product-card{
    filter:brightness(1.14) saturate(1.12)!important;
}
.product-grid .product-card::before{
    transform:none!important;
}
.product-grid .product-card > .product-black-veil,
.product-grid .product-card:hover > .product-black-veil{
    background:transparent!important;
    opacity:1!important;
}

/* Final veil fix: one uniform dark layer across the entire card. */
.product-grid .product-card > .product-black-veil{
    background:rgba(0,0,0,.55)!important;
    opacity:1!important;
}
.product-grid .product-card > .product-content{
    background:transparent!important;
}
.product-grid .product-card:hover > .product-black-veil{
    background:rgba(0,0,0,.55)!important;
}

/* Final image fix: one clipped, zoomed cover layer; no visible bottom fragment. */
.product-grid .product-card{
    background-image:none!important;
}
.product-grid .product-card::before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background-image:var(--product-bg)!important;
    background-position:center center!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    transform:scale(1.30)!important;
    opacity:1!important;
}
.product-grid .product-card > .product-content{
    background:linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,.10) 30%,
        rgba(0,0,0,.66) 54%,
        rgba(0,0,0,.97) 78%,
        #000 100%
    )!important;
}

/* ABSOLUTE LAST OVERRIDE: uniform veil, no content gradient. */
.product-grid .product-card > .product-black-veil{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    pointer-events:none!important;
    background:rgba(0,0,0,.55)!important;
    opacity:1!important;
}
.product-grid .product-card > .product-content{
    position:absolute!important;
    inset:0!important;
    z-index:4!important;
    background:transparent!important;
}

/* FINAL SOURCE-ONLY MODE: no DOM veil, no zoom, no filter. */
.product-grid .product-card{
    filter:none!important;
    background-image:none!important;
}
.product-grid .product-card::before{
    display:block!important;
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    pointer-events:none!important;
    background-image:var(--product-bg)!important;
    background-position:center center!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    transform:none!important;
    opacity:1!important;
    filter:none!important;
}
.product-grid .product-card::after{
    display:none!important;
    content:none!important;
}
.product-grid .product-card > .product-black-veil{
    display:none!important;
}
.product-grid .product-card > .product-content{
    position:absolute!important;
    inset:0!important;
    z-index:4!important;
    background:transparent!important;
}
