:root{--bg:#0d0f12;--surface:#14171b;--surface-2:#191d22;--surface-3:#20252b;--text:#f2f3f5;--muted:#9299a3;--line:#282d34;--accent:#6d7cff;--accent-hover:#7e8aff;--success:#53bc8b;--danger:#e86974;--radius:14px;--container:1360px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.site-header{height:66px;position:sticky;top:0;z-index:50;background:rgba(13,15,18,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.nav{height:100%;display:grid;grid-template-columns:auto minmax(260px,560px) auto;gap:30px;align-items:center}.logo{font-weight:800;font-size:20px;letter-spacing:-.7px;display:flex;align-items:center}.logo-mark{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;margin-right:9px;background:#fff;color:#0d0f12;font-size:14px}.header-search{height:40px;background:var(--surface);border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;padding:0 13px;color:var(--muted)}.header-search input{width:100%;border:0;outline:0;background:transparent;color:#fff;margin-left:9px}.nav-links{display:flex;align-items:center;gap:18px;font-size:13px;color:#b2b7bf}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-actions{display:flex;align-items:center;gap:8px}.balance-pill{font-size:13px;padding:9px 11px;border-radius:9px;background:var(--surface);border:1px solid var(--line)}.btn{border:0;border-radius:10px;padding:11px 16px;font-weight:650;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.18s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface);color:#fff;border:1px solid var(--line)}.btn-light{background:#fff;color:#111}.btn-small{padding:9px 13px;font-size:13px}.full{width:100%}.market-shell{width:min(1480px,calc(100% - 32px));margin:22px auto 0;display:grid;grid-template-columns:224px minmax(0,1fr);gap:18px}.category-sidebar{align-self:start;position:sticky;top:88px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:10px}.sidebar-title{font-size:12px;color:#757c86;text-transform:uppercase;letter-spacing:.9px;padding:9px 11px 12px}.category-link{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;padding:9px;border-radius:10px;font-size:13px;color:#c7cbd1}.category-link:hover,.category-link.active{background:var(--surface-3);color:#fff}.category-link small{color:#666d77}.category-symbol{width:30px;height:30px;border-radius:8px;background:#292e35;display:grid;place-items:center;font-size:11px;font-weight:800}.home-content{min-width:0}.wide-banner{height:clamp(360px,41vw,570px);position:relative;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#15181d}.wide-banner>img{width:100%;height:100%;object-fit:cover;display:block}.wide-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,8,10,.82) 0%,rgba(7,8,10,.43) 48%,rgba(7,8,10,.05) 78%)}.banner-overlay{position:absolute;left:clamp(28px,5vw,70px);top:50%;transform:translateY(-50%);z-index:2;max-width:610px}.banner-label{font-size:11px;font-weight:700;letter-spacing:1.8px;color:#b7bdc7}.banner-overlay h1{font-size:clamp(38px,5vw,70px);line-height:1.02;letter-spacing:-3.2px;margin:15px 0 18px}.banner-overlay p{font-size:16px;line-height:1.6;color:#b0b5bd;margin:0 0 25px}.banner-size{position:absolute;right:18px;bottom:16px;z-index:3;background:rgba(8,9,11,.7);border:1px solid rgba(255,255,255,.12);padding:8px 10px;border-radius:8px;font-size:11px;color:#aeb4bd}.quick-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;border:1px solid var(--line);background:var(--surface);border-radius:14px}.quick-strip div{padding:18px 22px;display:flex;flex-direction:column;gap:5px;border-right:1px solid var(--line)}.quick-strip div:last-child{border:0}.quick-strip b{font-size:13px}.quick-strip span{font-size:11px;color:var(--muted)}.home-section{padding:42px 0 4px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-head.compact h2,.section-head h2{margin:0;font-size:24px;letter-spacing:-.7px}.section-head p{margin:7px 0 0;color:var(--muted);font-size:13px}.section-head>a{font-size:12px;color:#b8bdc5}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-card{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:12px;transition:.18s}.product-card:hover{border-color:#3b424c;transform:translateY(-2px)}.product-card-top{display:flex;justify-content:space-between;align-items:start}.product-icon{width:48px;height:48px;border-radius:11px;display:grid;place-items:center;background:#242930;border:1px solid #30363e;font-weight:800;font-size:14px}.product-badge{font-size:9px;padding:5px 7px;border-radius:6px;background:#252b32;color:#aeb5bf}.product-card h3{font-size:14px;line-height:1.35;margin:16px 0 6px}.product-card p{font-size:11px;color:var(--muted);line-height:1.45;height:32px;margin:0}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:17px}.product-bottom strong{font-size:16px}.buy-btn{width:34px;height:34px;border:0;border-radius:9px;background:#fff;color:#111;font-size:19px;cursor:pointer}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review-card{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:17px}.review-head{display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#252a31;font-size:12px;font-weight:700}.review-head h3{font-size:13px;margin:0}.review-head span{font-size:10px;color:var(--muted)}.stars{font-size:11px;color:#e4c56e}.review-card p{font-size:12px;line-height:1.55;color:#b5bac2;margin:15px 0 0}.page-main{padding:55px 0 90px}.page-heading{margin-bottom:30px}.page-heading h1,.about-hero h1{font-size:44px;letter-spacing:-2px;margin:0 0 12px}.page-heading p,.about-hero p{color:var(--muted);line-height:1.7}.section-kicker,.eyebrow{display:block;font-size:11px;color:#737b86;text-transform:uppercase;letter-spacing:1.3px;margin-bottom:12px}.catalog-toolbar{display:flex;justify-content:space-between;gap:15px;margin-bottom:22px}.filter-group{display:flex;gap:7px;flex-wrap:wrap}.filter-btn{border:1px solid var(--line);background:var(--surface);color:#aeb3bb;border-radius:9px;padding:9px 12px;cursor:pointer;font-size:12px}.filter-btn.active{background:#fff;color:#111;border-color:#fff}.search-box{min-width:260px;height:38px;background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:0 12px;display:flex;align-items:center;color:var(--muted)}.search-box input{border:0;outline:0;background:transparent;color:#fff;width:100%;margin-left:8px}.catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.site-footer{border-top:1px solid var(--line);margin-top:65px}.footer-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;color:#727984;font-size:12px}.footer-links{display:flex;gap:22px}.auth-wrap{min-height:calc(100vh - 66px);display:grid;grid-template-columns:1fr 430px;gap:90px;align-items:center;padding:60px 0}.auth-promo h1{font-size:58px;letter-spacing:-3px;line-height:1.05;margin:0 0 20px}.auth-promo p{color:var(--muted);max-width:570px;line-height:1.7}.gradient-text{color:#fff}.auth-benefits{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.auth-benefits span{font-size:12px;border:1px solid var(--line);background:var(--surface);padding:9px 11px;border-radius:8px;color:#aeb4bd}.auth-card,.review-form-card,.profile-card,.dashboard-card,.legal-note,.about-grid article{background:var(--surface);border:1px solid var(--line);border-radius:14px}.auth-card{padding:24px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#0f1114;padding:4px;border-radius:10px;margin-bottom:22px}.auth-tabs button{border:0;background:transparent;color:#818894;padding:10px;border-radius:8px;cursor:pointer}.auth-tabs button.active{background:#252a31;color:#fff}.auth-form{display:flex;flex-direction:column;gap:15px}.auth-form label{font-size:12px;color:#aeb4bd;display:flex;flex-direction:column;gap:7px}.auth-form input,.auth-form select,.auth-form textarea{border:1px solid var(--line);background:#0f1114;color:#fff;border-radius:9px;padding:12px;outline:0}.auth-form input:focus,.auth-form textarea:focus{border-color:#555e6b}.auth-form textarea{min-height:120px;resize:vertical}.check{flex-direction:row!important;align-items:center}.form-note{font-size:10px;color:#69717c;text-align:center}.hidden{display:none!important}.reviews-layout{display:grid;grid-template-columns:1fr 390px;gap:30px}.one-column{grid-template-columns:1fr}.review-form-card{padding:22px;align-self:start;position:sticky;top:90px}.review-form-card h2{margin-top:0}.review-form-card>p{color:var(--muted);font-size:12px}.about-hero{max-width:850px;margin-bottom:45px}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.about-grid article{padding:25px}.about-number{font-size:11px;color:#6f7782}.about-grid h3{font-size:17px}.about-grid p{font-size:12px;color:var(--muted);line-height:1.6}.legal-note{margin-top:28px;padding:28px;display:grid;grid-template-columns:290px 1fr;gap:40px}.legal-note h2{margin:8px 0}.legal-note p{font-size:12px;color:var(--muted);line-height:1.7}.profile-shell{display:grid;grid-template-columns:280px 1fr;gap:18px}.profile-card{padding:25px;text-align:center;align-self:start}.profile-avatar{width:70px;height:70px;border-radius:50%;background:#262b32;display:grid;place-items:center;margin:0 auto 14px;font-weight:800;font-size:25px}.profile-card h2{margin:0 0 7px}.profile-card p{color:var(--muted);font-size:12px;margin-bottom:22px}.dashboard{display:flex;flex-direction:column;gap:14px}.dashboard-card{padding:22px}.balance-card{display:flex;align-items:center;justify-content:space-between}.balance-card strong{font-size:28px}.orders-list{margin-top:15px}.order-row{display:grid;grid-template-columns:1fr auto 120px;align-items:center;gap:15px;padding:14px 0;border-top:1px solid var(--line);font-size:12px}.order-row small{display:block;color:var(--muted);margin-top:5px}.order-status{text-align:right;color:#86cfa9}.empty-state{grid-column:1/-1;text-align:center;padding:50px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:13px}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.68);display:grid;place-items:center;z-index:100;padding:20px}.modal{width:min(440px,100%);background:var(--surface);border:1px solid var(--line);border-radius:15px;padding:24px}.modal h2{margin-top:0}.modal>p{color:var(--muted);font-size:12px}.modal-summary{margin:20px 0}.modal-row{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid var(--line);font-size:12px}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.toast{position:fixed;right:22px;bottom:22px;background:#fff;color:#111;padding:12px 15px;border-radius:9px;font-size:12px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s;z-index:120}.toast.show{opacity:1;transform:none}.toast.error{background:var(--danger);color:#fff}@media(max-width:1100px){.market-shell{grid-template-columns:1fr}.category-sidebar{position:static;display:flex;overflow:auto}.sidebar-title,.category-link small{display:none}.category-link{min-width:max-content}.product-grid,.catalog-grid{grid-template-columns:repeat(3,1fr)}.nav{grid-template-columns:auto 1fr auto}.nav-links{display:none}}@media(max-width:760px){.container,.market-shell{width:min(100% - 24px,var(--container))}.site-header{height:58px}.header-search{display:none}.nav{display:flex;justify-content:space-between}.wide-banner{height:480px}.wide-banner:after{background:linear-gradient(0deg,rgba(7,8,10,.9),rgba(7,8,10,.12))}.banner-overlay{left:22px;right:22px;top:auto;bottom:35px;transform:none}.banner-overlay h1{font-size:40px;letter-spacing:-2px}.banner-size{display:none}.quick-strip{grid-template-columns:1fr}.quick-strip div{border-right:0;border-bottom:1px solid var(--line)}.quick-strip div:last-child{border-bottom:0}.product-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}.catalog-toolbar{flex-direction:column}.search-box{min-width:0}.auth-wrap,.reviews-layout,.profile-shell,.legal-note{grid-template-columns:1fr}.auth-promo{display:none}.auth-wrap{padding-top:35px}.review-form-card{position:static}.about-grid{grid-template-columns:1fr}.balance-card{align-items:flex-start;flex-direction:column;gap:16px}.footer-inner{flex-direction:column;justify-content:center;gap:16px}.page-heading h1,.about-hero h1{font-size:36px}.order-row{grid-template-columns:1fr auto}.order-status{grid-column:1/-1;text-align:left}}@media(max-width:430px){.product-grid,.catalog-grid{grid-template-columns:1fr}.category-sidebar{margin-inline:-1px}.banner-overlay h1{font-size:34px}.nav-actions .balance-pill{display:none}}

/* --- Final marketplace layout adjustments --- */
html,body{min-height:100%}
body{display:flex;flex-direction:column}
body>main{flex:1 0 auto;width:100%}
.site-footer{margin-top:auto;flex-shrink:0}

.nav{grid-template-columns:auto minmax(220px,520px) minmax(max-content,1fr) auto;gap:24px}
.nav-links{justify-self:center}
.nav-actions{justify-self:end;white-space:nowrap}

.hero-container{width:min(1480px,calc(100% - 32px));margin:22px auto 0}
.hero-container .wide-banner{display:block;width:100%;height:auto;aspect-ratio:3/1;border-radius:16px}
.wide-banner:after,.banner-overlay,.banner-size{display:none!important}
.wide-banner>img{object-position:center}

.market-shell{margin-top:18px}
.promo-grid{display:grid;grid-template-columns:1.45fr 1fr;grid-template-rows:repeat(2,minmax(0,1fr));gap:12px}
.promo-card{display:block;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface);min-height:0}
.promo-card-wide{grid-row:1/3;aspect-ratio:8/5}
.promo-card:not(.promo-card-wide){aspect-ratio:12/5}
.promo-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.promo-card:hover img{transform:scale(1.012)}

.site-footer{border-top:1px solid var(--line)}
.footer-inner{min-height:92px}

@media(max-width:1180px){
  .nav{grid-template-columns:auto minmax(180px,1fr) auto}
  .nav-links{display:none}
}
@media(max-width:760px){
  .hero-container{width:calc(100% - 24px);margin-top:12px}
  .hero-container .wide-banner{aspect-ratio:16/7;border-radius:13px}
  .promo-grid{grid-template-columns:1fr;grid-template-rows:auto}
  .promo-card-wide{grid-row:auto;aspect-ratio:16/9}
  .promo-card:not(.promo-card-wide){aspect-ratio:12/5}
}
@media(max-width:430px){
  .promo-card:not(.promo-card-wide){aspect-ratio:16/8}
}

