:root{
  --bg:#05070b;
  --panel:#09101a;
  --panel2:#0d1420;
  --line:#233047;
  --text:#f7f8fb;
  --muted:#8994a5;
  --purple:#745cff;
  --purple2:#925cff;
  --purpleSoft:rgba(116,92,255,.18);
  --gold:#ffc333;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;font-size:14px}
button,input,select{font:inherit}
button{cursor:pointer}
.hidden{display:none!important}
.page-bg{position:fixed;inset:0;z-index:-2;background:
  radial-gradient(circle at 60% -10%,rgba(85,70,255,.14),transparent 32%),
  linear-gradient(180deg,#070a10,#05070b 62%)}
.panel{background:linear-gradient(180deg,#0a111b,#080d15);border:1px solid var(--line);border-radius:11px;box-shadow:inset 0 1px 0 rgba(255,255,255,.015)}
.primary,.ghost,.top-btn{color:#fff;font-weight:700;border-radius:8px}
.primary{border:0;background:linear-gradient(135deg,#5e54ff,#8e5cff);box-shadow:0 9px 28px rgba(116,92,255,.18)}
.ghost{border:1px solid #2b394d;background:#0a111a}
.full{width:100%}

/* HEADER */
.topbar{height:88px;display:grid;grid-template-columns:250px minmax(480px,760px) minmax(520px,1fr);gap:24px;align-items:center;padding:0 24px;border-bottom:1px solid #1c2636;background:rgba(5,7,11,.94);backdrop-filter:blur(18px);position:sticky;top:0;z-index:70}
.brand{text-decoration:none;color:#fff}
.brand-main{font:900 30px Orbitron;font-style:italic;letter-spacing:-1.4px}
.brand-main span{color:var(--purple)}
.brand small{display:block;font-size:8px;color:#727d8c;letter-spacing:.9px;margin-top:2px}
.search-wrap{height:50px;display:flex;align-items:center;gap:9px;border:1px solid #303d55;background:linear-gradient(180deg,#09101a,#070c14);border-radius:10px;padding-left:12px;max-width:760px;width:100%;justify-self:center;box-shadow:0 12px 35px rgba(0,0,0,.18)}
.search-wrap:focus-within{border-color:#725cff;box-shadow:0 0 0 2px rgba(114,92,255,.12),0 0 26px rgba(114,92,255,.12)}
.search-icon{font-size:20px;color:#97a1af}
.search-wrap input{flex:1;border:0;outline:0;background:transparent;color:#fff;font-size:12px}
.search-wrap kbd{font-size:8px;color:#6f7a89;border:1px solid #293649;border-radius:5px;padding:5px 7px}
.search-btn{width:50px;height:100%;border:0;border-radius:0 9px 9px 0;background:linear-gradient(135deg,#5e54ff,#8e5cff);color:#fff;font-size:17px}
.top-actions{display:flex;gap:9px;justify-content:flex-end;align-items:center}
.top-btn{height:44px;padding:0 14px;border:1px solid #2d3a4d;background:linear-gradient(180deg,#0b121c,#080d15);font-size:10px;transition:.16s ease}
.top-btn:hover{border-color:#725cff;transform:translateY(-1px);box-shadow:0 0 16px rgba(114,92,255,.12)}
.top-btn:active{transform:scale(.98)}
.sell-btn{color:#b79bff;border-color:#5a45bc}
.register-btn{background:linear-gradient(135deg,#5e54ff,#8e5cff);border-color:#705dff}
.icon-btn{min-width:48px}

/* SHELL + SIDEBAR */
.page-shell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:14px;padding:14px 16px}
.sidebar{position:sticky;top:102px;height:calc(100vh - 116px);overflow:auto;padding:16px}
.side-title{font-size:10px;color:#727d8c;letter-spacing:1.2px;margin:6px 9px 8px}
.side-link{display:grid;grid-template-columns:26px 1fr;align-items:center;width:100%;min-height:42px;padding:9px 10px;border:0;border-radius:8px;background:transparent;color:#a1aaba;text-align:left;font-size:11px;transition:.16s ease}
.side-link:hover,.side-link.active{color:#fff;background:linear-gradient(90deg,rgba(116,92,255,.17),transparent);border-left:2px solid var(--purple)}
.side-icon{width:24px;height:24px;display:grid;place-items:center;color:#a58dff;font-size:13px}
.side-divider{height:1px;background:#202b3a;margin:15px 0}
.filter-label{display:block;font-size:10px;color:#9aa4b2;margin:14px 0 7px}
.price-boxes{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.price-boxes>div{min-height:48px;padding:8px 10px;border:1px solid #2b394d;border-radius:8px;background:linear-gradient(180deg,#0b121c,#080d15);display:flex;flex-direction:column;justify-content:center}
.price-boxes small{font-size:7px;color:#6f7a89;letter-spacing:1px}
.price-boxes b{font-size:12px;margin-top:3px}
.purple-range{appearance:none;width:100%;height:22px;background:transparent;margin:8px 0 4px}
.purple-range::-webkit-slider-runnable-track{height:4px;background:linear-gradient(90deg,#705cff,#9a5cff);border-radius:99px}
.purple-range::-webkit-slider-thumb{appearance:none;width:15px;height:15px;margin-top:-5.5px;border-radius:50%;background:#7c5cff;border:2px solid #a48fff;box-shadow:0 0 13px rgba(117,92,255,.35)}
.purple-range::-moz-range-track{height:4px;background:linear-gradient(90deg,#705cff,#9a5cff);border-radius:99px}
.purple-range::-moz-range-thumb{width:15px;height:15px;border:0;border-radius:50%;background:#7c5cff}
.sidebar select{width:100%;min-height:42px;padding:0 11px;border:1px solid #29374b;border-radius:7px;background:#080e16;color:#fff;font-size:10px}
.check-row{display:grid;grid-template-columns:20px 1fr auto;gap:7px;align-items:center;min-height:37px;color:#a0a9b6;font-size:10px}
.check-row input{appearance:none;width:17px;height:17px;border:1px solid #445069;border-radius:4px;background:#080e16;transition:.15s}
.check-row input:hover{border-color:#775fff;box-shadow:0 0 0 3px rgba(116,92,255,.08)}
.check-row input:checked{border-color:#7b62ff;background:
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round' d='M3.2 8.2l3 3.1 6.5-7'/%3E%3C/svg%3E") center/12px 12px no-repeat,
  linear-gradient(135deg,#5f54ff,#8d59ff)}
.check-row i{font-style:normal;color:#8f75ff}
.sidebar .full{min-height:42px;margin-top:8px;font-size:10px}

/* MAIN NAV */
.main{min-width:0}
.nav-tabs{height:48px;display:flex;align-items:center;gap:4px;padding:4px;margin-bottom:10px;overflow:auto}
.nav-tabs button{height:38px;padding:0 12px;border:0;border-radius:7px;background:transparent;color:#9ca6b4;font-size:9px;white-space:nowrap;transition:.15s}
.nav-tabs button:hover{color:#fff;background:rgba(116,92,255,.09)}
.nav-tabs button.active{color:#fff;background:linear-gradient(180deg,rgba(116,92,255,.18),rgba(255,255,255,.015));border-bottom:2px solid var(--purple)}

/* HERO */
.hero{min-height:350px;position:relative;overflow:hidden}
.hero-art{position:absolute;right:210px;top:0;width:58%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.15) contrast(1.06);opacity:.98;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 14%,#000 88%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 14%,#000 88%,transparent 100%)}
.hero-gradient{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,7,12,.99) 0%,rgba(4,7,12,.93) 30%,rgba(4,7,12,.38) 52%,rgba(4,7,12,.16) 72%,rgba(4,7,12,.70) 100%)}
.hero-copy{position:relative;z-index:3;width:58%;min-height:350px;padding:30px 28px 28px}
.hero-copy h1{font:900 40px Orbitron;line-height:1.03;letter-spacing:-1.2px;margin:0 0 12px}
.hero-copy h1 span{background:linear-gradient(90deg,#7b5cff,#4c72ff);-webkit-background-clip:text;color:transparent}
.hero-copy>p{font-size:11px;color:#9ca5b2;line-height:1.6}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px;max-width:650px}
.stat-card{min-height:66px;display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:center;padding:10px 12px;border:1px solid #2b394e;border-radius:9px;background:linear-gradient(180deg,rgba(12,19,30,.96),rgba(7,12,20,.94))}
.stat-icon{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;color:#9b79ff;border:1px solid #493fa5;background:rgba(116,92,255,.08)}
.stat-card div{display:flex;flex-direction:column}
.stat-card b{font-size:15px}
.stat-card small{font-size:8px;color:#8994a3;margin-top:3px}
.flash-card{position:absolute;z-index:4;right:14px;top:14px;width:210px;padding:11px;border:1px solid #49313b;border-radius:10px;background:linear-gradient(180deg,#171018,#0b0e14)}
.flash-head{display:flex;justify-content:space-between;color:#ff6b78;font-size:7px}
.flash-card img{width:100%;height:92px;object-fit:cover;border-radius:7px;margin:8px 0}
.flash-card>small{font-size:6px;color:#ff6b78}
.flash-card h3{font-size:10px;margin:4px 0}
.flash-card p{font-size:7px;color:#808b99}
.flash-price{display:flex;gap:7px;align-items:end;margin:8px 0}
.flash-price s{font-size:7px;color:#697482}
.flash-price b{font-size:16px;color:#ff5d6a}
.flash-card .full{min-height:34px;font-size:8px}

/* TRUST STRIP */
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:12px;margin-top:10px}
.trust-item{min-height:68px;display:grid;grid-template-columns:44px 1fr;gap:10px;align-items:center;padding:10px 12px;border:1px solid #2b394e;border-radius:9px;background:linear-gradient(180deg,#0c1420,#08101a)}
.trust-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;border:1px solid #3e4668;background:radial-gradient(circle at 50% 30%,rgba(116,92,255,.26),rgba(79,67,164,.08));font-size:16px}
.trust-item div{display:flex;flex-direction:column}
.trust-item b{font-size:10px}
.trust-item small{font-size:8px;color:#7e8998;margin-top:3px}

/* GAMES */
.games,.products,.seller-panel,.review-panel{padding:13px}
.games{margin-top:10px}
.section-head{display:flex;justify-content:space-between;align-items:end}
.section-head span,.review-summary span{font-size:7px;color:#9a72ff;letter-spacing:1.1px}
.section-head h2{font:800 15px Orbitron;margin:4px 0 0}
.section-head button{border:0;background:transparent;color:#7f93ff;font-size:7px}
.game-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;margin-top:11px}
.game-card{height:145px;position:relative;overflow:hidden;border:1px solid #2a374a;border-radius:9px;background:#0a0f16;color:#fff;padding:0;text-align:left;transition:.18s}
.game-card img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:.2s}
.game-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 33%,rgba(3,6,10,.94) 100%)}
.game-card .game-info{position:absolute;left:9px;right:9px;bottom:8px;z-index:2}
.game-card b{display:block;font:800 9px Orbitron}
.game-card small{font-size:6px;color:#9aa4b2}
.game-card:hover{transform:translateY(-3px);border-color:#6659dc;box-shadow:0 12px 28px rgba(0,0,0,.2),0 0 18px rgba(116,92,255,.08)}
.game-card:hover img{transform:scale(1.045)}

/* PRODUCTS + RIGHT COLUMN */
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:14px;margin-top:10px}
.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:11px}
.product-card{position:relative;overflow:hidden;border:1px solid #273449;border-radius:9px;background:linear-gradient(180deg,#0d1420,#080d14);transition:.18s}
.product-card:hover{transform:translateY(-2px);border-color:#6558d9;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.product-img{height:105px;overflow:hidden}
.product-img img{width:100%;height:100%;object-fit:cover;transition:.2s}
.product-card:hover .product-img img{transform:scale(1.04)}
.fav-btn{position:absolute;right:7px;top:7px;z-index:3;width:26px;height:26px;border:1px solid #334159;border-radius:6px;background:rgba(5,8,13,.76);color:#fff}
.fav-btn.active{color:#ff5f6d;border-color:#73404c}
.product-body{padding:8px}
.product-body h3{font-size:8px;margin:0}
.seller-line{font-size:6px;color:#768190;margin:5px 0}
.seller-line b{color:#5de4a6}
.chips{display:flex;gap:3px;flex-wrap:wrap}
.chips span{font-size:5px;padding:3px 4px;border:1px solid #243044;border-radius:4px;color:#8d97a5}
.product-bottom{display:flex;justify-content:space-between;align-items:end;margin-top:7px}
.product-price{font-size:11px;font-weight:800}
.product-actions{display:flex;gap:3px}
.product-actions button{border:0;border-radius:4px;padding:5px 6px;background:#151d28;color:#fff;font-size:5px}
.product-actions .add{background:linear-gradient(135deg,#5e54ff,#8e5cff)}
.right-column{display:flex;flex-direction:column;gap:14px}
.seller-panel,.review-panel{border-radius:12px}
.right-head h2{font-size:16px}
.seller-row{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;min-height:63px;padding:11px 0;border-top:1px solid #202b3a}
.avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#6251ff,#8d5cff);font:800 10px Orbitron;box-shadow:0 0 18px rgba(116,92,255,.16)}
.seller-row>div{display:flex;flex-direction:column}
.seller-row b{font-size:10px}
.seller-row small{font-size:8px;color:#74808f;margin-top:3px}
.score{font-size:9px;color:var(--gold)}
.review-summary{display:flex;justify-content:space-between;align-items:end;padding-bottom:9px}
.review-summary h2{font-size:22px;margin:6px 0 0}
.review-summary em{font-style:normal;color:var(--gold);font-size:14px;letter-spacing:1px}
.review-summary>small{font-size:8px;color:#7a8594;margin-bottom:4px}
.review{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;min-height:74px;padding:12px 0;border-top:1px solid #202b3a}
.review>div{display:flex;flex-direction:column}
.review b{font-size:10px}
.review small{font-size:9px;color:var(--gold)}
.review p{font-size:8px;color:#8994a3;margin:4px 0 0}
.review time{font-size:7px;color:#788391}
.review-all{width:100%;min-height:34px;border:1px solid #5e49bb;border-radius:7px;background:rgba(116,92,255,.05);color:#a485ff;font-size:8px}

/* PROMOS */
.promo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}
.promo-card{height:112px;position:relative;overflow:hidden;border:1px solid #29364a;border-radius:9px;background:#0a0f16;color:#fff;text-align:left;padding:13px;transition:.18s}
.promo-card img{position:absolute;right:0;top:0;width:52%;height:100%;object-fit:cover;opacity:.95;mask-image:linear-gradient(90deg,transparent,#000 28%)}
.promo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,11,18,.98) 0%,rgba(7,11,18,.92) 45%,rgba(7,11,18,.15) 100%)}
.promo-card>div{position:relative;z-index:2;width:62%}
.promo-card span{font-size:7px;letter-spacing:.9px}
.promo-card h3{font:800 11px Orbitron;margin:4px 0}
.promo-card p{font-size:7px;color:#9ca5b2;margin:0 0 8px}
.promo-card b{display:inline-block;padding:5px 7px;border:1px solid #33415a;border-radius:5px;background:rgba(5,8,13,.58);font-size:6px}
.promo-card:hover{transform:translateY(-2px);border-color:#6658dc}
.promo-card.sell span{color:#ffb858}.promo-card.boost span{color:#80a3ff}.promo-card.discord span{color:#b879ff}.promo-card.deals span{color:#ff766f}

/* BENEFITS + FOOTER */
.benefits{display:grid;grid-template-columns:repeat(5,1fr);min-height:135px;margin-top:10px;padding:16px 10px}
.benefits>div{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:12px 16px;border-right:1px solid #263247}
.benefits>div:last-child{border-right:0}
.benefits span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;margin-bottom:10px;background:rgba(116,92,255,.08);border:1px solid #3a4261;font-size:18px}
.benefits b{font-size:11px}
.benefits small{font-size:9px;color:#8994a3;margin-top:6px}
.footer{min-height:68px;margin-top:10px;border-top:1px solid #1d2735;display:flex;align-items:center;justify-content:space-between;padding:0 22px;color:#657080;font-size:8px}

/* MODAL / DRAWERS */
.modal{position:fixed;inset:0;z-index:120;background:rgba(0,0,0,.74);display:grid;place-items:center;padding:20px;backdrop-filter:blur(7px)}
.modal-card{width:min(520px,100%);padding:18px;border:1px solid #2b394e;border-radius:12px;background:#0a1019;position:relative}
.modal-card img{width:100%;height:225px;object-fit:cover;border-radius:9px}
.modal-close{position:absolute;right:10px;top:7px;border:0;background:transparent;color:#fff;font-size:24px}
.modal-card>small{display:block;color:#9577ff;margin-top:12px}
.modal-card h2{font:800 20px Orbitron}
.modal-card p{color:#8994a3}
.modal-price{font-size:22px;font-weight:800;margin:15px 0}
.modal-card .full{min-height:40px}
.drawer{position:fixed;right:0;top:0;z-index:130;width:min(390px,100%);height:100vh;padding:18px;overflow:auto;background:#09101a;border-left:1px solid #2a374a}
.drawer-head{display:flex;justify-content:space-between;align-items:center}
.drawer-head h2{font:800 16px Orbitron}
.drawer-head button{border:0;background:transparent;color:#fff;font-size:24px}
.cart-line,.fav-line{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #202b3a;font-size:9px}
.drawer-total{display:flex;justify-content:space-between;margin:16px 0}
.toast{position:fixed;left:50%;bottom:25px;transform:translateX(-50%);z-index:150;padding:10px 16px;border:1px solid #37465f;border-radius:8px;background:#0d1522;color:#fff;font-size:10px;font-weight:700}

/* RESPONSIVE */
@media(max-width:1450px){
  .topbar{grid-template-columns:220px minmax(380px,1fr) auto;gap:15px}
  .top-actions{gap:6px}.top-btn{padding:0 10px}
  .content-grid{grid-template-columns:minmax(0,1fr) 330px}
  .product-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:1180px){
  .topbar{grid-template-columns:210px 1fr}.top-actions{display:none}
  .page-shell{grid-template-columns:230px minmax(0,1fr)}
  .game-grid{grid-template-columns:repeat(4,1fr)}
  .content-grid{grid-template-columns:1fr}
  .right-column{display:grid;grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .page-shell{grid-template-columns:1fr}.sidebar{display:none}
  .topbar{grid-template-columns:1fr;height:72px}.brand{display:none}
  .hero-art{right:0;width:72%;opacity:.55}.hero-copy{width:70%}
  .flash-card{display:none}.trust-strip{grid-template-columns:1fr 1fr}
  .promo-grid{grid-template-columns:1fr 1fr}.benefits{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .page-shell{padding:10px}
  .hero{min-height:450px}.hero-copy{width:100%;min-height:450px;padding:22px}.hero-copy h1{font-size:31px}
  .hero-art{width:100%;opacity:.28}.hero-stats{grid-template-columns:1fr 1fr}
  .trust-strip{grid-template-columns:1fr}.game-grid{grid-template-columns:1fr 1fr}
  .product-grid{grid-template-columns:1fr 1fr}.right-column{grid-template-columns:1fr}
  .promo-grid{grid-template-columns:1fr}.benefits{grid-template-columns:1fr}
  .benefits>div{border-right:0;border-bottom:1px solid #263247}
  .footer{flex-direction:column;justify-content:center;gap:6px;padding:12px}
}

/* V12 AUTH */
.auth-card{max-width:430px;padding:25px}
.auth-logo{font:900 24px Orbitron;font-style:italic;margin-bottom:18px}.auth-logo span{color:var(--purple)}
.auth-card>small{color:#9a72ff;font-size:7px;letter-spacing:1.2px}
.auth-card h2{margin:6px 0 20px}
.auth-field{margin:12px 0}.auth-field label{display:block;font-size:9px;color:#929cab;margin-bottom:6px}
.auth-field input{width:100%;height:44px;border:1px solid #2c394d;border-radius:8px;background:#070d15;color:#fff;padding:0 12px;outline:0}
.auth-field input:focus{border-color:#745cff;box-shadow:0 0 0 2px rgba(116,92,255,.1)}
.auth-card .primary{height:44px;margin-top:9px}
.auth-switch{width:100%;border:0;background:transparent;color:#9c83ff;font-size:9px;margin-top:13px}
.auth-message{min-height:18px;font-size:9px;color:#ff7c88;text-align:center}
.user-chip{color:#b69fff!important;border-color:#5c49bb!important}

/* V13 SELLER */
.seller-dashboard{width:min(1050px,96vw);max-height:92vh;overflow:auto;padding:20px;background:#080e17}
.seller-dash-head{display:flex;justify-content:space-between;align-items:center}.seller-dash-head small{font-size:8px;color:#9a72ff;letter-spacing:1px}.seller-dash-head h2{font:800 22px Orbitron;margin:5px 0}.seller-dash-head button{border:0;background:transparent;color:#fff;font-size:28px}
.seller-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0}.seller-kpis>div{padding:14px;border:1px solid #2a374a;border-radius:9px;background:#0b121d;display:flex;flex-direction:column}.seller-kpis small{font-size:7px;color:#7f8998}.seller-kpis b{font-size:17px;margin-top:6px}
.seller-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:14px}.listing-form,.my-listings{padding:16px;border:1px solid #29364a;border-radius:10px;background:#090f18}.listing-form h3,.my-listings h3{font:800 14px Orbitron;margin:0 0 13px}
.listing-form label{display:flex;flex-direction:column;gap:6px;font-size:8px;color:#9ca6b4;margin:10px 0}.listing-form input,.listing-form select,.listing-form textarea{width:100%;border:1px solid #2c394d;border-radius:7px;background:#070c13;color:#fff;padding:10px;outline:0}.listing-form textarea{min-height:95px;resize:vertical}.listing-form input:focus,.listing-form select:focus,.listing-form textarea:focus{border-color:#745cff}
.form-two{display:grid;grid-template-columns:1fr 1fr;gap:9px}.listing-form .seller-check{flex-direction:row;align-items:center}.listing-form .seller-check input{appearance:auto;width:auto}
.protection-note{display:flex;flex-direction:column;gap:4px;padding:11px;margin:12px 0;border:1px solid #51449c;border-radius:8px;background:rgba(116,92,255,.07)}.protection-note b{font-size:9px;color:#b59fff}.protection-note span{font-size:7px;color:#8f99a7;line-height:1.5}
.seller-listing{display:grid;grid-template-columns:52px 1fr auto;gap:9px;align-items:center;padding:9px 0;border-bottom:1px solid #202b3a}.seller-listing img{width:52px;height:44px;object-fit:cover;border-radius:6px}.seller-listing div{display:flex;flex-direction:column}.seller-listing b{font-size:9px}.seller-listing small{font-size:7px;color:#7f8998;margin-top:3px}.seller-listing>strong{font-size:10px}.empty-copy{color:#7f8998;font-size:9px}
@media(max-width:800px){.seller-kpis{grid-template-columns:1fr 1fr}.seller-layout{grid-template-columns:1fr}}

/* V15 Account / Seller Verification */
.account-dashboard{width:min(1220px,96vw);max-height:92vh;overflow:auto;padding:22px;background:#080e17}
.account-head{display:flex;justify-content:space-between;align-items:center}.account-head small{font-size:8px;color:#9a72ff;letter-spacing:1.2px}.account-head h2{font:800 24px Orbitron;margin:5px 0}.account-head button{border:0;background:transparent;color:#fff;font-size:30px}
.account-top{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;margin:16px 0;padding:14px;border:1px solid #2a374a;border-radius:10px;background:#0b121d}
.account-avatar{width:64px;height:64px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#6553ff,#8e5cff);font:800 20px Orbitron}
.account-identity{display:flex;flex-direction:column}.account-identity b{font-size:14px}.account-identity span{font-size:9px;color:#9aa4b2;margin-top:4px}.account-identity small{font-size:8px;color:#947cff;margin-top:5px}
.account-logout{height:40px;padding:0 15px}.account-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #253044}
.account-tabs button{min-height:38px;border:1px solid #29364a;border-radius:7px;background:#0a111a;color:#97a2b0;padding:0 13px;font-size:9px}.account-tabs button.active{color:#fff;border-color:#705cff;background:rgba(116,92,255,.12)}
.account-tab{display:none}.account-tab.active{display:block}.account-tab h3{font:800 15px Orbitron;margin:4px 0 15px}
.account-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.account-form-grid label{display:flex;flex-direction:column;gap:6px;font-size:9px;color:#9ca6b4}.account-form-grid label.wide{grid-column:1/-1}
.account-form-grid input,.account-form-grid textarea{min-height:44px;width:100%;border:1px solid #2d394c;border-radius:8px;background:#070d14;color:#fff;padding:10px 12px;outline:0}.account-form-grid textarea{min-height:110px;resize:vertical}
.account-form-grid input:focus,.account-form-grid textarea:focus{border-color:#745cff;box-shadow:0 0 0 2px rgba(116,92,255,.08)}
.account-save{min-height:42px;padding:0 17px;margin-top:14px}.account-message{min-height:17px;font-size:9px;color:#ff7c88}
.seller-settings-head,.verification-head{display:flex;justify-content:space-between;align-items:center}.seller-settings-head p,.verification-head p{font-size:9px;color:#818c9b}
.seller-status,.verification-badge{padding:7px 10px;border-radius:99px;border:1px solid #51449c;background:rgba(116,92,255,.08);font-size:8px;color:#b69fff}
.seller-fee-note{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}.seller-fee-note>div{padding:12px;border:1px solid #2c394d;border-radius:8px;background:#0a111a;display:flex;flex-direction:column}.seller-fee-note small{font-size:7px;color:#7e8998}.seller-fee-note b{font-size:16px;margin-top:5px}
.verification-info{display:flex;flex-direction:column;gap:5px;margin:12px 0 16px;padding:12px;border:1px solid #51449c;border-radius:8px;background:rgba(116,92,255,.06)}.verification-info b{font-size:9px;color:#b69fff}.verification-info span{font-size:8px;color:#8f99a8;line-height:1.5}
.security-actions{display:flex;gap:8px;margin-top:14px}.security-actions button{min-height:40px;padding:0 14px}.account-list{border:1px solid #283548;border-radius:9px;background:#090f18;padding:12px;min-height:120px}.account-list p{color:#7f8998;font-size:9px}

/* Bigger seller dashboard */
.seller-dashboard{width:min(1300px,97vw)!important;max-height:94vh!important;padding:26px!important}.seller-dash-head h2{font-size:26px!important}.seller-kpis{gap:12px!important}.seller-kpis>div{padding:17px!important;min-height:78px}.seller-kpis small{font-size:8px!important}.seller-kpis b{font-size:20px!important}
.seller-layout{grid-template-columns:1.12fr .88fr!important;gap:18px!important}.listing-form,.my-listings{padding:20px!important}.listing-form h3,.my-listings h3{font-size:16px!important}.listing-form label{font-size:9px!important}.listing-form input,.listing-form select{min-height:46px!important;font-size:10px!important}.listing-form textarea{min-height:130px!important;font-size:10px!important}

/* Bigger marketplace cards */
.product-grid{grid-template-columns:repeat(4,1fr)!important;gap:12px!important}.product-img{height:155px!important}.product-body{padding:11px!important}.product-body h3{font-size:10px!important;line-height:1.35}.seller-line{font-size:8px!important;margin:7px 0!important}.chips span{font-size:6px!important;padding:4px 5px!important}.product-price{font-size:15px!important}.product-actions button{font-size:7px!important;padding:7px 8px!important}.fav-btn{width:30px!important;height:30px!important}
@media(max-width:1000px){.account-form-grid{grid-template-columns:1fr}.seller-layout{grid-template-columns:1fr!important}.product-grid{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:700px){.seller-fee-note{grid-template-columns:1fr}.account-top{grid-template-columns:55px 1fr}.account-logout{grid-column:1/-1}.product-grid{grid-template-columns:repeat(2,1fr)!important}}

/* V16 Product Details */
.clickable-card{cursor:pointer}
.clickable-card:hover{border-color:#715cff!important;box-shadow:0 14px 32px rgba(0,0,0,.22),0 0 20px rgba(116,92,255,.1)!important}
.product-detail-modal{width:min(980px,95vw)!important;padding:20px!important}
.detail-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:22px}
.detail-media{min-height:420px;border:1px solid #29364a;border-radius:10px;overflow:hidden;background:#070d14}
.detail-media img{width:100%!important;height:100%!important;min-height:420px;object-fit:cover!important;border-radius:0!important}
.detail-info{display:flex;flex-direction:column;padding:6px 2px}
.detail-info>small{color:#9a72ff!important;font-size:8px!important;letter-spacing:1.1px}
.detail-info h2{font:800 24px Orbitron!important;line-height:1.25;margin:8px 0 16px!important}
.detail-meta{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:16px}
.detail-meta>div{min-height:60px;padding:10px 11px;border:1px solid #29364a;border-radius:8px;background:#0a111b;display:flex;flex-direction:column}
.detail-meta span,.detail-description>span{font-size:7px;color:#778393;letter-spacing:.8px}
.detail-meta b{font-size:9px;margin-top:5px}
.detail-description{padding:13px;border:1px solid #29364a;border-radius:9px;background:#090f18;min-height:135px}
.detail-description p{font-size:10px!important;line-height:1.65!important;color:#a3acb9!important;margin:8px 0 0!important;white-space:pre-wrap}
.detail-bottom{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-top:auto;padding-top:18px}
.detail-bottom>div{display:flex;flex-direction:column}.detail-bottom small{font-size:7px;color:#778393}
.detail-bottom .modal-price{font-size:27px!important;margin:4px 0 0!important}
.detail-bottom .primary{min-height:46px;padding:0 20px;white-space:nowrap}
@media(max-width:760px){
  .detail-layout{grid-template-columns:1fr}
  .detail-media,.detail-media img{min-height:250px}
  .detail-bottom{align-items:stretch;flex-direction:column}
  .detail-bottom .primary{width:100%}
}

/* V17 verified seller gate */
.id-requirements{
  display:flex;
  flex-direction:column;
  gap:7px;
  margin:14px 0 2px;
  padding:13px;
  border:1px solid #51449c;
  border-radius:9px;
  background:linear-gradient(180deg,rgba(116,92,255,.08),rgba(116,92,255,.03));
}
.id-requirements b{font-size:9px;color:#c1aeff;margin-bottom:2px}
.id-requirements span{font-size:8px;color:#9ca6b4;line-height:1.45}

/* V18 — significantly larger marketplace cards */
.product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
}

.product-card{
  min-height:330px !important;
  border-radius:12px !important;
}

.product-img{
  height:195px !important;
}

.product-body{
  padding:14px 15px 15px !important;
}

.product-body h3{
  font-size:14px !important;
  line-height:1.35 !important;
  margin:0 0 7px !important;
  font-weight:800 !important;
}

.seller-line{
  font-size:10px !important;
  margin:7px 0 9px !important;
  line-height:1.4 !important;
}

.seller-line b{
  font-size:10px !important;
}

.chips{
  gap:5px !important;
  margin-bottom:10px !important;
}

.chips span{
  font-size:8px !important;
  padding:5px 7px !important;
  border-radius:5px !important;
}

.product-bottom{
  margin-top:10px !important;
  align-items:center !important;
}

.product-price{
  font-size:19px !important;
  line-height:1 !important;
  font-weight:900 !important;
}

.product-actions{
  gap:6px !important;
}

.product-actions button{
  font-size:9px !important;
  min-height:34px !important;
  padding:0 10px !important;
  border-radius:6px !important;
}

.product-actions .add{
  min-width:36px !important;
  font-size:12px !important;
}

.fav-btn{
  width:34px !important;
  height:34px !important;
  font-size:14px !important;
  border-radius:7px !important;
  right:9px !important;
  top:9px !important;
}

/* Make the products section heading readable too */
.products .section-head span{
  font-size:9px !important;
}
.products .section-head h2{
  font-size:19px !important;
}
.products .section-head button{
  font-size:9px !important;
}

/* Seller-created listings inside dashboard */
.seller-listing{
  grid-template-columns:78px 1fr auto !important;
  gap:12px !important;
  padding:13px 0 !important;
}
.seller-listing img{
  width:78px !important;
  height:64px !important;
}
.seller-listing b{
  font-size:11px !important;
}
.seller-listing small{
  font-size:9px !important;
}
.seller-listing>strong{
  font-size:13px !important;
}

/* Responsive */
@media(max-width:1250px){
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:760px){
  .product-grid{
    grid-template-columns:1fr !important;
  }
  .product-img{
    height:220px !important;
  }
}

/* V19 Stripe Connect verification status */
.stripe-verify-status{
  margin-top:12px;
  padding:12px;
  display:grid;
  grid-template-columns:12px 1fr;
  gap:10px;
  align-items:center;
  border:1px solid #3b455c;
  border-radius:9px;
  background:#090f18;
}
.stripe-dot{
  width:10px;height:10px;border-radius:50%;
  background:#f0b429;
  box-shadow:0 0 12px rgba(240,180,41,.28);
}
.stripe-verify-status>div{display:flex;flex-direction:column}
.stripe-verify-status b{font-size:9px}
.stripe-verify-status small{font-size:8px;color:#8c97a6;margin-top:3px}
.stripe-verify-status.verified{border-color:#245a45;background:rgba(28,116,77,.08)}
.stripe-verify-status.verified .stripe-dot{
  background:#42d98a;box-shadow:0 0 12px rgba(66,217,138,.32)
}

/* V20 support, checkout, legal */
.support-float{position:fixed;right:18px;bottom:18px;z-index:70}
.support-float a{display:flex;align-items:center;gap:8px;padding:12px 15px;border:1px solid #5865f2;border-radius:9px;background:#11182a;color:#fff;text-decoration:none;font-size:10px;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.35)}
.v20-footer{max-width:1180px;margin:35px auto 80px;padding:18px 20px;border-top:1px solid #202b3a;display:flex;gap:16px;align-items:center;flex-wrap:wrap;color:#778393;font-size:9px}
.v20-footer a,.v20-footer button{color:#aeb8c8;background:none;border:0;font:inherit;cursor:pointer;text-decoration:none}
.v20-footer a:hover,.v20-footer button:hover{color:#fff}
.legal-modal{width:min(700px,94vw)!important}
.legal-modal h2{font-size:20px!important}.legal-modal #legalContent{font-size:11px;line-height:1.8;color:#aab3c0;white-space:pre-wrap}
.v20-order-actions{display:flex;gap:7px;margin-top:10px;flex-wrap:wrap}
.v20-order-actions button{padding:8px 10px;border:1px solid #4c5b70;border-radius:6px;background:#111a27;color:#fff;font-size:8px;cursor:pointer}
.v20-order-actions .danger{border-color:#8a3c49;color:#ff9aa5}
@media(max-width:700px){.support-float{right:10px;bottom:10px}.support-float a{padding:10px 12px}.v20-footer{margin-bottom:70px}}
