
:root{
  --bg:#020202;
  --panel:#0d0d0d;
  --panel2:#111111;
  --panel3:#171717;
  --line:#242424;
  --line2:#303030;
  --text:#f7f7f7;
  --muted:#aaa;
  --muted2:#777;
  --red:#ff1212;
  --red2:#c90000;
  --white:#fff;
  --shadow:0 22px 70px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:
    radial-gradient(circle at 20% -10%, rgba(255,30,30,.12), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.055), transparent 28%),
    linear-gradient(180deg,#151515 0,#070707 310px,#000 311px,#000 100%);
  color:var(--text);
}
body.gate-body{
  display:grid;
  place-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,20,20,.16),transparent 30%),
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.05),transparent 24%),
    linear-gradient(180deg,#151515,#050505 60%,#000);
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{max-width:100%;display:block}
.wrap{width:min(100% - 48px,1180px);margin:0 auto}
.topbar{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
  padding:22px 0;
}
.topbar.full{
  justify-content:space-between;
}
.top-left,.top-right{display:flex;align-items:center;gap:14px}
.logo-mark{
  width:44px;height:44px;border-radius:11px;
  display:grid;place-items:center;
  background:#f2f2f2;color:#080808;font-weight:950;
  border:1px solid rgba(255,255,255,.15);
}
.brand-mini{display:flex;align-items:center;gap:12px;font-weight:950;letter-spacing:-.02em}
.nav-btn,.account-btn,.basket-btn,.logout-btn,.copy-btn,.discord-btn{
  border:0;
  border-radius:2px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 18px;
  font-weight:900;
  cursor:pointer;
  transition:.16s ease;
}
.account-btn,.nav-btn,.copy-btn{
  background:#f0f0f0;
  color:#111;
  border:1px solid #fff;
}
.account-btn:hover,.nav-btn:hover,.copy-btn:hover{background:#fff;transform:translateY(-1px)}
.basket-btn,.discord-btn{
  background:var(--red);
  color:#fff;
}
.basket-btn:hover,.discord-btn:hover{background:#ff2a2a;transform:translateY(-1px)}
.logout-btn{
  height:38px;
  padding:0 12px;
  background:#181818;
  color:#ddd;
  border:1px solid #333;
}
.logout-btn:hover{border-color:#555}
.icon{
  width:18px;height:18px;display:inline-block;flex:0 0 18px;
  fill:currentColor;
}
.hero-head{
  padding:44px 0 82px;
  border-top:1px solid rgba(255,255,255,.035);
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:34px;
}
.server-copy,.discord-join{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:250px;
}
.discord-join{justify-content:flex-end;text-align:right}
.server-icon,.discord-icon-box{
  width:56px;height:56px;border-radius:10px;
  display:grid;place-items:center;
  color:#fff;
}
.server-icon svg,.discord-icon-box svg{width:48px;height:48px;fill:#fff}
.server-copy strong,.discord-join strong{display:block;font-size:18px;line-height:1.15}
.server-copy button,.discord-join a{
  margin-top:4px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--red);
  font-weight:800;
  cursor:pointer;
}
.store-title{
  text-align:center;
}
.store-title h1{
  margin:0;
  font-size:clamp(52px,6vw,76px);
  line-height:.95;
  letter-spacing:-.055em;
  font-weight:950;
}
.store-title p{
  margin:12px 0 0;
  color:#9b9b9b;
  font-weight:700;
}
.main-stage{
  margin-top:-44px;
  padding-bottom:42px;
}
.category-stage{
  background:var(--panel);
  border:1px solid #141414;
  border-radius:4px;
  min-height:300px;
  padding:46px 42px 36px;
  box-shadow:var(--shadow);
}
.category-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}
.category-card{
  position:relative;
  min-height:315px;
  background:#111;
  border:1px solid #191919;
  border-radius:4px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:24px;
  transition:.18s ease;
}
.category-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),transparent 38%),
    radial-gradient(circle at 50% 38%,rgba(255,18,18,.12),transparent 38%);
  opacity:.8;
}
.category-card:hover{
  transform:translateY(-5px);
  border-color:#333;
  background:#151515;
}
.category-card:hover:after{
  opacity:1;
}
.category-card:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:3px;
  background:var(--red);
  opacity:.45;
}
.category-card img{
  position:relative;
  z-index:1;
  height:170px;
  object-fit:contain;
  filter:drop-shadow(0 28px 28px rgba(0,0,0,.42));
}
.category-card h2{
  position:relative;
  z-index:1;
  margin:0;
  font-size:28px;
  letter-spacing:-.035em;
}
.info-layout{
  display:grid;
  grid-template-columns:265px minmax(0,1fr);
  gap:30px;
  margin-top:30px;
}
.side-nav,.info-card,.footer,.product-card,.gate-card,.modal-card,.basket-drawer{
  background:var(--panel);
  border:1px solid #181818;
  border-radius:4px;
}
.side-nav{
  padding:20px 0;
  align-self:start;
}
.side-nav a{
  display:block;
  padding:16px 24px;
  color:#cfcfcf;
  font-weight:750;
}
.side-nav a.active,.side-nav a:hover{color:var(--red)}
.info-card{
  padding:32px;
  color:#e8e8e8;
  line-height:1.65;
  font-weight:650;
}
.info-card p{margin:0 0 16px}
.info-card p:last-child{margin-bottom:0}
.category-page-head{
  padding:22px 0 34px;
}
.category-page-head .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.back-link{
  height:50px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#101010;
  border:1px solid #242424;
  border-radius:4px;
  color:#fff;
  font-weight:950;
  transition:.16s;
}
.back-link:hover{
  border-color:#444;
  transform:translateX(-2px);
}
.back-icon{
  width:28px;height:28px;border-radius:50%;
  display:grid;place-items:center;
  background:#fff;color:#050505;font-weight:950;
}
.cat-hero{
  padding:30px 0 54px;
  text-align:center;
}
.cat-hero h1{
  margin:0;
  font-size:clamp(44px,6vw,74px);
  letter-spacing:-.06em;
}
.cat-hero p{
  margin:12px auto 0;
  max-width:670px;
  color:#aaa;
  line-height:1.65;
  font-weight:650;
}
.products-section{
  padding-bottom:50px;
}
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.tier-title{
  margin:36px 0 18px;
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
}
.tier-title:first-child{margin-top:0}
.tier-title h2{
  margin:0;
  font-size:30px;
  letter-spacing:-.04em;
}
.tier-title:after{
  content:"";
  height:1px;
  flex:1;
  background:linear-gradient(90deg,#2a2a2a,transparent);
}
.product-card{
  min-height:475px;
  padding:22px;
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
  transition:.16s;
}
.product-card:hover{transform:translateY(-4px);border-color:#303030;background:#111}
.product-card.popular{border-color:rgba(255,18,18,.5)}
.popular-tag{
  position:absolute;
  top:16px;left:50%;transform:translateX(-50%);
  z-index:2;
  background:var(--red);
  color:#fff;
  padding:8px 14px;
  border-radius:2px;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
}
.product-img{
  height:205px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:-2px -2px 18px;
  background:linear-gradient(180deg,#151515,#0b0b0b);
  border:1px solid #1b1b1b;
}
.product-img img{
  max-height:180px;
  object-fit:contain;
  filter:drop-shadow(0 20px 24px rgba(0,0,0,.45));
}
.product-card h3{
  margin:0 0 10px;
  font-size:24px;
  letter-spacing:-.035em;
  line-height:1.1;
}
.product-card p{
  margin:0 0 16px;
  color:#a7a7a7;
  line-height:1.5;
  font-weight:620;
}
.save{
  align-self:flex-start;
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  background:#2a0505;
  border:1px solid rgba(255,18,18,.35);
  color:#ff5757;
  font-size:13px;
  font-weight:900;
  border-radius:2px;
  margin-bottom:14px;
}
.purchase{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.price{
  font-size:24px;
  font-weight:950;
}
.add-btn{
  height:44px;
  min-width:120px;
  border:0;
  border-radius:2px;
  background:var(--red);
  color:#fff;
  font-weight:950;
  cursor:pointer;
  transition:.16s;
}
.add-btn:hover{background:#ff2a2a}
.footer{
  margin:34px auto 24px;
  padding:26px 30px;
  color:#bdbdbd;
}
.footer-grid{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:26px;
  align-items:start;
}
.footer h3{margin:0 0 8px;color:#fff}
.footer p{margin:0;line-height:1.6;max-width:760px}
.footer-links,.social-links{display:grid;gap:8px}
.footer a{color:#dcdcdc;font-weight:800}
.footer a:hover{color:var(--red)}
.gate-card{
  width:min(100% - 34px,560px);
  padding:42px;
  box-shadow:var(--shadow);
}
.gate-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-bottom:26px;
}
.gate-logo img{width:48px;height:48px;object-fit:contain}
.gate-card h1{
  margin:0 0 12px;
  text-align:center;
  font-size:42px;
  line-height:1;
  letter-spacing:-.05em;
}
.gate-card p{
  margin:0 auto 26px;
  text-align:center;
  color:#aaa;
  line-height:1.65;
  max-width:430px;
}
.gate-form{display:grid;gap:12px}
.gate-form input,.login-form input{
  width:100%;
  height:52px;
  border:1px solid #2a2a2a;
  background:#050505;
  color:#fff;
  border-radius:2px;
  padding:0 15px;
  outline:none;
  font-weight:800;
}
.gate-form input:focus,.login-form input:focus{border-color:#555}
.primary-btn{
  height:52px;
  border:0;
  border-radius:2px;
  background:var(--red);
  color:#fff;
  font-weight:950;
  cursor:pointer;
}
.error-msg{min-height:20px;color:#ff5858;text-align:center;font-weight:850}
.modal-bg,.basket-bg{
  position:fixed;inset:0;background:rgba(0,0,0,.68);
  backdrop-filter:blur(2px);
  z-index:100;
  opacity:0;pointer-events:none;
  transition:.18s;
}
.modal-bg.open,.basket-bg.open{opacity:1;pointer-events:auto}
.modal-card{
  position:fixed;
  top:50%;left:50%;
  transform:translate(-50%,-50%) scale(.96);
  z-index:110;
  width:min(100% - 36px,440px);
  padding:30px;
  opacity:0;pointer-events:none;
  transition:.18s;
  box-shadow:var(--shadow);
}
.modal-card.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}
.modal-head{
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  margin-bottom:20px;
}
.modal-head h2{margin:0;font-size:28px;letter-spacing:-.04em}
.close-btn{
  border:0;
  width:38px;height:38px;
  background:#1b1b1b;
  color:#fff;
  border-radius:2px;
  cursor:pointer;
}
.login-note{color:#aaa;line-height:1.5;margin:0 0 18px}
.login-form{display:grid;gap:12px}
.account-menu{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
}
.account-name{
  background:#eee;
  color:#111;
  height:48px;
  padding:0 17px;
  border-radius:2px;
  display:inline-flex;
  align-items:center;
  font-weight:950;
}
.basket-drawer{
  position:fixed;
  top:0;right:0;
  width:min(430px,100%);
  height:100vh;
  z-index:115;
  transform:translateX(105%);
  transition:.2s;
  display:flex;
  flex-direction:column;
  border-radius:0;
  border-right:0;border-top:0;border-bottom:0;
}
.basket-drawer.open{transform:translateX(0)}
.basket-head{
  padding:20px;
  border-bottom:1px solid #222;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.basket-head h2{margin:0}
.basket-items{flex:1;overflow:auto;padding:18px 20px}
.empty{color:#888}
.basket-row{
  display:flex;justify-content:space-between;gap:14px;
  padding:14px 0;border-bottom:1px solid #202020;
}
.basket-row strong{display:block}
.basket-row span{color:#999;font-size:14px}
.basket-row button{border:0;background:transparent;color:#ff4242;font-weight:900;cursor:pointer}
.basket-total{
  margin:0 20px 16px;
  padding:16px;
  background:#050505;
  border:1px solid #242424;
  display:flex;
  justify-content:space-between;
  font-weight:950;
}
.checkout-btn{
  margin:0 20px 22px;
  height:52px;
  border:0;
  background:var(--red);
  color:#fff;
  font-weight:950;
}
.toast{
  position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(20px);
  z-index:200;
  background:#fff;color:#080808;
  padding:12px 18px;
  font-weight:950;
  border-radius:2px;
  opacity:0;pointer-events:none;
  transition:.18s;
}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr;justify-items:center;text-align:center}
  .server-copy,.discord-join{justify-content:center;text-align:center}
  .category-grid,.info-layout,.product-grid,.footer-grid{grid-template-columns:1fr}
  .topbar.full{align-items:flex-start;flex-direction:column}
  .top-right{width:100%;justify-content:space-between;flex-wrap:wrap}
}
@media(max-width:560px){
  .wrap{width:min(100% - 24px,1180px)}
  .top-left,.top-right{flex-wrap:wrap}
  .category-stage{padding:22px}
  .category-card{min-height:245px}
  .category-card img{height:130px}
  .store-title h1{font-size:48px}
  .hero-head{padding-bottom:62px}
  .footer{padding:22px}
}


/* Lurix blue/black polish pass */
:root{
  --bg:#02070d;
  --panel:#071018;
  --panel2:#0b1620;
  --panel3:#0e1d29;
  --line:#142436;
  --line2:#213a55;
  --text:#f4fbff;
  --muted:#9ab5c9;
  --muted2:#658295;
  --red:#38bdf8;
  --red2:#0ea5e9;
  --blue:#38bdf8;
  --blue2:#60a5fa;
  --orange:#f59e0b;
  --orange2:#fb923c;
  --shadow:0 28px 90px rgba(0,0,0,.58);
}
body{
  background:
    radial-gradient(circle at 16% 0%,rgba(56,189,248,.17),transparent 30%),
    radial-gradient(circle at 88% 14%,rgba(96,165,250,.12),transparent 30%),
    linear-gradient(180deg,#101820 0,#061019 315px,#020407 316px,#020407 100%);
}
body.gate-body{
  background:
    radial-gradient(circle at 50% 0%,rgba(56,189,248,.18),transparent 31%),
    radial-gradient(circle at 18% 20%,rgba(96,165,250,.11),transparent 25%),
    linear-gradient(180deg,#101820,#04080d 62%,#010204);
}
.logo-mark{display:none!important}
.brand-logo{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(56,189,248,.22))}
.brand-mini{color:#fff}.brand-mini span:last-child{font-size:17px}
.nav-btn,.account-btn,.basket-btn,.copy-btn,.discord-btn,.primary-btn,.checkout-btn,.add-btn{
  border-radius:10px!important;
}
.account-btn,.nav-btn,.copy-btn{
  background:#eaf8ff!important;
  color:#06131d!important;
  border:1px solid rgba(168,231,255,.88)!important;
  box-shadow:0 10px 24px rgba(56,189,248,.09);
}
.account-btn:hover,.nav-btn:hover,.copy-btn:hover{background:#fff!important;box-shadow:0 12px 30px rgba(56,189,248,.16)}
.basket-btn,.discord-btn,.primary-btn,.checkout-btn,.add-btn{
  background:linear-gradient(135deg,#4cc9ff,#1976ff)!important;
  color:#fff!important;
  box-shadow:0 12px 30px rgba(24,145,255,.22);
}
.basket-btn:hover,.discord-btn:hover,.primary-btn:hover,.checkout-btn:hover,.add-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}
.basket-cartoon{width:31px;height:31px;object-fit:contain;filter:drop-shadow(0 4px 7px rgba(0,0,0,.22))}
.logout-btn{display:none!important}
.account-btn .logout-hover{display:none}
.account-btn.logged-in:hover #accountLabel{display:none}
.account-btn.logged-in:hover .logout-hover{display:inline}
.account-btn.logged-in:hover{background:linear-gradient(135deg,#4cc9ff,#1976ff)!important;color:#fff!important}
.server-copy button,.discord-join a{color:var(--blue)!important}.footer a:hover,.side-nav a.active,.side-nav a:hover{color:var(--blue)!important}
.server-icon svg,.discord-icon-box svg{filter:drop-shadow(0 8px 16px rgba(56,189,248,.18))}
.category-stage,.side-nav,.info-card,.footer,.product-card,.gate-card,.modal-card,.basket-drawer{
  background:linear-gradient(180deg,rgba(9,18,27,.98),rgba(5,10,16,.98))!important;
  border:1px solid rgba(77,169,224,.16)!important;
  border-radius:12px!important;
}
.category-card{
  background:linear-gradient(180deg,#0b1520,#071018)!important;
  border:1px solid rgba(80,176,232,.18)!important;
  border-radius:14px!important;
}
.category-card:before{
  background:
    linear-gradient(180deg,rgba(255,255,255,.04),transparent 42%),
    radial-gradient(circle at 50% 38%,rgba(56,189,248,.20),transparent 42%)!important;
}
.category-card:after{background:linear-gradient(90deg,#38bdf8,#1976ff)!important;opacity:.82!important;height:4px!important}
.category-card[href*="ranks"]:before{
  background:
    linear-gradient(180deg,rgba(255,255,255,.04),transparent 42%),
    radial-gradient(circle at 50% 38%,rgba(245,158,11,.24),transparent 44%)!important;
}
.category-card[href*="ranks"]:after{background:linear-gradient(90deg,#f59e0b,#fb923c)!important}
.category-card img{height:190px;filter:drop-shadow(0 30px 35px rgba(0,0,0,.48))}
.product-card:hover{border-color:rgba(56,189,248,.34)!important;background:linear-gradient(180deg,#0d1a25,#071018)!important}
.product-card.popular{border-color:rgba(56,189,248,.58)!important}.popular-tag{background:linear-gradient(135deg,#4cc9ff,#1976ff)!important;border-radius:9px!important}.save{background:rgba(56,189,248,.08)!important;border:1px solid rgba(56,189,248,.35)!important;color:#90e4ff!important;border-radius:8px!important}
.product-img{background:radial-gradient(circle at 50% 44%,rgba(56,189,248,.14),rgba(6,13,21,.9) 58%)!important;border:1px solid rgba(80,176,232,.13)!important;border-radius:10px!important}
.product-img img{max-height:185px;filter:drop-shadow(0 22px 30px rgba(0,0,0,.48))}
.tier-title:after{background:linear-gradient(90deg,rgba(56,189,248,.36),transparent)!important}.tier-title h2{color:#f4fbff!important}
.back-link{border-radius:12px!important;border-color:rgba(80,176,232,.18)!important;background:#071018!important}.back-icon{background:linear-gradient(135deg,#eaf8ff,#bfefff)!important;color:#041017!important}
.gate-form input,.login-form input{border-color:rgba(80,176,232,.22)!important;background:#03080d!important;border-radius:10px!important}.gate-form input:focus,.login-form input:focus{border-color:rgba(56,189,248,.75)!important;box-shadow:0 0 0 4px rgba(56,189,248,.08)}
.basket-total{background:#03080d!important;border-color:rgba(80,176,232,.18)!important;border-radius:10px!important}.basket-row button{color:#69d6ff!important}.toast{border-radius:10px!important;background:#eaf8ff!important;color:#06131d!important}


/* Final asset integration */
.info-card p{font-size:17px;line-height:1.65}
.category-card img{max-width:86%;height:210px;object-fit:contain}
.category-card[href*="ranks"] img{height:190px;max-width:90%}
.category-card[href*="crystals"] img{height:230px;max-width:80%}
.product-img{height:235px;padding:18px}
.product-img img{max-height:210px;max-width:92%;object-fit:contain}
.product-card[data-title*="Crystals"] .product-img img{max-height:220px}
.product-card[data-title*="VIP"] .product-img img{max-height:190px}
.checkout-btn{background:linear-gradient(135deg,#4cc9ff,#1976ff)!important;color:#fff!important}

/* Red highlight for popular offers and save badges */
.product-card.popular{
  border-color:#ef4444 !important;
  box-shadow:0 0 0 1px rgba(239,68,68,.55), 0 20px 55px rgba(239,68,68,.12) !important;
}
.product-card.popular:hover{
  border-color:#ff5a5a !important;
  box-shadow:0 0 0 1px rgba(255,90,90,.7), 0 24px 60px rgba(239,68,68,.16) !important;
}
.popular-tag{
  background:rgba(239,68,68,.14) !important;
  border:1px solid rgba(239,68,68,.75) !important;
  color:#ff6b6b !important;
  box-shadow:0 0 24px rgba(239,68,68,.18) !important;
}
.save{
  background:rgba(239,68,68,.08) !important;
  border:1px solid rgba(239,68,68,.65) !important;
  color:#ff6b6b !important;
  box-shadow:0 0 18px rgba(239,68,68,.10) !important;
}

/* Trim the last bright edge on the 500 and 1500 crystal offer images */
.product-card[data-title="500 Crystals"] .product-img img,
.product-card[data-title="1500 Crystals"] .product-img img{
  clip-path: inset(0 0 5% 0);
  transform: translateY(-3px);
}

/* Tebex checkout integration */
.checkout-btn:disabled,
.primary-btn:disabled{
  opacity:.68;
  cursor:not-allowed;
  filter:saturate(.75);
}
.payment-body{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
  background:
    radial-gradient(circle at 30% 20%,rgba(56,189,248,.16),transparent 34%),
    radial-gradient(circle at 75% 80%,rgba(25,118,255,.13),transparent 32%),
    #03070c;
  color:#fff;
}
.payment-card{
  width:min(100%,620px);
  padding:44px;
  text-align:center;
  background:linear-gradient(180deg,rgba(9,18,27,.98),rgba(5,10,16,.98));
  border:1px solid rgba(77,169,224,.18);
  border-radius:14px;
  box-shadow:0 30px 90px rgba(0,0,0,.45);
}
.payment-logo{
  width:62px;
  height:62px;
  object-fit:contain;
  margin-bottom:16px;
}
.payment-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  color:#90e4ff;
  background:rgba(56,189,248,.08);
  border:1px solid rgba(56,189,248,.2);
  border-radius:999px;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.payment-card h1{
  margin:18px 0 12px;
  font-size:clamp(36px,5vw,58px);
  line-height:.95;
  letter-spacing:-.06em;
}
.payment-card p{
  margin:0 auto 22px;
  max-width:480px;
  color:#b7c5d4;
  line-height:1.65;
  font-weight:650;
}
.payment-details{
  display:grid;
  gap:10px;
  margin:26px 0;
  text-align:left;
}
.payment-details div{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:13px 14px;
  background:#03080d;
  border:1px solid rgba(80,176,232,.16);
  border-radius:10px;
}
.payment-details span{color:#8fa3b8;font-weight:800}
.payment-details strong{color:#fff;text-align:right;word-break:break-word}
.payment-note{font-size:13px;color:#ffbf73!important}
.payment-button{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  height:48px;
  padding:0 22px!important;
  border-radius:10px!important;
  text-decoration:none;
}
@media(max-width:640px){
  .payment-card{padding:30px 22px}
  .payment-details div{display:grid}
  .payment-details strong{text-align:left}
}


/* Checkout click fix */
.checkout-btn{
  cursor:pointer !important;
  pointer-events:auto !important;
  position:relative !important;
  z-index:130 !important;
  user-select:none !important;
}
.checkout-btn:disabled{
  cursor:not-allowed !important;
  pointer-events:auto !important;
}
.basket-drawer{pointer-events:auto !important;}
.basket-drawer.open{pointer-events:auto !important;}


/* Success screen summary layout */
.payment-logo{
  display:block !important;
  width:86px !important;
  height:86px !important;
  margin:0 auto 18px !important;
}
.payment-summary div{
  align-items:center;
}
.payment-summary .payment-total-row{
  background:linear-gradient(135deg,rgba(76,201,255,.12),rgba(25,118,255,.10)) !important;
  border-color:rgba(76,201,255,.34) !important;
}
.payment-summary .payment-total-row span,
.payment-summary .payment-total-row strong{
  color:#fff !important;
  font-size:18px;
}

/* Final success screen polish */
.payment-card .payment-logo{
  display:block !important;
  width:104px !important;
  height:104px !important;
  margin:0 auto 20px !important;
  object-fit:contain !important;
}
.payment-card .payment-kicker{
  margin:0 auto 18px !important;
}
.payment-card .payment-details div:first-child{
  margin-top:4px;
}

/* Admin panel */
.admin-body{
  min-height:100vh;
  background:
    radial-gradient(circle at 25% 15%,rgba(56,189,248,.12),transparent 34%),
    radial-gradient(circle at 80% 85%,rgba(25,118,255,.10),transparent 34%),
    #03070c;
  color:#fff;
}
.admin-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:24px 0 12px;
}
.admin-brand{display:flex;align-items:center;gap:14px}
.admin-brand img{width:58px;height:58px;object-fit:contain}
.admin-brand strong{display:block;font-size:28px;letter-spacing:-.04em}
.admin-brand span{display:block;color:#8fa3b8;font-weight:750;margin-top:2px}
.admin-actions{display:flex;gap:10px;flex-wrap:wrap}
.admin-actions a,.admin-reset{
  display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;
  background:#07111d;border:1px solid rgba(80,176,232,.18);border-radius:10px;color:#e9f7ff;font-weight:900;text-decoration:none;
}
.admin-panel{padding:12px 0 36px}
.admin-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0 18px}
.admin-stats div{background:linear-gradient(180deg,#08111d,#050a10);border:1px solid rgba(80,176,232,.18);border-radius:14px;padding:18px;box-shadow:0 18px 44px rgba(0,0,0,.28)}
.admin-stats span{display:block;color:#8fa3b8;font-weight:850;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.admin-stats strong{display:block;margin-top:8px;font-size:30px;line-height:1;color:#fff}
.admin-green{color:#00ff6a!important}.admin-red{color:#ff1f3d!important}
.admin-filter{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;align-items:end;background:rgba(5,10,16,.82);border:1px solid rgba(80,176,232,.16);border-radius:14px;padding:14px;margin-bottom:18px}
.admin-filter label{display:grid;gap:6px;color:#8fa3b8;font-size:12px;text-transform:uppercase;letter-spacing:.07em;font-weight:950}
.admin-filter input,.admin-filter select{height:44px;background:#03080d;border:1px solid rgba(80,176,232,.16);color:#fff;border-radius:9px;padding:0 10px;font-weight:800;min-width:0}
.admin-filter button,.admin-reset{height:44px;border-radius:9px;cursor:pointer}
.admin-table-card{background:rgba(5,10,16,.88);border:1px solid rgba(80,176,232,.16);border-radius:14px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.32)}
.admin-table-wrap{overflow:auto}
.admin-table{width:100%;border-collapse:collapse;min-width:1050px}
.admin-table th{position:sticky;top:0;background:#07111d;color:#8fdfff;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.08em;padding:14px;border-bottom:1px solid rgba(80,176,232,.2)}
.admin-table td{padding:14px;border-bottom:1px solid rgba(80,176,232,.10);vertical-align:top;color:#d9e7f3;font-weight:650}
.admin-table td small{display:block;color:#6e8398;margin-top:5px;font-size:12px}
.admin-product-line{display:flex;justify-content:space-between;gap:12px;margin:0 0 6px}
.admin-product-line span{color:#d9e7f3}.admin-product-line strong{color:#fff}
.delivery-pill,.mode-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;font-weight:950;font-size:12px;letter-spacing:.04em}
.delivery-pill.ok{background:rgba(0,255,106,.14);border:1px solid rgba(0,255,106,.55);color:#00ff6a}
.delivery-pill.fail{background:rgba(255,31,61,.14);border:1px solid rgba(255,31,61,.6);color:#ff1f3d}
.delivery-pill.pending{background:rgba(255,191,115,.12);border:1px solid rgba(255,191,115,.36);color:#ffbf73}
.mode-pill.test{background:rgba(56,189,248,.12);border:1px solid rgba(56,189,248,.45);color:#8fdfff}
.mode-pill.live{background:rgba(0,255,106,.12);border:1px solid rgba(0,255,106,.45);color:#00ff6a}
.admin-error{max-width:320px;color:#ff8795!important;font-size:13px;line-height:1.45}.admin-empty{text-align:center;color:#8fa3b8!important;padding:34px!important}
.payment-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:18px}.discord-help{background:#5865f2!important}.payment-failed{border-color:rgba(255,31,61,.4)!important}.payment-failed h1{color:#ff4860}.payment-error-note{color:#ff8795!important}.payment-delay{color:#8fdfff!important;background:rgba(56,189,248,.08);border:1px solid rgba(56,189,248,.18);border-radius:10px;padding:12px 14px;margin-top:-6px!important}
@media(max-width:900px){.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-filter{grid-template-columns:1fr 1fr}.admin-top{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.admin-stats,.admin-filter{grid-template-columns:1fr}.admin-brand strong{font-size:24px}}


/* Rank comparison table */
.rank-compare-section{
  margin:40px auto 12px;
}
.rank-compare-title{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:18px;
}
.rank-compare-title span{
  color:#38bdf8;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
}
.rank-compare-title h2{
  margin:0;
  font-size:clamp(34px,5vw,58px);
  line-height:.92;
  letter-spacing:-.06em;
}
.rank-compare-title p{
  margin:0;
  color:#a8b7c7;
  font-weight:700;
}
.rank-compare-table{
  overflow:hidden;
  border-radius:16px;
  background:#071019;
  border:1px solid rgba(56,189,248,.22);
  box-shadow:0 30px 90px rgba(0,0,0,.42);
}
.rank-compare-head{
  display:grid;
  grid-template-columns:1fr repeat(3,1fr);
  min-height:170px;
  background:#dfe7f0;
}
.rank-head-cell{
  min-height:170px;
  border-right:2px solid rgba(88,120,150,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px 24px;
}
.rank-head-cell:last-child{border-right:0}
.rank-head-cell.empty{background:#d3dde8}
.rank-head-cell img{
  max-height:118px;
  max-width:82%;
  object-fit:contain;
  filter:drop-shadow(0 18px 22px rgba(0,0,0,.24));
}
.perk-group{
  border-top:1px solid rgba(255,255,255,.05);
}
.perk-group-title{
  width:100%;
  min-height:78px;
  border:0;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:white;
  font-weight:950;
  font-size:18px;
  letter-spacing:-.02em;
  cursor:pointer;
}
.perk-title-left{
  display:flex;
  align-items:center;
  gap:16px;
}
.perk-title-left img{
  width:48px;
  height:48px;
  object-fit:contain;
  image-rendering:auto;
  filter:drop-shadow(0 10px 16px rgba(0,0,0,.32));
}
.lobby-title{background:#ff9900}
.smp-title{background:#10a9dc}
.battle-title{background:#1ec37c}
.perk-chevron{
  font-size:26px;
  line-height:1;
  transition:transform .22s ease;
}
.perk-group.open .perk-chevron{transform:rotate(180deg)}
.perk-group-content{
  max-height:0;
  overflow:hidden;
  transition:max-height .32s ease;
  background:#dfe7f0;
}
.perk-group.open .perk-group-content{
  max-height:480px;
}
.perk-row{
  display:grid;
  grid-template-columns:1fr repeat(3,1fr);
  min-height:56px;
}
.perk-feature,.perk-value{
  display:flex;
  align-items:center;
  padding:14px 16px;
  color:#001126;
  border-right:2px solid rgba(88,120,150,.16);
  border-bottom:1px solid rgba(88,120,150,.11);
}
.perk-feature{
  background:#cbd7e3;
  font-weight:750;
  justify-content:flex-start;
  gap:8px;
}
.perk-value{
  justify-content:center;
  font-weight:900;
  text-align:center;
}
.perk-row:last-child .perk-feature,
.perk-row:last-child .perk-value{border-bottom:0}
.perk-value:last-child{border-right:0}
.perk-check{
  color:#35ff2e;
  font-size:24px;
  font-weight:950;
  text-shadow:0 0 0 #001126, 0 0 8px rgba(53,255,46,.25);
}
.perk-x{
  color:#ff2b18;
  font-size:28px;
  font-weight:950;
  text-shadow:0 0 0 #001126, 0 0 8px rgba(255,43,24,.22);
}
.perk-help{
  width:19px;
  height:19px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid #8090a4;
  color:#5d6e84;
  font-size:12px;
  font-weight:950;
  position:relative;
  cursor:help;
}
.perk-help::after{
  content:attr(data-tip);
  position:absolute;
  left:50%;
  bottom:calc(100% + 10px);
  transform:translateX(-50%) translateY(4px);
  width:260px;
  padding:10px 12px;
  border-radius:10px;
  background:#050b12;
  border:1px solid rgba(56,189,248,.38);
  color:#fff;
  font-size:12px;
  line-height:1.35;
  box-shadow:0 18px 38px rgba(0,0,0,.42);
  opacity:0;
  pointer-events:none;
  transition:.16s ease;
  z-index:20;
}
.perk-help:hover::after{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}
.perk-value.muted{color:#6f8094}
@media(max-width:760px){
  .rank-compare-head,
  .perk-row{grid-template-columns:1.1fr repeat(3,.85fr)}
  .rank-head-cell{min-height:120px;padding:14px 8px}
  .rank-head-cell img{max-height:78px}
  .perk-feature,.perk-value{font-size:12px;padding:11px 8px}
  .perk-title-left img{width:38px;height:38px}
  .perk-group-title{min-height:64px;font-size:15px}
}

.perk-group.lobby-locked .perk-group-title{cursor:default}



/* Clean rank benefit comparison table v2 */
.rank-benefits-clean{margin:46px auto 16px;}
.rank-benefits-heading{margin:0 0 18px;display:grid;gap:8px;}
.rank-benefits-heading span{color:#38bdf8;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.16em;}
.rank-benefits-heading h2{margin:0;color:#fff;font-size:clamp(34px,5vw,58px);line-height:.9;letter-spacing:-.06em;}
.rank-benefits-heading p{margin:0;color:#91a4b8;font-weight:750;}
.benefit-table-shell{border:1px solid rgba(56,189,248,.24);border-radius:18px;overflow:hidden;background:#050a10;box-shadow:0 30px 90px rgba(0,0,0,.44);}
.benefit-table-inner{min-width:980px;}
.benefit-grid{display:grid;grid-template-columns:250px repeat(3,minmax(220px,1fr));}
.benefit-head{background:#dfe7ef;min-height:150px;}
.benefit-head-side{background:#cfdae6;border-right:2px solid rgba(81,106,132,.18);}
.benefit-rank-card{height:150px;display:flex;align-items:center;justify-content:center;border-right:2px solid rgba(81,106,132,.18);padding:18px;background:#dfe7ef;}
.benefit-rank-card:last-child{border-right:0;}
.benefit-rank-card img{width:auto;max-width:86%;max-height:100px;object-fit:contain;display:block;filter:drop-shadow(0 16px 18px rgba(0,0,0,.20));}
.benefit-rank-card img[src*="vip-table"],.benefit-rank-card img[src*="vipplus-table"]{max-height:106px;max-width:94%;}
.benefit-rank-card img[src*="player-rank"]{max-height:96px;max-width:90%;}
.benefit-block{border-top:1px solid rgba(255,255,255,.04);}
.benefit-bar{width:100%;height:74px;border:0;margin:0;padding:0 22px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:18px;font-weight:950;letter-spacing:-.02em;text-transform:uppercase;cursor:pointer;}
.benefit-bar span{display:flex;align-items:center;gap:16px;}
.benefit-bar img{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(0,0,0,.35));}
.benefit-bar b{font-size:25px;line-height:1;transition:transform .24s ease;}
.benefit-block.is-open .benefit-bar b{transform:rotate(180deg);}
.benefit-bar.lobby{background:#ff9800;cursor:default;}
.benefit-bar.smp{background:#12a9dc;}
.benefit-bar.battle{background:#1cc979;}
.benefit-content{max-height:0;overflow:hidden;transition:max-height .34s ease;background:#dfe7ef;}
.benefit-block.is-open .benefit-content{max-height:360px;}
.benefit-row{min-height:58px;background:#dfe7ef;}
.benefit-feature,.benefit-cell{display:flex;align-items:center;min-height:58px;padding:13px 16px;color:#06152a;border-right:2px solid rgba(81,106,132,.16);border-bottom:1px solid rgba(81,106,132,.10);font-weight:850;}
.benefit-feature{justify-content:flex-start;background:#ccd8e5;gap:8px;}
.benefit-cell{justify-content:center;text-align:center;font-weight:950;}
.benefit-cell:last-child{border-right:0;}
.benefit-row:last-child .benefit-feature,.benefit-row:last-child .benefit-cell{border-bottom:0;}
.benefit-yes{color:#18ff3d;font-size:24px;font-weight:950;text-shadow:0 1px 0 #001126,0 0 8px rgba(24,255,61,.20);}
.benefit-no{color:#ff331d;font-size:30px;font-weight:950;text-shadow:0 1px 0 #001126,0 0 8px rgba(255,51,29,.20);}
.benefit-cell.muted{color:#66768a;font-weight:850;}
.benefit-tip{position:relative;width:19px;height:19px;border-radius:999px;border:2px solid #75879c;color:#586b80;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:950;cursor:help;}
.benefit-tip::after{content:attr(data-tip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%) translateY(4px);width:280px;padding:11px 12px;border-radius:10px;background:#050a10;color:#fff;border:1px solid rgba(56,189,248,.38);box-shadow:0 18px 40px rgba(0,0,0,.45);font-size:12px;line-height:1.35;font-weight:850;opacity:0;pointer-events:none;transition:.16s ease;z-index:20;}
.benefit-tip:hover::after{opacity:1;transform:translateX(-50%) translateY(0);}
@media(max-width:1040px){.benefit-table-shell{overflow-x:auto}.benefit-table-inner{min-width:900px}.benefit-grid{grid-template-columns:230px repeat(3,220px);}}


/* Lurix rank benefit table - repaired clean version */
.lr-perks-section{margin:54px auto 18px;}
.lr-perks-heading{margin-bottom:20px;display:grid;gap:8px;}
.lr-perks-heading span{color:#38bdf8;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.16em;}
.lr-perks-heading h2{margin:0;color:#fff;font-size:clamp(32px,5vw,56px);line-height:.92;letter-spacing:-.06em;}
.lr-perks-heading p{margin:0;color:#91a4b8;font-weight:750;}
.lr-table-card{border:1px solid rgba(56,189,248,.25);border-radius:18px;background:#050b12;box-shadow:0 32px 90px rgba(0,0,0,.45);overflow:hidden;}
.lr-table-scroll{overflow-x:auto;}
.lr-grid{display:grid;grid-template-columns:280px repeat(3,minmax(210px,1fr));min-width:920px;}
.lr-rank-head{background:#dfe8f2;}
.lr-head-spacer{background:#cbd7e4;border-right:1px solid #b7c6d6;}
.lr-rank-col{min-height:148px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px 16px;border-right:1px solid #b7c6d6;text-align:center;}
.lr-rank-col:last-child{border-right:0;}
.lr-rank-col img{display:block;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(0,0,0,.23));}
.lr-rank-col.player img{max-height:70px;max-width:74%;}
.lr-rank-col.vip img,.lr-rank-col.vipplus img{max-height:88px;max-width:86%;}
.lr-rank-col strong{color:#07111c;font-size:16px;font-weight:950;letter-spacing:.02em;text-transform:uppercase;}
.lr-mode{border-top:1px solid rgba(255,255,255,.07);}
.lr-mode-title{width:100%;min-height:76px;border:0;margin:0;padding:0 22px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:20px;font-weight:950;text-transform:uppercase;letter-spacing:-.02em;cursor:pointer;}
.lr-mode-title:disabled{cursor:default;}
.lr-mode-left{display:flex;align-items:center;gap:16px;}
.lr-mode-left img{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(0,0,0,.35));}
.lr-mode-title.lobby{background:#ff9800;}
.lr-mode-title.smp{background:#109dd7;}
.lr-mode-title.battle{background:#1fc87b;}
.lr-mode-state{font-size:12px;letter-spacing:.08em;opacity:.88;}
.lr-chevron{font-size:28px;line-height:1;transition:transform .25s ease;}
.lr-mode.open .lr-chevron{transform:rotate(180deg);}
.lr-mode-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease;background:#dfe8f2;}
.lr-mode.open .lr-mode-body{grid-template-rows:1fr;}
.lr-mode-body > *{overflow:hidden;}
.lr-row{background:#dfe8f2;}
.lr-feature,.lr-cell{min-height:58px;display:flex;align-items:center;padding:13px 16px;color:#06152a;border-right:1px solid #b7c6d6;border-bottom:1px solid #c9d4df;font-weight:850;}
.lr-feature{background:#cbd7e4;justify-content:flex-start;gap:8px;}
.lr-cell{justify-content:center;text-align:center;font-weight:950;}
.lr-cell:last-child{border-right:0;}
.lr-mode-body .lr-row:last-child .lr-feature,.lr-mode-body .lr-row:last-child .lr-cell{border-bottom:0;}
.lr-yes{color:#1fff3c;font-size:25px;font-weight:950;text-shadow:0 1px 0 #001126,0 0 10px rgba(31,255,60,.25);}
.lr-no{color:#ff321f;font-size:31px;font-weight:950;text-shadow:0 1px 0 #001126,0 0 10px rgba(255,50,31,.22);}
.lr-cell.muted{color:#6f8094;font-weight:850;}
.lr-help{position:relative;width:19px;height:19px;border-radius:999px;border:2px solid #74879d;color:#53677c;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:950;cursor:help;}
.lr-help::after{content:attr(data-tip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%) translateY(4px);width:285px;padding:11px 12px;border-radius:10px;background:#050a10;color:#fff;border:1px solid rgba(56,189,248,.38);box-shadow:0 18px 40px rgba(0,0,0,.45);font-size:12px;line-height:1.35;font-weight:850;opacity:0;pointer-events:none;transition:.16s ease;z-index:50;}
.lr-help:hover::after{opacity:1;transform:translateX(-50%) translateY(0);}
@media(max-width:760px){.lr-grid{grid-template-columns:210px repeat(3,180px);min-width:750px}.lr-rank-col{min-height:118px;padding:12px 8px}.lr-rank-col.player img{max-height:54px}.lr-rank-col.vip img,.lr-rank-col.vipplus img{max-height:66px}.lr-mode-title{min-height:64px;font-size:16px}.lr-mode-left img{width:38px;height:38px}.lr-feature,.lr-cell{font-size:12px;padding:10px 8px;min-height:50px}}


/* Impressum structured layout */
.legal-content{
  max-width: 980px;
  margin: 34px auto 70px;
}
.legal-page-block{
  background: rgba(6,17,28,.82);
  border: 1px solid rgba(64,187,255,.22);
  border-radius: 18px;
  padding: 34px 38px;
  color: #eaf6ff;
  box-shadow: 0 28px 80px rgba(0,0,0,.38);
}
.legal-page-block .legal-date{
  color: #87a6bf;
  margin: 0 0 16px;
  font-size: 15px;
}
.legal-page-block .legal-section{
  margin: 0 0 28px;
}
.legal-page-block .legal-section:last-child{
  margin-bottom: 0;
}
.legal-page-block p{
  margin: 0 0 7px;
  line-height: 1.55;
  font-size: 17px;
}
.legal-page-block h2{
  margin: 8px 0 12px;
  color: #fff;
  font-size: 26px;
  letter-spacing: -.035em;
}
.legal-page-block strong{
  color: #ffffff;
  font-weight: 900;
}
.legal-page-block a{
  color: #47c7ff;
  font-weight: 800;
}
@media(max-width:700px){
  .legal-page-block{padding:24px 20px}
  .legal-page-block p{font-size:15px}
  .legal-page-block h2{font-size:22px}
}

/* Datenschutz layout */
.privacy-content{max-width:1080px;margin:34px auto 80px}
.privacy-card{background:rgba(6,17,28,.84);border:1px solid rgba(64,187,255,.22);border-radius:18px;padding:36px 40px;color:#dcefff;box-shadow:0 28px 80px rgba(0,0,0,.38)}
.privacy-card .privacy-lead{font-size:18px;color:#b9d7ee;font-weight:750;line-height:1.65;margin:0 0 30px}
.privacy-card h2{margin:36px 0 14px;color:#fff;font-size:30px;line-height:1.15;letter-spacing:-.035em}
.privacy-card h2:first-child{margin-top:0}
.privacy-card h2 span{color:#47c7ff;margin-right:7px}
.privacy-card h3{margin:26px 0 10px;color:#fff;font-size:21px;line-height:1.25}
.privacy-card p{margin:0 0 12px;line-height:1.72;font-size:16px;color:#d6e8f7}
.privacy-card a{color:#47c7ff;font-weight:800;word-break:break-word}
.privacy-toc{margin:24px 0 34px;padding:22px 24px;border-radius:14px;background:rgba(4,10,18,.76);border:1px solid rgba(64,187,255,.18)}
.privacy-toc h2{margin:0 0 14px;font-size:22px}
.privacy-toc ol{margin:0;padding-left:22px;display:grid;gap:8px}
.privacy-toc li{color:#b9d7ee;line-height:1.45;font-weight:700}
.privacy-list{margin:8px 0 20px;padding-left:22px;display:grid;gap:8px}
.privacy-list li{line-height:1.6;color:#d6e8f7}
@media(max-width:700px){.privacy-card{padding:24px 20px}.privacy-card h2{font-size:24px}.privacy-card h3{font-size:19px}.privacy-card p{font-size:15px}}


/* Invoice system */
.invoice-button{background:linear-gradient(135deg,#38bdf8,#1976ff)!important;}
.admin-invoice-link{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:8px;background:rgba(56,189,248,.13);border:1px solid rgba(56,189,248,.42);color:#8fdfff!important;font-weight:950;text-decoration:none;margin:0 6px 6px 0;font-size:12px;white-space:nowrap;}
.admin-invoice-link.ghost{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12);color:#d9e7f3!important;}

/* Admin access page toggle */
.admin-gate-card{
  margin:22px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:22px 24px;
  border-radius:18px;
  background:rgba(6,17,28,.84);
  border:1px solid rgba(64,187,255,.22);
  box-shadow:0 22px 60px rgba(0,0,0,.28);
}
.admin-gate-card span{
  display:block;
  color:#8fb2cc;
  font-weight:850;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:6px;
}
.admin-gate-card strong{
  display:block;
  color:#20ff65;
  font-size:30px;
  letter-spacing:-.04em;
}
.admin-gate-card p{
  margin:6px 0 0;
  color:#b7cad8;
  line-height:1.5;
}
.admin-switch{
  position:relative;
  width:76px;
  height:40px;
  flex:0 0 auto;
}
.admin-switch input{
  position:absolute;
  opacity:0;
  inset:0;
}
.admin-switch span{
  position:absolute;
  inset:0;
  margin:0;
  border-radius:999px;
  background:#361111;
  border:1px solid rgba(255,35,35,.42);
  cursor:pointer;
  transition:.18s ease;
}
.admin-switch span:before{
  content:"";
  position:absolute;
  width:30px;
  height:30px;
  left:4px;
  top:4px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,.35);
  transition:.18s ease;
}
.admin-switch input:checked + span{
  background:#063a1d;
  border-color:rgba(32,255,101,.45);
}
.admin-switch input:checked + span:before{
  transform:translateX(36px);
}
.admin-switch input:disabled + span{
  opacity:.55;
  cursor:wait;
}
@media(max-width:700px){
  .admin-gate-card{align-items:flex-start;flex-direction:column}
}

.delivery-pill.cancel{background:rgba(255,147,31,.14);border:1px solid rgba(255,147,31,.65);color:#ff931f}
.admin-orange{color:#ff931f!important}
.admin-traffic-card{margin:28px 0 70px;padding:24px;border-radius:18px;background:rgba(6,17,28,.84);border:1px solid rgba(64,187,255,.22);box-shadow:0 28px 80px rgba(0,0,0,.32)}
.admin-traffic-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:22px}
.admin-traffic-head span{display:block;color:#8fb2cc;font-weight:850;font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}
.admin-traffic-head h2{margin:0;color:#fff;font-size:34px;letter-spacing:-.05em}
.admin-traffic-head p{margin:6px 0 0;color:#b7cad8;line-height:1.5}
.admin-traffic-live{display:flex;gap:12px;flex-wrap:wrap}
.admin-traffic-live div{min-width:140px;padding:14px 16px;border-radius:14px;background:#071a2a;border:1px solid rgba(64,187,255,.18)}
.admin-traffic-live small{display:block;color:#90aeca;font-weight:800;margin-bottom:4px}
.admin-traffic-live strong{font-size:34px;color:#20ff65;line-height:1}
.admin-chart{height:210px;display:flex;align-items:flex-end;gap:12px;padding:18px 14px 8px;border-radius:14px;background:#040b12;border:1px solid rgba(64,187,255,.12);overflow-x:auto}
.admin-bar-wrap{min-width:54px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:7px}
.admin-bar-value{color:#dcefff;font-size:12px;font-weight:900;min-height:16px}
.admin-bar{width:34px;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,#47c7ff,#0b77ff);box-shadow:0 0 18px rgba(71,199,255,.28)}
.admin-bar-label{font-size:11px;color:#8fb2cc;font-weight:800;white-space:nowrap}
@media(max-width:760px){.admin-traffic-head{flex-direction:column}.admin-traffic-live{width:100%}.admin-traffic-live div{flex:1}}

.admin-month-nav{margin-top:14px;display:inline-flex;align-items:center;gap:10px;padding:8px;border-radius:12px;background:#040b12;border:1px solid rgba(64,187,255,.16)}
.admin-month-nav button{width:38px;height:34px;border:0;border-radius:9px;background:#092238;color:#dcefff;font-weight:950;font-size:18px;cursor:pointer}
.admin-month-nav button:hover{background:#0c3456}
.admin-month-nav strong{min-width:150px;text-align:center;color:#fff;font-size:16px}

.admin-reset.danger{border:1px solid rgba(255,42,24,.45)!important;background:rgba(255,42,24,.12)!important;color:#ff6b55!important;cursor:pointer}
.admin-reset.danger:hover{background:rgba(255,42,24,.22)!important}

/* Advanced admin traffic controls */
.admin-traffic-controls{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  align-items:end;
  gap:10px;
}
.admin-traffic-controls label{
  display:grid;
  gap:5px;
  color:#8fb2cc;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.admin-traffic-controls input,
.admin-traffic-controls select{
  height:38px;
  min-width:112px;
  border:1px solid rgba(64,187,255,.2);
  border-radius:10px;
  background:#040b12;
  color:#fff;
  padding:0 10px;
  font-weight:850;
}
.admin-traffic-controls button{
  height:38px;
  border:0;
  border-radius:10px;
  padding:0 13px;
  background:#092238;
  color:#dcefff;
  font-weight:950;
  cursor:pointer;
}
.admin-traffic-controls button:hover{background:#0c3456}
.admin-month-display{
  margin-top:14px;
  display:inline-grid;
  gap:4px;
  padding:12px 14px;
  border-radius:12px;
  background:#040b12;
  border:1px solid rgba(64,187,255,.16);
}
.admin-month-display span{
  color:#8fb2cc;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
}
.admin-month-display strong{
  color:#fff;
  font-size:20px;
  letter-spacing:-.02em;
}
.admin-chart-hint{
  margin:-6px 0 10px;
  color:#82a5bf;
  font-size:12px;
  font-weight:800;
}
.admin-chart{
  cursor:ew-resize;
  scroll-behavior:smooth;
}
.admin-bar-wrap{
  min-width:50px;
}
@media(max-width:760px){
  .admin-traffic-controls{align-items:stretch}
  .admin-traffic-controls label,.admin-traffic-controls button{flex:1 1 140px}
  .admin-traffic-controls input,.admin-traffic-controls select{width:100%}
}

.admin-month-nav{display:none!important}

/* Traffic chart: wheel-scroll + visitors/orders */
.admin-chart{
  cursor: ew-resize !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  align-items: flex-end !important;
}
.admin-bar-wrap{
  min-width: 64px !important;
}
.admin-bar-value{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
}
.admin-bar-value span:first-child{color:#dcefff}
.admin-bar-value .order-count{color:#ffb347}
.admin-bar-pair{
  height:150px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:5px;
}
.admin-bar.visitor-bar{
  width:24px;
  background:linear-gradient(180deg,#47c7ff,#0b77ff);
}
.admin-bar.order-bar{
  width:24px;
  background:linear-gradient(180deg,#ffb347,#ff7a00);
  box-shadow:0 0 18px rgba(255,147,31,.25);
}
.admin-chart-legend{
  margin-top:12px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.admin-chart-legend span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#b7cad8;
  font-size:13px;
  font-weight:850;
}
.admin-chart-legend i{
  width:11px;
  height:11px;
  border-radius:3px;
  display:inline-block;
}
.legend-visitors{background:#47c7ff}
.legend-orders{background:#ff9f1f}

/* Three-step reset confirmation modal */
.admin-modal-bg{
  position:fixed;
  inset:0;
  z-index:500;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(5px);
}
.admin-modal-bg.open{display:flex}
.admin-confirm-modal{
  width:min(100%,520px);
  padding:28px;
  border-radius:18px;
  background:#06111c;
  border:1px solid rgba(255,42,24,.34);
  box-shadow:0 30px 100px rgba(0,0,0,.55);
}
.admin-modal-kicker{
  color:#ff6b55;
  font-weight:950;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.admin-confirm-modal h2{
  margin:10px 0 10px;
  color:#fff;
  font-size:34px;
  letter-spacing:-.04em;
}
.admin-confirm-modal p{
  margin:0;
  color:#c5d5e0;
  line-height:1.55;
}
.admin-confirm-progress{
  display:flex;
  gap:10px;
  margin:22px 0;
}
.admin-confirm-progress span{
  flex:1;
  height:8px;
  border-radius:999px;
  background:#182838;
  border:1px solid rgba(255,255,255,.08);
}
.admin-confirm-progress span.done{
  background:#ff3b25;
  border-color:#ff3b25;
  box-shadow:0 0 18px rgba(255,59,37,.32);
}
.admin-confirm-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
}
.admin-cancel-btn,.admin-danger-btn{
  height:42px;
  border:0;
  border-radius:10px;
  padding:0 16px;
  font-weight:950;
  cursor:pointer;
}
.admin-cancel-btn{
  background:#122333;
  color:#dcefff;
}
.admin-danger-btn{
  background:#ff2a18;
  color:white;
}
.admin-danger-btn:disabled{
  opacity:.65;
  cursor:wait;
}

/* Range-aware grouped traffic chart */
.admin-chart-hint{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.admin-chart-hint strong{
  color:#fff;
  background:rgba(71,199,255,.12);
  border:1px solid rgba(71,199,255,.25);
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
}
.admin-bar-wrap{
  min-width:86px !important;
}
.admin-bar-label{
  max-width:90px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.admin-bar-pair{
  min-width:62px;
}
@media(max-width:760px){
  .admin-bar-wrap{min-width:76px!important}
}


/* Product detail popup */
.product-info-btn{
  align-self:center;
  margin:10px auto 8px;
  border:1px solid rgba(80,190,255,.35);
  border-radius:999px;
  padding:9px 15px;
  background:rgba(50,160,255,.10);
  color:#dff5ff;
  font-weight:950;
  font-size:13px;
  letter-spacing:.01em;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.product-info-btn:hover{
  transform:translateY(-1px);
  background:rgba(50,160,255,.18);
  border-color:rgba(80,190,255,.62);
  box-shadow:0 10px 26px rgba(50,160,255,.18);
}
.product-popup-bg{
  position:fixed;
  inset:0;
  display:none;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(6px);
  z-index:360;
}
.product-popup-bg.open{
  display:block;
}
.product-popup{
  position:fixed;
  left:50%;
  top:50%;
  transform:translate(-50%,-48%) scale(.96);
  width:min(560px,calc(100vw - 34px));
  padding:30px 30px 28px;
  border-radius:22px;
  border:1px solid rgba(80,190,255,.35);
  background:
    radial-gradient(circle at 14% 0%, rgba(80,190,255,.22), transparent 35%),
    radial-gradient(circle at 90% 100%, rgba(255,147,31,.12), transparent 34%),
    #06111c;
  box-shadow:0 30px 100px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.06);
  z-index:370;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
}
.product-popup.open{
  opacity:1;
  pointer-events:auto;
  transform:translate(-50%,-50%) scale(1);
}
.product-popup-kicker{
  display:inline-flex;
  margin-bottom:9px;
  color:#55cfff;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.product-popup h2{
  margin:0 36px 12px 0;
  color:#fff;
  font-size:clamp(30px,5vw,44px);
  line-height:.95;
  letter-spacing:-.06em;
}
.product-popup p{
  margin:0;
  color:#c4d8e8;
  font-size:16px;
  line-height:1.65;
  font-weight:750;
}
.product-popup-close{
  position:absolute;
  right:18px;
  top:16px;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}
.product-popup-close:hover{
  background:rgba(255,255,255,.12);
}
body.popup-open{
  overflow:hidden;
}

/* AI artwork disclosure — always a separate tiny line directly below artwork. */
.ai-artwork-group{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
}
.ai-generated-note,
.ai-generated-product-note{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  margin:3px auto 0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  color:rgba(255,255,255,.48)!important;
  font-size:5px!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  text-align:center!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
  pointer-events:none!important;
  text-shadow:none!important;
  flex:0 0 auto!important;
}
.product-artwork-group{
  margin:-2px -2px 14px!important;
}
.product-artwork-group .product-img{
  width:100%!important;
  margin:0!important;
}
.category-artwork-group{
  width:100%!important;
  position:relative!important;
  z-index:1!important;
}
.category-artwork-group img{
  margin:0 auto!important;
}
.category-artwork-group .ai-generated-note{
  margin-top:4px!important;
}
.rank-artwork-group{
  width:100%!important;
  height:auto!important;
}
.rank-artwork-group .ai-generated-note{
  color:rgba(30,48,66,.54)!important;
  margin-top:5px!important;
}
.rank-section-artwork{
  width:42px!important;
  flex:0 0 42px!important;
}
.rank-section-artwork img{
  display:block!important;
}
.rank-section-artwork .ai-generated-note{
  font-size:4px!important;
  margin-top:2px!important;
  color:rgba(255,255,255,.58)!important;
}
/* Admin rank benefits editor */
.admin-rank-card{
  margin:24px 0;padding:24px;border-radius:18px;
  border:1px solid rgba(80,176,232,.18);background:linear-gradient(180deg,rgba(8,17,28,.96),rgba(5,12,20,.96));
  box-shadow:0 24px 55px rgba(0,0,0,.24);
}
.admin-rank-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}
.admin-rank-head span{display:block;color:#63c8ff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:5px}
.admin-rank-head h2{margin:0;color:#fff;font-size:28px;letter-spacing:-.03em}
.admin-rank-head p{margin:7px 0 0;color:#8fa7bd;max-width:720px;line-height:1.5}
.admin-rank-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.rank-editor{display:grid;gap:16px}
.rank-editor-category{border:1px solid rgba(116,157,190,.18);border-radius:14px;overflow:hidden;background:#08111c}
.rank-editor-category-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px;background:#0d1b2b;border-bottom:1px solid rgba(116,157,190,.18)}
.rank-editor-category-title{display:flex;align-items:center;gap:10px;min-width:0;flex:1}
.rank-editor-category-title span{font-size:11px;color:#7790a8;font-weight:900;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}
.rank-editor-category-title input{width:min(360px,100%);background:#07111d;border:1px solid #24394d;color:#fff;border-radius:9px;padding:10px 12px;font-weight:850}
.rank-editor-category-actions{display:flex;gap:8px;flex-wrap:wrap}
.rank-editor-grid{display:grid;grid-template-columns:minmax(190px,1.35fr) repeat(3,minmax(170px,1fr)) 44px;gap:0}
.rank-editor-grid-head{background:#0a1522;color:#7f9bb4;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.rank-editor-grid-head>div{padding:10px 12px;border-right:1px solid rgba(116,157,190,.12)}
.rank-editor-row{border-top:1px solid rgba(116,157,190,.12)}
.rank-editor-row>input,.rank-editor-cell{border-right:1px solid rgba(116,157,190,.12)}
.rank-editor-label{width:100%;border:0;background:#0b1724;color:#dcecff;padding:12px;font-weight:800;outline:none}
.rank-editor-cell{display:grid;grid-template-columns:92px 1fr;gap:6px;padding:7px;background:#07121e}
.rank-editor-cell select,.rank-editor-cell input{min-width:0;border:1px solid #24394d;border-radius:7px;background:#0d1c2c;color:#eaf5ff;padding:8px;font-weight:750;outline:none}
.rank-editor-cell input:disabled{opacity:.42;cursor:not-allowed}
.rank-editor-delete{border:0;background:#201016;color:#ff7180;font-size:24px;font-weight:800;cursor:pointer}
.rank-editor-delete:hover{background:#35151e;color:#fff}
.rank-editor-empty{padding:20px;color:#70879c;text-align:center}
.rank-editor-status{min-height:22px;margin-top:13px;color:#9fb3c6;font-size:13px;font-weight:800}
.rank-editor-status.ok{color:#51e894}.rank-editor-status.error{color:#ff6d7c}
@media(max-width:1050px){
  .admin-rank-head,.rank-editor-category-head{align-items:flex-start;flex-direction:column}
  .rank-editor-grid{grid-template-columns:1fr;gap:8px;padding:10px}
  .rank-editor-grid-head{display:none}
  .rank-editor-row{border-top:1px solid rgba(116,157,190,.14);padding-top:12px}
  .rank-editor-row>input,.rank-editor-cell{border-right:0}
  .rank-editor-delete{height:38px;border-radius:8px}
}

/* Admin: same rank table as /ranks, with invisible-at-rest editing controls. */
.admin-live-rank-wrap{margin-top:4px;}
.admin-live-rank-table{min-width:960px;}
.admin-live-section{grid-column:1/-1;}
.rank-editable{outline:none;border-radius:5px;cursor:text;}
.rank-editable:hover,.rank-editable:focus{box-shadow:inset 0 0 0 1px rgba(49,147,255,.28);background:rgba(255,255,255,.08);}
.rank-feature .rank-editable{width:100%;min-height:28px;display:flex;align-items:center;}
.rank-value .rank-editable{width:100%;min-height:28px;display:flex;align-items:center;justify-content:center;text-align:center;}
.rank-section-title .rank-editable{min-width:80px;max-width:620px;display:inline-block;}
.admin-live-section-title{position:relative;}
.admin-live-category-actions{position:absolute;right:50px;top:50%;transform:translateY(-50%);display:flex;gap:5px;opacity:0;transition:.15s;z-index:4;}
.admin-live-section-title:hover .admin-live-category-actions,.admin-live-category-actions:focus-within{opacity:1;}
.admin-live-category-actions button,.admin-live-row-delete{border:1px solid rgba(255,255,255,.18);background:rgba(3,9,16,.72);color:#e8f4ff;border-radius:6px;cursor:pointer;font-weight:900;}
.admin-live-category-actions button{width:28px;height:28px;font-size:17px;}
.admin-live-category-actions .danger:hover,.admin-live-row-delete:hover{background:rgba(255,55,70,.22);color:#ff7b88;}
.admin-live-feature{position:relative;}
.admin-live-row-delete{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:23px;height:23px;opacity:0;z-index:3;}
.admin-live-feature:hover .admin-live-row-delete,.admin-live-row-delete:focus{opacity:1;}
.rank-live-cell{position:relative;}
.rank-live-type{position:absolute;right:5px;top:5px;width:42px;height:21px;border:1px solid rgba(71,112,148,.22);border-radius:5px;background:rgba(239,246,252,.92);color:#51687d;font-size:9px;font-weight:850;opacity:0;outline:none;cursor:pointer;z-index:3;}
.rank-live-cell:hover .rank-live-type,.rank-live-type:focus{opacity:1;}
.admin-live-empty{grid-column:1/-1;padding:18px;text-align:center;color:#68798b;background:#eef4fb;}
@media(max-width:900px){.admin-live-rank-wrap{overflow-x:auto}.admin-live-category-actions{opacity:1}}

/* Final product AI disclosure fix: same stacked layout as rank table. */
.product-card .product-artwork-group{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:-2px -2px 14px!important;
  text-align:center!important;
}
.product-card .product-artwork-group > .product-img{
  display:flex!important;
  width:100%!important;
  margin:0!important;
  align-items:center!important;
  justify-content:center!important;
}
.product-card .product-artwork-group > .ai-generated-note{
  display:block!important;
  position:static!important;
  float:none!important;
  clear:both!important;
  width:100%!important;
  height:auto!important;
  margin:4px 0 0!important;
  padding:0!important;
  text-align:center!important;
  font-size:5px!important;
  line-height:1!important;
  white-space:nowrap!important;
  transform:none!important;
}


/* Product AI label — final: centered below image box, separate from product text. */
.product-card > .product-artwork-group{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  margin:-2px -2px 12px!important;
  padding:0!important;
  text-align:center!important;
  flex:0 0 auto!important;
}
.product-card > .product-artwork-group > .product-img{
  width:100%!important;
  margin:0!important;
  flex:0 0 auto!important;
}
.product-card > .product-artwork-group > .ai-generated-note{
  display:block!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  width:max-content!important;
  max-width:100%!important;
  margin:6px auto 0!important;
  padding:0!important;
  align-self:center!important;
  text-align:center!important;
  color:rgba(255,255,255,.46)!important;
  font-size:6px!important;
  line-height:1!important;
  font-weight:500!important;
  white-space:nowrap!important;
  transform:none!important;
  float:none!important;
}