/* --- Donatka v4: compact banners, real search and profile security --- */
.logo{display:flex;align-items:center;gap:9px}
.logo small{margin-left:-7px;color:var(--muted);font-size:11px;font-weight:600;align-self:flex-end;margin-bottom:2px}
.header-search-wrap{position:relative;min-width:0}
.header-search-wrap .header-search{width:100%}
.search-suggestions{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:90;background:#15181d;border:1px solid var(--line);border-radius:12px;padding:6px;box-shadow:0 18px 50px rgba(0,0,0,.35)}
.search-suggestions.open{display:block}
.suggestion-item,.suggestion-all{width:100%;border:0;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer}
.suggestion-item{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:center;padding:9px;border-radius:8px}
.suggestion-item:hover,.suggestion-all:hover{background:#20242a}
.suggestion-icon{width:36px;height:36px;border-radius:8px;background:#272c33;display:grid;place-items:center;font-weight:800;font-size:11px}
.suggestion-item b{display:block;font-size:12px}
.suggestion-item small{display:block;color:var(--muted);font-size:10px;margin-top:3px}
.suggestion-all{padding:10px 11px;border-top:1px solid var(--line);color:#aeb6c2;font-size:11px}
.suggestion-empty{padding:16px;color:var(--muted);font-size:12px;text-align:center}

.hero-container{max-width:1480px}
.hero-container .wide-banner{aspect-ratio:4/1;border-radius:14px}
.promo-grid{grid-template-columns:1.5fr 1fr;grid-template-rows:repeat(2,145px);gap:10px}
.promo-card-wide{aspect-ratio:auto;grid-row:1/3}
.promo-card:not(.promo-card-wide){aspect-ratio:auto}

body[data-page="profile"] .page-main{display:block;padding-bottom:56px}
body[data-page="profile"] .site-footer{margin-top:auto}
.balance-card>div{display:flex;align-items:center;gap:28px}
.balance-card>div strong{font-size:28px}
.password-card{display:grid;grid-template-columns:240px 1fr;gap:32px;align-items:start}
.password-card-copy h2{margin-top:0;margin-bottom:8px}
.password-card-copy p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.password-form{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:10px;align-items:end}
.password-form label{font-size:11px;color:var(--muted)}
.password-form input{display:block;width:100%;margin-top:7px;background:#101216;color:var(--text);border:1px solid var(--line);border-radius:9px;padding:11px 12px;outline:none}
.password-form input:focus{border-color:#747e8b}
.password-form .btn{height:40px;white-space:nowrap}

@media(max-width:1000px){
  .password-card{grid-template-columns:1fr}
  .password-form{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .hero-container .wide-banner{aspect-ratio:16/5}
  .promo-grid{grid-template-columns:1fr;grid-template-rows:auto}
  .promo-card-wide,.promo-card:not(.promo-card-wide){aspect-ratio:16/6;grid-row:auto}
  .password-form{grid-template-columns:1fr}
  .balance-card>div{align-items:flex-start;flex-direction:column;gap:5px}
}

/* --- Donatka v5: bannerless premium home page --- */
:root{--accent:#7c72f2;--accent-hover:#9188ff}
.logo-text{font-size:21px;font-weight:800;letter-spacing:-.9px;color:#f5f5f7;white-space:nowrap}
.logo-text::after{content:none}
.home-main{padding:0 0 18px}
.home-intro{min-height:315px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding-top:64px;padding-bottom:58px;border-bottom:1px solid var(--line)}
.home-intro h1{margin:10px 0 18px;font-size:clamp(44px,5vw,72px);line-height:1.02;letter-spacing:-4px;max-width:820px}
.home-intro p{margin:0;color:var(--muted);font-size:15px;line-height:1.7;max-width:600px}
.home-intro .eyebrow{color:#9d96ff;margin:0}
.intro-actions{display:flex;align-items:center;gap:16px;padding-bottom:6px;white-space:nowrap}
.intro-actions span{font-size:11px;color:var(--muted)}
.home-block{padding-top:64px}
.categories-section{padding-top:48px}
.game-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.game-category-card{min-width:0;display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:14px;padding:15px;background:var(--surface);border:1px solid var(--line);border-radius:14px;transition:.18s}
.game-category-card:hover{transform:translateY(-2px);border-color:#4b465f;background:#171a20}
.game-category-icon{width:56px;height:56px;border-radius:13px;display:grid;place-items:center;background:#21242b;border:1px solid #30343d;color:#c8c3ff;font-weight:800;font-size:13px}
.game-category-card b{display:block;font-size:14px;margin-bottom:5px}
.game-category-card small{display:block;font-size:11px;color:var(--muted)}
.game-category-card>span:last-child{font-size:18px;color:#676e78}
.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.offer-card{min-height:190px;position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;padding:23px;background:#17191e;border:1px solid var(--line);border-radius:15px;transition:.18s}
.offer-card:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-55px;top:-65px;background:rgba(124,114,242,.12)}
.offer-card:hover{transform:translateY(-2px);border-color:#4d4865}
.offer-card span{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#9d96ff}
.offer-card h3{font-size:18px;line-height:1.3;margin:12px 0 18px}
.offer-card small{font-size:10px;color:#737a84}
.offer-card strong{align-self:flex-start;font-size:22px;color:#b9b4ff;z-index:1}
.offer-primary{background:#1a1a22}
.trust-section{padding-top:76px}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-grid article{padding:30px 25px;border-right:1px solid var(--line)}
.trust-grid article:last-child{border-right:0}
.trust-grid span{font-size:10px;color:#8f88f4}
.trust-grid h3{font-size:14px;margin:17px 0 10px}
.trust-grid p{font-size:11px;color:var(--muted);line-height:1.65;margin:0}
.home-reviews-section{padding-top:86px;padding-bottom:92px}
.stars{font-size:20px;letter-spacing:1px;color:#8f83ff;line-height:1}
.review-head{grid-template-columns:38px 1fr auto}
.avatar{width:38px;height:38px;background:#24222e;color:#bcb6ff}
.review-card{padding:20px}
.review-card p{font-size:12px;margin-top:18px}
body[data-page="reviews"] .stars{font-size:22px}
body[data-page="reviews"] .review-card{padding:22px}
.home-main+.site-footer{margin-top:0}
.home-reviews-section+.site-footer{margin-top:0}

@media(max-width:1000px){
  .home-intro{align-items:flex-start;flex-direction:column;min-height:auto}
  .game-category-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid article:nth-child(2){border-right:0}
  .trust-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media(max-width:760px){
  .home-intro{padding-top:42px;padding-bottom:42px;gap:26px}
  .home-intro h1{font-size:42px;letter-spacing:-2.7px}
  .intro-actions{align-items:flex-start;flex-direction:column}
  .home-block{padding-top:48px}
  .game-category-grid,.offer-grid{grid-template-columns:1fr}
  .home-product-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid{grid-template-columns:1fr}
  .trust-grid article{border-right:0;border-bottom:1px solid var(--line)!important}
  .trust-grid article:last-child{border-bottom:0!important}
  .home-reviews-section{padding-top:64px;padding-bottom:70px}
}
@media(max-width:430px){
  .home-product-grid{grid-template-columns:1fr}
  .game-category-card{grid-template-columns:50px 1fr auto}
  .game-category-icon{width:50px;height:50px}
}

/* --- Donatka v6: compact image banner and brighter home page --- */
:root{
  --bg:#11131a;
  --surface:#181b24;
  --surface-2:#1d202b;
  --surface-3:#232735;
  --line:#2c3040;
  --accent:#7782f5;
  --accent-hover:#8993ff;
}
.home-v6{padding-top:22px;background:
  radial-gradient(circle at 15% 5%,rgba(119,130,245,.10),transparent 26%),
  radial-gradient(circle at 90% 36%,rgba(139,92,246,.07),transparent 28%);
}
.home-banner{overflow:hidden;border-radius:16px;border:1px solid rgba(145,153,255,.28);background:#6978f4;box-shadow:0 14px 34px rgba(0,0,0,.16)}
.home-banner a,.home-banner img{display:block;width:100%}
.home-banner img{height:clamp(150px,18vw,255px);object-fit:cover}
.categories-section{padding-top:42px}
.game-category-grid-v6{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.game-tile{grid-template-columns:68px 1fr;padding:12px;background:linear-gradient(145deg,#1b1e29,#171a22);border-color:#303548}
.game-tile:hover{background:#202432;border-color:#6974d8;transform:translateY(-3px)}
.game-tile img{width:68px;height:68px;object-fit:cover;border-radius:14px;display:block;background:#242838}
.game-tile b{font-size:14px}
.game-tile small{margin-top:6px}
.home-product-grid .product-card{background:linear-gradient(180deg,#1c1f2a,#171a22);border-color:#2f3445}
.home-product-grid .product-card:hover{border-color:#5963ac}
.product-icon.has-image{padding:0;overflow:hidden;background:#202431}
.product-icon.has-image img{width:100%;height:100%;object-fit:cover;display:block}
.offer-grid-v6{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.offer-card-v6{min-height:170px;padding:22px;border-radius:16px;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.offer-card-v6:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-45px;top:-55px;background:rgba(255,255,255,.11)}
.offer-card-v6 span{font-size:11px;text-transform:uppercase;letter-spacing:1px;opacity:.78}
.offer-card-v6 h3{font-size:20px;margin:12px 0 8px;letter-spacing:-.5px}
.offer-card-v6 small{font-size:11px;opacity:.72}
.offer-card-v6 b{font-size:11px;margin-top:18px;font-weight:600}
.offer-purple{background:linear-gradient(135deg,#5f63d8,#8a6be8)}
.offer-blue{background:linear-gradient(135deg,#326cbf,#5a7fe6)}
.offer-soft{background:linear-gradient(135deg,#4f4f86,#7667bc)}
.trust-section-v6{padding-top:68px}
.trust-grid-v6{background:#171a23;border:1px solid var(--line);border-radius:16px;overflow:hidden}
.home-reviews-section{padding-top:80px;padding-bottom:120px}
.home-reviews-section .review-card{background:#181b24;border-color:#303548}
.stars{font-size:24px!important;color:#a696ff!important;letter-spacing:2px}
.site-footer{margin-top:0}
@media(max-width:1000px){
  .game-category-grid-v6{grid-template-columns:repeat(2,1fr)}
  .offer-grid-v6{grid-template-columns:1fr}
}
@media(max-width:760px){
  .home-v6{padding-top:12px}
  .home-banner{border-radius:12px}
  .home-banner img{height:150px}
  .game-category-grid-v6{grid-template-columns:1fr 1fr}
  .game-tile{grid-template-columns:54px 1fr;padding:10px}
  .game-tile img{width:54px;height:54px;border-radius:12px}
  .home-reviews-section{padding-bottom:90px}
}
@media(max-width:480px){
  .game-category-grid-v6{grid-template-columns:1fr}
  .home-banner img{height:132px}
}
\n\n/* --- Donatka v7: liquid-glass header, spaced banner, expanded catalog --- */
.site-header{
  background:rgba(17,19,26,.68);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(22px) saturate(145%);
  -webkit-backdrop-filter:blur(22px) saturate(145%);
  box-shadow:0 8px 30px rgba(5,6,12,.20);
}
.site-header::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.012));
}
.nav{position:relative;z-index:1;grid-template-columns:auto minmax(260px,520px) auto auto;gap:24px}
.header-search{background:rgba(24,27,36,.64);border-color:rgba(255,255,255,.09);box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.balance-pill,.btn-secondary{background:rgba(27,30,41,.66);border-color:rgba(255,255,255,.09);backdrop-filter:blur(12px)}
.home-v6{padding-top:30px}
.home-banner{margin-top:4px;border-color:rgba(150,157,255,.32);box-shadow:0 18px 42px rgba(0,0,0,.20)}
.home-banner img{height:auto;aspect-ratio:4/1;object-fit:cover}
.home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1100px){.nav{grid-template-columns:auto 1fr auto}.nav-links{display:none}.home-product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.home-v6{padding-top:18px}.home-banner{margin-top:2px}.home-banner img{height:auto;aspect-ratio:16/5}.home-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:430px){.home-product-grid{grid-template-columns:1fr}}

/* --- Donatka v8: cart, categories, admin and unified color system --- */
.site-header{background:rgba(12,14,22,.42);backdrop-filter:blur(28px) saturate(155%);-webkit-backdrop-filter:blur(28px) saturate(155%);border-bottom-color:rgba(255,255,255,.06)}
.header-search,.balance-pill,.btn-secondary,.cart-link{background:rgba(27,30,44,.48)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.cart-link{height:38px;padding:0 13px;border:1px solid rgba(255,255,255,.08);border-radius:10px;display:flex;align-items:center;gap:8px;font-size:12px}.cart-link span{min-width:20px;height:20px;border-radius:10px;background:var(--accent);color:white;display:grid;place-items:center;font-size:10px}
body{background:#11131a;background-image:radial-gradient(circle at 12% 8%,rgba(111,97,230,.12),transparent 26%),radial-gradient(circle at 88% 32%,rgba(55,107,210,.10),transparent 27%);background-attachment:fixed}
.colorful-page{position:relative}.colorful-page:before{content:"";position:absolute;inset:20px -30px auto;height:250px;background:linear-gradient(115deg,rgba(109,99,230,.08),rgba(57,112,207,.05));filter:blur(30px);pointer-events:none;z-index:-1}
.categories-section{padding-top:32px}.home-block.container:not(.categories-section){padding-top:48px}.section-head.compact{margin-bottom:18px}
.home-product-grid,.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.home-product-grid .product-card:nth-child(n+5){display:none}
.product-card{min-height:290px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.product-actions .btn{padding:10px 8px;font-size:11px}.product-bottom{margin-top:auto}.product-card p{min-height:34px}
.other-categories{padding:68px 0 10px}.other-categories h2{font-size:22px;margin-bottom:18px}.other-category-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.other-category-row a{display:flex;align-items:center;gap:12px;padding:12px;background:rgba(28,31,43,.82);border:1px solid var(--line);border-radius:14px}.other-category-row img{width:52px;height:52px;object-fit:cover;border-radius:11px}.other-category-row span{font-weight:700;font-size:13px}
.cart-layout{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.cart-list{display:grid;gap:10px}.cart-row{display:grid;grid-template-columns:58px 1fr auto auto auto;align-items:center;gap:16px;padding:14px;background:rgba(25,28,39,.88);border:1px solid var(--line);border-radius:14px}.cart-row img{width:58px;height:58px;object-fit:cover;border-radius:12px}.cart-row h3{font-size:13px;margin:0 0 5px}.cart-row p{font-size:11px;color:var(--muted);margin:0}.qty{display:flex;align-items:center;gap:9px}.qty button{width:28px;height:28px;border:1px solid var(--line);background:var(--surface-2);color:white;border-radius:8px}.remove{border:0;background:none;color:#9298a7;font-size:10px}.cart-summary{position:sticky;top:96px;padding:22px;background:rgba(25,28,39,.88);border:1px solid var(--line);border-radius:16px}.cart-summary h2{margin:0 0 22px}.cart-summary>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.cart-total{margin-bottom:18px}.cart-total strong{font-size:21px;color:#aaa2ff}
.admin-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.admin-head h1{margin:8px 0}.admin-head p{color:var(--muted)}.admin-table{display:grid;gap:9px}.admin-row{display:grid;grid-template-columns:52px 1fr 170px 150px 110px;align-items:center;gap:14px;padding:12px;background:rgba(25,28,39,.88);border:1px solid var(--line);border-radius:13px}.admin-row.disabled{opacity:.5}.admin-row img{width:52px;height:52px;border-radius:11px;object-fit:cover}.admin-row b,.admin-row small{display:block}.admin-row small{color:var(--muted);margin-top:4px}.admin-row label{font-size:10px;color:var(--muted)}.admin-row input[type=number]{width:100%;margin-top:5px;background:#12151d;border:1px solid var(--line);color:white;border-radius:8px;padding:9px}.admin-switch{display:flex;align-items:center;gap:8px}.admin-switch input{accent-color:var(--accent)}
.page-main{padding-bottom:90px}.site-footer{margin-top:auto}body{min-height:100vh;display:flex;flex-direction:column}.site-header,.site-footer{flex:none}main{flex:1}
@media(max-width:1100px){.home-product-grid,.catalog-grid{grid-template-columns:repeat(3,1fr)!important}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.admin-row{grid-template-columns:48px 1fr 140px 130px 100px}}
@media(max-width:800px){.home-product-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)!important}.other-category-row{grid-template-columns:1fr}.cart-row{grid-template-columns:52px 1fr auto}.cart-row>strong,.cart-row>.remove{grid-column:2/4}.admin-row{grid-template-columns:44px 1fr}.admin-row label,.admin-row button{grid-column:1/3}.nav-actions .balance-pill{display:none}}
@media(max-width:480px){.home-product-grid,.catalog-grid{grid-template-columns:1fr!important}.product-card{min-height:auto}.product-actions{grid-template-columns:1fr}.cart-link{font-size:0}.cart-link span{font-size:10px}}

/* v9: logo, Telegram auth and user administration */
.logo-image{display:flex;align-items:center;flex:0 0 auto}
.logo-image img{display:block;width:154px;height:auto;max-height:38px;object-fit:contain;object-position:left center}
.footer-inner .logo-image img{width:132px;max-height:32px}
.auth-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;margin:2px 0}
.auth-divider::before,.auth-divider::after{content:"";height:1px;background:var(--line);flex:1}
.telegram-btn{background:#229ed9;color:white;border:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;gap:10px}
.telegram-btn:hover{background:#2aa9e7;transform:translateY(-1px)}
.telegram-btn span{font-size:18px}
.admin-tabs{display:flex;gap:8px;margin-bottom:18px;padding:5px;background:rgba(18,20,30,.64);border:1px solid var(--line);border-radius:13px;width:max-content;backdrop-filter:blur(18px)}
.admin-tabs button{border:0;background:transparent;color:var(--muted);padding:10px 15px;border-radius:9px;font-weight:700;cursor:pointer}
.admin-tabs button.active{background:rgba(126,91,255,.2);color:#fff}
.admin-tabs span{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;margin-left:5px;background:rgba(255,255,255,.08);border-radius:999px;font-size:11px}
.admin-user-list{display:grid;gap:10px}
.admin-user-row{display:grid;grid-template-columns:48px minmax(200px,1fr) 120px 120px 140px;align-items:center;gap:14px;padding:13px 14px;background:rgba(25,28,39,.82);border:1px solid var(--line);border-radius:14px;backdrop-filter:blur(18px)}
.admin-user-row.blocked{border-color:rgba(255,94,118,.25);background:rgba(52,25,34,.7)}
.admin-user-avatar{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:rgba(126,91,255,.18);color:#d9cfff;font-weight:800}
.admin-user-info b,.admin-user-info small{display:block}.admin-user-info small{color:var(--muted);margin-top:4px;overflow-wrap:anywhere}
.admin-user-balance{font-weight:800}.user-status{font-size:12px;color:#8ee0b0}.blocked .user-status{color:#ff9aab}
.btn-danger{background:rgba(255,77,105,.12);border:1px solid rgba(255,77,105,.28);color:#ff9aae}
.btn-danger:hover{background:rgba(255,77,105,.2)}
@media(max-width:900px){.admin-user-row{grid-template-columns:44px 1fr auto}.admin-user-balance{grid-column:2}.user-status{grid-column:3;grid-row:1}.admin-user-row button{grid-column:2/4}.logo-image img{width:132px}}

/* --- Donatka v10: compact storefront cards and profile controls --- */
.home-v6{padding-top:18px}
.home-banner{margin-top:6px}
.home-banner img{height:clamp(125px,11vw,178px);aspect-ratio:auto;object-fit:cover}
.categories-section{padding-top:22px}
.home-block.container:not(.categories-section){padding-top:28px}
.section-head.compact{margin-bottom:12px}
.section-head.compact h1,.section-head.compact h2{font-size:22px}
.section-head p{margin-top:4px}
.game-tile{grid-template-columns:52px 1fr;padding:9px 11px;min-height:72px}
.game-tile img{width:52px;height:52px;border-radius:11px}

.product-card{min-height:0!important;height:190px;display:flex;flex-direction:column;padding:11px}
.product-icon{width:43px;height:43px;border-radius:10px}
.product-card h3{font-size:13px;margin:10px 0 4px}
.product-card p{font-size:10px;height:auto;min-height:0!important;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-purchase-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px}
.product-purchase-row>strong{font-size:15px;white-space:nowrap}
.product-actions{display:flex!important;grid-template-columns:none!important;gap:6px;margin-top:0!important}
.product-actions .btn{padding:8px 10px!important;font-size:10px!important;white-space:nowrap;border-radius:8px}
.product-actions .btn-cart{padding-inline:9px!important}
.home-product-grid .product-card:nth-child(n+5){display:none}
.catalog-grid .product-card{height:198px}

.profile-card{text-align:left;padding:22px}
.profile-card .profile-avatar{margin-left:0}
.profile-password-form{border-top:1px solid var(--line);margin-top:20px;padding-top:18px;display:grid;gap:10px}
.profile-password-form h3{margin:0 0 2px;font-size:15px}
.profile-password-form label{display:grid;gap:5px;font-size:10px;color:var(--muted)}
.profile-password-form input{width:100%;border:1px solid var(--line);background:#11141c;color:#fff;border-radius:8px;padding:9px 10px;outline:none}
.profile-password-form input:focus{border-color:var(--accent)}
.profile-logout{margin-top:10px}
.profile-password-note{margin:18px 0 10px;padding:11px;border:1px solid var(--line);border-radius:9px;color:var(--muted);font-size:11px;line-height:1.5}

@media(min-width:1200px) and (min-height:780px){
  body[data-page="home"] .home-banner img{height:150px}
  body[data-page="home"] .categories-section{padding-top:18px}
  body[data-page="home"] .home-block.container:not(.categories-section){padding-top:24px}
}
@media(max-width:800px){
  .product-card,.catalog-grid .product-card{height:auto;min-height:195px!important}
  .product-purchase-row{align-items:flex-end;flex-direction:column}
  .product-actions{width:100%}
  .product-actions .btn{flex:1}
}
@media(max-width:480px){
  .home-banner img{height:112px}
  .product-purchase-row{align-items:stretch}
}


/* --- Donatka v11: restored home proportions, offers below first screen --- */
body[data-page="home"] .home-v6{padding-top:30px}
body[data-page="home"] .home-banner{margin-top:4px}
body[data-page="home"] .home-banner img{
  height:auto;
  aspect-ratio:4/1;
  object-fit:cover;
}
body[data-page="home"] .categories-section{padding-top:32px}
body[data-page="home"] .home-block.container:not(.categories-section){padding-top:48px}
body[data-page="home"] .section-head.compact{margin-bottom:18px}
body[data-page="home"] .section-head.compact h1,
body[data-page="home"] .section-head.compact h2{font-size:24px}
body[data-page="home"] .section-head p{margin-top:7px}
body[data-page="home"] .game-tile{
  grid-template-columns:56px 1fr;
  padding:15px;
  min-height:auto;
}
body[data-page="home"] .game-tile img{width:56px;height:56px;border-radius:13px}
.home-primary-zone{min-height:calc(100vh - 42px);padding-bottom:30px}
.offers-section{padding-top:54px!important}

@media(min-width:1200px) and (min-height:780px){
  body[data-page="home"] .home-banner img{height:auto;aspect-ratio:4/1}
  body[data-page="home"] .categories-section{padding-top:32px}
  body[data-page="home"] .home-block.container:not(.categories-section){padding-top:48px}
}
@media(max-width:800px){
  body[data-page="home"] .home-v6{padding-top:18px}
  body[data-page="home"] .home-banner{margin-top:2px}
  body[data-page="home"] .home-banner img{height:auto;aspect-ratio:16/5}
  body[data-page="home"] .categories-section{padding-top:24px}
  body[data-page="home"] .home-block.container:not(.categories-section){padding-top:36px}
  .home-primary-zone{min-height:auto;padding-bottom:24px}
  .offers-section{padding-top:40px!important}
}
@media(max-width:480px){
  body[data-page="home"] .home-banner img{height:auto;aspect-ratio:16/5}
}

/* --- Donatka v12: commercial marketplace polish --- */
:root{
  --bg:#0F1117;
  --surface:#171923;
  --surface-2:#1B1E2A;
  --line:#24283A;
  --accent:#8B5CF6;
  --accent-hover:#A78BFA;
  --text:#F4F5F8;
  --muted:#969CAF;
}
html{background:var(--bg)}
body{background:var(--bg);color:var(--text)}
.site-header{background:rgba(15,17,23,.96)!important;border-bottom:1px solid var(--line)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.header-search,.balance-pill,.btn-secondary,.cart-link{background:var(--surface)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.header-search{border-color:var(--line)!important;transition:border-color 200ms,background-color 200ms}
.header-search:focus-within{border-color:var(--accent)}
.btn,.product-card,.game-category-card,.offer-card-v6,.trust-grid-v6 article,.review-card,.other-category-row a{transition:transform 200ms,border-color 200ms,background-color 200ms,color 200ms,box-shadow 200ms}
.btn:hover,.product-card:hover,.game-category-card:hover,.offer-card-v6:hover,.other-category-row a:hover{transform:scale(1.02)!important}
.btn-primary{background:var(--accent)!important;border-color:var(--accent)!important}
.btn-primary:hover{background:var(--accent-hover)!important;border-color:var(--accent-hover)!important}
.product-card,.game-category-card,.review-card,.trust-grid-v6 article,.dashboard-card,.profile-card,.cart-list,.cart-summary,.admin-row,.admin-user-row,.review-form-card{background:var(--surface)!important;border-color:var(--line)!important;box-shadow:none!important;backdrop-filter:none!important}
body[data-page="home"] .home-banner img{height:calc(clamp(125px,11vw,178px) - 22px);aspect-ratio:auto;object-fit:cover}
.game-tile:hover,.product-card:hover{border-color:#3A3F58!important;background:#1A1D28!important}
.offer-card-v6{box-shadow:none!important}
.offer-green{background:linear-gradient(135deg,#163428,#1B4433)!important;border-color:#285C43!important}
.offer-orange{background:linear-gradient(135deg,#3B2817,#53341B)!important;border-color:#6B4423!important}
.offer-red{background:linear-gradient(135deg,#391C23,#51242D)!important;border-color:#6B303A!important}
.offer-green span,.offer-green b{color:#A7E3C1!important}.offer-orange span,.offer-orange b{color:#F4C18A!important}.offer-red span,.offer-red b{color:#F0A0AD!important}
.search-suggestions{top:calc(100% + 7px);padding:5px;background:#131620;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 45px rgba(0,0,0,.42);overflow:hidden}
.suggestion-item{width:100%;height:56px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:var(--text);text-align:left;cursor:pointer;transition:background-color 200ms}
.suggestion-item:hover,.suggestion-item:focus-visible{background:#1C2030;outline:none}
.suggestion-item img{width:38px;height:38px;border-radius:9px;object-fit:cover}
.suggestion-copy{min-width:0}.suggestion-copy b,.suggestion-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-copy b{font-size:12px}.suggestion-copy small{margin-top:4px;color:var(--muted);font-size:10px}.suggestion-item strong{font-size:12px;white-space:nowrap}.suggestion-empty{padding:18px;text-align:center;color:var(--muted);font-size:12px}
.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.review-product-label{margin-bottom:18px!important;padding:11px 12px;border:1px solid var(--line);border-radius:9px;background:#12151D;color:var(--muted)!important}.review-product-label b{color:var(--text)}
.order-review-btn{margin-left:auto;white-space:nowrap}.review-done{margin-left:auto;font-size:11px;color:#91D7AD}
@media(max-width:800px){body[data-page="home"] .home-banner img{height:auto;aspect-ratio:16/5}.suggestion-item{grid-template-columns:34px minmax(0,1fr) auto}.suggestion-item img{width:34px;height:34px}.order-review-btn,.review-done{grid-column:1/-1;margin-left:0;width:max-content}}
@media(max-width:480px){.suggestion-item{grid-template-columns:32px minmax(0,1fr)}.suggestion-item strong{grid-column:2}.search-suggestions{left:-40px;right:-60px}}

/* --- Donatka v12.1: auction, liquid navigation and profile rewards --- */
:root{--accent:#6D63FF;--accent-hover:#8780FF}
.site-header{background:rgba(31,34,52,.72)!important;border-bottom:1px solid rgba(145,151,255,.18)!important;backdrop-filter:blur(22px) saturate(145%)!important;-webkit-backdrop-filter:blur(22px) saturate(145%)!important;box-shadow:0 10px 34px rgba(4,6,16,.18)!important}
.site-header:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.012));pointer-events:none}
.site-header{position:sticky;top:0;z-index:100}
.nav{position:relative;z-index:1}
.header-search,.balance-pill,.btn-secondary,.cart-link{background:rgba(255,255,255,.065)!important;border-color:rgba(255,255,255,.1)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}
.nav-links a.active,.nav-links a:hover{color:#C5C2FF}
.btn-primary{background:#6D63FF!important;border-color:#6D63FF!important}.btn-primary:hover{background:#8780FF!important;border-color:#8780FF!important}
.product-badge,.section-kicker,.offer-card-v6 span{color:#A7A3FF!important}

.hero-auction{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(300px,.78fr);gap:14px;margin-top:14px;align-items:stretch}
.hero-auction .home-banner{display:block;min-width:0;overflow:hidden;border-radius:16px;border:1px solid var(--line);background:var(--surface)}
.hero-auction .home-banner img{display:block;width:100%;height:100%;min-height:202px;object-fit:cover}
.auction-card{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:20px;border:1px solid rgba(109,99,255,.32);border-radius:16px;background:linear-gradient(145deg,#1a1d31,#171923 60%,#20243d);box-shadow:inset 0 1px rgba(255,255,255,.04)}
.auction-card:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-86px;top:-92px;background:rgba(109,99,255,.15);filter:blur(3px)}
.auction-head{display:flex;justify-content:space-between;align-items:center;gap:12px;position:relative;z-index:1}.auction-head span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#B6B3FF;font-weight:800}.auction-head b{padding:5px 8px;border-radius:7px;background:rgba(109,99,255,.14);color:#D5D3FF;font-size:10px}
.auction-card h2{font-size:20px;line-height:1.22;margin:16px 0 8px;max-width:280px}.auction-card>p{margin:0;color:var(--muted);font-size:11px;line-height:1.55;max-width:310px}
.auction-prizes{display:grid;gap:6px;margin:15px 0}.auction-prizes span{display:flex;align-items:center;gap:8px;font-size:11px;color:#dfe1ff}.auction-prizes b{width:21px;height:21px;display:grid;place-items:center;border-radius:6px;background:rgba(109,99,255,.17);color:#BBB8FF;font-size:10px}
.auction-timer{margin-top:auto;padding-top:13px;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;align-items:end;gap:12px}.auction-timer small{max-width:145px;color:var(--muted);font-size:9px;line-height:1.4}.auction-timer strong{font-variant-numeric:tabular-nums;font-size:17px;color:#fff;white-space:nowrap}
.auction-leader{margin-top:10px;padding:10px 11px;border-radius:10px;background:rgba(109,99,255,.08);border:1px solid rgba(109,99,255,.14);display:grid;grid-template-columns:1fr auto;gap:2px 10px;align-items:center}.auction-leader span{grid-column:1/-1;color:#9096b0;font-size:9px}.auction-leader b{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auction-leader strong{font-size:11px;color:#C4C1FF}

.profile-tools{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.wheel-card{display:grid;grid-template-columns:1fr 150px;grid-template-rows:auto auto;align-items:center;gap:12px 18px}.wheel-card h2,.promo-card-profile h2{margin:5px 0 7px}.wheel-card p,.promo-card-profile p{font-size:11px;color:var(--muted);margin:0}.wheel-wrap{grid-row:1/3;grid-column:2;position:relative;width:138px;height:138px;margin:auto}.daily-wheel{--wheel-turn:0deg;width:100%;height:100%;border-radius:50%;border:7px solid #252a45;background:conic-gradient(#6D63FF 0 60deg,#343a67 60deg 120deg,#6D63FF 120deg 180deg,#343a67 180deg 240deg,#6D63FF 240deg 300deg,#343a67 300deg);box-shadow:inset 0 0 0 2px rgba(255,255,255,.08),0 10px 28px rgba(0,0,0,.25);position:relative;transition:transform 1.65s cubic-bezier(.16,.72,.18,1)}.daily-wheel.spinning{transform:rotate(var(--wheel-turn))}.daily-wheel span{position:absolute;left:50%;top:50%;font-size:9px;font-weight:800;transform-origin:0 0}.daily-wheel span:nth-child(1){transform:rotate(30deg) translate(35px) rotate(-30deg)}.daily-wheel span:nth-child(2){transform:rotate(90deg) translate(35px) rotate(-90deg)}.daily-wheel span:nth-child(3){transform:rotate(150deg) translate(35px) rotate(-150deg)}.daily-wheel span:nth-child(4){transform:rotate(210deg) translate(35px) rotate(-210deg)}.daily-wheel span:nth-child(5){transform:rotate(270deg) translate(35px) rotate(-270deg)}.daily-wheel span:nth-child(6){transform:rotate(330deg) translate(35px) rotate(-330deg)}.wheel-pointer{position:absolute;z-index:2;left:50%;top:-3px;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:16px solid #fff}.wheel-card>button{width:max-content}.wheel-card>small{font-size:10px;color:#BBB8FF}
.promo-card-profile form{display:flex;gap:8px;margin:18px 0 10px}.promo-card-profile input{min-width:0;width:100%;background:#11141d;color:white;border:1px solid var(--line);border-radius:9px;padding:10px 11px;outline:none}.promo-card-profile input:focus{border-color:#6D63FF}.promo-card-profile>small{color:var(--muted);font-size:9px}
.reward-row{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;padding:11px;border:1px solid var(--line);border-radius:11px;background:#141721}.reward-row>span{font-size:18px}.reward-row b,.reward-row small{display:block}.reward-row b{font-size:12px}.reward-row small{margin-top:3px;color:var(--muted);font-size:9px}.reward-row strong{font-size:12px;color:#C4C1FF}.rewards-list{display:grid;gap:8px}
.review-wait{margin-left:auto;font-size:10px;color:var(--muted);white-space:nowrap}.reviewed-orders{display:grid;gap:8px;margin-top:18px}.reviewed-order{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px;border:1px solid var(--line);border-radius:10px;background:#141721}.reviewed-order b,.reviewed-order small{display:block}.reviewed-order b{font-size:11px}.reviewed-order small{font-size:9px;color:var(--muted);margin-top:3px}.reviewed-order span{font-size:9px;color:#9dd6ad}.compact-empty{padding:24px 10px!important}

@media(max-width:1000px){.hero-auction{grid-template-columns:1fr}.hero-auction .home-banner img{min-height:180px}.auction-card{min-height:260px}.profile-tools{grid-template-columns:1fr}}
@media(max-width:760px){.hero-auction{width:calc(100% - 24px);margin-top:10px}.hero-auction .home-banner img{min-height:0;aspect-ratio:16/6}.auction-card{min-height:280px}.wheel-card{grid-template-columns:1fr}.wheel-wrap{grid-column:1;grid-row:auto}.promo-card-profile form{flex-direction:column}.review-wait{grid-column:1/-1;margin-left:0}.site-header{background:rgba(35,38,58,.82)!important}}

/* --- Donatka v12.2: refined liquid header, compact hero and aligned wheel --- */
.site-header{
  background:rgba(9,11,17,.56)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  -webkit-backdrop-filter:blur(22px) saturate(145%);
  backdrop-filter:blur(22px) saturate(145%);
  box-shadow:0 10px 30px rgba(0,0,0,.16),inset 0 1px rgba(255,255,255,.035);
}
.site-header:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.008));}
.site-header .nav{position:relative;z-index:1}
.hero-auction{grid-template-columns:minmax(0,1.72fr) minmax(300px,.78fr)}
.hero-auction .home-banner img{height:176px!important;min-height:176px!important;aspect-ratio:auto!important}
.auction-card{height:176px;min-height:176px;padding:14px 16px}
.auction-card h2{font-size:17px;margin:8px 0 4px}.auction-card>p{font-size:10px;line-height:1.35}
.auction-prizes{grid-template-columns:repeat(3,1fr);gap:5px;margin:9px 0}.auction-prizes span{font-size:9px;gap:5px}.auction-prizes b{width:18px;height:18px}
.auction-timer{padding-top:8px}.auction-timer strong{font-size:14px}.auction-leader{margin-top:6px;padding:6px 9px}
.profile-password-form.is-hidden{display:none}.password-toggle{margin-top:18px}.profile-password-form{animation:passwordReveal .2s ease}
@keyframes passwordReveal{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.daily-wheel span{left:50%;top:50%;width:24px;text-align:center;font-size:9px;line-height:1;transform-origin:center center}
.daily-wheel span:nth-child(1){transform:translate(-50%,-50%) rotate(30deg) translateY(-43px) rotate(-30deg)}
.daily-wheel span:nth-child(2){transform:translate(-50%,-50%) rotate(90deg) translateY(-43px) rotate(-90deg)}
.daily-wheel span:nth-child(3){transform:translate(-50%,-50%) rotate(150deg) translateY(-43px) rotate(-150deg)}
.daily-wheel span:nth-child(4){transform:translate(-50%,-50%) rotate(210deg) translateY(-43px) rotate(-210deg)}
.daily-wheel span:nth-child(5){transform:translate(-50%,-50%) rotate(270deg) translateY(-43px) rotate(-270deg)}
.daily-wheel span:nth-child(6){transform:translate(-50%,-50%) rotate(330deg) translateY(-43px) rotate(-330deg)}
@media(max-width:1000px){.hero-auction .home-banner img{height:auto!important;min-height:0!important;aspect-ratio:16/5!important}.auction-card{height:auto;min-height:240px}}
@media(max-width:760px){.site-header{background:rgba(9,11,17,.62)!important}.hero-auction .home-banner img{aspect-ratio:16/6!important}.auction-card{min-height:260px}.auction-prizes{grid-template-columns:1fr}}

/* --- Donatka v12.3: aligned hero, review typography and operation history --- */
@media(min-width:1001px){
  .hero-auction{align-items:stretch}
  .hero-auction .home-banner,.auction-card{height:184px!important;min-height:184px!important}
  .hero-auction .home-banner img{height:100%!important;min-height:0!important}
}
body[data-page="reviews"] .page-heading h1{letter-spacing:-.6px;word-spacing:.04em}
.operations-card{padding:24px}
.operations-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:15px}
.operations-heading h2{margin:0;font-size:21px;letter-spacing:-.5px}
.operations-heading>span{font-size:10px;color:var(--muted);padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.025)}
.operations-list{display:grid;gap:8px}
.operation-row{display:grid;grid-template-columns:38px minmax(0,1fr) 110px 105px auto;align-items:center;gap:12px;padding:12px 13px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,.025),rgba(255,255,255,.008));transition:transform .2s,border-color .2s,background .2s}
.operation-row:hover{transform:translateY(-1px);border-color:rgba(109,99,255,.35);background:rgba(109,99,255,.035)}
.operation-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;font-size:15px;font-weight:800}
.operation-icon.income{color:#8ee0b0;background:rgba(83,188,139,.10);border:1px solid rgba(83,188,139,.18)}
.operation-icon.expense{color:#ff9da8;background:rgba(232,105,116,.09);border:1px solid rgba(232,105,116,.16)}
.operation-info{min-width:0}.operation-info b,.operation-info small{display:block}.operation-info b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.operation-info small{margin-top:4px;color:var(--muted);font-size:9px}
.operation-amount{font-size:12px;text-align:right;white-space:nowrap}.operation-amount.income{color:#8ee0b0}.operation-amount.expense{color:#f2b0b8}
.operation-status{font-size:10px;text-align:center;color:#b9bec8;padding:6px 8px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.025);white-space:nowrap}
.operation-details{padding:8px 11px!important;font-size:10px!important}
.operation-modal h2{margin:3px 0 18px}.operation-modal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.operation-modal-grid>div{padding:12px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.02)}.operation-modal-grid small,.operation-modal-grid strong{display:block}.operation-modal-grid small{font-size:9px;color:var(--muted);margin-bottom:6px}.operation-modal-grid strong{font-size:12px}.operation-modal>p{padding:12px;border-radius:10px;background:#11141c;line-height:1.55}.operation-review-action{margin-bottom:10px}.operation-review-action .review-wait,.operation-review-action .review-done{display:block;margin:0 0 10px}
@media(max-width:800px){.operation-row{grid-template-columns:36px 1fr auto}.operation-amount{grid-column:3;grid-row:1}.operation-status{grid-column:2}.operation-details{grid-column:3}.operations-heading{align-items:flex-start}.operation-modal-grid{grid-template-columns:1fr}}
@media(max-width:480px){.operation-row{grid-template-columns:34px 1fr}.operation-amount,.operation-status,.operation-details{grid-column:2;text-align:left;justify-self:start}.operation-amount{grid-row:auto}.operations-heading>span{display:none}}

/* --- Donatka v12.4: taller aligned hero and expanded about page --- */
@media(min-width:1001px){
  .hero-auction .home-banner,
  .hero-auction .home-banner img,
  .auction-card{
    height:196px!important;
    min-height:196px!important;
  }
}
.about-intro{max-width:900px;font-size:14px!important}
.about-story{margin-top:30px;display:grid;grid-template-columns:1.15fr .85fr;gap:14px}
.about-story article,.agreement-card,.faq-section{background:var(--surface);border:1px solid var(--line);border-radius:14px}
.about-story article{padding:26px}
.about-story h2,.agreement-card h2,.faq-section h2{margin:0 0 12px;font-size:23px;letter-spacing:-.6px}
.about-story p,.agreement-card p,.agreement-list li,.faq-answer{color:var(--muted);font-size:12px;line-height:1.75}
.about-values{display:grid;gap:10px}
.about-value{padding:15px;border-radius:11px;background:var(--surface-2);border:1px solid var(--line)}
.about-value b{display:block;margin-bottom:5px;font-size:13px}
.about-value span{font-size:11px;color:var(--muted);line-height:1.55}
.agreement-card{margin-top:14px;padding:28px}
.agreement-list{margin:16px 0 0;padding-left:20px;display:grid;gap:9px}
.agreement-note{margin-top:18px;padding:14px 16px;border-radius:10px;background:rgba(109,99,255,.08);border:1px solid rgba(109,99,255,.18);color:#c8cbff!important}
.faq-section{margin-top:14px;padding:28px}
.faq-list{display:grid;gap:8px;margin-top:18px}
.faq-item{border:1px solid var(--line);border-radius:11px;background:var(--surface-2);overflow:hidden}
.faq-question{width:100%;border:0;background:transparent;color:var(--text);padding:16px 18px;display:flex;align-items:center;justify-content:space-between;text-align:left;font-weight:650;cursor:pointer}
.faq-question:after{content:'+';font-size:20px;color:#9ea4ff;transition:transform 200ms ease}
.faq-item.open .faq-question:after{transform:rotate(45deg)}
.faq-answer{display:none;padding:0 18px 17px}
.faq-item.open .faq-answer{display:block}
@media(max-width:800px){.about-story{grid-template-columns:1fr}.agreement-card,.faq-section,.about-story article{padding:21px}}


/* --- Donatka v12.5: auction detail page and final home alignment --- */
@media(min-width:1001px){
  .hero-auction{height:214px!important;align-items:stretch!important}
  .hero-auction>.home-banner,.hero-auction>.auction-card{height:214px!important;min-height:0!important;max-height:214px!important;align-self:stretch!important}
  .hero-auction>.home-banner img{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important}
}
.auction-card-home{padding:18px 20px!important}
.auction-card-home h2{margin:13px 0 10px}
.auction-card-home .auction-prizes{margin:8px 0 10px}
.auction-home-footer{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding-top:10px;border-top:1px solid rgba(255,255,255,.07)}
.auction-home-footer .auction-timer{margin:0;padding:0;border:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}
.auction-home-footer .auction-timer small{max-width:none}
.auction-more{position:relative;z-index:2;white-space:nowrap}
body[data-page="home"] .section-head.compact h1{margin:0;font-size:24px;line-height:1.15;letter-spacing:-.7px}
body[data-page="home"] .section-head.compact p{margin-top:6px;line-height:1.25}
body[data-page="home"] .home-primary-zone{min-height:auto;padding-bottom:0}
body[data-page="home"] .offers-section{padding-top:36px!important}
.auction-page{max-width:1160px}
.auction-page-hero{display:grid;grid-template-columns:1fr auto;gap:38px;align-items:end;padding:28px;border:1px solid rgba(109,99,255,.28);border-radius:18px;background:linear-gradient(145deg,#181b2b,#141721 62%,#20243d)}
.auction-page-hero h1{margin:0 0 12px;font-size:44px;letter-spacing:-1.8px}.auction-page-hero p{max-width:720px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.auction-page-countdown{min-width:245px;padding:18px;border:1px solid rgba(109,99,255,.22);border-radius:13px;background:rgba(109,99,255,.07)}
.auction-page-countdown small,.auction-page-countdown span,.auction-page-countdown strong{display:block}.auction-page-countdown small,.auction-page-countdown span{font-size:10px;color:var(--muted)}.auction-page-countdown strong{margin:8px 0;font-size:25px;font-variant-numeric:tabular-nums}
.auction-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.auction-info-card,.auction-board-card,.auction-rules-card{padding:25px;background:var(--surface);border:1px solid var(--line);border-radius:14px}.auction-info-card h2,.auction-board-card h2,.auction-rules-card h2{margin:0;font-size:22px;letter-spacing:-.5px}
.auction-big-prizes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.auction-big-prizes div{padding:14px;border:1px solid rgba(109,99,255,.16);border-radius:10px;background:rgba(109,99,255,.05)}.auction-big-prizes b,.auction-big-prizes strong{display:block}.auction-big-prizes b{font-size:10px;color:var(--muted);margin-bottom:6px}.auction-big-prizes strong{font-size:13px;color:#D5D3FF}
.auction-steps{margin:18px 0 0;padding-left:20px;color:var(--muted);font-size:12px;line-height:1.8}.auction-board-card,.auction-rules-card{margin-top:14px}.auction-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:17px}.auction-section-heading>span{font-size:9px;color:var(--muted)}
.auction-leaders-list{display:grid;gap:8px}.auction-rank-row{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.018)}.auction-rank-place{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:rgba(109,99,255,.1);color:#bfc3ff;font-weight:800}.auction-rank-user b,.auction-rank-user small{display:block}.auction-rank-user b{font-size:12px}.auction-rank-user small{margin-top:3px;color:var(--muted);font-size:9px}.auction-rank-row>strong{font-size:13px}.auction-empty{padding:30px;text-align:center;color:var(--muted);font-size:12px;border:1px dashed var(--line);border-radius:11px}
.auction-rules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.auction-rules-grid p{margin:0;padding:15px;border:1px solid var(--line);border-radius:10px;color:var(--muted);font-size:11px;line-height:1.65}.auction-rules-grid b{color:var(--text)}
.auction-archive{display:grid;gap:10px}.auction-history-period{border:1px solid var(--line);border-radius:11px;overflow:hidden}.auction-history-period h3{margin:0;padding:12px 14px;background:var(--surface-2);font-size:12px}.auction-history-winners{display:grid}.auction-history-winner{display:grid;grid-template-columns:70px 1fr auto;gap:12px;padding:11px 14px;border-top:1px solid var(--line);font-size:11px}.auction-history-winner span{color:#bfc3ff}.auction-history-winner small{color:var(--muted)}
@media(max-width:1000px){.auction-card-home{min-height:250px!important}.auction-page-hero{grid-template-columns:1fr}.auction-page-countdown{min-width:0}.auction-page-grid{grid-template-columns:1fr}}
@media(max-width:650px){.auction-page-hero{padding:21px}.auction-page-hero h1{font-size:34px}.auction-big-prizes,.auction-rules-grid{grid-template-columns:1fr}.auction-rank-row{grid-template-columns:36px 1fr}.auction-rank-row>strong{grid-column:2}.auction-history-winner{grid-template-columns:55px 1fr}.auction-history-winner small{grid-column:2}}

/* --- Donatka v12.6: taller hero, equal cards, refined spacing --- */
@media (min-width:1001px){
  body[data-page="home"] .hero-auction{
    height:246px!important;
    min-height:246px!important;
    align-items:stretch!important;
  }
  body[data-page="home"] .hero-auction>.home-banner,
  body[data-page="home"] .hero-auction>.auction-card{
    height:246px!important;
    min-height:246px!important;
    max-height:246px!important;
    margin-top:0!important;
    align-self:stretch!important;
  }
  body[data-page="home"] .hero-auction>.home-banner img{
    width:100%!important;
    height:246px!important;
    min-height:246px!important;
    max-height:246px!important;
    object-fit:cover!important;
  }
}
body[data-page="home"] .offers-section{padding-top:72px!important}
body[data-page="home"] .auction-card-home{padding-top:14px!important}
body[data-page="home"] .auction-card-home h2{margin-top:8px!important}
body[data-page="home"] .auction-card-home .auction-prizes{margin-top:7px!important}
body[data-page="auction"] .auction-info-card{padding-top:18px}
body[data-page="auction"] .auction-info-card .section-kicker{margin-bottom:6px}
body[data-page="auction"] .auction-info-card h2{line-height:1.2}
@media(max-width:1000px){
  body[data-page="home"] .offers-section{padding-top:48px!important}
}

/* Donatka v12.9 — restored contours, retained spacious typography */
body{
  font-family:"Trebuchet MS","Segoe UI",Arial,sans-serif;
  letter-spacing:.018em;
  line-height:1.58;
  background-color:#10121a;
  background-image:
    radial-gradient(circle at 10% 5%,rgba(109,99,255,.20),transparent 30%),
    radial-gradient(circle at 88% 18%,rgba(139,92,246,.16),transparent 28%),
    radial-gradient(circle at 52% 82%,rgba(109,99,255,.09),transparent 34%),
    linear-gradient(180deg,#11131c 0%,#0f1118 55%,#10121a 100%);
  background-attachment:fixed;
}
h1,h2,h3,h4,.logo,.page-heading h1,.about-hero h1,.banner-overlay h1{
  font-family:"Trebuchet MS","Segoe UI",Arial,sans-serif;
  letter-spacing:.012em!important;
  line-height:1.22;
}
button,input,select,textarea{font-family:"Trebuchet MS","Segoe UI",Arial,sans-serif}
p,small,span,label,a,button,input,select,textarea,strong,b{letter-spacing:.015em}
.section-head p,.page-heading p,.about-hero p,.review-card p,.about-grid p{line-height:1.72}

/* Larger auction typography retained. */
.auction-card h2{font-size:27px!important;line-height:1.2}
.auction-card .section-kicker{font-size:12px!important;letter-spacing:.09em!important}
.auction-card .auction-prizes strong{font-size:16px!important}
.auction-card .auction-prizes span{font-size:11px!important}
.auction-card .auction-timer small{font-size:11px!important;line-height:1.45}
.auction-card .auction-timer strong{font-size:24px!important;letter-spacing:.04em!important}
.auction-page-hero h1{font-size:48px!important;letter-spacing:.01em!important}
.auction-info-card h2,.auction-board-card h2,.auction-rules-card h2{font-size:25px!important;letter-spacing:.01em!important}
.auction-steps,.auction-rules-grid p{font-size:13px!important;line-height:1.8!important}
.auction-rank-user b{font-size:14px!important}.auction-rank-user small{font-size:10px!important}
.auction-rank-row>strong{font-size:15px!important}

/* Operation details button remains solid purple, with a subtle contour. */
.operation-details{
  border:1px solid rgba(167,139,250,.48)!important;
  outline:none!important;
  background:#6D63FF!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(109,99,255,.22)!important;
}
.operation-details:hover{background:#747CFF!important;color:#fff!important;transform:none!important}

/* Brighter current offers. */
.offer-green{background:linear-gradient(135deg,#178a58 0%,#28b978 58%,#4ad89a 100%)!important;border-color:#63e6ab!important}
.offer-orange{background:linear-gradient(135deg,#c85a16 0%,#ed7b25 58%,#ff9c45 100%)!important;border-color:#ffc078!important}
.offer-red{background:linear-gradient(135deg,#b72c47 0%,#df405b 58%,#f45e74 100%)!important;border-color:#ff8fa3!important}
.offer-card-v6{box-shadow:0 16px 34px rgba(0,0,0,.18)!important}
.offer-card-v6:after{background:rgba(255,255,255,.16)!important}
.offer-card-v6 h3{letter-spacing:.015em!important}

/* Category labels follow each offer's own palette. */
.offer-card-v6>span{
  width:max-content;
  padding:5px 9px;
  border-radius:999px;
  font-weight:800;
  opacity:1!important;
  text-shadow:none;
}
.offer-green>span{color:#d9ffeb!important;background:rgba(7,82,50,.42)!important}
.offer-orange>span{color:#fff0dc!important;background:rgba(110,44,5,.40)!important}
.offer-red>span{color:#ffe2e8!important;background:rgba(104,14,38,.40)!important}
.offer-green>b{color:#e7fff1!important}.offer-orange>b{color:#fff1df!important}.offer-red>b{color:#ffe7ec!important}

/* Keep the requested calm interaction model: contours are back, zoom is not. */
.btn,.product-card,.game-category-card,.offer-card-v6,.trust-grid-v6 article,.review-card,.other-category-row a,
.category-link,.operation-row,.about-grid article,.about-story article,.faq-item,.auction-rank-row,a,button{
  transition:background-color 160ms ease,color 160ms ease,border-color 160ms ease,opacity 160ms ease,box-shadow 160ms ease!important;
}
.btn:hover,.product-card:hover,.game-category-card:hover,.offer-card-v6:hover,.other-category-row a:hover,
.category-link:hover,.operation-row:hover,.review-card:hover,.about-grid article:hover,.about-story article:hover,
.auction-rank-row:hover,a:hover,button:hover{transform:none!important;scale:1!important}
.daily-wheel{transition:transform 1.65s cubic-bezier(.16,.72,.18,1)!important}

@media(max-width:700px){
  body{letter-spacing:.012em}
  .auction-card h2{font-size:23px!important}
  .auction-page-hero h1{font-size:36px!important}
}

/* Donatka v13.0 — larger product typography, calmer background, 8 products / 15 reviews on home */
body{
  background-image:
    radial-gradient(circle at 10% 5%,rgba(109,99,255,.105),transparent 32%),
    radial-gradient(circle at 88% 18%,rgba(139,92,246,.075),transparent 30%),
    radial-gradient(circle at 52% 82%,rgba(109,99,255,.045),transparent 36%),
    linear-gradient(180deg,#11131c 0%,#0f1118 55%,#10121a 100%)!important;
}
.product-card h3{
  font-size:17px!important;
  line-height:1.35!important;
  margin:12px 0 6px!important;
}
.product-card p{
  font-size:12px!important;
  line-height:1.5!important;
  min-height:36px!important;
  height:auto!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.product-purchase-row>strong,
.product-bottom strong{
  font-size:21px!important;
  line-height:1.1!important;
  letter-spacing:.01em!important;
}
.product-card{
  height:auto!important;
  min-height:225px!important;
}
.home-product-grid .product-card:nth-child(n+5){display:flex!important}
.home-product-grid .product-card:nth-child(n+9){display:none!important}
.home-reviews-section .reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:1000px){.home-reviews-section .reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
  .product-card h3{font-size:16px!important}
  .product-purchase-row>strong,.product-bottom strong{font-size:19px!important}
  .home-reviews-section .reviews-grid{grid-template-columns:1fr}
}

/* Donatka v13.1 — unified controls, Robux auto-delivery and cold offer gradients */
.header-search,
.balance-pill,
.cart-link,
.nav-actions .btn-secondary{
  background:linear-gradient(180deg,#1c1f2a 0%,#171a22 100%)!important;
  border-color:#2f3445!important;
  box-shadow:none!important;
}
.cart-link:hover,.balance-pill:hover,.nav-actions .btn-secondary:hover{
  background:linear-gradient(180deg,#222635 0%,#1b1f2a 100%)!important;
  border-color:#3a4054!important;
}
.product-badges{display:flex;align-items:flex-end;flex-direction:column;gap:6px}
.product-auto-badge{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:24px;padding:4px 8px;border-radius:7px;
  background:rgba(109,99,255,.14);border:1px solid rgba(135,143,255,.32);
  color:#c8ccff;font-size:9px;font-weight:800;letter-spacing:.045em;
}
.offer-card-v6{
  background-size:220% 220%!important;
  animation:offerColdShift 9s ease-in-out infinite!important;
}
.offer-green{
  background:linear-gradient(125deg,#17284f 0%,#284d7d 34%,#4d5fa7 68%,#28335e 100%)!important;
  border-color:#536fa7!important;
}
.offer-orange{
  background:linear-gradient(125deg,#202951 0%,#344d89 34%,#5969b9 68%,#2c3268 100%)!important;
  border-color:#667cc2!important;
  animation-delay:-3s!important;
}
.offer-red{
  background:linear-gradient(125deg,#24224e 0%,#493b7e 34%,#6b58a6 68%,#313060 100%)!important;
  border-color:#7668b4!important;
  animation-delay:-6s!important;
}
.offer-green>span,.offer-orange>span,.offer-red>span{
  color:#eef0ff!important;background:rgba(14,18,42,.42)!important;
  border:1px solid rgba(220,225,255,.12)
}
.offer-green>b,.offer-orange>b,.offer-red>b{color:#f4f5ff!important}
@keyframes offerColdShift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.review-card p{font-size:13.5px!important;line-height:1.65!important}
.btn-buy,.btn-cart{font-size:13px!important;font-weight:800!important;letter-spacing:.02em!important}
@media(prefers-reduced-motion:reduce){.offer-card-v6{animation:none!important}}

/* Donatka v13.2 — user marketplace and chats */
.marketplace-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}.marketplace-head h1{font-size:46px;margin:0 0 10px}.marketplace-head p{color:var(--muted);margin:0}.marketplace-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.user-listing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.user-listing-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden}.listing-cover{height:120px;background:linear-gradient(135deg,#1c2130,#252c45);display:flex;align-items:center;justify-content:center;position:relative}.listing-cover img{width:58px;height:58px;object-fit:contain}.listing-cover span{position:absolute;left:12px;top:12px;background:rgba(12,15,24,.72);padding:6px 8px;border-radius:7px;font-size:10px}.listing-body{padding:16px}.listing-seller{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.listing-body h3{font-size:18px;margin:13px 0 8px}.listing-body p{font-size:12px;line-height:1.6;color:var(--muted);min-height:58px}.listing-meta{display:flex;align-items:center;justify-content:space-between;margin:18px 0}.listing-meta strong{font-size:22px}.listing-meta span{font-size:9px;padding:6px 8px;border-radius:7px;background:rgba(109,99,255,.16);color:#C5C2FF}.listing-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.listing-actions .btn{padding-inline:10px}.listing-modal{max-width:520px}.chat-layout{display:grid;grid-template-columns:330px minmax(0,1fr);min-height:650px;background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden}.chat-sidebar{border-right:1px solid var(--line);background:rgba(13,16,24,.64)}.chat-sidebar-head{padding:22px;border-bottom:1px solid var(--line)}.chat-sidebar-head h1{margin:0}.chat-list-item{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;color:#fff;text-align:left;padding:15px 18px;display:flex;flex-direction:column;gap:4px;cursor:pointer}.chat-list-item:hover,.chat-list-item.active{background:rgba(109,99,255,.12)}.chat-list-item span,.chat-list-item small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-list-item span{font-size:11px}.chat-list-item small{font-size:10px}.chat-panel{display:grid;grid-template-rows:auto 1fr auto;min-width:0}.chat-panel-head{padding:17px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.chat-panel-head div{display:flex;flex-direction:column;gap:3px}.chat-panel-head span{font-size:11px;color:var(--muted)}.chat-panel-head a{font-size:11px;color:#C5C2FF}.chat-messages{padding:22px;overflow:auto;max-height:540px;display:flex;flex-direction:column;gap:10px}.chat-message{align-self:flex-start;max-width:min(72%,560px);background:#202532;border:1px solid #303748;border-radius:13px 13px 13px 4px;padding:10px 12px}.chat-message.mine{align-self:flex-end;background:#6D63FF;border-color:#8881FF;border-radius:13px 13px 4px 13px}.chat-message p{margin:0;line-height:1.55;font-size:13px}.chat-message small{display:block;margin-top:5px;text-align:right;font-size:9px;opacity:.7}.chat-system{align-self:center;background:rgba(255,255,255,.05);padding:7px 10px;border-radius:8px;color:var(--muted);font-size:10px}.chat-compose{display:grid;grid-template-columns:1fr auto;gap:10px;padding:16px;border-top:1px solid var(--line)}.chat-compose input{background:#11141d;color:#fff;border:1px solid var(--line);border-radius:10px;padding:13px;outline:0}.chat-placeholder,.chat-empty{display:grid;place-items:center;text-align:center;color:var(--muted);padding:30px}.chat-placeholder.compact{min-height:300px}.btn-danger{background:#5a2730;color:#ffdce2;border:1px solid #7a3642}
@media(max-width:1050px){.user-listing-grid{grid-template-columns:repeat(2,1fr)}.chat-layout{grid-template-columns:280px 1fr}}
@media(max-width:760px){.marketplace-head{align-items:flex-start;flex-direction:column}.user-listing-grid{grid-template-columns:1fr}.chat-layout{grid-template-columns:1fr}.chat-sidebar{border-right:0;border-bottom:1px solid var(--line);max-height:260px;overflow:auto}.chat-messages{min-height:420px}.listing-actions{grid-template-columns:1fr}}


/* Donatka v13.3 — owner support, catalog rules and listing images */
.compact-nav{gap:8px}.compact-nav a{padding:9px 13px;border:1px solid transparent;border-radius:10px}.compact-nav a:hover,.compact-nav a.active{border-color:var(--line);background:rgba(109,99,255,.1)}
.product-auto-badge{border:0!important;box-shadow:none!important}
.offer-card-v6:before,.offer-card-v6:after{display:none!important}.offer-card-v6{box-shadow:none!important}
.user-listing-card .listing-cover{height:auto;aspect-ratio:16/9;background:#151923}.listing-cover img{width:100%;height:100%;object-fit:cover}.listing-image-preview{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px;border:1px solid var(--line)}
.admin-product-card{min-height:270px!important}.admin-product-card .product-icon{height:72px!important}.admin-product-card h3{margin-top:12px!important}.admin-product-card p{min-height:38px!important}.catalog-user-card{width:100%}
.owner-login-card{max-width:480px;margin:70px auto;padding:30px;background:var(--surface);border:1px solid var(--line);border-radius:18px}.owner-login-card h1{margin:8px 0 10px}.owner-login-card p{color:var(--muted)}
.support-chat-admin-list{display:grid;gap:10px}.support-chat-admin-list a{display:grid;grid-template-columns:1.2fr 1fr auto;gap:14px;align-items:center;padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:12px;color:#fff}.support-chat-admin-list span,.support-chat-admin-list small{color:var(--muted)}
.admin-deals{display:grid;gap:10px}.admin-deal{display:grid;grid-template-columns:1.5fr auto 150px auto;gap:14px;align-items:center;padding:15px;background:var(--surface);border:1px solid var(--line);border-radius:12px}.admin-deal div{display:flex;flex-direction:column}.admin-deal small{color:var(--muted)}.admin-deal select{background:#11141d;color:#fff;border:1px solid var(--line);border-radius:9px;padding:10px}
.chat-list-item.pinned-support{background:rgba(109,99,255,.12);border-bottom-color:rgba(109,99,255,.35)}.pin-label{color:#C5C2FF!important;font-size:9px!important;text-transform:uppercase;letter-spacing:.1em}
@media(max-width:900px){.support-chat-admin-list a,.admin-deal{grid-template-columns:1fr}.compact-nav{order:3;width:100%;justify-content:center}}

/* Donatka v13.4 — strict 16:9 marketplace cards */
.compact-listing-card .listing-cover{aspect-ratio:16/9;height:auto}
.compact-listing-card .listing-cover img{width:100%;height:100%;object-fit:cover}
.compact-listing-card .listing-body{padding:14px}
.compact-listing-card .listing-body h3{margin:0 0 12px;font-size:17px;line-height:1.35}
.compact-listing-card .listing-meta{margin:0 0 13px}
.compact-listing-card .listing-meta strong{font-size:23px}
.compact-listing-card .listing-actions{grid-template-columns:1fr 1fr}

/* v13.5 — единые товары только с изображениями */
.visual-product-card{
  overflow:hidden;
  padding:0!important;
  min-height:0!important;
  height:auto!important;
  background:var(--surface)!important;
  border:1px solid var(--line)!important;
  border-radius:16px;
}
.visual-product-card .listing-cover{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#11141d;
}
.visual-product-card .listing-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.listing-price-overlay{
  position:absolute;
  left:12px;
  bottom:12px;
  z-index:2;
  padding:7px 10px;
  border-radius:9px;
  background:rgba(10,12,18,.82);
  color:#fff;
  font-size:18px;
  line-height:1;
  letter-spacing:.02em;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.visual-product-footer{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:13px 14px 14px;
}
.visual-product-footer h3{
  min-width:0;
  margin:0!important;
  font-size:16px!important;
  line-height:1.35;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.visual-product-actions{
  display:flex;
  align-items:center;
  gap:7px;
}
.visual-product-actions .visual-buy{
  padding:9px 13px;
  font-size:12px;
  white-space:nowrap;
}
.visual-cart{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid #353b50;
  border-radius:10px;
  background:#24283a;
  color:#fff;
  cursor:pointer;
}
.visual-cart:hover{background:#303650;border-color:#4b5477}
.visual-cart svg{width:18px;height:18px}
.danger-cart{font-size:22px;color:#ffd9df;background:#45222b;border-color:#66313e}
.owner-listing-card .visual-product-actions .btn{padding:9px 11px}
.user-cart-row img{width:112px!important;height:63px!important;object-fit:cover!important;border-radius:9px}
.cart-note{margin-top:16px;color:var(--muted);font-size:11px;line-height:1.55}
.home-product-grid .visual-product-card:nth-child(n+9){display:none!important}
.home-product-grid .visual-product-card:nth-child(-n+8){display:block!important}
@media(max-width:760px){
  .visual-product-footer{grid-template-columns:1fr;align-items:stretch}
  .visual-product-actions{display:grid;grid-template-columns:1fr 40px}
  .visual-product-actions .visual-buy{width:100%}
}

/* Donatka v13.6 — avatars, compact chats and listing editor */
.compact-nav a{display:inline-flex;align-items:center;gap:8px;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.compact-nav a:hover{transform:none}.nav-icon{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;background:rgba(109,99,255,.15);color:#c8cbff;font-size:15px;line-height:1}.profile-avatar-wrap{display:grid;justify-items:center;gap:10px;margin-bottom:8px}.profile-avatar-image,.profile-avatar{width:82px;height:82px;border-radius:50%;object-fit:cover}.avatar-upload-btn{font-size:11px;color:#c8cbff;cursor:pointer}.avatar-upload-btn input{display:none}.user-avatar,.chat-avatar{display:block;flex:0 0 auto;width:42px;height:42px;border-radius:50%;object-fit:cover}.avatar-fallback{display:grid;place-items:center;background:#2b3044;color:#fff;font-weight:800}.chat-list-item{display:grid!important;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px}.chat-list-copy{display:flex;flex-direction:column;min-width:0;gap:4px}.chat-list-copy b{font-size:14px}.chat-list-copy small{font-size:11px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pin-icon{color:#bfc3ff;font-size:18px}.chat-list-item.pinned-support{background:rgba(109,99,255,.09)}.chat-panel-head{padding:16px 20px}.chat-head-person{display:flex!important;flex-direction:row!important;align-items:center;gap:12px}.chat-avatar.large{width:46px;height:46px}.chat-message{padding:13px 15px}.chat-message p{font-size:15px;line-height:1.6}.chat-message small{font-size:10px}.chat-system{font-size:11px}.listing-editor-shell{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:34px;align-items:start}.listing-editor-copy{position:sticky;top:110px}.listing-editor-copy h1{font-size:46px;margin:8px 0 14px}.listing-editor-copy p{color:var(--muted);line-height:1.8}.listing-editor-form{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:22px}.listing-upload-zone{display:block;aspect-ratio:16/9;border:1px dashed #49506a;border-radius:14px;overflow:hidden;cursor:pointer;background:#11141d}.listing-upload-zone input{display:none}.listing-upload-zone img{width:100%;height:100%;object-fit:cover}.listing-upload-placeholder{height:100%;display:grid;place-content:center;text-align:center;gap:8px;color:#fff}.listing-upload-placeholder span{color:var(--muted);font-size:12px}.listing-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.listing-form-grid label{display:grid;gap:8px;font-size:12px}.listing-form-grid .wide{grid-column:1/-1}.listing-form-grid input,.listing-form-grid select,.listing-form-grid textarea{width:100%;background:#11141d;border:1px solid var(--line);border-radius:10px;color:#fff;padding:13px}.listing-form-grid textarea{min-height:120px;resize:vertical}.listing-editor-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}@media(max-width:800px){.listing-editor-shell{grid-template-columns:1fr}.listing-editor-copy{position:static}.listing-form-grid{grid-template-columns:1fr}.listing-form-grid .wide{grid-column:auto}.compact-nav a{font-size:0}.compact-nav .nav-icon{font-size:15px}}

/* Donatka v13.7 — profile avatar action, editable listings and chat polish */
.compact-nav a{font-size:15px!important;font-weight:750;padding:11px 15px!important;gap:9px!important}
.compact-nav .nav-icon{width:25px;height:25px;font-size:16px}
.profile-card-with-avatar-action{position:relative}
.avatar-upload-corner{position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#24283a;border:1px solid #353b50;color:#fff;font-size:17px;cursor:pointer;z-index:2}
.avatar-upload-corner:hover{background:#303650;border-color:#4b5477}
.avatar-upload-corner span{line-height:1}.avatar-upload-corner input{display:none}
.chat-list-copy b{color:#fff!important;font-size:15px!important;font-weight:800}
.pin-icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:rgba(109,99,255,.18);color:#d4d6ff!important;border:1px solid rgba(126,138,255,.35)}
.pin-icon svg{width:17px;height:17px}
.chat-list-item.pinned-support{background:linear-gradient(90deg,rgba(109,99,255,.14),rgba(109,99,255,.05));border-bottom-color:rgba(109,99,255,.32)}
.chat-panel-head .chat-head-person{gap:18px!important;padding-left:4px}
.chat-panel-head .chat-head-person>div{margin-left:2px}
.chat-avatar.large{margin-right:2px}
.my-listings-section{margin-bottom:28px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:20px}
.my-listings-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.my-listings-heading h2{margin:3px 0 0;font-size:25px}.my-listings-heading>span{color:var(--muted);font-size:13px}
.my-listings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.my-listing-row{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:13px;align-items:center;padding:10px;background:#11141d;border:1px solid var(--line);border-radius:13px}
.my-listing-row:hover{border-color:#4b5477;background:#151925}.my-listing-row img{width:92px;aspect-ratio:16/9;object-fit:cover;border-radius:9px}.my-listing-row span{display:flex;flex-direction:column;min-width:0;gap:5px}.my-listing-row b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-listing-row small{color:var(--muted)}.my-listing-row strong{color:#c8cbff;font-size:12px}.compact-empty{padding:20px!important}
@media(max-width:800px){.compact-nav a{font-size:0!important;padding:9px!important}.compact-nav .nav-icon{font-size:16px}.my-listings-grid{grid-template-columns:1fr}.my-listing-row{grid-template-columns:76px minmax(0,1fr) auto}.my-listing-row img{width:76px}}

/* Donatka v13.8 — compact header controls and listing page modes */
.compact-nav{height:40px;align-items:stretch}
.compact-nav a{height:40px!important;min-height:40px!important;padding:0 12px!important;border-radius:10px!important;line-height:1!important}
.compact-nav .nav-icon{width:21px!important;height:21px!important;font-size:15px!important;border-radius:6px!important}
.nav-icon-svg svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.listing-switch-btn{margin-top:24px;width:max-content}
.listing-manager-page{display:grid;gap:24px}
.listing-manager-head{display:flex;align-items:end;justify-content:space-between;gap:24px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px}
.listing-manager-head h1{font-size:42px;margin:4px 0 10px}
.listing-manager-head p{margin:0;color:var(--muted);line-height:1.65}
.listing-manager-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:900px){.listing-manager-head{align-items:flex-start;flex-direction:column}.listing-manager-grid{grid-template-columns:1fr}}
@media(max-width:800px){.compact-nav{height:40px}.compact-nav a{width:40px!important;padding:0!important}.compact-nav .nav-icon{width:21px!important;height:21px!important}.listing-manager-head h1{font-size:34px}}

/* Donatka v13.9 — auction-style offers and product detail */
.listing-price-overlay{display:none!important}
.listing-cover-link{display:block;cursor:pointer}
.visual-product-title{min-width:0;color:inherit;text-decoration:none}
.visual-product-title h3{margin:0}
.visual-price-buy{min-width:104px;font-size:15px!important;font-weight:800!important}
.auction-offers-style .offer-card-v6{min-height:188px;padding:20px;border:1px solid rgba(109,99,255,.28)!important;background:linear-gradient(145deg,#1a1d31,#171923 62%,#20243d)!important;box-shadow:inset 0 1px rgba(255,255,255,.04)!important}
.auction-offers-style .offer-card-v6:before{content:""!important;display:block!important;position:absolute;inset:auto -45px -65px auto;width:165px;height:165px;border-radius:50%;filter:blur(2px);opacity:.5}
.auction-offers-style .offer-card-v6:after{content:""!important;display:block!important;position:absolute;inset:-70px auto auto -80px;width:180px;height:180px;border-radius:50%;filter:blur(8px);opacity:.28}
.auction-offers-style .offer-blue:before{background:#38bdf8}.auction-offers-style .offer-blue:after{background:#2563eb}
.auction-offers-style .offer-indigo:before{background:#6366f1}.auction-offers-style .offer-indigo:after{background:#3b82f6}
.auction-offers-style .offer-pink:before{background:#ec4899}.auction-offers-style .offer-pink:after{background:#8b5cf6}
.auction-offers-style .offer-card-v6>*{position:relative;z-index:1}
.product-back{display:inline-flex;margin-bottom:18px;color:#c8cbff;font-weight:700}
.product-detail-card{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:34px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:20px}
.product-detail-media{aspect-ratio:16/9;border-radius:15px;overflow:hidden;background:#11141d}
.product-detail-media img{width:100%;height:100%;object-fit:cover}
.product-detail-info{display:flex;flex-direction:column;align-items:flex-start;padding:8px 0}
.product-detail-info h1{font-size:38px;line-height:1.18;margin:10px 0 14px}
.product-detail-description{color:var(--muted);font-size:15px;line-height:1.75;margin:0 0 24px;white-space:pre-line}
.seller-summary{width:100%;display:flex;align-items:center;gap:14px;padding:14px;background:#11141d;border:1px solid var(--line);border-radius:14px;margin-top:auto}
.seller-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex:0 0 auto}
.seller-summary>div{display:flex;flex-direction:column;gap:3px}.seller-summary small,.seller-summary span{color:var(--muted);font-size:11px}.seller-summary strong{font-size:16px;color:#fff}
.product-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-top:16px}.product-detail-buy{font-size:20px!important}.product-detail-cart{display:flex;align-items:center;justify-content:center;gap:8px}.product-detail-cart svg{width:20px;height:20px}
.seller-reviews-section{margin-top:44px}.seller-review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
@media(max-width:900px){.product-detail-card{grid-template-columns:1fr}.seller-review-list{grid-template-columns:1fr}.product-detail-info h1{font-size:31px}}
@media(max-width:560px){.product-detail-card{padding:14px}.product-detail-actions{grid-template-columns:1fr}.auction-offers-style .offer-card-v6{min-height:170px}}

/* Donatka v14.0 — refined purple offers and aligned product actions */
.auction-offers-style .offer-card-v6{
  min-height:188px;
  padding:22px;
  border:1px solid rgba(133,140,255,.38)!important;
  background:
    linear-gradient(145deg,rgba(119,91,255,.24),rgba(109,99,255,.12) 46%,rgba(28,31,52,.96) 100%),
    #1b1e31!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 12px 26px rgba(12,14,25,.18)!important;
}
.auction-offers-style .offer-card-v6:before{
  content:""!important;
  display:block!important;
  position:absolute;
  inset:0;
  width:auto;
  height:auto;
  border-radius:inherit;
  background:linear-gradient(110deg,rgba(255,255,255,.07),transparent 34%,rgba(126,113,255,.11) 72%,transparent)!important;
  filter:none!important;
  opacity:1!important;
  pointer-events:none;
}
.auction-offers-style .offer-card-v6:after{
  content:""!important;
  display:block!important;
  position:absolute;
  width:120px;
  height:120px;
  right:-40px;
  bottom:-58px;
  left:auto;
  top:auto;
  border-radius:50%;
  background:rgba(121,102,255,.22)!important;
  filter:blur(22px)!important;
  opacity:.8!important;
  pointer-events:none;
}
.auction-offers-style .offer-blue,
.auction-offers-style .offer-indigo,
.auction-offers-style .offer-pink{
  background:
    linear-gradient(145deg,rgba(119,91,255,.26),rgba(109,99,255,.13) 46%,rgba(28,31,52,.96) 100%),
    #1b1e31!important;
}
.auction-offers-style .offer-card-v6 span{
  color:#d8d9ff!important;
  background:rgba(112,105,255,.18);
  border:1px solid rgba(154,148,255,.22);
}
.auction-offers-style .offer-card-v6 h3{color:#fff!important}
.auction-offers-style .offer-card-v6 small{color:#c2c5db!important}
.auction-offers-style .offer-card-v6 b{color:#D5D3FF!important}

.visual-product-actions{align-items:center}
.visual-product-actions .visual-price-buy,
.visual-product-actions .visual-cart{
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  box-sizing:border-box;
  margin:0!important;
}
.visual-product-actions .visual-price-buy{
  width:auto!important;
  min-width:88px!important;
  max-width:104px!important;
  padding:0 14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  white-space:nowrap;
}
.visual-product-actions .visual-cart{
  width:40px!important;
  min-width:40px!important;
  padding:0!important;
}
@media(max-width:760px){
  .visual-product-actions{grid-template-columns:minmax(88px,104px) 40px;justify-content:end}
  .visual-product-actions .visual-price-buy{width:100%!important;max-width:none!important}
}


/* Donatka v15 — brighter blue-violet commercial palette */
:root{
  --accent:#6D63FF;
  --accent-hover:#8780FF;
  --accent-soft:rgba(109,99,255,.14);
  --accent-border:rgba(135,128,255,.34);
}
.header-search:focus-within,
.search-box:focus-within,
.auth-form input:focus,
.auth-form select:focus,
.auth-form textarea:focus{border-color:var(--accent)!important}
.btn-primary,
.visual-price-buy{background:linear-gradient(135deg,#635BFF 0%,#716CFF 58%,#817BFF 100%)!important;border-color:#817BFF!important}
.btn-primary:hover,
.visual-price-buy:hover{background:linear-gradient(135deg,#736BFF 0%,#817BFF 58%,#928DFF 100%)!important;border-color:#928DFF!important}
.nav-links a.active,.nav-links a:hover,.section-kicker,.product-badge{color:#B1AEFF!important}
.nav-icon,.product-auto-badge{background:var(--accent-soft)!important;color:#D6D4FF!important;border-color:var(--accent-border)!important}
.search-suggestions{border-color:#303550;box-shadow:0 20px 52px rgba(0,0,0,.46)}
.suggestion-item:hover,.suggestion-item:focus-visible{background:rgba(109,99,255,.11)}
.game-tile:hover,.product-card:hover,.user-listing-card:hover{border-color:#414766!important}
.offer-green{background:linear-gradient(135deg,#17372B 0%,#20513B 100%)!important;border-color:#347453!important}
.offer-orange{background:linear-gradient(135deg,#432A16 0%,#67401D 100%)!important;border-color:#88552A!important}
.offer-red{background:linear-gradient(135deg,#411C27 0%,#672738 100%)!important;border-color:#87384B!important}
.offer-green>span{color:#C9F5DA!important;background:rgba(8,61,38,.40)!important}
.offer-orange>span{color:#FFE0B9!important;background:rgba(92,43,7,.40)!important}
.offer-red>span{color:#FFD0D9!important;background:rgba(91,16,36,.40)!important}
.offer-card-v6{animation:none!important;transition:transform 200ms,border-color 200ms,filter 200ms!important}
.offer-card-v6:hover{filter:brightness(1.06)}
.chat-message.mine{background:#655CFA!important;border-color:#837CFF!important}
::selection{background:rgba(109,99,255,.34);color:#fff}

/* Donatka v15.1 — minimal navigation, direct purchase and offer cards */
.nav-v16{grid-template-columns:auto minmax(280px,1fr) auto}
.nav-menu-actions{gap:8px}
.nav-menu-actions a{
  height:38px!important;
  padding:0 13px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:10px!important;
  background:var(--surface)!important;
  color:#d9dce8!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.nav-menu-actions a:hover,.nav-menu-actions a.active{
  background:#1d2030!important;
  border-color:#373c56!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
.nav-menu-actions .nav-icon{background:transparent!important;border:0!important;color:#a8a4ff!important}

.buy-only-actions{display:block!important;width:auto}
.buy-only-actions .visual-price-buy{
  width:auto!important;max-width:none!important;min-width:132px!important;
  gap:12px;padding:0 15px!important;justify-content:space-between!important;
}
.visual-price-buy span,.product-detail-buy span{font-size:12px;font-weight:700;opacity:.86}
.visual-price-buy strong,.product-detail-buy strong{font-size:14px;font-weight:800}
.buy-only-detail{grid-template-columns:1fr!important}
.buy-only-detail .product-detail-buy{display:flex;align-items:center;justify-content:space-between;padding:0 20px!important;min-height:52px}
.buy-only-detail .product-detail-buy strong{font-size:20px}

.offer-grid-v15{gap:14px}
.offer-grid-v15 .offer-minimal{
  min-height:188px;
  padding:20px;
  justify-content:space-between;
  border:1px solid var(--line)!important;
  background:#171923!important;
  box-shadow:none!important;
}
.offer-grid-v15 .offer-minimal:before{
  content:""!important;display:block!important;position:absolute;
  left:0;top:18px;bottom:18px;width:3px;height:auto;border-radius:0 3px 3px 0;
  opacity:1!important;filter:none!important;background:var(--offer-accent)!important;
}
.offer-grid-v15 .offer-minimal:after{display:none!important}
.offer-grid-v15 .offer-green{--offer-accent:#42b883;--offer-soft:rgba(66,184,131,.10);--offer-text:#8bd7b4}
.offer-grid-v15 .offer-orange{--offer-accent:#e49a4a;--offer-soft:rgba(228,154,74,.10);--offer-text:#f1bd82}
.offer-grid-v15 .offer-red{--offer-accent:#d75b71;--offer-soft:rgba(215,91,113,.10);--offer-text:#ec9cac}
.offer-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.offer-grid-v15 .offer-index{font-size:11px;letter-spacing:.12em;color:#6f7487!important;background:none!important;border:0!important;padding:0!important}
.offer-grid-v15 .offer-label{font-size:10px!important;font-weight:700;letter-spacing:.08em;color:var(--offer-text)!important;background:var(--offer-soft)!important;border:1px solid color-mix(in srgb,var(--offer-accent) 28%,transparent)!important;border-radius:999px;padding:6px 9px!important}
.offer-copy{margin-top:auto;padding-top:25px}
.offer-grid-v15 .offer-minimal h3{margin:0 0 8px;font-size:19px;line-height:1.28;color:#f5f6fa!important;letter-spacing:-.02em!important}
.offer-grid-v15 .offer-minimal small{font-size:11px;line-height:1.5;color:#9297a8!important}
.offer-grid-v15 .offer-minimal b{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:14px;border-top:1px solid #272a38;font-size:11px;color:#c8cbd7!important}
.offer-grid-v15 .offer-minimal b i{font-style:normal;color:var(--offer-text);transition:transform 200ms}
.offer-grid-v15 .offer-minimal:hover{background:#1a1c27!important;border-color:#343849!important;filter:none!important}
.offer-grid-v15 .offer-minimal:hover b i{transform:translateX(3px)}

@media(max-width:1100px){.nav-v16{grid-template-columns:auto 1fr auto}.nav-menu-actions{display:flex!important}}
@media(max-width:760px){.nav-v16{display:flex}.nav-menu-actions{margin-left:auto}.nav-menu-actions a{width:40px!important;padding:0!important}.buy-only-actions .visual-price-buy{min-width:124px!important}}

/* Donatka v15.2 — unified violet offers and product-card navigation */
.offer-grid-v15 .offer-minimal{
  --offer-accent:#a855f7;
  --offer-soft:rgba(168,85,247,.15);
  --offer-text:#e5c5ff;
  background:
    radial-gradient(circle at 90% 8%,rgba(236,72,153,.20),transparent 38%),
    linear-gradient(145deg,rgba(126,52,204,.42),rgba(74,37,133,.30) 52%,rgba(27,25,48,.98))!important;
  border-color:rgba(192,132,252,.28)!important;
}
.offer-grid-v15 .offer-green,
.offer-grid-v15 .offer-orange,
.offer-grid-v15 .offer-red{
  --offer-accent:#b767ff;
  --offer-soft:rgba(183,103,255,.15);
  --offer-text:#eccfff;
}
.offer-grid-v15 .offer-minimal:before{
  width:3px;
  background:linear-gradient(180deg,#f472b6,#a855f7)!important;
}
.offer-grid-v15 .offer-label{
  color:#edd5ff!important;
  background:rgba(168,85,247,.16)!important;
  border-color:rgba(216,180,254,.22)!important;
}
.offer-grid-v15 .offer-index{color:#cbb8e8!important}
.offer-grid-v15 .offer-minimal small{color:#c8bad8!important}
.offer-grid-v15 .offer-minimal b{color:#eadcf6!important;border-top-color:rgba(221,190,255,.14)!important}
.offer-grid-v15 .offer-minimal b i{color:#f0abfc!important}
.offer-grid-v15 .offer-minimal:hover{
  background:
    radial-gradient(circle at 90% 8%,rgba(236,72,153,.25),transparent 40%),
    linear-gradient(145deg,rgba(139,60,218,.50),rgba(84,42,150,.36) 52%,rgba(31,28,56,.98))!important;
  border-color:rgba(216,180,254,.42)!important;
  transform:scale(1.02)!important;
}

.product-card-link{display:block;color:inherit;text-decoration:none;height:100%}
.visual-product-title h3,
.owner-listing-card .visual-product-footer>h3{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  min-height:2.8em;
  max-height:2.8em;
  line-height:1.4;
  text-overflow:ellipsis;
}
.catalog-product-price{
  display:block;
  margin-top:10px;
  color:#b985ff;
  font-size:17px;
  line-height:1;
  font-weight:850;
  letter-spacing:-.02em;
}
.visual-product-card:hover .catalog-product-price{color:#d0a8ff}
.visual-product-card .visual-product-footer{display:block!important}

/* Donatka v15.3 — restrained offers, price-first cards, no glow */
.offer-grid-v15{
  gap:12px;
}
.offer-grid-v15 .offer-minimal,
.offer-grid-v15 .offer-green,
.offer-grid-v15 .offer-orange,
.offer-grid-v15 .offer-red{
  --offer-accent:#786cff;
  --offer-soft:#232039;
  --offer-text:#bbb6ff;
  min-height:172px;
  padding:18px;
  background:#171923!important;
  border:1px solid #292d3d!important;
  border-radius:14px!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
}
.offer-grid-v15 .offer-minimal:before{
  left:18px!important;
  top:0!important;
  bottom:auto!important;
  width:38px!important;
  height:3px!important;
  border-radius:0 0 3px 3px!important;
  background:#786cff!important;
}
.offer-grid-v15 .offer-minimal:after{display:none!important}
.offer-grid-v15 .offer-index{
  color:#696e80!important;
  font-size:10px!important;
}
.offer-grid-v15 .offer-label{
  padding:5px 8px!important;
  border-radius:7px!important;
  background:#202334!important;
  border:1px solid #303449!important;
  color:#bdb9ff!important;
  letter-spacing:.04em!important;
}
.offer-grid-v15 .offer-copy{padding-top:20px}
.offer-grid-v15 .offer-minimal h3{
  margin-bottom:7px!important;
  font-size:18px!important;
  font-weight:750!important;
  letter-spacing:-.015em!important;
}
.offer-grid-v15 .offer-minimal small{color:#8d92a4!important}
.offer-grid-v15 .offer-minimal b{
  margin-top:15px!important;
  padding-top:12px!important;
  border-top:1px solid #272b3a!important;
  color:#b5b9c8!important;
}
.offer-grid-v15 .offer-minimal b i{color:#8f86ff!important}
.offer-grid-v15 .offer-minimal:hover{
  background:#1a1d28!important;
  border-color:#3a3f55!important;
  box-shadow:none!important;
  filter:none!important;
  transform:translateY(-2px)!important;
}

.visual-product-card .visual-product-footer{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  padding:14px!important;
}
.catalog-product-price{
  flex:0 0 auto;
  display:inline-flex!important;
  align-items:center;
  min-height:30px;
  margin:1px 0 0!important;
  padding:6px 9px;
  border:1px solid #4b438a;
  border-radius:7px;
  background:#27233f;
  color:#aaa3ff!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:850;
  white-space:nowrap;
  box-shadow:none!important;
}
.visual-product-title{
  min-width:0;
  flex:1 1 auto;
}
.visual-product-title h3,
.owner-listing-card .visual-product-footer>h3{
  min-height:2.7em!important;
  max-height:2.7em!important;
  font-size:18px!important;
  line-height:1.35!important;
  font-weight:750!important;
  letter-spacing:-.015em!important;
}
.visual-product-card:hover .catalog-product-price{
  color:#c0bcff!important;
  background:#2d2948;
  border-color:#5b529e;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active,
.operation-details,
.operation-details:hover,
.profile-card .btn,
.dashboard-card .btn,
.profile-card .btn:hover,
.dashboard-card .btn:hover{
  box-shadow:none!important;
  text-shadow:none!important;
  filter:none!important;
}

@media(max-width:560px){
  .visual-product-card .visual-product-footer{gap:8px!important;padding:12px!important}
  .catalog-product-price{font-size:13px!important;padding:6px 8px}
  .visual-product-title h3{font-size:16px!important}
}

/* Donatka v15.4 — escrow deal flow and aligned catalog typography */
.visual-product-card .visual-product-footer{
  display:grid!important;
  grid-template-columns:max-content minmax(0,1fr)!important;
  align-items:start!important;
  column-gap:10px!important;
}
.catalog-product-price{
  margin-top:2px!important;
  height:30px;
  align-self:start;
}
.visual-product-title h3,
.owner-listing-card .visual-product-footer>h3{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  white-space:normal!important;
  overflow-wrap:anywhere;
  min-height:48px!important;
  max-height:48px!important;
  line-height:24px!important;
  font-size:18px!important;
  padding:0!important;
  margin:0!important;
}
.chat-messages{align-items:stretch}
.deal-notice{
  align-self:stretch;
  background:#171923;
  border:1px solid #2c3041;
  border-radius:16px;
  padding:20px;
  margin-bottom:10px;
  box-shadow:none;
}
.deal-date{text-align:center;color:#aeb3c2;font-size:13px}.deal-date small{display:block;margin-top:7px;color:#747b8d}
.deal-copy{text-align:center;margin:12px 0 20px}.deal-copy>span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#8982ff}.deal-copy h2{font-size:20px;margin:7px 0 5px}.deal-copy p{margin:0;color:#a7adbd;font-size:13px}
.deal-product{display:grid;grid-template-columns:180px minmax(0,1fr);gap:16px;align-items:center;padding:14px;background:#11141d;border:1px solid #292d3d;border-radius:13px}
.deal-product img{width:180px;aspect-ratio:16/9;object-fit:cover;border-radius:10px}.deal-product strong{display:block;color:#a89fff;font-size:22px;margin-bottom:8px}.deal-product h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:17px;line-height:1.35;margin:0 0 9px}.deal-product small{color:#9299aa}
.deal-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0}.deal-progress span{position:relative;text-align:center;padding-top:18px;color:#707789;font-size:11px}.deal-progress span:before{content:"";position:absolute;top:4px;left:0;right:0;height:2px;background:#2a2e3c}.deal-progress span:after{content:"";position:absolute;top:0;left:50%;width:10px;height:10px;border-radius:50%;transform:translateX(-50%);background:#343949;border:2px solid #171923}.deal-progress span.done{color:#bdb9ff}.deal-progress span.done:before,.deal-progress span.done:after{background:#786cff}
.deal-actions{display:grid;gap:9px}.deal-main-btn{width:100%;min-height:44px}.deal-problem-btn{border:1px solid #333849;background:transparent;color:#aaa4c9;border-radius:10px;padding:11px;cursor:pointer;transition:border-color .2s,color .2s}.deal-problem-btn:hover{border-color:#5a5480;color:#d0ccf2}
.deal-notice.completed{border-color:#34493f}.deal-notice.disputed{border-color:#5a3841}
.seller-review-modal{max-width:520px}.seller-review-modal>p{color:var(--muted)}.seller-review-modal form{display:grid;gap:16px}.star-picker{display:flex;justify-content:center;gap:9px}.star-picker button{border:0;background:transparent;color:#454b5a;font-size:34px;cursor:pointer;padding:2px;transition:color .15s,transform .15s}.star-picker button.active{color:#8c82ff}.star-picker button:hover{transform:translateY(-1px)}.seller-review-modal textarea{width:100%;min-height:110px;resize:vertical;background:#11141d;color:#fff;border:1px solid #303548;border-radius:11px;padding:13px;outline:none}.seller-review-modal textarea:focus{border-color:#625b9b}
@media(max-width:650px){.deal-notice{padding:14px}.deal-product{grid-template-columns:110px minmax(0,1fr);gap:11px}.deal-product img{width:110px}.deal-product strong{font-size:17px}.deal-product h3{font-size:14px}.deal-progress span{font-size:9px}.visual-product-title h3{font-size:16px!important;line-height:21px!important;min-height:42px!important;max-height:42px!important}}

/* Donatka v15.5 — compact catalog line, stable chats and larger offer arrows */
.visual-product-card .visual-product-footer{
  display:grid!important;
  grid-template-columns:max-content minmax(0,1fr)!important;
  align-items:center!important;
  column-gap:10px!important;
}
.catalog-product-price{
  height:30px!important;
  min-height:30px!important;
  margin:0!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:7px!important;
  background:#d946a8!important;
  color:#fff!important;
  box-shadow:none!important;
}
.visual-product-card:hover .catalog-product-price{
  background:#e15bb5!important;
  color:#fff!important;
  border:0!important;
}
.visual-product-title{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  height:30px!important;
}
.visual-product-title h3,
.owner-listing-card .visual-product-footer>h3{
  display:block!important;
  min-width:0!important;
  width:100%!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  line-height:30px!important;
  font-size:18px!important;
}
.offer-grid-v15 .offer-minimal b i{
  display:inline-block!important;
  margin-left:8px!important;
  font-size:25px!important;
  line-height:.7!important;
  font-weight:500!important;
  vertical-align:-2px!important;
}
.pin-icon{
  flex:0 0 auto;
  width:26px!important;
  height:26px!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:7px!important;
  background:#242738!important;
  color:#9d96ff!important;
  font-size:0!important;
  box-shadow:none!important;
}
.pin-icon svg{width:14px;height:14px;fill:currentColor}
.chat-list-item.pinned-support{box-shadow:none!important}
@media(max-width:650px){
  .visual-product-title{height:28px!important}
  .catalog-product-price{height:28px!important;min-height:28px!important}
  .visual-product-title h3{font-size:16px!important;line-height:28px!important;min-height:0!important;max-height:none!important}
}


/* Donatka v15.6 — refined chat scrollbar and marketplace reviews */
.chat-messages,.chat-sidebar{scrollbar-width:thin;scrollbar-color:#6f668f #12151e;}
.chat-messages::-webkit-scrollbar,.chat-sidebar::-webkit-scrollbar{width:9px;height:9px;}
.chat-messages::-webkit-scrollbar-track,.chat-sidebar::-webkit-scrollbar-track{background:#12151e;border-radius:999px;}
.chat-messages::-webkit-scrollbar-thumb,.chat-sidebar::-webkit-scrollbar-thumb{background:#4e4963;border:2px solid #12151e;border-radius:999px;}
.chat-messages::-webkit-scrollbar-thumb:hover,.chat-sidebar::-webkit-scrollbar-thumb:hover{background:#71688f;}
.chat-sidebar{overflow-y:auto;overflow-x:hidden;}
.star-picker button:focus-visible{outline:2px solid #8c82ff;outline-offset:3px;border-radius:8px;}

/* Donatka v15.7 — inventory, seller rules and paged operations */
.catalog-product-price{background:#7567ff!important;color:#fff!important;border:0!important;box-shadow:none!important}
.visual-product-card:hover .catalog-product-price{background:#8478ff!important;color:#fff!important}
.operations-more{display:block;margin:14px auto 0;min-width:180px}
.product-stock{display:inline-flex;gap:6px;align-items:center;margin:2px 0 16px;padding:8px 11px;border-radius:9px;background:#191c27;color:#aeb4c4;font-size:12px}.product-stock strong{color:#fff}
.deal-deadline{display:block;margin-top:8px;color:#8f96a8;font-size:11px}.deal-problem-btn:disabled{opacity:.55;cursor:not-allowed;border-color:#2b2f3d;color:#777e90}
.seller-rules-page{padding-top:48px;padding-bottom:72px;max-width:1040px}.seller-rules-hero{max-width:760px;margin-bottom:28px}.seller-rules-hero h1{font-size:42px;letter-spacing:-1.4px;margin:8px 0 12px}.seller-rules-hero p{color:var(--muted);line-height:1.7}.seller-rules-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.seller-rules-grid article,.seller-rules-warning,.seller-rules-accept{background:#171923;border:1px solid #282c3b;border-radius:14px;padding:20px;box-shadow:none}.seller-rules-grid article>b{display:inline-grid;place-items:center;width:34px;height:28px;border-radius:8px;background:#24203d;color:#a99fff;font-size:11px}.seller-rules-grid h2{font-size:17px;margin:14px 0 8px}.seller-rules-grid p,.seller-rules-warning p{font-size:13px;line-height:1.65;color:#a8aebe;margin:0}.seller-rules-warning{margin-top:12px}.seller-rules-warning h2{font-size:18px;margin:0 0 8px}.seller-rules-accept{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:12px}.seller-rules-accept label{display:flex;align-items:flex-start;gap:10px;color:#c8ccda;font-size:13px;line-height:1.5}.seller-rules-accept input{margin-top:3px;accent-color:#7567ff}
@media(max-width:720px){.seller-rules-grid{grid-template-columns:1fr}.seller-rules-hero h1{font-size:32px}.seller-rules-accept{align-items:stretch;flex-direction:column}.seller-rules-accept .btn{width:100%}}

/* Donatka v15.9 */
.nav-menu-actions a{transform:none!important;transition:border-color .2s ease,background-color .2s ease,color .2s ease!important}
.nav-menu-actions a:hover{transform:none!important}
.nav-menu-actions a.active{border-color:#6d63ff!important;background:rgba(109,99,255,.08)!important}
.seller-review-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}.seller-review-more{display:flex;justify-content:center;margin-top:18px}
.product-detail-media{position:relative}.listing-admin-tag{display:inline-flex;align-items:center;padding:6px 9px;border-radius:8px;background:#6d63ff;color:white;font-size:11px;font-weight:800}.product-detail-media>.listing-admin-tag{position:absolute;top:12px;right:12px}.product-detail-media>.listing-admin-tag:nth-of-type(2){top:46px}.listing-cover .listing-admin-tag{position:absolute;top:10px;right:10px}.listing-cover .listing-admin-tag:nth-of-type(2){top:42px}
.admin-guide{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;margin-bottom:18px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.admin-guide span{color:var(--muted);line-height:1.6}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.admin-stat-grid article{padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.admin-stat-grid small{display:block;color:var(--muted)}.admin-stat-grid strong{display:block;margin-top:8px;font-size:30px}.admin-search{display:block;margin-bottom:14px}.admin-search input{width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:11px;background:#11141d;color:white}.admin-product-list{display:grid;gap:10px}.admin-product-row{display:grid;grid-template-columns:72px minmax(180px,1fr) auto auto;gap:14px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.admin-product-row img{width:72px;aspect-ratio:16/9;object-fit:cover;border-radius:9px}.admin-product-row div:nth-child(2){display:flex;flex-direction:column;gap:4px}.admin-product-row small{color:var(--muted)}.admin-tag-actions{display:flex;gap:6px;flex-wrap:wrap}.admin-tag-actions button{border:1px solid var(--line);background:#11141d;color:#cfd1dd;border-radius:8px;padding:7px 9px;cursor:pointer}
@media(max-width:900px){.seller-review-list{grid-template-columns:1fr!important}.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-product-row{grid-template-columns:64px 1fr}.admin-product-row>:nth-child(n+3){grid-column:1/-1}.admin-guide{flex-direction:column}}

/* Donatka v15.9 — compact seller tags and review product thumbnail */
.review-card{position:relative;min-height:150px}
.review-card.has-product-thumb{padding-bottom:58px}
.review-product-thumb{position:absolute;right:14px;bottom:14px;width:62px;height:38px;border-radius:8px;overflow:hidden;background:#11141d;border:1px solid #2a2f40}
.review-product-thumb img{width:100%;height:100%;display:block;object-fit:cover}
.seller-reviews-more-link{border:0;background:transparent;color:#9a9faa;font:inherit;font-size:12px;font-weight:650;cursor:pointer;padding:6px 8px;transition:color .2s}
.seller-reviews-more-link:hover{color:#c2bfff}
.listing-cover,.product-detail-media{position:relative}
.listing-admin-tags{position:absolute;z-index:3;top:10px;right:10px;display:flex;align-items:flex-end;flex-direction:column;gap:6px;max-width:calc(100% - 20px)}
.listing-admin-tag{display:inline-flex!important;width:max-content!important;max-width:100%;align-items:center;padding:6px 9px!important;border-radius:7px!important;background:#1b1d2a!important;border:1px solid #4d477f!important;color:#c8c5ff!important;font-size:10px!important;line-height:1!important;font-weight:800!important;letter-spacing:.025em;text-transform:uppercase;box-shadow:none!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-detail-media>.listing-admin-tag,.listing-cover>.listing-admin-tag{position:static!important}


/* Donatka v16.0 — admin recovery, listing expiry and universal cover tags */
.owner-reset-link{display:block;width:100%;margin-top:12px;padding:8px;border:0;background:transparent;color:#aaa4d8;font:inherit;font-size:12px;cursor:pointer;text-align:center}.owner-reset-link:hover{color:#c8c5ff}.owner-reset-note{display:block;margin-top:5px;color:var(--muted);font-size:10px;line-height:1.45;text-align:center}.my-listing-cover{position:relative;display:block;width:92px;aspect-ratio:16/9;overflow:hidden;border-radius:9px}.my-listing-cover>img{width:100%;height:100%;object-fit:cover}.my-listing-cover .listing-admin-tags{top:5px;right:5px;gap:3px}.my-listing-cover .listing-admin-tag{padding:4px 5px!important;font-size:7px!important;border-radius:5px!important}.owner-listing-card .listing-admin-tags{display:flex!important}

/* v16.1 — clear admin tag toggles */
.admin-tag-actions{display:grid!important;grid-template-columns:repeat(2,minmax(118px,1fr));gap:8px!important}
.admin-tag-actions .admin-tag-toggle{display:flex;align-items:center;justify-content:space-between;gap:9px;min-height:42px;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:#11141d;color:#9da1b3;cursor:pointer;transition:border-color 160ms ease,background-color 160ms ease,color 160ms ease}
.admin-tag-actions .admin-tag-toggle span{font-size:12px;font-weight:750;white-space:nowrap}
.admin-tag-actions .admin-tag-toggle small{font-size:9px;font-weight:800;letter-spacing:.045em;text-transform:uppercase;color:#777c90}
.admin-tag-actions .admin-tag-toggle:hover{border-color:#4f5270;background:#151925}
.admin-tag-actions .admin-tag-toggle.is-active{border-color:#756cff;background:#1b1930;color:#ebe9ff}
.admin-tag-actions .admin-tag-toggle.is-active small{color:#a9a4ff}
.admin-tag-actions .admin-tag-toggle.is-active::before{content:'';width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#8b82ff}
.admin-tag-actions .admin-tag-toggle:not(.is-active)::before{content:'';width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#434758}
@media(max-width:760px){.admin-tag-actions{grid-template-columns:1fr!important}}

/* Donatka v16.2 — каталог из шести игр */
.catalog-toolbar-v162{align-items:flex-start;flex-direction:column}.catalog-toolbar-v162 .search-box{width:100%;max-width:none}.catalog-game-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%}.catalog-game-card{min-width:0;min-height:76px;display:flex;align-items:center;gap:12px;padding:10px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:#fff;text-align:left;cursor:pointer;transition:border-color 200ms,background-color 200ms}.catalog-game-card:hover{border-color:#4d4668;background:#1a1c27}.catalog-game-card.active{border-color:var(--accent);background:#1c192b}.catalog-game-card img,.catalog-game-all-icon{width:54px;height:54px;flex:0 0 54px;border-radius:11px;object-fit:cover;background:#222530}.catalog-game-all-icon{display:grid;place-items:center;color:#b7adff;font-size:22px}.catalog-game-card span:last-child{min-width:0}.catalog-game-card b{display:block;font-size:13px;line-height:1.2;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-game-card small{display:block;color:var(--muted);font-size:10px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subcategory-filter-row{display:flex;align-items:center;gap:7px;overflow-x:auto;padding:0 0 18px;scrollbar-width:thin;scrollbar-color:#554b85 transparent}.subcategory-chip{flex:0 0 auto;border:1px solid var(--line);background:var(--surface);color:#aeb3bb;border-radius:999px;padding:8px 12px;font-size:11px;cursor:pointer;transition:border-color 200ms,color 200ms,background-color 200ms}.subcategory-chip:hover{border-color:#554d72;color:#fff}.subcategory-chip.active{border-color:var(--accent);background:#211d33;color:#d9d4ff}.other-categories{display:none!important}
@media(max-width:900px){.catalog-game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.catalog-game-grid{grid-template-columns:1fr}.catalog-game-card{min-height:68px}.catalog-game-card img,.catalog-game-all-icon{width:48px;height:48px;flex-basis:48px}}


/* Donatka v16.3 — compact game selector and consistent listing tags */
.catalog-toolbar-v162{position:relative;gap:12px}
.catalog-game-grid{display:flex!important;justify-content:flex-end;align-items:center;gap:7px;width:100%;overflow-x:auto;padding:1px 0 5px;scrollbar-width:thin;scrollbar-color:#4e466f transparent}
.catalog-game-card{flex:0 0 auto!important;min-width:0!important;min-height:42px!important;height:42px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;padding:6px 10px!important;border-radius:10px!important;white-space:nowrap}
.catalog-game-card img,.catalog-game-all-icon{width:28px!important;height:28px!important;flex:0 0 28px!important;border-radius:7px!important;object-fit:cover}
.catalog-game-all-icon{font-size:15px!important}
.catalog-game-card b{display:block!important;margin:0!important;font-size:11px!important;line-height:1!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}
.catalog-game-card small,.catalog-game-card>span:last-child small{display:none!important}
.catalog-game-card>span:last-child{display:contents!important}

.listing-admin-tags{position:absolute!important;z-index:5!important;top:9px!important;right:9px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;max-width:calc(100% - 18px)!important;pointer-events:none}
.listing-admin-tag{position:static!important;display:inline-flex!important;width:max-content!important;max-width:150px!important;padding:5px 7px!important;border:0!important;border-radius:7px!important;font-size:8px!important;line-height:1!important;font-weight:800!important;letter-spacing:.03em!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-shadow:none!important}
.listing-admin-tag.tag-auto{background:#7657df!important;color:#fff!important}
.listing-admin-tag.tag-trusted{background:#d3518d!important;color:#fff!important}
.visual-product-card .listing-cover,.home-product-grid .listing-cover,.catalog-grid .listing-cover{position:relative!important;overflow:hidden!important}
.visual-product-card .listing-admin-tags,.home-product-grid .listing-admin-tags,.catalog-grid .listing-admin-tags{display:flex!important;visibility:visible!important;opacity:1!important}
.my-listing-cover .listing-admin-tags{top:4px!important;right:4px!important;gap:3px!important}
.my-listing-cover .listing-admin-tag{padding:3px 4px!important;font-size:6px!important;border-radius:4px!important;max-width:72px!important}
.product-detail-media .listing-admin-tags{top:12px!important;right:12px!important}
.product-detail-media .listing-admin-tag{padding:6px 9px!important;font-size:9px!important}

@media(max-width:760px){
  .catalog-game-grid{justify-content:flex-start}
  .catalog-game-card{height:40px!important;min-height:40px!important;padding:6px 9px!important}
  .catalog-game-card img,.catalog-game-all-icon{width:26px!important;height:26px!important;flex-basis:26px!important}
  .listing-admin-tag{font-size:7px!important;padding:4px 6px!important;max-width:120px!important}
}
/* Donatka v16.4 fixes */
.nav-menu-actions a.active{background:var(--surface)!important;border-color:#6d63ff!important;color:#fff!important;box-shadow:inset 0 0 0 1px rgba(109,99,255,.18)!important}
.nav-menu-actions a.active:hover{background:var(--surface)!important}
.balance-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.admin-withdraw-list{display:grid;gap:10px}.admin-withdraw-row{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(220px,1.2fr) auto auto;align-items:center;gap:14px;padding:15px;background:var(--surface);border:1px solid var(--line);border-radius:12px}.admin-withdraw-row small{display:block;color:var(--muted);margin-top:4px}.admin-withdraw-row span{font-size:12px;color:var(--muted);overflow-wrap:anywhere}.admin-withdraw-row em{font-style:normal;font-size:11px}.withdraw-status.pending{color:#d7b5ff}.withdraw-status.approved{color:#86cfa9}.withdraw-status.rejected{color:#ff8f9f}.withdraw-actions{display:flex;gap:7px}
@media(max-width:900px){.admin-withdraw-row{grid-template-columns:1fr}.withdraw-actions{justify-content:flex-start}}

/* Donatka v17.1 — YooKassa top-up modal and polished mobile navigation */
.topup-overlay{position:fixed;inset:0;z-index:200;background:rgba(5,7,12,.74);display:grid;place-items:center;padding:18px;backdrop-filter:blur(8px)}
.topup-modal{position:relative;width:min(460px,100%);background:#171923;border:1px solid #303550;border-radius:20px;padding:26px;box-shadow:0 28px 80px rgba(0,0,0,.48)}
.topup-close{position:absolute;right:16px;top:14px;width:34px;height:34px;border:1px solid #303550;border-radius:10px;background:#11131b;color:#b7bdcb;font-size:22px;cursor:pointer}
.topup-kicker{display:block;color:#aaa4ff;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:800;margin-bottom:8px}
.topup-modal h2{font-size:28px;margin:0 0 8px}.topup-modal>p{color:#969dac;font-size:13px;line-height:1.65;margin:0 0 20px;padding-right:25px}
.topup-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}.topup-presets button{height:42px;border:1px solid #303550;border-radius:10px;background:#11131b;color:#c9cddd;font-weight:700;cursor:pointer}.topup-presets button.active{border-color:#786dff;background:#272242;color:#fff}
.topup-field{display:grid;gap:7px}.topup-field span{font-size:11px;color:#aeb4c0}.topup-field input{height:50px;border:1px solid #303550;border-radius:12px;background:#10121a;color:#fff;padding:0 14px;font-size:18px;font-weight:800;outline:none}.topup-field input:focus{border-color:#786dff}
.topup-note{display:flex;gap:11px;align-items:center;margin:15px 0;padding:12px;border:1px solid #292d3d;border-radius:12px;background:#12151e}.topup-note>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#282342;color:#b9b4ff;font-weight:900}.topup-note div{display:grid;gap:2px}.topup-note b{font-size:12px}.topup-note small{font-size:10px;color:#8f96a5;line-height:1.4}
.topup-submit{width:100%;height:48px}.topup-submit:disabled{opacity:.72;cursor:wait}.topup-error{min-height:19px;margin-top:9px;color:#ff8794;font-size:11px;text-align:center}.topup-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:topupSpin .7s linear infinite}@keyframes topupSpin{to{transform:rotate(360deg)}}

@media(max-width:760px){
  body{padding-bottom:76px!important}
  .site-header{height:108px!important;background:rgba(13,15,23,.97)!important;backdrop-filter:blur(14px)!important}
  .nav-v16{height:108px!important;width:calc(100% - 24px)!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;grid-template-rows:42px 46px!important;column-gap:12px!important;row-gap:8px!important;align-content:center!important}
  .nav-v16 .logo-image{grid-column:1;grid-row:1;width:118px!important;min-width:118px!important;overflow:hidden}
  .nav-v16 .logo-image img{width:118px!important;height:auto!important;display:block!important}
  .nav-v16 .header-search-wrap{grid-column:1/-1;grid-row:2;width:100%!important;min-width:0!important}
  .nav-v16 .header-search{height:42px!important;border-radius:11px!important}
  .nav-v16 .nav-menu-actions{position:fixed!important;left:50%!important;right:auto!important;bottom:max(10px,env(safe-area-inset-bottom))!important;z-index:180!important;transform:translateX(-50%)!important;width:min(360px,calc(100% - 24px))!important;height:58px!important;margin:0!important;padding:6px!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;background:rgba(20,23,33,.97)!important;border:1px solid #303550!important;border-radius:17px!important;box-shadow:0 14px 38px rgba(0,0,0,.42)!important;backdrop-filter:blur(15px)!important}
  .nav-v16 .nav-menu-actions a{width:100%!important;height:44px!important;padding:0 7px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:2px!important;border:1px solid transparent!important;border-radius:11px!important;font-size:10px!important;color:#aeb3c1!important;background:transparent!important}
  .nav-v16 .nav-menu-actions a .nav-icon{width:20px!important;height:20px!important;font-size:16px!important}
  .nav-v16 .nav-menu-actions a.active{background:#1d1f2a!important;border-color:#7068ff!important;color:#fff!important}
  body[data-page="home"] .hero-auction{display:flex!important;flex-direction:column!important;width:calc(100% - 24px)!important;height:auto!important;gap:12px!important;margin-top:12px!important}
  body[data-page="home"] .hero-auction>.home-banner{order:1!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;border-radius:14px!important}
  body[data-page="home"] .hero-auction>.home-banner img{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/5!important;object-fit:cover!important;object-position:center!important}
  body[data-page="home"] .hero-auction>.auction-card{order:2!important;width:100%!important;height:auto!important;min-height:250px!important;max-height:none!important}
  .topup-modal{padding:22px 18px;border-radius:17px}.topup-presets{grid-template-columns:repeat(2,1fr)}.topup-modal h2{font-size:25px}
}


/* Donatka v17.2 — payment chooser and mobile layout corrections */
.topup-method-title{margin:17px 0 9px;font-size:11px;color:#aeb4c0}
.topup-methods{display:grid;gap:8px}
.topup-method{width:100%;min-height:62px;display:grid;grid-template-columns:38px minmax(0,1fr) 22px;gap:11px;align-items:center;text-align:left;border:1px solid #303550;border-radius:13px;background:#11131b;color:#fff;padding:10px 12px;cursor:pointer;transition:border-color .2s,background .2s}
.topup-method:hover{background:#171a25}.topup-method.active{border-color:#786dff;background:#211d38}
.topup-method>span:nth-child(2){display:grid;gap:3px}.topup-method b{font-size:13px}.topup-method small{font-size:10px;color:#9299a8}.topup-method i{font-style:normal;color:#a9a3ff;opacity:0}.topup-method.active i{opacity:1}
.topup-method-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#2b2747;color:#c2bdff;font-size:18px;font-weight:800}.topup-sbp-icon{font-size:10px;letter-spacing:-.03em;background:#252943;color:#d7d9ff}

@media(max-width:760px){
  body{padding-bottom:86px!important}
  .site-header{height:66px!important;position:sticky!important;top:0!important;z-index:170!important;overflow:visible!important}
  .nav-v16{height:66px!important;width:calc(100% - 20px)!important;display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;grid-template-rows:44px!important;gap:10px!important;align-items:center!important;align-content:center!important}
  .nav-v16 .logo-image{grid-column:1!important;grid-row:1!important;width:96px!important;min-width:96px!important}
  .nav-v16 .logo-image img{width:96px!important}
  .nav-v16 .header-search-wrap{grid-column:2!important;grid-row:1!important;width:100%!important;min-width:0!important}
  .nav-v16 .header-search{display:flex!important;height:42px!important;padding:0 10px!important}
  .nav-v16 .header-search input{font-size:12px!important;min-width:0!important}
  .nav-v16 .nav-menu-actions{position:fixed!important;inset:auto auto max(10px,env(safe-area-inset-bottom)) 50%!important;transform:translateX(-50%)!important;width:min(360px,calc(100vw - 24px))!important;max-width:calc(100vw - 24px)!important;height:60px!important;z-index:9999!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:center!important;justify-items:stretch!important;margin:0!important;padding:6px!important;background:#171923!important;border:1px solid #303550!important;border-radius:17px!important}
  .nav-v16 .nav-menu-actions a{margin:0!important;transform:none!important}
  .game-category-grid-v6{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .game-tile{grid-template-columns:46px minmax(0,1fr)!important;padding:9px!important;min-width:0!important}
  .game-tile img{width:46px!important;height:46px!important;border-radius:11px!important}
  .game-tile b{font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.game-tile small{font-size:9px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  body[data-page="home"] .hero-auction{display:flex!important;flex-direction:column!important}
  body[data-page="home"] .hero-auction>.home-banner{order:1!important}
  body[data-page="home"] .hero-auction>.auction-card{order:2!important}
}
@media(max-width:480px){.game-category-grid-v6{grid-template-columns:repeat(2,minmax(0,1fr))!important}.topup-modal{max-height:calc(100dvh - 28px);overflow:auto}.topup-presets{grid-template-columns:repeat(2,1fr)!important}}
