
:root{
  --bg:#08090c;--bg2:#0d0f13;--panel:#17191f;--panel2:#1d2026;--line:#2d3038;
  --text:#f5f6f8;--muted:#9da0a8;--yellow:#ffd400;--gold:#d9a500;--orange:#ff6a00;
  --green:#b6e21e;--danger:#ff5e61;--radius:18px;--max:1240px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
button,input,select{font:inherit}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(8,9,12,.94);backdrop-filter:blur(14px);border-bottom:1px solid #24262c}
.header-inner{height:72px;max-width:var(--max);padding:0 22px;margin:auto;display:flex;align-items:center;gap:22px}
.brand{display:inline-flex;align-items:center;gap:9px;font-weight:900;letter-spacing:.3px;font-size:20px;white-space:nowrap}
.brand-mark{display:inline-grid;place-items:center;color:var(--yellow);font-size:33px;line-height:.8;transform:scaleX(1.35)}
.desktop-nav{display:flex;gap:4px;flex:1;justify-content:center}
.nav-drop{position:relative}.nav-drop>button{border:0;background:transparent;color:#ddd;font-weight:700;padding:26px 10px;cursor:pointer}.nav-drop>button span{color:var(--yellow);margin-left:5px}
.nav-menu{position:absolute;left:0;top:62px;min-width:210px;background:#13151a;border:1px solid #2a2d34;border-radius:12px;padding:8px;opacity:0;visibility:hidden;transform:translateY(7px);transition:.2s;box-shadow:0 18px 60px #0008}
.nav-drop:hover .nav-menu{opacity:1;visibility:visible;transform:none}.nav-menu a{display:block;padding:10px 12px;border-radius:8px;color:#d7d8db}.nav-menu a:hover{background:#21242a;color:var(--yellow)}
.header-cta,.mobile-login{background:var(--yellow);color:#0b0c0e;font-weight:900;padding:12px 18px;border-radius:10px;white-space:nowrap}
.burger{display:none;background:none;border:0;width:42px}.burger span{display:block;height:2px;background:#eee;margin:7px 0}
.mobile-nav{display:none}
main{min-height:70vh}
.home-stage{background:radial-gradient(circle at 50% 30%,#17191d 0,#090a0d 56%,#050609 100%);position:relative}
.home-topbar{height:52px;border-bottom:1px solid #202227;display:flex;gap:32px;align-items:center;padding:0 max(22px,calc((100vw - var(--max))/2));color:#aaa;font-size:13px}
.home-topbar div{display:flex;align-items:center;gap:7px}.home-topbar strong{color:#fff}.dot{width:8px;height:8px;border-radius:50%;background:#8ddb3d}.mini-mark{color:var(--yellow)}.battle-pill{background:linear-gradient(90deg,#563bd8,#b13b8e);padding:6px 15px;border-radius:5px;color:#fff!important;font-weight:900}
.home-logo{text-align:center;font-weight:900;font-size:22px;padding:32px 0 12px}
.upgrade-showcase{max-width:var(--max);margin:auto;position:relative;padding:14px 22px 40px}
.hero-upgrade{padding-top:10px}
.upgrade-core{display:grid;grid-template-columns:1fr 330px 1fr;gap:30px;align-items:center}
.panel{background:linear-gradient(145deg,#1b1d22,#14161a);height:310px;border:1px solid #20232a;border-radius:14px;padding:22px;text-align:center;position:relative;overflow:hidden}
.panel:after{content:"";position:absolute;inset:auto -30% -60% -30%;height:70%;background:radial-gradient(circle,#6d5a00aa,transparent 67%)}
.panel-title{font-size:15px;font-weight:850}.panel p{font-size:12px;color:#90939b}.upgrader-mark{font-size:68px;font-weight:900;line-height:.56;color:var(--yellow);margin-top:78px;text-shadow:0 28px 0 #6f5b00}
.balance-range{position:absolute;bottom:12px;left:16px;right:16px;display:flex;justify-content:space-between;border-top:2px solid #777;padding-top:8px;color:#777}.balance-range strong{color:#a28a00}
.chance-wheel{text-align:center}.wheel-ring{width:310px;height:310px;border-radius:50%;margin:auto;display:grid;place-items:center;background:conic-gradient(from -90deg,var(--yellow) 0 25%,#ff6a00 25% 48%,#e62a00 48% 50%,#202228 50% 100%);padding:18px;box-shadow:0 0 0 8px #111317 inset}
.wheel-inner{width:100%;height:100%;background:#15171b;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;border:16px solid #26292f;box-shadow:inset 0 0 0 10px #0c0d10}.wheel-inner strong{font-size:41px;color:#aee21f}.wheel-inner span{color:#8cb92a}
.upgrade-button{width:90%;margin:18px auto 8px;background:linear-gradient(90deg,#9b8200,#d7b300);border:0;border-radius:12px;padding:15px;font-weight:900;font-size:20px;cursor:pointer}
.quick-options{display:flex;gap:6px;justify-content:center}.quick-options button{background:#15171b;border:1px solid #25282e;color:#8c8f96;border-radius:7px;padding:8px 12px;cursor:pointer}.quick-options button.active,.quick-options button:hover{color:#fff;border-color:#ad9200}
.selected-skin{height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2}.selected-skin img{max-height:130px;object-fit:contain}.selected-skin strong{font-size:18px;margin-top:6px}.selected-skin span{color:var(--yellow);font-weight:800}
.skin-browser{display:grid;grid-template-columns:1fr 1.45fr;gap:12px;margin-top:18px}
.inventory-preview,.targets{background:#1b1d22;border:1px solid #24272e;border-radius:12px;overflow:hidden;position:relative}.browser-head{min-height:58px;padding:12px 14px;border-bottom:1px solid #292c33;display:flex;align-items:center;gap:9px}.browser-head strong{margin-right:auto}.browser-head span{color:#72757c;font-size:12px}.browser-head input,.browser-head select{background:#15171c;border:1px solid #333640;color:#ddd;padding:8px;border-radius:7px;min-width:0}
.inventory-blur{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:12px;filter:blur(5px);opacity:.55}.inventory-blur img{height:84px;object-fit:contain;background:#131519;border-radius:8px}
.topup-card{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);background:#17191f;border:1px solid #3b3e46;border-radius:12px;padding:20px;text-align:center;box-shadow:0 14px 50px #0009}.topup-card span{display:block;font-weight:900;margin:5px}.topup-card .btn{padding:8px 14px;font-size:13px}
.skin-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;padding:9px;max-height:398px;overflow:auto}.skin-card{background:linear-gradient(#191b20,#111318);border:1px solid #8e7600;border-radius:8px;color:#fff;padding:5px;cursor:pointer;text-align:left;position:relative}.skin-card img{height:72px;width:100%;object-fit:contain}.skin-card .skin-name{display:block;font-size:11px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skin-card .skin-price{position:absolute;top:5px;right:5px;font-size:9px;color:var(--yellow);background:#111c;padding:2px 4px;border-radius:4px}.skin-card.is-selected{box-shadow:0 0 0 2px var(--yellow),0 0 22px #ffd40033}.skin-card.is-selected:after{content:"✓";position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);color:#111;font-weight:900}
.ticker{position:fixed;left:0;top:73px;bottom:0;width:145px;background:#101216;border-right:1px solid #24272d;overflow:hidden;z-index:15}.ticker-track{display:flex;flex-direction:column;animation:verticalTicker 22s linear infinite}.ticker-track span{height:82px;padding:7px;border-bottom:1px solid #282b31;font-size:10px;font-weight:800;display:flex;align-items:center;gap:7px}.ticker-track img{width:56px;height:54px;object-fit:contain}
@keyframes verticalTicker{to{transform:translateY(-574px)}}
.home-stage .upgrade-showcase{padding-left:165px}.mobile-skin-strip{display:none}
.content-section,.page-hero,.promo-banner,.vip-builder{max-width:var(--max);margin:0 auto;padding:70px 28px}
.content-section{position:relative}.content-section:before{content:"";position:absolute;left:28px;right:28px;top:0;height:1px;background:linear-gradient(90deg,transparent,#ffd40040,transparent);background-size:200% 100%;animation:lineMove 5s linear infinite}
@keyframes lineMove{to{background-position:-200% 0}}
.page-hero{padding-top:90px;padding-bottom:75px;background:radial-gradient(circle at 60% 30%,#261d08 0,transparent 45%)}.page-hero h1,.intro-after-demo h1{font-size:clamp(36px,5vw,64px);line-height:1.05;max-width:980px;margin:12px 0 20px}.page-hero p,.lead{font-size:19px;color:#d3d4d7;max-width:900px}
.eyebrow{display:inline-block;color:var(--yellow);font-weight:900;letter-spacing:1.4px;font-size:12px;padding:7px 12px;border:1px solid #6b5700;border-radius:999px;background:#2a2107}
h2{font-size:clamp(28px,3vw,40px);line-height:1.15;margin:0 0 18px}h3{line-height:1.25}.content-section p{color:#c7c9ce;font-size:16px}.text-link{color:var(--yellow);border-bottom:1px solid #7e6800}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 18px;font-weight:900;margin-top:14px}.btn-primary{background:var(--yellow);color:#0b0c0e;box-shadow:0 0 0 1px #ffd40033;transition:.2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 25px #ffd40055}.btn-ghost{border:1px solid #776300;color:var(--yellow);background:#28200966}.btn-ghost:hover{background:#3b3009}
.cta-row{display:flex;gap:12px;flex-wrap:wrap}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.split.reverse>div:first-child{order:1}.visual-frame{background:#14161b;border:1px solid #292c33;border-radius:18px;padding:10px;box-shadow:0 25px 80px #0006}.visual-frame img{border-radius:12px}.visual-frame.compact{max-width:520px}
.feature-grid{display:grid;gap:14px}.feature-grid.four{grid-template-columns:repeat(4,1fr)}.feature-grid.three{grid-template-columns:repeat(3,1fr)}.feature-grid article,.info-card,.score-cards article{background:linear-gradient(145deg,#191b20,#111318);border:1px solid #292c33;border-radius:14px;padding:22px;transition:.25s;position:relative;overflow:hidden}.feature-grid article:hover,.info-card:hover,.score-cards article:hover{transform:translateY(-4px);border-color:#665500;box-shadow:0 12px 40px #ffd4000f}.feature-grid article>span{color:var(--yellow);font-weight:900;font-size:28px}.feature-grid article a{color:var(--yellow);font-weight:750}
.two-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.promo-banner{margin-top:30px;margin-bottom:30px;border:1px solid #7d6700;border-radius:20px;background:radial-gradient(circle at 30% 20%,#4a370a 0,#18140b 32%,#101114 70%);display:grid;grid-template-columns:1fr auto auto;gap:25px;align-items:center;position:relative;overflow:hidden}.promo-banner h2{font-size:30px}.promo-banner p{margin:0;color:#bbb}.promo-code-box{background:#0d0e11;border:1px dashed #d9b900;border-radius:12px;padding:12px 15px;text-align:center}.promo-code-box span{display:block;color:#898b90;font-size:12px}.promo-code-box strong{display:block;font-size:24px;color:var(--yellow)}.promo-code-box button,.copy-code{background:none;border:0;color:#fff;text-decoration:underline;cursor:pointer}
.faq-list details{border:1px solid #292c32;background:#121419;margin:9px 0;border-radius:10px;overflow:hidden}.faq-list summary{padding:17px 20px;font-weight:800;cursor:pointer;display:flex;justify-content:space-between;list-style:none}.faq-answer{padding:0 20px 15px}
.flow{display:flex;align-items:stretch;gap:12px}.flow>div{flex:1;background:#15171c;border:1px solid #292c33;border-radius:13px;padding:18px}.flow b{display:grid;width:34px;height:34px;border-radius:50%;place-items:center;background:var(--yellow);color:#111}.flow span{display:block;font-weight:900;margin-top:12px}.flow i{display:flex;align-items:center;color:var(--yellow);font-size:24px}
.chance-examples{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.chance-examples div{background:#15171c;border-radius:14px;padding:22px;text-align:center;border:1px solid #292c33}.chance-examples strong{display:block;font-size:38px;color:var(--yellow)}
.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.comparison-grid article{background:#15171c;border:1px solid #292c33;border-radius:14px;padding:22px}
.steps-list{max-width:900px;padding-left:26px}.steps-list li{padding:9px 0;color:#c7c9ce}
.hero-code{display:inline-flex;gap:14px;align-items:center;background:#15171c;border:1px solid #6b5700;border-radius:13px;padding:12px 16px;margin-right:12px}.hero-code strong{color:var(--yellow);font-size:23px}.hero-code span{color:#898c93}
.table-wrap{overflow:auto;border:1px solid #292c33;border-radius:14px}table{width:100%;border-collapse:collapse;background:#14161a}th,td{text-align:left;padding:15px;border-bottom:1px solid #2b2e35;white-space:nowrap}th{color:var(--yellow);font-size:12px;text-transform:uppercase}code{color:var(--yellow);font-weight:900}.status{padding:5px 9px;border-radius:99px;background:#15331c;color:#83e391;font-size:12px}
.step-visuals{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:25px 0}.step-visuals article{background:#15171c;border:1px solid #292c33;border-radius:14px;padding:19px}.step-num{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:var(--yellow);color:#111;font-weight:900}
.calc-card{background:#14161b;border:1px solid #5b4b00;border-radius:16px;padding:28px}.calc-card label{display:block;color:#aaa}.calc-card input{width:100%;margin-top:8px;padding:12px;background:#0f1013;border:1px solid #333741;color:#fff;border-radius:8px}.calc-card>div{display:flex;justify-content:space-between;margin-top:18px;padding-top:15px;border-top:1px solid #2b2e34}.calc-card strong{color:var(--yellow);font-size:24px}.calc-total strong{font-size:34px}
.score-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.score-cards span{font-size:28px;color:var(--yellow);font-weight:900}
.opinion-meter{background:#111318;border:1px solid #2b2e35;border-radius:18px;padding:26px;display:flex;align-items:center;gap:25px}.meter-ring{width:165px;height:165px;border-radius:50%;border:14px solid #2e3138;border-top-color:var(--yellow);display:flex;flex-direction:column;align-items:center;justify-content:center}.meter-ring strong{color:var(--yellow);font-size:27px}.opinion-meter ul{list-style:none;padding:0}.opinion-meter li{padding:7px 0;border-bottom:1px solid #25282e}
.security-checks{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:25px}.security-checks div{background:#121419;border-left:3px solid var(--yellow);padding:14px}
.verify-card{background:#121419;border:1px solid #3a3d45;border-radius:18px;padding:35px;text-align:center}.hash{font-family:monospace;font-size:30px;color:var(--yellow);letter-spacing:2px}.verify-card button{margin-top:20px;background:var(--yellow);border:0;padding:10px 18px;border-radius:8px;font-weight:900}
.tabs-demo{background:#14161b;border:1px solid #292c33;border-radius:18px;padding:16px}.tab-buttons{display:grid;grid-template-columns:repeat(3,1fr);background:#0f1014;border-radius:10px;padding:5px}.tab-buttons button{background:transparent;border:0;color:#888;padding:12px;border-radius:8px;cursor:pointer}.tab-buttons button.active{background:#303238;color:#fff}.tab-panel{display:none;grid-template-columns:1fr .8fr;gap:25px;align-items:center;padding-top:18px}.tab-panel.active{display:grid}.tab-panel img{max-height:560px;object-fit:contain;margin:auto}
.warning-card{background:#2a1f0f;border:1px solid #78541a;border-radius:16px;padding:28px}.warning-card>span{font-size:38px;color:#ffba24}
.vip-builder{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:18px;position:relative;background:radial-gradient(circle at 70% 40%,#2c2417 0,#0b0c10 42%,#07080b 80%);border:1px solid #453818;border-radius:20px;margin-top:25px;margin-bottom:45px;overflow:hidden;min-height:730px}.vip-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:center}.vip-benefit{background:#111218;border:1px solid #29231b;border-radius:12px;transition:.25s;overflow:hidden}.vip-benefit:hover{transform:translateY(-4px);border-color:#806d32;box-shadow:0 0 25px #ffd40015}.vip-benefit img{width:100%}.vip-character{display:flex;align-items:end;justify-content:center}.vip-character img{max-height:650px;object-fit:contain;filter:drop-shadow(0 0 30px #d7a40018)}.vip-real-cta{grid-column:1/-1;justify-self:center;border:1px solid #9c7d2b;padding:14px 32px;border-radius:10px;font-weight:900;color:#f6cf71;transition:.2s;margin-bottom:5px}.vip-real-cta:hover{background:#ffd400;color:#111;box-shadow:0 0 28px #ffd40055;transform:translateY(-2px)}
.vip-level-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.vip-level{border:1px solid #3a3d45;border-radius:17px;padding:17px;background:#0e1014}.vip-level img{height:150px;margin:auto;object-fit:contain}.vip-level h3{text-align:center;font-size:26px}.vip-level>strong{display:block;text-align:center;color:#aaa}.vip-level li{padding:5px;color:#c7c8ca}.vip-level.gold{border-color:#7a6700}.vip-level.platinum{border-color:#6c3b85}.vip-level.diamond{border-color:#1b788d}
.cashback-bars{display:grid;gap:10px;max-width:800px}.cashback-bars span{position:relative;padding:11px 14px;background:#15171c;border-radius:8px;overflow:hidden}.cashback-bars span:before{content:"";position:absolute;inset:0 auto 0 0;width:var(--w);background:linear-gradient(90deg,#5d4c00,#d5b100);opacity:.45}
.check-list{list-style:none;padding:0}.check-list li{padding:9px;border-bottom:1px solid #292c32}.check-list li:before{content:"✓";color:#59d97b;margin-right:10px}.check-list.danger li:before{content:"×";color:#ff7070}
.steam-shield{width:280px;height:280px;border-radius:50%;border:14px solid #31353d;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto;font-weight:900;font-size:36px;color:#d8d9dc;box-shadow:inset 0 0 0 9px #111}.steam-shield span{color:#4cb0ff}
.legal-copy{max-width:900px}.legal-copy h2{margin-top:45px}
.site-footer{background:#101216;border-top:1px solid #272a30;margin-top:50px}.footer-grid{max-width:var(--max);margin:auto;padding:50px 28px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:35px}.footer-grid h3{color:var(--yellow)}.footer-grid a:not(.brand){display:block;color:#aaa;padding:5px 0}.footer-grid p{color:#777}.footer-bottom{border-top:1px solid #25282e;padding:18px max(28px,calc((100vw - var(--max))/2));display:flex;justify-content:space-between;color:#666;font-size:12px}
.scroll-top{position:fixed;right:24px;bottom:24px;width:46px;height:46px;border-radius:50%;border:0;background:var(--yellow);font-weight:900;cursor:pointer;opacity:0;transform:translateY(15px);transition:.2s}.scroll-top.show{opacity:1;transform:none}
.reveal{opacity:0;transform:translateY(18px);transition:.55s}.reveal.visible{opacity:1;transform:none}

@media(max-width:1100px){
 .desktop-nav,.header-cta{display:none}.burger{display:block;margin-left:auto}.mobile-nav.open{display:block;position:absolute;left:0;right:0;top:72px;background:#0b0c10;border-bottom:1px solid #282b31;padding:14px 20px;max-height:calc(100vh - 72px);overflow:auto}.mobile-nav details{border-bottom:1px solid #22252b}.mobile-nav summary{padding:13px 0;font-weight:800}.mobile-nav details a{display:block;padding:9px 12px;color:#aaa}.mobile-login{display:block;text-align:center;margin-top:14px}
 .ticker{display:none}.home-stage .upgrade-showcase{padding-left:22px}
 .upgrade-core{grid-template-columns:1fr 270px 1fr}.chance-wheel .wheel-ring{width:255px;height:255px}.panel{height:270px}
 .feature-grid.four,.score-cards,.vip-level-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
 .header-inner{height:64px;padding:0 16px}.brand{font-size:17px}.brand-mark{font-size:27px}.mobile-nav.open{top:64px}
 .home-topbar{display:none}.home-logo{padding:20px 0 5px}
 .mobile-skin-strip{display:block;overflow:hidden;margin:-4px -22px 13px}.mobile-strip-track{display:flex;gap:6px;width:max-content;animation:horizontalTicker 22s linear infinite}.mobile-strip-track span{width:95px;background:#181a1f;border:1px solid #2c2e35;border-radius:8px;padding:5px;text-align:center}.mobile-strip-track img{width:100%;height:55px;object-fit:contain}.mobile-strip-track small{font-size:9px;white-space:nowrap}.desktop-ticker{display:none}
 @keyframes horizontalTicker{to{transform:translateX(-808px)}}
 .upgrade-showcase{padding:10px 14px 25px}.upgrade-core{grid-template-columns:1fr;gap:12px}.source-panel{display:none}.target-panel{height:210px;order:2}.chance-wheel{order:1}.chance-wheel .wheel-ring{width:235px;height:235px}.wheel-inner strong{font-size:31px}.upgrade-button{font-size:17px}.quick-options button{padding:7px 9px}.selected-skin{height:165px}.selected-skin img{max-height:95px}
 .skin-browser{grid-template-columns:1fr}.inventory-preview{display:none}.browser-head{flex-wrap:wrap}.browser-head input{flex:1;min-width:135px}.browser-head select{width:130px}.skin-grid{grid-template-columns:repeat(2,1fr);max-height:380px}.skin-card img{height:88px}
 .content-section,.page-hero,.promo-banner,.vip-builder{padding:48px 16px}.page-hero{padding-top:58px}.page-hero h1,.intro-after-demo h1{font-size:36px}.page-hero p,.lead{font-size:17px}
 .split{grid-template-columns:1fr;gap:25px}.split.reverse>div:first-child{order:0}
 .feature-grid.four,.feature-grid.three,.two-cards,.comparison-grid,.score-cards,.security-checks,.chance-examples,.step-visuals,.vip-level-grid{grid-template-columns:1fr}
 .promo-banner{grid-template-columns:1fr;gap:15px}.promo-code-box{justify-self:stretch}
 .flow{flex-direction:column}.flow i{justify-content:center;transform:rotate(90deg)}
 .tab-panel.active{grid-template-columns:1fr}.tab-panel img{max-height:430px}
 .vip-builder{grid-template-columns:1fr;min-height:auto}.vip-benefit-grid{grid-template-columns:1fr 1fr}.vip-character{grid-row:1}.vip-character img{max-height:520px}.vip-real-cta{grid-column:1}
 .footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:7px}.table-wrap{margin-left:-2px;margin-right:-2px}
}
@media(max-width:480px){
 .quick-options{flex-wrap:wrap}.footer-grid{grid-template-columns:1fr}.vip-benefit-grid{grid-template-columns:1fr}
}


/* Supplied Upgrader.pro logo + favicon integration */
.brand-image{display:inline-flex;align-items:center;min-width:0}
.brand-image img{display:block;height:34px;width:auto;max-width:185px;object-fit:contain}
.home-logo{display:flex;justify-content:center;align-items:center}
.home-logo img{height:44px;width:auto;max-width:250px;object-fit:contain}
.site-footer .brand-image img{height:36px}
@media(max-width:760px){
  .brand-image img{height:29px;max-width:155px}
  .home-logo img{height:38px;max-width:210px}
}


/* v3 UX fixes after visual review */
.btn,.header-cta,.mobile-login{width:auto;max-width:max-content;white-space:nowrap}
.cta-row{align-items:center}
.brand-image img{height:36px;max-width:190px;object-fit:contain;object-position:left center}
.home-logo img{height:46px;max-width:245px;object-fit:contain;object-position:center}

/* Desktop live-skin ticker: wider cards, no cropped thumbnails/text */
.ticker{width:176px;padding:0 6px}
.ticker-track span{height:88px;padding:8px 7px;gap:10px;overflow:hidden;white-space:normal;line-height:1.15}
.ticker-track img{flex:0 0 64px;width:64px;height:64px;object-fit:contain;object-position:center}
.home-stage .upgrade-showcase{padding-left:196px}

/* Selected skin: cleaner visual, image never clipped */
.selected-skin{padding:10px}
.selected-skin img{width:100%;max-width:180px;height:128px;max-height:128px;object-fit:contain;object-position:center}
.selected-skin strong{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Main skin cards */
.skin-card{min-width:0;overflow:hidden}
.skin-card img{height:78px;padding:3px;object-fit:contain;object-position:center}
.skin-card .skin-name{font-size:10px}
.skin-card .skin-price{max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* More compact, visual promo banner */
.promo-banner-v2{grid-template-columns:160px 1fr 235px;padding:28px 34px;gap:30px;min-height:220px;background:radial-gradient(circle at 12% 50%,#574500 0,#221b07 22%,#111318 58%,#0d0f13 100%);border-color:#7a6400}
.promo-visual{height:150px;position:relative;display:grid;place-items:center}
.bonus-ring{width:132px;height:132px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,#26200a,#0f1115 68%);border:8px solid #2b2e34;border-top-color:var(--yellow);border-right-color:#ff8a00;box-shadow:0 0 38px #ffd40020}
.bonus-ring strong{font-size:38px;line-height:1;color:var(--yellow)}
.bonus-ring span{font-size:11px;letter-spacing:2px;color:#a9abb1;margin-top:7px}
.promo-arrows{position:absolute;right:2px;bottom:8px;color:var(--yellow);font-size:30px;font-weight:900;transform:rotate(35deg);opacity:.7}
.promo-copy h2{margin:10px 0 8px;font-size:32px}.promo-copy p{max-width:580px}
.promo-action{display:flex;flex-direction:column;gap:10px;align-items:stretch}.promo-action .btn{margin:0;max-width:none;width:100%}
.promo-code-box{padding:10px 13px}

/* Context visuals replacing duplicated full-screen widget */
.compact-upgrade-visual{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:center;background:#121419;border:1px solid #2b2e34;border-radius:18px;padding:24px;margin:22px 0}
.compact-visual-copy h3{font-size:28px;margin:12px 0}.compact-screen{border-radius:14px;overflow:hidden;border:1px solid #333740;background:#090a0d}.compact-screen img{width:100%;max-height:440px;object-fit:contain}
.mini-skin-selector{background:#121419;border:1px solid #2b2e34;border-radius:18px;padding:24px;margin:24px 0}.mini-selector-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.mini-selector-head h3{font-size:27px;margin:12px 0 0}.mini-selector-head .btn{margin:0}
.mini-skin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-skin-grid article{background:linear-gradient(#1a1c21,#101216);border:1px solid #6f5d00;border-radius:12px;padding:12px;min-width:0}.mini-skin-grid img{height:120px;width:100%;object-fit:contain}.mini-skin-grid b,.mini-skin-grid span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-skin-grid span{font-size:12px;color:var(--yellow);margin-top:4px}

@media(max-width:1100px){
 .ticker{width:158px}.ticker-track img{width:58px;height:58px;flex-basis:58px}.home-stage .upgrade-showcase{padding-left:176px}
 .promo-banner-v2{grid-template-columns:130px 1fr 210px;padding:24px}.bonus-ring{width:112px;height:112px}.bonus-ring strong{font-size:32px}
}
@media(max-width:760px){
 .btn,.header-cta,.mobile-login{max-width:100%}
 .brand-image img{height:31px;max-width:165px}.home-logo img{height:40px;max-width:220px}
 .promo-banner-v2{grid-template-columns:1fr;padding:22px 18px;text-align:center}.promo-visual{height:110px}.bonus-ring{width:98px;height:98px}.bonus-ring strong{font-size:29px}.promo-arrows{display:none}.promo-action{width:100%}
 .compact-upgrade-visual{grid-template-columns:1fr;padding:16px}.compact-visual-copy h3{font-size:23px}.compact-screen img{max-height:300px}
 .mini-selector-head{align-items:flex-start;flex-direction:column}.mini-skin-grid{grid-template-columns:repeat(2,1fr)}.mini-skin-grid img{height:95px}
}


/* v4 — skin cards and upgrade UI: show complete source cards without clipping */
.ticker{
  width:220px;
  padding:0 8px;
}
.ticker-track span{
  min-height:94px;
  height:94px;
  padding:7px 8px;
  gap:12px;
  display:grid;
  grid-template-columns:78px 1fr;
  align-items:center;
  overflow:visible;
  white-space:normal;
  line-height:1.12;
}
.ticker-track img{
  width:78px;
  height:84px;
  max-width:78px;
  object-fit:contain;
  object-position:center;
  flex:none;
}
.home-stage .upgrade-showcase{
  padding-left:240px;
}
.ticker-track span{
  font-size:11px;
  font-weight:850;
}
.ticker-track span:not(:has(img)){
  overflow:visible;
}

/* Source panel uses CSS chevrons instead of text glyphs that looked cut */
.upgrader-mark{
  font-size:0;
  margin:72px auto 0;
  width:76px;
  height:105px;
  position:relative;
  text-shadow:none;
}
.upgrader-mark::before,
.upgrader-mark::after{
  content:"";
  position:absolute;
  left:50%;
  width:42px;
  height:42px;
  border-right:10px solid var(--yellow);
  border-bottom:10px solid var(--yellow);
  transform:translateX(-50%) rotate(45deg);
}
.upgrader-mark::before{top:0}
.upgrader-mark::after{top:34px;opacity:.72}
.balance-range{z-index:3}

/* Remove the text caret before Upgrade and replace it with a clean CSS mark */
.upgrade-button{
  position:relative;
}
.upgrade-button::before{
  content:"";
  display:inline-block;
  width:12px;
  height:12px;
  margin-right:12px;
  border-left:4px solid #111;
  border-top:4px solid #111;
  transform:rotate(45deg) translateY(2px);
}
.upgrade-button{
  font-size:0;
}
.upgrade-button::after{
  content:"Ulepsz";
  font-size:20px;
}

/* Selected skin: show the WHOLE source card at its natural aspect ratio */
.target-panel{
  overflow:visible;
}
.target-panel .panel-title{
  position:relative;
  z-index:5;
  padding:0 8px 8px;
}
.selected-skin{
  height:245px;
  padding:6px 12px 12px;
  overflow:visible;
}
.selected-skin img{
  width:auto;
  height:145px;
  max-width:150px;
  max-height:145px;
  object-fit:contain;
  object-position:center;
  flex:0 0 auto;
}
.selected-skin strong{
  display:block;
  width:100%;
  text-align:center;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  line-height:1.15;
  margin-top:8px;
}
.selected-skin span{
  display:block;
  width:100%;
  text-align:center;
  white-space:nowrap;
  margin-top:6px;
}

/* Main selector: fewer columns, larger complete cards */
.skin-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  padding:11px;
}
.skin-card{
  min-height:150px;
  padding:8px;
  overflow:visible;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.skin-card img{
  width:100%;
  height:112px;
  max-height:112px;
  object-fit:contain;
  object-position:center;
  padding:0;
  flex:none;
}
.skin-card .skin-name{
  display:block;
  min-height:28px;
  margin-top:5px;
  font-size:11px;
  line-height:1.15;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
.skin-card .skin-price{
  top:7px;
  right:7px;
  max-width:86%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.skin-card.is-selected::after{
  top:53%;
}

/* Keep the selector header from colliding with search/filter */
.browser-head{
  gap:12px;
}
.browser-head strong{
  white-space:nowrap;
}
.targets .browser-head input{
  min-width:180px;
}

/* Desktop layout gets a little more room for the right panel */
@media(min-width:1101px){
  .upgrade-core{
    grid-template-columns:minmax(300px,1fr) 330px minmax(320px,1fr);
    gap:34px;
  }
}

/* Tablet */
@media(max-width:1100px) and (min-width:761px){
  .ticker{width:190px}
  .ticker-track span{grid-template-columns:70px 1fr}
  .ticker-track img{width:70px;height:78px;max-width:70px}
  .home-stage .upgrade-showcase{padding-left:208px}
  .skin-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

/* Mobile: complete cards, no horizontal page overflow */
@media(max-width:760px){
  .home-stage .upgrade-showcase{padding-left:14px}
  .skin-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }
  .skin-card{
    min-height:160px;
  }
  .skin-card img{
    height:118px;
    max-height:118px;
  }
  .target-panel{
    min-height:245px;
    height:auto;
  }
  .selected-skin{
    min-height:190px;
    height:auto;
  }
  .selected-skin img{
    height:130px;
    max-height:130px;
  }
}


/* v5 — VIP composition refinement */
.vip-builder{
  display:block;
  min-height:0;
  padding:42px 34px;
  background:
    radial-gradient(circle at 23% 42%,#362b18 0,transparent 24%),
    radial-gradient(circle at 80% 30%,#171924 0,transparent 32%),
    #090a0d;
  border:1px solid #3b3427;
}
.vip-builder-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:28px;
}
.vip-builder-head h2{
  margin:10px 0 8px;
  max-width:720px;
}
.vip-builder-head p{
  margin:0;
  max-width:720px;
  color:#aaa;
}
.vip-builder-head .vip-real-cta{
  margin:0;
  flex:0 0 auto;
}
.vip-stage{
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
  gap:30px;
  align-items:end;
}
.vip-character{
  background:
    radial-gradient(circle at 50% 65%,#3a2f1d55 0,transparent 55%);
  border:1px solid #26282f;
  border-radius:18px;
  min-height:520px;
  overflow:hidden;
  align-items:end;
}
.vip-character img{
  width:100%;
  max-height:540px;
  object-fit:contain;
  object-position:center bottom;
}
.vip-benefit-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  align-content:stretch;
}
.vip-benefit{
  min-height:160px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  background:linear-gradient(145deg,#14161b,#0d0f13);
  border:1px solid #2b2e34;
  border-radius:16px;
  overflow:hidden;
}
.vip-benefit img{
  width:100%;
  height:100%;
  min-height:160px;
  object-fit:contain;
}
.vip-benefit:nth-child(1),
.vip-benefit:nth-child(3),
.vip-benefit:nth-child(5){
  transform:translateY(10px);
}
.vip-benefit:hover{
  transform:translateY(-3px) scale(1.01);
  border-color:#8b7428;
}
.vip-benefit:nth-child(1):hover,
.vip-benefit:nth-child(3):hover,
.vip-benefit:nth-child(5):hover{
  transform:translateY(6px) scale(1.01);
}

@media(max-width:900px){
  .vip-builder-head{align-items:flex-start;flex-direction:column}
  .vip-stage{grid-template-columns:1fr}
  .vip-character{min-height:420px}
  .vip-character img{max-height:440px}
  .vip-benefit:nth-child(1),
  .vip-benefit:nth-child(3),
  .vip-benefit:nth-child(5){transform:none}
}
@media(max-width:600px){
  .vip-builder{padding:28px 16px}
  .vip-benefit-grid{grid-template-columns:1fr}
  .vip-benefit{min-height:145px}
  .vip-benefit img{min-height:145px}
}


/* FINAL review fixes */

/* Header/footer real logo */
.brand-image img{height:34px;max-width:182px;width:auto;object-fit:contain}
.home-logo img{height:42px;max-width:220px;width:auto;object-fit:contain}

/* Ticker: full cards and names */
.ticker{width:238px;padding:0 8px}
.ticker-track span{grid-template-columns:92px minmax(0,1fr);height:98px;min-height:98px;gap:12px}
.ticker-track img{width:92px;height:88px;max-width:92px;object-fit:contain}
.ticker-track span{font-size:12px}
.home-stage .upgrade-showcase{padding-left:258px}

/* Target presentation */
.target-presentation{padding:22px 24px;height:320px;text-align:left;background:
  radial-gradient(circle at 70% 50%,#493516 0,transparent 46%),
  linear-gradient(145deg,#201b17,#17191f)}
.target-presentation .target-close{position:absolute;right:12px;top:10px;border:0;background:#25272d;color:#999;width:32px;height:32px;border-radius:50%;font-size:24px;cursor:pointer}
.target-meta{color:#9fa1a7;font-size:12px;text-align:center;margin-top:8px}
.target-presentation h3{font-size:24px;text-align:center;margin:5px 0 6px;white-space:normal}
.target-presentation .selected-skin{height:215px;padding:0;justify-content:center}
.target-presentation .selected-skin img{height:150px;max-height:150px;max-width:235px;width:100%;object-fit:contain}
.target-presentation .selected-skin span{font-size:21px;color:var(--yellow);font-weight:900;margin-top:8px}
.target-presentation .selected-skin strong{display:none}

/* Clean source arrows */
.upgrader-mark{width:82px}
.upgrader-mark::before,.upgrader-mark::after{width:46px;height:46px;border-width:0 10px 10px 0}
.upgrader-mark::after{top:38px;opacity:.55}

/* Main selector */
.skin-grid{grid-template-columns:repeat(4,minmax(130px,1fr))}
.skin-card{min-height:164px}
.skin-card img{height:124px;max-height:124px}
.skin-card .skin-name{font-size:11px;min-height:30px}

/* Interface story */
.interface-story{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:stretch;margin:25px 0}
.interface-story-media{background:#111318;border:1px solid #2c2f35;border-radius:16px;padding:10px;display:flex;align-items:center}
.interface-story-media img{width:100%;border-radius:10px}
.interface-story-points{display:grid;gap:12px}
.interface-story-points article{background:#14161b;border:1px solid #2c2f35;border-radius:14px;padding:18px}
.interface-story-points b{color:var(--yellow);font-size:13px}.interface-story-points h3{margin:6px 0}.interface-story-points p{margin:0;color:#a9abb0}

/* Native top-up */
.native-topup{max-width:760px;margin:28px auto 0;background:#1b1d22;border:1px solid #2f3239;border-radius:18px;overflow:hidden;box-shadow:0 28px 90px #0008}
.topup-title{padding:18px 20px;font-weight:900;font-size:20px;display:flex;justify-content:space-between;align-items:center;background:#202228}
.topup-close{border:0;background:none;color:#888;font-size:24px}
.topup-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:10px 14px;background:#111318}
.topup-tabs button{border:0;background:#16181d;color:#858990;padding:12px;border-radius:9px;font-weight:800;cursor:pointer}
.topup-tabs button.active{background:#34363c;color:#fff}
.topup-view{display:none;padding:22px}.topup-view.active{display:block}
.topup-toolbar{display:flex;justify-content:space-between;gap:15px;align-items:center;background:#2b2d33;border-radius:10px;padding:10px 12px;color:#a9abb1}
.topup-toolbar select{background:var(--yellow);border:0;border-radius:8px;padding:7px 10px;font-weight:900}
.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.payment-method{min-height:105px;background:#303238;border:1px solid transparent;border-radius:12px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer}
.payment-method.active,.payment-method:hover{border-color:var(--yellow)}
.payment-logo{font-size:18px;font-weight:900}.payment-method small{color:#aaa}
.amount-block{border-top:1px solid #2a2d33;margin-top:22px;padding-top:18px}
.amount-head{display:flex;justify-content:space-between;gap:16px;align-items:center;color:#979aa1}.presets{display:flex;gap:6px;flex-wrap:wrap}.presets button{border:0;background:#24262b;color:#777;padding:6px 9px;border-radius:7px}.presets button.active{background:var(--yellow);color:#111;font-weight:900}
.amount-input{margin-top:10px;background:#303238;border-radius:10px;padding:12px;display:grid;grid-template-columns:1fr auto;gap:4px 10px;align-items:center}.amount-input input{background:none;border:0;color:#fff;font-size:30px;min-width:0}.amount-input span{font-size:20px}.amount-input small{grid-column:1/-1;text-align:right;color:#bbb}
.promo-field{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;background:#2a2c31;border-radius:10px;padding:8px 10px;margin-top:12px}.promo-field input{background:transparent;border:0;color:#d5d6da;min-width:0}.promo-field button{background:#4a4d54;border:0;color:#fff;border-radius:8px;padding:7px 10px}
.topup-submit{display:block;margin-top:12px;text-align:center;background:var(--yellow);color:#111;font-weight:900;padding:14px;border-radius:10px}
.crypto-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.crypto-coin{min-height:92px;background:#303238;border:1px solid transparent;border-radius:12px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.crypto-coin span{font-size:28px;color:#50cda0}.crypto-coin b{font-size:11px}.crypto-coin.active,.crypto-coin:hover{border-color:var(--yellow)}
.skinsback-card{height:125px;border:1px solid var(--yellow);border-radius:13px;background:linear-gradient(135deg,#1b1d22,#222b36);display:flex;flex-direction:column;align-items:center;justify-content:center}.skinsback-brand{font-size:30px;color:#6aa8ff;letter-spacing:1px}.skinsback-card p{margin:5px 0;color:#aaa}
.trade-warning{margin-top:12px;background:#352710;color:#ffb000;border-radius:12px;padding:13px 15px}
.gift-card-screen{display:none;margin-top:18px}.gift-card-screen.active{display:block}.gift-back{display:flex;justify-content:space-between;background:#2d2f34;padding:10px 12px;border-radius:8px;color:#aaa}.gift-back strong{color:#12aa72}.gift-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.gift-grid button{min-height:92px;border:0;border-radius:10px;background:linear-gradient(#33353a 0 50%,#e3bd00 50% 100%);color:#151515;font-size:22px;font-weight:900}.gift-grid small{display:block;font-size:9px;margin-top:22px}.gift-input-label{display:block;margin-top:15px;color:#ddd}.gift-input-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:8px}.gift-input-row input{background:#303238;border:0;border-radius:9px;padding:12px;color:#fff}.gift-input-row button{border:0;border-radius:9px;background:#45484f;color:#fff;padding:0 16px}

/* Best drop cards */
.bestdrop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.bestdrop-grid img{width:100%;border-radius:12px;border:1px solid #2b2e34}

/* Footer wording spacing */
.site-footer .footer-grid>div:first-child p{max-width:360px}

@media(max-width:1100px){
  .ticker{width:200px}.ticker-track span{grid-template-columns:78px minmax(0,1fr)}.ticker-track img{width:78px;height:80px;max-width:78px}.home-stage .upgrade-showcase{padding-left:220px}
  .skin-grid{grid-template-columns:repeat(3,minmax(125px,1fr))}
  .interface-story{grid-template-columns:1fr}
}
@media(max-width:760px){
  .home-stage .upgrade-showcase{padding-left:14px}
  .target-presentation{height:auto;min-height:270px}
  .target-presentation h3{font-size:21px}
  .skin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .payment-grid,.crypto-grid{grid-template-columns:repeat(2,1fr)}
  .gift-grid{grid-template-columns:repeat(2,1fr)}
  .bestdrop-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:460px){
  .bestdrop-grid{grid-template-columns:1fr}
}


/* v6 content + visual refinements */
.opinion-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.opinion-feature-grid article{background:linear-gradient(145deg,#17191f,#101216);border:1px solid #2b2e34;border-radius:16px;padding:22px}.opinion-feature-grid a{color:var(--yellow);font-weight:800}.op-icon{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;font-size:23px;font-weight:900;margin-bottom:14px}.op-icon.steam{background:#203444;color:#8fd4ff}.op-icon.chance{background:#293913;color:#b8e82a}.op-icon.fair{background:#153822;color:#64e28a}.op-icon.wallet{background:#392d12;color:#ffd65a}.section-heading-split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}.opinion-checklist{background:#121419;border:1px solid #2b2e34;border-radius:18px;padding:24px}.opinion-checklist>div{display:grid;grid-template-columns:40px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid #26292f}.opinion-checklist b{color:var(--yellow)}

.promo-table td:last-child a{color:var(--yellow);font-weight:850}.redeem-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;margin-top:28px}.redeem-steps{display:grid;gap:10px}.redeem-steps article{display:grid;grid-template-columns:46px 1fr;gap:14px;background:#14161b;border:1px solid #2b2e34;border-radius:14px;padding:17px}.redeem-steps article>span{width:42px;height:42px;border-radius:11px;background:var(--yellow);color:#111;display:grid;place-items:center;font-weight:900}.redeem-steps h3{margin:0 0 5px}.redeem-steps p{margin:0}.promo-screen-card{background:#121419;border:1px solid #2b2e34;border-radius:16px;padding:10px;align-self:start}.promo-screen-card img{width:100%;border-radius:11px}.screen-caption{padding:11px 8px;color:#999;font-size:13px}.three-use-cards,.rules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:24px 0}.three-use-cards article{background:#14161b;border:1px solid #2b2e34;border-radius:14px;padding:20px}.three-use-cards b{color:var(--yellow);font-size:25px}.rules-grid{grid-template-columns:repeat(2,1fr)}.rules-grid>div{display:flex;gap:12px;background:#14161b;border:1px solid #2b2e34;border-radius:12px;padding:15px}.rules-grid span{color:#68dc85;font-weight:900}.rules-grid p{margin:0}

.vip-progress-wrap{text-align:center}.vip-progress-line{position:relative;display:grid;grid-template-columns:repeat(4,1fr);margin-top:42px}.vip-progress-line:before{content:"";position:absolute;left:8%;right:8%;top:22px;height:4px;background:linear-gradient(90deg,#777,#d5ad00,#8a42b8,#16a9c7)}.vip-node{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.vip-node i{width:46px;height:46px;border-radius:50%;background:#181a20;border:8px solid #575b64;margin-bottom:8px}.vip-node.gold i{border-color:#b59800}.vip-node.platinum i{border-color:#7d43a4}.vip-node.diamond i{border-color:#16869b}.vip-node b{font-size:18px}.vip-node span{color:#999}.vip-level-grid-full .vip-level img{height:190px}.vip-level-grid-full .vip-level{padding-bottom:24px}.vip-level li.locked{opacity:.35;text-decoration:line-through}.vip-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:25px}.vip-info-grid article{background:#14161b;border:1px solid #2b2e34;border-radius:15px;padding:21px}

.platform-flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0}.platform-flow-grid article{background:#14161b;border:1px solid #2b2e34;border-radius:14px;padding:19px}.platform-flow-grid b{color:var(--yellow);font-size:25px}.platform-interface{max-width:1000px;margin:25px auto}.payment-visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0}.pay-vis{border-radius:16px;padding:24px;background:linear-gradient(145deg,#181a20,#101216);border:1px solid #2c2f36}.pay-badge{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:#2a2d33;color:var(--yellow);font-size:27px}.pay-vis.crypto .pay-badge{color:#f6a51a}.pay-vis.skins .pay-badge{color:#8db1ff}.platform-vip-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:23px 0}.platform-vip-strip div{background:#121419;border:1px solid #2c2f35;border-radius:13px;padding:16px}.platform-vip-strip b{display:block;color:var(--yellow);font-size:18px}.platform-vip-strip span{font-size:13px;color:#aaa}

/* Payment brands */
.payment-brand{min-height:40px;display:flex;align-items:center;justify-content:center;gap:5px;font-weight:900;font-size:21px;letter-spacing:.2px}.brand-blik{color:#fff}.brand-blik i{width:13px;height:13px;border-radius:50% 50% 50% 0;background:#ff3e45;transform:rotate(-25deg);display:inline-block}.brand-gpay{font-weight:700}.brand-gpay i{font-style:normal;font-size:27px;color:#4285f4}.brand-visa{color:#fff;font-size:25px;font-style:italic;letter-spacing:1px}.brand-mir{font-size:27px;background:linear-gradient(90deg,#20a767,#31a5da);-webkit-background-clip:text;color:transparent}.brand-apple{font-size:21px}.brand-apple:first-letter{font-size:26px}.brand-tpay i{font-style:normal;background:#ffd400;color:#111;border-radius:7px;padding:2px 7px}

@media(max-width:900px){.opinion-feature-grid,.platform-flow-grid,.platform-vip-strip{grid-template-columns:repeat(2,1fr)}.section-heading-split,.redeem-layout{grid-template-columns:1fr}.three-use-cards{grid-template-columns:1fr}.vip-level-grid-full{grid-template-columns:repeat(2,1fr)}.payment-visual-grid{grid-template-columns:1fr}.vip-progress-line{grid-template-columns:repeat(2,1fr);gap:25px}.vip-progress-line:before{display:none}}
@media(max-width:600px){.opinion-feature-grid,.rules-grid,.vip-info-grid,.vip-level-grid-full,.platform-flow-grid,.platform-vip-strip{grid-template-columns:1fr}.bestdrop-grid{grid-template-columns:1fr}.vip-progress-line{grid-template-columns:1fr;gap:18px}}


/* v7 — correct native cards, centered logo, item-only skin art */

/* Logo is centered on the same grid column as the wheel */
.upgrade-logo-row{
  display:grid;
  grid-template-columns:minmax(300px,1fr) 330px minmax(320px,1fr);
  gap:34px;
  align-items:center;
  margin:0 0 16px;
}
.upgrade-logo-row img{
  grid-column:2;
  justify-self:center;
  width:auto;
  height:44px;
  max-width:220px;
  object-fit:contain;
}

/* Skin ticker uses isolated item art, not screenshot cards */
.ticker-track span{
  position:relative;
  overflow:hidden;
  background:linear-gradient(90deg,#17191e,#111318);
  border-left:2px solid #6a5300;
  border-radius:7px;
  margin:3px 0;
}
.ticker-track span:before{
  content:"";
  position:absolute;
  right:7px;top:13px;
  width:28px;height:28px;
  border-right:10px solid rgba(255,212,0,.15);
  border-bottom:10px solid rgba(255,212,0,.15);
  transform:rotate(45deg);
}
.ticker-track span img{
  position:relative;z-index:2;
  width:88px;height:72px;
  object-fit:contain;
  border:0;
}
.ticker-track span b{position:relative;z-index:2;font-size:11px;line-height:1.15}
.ticker-track span.rare-red{border-left-color:#a83e46}.ticker-track span.rare-purple{border-left-color:#7448bd}.ticker-track span.rare-gold{border-left-color:#a07a11}

/* Native catalog card = background + isolated item + HTML labels */
.skin-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.skin-card{
  position:relative;
  min-height:142px;
  border-radius:9px;
  padding:6px 7px 8px;
  overflow:hidden;
  justify-content:flex-end;
  background:linear-gradient(180deg,#17191d,#101216);
}
.skin-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,transparent 35%,rgba(255,212,0,.11) 35%,rgba(255,212,0,.11) 57%,transparent 57%);
  opacity:.8;
}
.skin-card.rare-red:before{background:linear-gradient(135deg,transparent 35%,rgba(200,60,70,.18) 35%,rgba(200,60,70,.18) 57%,transparent 57%)}
.skin-card.rare-purple:before{background:linear-gradient(135deg,transparent 35%,rgba(118,66,190,.2) 35%,rgba(118,66,190,.2) 57%,transparent 57%)}
.skin-card img{
  position:relative;z-index:2;
  width:100%;height:84px;max-height:84px;
  object-fit:contain;
  object-position:center;
  padding:0;
  margin-top:16px;
}
.skin-card .skin-price{
  z-index:4;top:5px;right:6px;
  background:transparent;
  color:var(--yellow);
  font-size:9px;font-weight:900;
}
.skin-card .skin-type{
  position:relative;z-index:3;
  display:block;
  text-align:left;
  color:#8f9299;
  font-size:7px;
  line-height:1.1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.skin-card .skin-name{
  position:relative;z-index:3;
  min-height:0;margin:2px 0 0;
  font-size:10px;font-weight:900;
  line-height:1.05;
  white-space:nowrap;
  overflow:hidden;text-overflow:ellipsis;
}
.skin-card.is-selected{box-shadow:0 0 0 2px var(--yellow),0 0 20px #ffd40025}
.skin-card.is-selected:after{width:28px;height:28px;font-size:15px;top:54%}

/* Right selected state uses isolated art at presentation size */
.target-presentation{
  overflow:hidden;
  min-height:320px;
}
.target-presentation:after{
  content:"";
  position:absolute;inset:0;
  background:radial-gradient(circle at 55% 58%,rgba(151,101,39,.32),transparent 52%);
  pointer-events:none;
}
.target-presentation h3,.target-meta,.selected-skin{position:relative;z-index:3}
.target-presentation .selected-skin img{
  width:100%;
  max-width:285px;
  height:160px;
  max-height:160px;
  object-fit:contain;
  object-position:center;
  border:0;
  background:transparent;
}
.target-presentation .selected-skin span{font-size:22px}
.target-presentation .target-close{z-index:5}

/* VIP cards are native HTML, never screenshot-in-card */
.vip-native-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}
.vip-native-card{
  position:relative;
  padding:22px 20px 20px;
  border:1px solid #454950;
  border-radius:18px;
  background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.05),transparent 27%),#0e1014;
  min-height:610px;
  display:flex;flex-direction:column;
}
.vip-native-card.gold{border-color:#8f7600;box-shadow:inset 0 0 40px #ffd4000b}
.vip-native-card.platinum{border-color:#633887;box-shadow:inset 0 0 40px #8e43d00d}
.vip-native-card.diamond{border-color:#16869a;box-shadow:inset 0 0 40px #00c6e60c}
.vip-native-card .vip-badge{height:150px;width:100%;object-fit:contain;margin:0 auto 6px}
.vip-native-card h3{text-align:center;font-size:30px;letter-spacing:1px;margin:2px 0 7px}
.vip-native-card.silver h3{color:#e4e6ea}.vip-native-card.gold h3{color:#ffd400}.vip-native-card.platinum h3{color:#b66ef1}.vip-native-card.diamond h3{color:#53d3ee}
.vip-threshold{text-align:center;color:#9da0a7!important;font-size:13px!important;min-height:42px}
.vip-native-card ul{list-style:none;padding:8px 0 0;margin:0;flex:1}
.vip-native-card li{padding:8px 0;border-bottom:1px solid #25282e;color:#d5d6d9}
.vip-native-card li:before{content:"✓";color:#4edb7a;margin-right:9px;font-weight:900}
.vip-native-card li.off{opacity:.28}.vip-native-card li.off:before{content:"×";color:#8f9095}
.vip-native-card>a{margin-top:18px;text-align:center;border:1px solid #33363d;border-radius:10px;padding:12px;color:#aaa;font-weight:800}
.vip-native-card>a:hover{border-color:var(--yellow);color:var(--yellow)}

.vip-native-stage{
  max-width:var(--max);
  margin:35px auto;
  padding:54px 32px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:end;
  border:1px solid #352e22;
  border-radius:22px;
  background:radial-gradient(circle at 80% 50%,#3a2c17 0,transparent 34%),#090a0d;
}
.vip-benefit-native-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:25px 0}
.vip-benefit-native{
  min-height:175px;
  padding:16px;
  background:#111318;
  border:1px solid #292c33;
  border-radius:14px;
  text-align:center;
}
.vip-benefit-native img{height:82px;width:100%;object-fit:contain;margin:0 auto 2px}
.vip-benefit-native h3{font-size:16px;margin:3px 0 7px;color:#f5ce68}
.vip-benefit-native p{font-size:12px!important;color:#888!important;margin:0}
.vip-stage-character img{width:100%;max-height:660px;object-fit:contain;object-position:center bottom}

/* Real crypto brand icons */
.crypto-coin img{width:42px;height:42px;object-fit:contain;margin-bottom:5px}
.crypto-coin span{display:none}
.crypto-coin b{font-size:11px;color:#f0f1f3}
.crypto-coin{min-height:108px}

@media(max-width:1100px){
  .upgrade-logo-row{grid-template-columns:minmax(250px,1fr) 270px minmax(250px,1fr)}
  .skin-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .vip-native-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .upgrade-logo-row{display:flex;justify-content:center;margin-top:8px}
  .upgrade-logo-row img{height:38px}
  .skin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .skin-card{min-height:150px}
  .skin-card img{height:92px;max-height:92px}
  .vip-native-grid{grid-template-columns:1fr}
  .vip-native-card{min-height:0}
  .vip-native-stage{grid-template-columns:1fr;padding:36px 16px}
  .vip-stage-character{grid-row:1}
  .vip-benefit-native-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .vip-benefit-native-grid{grid-template-columns:1fr}
}


/* v8 — reference screenshots are not site content */
.native-upgrade-summary{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  align-items:center;
  gap:14px;
  margin:28px 0;
  padding:22px;
  border:1px solid #2b2e34;
  border-radius:18px;
  background:#111318;
}
.native-upgrade-summary>div:not(.native-arrow){
  min-height:130px;
  padding:20px;
  border-radius:14px;
  background:linear-gradient(145deg,#181a20,#0f1115);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.native-upgrade-summary b{color:var(--yellow);font-size:13px}
.native-upgrade-summary span{font-size:22px;font-weight:900;margin:6px 0}
.native-upgrade-summary small{color:#8e9198}
.native-arrow{color:var(--yellow);font-size:28px}

.native-how-ui{
  display:grid;
  grid-template-columns:1fr 260px 1fr;
  gap:22px;
  align-items:center;
  margin:28px 0;
}
.native-how-card{
  min-height:270px;
  border:1px solid #2b2e34;
  border-radius:18px;
  background:linear-gradient(145deg,#181a20,#111318);
  padding:24px;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.mini-label{font-size:11px;color:var(--yellow);letter-spacing:1.4px;font-weight:900}
.chevrons{margin-top:24px}.chevrons i{display:block;width:46px;height:46px;border-right:9px solid var(--yellow);border-bottom:9px solid var(--yellow);transform:rotate(45deg);margin:-18px auto 0}.chevrons i+ i{opacity:.55}
.native-how-wheel{display:grid;place-items:center}
.small-wheel{width:230px;height:230px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,#17191d 50%,#202329 51% 62%,#111 63%);border-top:10px solid var(--yellow);border-right:10px solid #ff6f00}
.small-wheel strong{font-size:34px;color:#aee91a}.small-wheel span{color:#94bd30}
.target-placeholder{margin-top:24px;width:140px;height:90px;border-radius:12px;border:1px solid #6c5700;background:linear-gradient(135deg,#191b20,#352a12);display:grid;place-items:center;color:var(--yellow);font-weight:900}
@media(max-width:760px){
  .native-upgrade-summary,.native-how-ui{grid-template-columns:1fr}
  .native-arrow{transform:rotate(90deg);text-align:center}
}


/* v9 — final rebuild after visual/content QA */

/* Center logo exactly over the wheel column */
.upgrade-logo-row{
  width:100%;
  display:grid;
  grid-template-columns:minmax(300px,1fr) 330px minmax(320px,1fr);
  gap:34px;
  margin:0 0 16px;
}
.upgrade-logo-row img{
  grid-column:2;
  justify-self:center;
  height:44px;
  width:auto;
  max-width:220px;
  object-fit:contain;
}

/* Never upscale item art beyond its useful size */
.target-presentation .selected-skin img{
  width:auto;
  height:auto;
  max-width:230px;
  max-height:155px;
  image-rendering:auto;
  object-fit:contain;
}
.native-target-card img{
  width:auto;
  height:auto;
  max-width:165px;
  max-height:105px;
  object-fit:contain;
  margin:22px auto 7px;
  display:block;
}

/* Native target cards replace screenshot-in-card */
.native-target-selector{
  background:#111318;
  border:1px solid #2b2e34;
  border-radius:18px;
  padding:24px;
  margin:28px 0;
}
.native-target-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:18px;
}
.native-target-card{
  position:relative;
  min-height:190px;
  border:1px solid #6e5700;
  border-radius:13px;
  background:linear-gradient(145deg,#181a20,#101216);
  padding:12px;
  overflow:hidden;
}
.native-target-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,transparent 38%,rgba(255,212,0,.10) 38%,rgba(255,212,0,.10) 60%,transparent 60%);
}
.native-target-card.rare-red:before{background:linear-gradient(135deg,transparent 38%,rgba(185,53,66,.15) 38%,rgba(185,53,66,.15) 60%,transparent 60%)}
.native-target-card>*{position:relative;z-index:2}
.native-target-card .target-price{position:absolute;right:10px;top:8px;color:var(--yellow);font-size:11px;font-weight:900}
.native-target-card small{display:block;color:#888;font-size:9px;margin-top:4px}
.native-target-card b{display:block;font-size:14px;margin-top:2px}

/* Promo steps: screenshot sits next to the exact step it explains */
.step-visual-list{display:grid;gap:22px;margin-top:28px}
.step-visual{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:24px;
  align-items:center;
  padding:22px;
  border:1px solid #2b2e34;
  border-radius:18px;
  background:linear-gradient(145deg,#13151a,#0f1115);
}
.step-visual.reverse .step-copy{order:2}
.step-visual.reverse .step-shot{order:1}
.step-copy{display:grid;grid-template-columns:52px 1fr;gap:15px;align-items:start}
.step-no{width:48px;height:48px;border-radius:13px;background:var(--yellow);color:#111;display:grid;place-items:center;font-size:20px;font-weight:900}
.step-copy h3{margin:2px 0 7px}
.step-copy p{margin:0}
.step-shot{
  border:1px solid #31343b;
  border-radius:14px;
  overflow:hidden;
  background:#0b0c0f;
}
.step-shot img{display:block;width:100%;height:auto;max-height:500px;object-fit:contain}
.final-step{grid-template-columns:1fr}

/* Payment system visuals */
.payment-method{position:relative;overflow:hidden}
.payment-brand{position:relative;z-index:2}
.brand-blik i{box-shadow:0 0 0 4px #ff3d4920}
.brand-gpay i{font-weight:900}
.brand-visa b{font-style:italic;letter-spacing:1.2px}
.crypto-coin img{filter:none!important}

/* Keep home ticker text and item fully visible */
.ticker-track span{grid-template-columns:92px minmax(0,1fr)}
.ticker-track span img{width:88px;height:72px;max-width:88px;object-fit:contain}
.ticker-track span b{white-space:normal;overflow:visible;text-overflow:clip}

/* Responsive */
@media(max-width:1100px){
  .upgrade-logo-row{grid-template-columns:minmax(250px,1fr) 270px minmax(250px,1fr)}
  .native-target-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .upgrade-logo-row{display:flex;justify-content:center}
  .step-visual,.step-visual.reverse{grid-template-columns:1fr}
  .step-visual.reverse .step-copy,.step-visual.reverse .step-shot{order:initial}
  .native-target-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .native-target-grid{grid-template-columns:1fr}
}


/* v10 — source-quality-safe target display + no reference screenshots */
.target-presentation{
  min-height:330px;
  height:330px;
  padding:22px 22px 18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}
.target-presentation .target-meta{
  flex:0 0 auto;
  min-height:18px;
  margin:4px 0 5px;
}
.target-presentation h3{
  flex:0 0 auto;
  min-height:58px;
  max-width:280px;
  margin:0 auto 8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  line-height:1.1;
  text-align:center;
  overflow:visible;
}
.target-presentation .selected-skin{
  flex:1 1 auto;
  width:100%;
  min-height:160px;
  height:auto;
  padding:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
.target-presentation .selected-skin img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:150px !important;
  max-height:108px !important;
  object-fit:contain !important;
  transform:none !important;
  image-rendering:auto;
  filter:none;
  margin:0 auto 10px;
}
.target-presentation .selected-skin span{
  margin-top:0;
  font-size:21px;
  line-height:1;
  white-space:nowrap;
}

/* Small catalog and CS2-page target cards also never enlarge low-resolution source art. */
.skin-card img{
  width:auto !important;
  height:auto !important;
  max-width:105px !important;
  max-height:74px !important;
  margin:22px auto 5px !important;
  object-fit:contain !important;
  transform:none !important;
}
.native-target-card img{
  width:auto !important;
  height:auto !important;
  max-width:120px !important;
  max-height:82px !important;
  object-fit:contain !important;
  transform:none !important;
  margin:25px auto 8px !important;
}

/* Native replacement for the screenshot that was provided only as a visual reference. */
.native-upgrade-explain{
  min-height:300px;
  border:1px solid #2b2e34;
  border-radius:18px;
  background:radial-gradient(circle at 50% 50%,#211d0c 0,transparent 37%),#101216;
  display:grid;
  grid-template-columns:1fr auto 1.08fr auto 1fr;
  gap:12px;
  align-items:center;
  padding:24px;
}
.native-explain-source,.native-explain-target{
  min-height:165px;
  border:1px solid #31343b;
  border-radius:14px;
  background:#17191f;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px;
}
.native-explain-source span,.native-explain-target span{
  color:var(--yellow);font-size:12px;font-weight:900;margin-bottom:8px;
}
.native-explain-source b,.native-explain-target b{font-size:18px;margin-bottom:5px}
.native-explain-source small,.native-explain-target small{color:#8f9299}
.native-explain-chance{
  width:180px;height:180px;border-radius:50%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  background:radial-gradient(circle,#17191d 0 53%,#23262c 54% 63%,#101216 64%);
  border-top:8px solid var(--yellow);border-right:8px solid #ff6d00;
}
.native-explain-chance strong{color:#a9eb18;font-size:29px}
.native-explain-chance small{color:#99bd38;max-width:120px}
.native-explain-arrow{color:var(--yellow);font-size:27px}

@media(max-width:760px){
 .target-presentation{height:auto;min-height:300px}
 .target-presentation h3{min-height:48px;font-size:20px}
 .native-upgrade-explain{grid-template-columns:1fr;min-height:0}
 .native-explain-arrow{transform:rotate(90deg);text-align:center}
}


/* v11 — header structure, centered internal heroes, centered mobile CTAs */
.desktop-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
}
.desktop-nav .nav-direct{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:0 12px;
  color:#e8e9ec;
  font-weight:800;
  text-decoration:none;
  border-radius:9px;
  white-space:nowrap;
  transition:background .18s ease,color .18s ease;
}
.desktop-nav .nav-direct:hover,
.desktop-nav .nav-direct:focus-visible{
  background:#202228;
  color:var(--yellow);
}
.desktop-nav .nav-drop>button{
  min-height:44px;
}

/* Promo Code is deliberately the first standalone item after Platforma. */
.mobile-nav .mobile-direct{
  display:block;
  padding:14px 16px;
  color:#f1f2f4;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid #262930;
}
.mobile-nav .mobile-direct:hover,
.mobile-nav .mobile-direct:focus-visible{
  color:var(--yellow);
  background:#17191e;
}

/* Center every hero on internal pages only. */
.internal-page .page-hero{
  text-align:center;
}
.internal-page .page-hero > *{
  margin-left:auto;
  margin-right:auto;
}
.internal-page .page-hero h1{
  max-width:1000px;
}
.internal-page .page-hero p{
  max-width:900px;
}
.internal-page .page-hero .cta-row{
  justify-content:center;
}
.internal-page .page-hero .hero-code{
  margin-left:auto;
  margin-right:auto;
}
.internal-page .page-hero .btn{
  margin-left:auto;
  margin-right:auto;
}

/* Center all conversion CTAs on mobile. */
@media(max-width:760px){
  .cta-row{
    justify-content:center!important;
    align-items:center!important;
    text-align:center;
    width:100%;
  }
  .btn,
  a.btn,
  .header-cta,
  .mobile-login,
  .vip-real-cta,
  .topup-submit,
  .vip-native-card>a,
  .promo-action .btn,
  .step-copy .btn{
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center;
    justify-content:center;
  }
  .mobile-login{
    display:flex;
    width:max-content;
    max-width:calc(100% - 32px);
  }
  .promo-action{
    align-items:center;
  }
  .promo-action .btn,
  .topup-submit{
    width:min(100%,360px);
  }
  .step-copy{
    text-align:left;
  }
  .step-copy .btn{
    display:flex;
  }
}


/* v12 — Polish mobile home based on official mobile UI reference */
.mobile-official-shell{display:none}

/* sharper HQ item art */
.skin-card img,
.target-presentation .selected-skin img,
.native-target-card img,
.ticker-track img{
  image-rendering:auto;
  filter:none;
  transform:none;
}

/* target presentation: use large clean PNG, no nested screenshot */
.target-presentation .selected-skin img{
  max-width:310px;
  max-height:180px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.target-presentation h3{
  max-width:92%;
  margin-left:auto;
  margin-right:auto;
}
.selected-skin span{margin-top:8px}

/* mobile inventory tabs hidden desktop */
.mobile-inventory-tabs,.mobile-subtabs{display:none}

@media(max-width:760px){
  /* Hide regular desktop header on homepage only, replace with official-style compact topbar */
  body:not(.internal-page) .site-header{display:none}
  .mobile-official-shell{
    display:block;
    position:relative;
    width:100%;
    background:#15171c;
    border-bottom:1px solid #2a2d33;
    z-index:10;
  }
  .mobile-official-topbar{
    height:50px;
    display:grid;
    grid-template-columns:auto 1fr auto auto auto auto;
    gap:7px;
    align-items:center;
    padding:0 10px;
    color:#f5f6f8;
  }
  .mobile-official-topbar .m-logo-mark{
    color:var(--yellow);
    font-size:30px;
    font-weight:1000;
    line-height:1;
  }
  .m-online{font-size:13px}
  .m-wallet{
    border:1px solid #64540b;
    border-radius:10px;
    padding:7px 9px;
    font-weight:850;
    font-size:12px;
  }
  .m-topup{
    width:34px;height:34px;border-radius:9px;
    display:grid;place-items:center;
    background:var(--yellow);color:#111;font-weight:900;
  }
  .mobile-official-topbar button{
    width:30px;height:30px;border-radius:50%;
    border:0;background:#282b31;color:#ccc;
  }
  .mobile-streamers{
    margin:0 6px 4px;
    min-height:38px;
    border-radius:6px;
    display:flex;align-items:center;justify-content:center;
    background:linear-gradient(90deg,#672a91,#a437ae,#e85572);
    color:#fff;font-weight:1000;font-size:13px;
    letter-spacing:.5px;
  }
  .mobile-topdrop{position:relative;padding:11px 6px 6px;background:#0d0f12}
  .topdrop-label{position:absolute;top:2px;left:64px;color:#f7d100;font-size:8px;z-index:2}
  .mobile-topdrop-track{
    display:grid;grid-auto-flow:column;grid-auto-columns:94px;
    gap:5px;overflow-x:auto;scrollbar-width:none;
  }
  .mobile-topdrop-track::-webkit-scrollbar{display:none}
  .mobile-topdrop-track article{
    position:relative;height:60px;border-radius:8px;
    border:1px solid #6b5a14;background:#1c1e23;overflow:hidden;
  }
  .mobile-topdrop-track article img{
    width:100%;height:100%;object-fit:contain;padding:4px;
  }
  .mobile-topdrop-track article b{
    position:absolute;right:5px;bottom:4px;font-size:8px;color:#fff;
    background:#0008;padding:2px 4px;border-radius:4px;
  }

  /* mobile upgrade widget */
  body:not(.internal-page) .upgrade-showcase{
    padding:0 8px 24px!important;
    overflow:visible;
  }
  body:not(.internal-page) .upgrade-logo-row{
    display:flex!important;
    justify-content:center!important;
    margin:18px 0 12px!important;
  }
  body:not(.internal-page) .upgrade-logo-row img{
    height:34px!important;
    width:auto!important;
  }
  body:not(.internal-page) .ticker{display:none!important}
  body:not(.internal-page) .mobile-skin-strip{display:none!important}

  body:not(.internal-page) .upgrade-core{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-areas:
      "wheel wheel"
      "source target"
      "button button"
      "balance balance"
      "quick quick"!important;
    gap:7px!important;
    align-items:stretch!important;
  }
  body:not(.internal-page) .wheel-wrap,
  body:not(.internal-page) .chance-wrap{
    grid-area:wheel!important;
    justify-self:center!important;
    width:min(76vw,300px)!important;
    height:min(76vw,300px)!important;
    margin:0 auto 6px!important;
  }
  body:not(.internal-page) .source-panel{grid-area:source!important}
  body:not(.internal-page) .target-panel{grid-area:target!important}
  body:not(.internal-page) .source-panel,
  body:not(.internal-page) .target-panel{
    min-height:172px!important;
    height:172px!important;
    padding:10px!important;
    border-radius:9px!important;
  }
  body:not(.internal-page) .source-panel h3,
  body:not(.internal-page) .target-panel h3,
  body:not(.internal-page) .panel-title{
    font-size:10px!important;
    line-height:1.15!important;
    margin:0 0 5px!important;
    text-align:center!important;
  }
  body:not(.internal-page) .source-panel p,
  body:not(.internal-page) .target-meta{
    font-size:8px!important;
    text-align:center!important;
  }
  body:not(.internal-page) .upgrader-mark{
    width:45px!important;height:55px!important;margin:26px auto 0!important;
  }
  body:not(.internal-page) .upgrader-mark::before,
  body:not(.internal-page) .upgrader-mark::after{
    width:25px!important;height:25px!important;
    border-width:0 6px 6px 0!important;
  }
  body:not(.internal-page) .upgrader-mark::after{top:21px!important}

  body:not(.internal-page) .target-presentation{
    min-height:172px!important;
    height:172px!important;
    overflow:hidden!important;
  }
  body:not(.internal-page) .target-presentation h3{
    font-size:11px!important;
    max-height:28px!important;
    overflow:hidden!important;
  }
  body:not(.internal-page) .target-presentation .selected-skin{
    min-height:115px!important;height:115px!important;
  }
  body:not(.internal-page) .target-presentation .selected-skin img{
    max-width:130px!important;max-height:82px!important;
  }
  body:not(.internal-page) .target-presentation .selected-skin span{
    font-size:11px!important;margin-top:2px!important;
  }
  body:not(.internal-page) .target-close{
    width:24px!important;height:24px!important;font-size:17px!important;
  }

  body:not(.internal-page) .upgrade-button{
    grid-area:button!important;
    width:100%!important;
    max-width:none!important;
    height:39px!important;
    margin:0!important;
    border-radius:6px!important;
  }
  body:not(.internal-page) .balance-range{
    grid-area:balance!important;
    margin:0!important;
  }
  body:not(.internal-page) .quick-select,
  body:not(.internal-page) .quick-row{
    grid-area:quick!important;
    justify-content:center!important;
    gap:5px!important;
    margin:0!important;
  }
  body:not(.internal-page) .quick-select button,
  body:not(.internal-page) .quick-row button{
    min-width:47px!important;
    height:32px!important;
    font-size:11px!important;
  }

  /* inventory / desired items behave as mobile tabs */
  body:not(.internal-page) .below-upgrade,
  body:not(.internal-page) .skin-browser{
    display:block!important;
  }
  body:not(.internal-page) .inventory-panel,
  body:not(.internal-page) .targets{
    width:100%!important;
    max-width:none!important;
    margin:8px 0!important;
  }
  .mobile-inventory-tabs{
    display:grid;
    grid-template-columns:1fr 1fr;
    margin:-10px -10px 8px;
    background:#1b1d22;
    border-radius:8px 8px 0 0;
    overflow:hidden;
  }
  .mobile-inventory-tabs button{
    padding:10px 6px;border:0;background:#23252b;color:#8d9096;
    font-weight:800;font-size:11px;
  }
  .mobile-inventory-tabs button.active{background:#2a2d33;color:#fff}
  .mobile-subtabs{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    margin:8px 0 10px;
    background:#121419;
    border-radius:12px;
    overflow:hidden;
  }
  .mobile-subtabs button{
    padding:9px;border:0;background:#15171b;color:#8f9298;font-weight:800;font-size:11px
  }
  .mobile-subtabs button.active{background:var(--yellow);color:#111}

  body:not(.internal-page) .inventory-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:4px!important;
  }
  body:not(.internal-page) .inventory-grid img{
    width:100%!important;height:94px!important;object-fit:contain!important;
  }
  body:not(.internal-page) .inventory-overlay{
    width:148px!important;
    min-height:132px!important;
    padding:14px!important;
  }
  body:not(.internal-page) .inventory-overlay strong{font-size:13px!important}
  body:not(.internal-page) .inventory-overlay .btn{font-size:11px!important;padding:8px 13px!important}

  body:not(.internal-page) .targets .browser-head{
    display:grid!important;
    grid-template-columns:auto 1fr!important;
    gap:6px!important;
  }
  body:not(.internal-page) .targets .browser-head strong{
    grid-column:1/-1!important;
    font-size:14px!important;
  }
  body:not(.internal-page) .targets .browser-head input,
  body:not(.internal-page) .targets .browser-head select{
    min-width:0!important;width:100%!important;font-size:11px!important;
  }
  body:not(.internal-page) .skin-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:4px!important;
    padding:5px!important;
  }
  body:not(.internal-page) .skin-card{
    min-height:105px!important;
    height:105px!important;
    padding:4px!important;
    border-radius:7px!important;
  }
  body:not(.internal-page) .skin-card img{
    width:100%!important;height:64px!important;max-height:64px!important;
    object-fit:contain!important;margin-top:14px!important;
  }
  body:not(.internal-page) .skin-card .skin-price{
    font-size:7px!important;top:3px!important;right:4px!important;
  }
  body:not(.internal-page) .skin-card .skin-type{
    font-size:5px!important;
  }
  body:not(.internal-page) .skin-card .skin-name{
    font-size:7px!important;
  }
}

@media(max-width:420px){
  body:not(.internal-page) .wheel-wrap,
  body:not(.internal-page) .chance-wrap{
    width:260px!important;height:260px!important;
  }
}


/* v13 — SEO keywords must never receive visual emphasis */
.keyword,
.seo-keyword,
.keyphrase,
.search-term{
  font-style:normal!important;
  font-weight:inherit!important;
  color:inherit!important;
  text-decoration:none!important;
}


/* v14 — complete fixes for the six visual remarks */
.opinion-native-visual{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  align-self:center;
}
.opinion-native-visual article{
  min-height:140px;
  display:flex;
  gap:14px;
  align-items:center;
  padding:18px;
  border:1px solid #2c2f36;
  border-radius:15px;
  background:linear-gradient(145deg,#17191f,#101216);
}
.opinion-native-visual article>span{
  flex:0 0 48px;
  width:48px;height:48px;
  border-radius:13px;
  display:grid;place-items:center;
  background:#2a2d33;
  color:var(--yellow);
  font-weight:900;
  font-size:21px;
}
.opinion-native-visual b{display:block;margin-bottom:5px}
.opinion-native-visual small{display:block;color:#989ba2;line-height:1.4}
.verify-aff-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  background:var(--yellow);
  color:#111;
  border-radius:9px;
  font-weight:900;
  text-decoration:none;
}
.verify-aff-cta:hover{filter:brightness(1.05)}
/* Keywords never receive visual emphasis. */
em,.keyword,.seo-keyword,.keyphrase,.search-term{
  font-style:normal!important;
  font-weight:inherit!important;
  color:inherit!important;
  text-decoration:none!important;
}
@media(max-width:760px){
  .opinion-native-visual{grid-template-columns:1fr}
  .opinion-native-visual article{min-height:0}
}


/* v15 — fixes for Polish Upgrade label, Opinie visual and currency Apply link */
.opinion-check-visual{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  align-self:center;
}
.opinion-check-visual article{
  min-height:142px;
  padding:18px;
  display:flex;
  gap:14px;
  align-items:center;
  border:1px solid #2b2e34;
  border-radius:16px;
  background:linear-gradient(145deg,#17191f,#101216);
}
.opinion-check-visual .opv-icon{
  flex:0 0 50px;
  width:50px;height:50px;
  border-radius:14px;
  display:grid;place-items:center;
  font-size:22px;font-weight:900;
}
.opv-icon.steam{background:#203747;color:#8fd3ff}
.opv-icon.chance{background:#293a13;color:#b8ea27}
.opv-icon.fair{background:#153822;color:#5ee181}
.opv-icon.trade{background:#3a2d12;color:#ffd552}
.opinion-check-visual b{display:block;margin-bottom:5px}
.opinion-check-visual p{margin:0!important;color:#979aa1!important;font-size:13px!important}

.currency-selector-native{
  max-width:500px;
  margin:auto;
  padding:20px;
  border:1px solid #2e3138;
  border-radius:22px;
  background:#1d1f24;
  box-shadow:0 18px 55px #0007;
}
.currency-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 2px 16px;
}
.currency-head h3{margin:0;font-size:21px}
.currency-head span{color:#888;font-size:24px}
.currency-options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.currency-options button{
  min-height:55px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:9px;
  padding:0 14px;
  border:1px solid transparent;
  border-radius:10px;
  background:#2b2d33;
  color:#f2f3f5;
  text-align:left;
}
.currency-options button.active{border-color:var(--yellow)}
.currency-options button i{
  width:25px;height:25px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--yellow);color:#111;
  font-style:normal;font-size:11px;font-weight:900;
}
.currency-options button span{
  width:17px;height:17px;border:1px solid #51545b;border-radius:50%;
}
.currency-options button.active span{
  border-color:var(--yellow);
  box-shadow:inset 0 0 0 4px #2b2d33;
  background:var(--yellow);
}
.currency-apply{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:26px;
  min-height:50px;
  border-radius:10px;
  background:var(--yellow);
  color:#111;
  font-size:17px;
  font-weight:900;
  text-decoration:none;
}
.currency-selector-native>p{
  margin:14px 12px 0!important;
  text-align:center;
  color:#888!important;
  font-size:12px!important;
}
@media(max-width:760px){
  .opinion-check-visual{grid-template-columns:1fr}
  .currency-selector-native{width:100%}
}


/* v16 — mobile: keep current header, fix upgrade block position and center CTAs */
@media(max-width:760px){

  /* Do not alter the already-approved mobile header. */
  body.home-page .mobile-official-shell,
  body.home-page .mobile-official-topbar,
  body.home-page .mobile-streamers,
  body.home-page .mobile-topdrop{
    position:relative;
    left:auto;
    right:auto;
    transform:none;
  }

  /* Main upgrade area: wheel first, two equal cards, then full-width action. */
  body.home-page .upgrade-showcase{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:18px 10px 26px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  body.home-page .upgrade-logo-row{
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    margin:8px auto 16px!important;
  }

  body.home-page .upgrade-core{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-areas:
      "wheel wheel"
      "source target"
      "button button"
      "balance balance"
      "quick quick"!important;
    gap:8px!important;
    padding:0!important;
    margin:0 auto!important;
    box-sizing:border-box!important;
    align-items:stretch!important;
  }

  body.home-page .chance-wrap,
  body.home-page .wheel-wrap{
    grid-area:wheel!important;
    width:min(74vw,300px)!important;
    height:min(74vw,300px)!important;
    max-width:300px!important;
    max-height:300px!important;
    justify-self:center!important;
    margin:0 auto 8px!important;
  }

  body.home-page .source-panel{
    grid-area:source!important;
  }
  body.home-page .target-panel,
  body.home-page .target-presentation{
    grid-area:target!important;
  }

  body.home-page .source-panel,
  body.home-page .target-panel,
  body.home-page .target-presentation{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:205px!important;
    min-height:205px!important;
    margin:0!important;
    padding:10px 8px!important;
    box-sizing:border-box!important;
    border-radius:8px!important;
    overflow:hidden!important;
  }

  body.home-page .source-panel h3,
  body.home-page .target-panel h3,
  body.home-page .target-presentation h3{
    max-width:100%!important;
    margin:0 auto 5px!important;
    padding:0 3px!important;
    font-size:10px!important;
    line-height:1.2!important;
    text-align:center!important;
    overflow-wrap:anywhere!important;
  }

  body.home-page .source-panel p,
  body.home-page .target-meta{
    margin:0!important;
    font-size:7px!important;
    line-height:1.25!important;
    text-align:center!important;
  }

  body.home-page .source-panel .upgrader-mark{
    margin:26px auto 0!important;
  }

  body.home-page .target-presentation .selected-skin{
    height:142px!important;
    min-height:142px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:center!important;
    overflow:hidden!important;
  }

  body.home-page .target-presentation .selected-skin img{
    width:auto!important;
    height:auto!important;
    max-width:145px!important;
    max-height:105px!important;
    object-fit:contain!important;
    margin:0 auto!important;
  }

  body.home-page .target-presentation .selected-skin span{
    margin-top:4px!important;
    font-size:10px!important;
    line-height:1.1!important;
  }

  body.home-page .upgrade-button{
    grid-area:button!important;
    width:100%!important;
    max-width:100%!important;
    min-height:42px!important;
    height:42px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    box-sizing:border-box!important;
  }

  body.home-page .balance-range{
    grid-area:balance!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    box-sizing:border-box!important;
  }

  body.home-page .quick-select,
  body.home-page .quick-row{
    grid-area:quick!important;
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    margin:0 auto!important;
  }

  /* Center CTA buttons sitewide on mobile, without stretching every button. */
  .internal-page .cta-row,
  .home-page .cta-row,
  .promo-action,
  .hero-actions,
  .content-section > .btn,
  .content-section > a.btn,
  .step-copy > div > .btn,
  .step-copy > div > a.btn{
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    text-align:center!important;
  }

  .internal-page .cta-row .btn,
  .home-page .cta-row .btn,
  .promo-action .btn,
  .hero-actions .btn,
  .content-section > .btn,
  .content-section > a.btn,
  .step-copy > div > .btn,
  .step-copy > div > a.btn,
  .vip-real-cta,
  .verify-aff-cta,
  .currency-apply{
    width:max-content!important;
    max-width:calc(100vw - 32px)!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
    justify-content:center!important;
  }

  /* CTA inside cards: center as well. */
  .vip-native-card > a,
  .info-card > a.btn,
  .opinion-home-block .btn{
    display:flex!important;
    width:max-content!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:center!important;
    text-align:center!important;
  }
}

@media(max-width:420px){
  body.home-page .upgrade-showcase{
    padding-left:8px!important;
    padding-right:8px!important;
  }
  body.home-page .upgrade-core{
    gap:6px!important;
  }
  body.home-page .source-panel,
  body.home-page .target-panel,
  body.home-page .target-presentation{
    height:195px!important;
    min-height:195px!important;
  }
  body.home-page .chance-wrap,
  body.home-page .wheel-wrap{
    width:270px!important;
    height:270px!important;
  }
}
