/* GameOver Modern UI - frontend-only visual layer
   Preserves existing PHP, database and checkout logic. */
:root{
  --go-bg:#080a12;--go-surface:#10131f;--go-surface2:#151a29;--go-border:rgba(255,255,255,.08);
  --go-text:#f5f7ff;--go-muted:#9ca6bd;--go-accent:#7c5cff;--go-accent2:#20d4ff;--go-radius:18px;
}
html[data-theme="dark"] body,html[data-theme="light"] body{background:
 radial-gradient(900px 420px at 8% -5%,rgba(124,92,255,.20),transparent 60%),
 radial-gradient(800px 400px at 100% 10%,rgba(32,212,255,.10),transparent 58%),var(--go-bg)!important;color:var(--go-text)!important;}
html[data-theme="dark"] .frontend-header,html[data-theme="light"] .frontend-header{background:rgba(8,10,18,.82)!important;border-bottom:1px solid var(--go-border)!important;box-shadow:0 12px 40px rgba(0,0,0,.22)!important;backdrop-filter:blur(18px)!important;}
html[data-theme="dark"] .topbar,html[data-theme="light"] .topbar{background:rgba(8,10,18,.72)!important;border-color:var(--go-border)!important;}
.frontend-header .header-content,.frontend-header .topbar-content{max-width:1320px!important;}
.frontend-header .logo-section img{filter:drop-shadow(0 0 18px rgba(124,92,255,.22));}
.frontend-header a,.frontend-header button{transition:all .2s ease!important;}
.frontend-header .nav-link:hover,.frontend-header .header-link:hover{color:#fff!important;transform:translateY(-1px);}
main,.container,.page-container{max-width:1320px!important;}
/* Cards */
.card,.listing-card,.product-card,.game-card,.category-card,.store-card,.panel,.box,.item-card,.featured-card{
 background:linear-gradient(145deg,rgba(21,26,41,.96),rgba(13,16,27,.96))!important;
 border:1px solid var(--go-border)!important;border-radius:var(--go-radius)!important;
 box-shadow:0 16px 45px rgba(0,0,0,.20)!important;overflow:hidden;}
.card:hover,.listing-card:hover,.product-card:hover,.game-card:hover,.category-card:hover,.store-card:hover,.item-card:hover,.featured-card:hover{
 border-color:rgba(124,92,255,.42)!important;transform:translateY(-3px);box-shadow:0 20px 55px rgba(0,0,0,.30),0 0 0 1px rgba(124,92,255,.06)!important;}
/* Homepage hero */
.slider-wrapper,.slider-container,.hero,.home-hero{border-radius:24px!important;overflow:hidden!important;box-shadow:0 22px 70px rgba(0,0,0,.30)!important;}
.slider-item img,.hero img{filter:saturate(1.08) contrast(1.03);}
.slider-content{background:linear-gradient(90deg,rgba(5,7,14,.82),rgba(5,7,14,.22),transparent)!important;}
.slider-title{font-weight:900!important;letter-spacing:-.6px!important;text-shadow:0 4px 25px rgba(0,0,0,.55)!important;}
.slider-btn,.btn-primary,.btn-main,.button-primary{background:linear-gradient(135deg,var(--go-accent),#9b6cff)!important;border:0!important;border-radius:12px!important;box-shadow:0 10px 28px rgba(124,92,255,.28)!important;}
.slider-btn:hover,.btn-primary:hover,.btn-main:hover,.button-primary:hover{filter:brightness(1.08);transform:translateY(-2px);}
/* Sections */
.section-title,.page-title,.listing-title{font-weight:900!important;letter-spacing:-.5px!important;color:#fff!important;}
.section-title:after{content:"";display:inline-block;width:42px;height:4px;margin-left:10px;border-radius:99px;background:linear-gradient(90deg,var(--go-accent),var(--go-accent2));vertical-align:middle;}
/* Product images */
.listing-card img,.product-card img,.game-card img,.category-card img{transition:transform .35s ease,filter .35s ease;}
.listing-card:hover img,.product-card:hover img,.game-card:hover img,.category-card:hover img{transform:scale(1.035);filter:saturate(1.12);}
/* Pills / badges */
.badge,.status,.tag,.category-badge{border-radius:999px!important;border:1px solid rgba(124,92,255,.18)!important;background:rgba(124,92,255,.10)!important;color:#dcd5ff!important;}
/* Inputs */
input,select,textarea,.form-control{background:#0d111c!important;color:#f5f7ff!important;border:1px solid var(--go-border)!important;border-radius:12px!important;min-height:44px;}
input:focus,select:focus,textarea:focus,.form-control:focus{border-color:rgba(124,92,255,.7)!important;box-shadow:0 0 0 4px rgba(124,92,255,.12)!important;outline:0!important;}
/* Tables */
table{border-collapse:separate!important;border-spacing:0!important;overflow:hidden;border-radius:14px;}
th{background:#151a29!important;color:#fff!important;}td{border-color:var(--go-border)!important;}
/* Footer */
footer,.footer{background:#080a12!important;border-top:1px solid var(--go-border)!important;}
/* Mobile */
@media(max-width:768px){
 body{padding-bottom:76px!important;}
 .frontend-header .logo-section img{max-width:145px!important;height:auto!important;}
 .slider-wrapper,.slider-container,.hero,.home-hero{border-radius:16px!important;}
 .slider-title{font-size:22px!important;}
 .card,.listing-card,.product-card,.game-card,.category-card{border-radius:15px!important;}
 .section-title{font-size:20px!important;}
}
