:root{--bg:#0b0b0d;--panel:#131318;--panel2:#18181f;--line:#292930;--text:#f7f7f8;--muted:#a8a8b2;--orange:#ff7a18;--orange2:#ff9a3d;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}.bg{position:fixed;inset:0;background:linear-gradient(180deg,rgba(8,8,10,.72),#0b0b0d 70%),url('../img/background.webp') center top/cover no-repeat;z-index:-3}.noise{position:fixed;inset:0;opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}header{position:sticky;top:0;z-index:20;background:rgba(10,10,13,.72);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.nav{height:76px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:900;letter-spacing:.08em;white-space:nowrap}.brand img{width:42px;height:42px;object-fit:contain}.brand b,em{color:var(--orange);font-style:normal}.desktop-nav,nav{display:flex;gap:28px;margin-left:auto}.desktop-nav a,nav a{color:#aaa;text-decoration:none;font-weight:650}.desktop-nav a:hover,.desktop-nav .active{color:#fff}.actions{display:flex;align-items:center;gap:10px}.online{display:flex;align-items:center;gap:7px;font-size:12px;color:#bbb}.online i,.dot{width:8px;height:8px;border-radius:50%;background:#4ee27d;box-shadow:0 0 14px #4ee27d;display:inline-block}.online b{color:#fff}.user-pill{color:#fff;text-decoration:none;background:#17171d;border:1px solid var(--line);padding:10px 14px;border-radius:12px}.user-pill span{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:6px;border-radius:8px;background:var(--orange);color:#111;font-weight:900}.btn{border:0;border-radius:12px;padding:13px 20px;font-weight:850;text-decoration:none;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;gap:8px;font:inherit}.primary{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#111;box-shadow:0 10px 35px rgba(255,122,24,.2)}.ghost{background:transparent;color:#fff;border:1px solid var(--line)}.full{width:100%}.hero{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px;padding:90px 0 70px}.tag{font-size:12px;letter-spacing:.16em;color:#bbb;font-weight:800}.tag span{display:inline-block;width:24px;height:2px;background:var(--orange);vertical-align:middle;margin-right:8px}.hero h1,.page-title h1{font-size:clamp(48px,7vw,88px);line-height:.96;margin:20px 0 24px;letter-spacing:-.05em}.hero p,.page-title p{font-size:18px;line-height:1.7;color:#b9b9c1;max-width:650px}.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.stats{display:flex;gap:40px;margin-top:55px}.stats div{display:grid;gap:4px}.stats strong{font-size:25px}.stats span{font-size:12px;color:#85858f}.hero-art{min-height:470px;position:relative;display:grid;place-items:center}.hero-art:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,24,.26),transparent 65%);filter:blur(10px)}.hero-art img{position:relative;width:min(420px,80%);filter:drop-shadow(0 35px 70px rgba(255,122,24,.2));animation:float 5s ease-in-out infinite}.hero-label{position:absolute;right:5%;bottom:30px;padding:14px 18px;background:rgba(16,16,20,.8);border:1px solid var(--line);border-radius:14px;display:grid}.hero-label span{font-size:11px;color:#aaa}.hero-label b{color:var(--orange);font-size:14px}.server{padding:20px 0 100px}.server-box{border:1px solid var(--line);border-radius:26px;padding:50px;background:linear-gradient(135deg,#17171c,rgba(17,17,20,.8));display:grid;grid-template-columns:1fr 300px;gap:30px;align-items:center}.server h2,.section h2{font-size:clamp(34px,5vw,56px);margin:12px 0}.server p,.section-head p{color:#aaa;line-height:1.7}.server-info{display:flex;align-items:center;gap:14px;margin:28px 0}.server-info div:nth-child(2){display:grid;gap:3px}.server-info span{font-size:13px;color:#888}.server-info>strong{margin-left:auto;font-size:26px}.server-info small{font-size:12px;color:#888}.server-ring{width:250px;height:250px;border:1px solid rgba(255,122,24,.35);border-radius:50%;display:grid;place-items:center;margin:auto;box-shadow:inset 0 0 70px rgba(255,122,24,.08),0 0 60px rgba(255,122,24,.08)}.server-ring>div{font-size:55px;font-weight:900;text-align:center}.server-ring span{display:block;font-size:11px;letter-spacing:.2em;color:var(--orange)}.section{padding:90px 0}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:end;margin-bottom:38px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.features article,.news-card,.product,.wallet,.profile,.history{background:rgba(18,18,23,.88);border:1px solid var(--line);border-radius:20px}.features article{padding:28px;min-height:260px}.features small{color:var(--orange);font-weight:900}.features h3{font-size:24px}.features p,.news-body p,.product p,.wallet p,.profile p,.history{color:#999;line-height:1.65}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.news-card{overflow:hidden}.news-img{height:150px;background:linear-gradient(135deg,rgba(255,122,24,.55),rgba(255,122,24,.08)),url('../img/shop.jpg') center/cover;display:flex;align-items:flex-end;justify-content:space-between;padding:16px}.news-img span{font-size:11px;font-weight:900}.news-img b{background:#0e0e12;padding:7px 9px;border-radius:8px}.news-body{padding:22px}.news-body small{color:var(--orange)}.news-body h3{font-size:20px}.community{padding:80px 0;background:#101014;border-block:1px solid var(--line)}.community-box{display:flex;align-items:center;justify-content:space-between;gap:30px}.community h2{font-size:48px;margin:12px 0}.community p{color:#aaa;max-width:650px}.socials{display:grid;min-width:230px}.socials a{padding:17px 0;color:#fff;text-decoration:none;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.page-title{padding:90px 0 40px}.shop-layout{display:grid;grid-template-columns:1fr 320px;gap:20px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{padding:18px}.product-art{height:190px;border-radius:15px;background:linear-gradient(145deg,#26262d,#111115);display:grid;place-items:center;position:relative;overflow:hidden}.product-art img{width:120px;opacity:.75}.product-art span{position:absolute;font-size:70px;font-weight:1000;color:rgba(255,122,24,.15)}.product h3{font-size:22px}.product small{display:block;color:var(--orange);margin-top:18px}.product-foot{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.product-foot b{font-size:24px}.wallet{padding:25px;height:max-content;position:sticky;top:95px}.wallet h3{font-size:25px}.wallet input,.modal input{width:100%;margin:10px 0 14px;padding:14px;border-radius:11px;border:1px solid var(--line);background:#0f0f13;color:#fff;outline:none}.balance{font-size:36px;font-weight:900;margin:20px 0 24px}.balance small{font-size:14px;color:#888}.cabinet{display:grid;grid-template-columns:330px 1fr;gap:20px}.profile,.history{padding:28px}.avatar{width:80px;height:80px;border-radius:22px;background:linear-gradient(135deg,var(--orange),#ffb05e);color:#111;display:grid;place-items:center;font-size:32px;font-weight:900}.profile h2{margin-bottom:5px}.cab-row{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:17px 0}.cab-row span{color:#888}.history{min-height:300px}.order{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.order div{display:grid;gap:4px}.order span{color:#777;font-size:12px}.order strong{color:var(--orange)}.center{text-align:center;display:grid;place-items:center;min-height:260px}.toast{position:fixed;right:20px;bottom:20px;z-index:50;background:#1c1c22;border:1px solid var(--orange);padding:16px 20px;border-radius:13px;max-width:400px;box-shadow:0 20px 50px #000}.toast.error{border-color:#e55353}.modal{position:fixed;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(12px);display:none;align-items:center;justify-content:center;padding:20px;z-index:60}.modal.show{display:flex}.modal-box{width:min(430px,100%);background:#15151b;border:1px solid var(--line);border-radius:22px;padding:28px;position:relative}.close{position:absolute;right:15px;top:10px;border:0;background:none;color:#aaa;font-size:30px;cursor:pointer}.tabs{display:flex;gap:8px;margin-bottom:20px}.tabs button{flex:1;padding:12px;background:#202027;color:#aaa;border:0;border-radius:10px;cursor:pointer}.tabs button.active{background:var(--orange);color:#111}.modal label{display:block;color:#aaa;font-size:13px}.modal form{display:grid;gap:2px}.modal form[hidden]{display:none}.burger,.mobile-nav{display:none}footer{padding:35px 0;border-top:1px solid var(--line)}.footer{display:flex;justify-content:space-between;align-items:center;color:#777;font-size:12px}@keyframes float{50%{transform:translateY(-12px)}}
@media(max-width:900px){.desktop-nav,nav{display:none}.actions .online{display:none}.burger{display:grid;gap:5px;background:#17171d;border:1px solid var(--line);padding:10px;border-radius:10px;margin-left:auto}.burger i{display:block;width:20px;height:2px;background:#fff}.mobile-nav{position:fixed;top:76px;left:0;right:0;background:#101014;border-bottom:1px solid var(--line);z-index:19;display:none;padding:12px 20px}.mobile-nav.open{display:grid}.mobile-nav a{color:#fff;text-decoration:none;padding:15px 5px;border-bottom:1px solid var(--line)}.hero{grid-template-columns:1fr;padding-top:55px}.hero-art{min-height:320px;order:-1}.hero-art img{width:270px}.hero h1,.page-title h1{font-size:52px}.stats{gap:20px;justify-content:space-between}.server-box{grid-template-columns:1fr;padding:28px}.server-ring{width:180px;height:180px}.section-head{grid-template-columns:1fr}.features,.news-grid,.products{grid-template-columns:1fr}.shop-layout,.cabinet{grid-template-columns:1fr}.wallet{position:static}.community-box{display:grid}.footer{display:grid;gap:15px}.wrap{width:min(calc(100% - 28px),var(--max))}.hero p,.page-title p{font-size:16px}}
@media(max-width:520px){.nav{height:66px}.brand span{font-size:13px}.brand img{width:36px;height:36px}.hero{padding:42px 0}.hero h1,.page-title h1{font-size:43px}.hero-art{min-height:245px}.hero-art img{width:210px}.hero-label{right:0;bottom:5px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stats strong{font-size:18px}.stats span{font-size:10px}.buttons .btn{width:100%}.server-info>strong{font-size:21px}.server-info{align-items:flex-start}.community h2{font-size:36px}.product-art{height:160px}.toast{left:12px;right:12px;bottom:12px}.footer{font-size:11px}}

/* ===== ADMIN CONTROL CENTER ===== */
.admin-title{padding-bottom:25px}
.admin-section{padding-top:30px}
.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}
.admin-stat,.admin-card,.admin-order,.admin-users,.user-manage{background:rgba(18,18,23,.9);border:1px solid var(--line);border-radius:18px}
.admin-stat{padding:20px;display:grid;gap:9px}
.admin-stat span,.admin-order small,.admin-user small,.manage-row small{color:#777;font-size:12px}
.admin-stat b{font-size:24px;color:#fff}
.admin-layout{display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:start}
.admin-menu{background:rgba(18,18,23,.94);border:1px solid var(--line);border-radius:18px;padding:9px;position:sticky;top:95px}
.admin-menu a{display:flex;align-items:center;gap:10px;color:#aaa;text-decoration:none;padding:13px 12px;border-radius:11px;margin-bottom:3px}
.admin-menu a:hover,.admin-menu a.active{background:#24242b;color:#fff}
.admin-menu a.active{box-shadow:inset 2px 0 var(--orange)}
.admin-menu a span{width:24px;color:var(--orange);font-weight:900}
.admin-menu a b{margin-left:auto;background:#2b2020;color:var(--orange);padding:3px 7px;border-radius:8px;font-size:11px}
.admin-content{min-width:0}
.admin-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}
.admin-head h2{margin:8px 0 0;font-size:30px}
.admin-badge{padding:9px 12px;border-radius:10px;background:rgba(255,122,24,.1);border:1px solid rgba(255,122,24,.25);color:var(--orange);font-size:12px;font-weight:800}
.admin-order{padding:18px;margin-bottom:12px}
.admin-order-main{display:grid;grid-template-columns:1fr auto auto;gap:20px;align-items:center}
.admin-user{display:flex;align-items:center;gap:11px;min-width:0}
.admin-user div:last-child{display:grid;gap:3px}
.mini-avatar{width:40px;height:40px;flex:none;border-radius:12px;background:linear-gradient(135deg,var(--orange),#ffb05e);color:#111;display:grid;place-items:center;font-weight:900}
.admin-amount{font-size:20px;display:block}
.status{display:inline-flex;width:max-content;padding:5px 9px;border-radius:8px;font-size:11px;font-weight:900}
.status-pending{background:rgba(255,176,94,.12);color:#ffb05e}
.status-approved,.status-paid{background:rgba(80,200,130,.12);color:#68d391}
.status-rejected{background:rgba(229,83,83,.12);color:#ff7474}
.decision-form{border-top:1px solid var(--line);margin-top:16px;padding-top:14px}
.decision-form textarea,.admin-form textarea{min-height:85px;resize:vertical}
.decision-form textarea,.admin-form input,.admin-form textarea,.compact-form input,.user-actions input,.user-actions select{width:100%;padding:12px;border-radius:10px;border:1px solid var(--line);background:#0f0f13;color:#fff;outline:none}
.decision-buttons{display:flex;gap:8px;margin-top:10px}
.btn.approve{background:#1f6b42;color:#fff}
.btn.reject{background:#6b2727;color:#fff}
.decision-result,.admin-comment{color:#aaa;font-size:13px;margin-top:12px}
.admin-grid-two{display:grid;grid-template-columns:minmax(260px,340px) 1fr;gap:16px}
.admin-card{padding:22px}
.admin-card h3{margin-top:0}
.admin-form{display:grid;gap:12px}
.admin-form label,.setup-card label{display:grid;gap:6px;color:#aaa;font-size:12px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.check{display:flex!important;align-items:center;gap:8px!important}
.check input{width:auto!important}
.admin-list{display:grid;gap:9px}
.manage-row{background:rgba(18,18,23,.9);border:1px solid var(--line);border-radius:15px;padding:16px;display:flex;justify-content:space-between;gap:15px;align-items:start}
.manage-row>div{display:grid;gap:5px;min-width:0}
.icon-danger{border:1px solid rgba(229,83,83,.35);background:transparent;color:#ff7474;border-radius:9px;padding:8px 10px;cursor:pointer}
.compact-form{display:grid;gap:8px;min-width:250px;margin-top:10px}
details summary{cursor:pointer;color:var(--orange);font-size:12px}
.product-manage{display:grid;grid-template-columns:1fr auto}
.admin-users{padding:8px}
.user-manage{border:0;border-bottom:1px solid var(--line);border-radius:0;padding:15px 10px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.user-manage:last-child{border-bottom:0}
.role{font-size:10px;text-transform:uppercase;letter-spacing:.08em;padding:6px 8px;border-radius:7px;font-weight:900}
.role-user{background:#22222a;color:#aaa}
.role-admin{background:rgba(255,122,24,.12);color:var(--orange)}
.role-superadmin{background:rgba(255,122,24,.22);color:#ffc083}
.user-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px}
.user-actions form{display:grid;grid-template-columns:110px 1fr auto;gap:7px}
.user-actions form:nth-child(2){grid-template-columns:1fr auto}
.admin-empty{padding:50px;text-align:center;background:rgba(18,18,23,.8);border:1px dashed var(--line);border-radius:18px;color:#777}
.setup-card{max-width:520px;margin:auto}
.wallet-note{font-size:12px;color:#777!important;margin-top:12px}
.empty{color:#777}
@media(max-width:1000px){.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-layout{grid-template-columns:1fr}.admin-menu{position:static;display:grid;grid-template-columns:repeat(4,1fr)}.admin-menu a:last-child{display:none}.admin-grid-two{grid-template-columns:1fr}.user-actions form{grid-template-columns:1fr 1fr auto}}
@media(max-width:650px){.admin-stats{grid-template-columns:1fr 1fr}.admin-menu{grid-template-columns:1fr 1fr}.admin-order-main{grid-template-columns:1fr}.admin-head{align-items:start;flex-direction:column}.decision-buttons{display:grid}.form-row{grid-template-columns:1fr}.user-manage{grid-template-columns:1fr auto}.user-actions{grid-template-columns:1fr}.user-actions form,.user-actions form:nth-child(2){grid-template-columns:1fr}.manage-row{display:grid}.compact-form{min-width:0}}

/* ===== USER MANAGEMENT / DETAILS ===== */
.admin-subtitle{color:#777;margin:8px 0 0;font-size:13px}
.user-search{display:grid;grid-template-columns:1fr auto auto;gap:8px;margin-bottom:14px}
.user-search input{width:100%;padding:13px 14px;border-radius:11px;border:1px solid var(--line);background:#0f0f13;color:#fff;outline:none}
.user-detail{background:rgba(18,18,23,.92);border:1px solid var(--line);border-radius:18px;padding:20px;margin-bottom:14px}
.detail-head{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.mini-avatar.big{width:54px;height:54px;border-radius:15px;font-size:20px}
.detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0}
.detail-grid>div{background:#101015;border:1px solid var(--line);border-radius:12px;padding:14px;display:grid;gap:7px}
.detail-grid span{font-size:11px;color:#777}
.detail-grid b{font-size:15px;color:#fff}
.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0 22px}
.detail-actions form{display:grid;grid-template-columns:110px 1fr auto;gap:7px}
.detail-actions form:nth-child(2){grid-template-columns:1fr auto}
.detail-actions input,.detail-actions select{width:100%;padding:12px;border-radius:10px;border:1px solid var(--line);background:#0f0f13;color:#fff;outline:none}
.user-detail h3{font-size:18px;margin:0 0 10px}
.detail-orders{border-top:1px solid var(--line)}
.detail-order{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid var(--line)}
.detail-order>div{display:grid;gap:4px}
.detail-order small,.detail-order span{color:#777;font-size:11px}
.detail-order strong{color:var(--orange);white-space:nowrap}
.user-actions>a{min-width:0}
@media(max-width:1000px){.detail-grid{grid-template-columns:repeat(2,1fr)}.detail-actions{grid-template-columns:1fr}.detail-actions form{grid-template-columns:1fr 1fr auto}}
@media(max-width:650px){.user-search{grid-template-columns:1fr}.detail-head{align-items:flex-start;flex-direction:column}.detail-grid{grid-template-columns:1fr 1fr}.detail-actions form,.detail-actions form:nth-child(2){grid-template-columns:1fr}.detail-order{align-items:flex-start}.user-actions{grid-template-columns:1fr}}


/* ===== HEADER / MENU REFRESH ===== */
.site-header{position:sticky;top:14px;z-index:30;padding:0 0 10px}.header-inner{min-height:92px;padding:0 30px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:rgba(62,62,66,.88);border:1px solid rgba(255,255,255,.08);border-radius:24px;backdrop-filter:blur(18px);box-shadow:0 15px 50px rgba(0,0,0,.24)}.header-inner .brand{justify-self:start}.header-play{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:300px;padding:22px 36px;border-radius:18px;background:linear-gradient(110deg,#ed2670,#ff493c);color:#fff;text-decoration:none;font-size:24px;font-weight:900;box-shadow:0 12px 30px rgba(255,55,85,.2)}.header-play span{font-size:28px}.header-inner .burger{justify-self:end;display:flex;flex-direction:column;gap:7px;width:58px;height:58px;padding:13px;border:0;background:transparent;cursor:pointer;border-radius:15px}.header-inner .burger:hover{background:rgba(255,255,255,.08)}.header-inner .burger i{display:block;width:32px;height:4px;border-radius:4px;background:#fff}.mobile-nav{position:fixed;inset:14px;z-index:50;background:linear-gradient(160deg,#141418,#1b1924);border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:28px;display:none;overflow:auto;box-shadow:0 30px 90px rgba(0,0,0,.55)}.mobile-nav.open{display:flex;flex-direction:column}.mobile-nav-head{display:flex;justify-content:space-between;align-items:center}.mobile-nav-head .brand img{width:58px;height:58px}.menu-close{width:58px;height:58px;border:0;background:transparent;color:#fff;font-size:58px;line-height:1;cursor:pointer}.mobile-links{display:grid;gap:8px;margin-top:60px}.mobile-links a{display:flex;justify-content:space-between;align-items:center;padding:18px 4px;color:#fff;text-decoration:none;font-size:38px;font-weight:500;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-links a span{font-size:17px;color:#aaa}.mobile-nav-footer{margin-top:auto;padding-top:35px}.mobile-play{width:100%}.news-img{background-size:contain;background-position:center;background-repeat:no-repeat;min-height:220px;background-color:#111218}.news-img:has(span){background-color:#25252b}.product-art{background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#101116;min-height:230px}.manage-media{display:flex!important;align-items:center;gap:12px}.manage-media img{width:82px;height:62px;object-fit:contain;background:#0d0d11;border-radius:9px;border:1px solid var(--line)}.log-filters{display:grid;grid-template-columns:1.6fr .8fr .8fr 1fr 1fr auto auto;gap:8px;margin-bottom:14px}.log-filters input,.log-filters select{min-width:0;padding:12px;border-radius:10px;border:1px solid var(--line);background:#0f0f13;color:#fff;outline:none}.logs-table{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:rgba(18,18,23,.9)}.log-row{display:grid;grid-template-columns:145px 180px 150px 1fr 125px;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line);align-items:start;font-size:12px}.log-row:last-child{border-bottom:0}.log-row>span{min-width:0;word-break:break-word}.log-row small{display:block;color:#777;margin-top:4px}.log-head{background:#101015;color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.detail-grid{grid-template-columns:repeat(5,1fr)}
@media(max-width:1000px){.header-inner{min-height:80px;padding:0 20px}.header-play{min-width:220px;padding:18px 24px;font-size:20px}.log-filters{grid-template-columns:1fr 1fr 1fr}.logs-table{overflow:auto}.log-row{min-width:760px}.detail-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.site-header{top:8px}.header-inner{min-height:78px;border-radius:20px;padding:0 14px}.header-inner .brand span{display:none}.header-play{min-width:0;padding:17px 19px;border-radius:15px;font-size:17px;gap:7px}.header-play span{font-size:20px}.header-inner .burger{width:50px;height:50px;padding:9px}.header-inner .burger i{width:30px;height:3px}.mobile-nav{inset:8px;border-radius:22px;padding:20px}.mobile-links{margin-top:40px}.mobile-links a{font-size:27px;padding:16px 0}.mobile-nav-head .brand img{width:50px;height:50px}.log-filters{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr}.manage-media{align-items:flex-start}}

/* ===== LAUNCHER DOWNLOAD / NEWS ARCHIVE ===== */
.download-section{padding:20px 0 90px;scroll-margin-top:100px}
.download-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr .9fr;min-height:520px;border:1px solid rgba(255,255,255,.1);border-radius:30px;background:
linear-gradient(135deg,rgba(73,35,62,.96),rgba(29,24,35,.96));box-shadow:0 30px 80px rgba(0,0,0,.35)}
.download-copy{position:relative;z-index:2;padding:58px 50px}
.download-copy h2{font-size:clamp(44px,6vw,76px);line-height:.95;letter-spacing:-.05em;margin:18px 0 12px}
.download-copy p{color:#aaaab4;line-height:1.65;font-size:17px;max-width:650px}
.download-badge{display:inline-flex;margin:20px 0 26px;padding:18px 30px;border-radius:999px;background:linear-gradient(90deg,#e7f51c,#8cff19);color:#111;font-size:19px;font-weight:900;box-shadow:0 15px 45px rgba(160,255,20,.18)}
.download-buttons{display:grid;gap:12px;max-width:620px}
.download-btn{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:15px;padding:18px 22px;border-radius:18px;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.1);transition:.2s transform,.2s filter}
.download-btn:hover{transform:translateY(-2px);filter:brightness(1.08)}
.download-btn.android{background:linear-gradient(100deg,#ec2870,#ff473b);box-shadow:0 16px 35px rgba(255,50,90,.2)}
.download-btn.pc{background:#202024}
.download-btn>span{font-size:30px;text-align:center}
.download-btn div{display:grid;gap:3px}
.download-btn small{color:rgba(255,255,255,.65);font-size:11px}
.download-btn strong{font-size:19px}
.download-btn>b{font-size:25px}
.download-note{font-size:12px!important;color:#85858d!important;margin-top:18px!important}
.download-art{position:relative;min-height:520px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.download-art:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#301e2b 0%,transparent 55%),linear-gradient(0deg,#1b1820,transparent 55%)}
.download-art img{width:115%;height:100%;object-fit:cover;object-position:center;opacity:.58;filter:saturate(1.2)}
.download-glow{position:absolute;width:380px;height:380px;border-radius:50%;background:#ff3f78;filter:blur(100px);opacity:.15;z-index:1}
.archive-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:rgba(18,18,23,.72);color:#777;font-size:12px}
.archive-news .news-card{min-height:100%}
@media(max-width:800px){
.download-card{grid-template-columns:1fr}
.download-copy{padding:38px 24px 25px}
.download-art{min-height:300px;max-height:300px}
.download-art img{width:100%}
.archive-toolbar{align-items:flex-start;flex-direction:column}
}
@media(max-width:650px){
.download-section{padding-top:5px;padding-bottom:60px}
.download-copy h2{font-size:44px}
.download-badge{font-size:16px;padding:16px 22px}
.download-btn{padding:16px}
.news-img{min-height:190px}
.product-art{min-height:200px}
}

/* ===== FINAL OPENING-READY VISUAL PASS ===== */
:root{--accent:#ff2f68;--accent2:#ff4a38;--violet:#8c5cff;--glass:rgba(18,18,25,.72);--glass2:rgba(27,27,37,.82);--line2:rgba(255,255,255,.09);--shadow:0 24px 80px rgba(0,0,0,.38)}
body{background:#090a0d;letter-spacing:-.01em}
body:before{content:"";position:fixed;inset:-20%;pointer-events:none;z-index:-2;background:radial-gradient(circle at 18% 15%,rgba(130,82,255,.12),transparent 26%),radial-gradient(circle at 85% 35%,rgba(255,47,104,.09),transparent 24%),radial-gradient(circle at 55% 80%,rgba(255,115,35,.06),transparent 28%)}
.bg{background:linear-gradient(180deg,rgba(7,8,11,.72) 0%,rgba(7,8,11,.9) 55%,#090a0d 100%),url('../img/background.webp') center top/cover no-repeat;opacity:.85}
.wrap{width:min(calc(100% - 32px),1240px)}
.site-header{position:sticky;top:14px;padding:0;z-index:100}
.header-inner{min-height:82px;padding:0 16px 0 22px;display:grid;grid-template-columns:1fr auto 1fr;gap:18px;background:linear-gradient(135deg,rgba(27,28,35,.9),rgba(17,18,24,.82));border:1px solid rgba(255,255,255,.11);border-radius:22px;box-shadow:0 18px 55px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.04)}
.header-inner:after{content:"";position:absolute;left:12%;right:12%;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,47,104,.55),rgba(255,121,24,.55),transparent);opacity:.65}
.brand{gap:9px;font-size:15px;letter-spacing:.14em}.brand img{width:48px;height:48px;filter:drop-shadow(0 8px 20px rgba(255,47,104,.18))}.brand b{color:#ff7b1b}
.header-play{min-width:270px;padding:15px 27px;border-radius:15px;background:linear-gradient(100deg,#ed246b,#ff4a3d);font-size:17px;box-shadow:0 12px 30px rgba(255,47,104,.18),inset 0 1px rgba(255,255,255,.18);transition:transform .2s,box-shadow .2s}.header-play:hover{transform:translateY(-1px);box-shadow:0 16px 35px rgba(255,47,104,.26),inset 0 1px rgba(255,255,255,.18)}.header-play span{font-size:21px}
.header-inner .burger{width:52px;height:52px;padding:12px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);justify-self:end;transition:.2s}.header-inner .burger:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);transform:translateY(-1px)}.header-inner .burger i{width:28px;height:3px;background:#f8f8fa}
.mobile-nav{position:fixed;top:96px;right:max(16px,calc((100vw - 1240px)/2));left:auto;bottom:auto;width:min(360px,calc(100vw - 28px));max-height:calc(100vh - 112px);padding:14px;border-radius:20px;background:linear-gradient(160deg,rgba(28,29,38,.98),rgba(15,16,22,.98));border:1px solid rgba(255,255,255,.11);box-shadow:0 28px 80px rgba(0,0,0,.62),inset 0 1px rgba(255,255,255,.04);backdrop-filter:blur(24px);overflow:auto;transform:translateY(-8px) scale(.98);opacity:0;visibility:hidden;display:flex;flex-direction:column;transition:opacity .18s ease,transform .18s ease,visibility .18s}.mobile-nav.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.mobile-nav-head{padding:4px 4px 10px;border-bottom:1px solid rgba(255,255,255,.07)}.mobile-nav-head .brand img{width:44px;height:44px}.menu-close{width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:31px;line-height:1;color:#fff}.mobile-links{margin-top:10px;gap:4px}.mobile-links a{padding:12px 12px;border:0;border-radius:12px;font-size:15px;font-weight:700;color:#e7e7ec;background:transparent;transition:.18s}.mobile-links a:hover{background:rgba(255,255,255,.06);color:#fff}.mobile-links a span{font-size:11px;color:#7f7f8c}.mobile-links a:nth-last-child(1){color:#ff6a47}.mobile-nav-footer{padding:10px 2px 2px;margin-top:6px;border-top:1px solid rgba(255,255,255,.07)}.mobile-play{min-width:0;padding:13px 18px;font-size:15px}
.hero{min-height:650px;padding:84px 0 60px;grid-template-columns:1.04fr .96fr}.hero-copy{position:relative;z-index:2}.hero h1{font-size:clamp(52px,7.2vw,92px);text-wrap:balance}.hero h1 em{background:linear-gradient(100deg,#ff2f68,#ff7b18);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{max-width:620px;color:#b7b7c0}.hero-art{min-height:500px;border:1px solid rgba(255,255,255,.08);border-radius:32px;overflow:hidden;background:linear-gradient(145deg,rgba(35,28,47,.7),rgba(11,12,17,.45)),url('../img/background.webp') center/cover;box-shadow:var(--shadow),inset 0 1px rgba(255,255,255,.05)}.hero-art:after{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.06);border-radius:24px;pointer-events:none}.hero-art img{width:180px;opacity:.95;filter:drop-shadow(0 25px 45px rgba(255,47,104,.22));z-index:2}.hero-label{right:24px;bottom:24px;z-index:3;background:rgba(11,12,17,.72);border-color:rgba(255,255,255,.1);backdrop-filter:blur(12px)}
.buttons .primary,.product .primary,.wallet .primary,.download-btn.android{background:linear-gradient(100deg,#ed246b,#ff4a3d);color:#fff;box-shadow:0 12px 35px rgba(255,47,104,.17)}.buttons .ghost{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.11)}
.stats{gap:0;margin-top:46px}.stats div{padding:0 28px;border-left:1px solid rgba(255,255,255,.1)}.stats div:first-child{padding-left:0;border-left:0}.stats strong{font-size:22px}.stats span{font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.download-section{padding:20px 0 92px}.download-card{min-height:540px;border-radius:28px;background:linear-gradient(135deg,rgba(41,28,45,.96),rgba(18,19,27,.96));border-color:rgba(255,255,255,.1);box-shadow:var(--shadow);grid-template-columns:1.05fr .95fr}.download-copy{padding:52px}.download-copy h2{font-size:clamp(46px,5.7vw,72px)}.download-copy p{font-size:16px}.download-badge{background:linear-gradient(100deg,#dfff19,#91ff1b);color:#10120c;box-shadow:0 15px 45px rgba(165,255,20,.12);padding:15px 25px;font-size:16px}.download-buttons{max-width:560px}.download-btn{grid-template-columns:50px 1fr auto;padding:17px 18px;border-radius:16px}.download-btn.pc{background:linear-gradient(100deg,#23242a,#18191f)}.download-btn>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.08);font-size:22px}.download-btn.android>span{background:rgba(255,255,255,.15)}.download-btn strong{font-size:17px}.download-art{min-height:540px}.download-art:before{background:linear-gradient(90deg,#2c1c2b 0%,rgba(44,28,43,.15) 55%,transparent 100%),linear-gradient(0deg,#17151d,transparent 60%)}.download-art img{opacity:.72;filter:saturate(1.15) contrast(1.03);object-fit:cover}.download-art:after{content:"";position:absolute;inset:20px;border:1px solid rgba(255,255,255,.06);border-radius:22px;pointer-events:none}
.server-box,.features article,.news-card,.product,.wallet,.profile,.history,.admin-card,.admin-order,.admin-users,.user-manage,.user-detail,.logs-table{background:linear-gradient(145deg,rgba(20,21,29,.88),rgba(13,14,19,.88));border-color:rgba(255,255,255,.085);box-shadow:0 16px 50px rgba(0,0,0,.18)}
.section{padding:82px 0}.section-head{margin-bottom:30px}.text-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.025)}.text-link:hover{border-color:rgba(255,47,104,.35);color:#ff6b83}.features article{min-height:230px;transition:transform .2s,border-color .2s}.features article:hover{transform:translateY(-4px);border-color:rgba(255,47,104,.25)}
.news-grid{gap:18px}.news-card{transition:transform .2s,border-color .2s}.news-card:hover{transform:translateY(-4px);border-color:rgba(255,47,104,.25)}.news-img{height:210px;min-height:210px;background-color:#0f1015!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;position:relative}.news-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(8,9,12,.5));pointer-events:none}.news-img span,.news-img b{z-index:1}.news-body{padding:20px 21px 23px}.news-body h3{margin:8px 0}.community{padding:76px 0;background:linear-gradient(180deg,#0e0f14,#0b0c10);border-color:rgba(255,255,255,.07)}.community-box{align-items:flex-start}.community h2{font-size:clamp(36px,5vw,54px)}
.social-cards{min-width:360px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.social-card{display:grid!important;grid-template-columns:38px 1fr 18px;align-items:center;gap:10px;padding:12px!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:14px;background:rgba(255,255,255,.025);transition:.18s}.social-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.05);border-color:rgba(255,47,104,.22)!important}.social-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.07);color:#fff}.social-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.social-icon.text-icon{font-size:11px;font-weight:900}.social-card b{display:block;font-size:13px}.social-card small{display:block;margin-top:2px;color:#73737e;font-size:10px}.social-card i{font-style:normal;color:#777}.social-card.forum .social-icon{color:#ff7a18}.social-card.telegram .social-icon{color:#46aef7}.social-card.vk .social-icon{color:#6b9fff}.social-card.discord .social-icon{color:#8c7bff}
.page-title{padding:82px 0 34px}.shop-layout{gap:22px}.product{padding:14px}.product-art{height:230px;border-radius:15px}.product-art img{width:100px}.wallet{top:106px}.product-foot .btn{min-width:112px}.cabinet{gap:22px}
footer{background:#08090c;border-top-color:rgba(255,255,255,.07)}.footer{padding:8px 0}.footer .brand img{width:42px;height:42px}
.toast{background:rgba(20,21,28,.94);border-color:rgba(255,47,104,.45);backdrop-filter:blur(14px)}
.modal-box{background:linear-gradient(145deg,#1b1c25,#111218);border-color:rgba(255,255,255,.1);box-shadow:var(--shadow)}.tabs button.active{background:linear-gradient(100deg,#ed246b,#ff4a3d);color:#fff}
/* admin polish */
.admin-title{padding-top:74px}.admin-menu{background:rgba(15,16,22,.88);border-color:rgba(255,255,255,.08);box-shadow:0 18px 50px rgba(0,0,0,.2)}.admin-menu a{border-radius:10px}.admin-menu a:hover,.admin-menu a.active{background:linear-gradient(100deg,rgba(255,47,104,.11),rgba(255,122,24,.06));color:#fff}.admin-menu a.active{box-shadow:inset 2px 0 #ff2f68}.admin-stat{background:linear-gradient(145deg,rgba(20,21,29,.9),rgba(13,14,19,.9));border-color:rgba(255,255,255,.08)}
@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:60px}.hero-art{min-height:380px}.download-card{grid-template-columns:1fr}.download-art{min-height:330px}.social-cards{min-width:0;width:100%}.community-box{display:grid;grid-template-columns:1fr}.features{grid-template-columns:1fr 1fr}.news-grid{grid-template-columns:1fr 1fr}.products{grid-template-columns:1fr 1fr}.shop-layout{grid-template-columns:1fr}.wallet{position:static}.cabinet{grid-template-columns:1fr}}
@media(max-width:650px){.wrap{width:min(calc(100% - 24px),1240px)}.site-header{top:8px}.header-inner{min-height:72px;padding:0 10px 0 14px;border-radius:18px;grid-template-columns:1fr auto auto;gap:7px}.brand img{width:42px;height:42px}.brand span{font-size:11px}.header-play{min-width:0;padding:12px 14px;border-radius:13px;font-size:14px}.header-play span{font-size:18px}.header-inner .burger{width:46px;height:46px}.mobile-nav{top:86px;right:12px;width:min(340px,calc(100vw - 24px));max-height:calc(100vh - 98px);padding:12px;border-radius:18px}.mobile-links a{font-size:14px;padding:11px}.mobile-nav-footer{padding-top:9px}.hero{padding:58px 0 42px;min-height:0}.hero h1{font-size:50px}.hero p{font-size:15px}.hero-art{min-height:310px;border-radius:22px}.hero-art img{width:120px}.hero-label{right:14px;bottom:14px}.stats{justify-content:space-between;margin-top:34px}.stats div{padding:0 12px}.stats strong{font-size:18px}.stats span{font-size:9px}.download-copy{padding:32px 22px 22px}.download-card{border-radius:22px}.download-copy h2{font-size:42px}.download-art{min-height:240px}.download-btn{grid-template-columns:42px 1fr auto;padding:14px}.download-btn>span{width:38px;height:38px}.download-btn strong{font-size:15px}.download-btn small{font-size:10px}.section{padding:60px 0}.section-head{grid-template-columns:1fr;gap:10px}.features,.news-grid,.products{grid-template-columns:1fr}.news-img{height:205px}.community{padding:60px 0}.social-cards{grid-template-columns:1fr}.page-title{padding:60px 0 28px}.page-title h1{font-size:48px}.footer{display:grid;gap:14px}.admin-title{padding-top:55px}.admin-stats{grid-template-columns:1fr 1fr}.log-filters{grid-template-columns:1fr}.logs-table{overflow:auto}.log-row{min-width:760px}}

/* =========================
   OPENING / PREMIUM REDESIGN
   ========================= */
:root{
  --pink:#ef2b72;--red:#ff493e;--violet:#7a4cff;--orange:#ff7a18;
  --ink:#07080c;--surface:rgba(18,19,28,.78);--surface-2:rgba(24,25,35,.9);
  --stroke:rgba(255,255,255,.095);--stroke-strong:rgba(255,255,255,.15);
  --muted-2:#858792;--max:1240px;
}
html{scroll-padding-top:104px}
body{background:#07080c;letter-spacing:-.01em}
.bg{background:radial-gradient(circle at 15% 15%,rgba(122,76,255,.13),transparent 26%),radial-gradient(circle at 85% 22%,rgba(239,43,114,.12),transparent 28%),linear-gradient(180deg,rgba(5,6,9,.62),#07080c 72%),url('../img/background.webp') center top/cover no-repeat;opacity:.92}
.noise{opacity:.022}
.site-header{position:fixed;top:18px;left:0;right:0;border:0;background:transparent;backdrop-filter:none;z-index:100}
.header-inner{min-height:78px;padding:0 10px 0 16px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(15,16,24,.72);box-shadow:0 18px 55px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.08);backdrop-filter:blur(22px);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px}
.brand{gap:11px}.brand img{width:46px;height:46px}.brand span{font-size:15px;letter-spacing:.14em}.brand b{color:#ff741d}
.header-play{min-width:310px;height:54px;padding:0 28px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(100deg,var(--pink),var(--red));color:#fff;text-decoration:none;font-weight:850;box-shadow:0 14px 35px rgba(239,43,114,.2);transition:.2s}
.header-play:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(239,43,114,.3)}
.header-play span{font-size:21px}.burger{width:54px;height:54px;display:grid;place-content:center;gap:5px;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:.2s}.burger:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.2);transform:translateY(-1px)}.burger i{width:24px;height:2px;background:#fff;border-radius:4px;display:block}
.mobile-nav{position:fixed;top:106px;right:max(20px,calc((100vw - var(--max))/2 + 20px));left:auto;width:330px;max-height:calc(100vh - 126px);overflow:auto;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(15,16,24,.94);box-shadow:0 28px 90px rgba(0,0,0,.45),inset 0 1px rgba(255,255,255,.08);backdrop-filter:blur(25px);transform:translateY(-8px) scale(.97);opacity:0;visibility:hidden;display:flex;flex-direction:column;z-index:110;transition:.2s ease}
.mobile-nav.open{opacity:1;visibility:visible;transform:none}.mobile-nav-head{padding:6px 6px 10px;border-bottom:1px solid rgba(255,255,255,.07)}.mobile-nav-head .brand img{width:42px;height:42px}.menu-close{width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:#fff;font-size:28px;cursor:pointer}.mobile-links{display:grid;gap:4px;padding:8px 0}.mobile-links a{display:flex;align-items:center;justify-content:space-between;padding:13px 12px;border-radius:13px;color:#e9e9ef;background:transparent;text-decoration:none;font-size:14px;font-weight:750;transition:.18s}.mobile-links a:hover{background:linear-gradient(90deg,rgba(239,43,114,.12),rgba(255,122,24,.05));color:#fff}.mobile-links a span{color:#737580;font-size:11px}.mobile-links a:nth-last-child(1){color:#ff6b64}.mobile-nav-footer{padding:10px 0 0;border-top:1px solid rgba(255,255,255,.07)}.mobile-play{width:100%;min-width:0;height:48px}
main{position:relative}.hero{width:min(calc(100% - 40px),var(--max));min-height:780px;padding:138px 0 50px;display:block}.hero-stage{min-height:650px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:32px;background:linear-gradient(90deg,rgba(7,8,12,.97) 0%,rgba(7,8,12,.82) 40%,rgba(7,8,12,.25) 78%,rgba(7,8,12,.7) 100%),linear-gradient(180deg,rgba(9,10,14,.15),#07080c 100%),url('../img/shop.jpg') center/cover;box-shadow:0 30px 100px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,.07)}.hero-stage:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 45%,rgba(239,43,114,.18),transparent 27%),radial-gradient(circle at 65% 75%,rgba(122,76,255,.12),transparent 30%);pointer-events:none}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,8,12,.2),transparent 55%);pointer-events:none}.hero-copy{position:relative;z-index:2;padding:76px 60px;max-width:760px}.eyebrow{display:flex;align-items:center;gap:9px;color:#b8b9c1;font-size:12px;font-weight:850;letter-spacing:.16em}.eyebrow>span{width:34px;height:2px;background:linear-gradient(90deg,var(--orange),var(--pink));display:block}.eyebrow i{font-style:normal;color:#777985;font-size:10px;letter-spacing:.12em;padding:5px 8px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.03)}.hero h1{font-size:clamp(60px,8vw,104px);line-height:.88;margin:28px 0 26px;letter-spacing:-.065em}.hero h1 em{background:linear-gradient(100deg,#ff2870,#ff6a40);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:17px;line-height:1.7;max-width:620px;color:#b9bbc5}.buttons{margin-top:32px;gap:10px}.hero-cta{height:56px;padding:0 24px;border-radius:15px;background:linear-gradient(100deg,var(--pink),var(--red));box-shadow:0 18px 50px rgba(239,43,114,.22)}.hero-cta:hover{transform:translateY(-2px)}.btn-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:rgba(255,255,255,.13)}.hero-secondary{height:56px;padding:0 22px;border-radius:15px;background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.12)}.hero-trust{display:flex;flex-wrap:wrap;gap:20px;margin-top:28px;color:#777985;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#4ee27d;box-shadow:0 0 12px #4ee27d;margin-right:6px}.hero-side{position:absolute;z-index:3;right:30px;bottom:30px;width:260px;padding:18px;border-radius:19px;border:1px solid rgba(255,255,255,.12);background:rgba(11,12,18,.74);backdrop-filter:blur(18px);box-shadow:0 20px 50px rgba(0,0,0,.25)}.hero-side-top,.hero-side-bottom{display:flex;justify-content:space-between;align-items:center;color:#7d7f8a;font-size:10px;letter-spacing:.12em}.hero-side-top b{color:#53e488;font-size:10px}.hero-side-main{padding:18px 0 14px}.hero-side-main strong{display:block;font-size:42px;line-height:1}.hero-side-main span{display:block;color:#898b95;font-size:11px;margin-top:6px}.hero-side-line{height:1px;background:rgba(255,255,255,.08);margin-bottom:14px}.hero-side-bottom b{color:#fff;font-size:11px;letter-spacing:.02em}
.download-section{padding:16px 0 86px}.download-card{position:relative;overflow:hidden;min-height:560px;border-radius:30px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(135deg,rgba(43,27,45,.96),rgba(14,15,22,.96));box-shadow:0 28px 90px rgba(0,0,0,.3);grid-template-columns:1.04fr .96fr}.download-copy{padding:58px 56px;position:relative;z-index:2}.download-copy h2{font-size:clamp(48px,6vw,78px);line-height:.9;letter-spacing:-.055em;margin:24px 0 20px}.download-copy h2 em{background:linear-gradient(100deg,#ff2e72,#ff6d35);-webkit-background-clip:text;background-clip:text;color:transparent;font-style:normal}.download-copy>p{color:#a9abb5;line-height:1.7;max-width:590px}.download-badge{display:inline-flex;align-items:center;gap:9px;margin:8px 0 22px;padding:13px 18px;border-radius:999px;background:linear-gradient(100deg,#d9f51a,#8dff19);color:#14160c;font-size:13px;font-weight:900;box-shadow:0 16px 38px rgba(157,255,26,.13)}.download-buttons{display:grid;gap:10px;max-width:570px}.download-btn{display:grid;grid-template-columns:48px 1fr 22px;align-items:center;gap:13px;padding:13px 14px;border-radius:16px;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.1);transition:.2s}.download-btn:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.2)}.download-btn.android{background:linear-gradient(100deg,#ef2d71,#ff493d);box-shadow:0 14px 38px rgba(239,43,113,.18)}.download-btn.pc{background:rgba(255,255,255,.045)}.platform-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.12);font-size:25px;font-weight:900}.download-btn small{display:block;color:rgba(255,255,255,.56);font-size:9px;letter-spacing:.11em;font-weight:800}.download-btn strong{display:block;font-size:16px;margin-top:3px}.download-btn>b{font-size:20px;color:#fff}.download-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px;color:#777985;font-size:10px}.download-art{position:relative;min-height:560px;overflow:hidden}.download-art:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#2a1a2a 0%,rgba(42,26,42,.3) 38%,rgba(8,9,13,.02) 100%),linear-gradient(0deg,rgba(7,8,11,.75),transparent 55%);z-index:1}.download-art img{width:100%;height:100%;object-fit:cover;opacity:.75;filter:saturate(1.1) contrast(1.03);display:block}.download-art-copy{position:absolute;z-index:2;left:30px;bottom:28px}.download-art-copy span{display:block;color:#ff6b4a;font-size:10px;letter-spacing:.18em;font-weight:900}.download-art-copy strong{display:block;margin-top:7px;font-size:28px;line-height:1.05}.download-glow{position:absolute;width:330px;height:330px;border-radius:50%;right:-70px;top:80px;background:radial-gradient(circle,rgba(239,43,114,.2),transparent 65%);filter:blur(8px);z-index:1}
.server{padding:0 0 24px}.server-box{border-radius:25px;background:linear-gradient(135deg,rgba(20,21,30,.86),rgba(10,11,16,.9));border:1px solid rgba(255,255,255,.09);box-shadow:0 22px 65px rgba(0,0,0,.2);padding:36px 40px}.server-ring{width:210px;height:210px}.server-ring>div{font-size:48px}
.section{padding:80px 0}.section-head h2{font-size:clamp(38px,5vw,60px);letter-spacing:-.045em}.section-head p{max-width:520px}.features{gap:14px}.features article{position:relative;overflow:hidden;border-radius:20px;background:linear-gradient(145deg,rgba(19,20,29,.82),rgba(11,12,17,.88));padding:28px;min-height:240px}.features article:before{content:"";position:absolute;width:130px;height:130px;right:-50px;top:-50px;border-radius:50%;background:radial-gradient(circle,rgba(239,43,114,.16),transparent 68%)}.features article:nth-child(2):before{background:radial-gradient(circle,rgba(255,122,24,.16),transparent 68%)}.features article:nth-child(3):before{background:radial-gradient(circle,rgba(122,76,255,.16),transparent 68%)}.features h3{font-size:23px;margin:28px 0 9px}.features p{font-size:13px}.features small{font-size:10px;letter-spacing:.15em}
.news-grid{gap:14px}.news-card{border-radius:19px;background:linear-gradient(145deg,rgba(19,20,29,.88),rgba(11,12,17,.94));border:1px solid rgba(255,255,255,.08);overflow:hidden}.news-img{height:210px;min-height:210px;background-color:#0b0c10!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}.news-body{padding:20px}.news-body h3{font-size:19px}.news-body p{font-size:13px}.news-body small{font-size:10px;letter-spacing:.08em}.text-link{border-radius:12px;background:rgba(255,255,255,.035);padding:11px 15px}
.community{padding:78px 0;background:linear-gradient(180deg,rgba(14,15,20,.7),#090a0e);border-block:1px solid rgba(255,255,255,.06)}.community h2{font-size:clamp(38px,5vw,58px);letter-spacing:-.05em}.social-cards{min-width:390px;gap:10px}.social-card{padding:12px!important;border:1px solid rgba(255,255,255,.08)!important;background:rgba(255,255,255,.025);border-radius:15px}.social-icon{width:38px;height:38px;border-radius:11px}.social-card b{font-size:13px}.social-card small{font-size:10px}
.page-title{padding:150px 0 36px}.page-title h1{font-size:clamp(52px,7vw,88px)}
footer{margin-top:40px;background:#07080c;border-top:1px solid rgba(255,255,255,.06)}.footer{padding:28px 0}.footer .brand img{width:42px;height:42px}
.toast{border-radius:14px;background:rgba(19,20,28,.94);box-shadow:0 22px 65px rgba(0,0,0,.35)}
.modal-box{border-radius:22px;background:linear-gradient(145deg,#191a24,#101117);box-shadow:0 30px 90px rgba(0,0,0,.5)}
/* admin visual language */
.admin-title{padding-top:145px}.admin-section{padding-top:20px}.admin-stats{gap:12px}.admin-stat{border-radius:18px!important;background:linear-gradient(145deg,rgba(19,20,29,.9),rgba(11,12,17,.94));box-shadow:0 15px 40px rgba(0,0,0,.18)}.admin-menu{border-radius:18px!important;background:rgba(13,14,20,.82);backdrop-filter:blur(18px)}.admin-menu a{padding:12px 13px}.admin-menu a.active{background:linear-gradient(100deg,rgba(239,43,114,.13),rgba(255,122,24,.05));box-shadow:inset 2px 0 var(--pink)}.admin-card,.admin-order,.admin-users,.user-manage,.user-detail,.logs-table{border-radius:18px!important;background:linear-gradient(145deg,rgba(19,20,29,.88),rgba(11,12,17,.94));border:1px solid rgba(255,255,255,.08)}
@media(max-width:900px){.site-header{top:10px}.header-inner{grid-template-columns:1fr auto auto;min-height:70px}.header-play{min-width:210px}.hero{padding-top:105px;min-height:0}.hero-stage{min-height:680px}.hero-copy{padding:58px 34px}.hero-side{right:20px;bottom:20px}.download-card{grid-template-columns:1fr}.download-art{min-height:380px}.social-cards{min-width:0}.page-title{padding-top:120px}}
@media(max-width:650px){.wrap{width:min(calc(100% - 20px),1240px)}.site-header{top:8px}.header-inner{min-height:66px;padding:0 8px 0 11px;border-radius:18px;gap:7px}.brand img{width:40px;height:40px}.brand span{font-size:10px}.header-play{height:46px;min-width:0;padding:0 13px;font-size:13px;border-radius:13px}.header-play span{font-size:17px}.burger{width:46px;height:46px;border-radius:13px}.burger i{width:21px}.mobile-nav{top:84px;right:10px;width:min(330px,calc(100vw - 20px));border-radius:19px}.hero{padding-top:92px}.hero-stage{min-height:650px;border-radius:24px;background:linear-gradient(180deg,rgba(7,8,12,.55),rgba(7,8,12,.92) 72%),url('../img/shop.jpg') center/cover}.hero-copy{padding:42px 22px}.eyebrow{font-size:9px;flex-wrap:wrap}.eyebrow i{display:none}.hero h1{font-size:57px;line-height:.91;margin:22px 0}.hero p{font-size:14px;line-height:1.65}.buttons{display:grid;grid-template-columns:1fr;gap:8px}.hero-cta,.hero-secondary{width:100%;height:52px}.hero-trust{gap:10px;font-size:9px}.hero-side{left:18px;right:18px;bottom:18px;width:auto;padding:15px}.hero-side-main{padding:11px 0}.hero-side-main strong{font-size:31px}.download-copy{padding:36px 22px 26px}.download-copy h2{font-size:48px}.download-badge{font-size:12px}.download-btn{grid-template-columns:43px 1fr 18px}.platform-icon{width:43px;height:43px}.download-btn strong{font-size:14px}.download-art{min-height:270px}.download-art-copy{left:20px;bottom:20px}.download-art-copy strong{font-size:23px}.server-box{grid-template-columns:1fr;padding:26px}.server-ring{width:150px;height:150px}.server-ring>div{font-size:34px}.section{padding:62px 0}.section-head{display:grid;grid-template-columns:1fr;gap:10px}.features,.news-grid,.products{grid-template-columns:1fr}.news-img{height:210px}.community-box{display:grid;grid-template-columns:1fr}.social-cards{grid-template-columns:1fr}.page-title{padding-top:105px}.page-title h1{font-size:49px}.admin-title{padding-top:110px}.admin-stats{grid-template-columns:1fr 1fr}.log-filters{grid-template-columns:1fr}.logs-table{overflow:auto}.log-row{min-width:760px}}
.social-icon img{width:100%;height:100%;display:block;border-radius:inherit}.social-card.forum .social-icon,.social-card.telegram .social-icon,.social-card.vk .social-icon,.social-card.discord .social-icon{background:transparent}
.bg{background:radial-gradient(circle at 18% 12%,rgba(122,76,255,.12),transparent 25%),radial-gradient(circle at 82% 18%,rgba(239,43,114,.1),transparent 26%),radial-gradient(circle at 50% 100%,rgba(255,122,24,.05),transparent 32%),#07080c}

/* ===== OPENING READY DESIGN SYSTEM v6 ===== */
:root{--pink:#ff2f83;--orange:#ff6b3d;--ink:#08090d;--panel:rgba(18,19,27,.82);--line:rgba(255,255,255,.10);--muted:#9ea2b3}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#07080c;color:#f7f7fa;font-family:Inter,Arial,sans-serif}a{transition:.25s ease}.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(6,7,11,.72);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:#fff;font-weight:900;letter-spacing:.12em}.brand img{width:42px;height:42px;object-fit:contain}.brand span{font-size:15px}.brand b{color:#ff4d7f}.header-play{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:13px 22px;border-radius:13px;background:linear-gradient(135deg,var(--pink),var(--orange));color:white;text-decoration:none;font-weight:900;box-shadow:0 10px 30px rgba(255,47,131,.20)}.header-play:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(255,47,131,.32)}
.burger{width:48px;height:48px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045);border-radius:14px;display:grid;place-content:center;gap:5px;cursor:pointer}.burger i{width:20px;height:2px;background:#fff;border-radius:5px}.mobile-nav{position:fixed;right:20px;top:88px;width:min(340px,calc(100% - 40px));padding:14px;z-index:1200;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(12,13,19,.96);box-shadow:0 28px 80px rgba(0,0,0,.55);backdrop-filter:blur(24px);transform:translateY(-10px) scale(.97);opacity:0;visibility:hidden;transition:.22s}.mobile-nav.open{transform:none;opacity:1;visibility:visible}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding:8px 8px 12px;border-bottom:1px solid var(--line)}.menu-close{width:38px;height:38px;border-radius:11px;border:1px solid var(--line);background:#fff0;color:#fff;font-size:24px;cursor:pointer}.mobile-links{display:grid;gap:5px;padding:10px 0}.mobile-links a{display:flex;align-items:center;justify-content:space-between;padding:14px 13px;border-radius:12px;color:#eee;text-decoration:none}.mobile-links a:hover{background:rgba(255,255,255,.06);color:#fff}.mobile-nav-footer{padding-top:8px;border-top:1px solid var(--line)}.mobile-nav-footer .header-play{width:100%}
.hero{padding-top:24px}.hero-stage{min-height:650px;position:relative;overflow:hidden;border-radius:30px;background:linear-gradient(90deg,rgba(4,5,9,.92),rgba(4,5,9,.35)),var(--hero-bg) center/cover;border:1px solid rgba(255,255,255,.08);box-shadow:0 35px 90px rgba(0,0,0,.32)}.hero-copy{max-width:690px;padding:95px 70px;position:relative;z-index:2}.hero-copy h1{font-size:clamp(50px,7vw,92px);line-height:.94;letter-spacing:-.06em;margin:18px 0}.hero-copy p{max-width:600px;color:#c2c4cf;font-size:17px;line-height:1.7}.hero-side{position:absolute;right:38px;bottom:38px;width:255px;padding:22px;border-radius:22px;background:rgba(9,10,15,.72);border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(14px);z-index:3}.hero-side-main strong{font-size:52px}.server-box{overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(110deg,rgba(15,16,23,.94),rgba(20,11,19,.86)),url('../img/background.webp') center/cover;box-shadow:0 25px 70px rgba(0,0,0,.25)}.server{margin-top:28px}.server-box>div:first-child{padding:42px}.server-ring{min-width:260px;min-height:260px;background:radial-gradient(circle at 50% 50%,rgba(255,47,131,.20),transparent 60%);display:grid;place-items:center}.server-ring>div{width:180px;height:180px;border-radius:50%;display:grid;place-content:center;text-align:center;border:1px solid rgba(255,80,140,.45);background:rgba(8,9,14,.82);box-shadow:0 0 70px rgba(255,47,131,.18);font-size:46px;font-weight:900}.server-ring span{display:block;font-size:11px;letter-spacing:.2em;color:#ff6b9c}
.download-card{border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.09);background:linear-gradient(135deg,rgba(22,23,32,.94),rgba(13,14,20,.94));box-shadow:0 25px 70px rgba(0,0,0,.3)}.download-copy{padding:48px}.download-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.download-btn{display:flex;align-items:center;gap:14px;padding:18px;border-radius:16px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);color:#fff;text-decoration:none}.download-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,rgba(255,47,131,.16),rgba(255,107,61,.12));border-color:rgba(255,91,132,.35)}.platform-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,var(--pink),var(--orange));font-size:24px}.download-btn div{flex:1}.download-btn small{display:block;color:#8f93a3;font-size:9px;letter-spacing:.12em}.download-btn strong{display:block;margin-top:4px}.download-art{min-height:360px;position:relative;overflow:hidden}.download-art img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}.download-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,14,.85),rgba(8,9,14,.15) 60%,rgba(8,9,14,.15))}.download-art-copy{position:absolute;z-index:2;left:35px;bottom:35px}.requirements{margin-top:18px;padding:14px 16px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.035);display:grid;gap:5px}.requirements span{color:#aeb2c0;font-size:13px;line-height:1.5}
.news-card,.product,.profile,.history,.community-box,.admin-card,.user-detail{border:1px solid rgba(255,255,255,.08);background:rgba(17,18,25,.72);box-shadow:0 18px 55px rgba(0,0,0,.20)}.news-card{overflow:hidden;border-radius:20px}.news-img{aspect-ratio:16/9;background-size:contain!important;background-repeat:no-repeat;background-position:center!important;background-color:#0b0c11}.news-img:before{content:"";position:absolute}.social-card{border:1px solid rgba(255,255,255,.08)!important;background:rgba(255,255,255,.035)!important;border-radius:16px!important}.social-card:hover{transform:translateY(-3px);border-color:rgba(255,79,133,.35)!important;background:rgba(255,79,133,.07)!important}
.admin-section{padding-top:10px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.admin-stat{padding:20px;border-radius:18px;background:rgba(17,18,25,.75);border:1px solid var(--line)}.admin-stat b{display:block;font-size:26px;margin-top:7px}.admin-layout{gap:18px}.admin-menu{border-radius:20px;padding:10px;background:rgba(15,16,22,.75);border:1px solid var(--line);height:max-content}.admin-menu a{border-radius:12px!important}.admin-menu a.active{background:linear-gradient(135deg,rgba(255,47,131,.18),rgba(255,107,61,.10))!important;border:1px solid rgba(255,91,132,.2)}.admin-content{min-width:0}.admin-card{border-radius:20px;padding:24px}.admin-order,.manage-row,.detail-order{border:1px solid var(--line)!important;background:rgba(255,255,255,.025)!important;border-radius:16px!important}.admin-empty{border:1px dashed rgba(255,255,255,.12);border-radius:18px;padding:30px;text-align:center;color:#9da1b0;background:rgba(255,255,255,.025)}.btn{border-radius:12px!important;font-weight:800}.btn.primary{background:linear-gradient(135deg,var(--pink),var(--orange))!important;box-shadow:0 10px 24px rgba(255,47,131,.14)}.btn.danger,.icon-danger{background:rgba(255,55,76,.10)!important;border:1px solid rgba(255,55,76,.28)!important;color:#ff8290!important}.site-console{padding:24px;border:1px solid var(--line);border-radius:22px;background:rgba(17,18,25,.72)}.console-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.console-grid label{display:grid;gap:7px;color:#9fa3b1;font-size:12px}.console-grid label.wide{grid-column:1/-1}.console-grid input,.console-grid textarea,.permission-form select{width:100%;border:1px solid var(--line);background:#0d0e14;color:#fff;border-radius:12px;padding:12px}.console-grid textarea{min-height:100px;resize:vertical}.console-preview{width:100%;height:110px;object-fit:contain;border-radius:12px;background:#090a0e;border:1px solid var(--line);padding:6px}.permission-form{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:14px;margin-top:12px}.permission-form label{font-size:13px;color:#c6c8d2}
@media(max-width:850px){.wrap{width:min(100% - 24px,680px)}.header-inner{height:68px}.header-play{padding:11px 14px;font-size:12px}.hero-stage{min-height:650px}.hero-copy{padding:65px 25px}.hero-side{position:relative;right:auto;bottom:auto;margin:0 25px 25px;width:auto}.download-buttons{grid-template-columns:1fr}.download-copy{padding:28px}.download-art{min-height:280px}.download-art img{min-height:280px}.admin-stats{grid-template-columns:1fr 1fr}.console-grid{grid-template-columns:1fr}.console-grid label.wide{grid-column:auto}.mobile-nav{right:12px;top:76px;width:calc(100% - 24px)}}
@media(max-width:560px){.header-inner .brand span{display:none}.hero-copy h1{font-size:50px}.admin-stats{grid-template-columns:1fr}.server-box{display:block}.server-ring{min-height:220px}.download-art-copy{left:22px}.download-btn{padding:14px}.news-grid,.features{grid-template-columns:1fr!important}}


/* ===== FINAL OPENING POLISH ===== */
:root{--pink:#ff2f83;--orange:#ff6b3d;--bg:#07080c;--panel:#11121a;--line:rgba(255,255,255,.095);--muted:#9da1b1;--max:1180px}
html{scroll-padding-top:96px}body{min-width:320px;background:#07080c}.wrap{width:min(1180px,calc(100% - 40px))}
.site-header{background:rgba(7,8,12,.78);border-bottom:1px solid rgba(255,255,255,.065);box-shadow:0 10px 40px rgba(0,0,0,.14)}
.header-inner{height:70px;gap:18px}.header-inner .brand{min-width:0}.header-inner .brand img{width:38px;height:38px}.header-inner .brand span{font-size:14px}.header-play{min-width:190px;height:44px;padding:0 20px;border-radius:14px;font-size:14px;gap:12px}.header-play span{font-size:18px}.burger{width:44px;height:44px;border-radius:13px;gap:5px}.burger i{width:19px}
.mobile-nav{top:78px;right:20px;width:min(330px,calc(100% - 40px));border-radius:20px;padding:10px}.mobile-nav-head{padding:7px 7px 10px}.mobile-links a{padding:12px;border-radius:11px}.mobile-nav-footer{padding-top:8px}.mobile-play{min-width:0;height:44px}
.hero{padding-top:22px}.hero-stage{min-height:640px;border-radius:28px}.hero-copy{padding:80px 64px}.hero-copy h1{font-size:clamp(48px,6.8vw,88px)}.hero-side{right:28px;bottom:28px;width:240px}
.download-section{scroll-margin-top:92px}.download-card{display:block;border-radius:28px}.download-copy{padding:48px 50px}.download-copy h2{font-size:clamp(44px,6vw,72px);line-height:.96;margin:18px 0}.download-buttons{grid-template-columns:1fr 1fr;gap:14px}.download-btn{min-height:78px;border-radius:17px;padding:16px 18px}.download-btn strong{font-size:16px}.download-btn small{font-size:9px}.download-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:16px;color:#aeb2c0;font-size:12px}.download-art{display:none!important}.requirements{margin-top:18px}
.news-img{position:relative;aspect-ratio:16/9!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;background-color:#0b0c11}.product-art{background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;background-color:#0b0c11}.product-art img{object-fit:contain}
.community{padding:82px 0}.social-cards{display:grid!important;grid-template-columns:1fr 1fr;gap:10px;min-width:0;width:min(520px,100%)}.social-card{min-height:82px!important;padding:15px!important;display:grid!important;grid-template-columns:48px 1fr auto;align-items:center;gap:12px}.social-icon{width:48px!important;height:48px!important;border-radius:14px!important;display:grid;place-items:center}.support-icon{background:linear-gradient(135deg,#ff2f83,#ff6b3d);font-size:24px;font-weight:900;color:#fff}.social-card span:nth-child(2){min-width:0}.social-card b,.social-card small{display:block}.social-card small{margin-top:3px;color:#888f9f}.social-card i{font-style:normal;color:#aeb2c0}
.server{padding-top:28px}.server-info strong{font-size:24px}.server-info strong small{font-size:11px}.server-ring>div{width:170px;height:170px}
.admin-section{padding-top:10px}.admin-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.admin-stat{min-height:106px;padding:18px;border-radius:17px}.admin-stat span{color:#9da1b1;font-size:12px}.admin-stat b{font-size:28px}.stat-note{display:block;margin-top:4px;color:#737888;font-size:10px}.admin-layout{grid-template-columns:220px minmax(0,1fr)!important;align-items:start}.admin-menu{position:sticky;top:88px;border-radius:18px;padding:8px}.admin-menu a{padding:12px 13px!important;font-size:13px}.admin-content{min-width:0}.admin-card,.user-detail,.site-console{border-radius:20px}.admin-grid-two{align-items:start}.manage-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.product-manage details{grid-column:1/-1;margin-top:4px}.product-manage details[open]{padding-top:10px;border-top:1px solid var(--line)}.product-manage summary{cursor:pointer;list-style:none;display:inline-flex;padding:9px 13px;border:1px solid var(--line);border-radius:10px;color:#fff;background:rgba(255,255,255,.035)}.product-manage summary::-webkit-details-marker{display:none}.compact-form{margin-top:12px;padding:16px;border:1px solid var(--line);border-radius:15px;background:rgba(6,7,11,.5);display:grid;grid-template-columns:1fr 1fr;gap:10px}.compact-form>*{min-width:0}.compact-form input,.compact-form select{min-height:42px}.compact-form .current-photo{grid-column:1/-1;display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;background:rgba(255,255,255,.03);border:1px solid var(--line)}.current-photo img{width:90px;height:64px;object-fit:contain;border-radius:8px;background:#08090d}.current-photo span{font-size:12px;color:#8f94a4}.inline-action-form{display:inline-flex;margin-top:8px}.product-manage details>form:last-child{margin-top:8px}.manage-media{min-width:0}.manage-media img{width:86px;height:60px;object-fit:contain;background:#090a0e;border-radius:10px}.user-search{display:flex;gap:8px;align-items:center;margin-bottom:14px}.user-search input{flex:1}.user-manage{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}.user-actions{display:flex;flex-wrap:wrap;gap:8px}.user-actions form{display:flex;gap:7px}.user-actions input,.user-actions select{width:140px}.detail-actions{display:flex;flex-wrap:wrap;gap:9px;padding-top:16px;border-top:1px solid var(--line)}.detail-actions form{display:flex;flex-wrap:wrap;gap:8px}.detail-actions input,.detail-actions select{min-width:150px}.detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.log-filters{display:grid;grid-template-columns:minmax(220px,1.6fr) 130px 130px 150px 170px auto auto;gap:8px;align-items:center;margin-bottom:12px;padding:10px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.025)}.logs-table{border:1px solid var(--line);border-radius:17px;overflow:hidden}.log-row{display:grid;grid-template-columns:150px 1.1fr 1fr 2fr 130px;gap:14px;padding:13px 15px;border-bottom:1px solid rgba(255,255,255,.06);align-items:start}.log-row:last-child{border-bottom:0}.log-row span{min-width:0;word-break:break-word}.log-row small{display:block;color:#777d8e;margin-top:3px}.log-head{background:rgba(255,255,255,.035);color:#8f94a4;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.console-grid{grid-template-columns:1fr 1fr;gap:12px}.console-preview{height:130px;object-fit:contain}.remember-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px;color:#9da1b1!important;font-size:12px!important}.remember-check input{width:auto!important;margin:0!important}.footer{min-height:150px;padding:48px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.06)}
@media(max-width:980px){.admin-layout{grid-template-columns:1fr!important}.admin-menu{position:static;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.admin-menu a{justify-content:center}.log-filters{grid-template-columns:1fr 1fr 1fr}.log-filters input:first-of-type{grid-column:1/-1}.log-row{min-width:760px}.logs-table{overflow-x:auto}.detail-grid{grid-template-columns:1fr 1fr}.social-cards{width:100%}}
@media(max-width:700px){.wrap{width:calc(100% - 24px)}.header-inner{height:64px}.header-inner .brand span{display:none}.header-inner .brand img{width:38px;height:38px}.header-play{min-width:150px;height:42px;padding:0 14px;font-size:13px}.burger{width:42px;height:42px}.hero-stage{min-height:590px;border-radius:24px}.hero-copy{padding:52px 24px 36px}.hero-copy h1{font-size:52px}.hero-side{position:absolute;left:24px;right:24px;bottom:24px;width:auto}.download-copy{padding:30px 22px}.download-buttons{grid-template-columns:1fr}.download-btn{min-height:72px}.community-box{display:block}.social-cards{grid-template-columns:1fr!important;margin-top:24px}.admin-stats{grid-template-columns:1fr 1fr}.admin-menu{grid-template-columns:1fr 1fr}.console-grid{grid-template-columns:1fr}.console-grid label.wide{grid-column:auto}.compact-form{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr}.detail-actions{display:grid}.user-manage{grid-template-columns:1fr}.user-actions{display:grid}.user-actions form{display:grid;grid-template-columns:1fr}.user-actions input,.user-actions select{width:100%}.log-filters{grid-template-columns:1fr}.log-filters input:first-of-type{grid-column:auto}.footer{display:grid;justify-items:start}}
@media(max-width:430px){.header-play{min-width:132px;font-size:12px;gap:7px}.hero-copy h1{font-size:45px}.hero-side-main strong{font-size:44px}.admin-stats{grid-template-columns:1fr}.admin-menu{grid-template-columns:1fr}.admin-menu a{justify-content:flex-start}.download-btn strong{font-size:15px}}
/* Admin-only media crop preview; public cards keep full image with contain. */
.admin-section .manage-media img,.admin-section .current-photo img,.admin-section .console-preview{object-fit:cover;}
.platform-icon img{width:25px;height:25px;object-fit:contain;display:block}.android-icon{color:#fff}.windows-icon{color:#fff}

/* ==========================================================
   ARIZONA DALE — OPENING FINAL UI PASS
   Compact header, reference download buttons, clean admin UX
   ========================================================== */
.site-header{position:fixed!important;top:16px!important;left:0;right:0;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important}
.header-inner{width:min(1180px,calc(100% - 32px));height:72px!important;min-height:72px!important;margin:0 auto;padding:0 12px 0 18px!important;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(12,13,19,.82);box-shadow:0 16px 45px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.06);backdrop-filter:blur(22px);display:grid!important;grid-template-columns:1fr minmax(240px,310px) 52px!important;align-items:center;gap:14px!important}
.header-inner .brand{justify-self:start}.header-inner .brand span{display:none!important}.header-inner .brand img{width:44px!important;height:44px!important}
.header-play{width:100%;min-width:0!important;height:52px!important;padding:0 22px!important;border-radius:16px!important;font-size:18px!important;line-height:1!important;background:linear-gradient(105deg,#f12d79,#ff4b3e)!important;box-shadow:0 12px 32px rgba(239,43,114,.22)!important}
.header-play span{font-size:23px!important}
.header-inner .burger{width:52px!important;height:52px!important;border-radius:16px!important;background:rgba(255,255,255,.035)!important}
.header-inner .burger i{width:26px!important;height:3px!important}
.mobile-nav{top:98px!important;right:max(16px,calc((100vw - 1180px)/2 + 16px))!important;width:min(320px,calc(100vw - 32px))!important;border-radius:20px!important;padding:10px!important;background:rgba(14,15,22,.97)!important;box-shadow:0 26px 80px rgba(0,0,0,.5)!important}
.mobile-links a{padding:13px 14px!important;border-radius:12px!important}
.mobile-nav-footer .mobile-play{height:48px!important;border-radius:14px!important}

/* Reference-style download controls */
.download-card{background:linear-gradient(145deg,rgba(16,17,24,.95),rgba(9,10,15,.94))!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 24px 70px rgba(0,0,0,.22)!important}
.download-copy{padding:48px!important}
.download-buttons{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}
.download-btn{min-height:82px!important;border-radius:999px!important;padding:16px 26px!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:none!important;display:grid!important;grid-template-columns:54px 1fr 28px!important;align-items:center!important;gap:12px!important}
.download-btn.android{background:linear-gradient(105deg,#ed2c78,#ff493e)!important;color:#fff!important}
.download-btn.pc{background:linear-gradient(180deg,#292a2d,#1d1e20)!important;color:#fff!important}
.download-btn .platform-icon{width:54px!important;height:54px!important;border-radius:50%!important;background:rgba(255,255,255,.12)!important;display:grid!important;place-items:center!important}
.download-btn .platform-icon img{width:30px!important;height:30px!important}
.download-btn strong{font-size:20px!important;font-weight:850!important}
.download-btn small{display:none!important}
.download-btn>b{font-size:25px!important;opacity:.95}
.download-meta{justify-content:center!important;color:#858a99!important}
.requirements{border:1px solid rgba(255,255,255,.08)!important;background:rgba(255,255,255,.025)!important;border-radius:18px!important;padding:17px 19px!important}
.download-art{display:none!important}

/* Admin stats like the reference: four equal premium cards */
.admin-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin-bottom:18px!important}
.admin-stat{min-height:118px!important;padding:22px!important;border-radius:20px!important;background:linear-gradient(145deg,rgba(22,23,31,.94),rgba(13,14,20,.94))!important;box-shadow:inset 0 1px rgba(255,255,255,.035)!important}
.admin-stat span{font-size:13px!important;color:#8f94a4!important}.admin-stat b{font-size:31px!important;letter-spacing:-.04em!important}

/* Users: list is intentionally clean; all controls live in Подробнее */
.admin-users{display:grid;gap:10px}
.user-manage{grid-template-columns:minmax(0,1fr) auto minmax(130px,150px)!important;padding:15px 16px!important;border:1px solid rgba(255,255,255,.075);border-radius:16px;background:rgba(18,19,27,.76);box-shadow:inset 0 1px rgba(255,255,255,.025)}
.user-details-btn{width:100%;min-height:42px!important;border-radius:12px!important;background:rgba(255,255,255,.045)!important}
.user-details-btn span{margin-left:6px;color:#aeb2c0}
.user-actions{justify-content:flex-end!important}
.user-detail{background:linear-gradient(145deg,rgba(20,21,29,.96),rgba(11,12,17,.96))!important;box-shadow:0 24px 70px rgba(0,0,0,.2)!important}
.detail-grid{gap:10px!important}
.detail-grid>div{padding:15px 16px!important;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.025)}
.detail-grid span{display:block;margin-bottom:6px;color:#858a99;font-size:11px;text-transform:uppercase;letter-spacing:.07em}.detail-grid b{display:block;overflow-wrap:anywhere}
.detail-actions{margin-top:18px!important;padding-top:18px!important;gap:10px!important}
.detail-actions form{padding:10px;border:1px solid rgba(255,255,255,.065);border-radius:14px;background:rgba(255,255,255,.018)}
.permission-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;flex:1 1 100%!important}
.permission-form b,.permission-form button{grid-column:1/-1}

/* Products: editing is a dedicated panel under the product, never over the card */
.product-manage{display:block!important;padding:14px!important;border:1px solid rgba(255,255,255,.075)!important;border-radius:18px!important;background:rgba(18,19,27,.76)!important}
.product-manage>.manage-media{display:grid;grid-template-columns:86px minmax(0,1fr);gap:14px;align-items:center}
.product-manage>.manage-media img{width:86px!important;height:68px!important;border-radius:12px!important;object-fit:contain!important}
.product-manage details{display:block!important;width:100%;margin-top:12px!important}
.product-manage summary{width:100%;justify-content:space-between!important;min-height:44px;align-items:center;font-weight:800;border-radius:12px!important}
.product-manage details[open] summary{border-color:rgba(239,43,114,.28);background:rgba(239,43,114,.06)}
.compact-form{grid-template-columns:1fr 1fr!important;background:rgba(7,8,12,.72)!important}
.compact-form input,.compact-form select{border-radius:11px!important}
.compact-form .current-photo{grid-column:1/-1!important}
.product-manage .inline-action-form{margin-top:8px!important}

/* Logs: filters visually belong to the table */
.log-filters{margin-bottom:0!important;border-radius:16px 16px 0 0!important;border-bottom:0!important;background:rgba(255,255,255,.035)!important}
.logs-table{border-radius:0 0 17px 17px!important;background:rgba(10,11,16,.45)}
.log-row{padding:15px 16px!important}
.log-head{position:sticky;top:0;z-index:2}

/* Social cards */
.social-card{min-height:86px!important;border-radius:17px!important;background:linear-gradient(145deg,rgba(23,24,32,.84),rgba(13,14,20,.84))!important}
.social-card:hover{border-color:rgba(239,43,114,.3)!important;transform:translateY(-2px)}
.social-icon{background:rgba(255,255,255,.08)!important}

/* Global premium buttons / fields */
.btn{min-height:42px;border-radius:12px!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease!important}
.btn:hover{transform:translateY(-1px)}
.btn.primary{box-shadow:0 10px 28px rgba(239,43,114,.16)!important}
input,select,textarea{border-radius:12px!important}

@media(max-width:900px){
  .admin-stats{grid-template-columns:1fr 1fr!important}
  .download-buttons{grid-template-columns:1fr!important}
  .user-manage{grid-template-columns:minmax(0,1fr) auto!important}
  .user-actions{grid-column:1/-1}
}
@media(max-width:700px){
  .site-header{top:10px!important}
  .header-inner{width:calc(100% - 24px)!important;height:64px!important;min-height:64px!important;grid-template-columns:1fr minmax(0,1fr) 44px!important;padding:0 8px 0 12px!important;border-radius:19px!important;gap:8px!important}
  .header-inner .brand img{width:38px!important;height:38px!important}
  .header-play{height:46px!important;font-size:15px!important;border-radius:14px!important;padding:0 12px!important}
  .header-play span{font-size:20px!important}
  .header-inner .burger{width:44px!important;height:44px!important;border-radius:13px!important}
  .header-inner .burger i{width:23px!important;height:2px!important}
  .mobile-nav{top:84px!important;right:12px!important;width:calc(100% - 24px)!important;max-width:330px!important}
  .download-copy{padding:28px 18px!important}
  .download-btn{min-height:74px!important;padding:13px 18px!important;grid-template-columns:48px 1fr 22px!important}
  .download-btn .platform-icon{width:48px!important;height:48px!important}
  .download-btn strong{font-size:18px!important}
  .admin-stat{min-height:104px!important;padding:18px!important}
  .admin-stat b{font-size:27px!important}
  .user-manage{grid-template-columns:1fr auto!important}
  .user-actions{grid-column:1/-1!important}
  .user-details-btn{width:100%!important}
  .permission-form{grid-template-columns:1fr!important}
}
@media(max-width:430px){
  .header-inner{grid-template-columns:42px minmax(0,1fr) 42px!important}
  .header-play{font-size:13px!important}
  .download-btn strong{font-size:16px!important}
  .admin-stats{grid-template-columns:1fr 1fr!important}
  .admin-stat span{font-size:11px!important}
  .admin-stat b{font-size:24px!important}
}

/* Fixed compact header compensation + non-blocking notifications */
main{padding-top:86px}
.toast{top:96px!important;right:18px!important;bottom:auto!important;max-width:min(420px,calc(100vw - 36px));pointer-events:none;animation:toastIn .2s ease both}
@keyframes toastIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
@media(max-width:700px){main{padding-top:78px}.toast{top:84px!important;right:12px!important;max-width:calc(100vw - 24px)}}

/* ===== LAST OVERRIDES ===== */
.community{border-block:0!important}
.community-box{border:0!important;box-shadow:none!important;background:transparent!important}
.hero-stage{grid-template-columns:1fr!important}
.hero-side,.hero-brand-card{display:none!important}
.download-card{display:block!important;grid-template-columns:1fr!important;min-height:0!important}
.download-art{display:none!important}
.toast{
  position:fixed!important;right:20px!important;left:auto!important;bottom:20px!important;
  width:min(520px,calc(100% - 40px))!important;
  padding:14px 18px 18px!important;border-radius:16px!important;overflow:hidden!important;
}
.toast:after{
  content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;
  background:linear-gradient(90deg,var(--pink),var(--orange));
  transform-origin:left center;animation:toast-progress 5s linear forwards;
}
@keyframes toast-progress{from{transform:scaleX(1)}to{transform:scaleX(0)}}
.icon-arrow,.icon-arrow-down{display:inline-block;position:relative;width:14px;height:14px;flex:0 0 14px;vertical-align:middle;transition:transform .2s ease}
.icon-arrow:before{content:"";position:absolute;left:0;top:6px;width:13px;height:2px;border-radius:2px;background:currentColor}
.icon-arrow:after{content:"";position:absolute;right:0;top:2px;width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}
.icon-arrow-down:before{content:"";position:absolute;left:6px;top:0;width:2px;height:13px;border-radius:2px;background:currentColor}
.icon-arrow-down:after{content:"";position:absolute;left:3px;bottom:0;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}
a:hover .icon-arrow{transform:translateX(3px)}
a:hover .icon-arrow-down{transform:translateY(3px)}
.launcher-upload-card{grid-column:1/-1!important;padding:20px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.025)}
.launcher-upload-title{display:grid;gap:5px;margin-bottom:15px}.launcher-upload-title b{font-size:18px}.launcher-upload-title span,.launcher-upload-grid small{color:#85858f;font-size:12px}
.launcher-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.launcher-upload-grid label{display:grid;gap:8px}.launcher-upload-grid input[type=file]{padding:12px;border:1px dashed rgba(255,255,255,.14);border-radius:12px;background:#101116;color:#aaa}
.current-file{display:inline-flex;width:max-content;padding:7px 10px;border-radius:9px;background:rgba(255,47,104,.08);color:#ff668b;text-decoration:none;font-size:12px}
@media(max-width:650px){
  .site-header{top:7px!important}.header-inner{min-height:72px!important;padding:0 10px 0 14px!important;grid-template-columns:auto 1fr auto!important;gap:9px!important}
  .header-inner .brand span{display:none}.header-inner .brand img{width:42px!important;height:42px!important}
  .header-play{min-width:0!important;width:100%!important;height:56px!important;padding:0 14px!important;font-size:17px!important;border-radius:16px!important}
  .header-inner .burger{width:52px!important;height:52px!important;padding:11px!important}.header-inner .burger i{width:29px!important;height:3px!important}
  .mobile-nav{inset:72px 12px auto!important;width:auto!important;max-height:calc(100vh - 90px);border-radius:20px!important;padding:18px!important}
  .mobile-links{margin-top:18px!important;gap:3px!important}.mobile-links a{font-size:18px!important;padding:14px 4px!important}
  .hero{padding-top:34px!important}.hero-copy{padding:58px 28px!important}.hero-stage{min-height:560px!important}
  .download-copy{padding:34px 24px!important}.download-buttons{grid-template-columns:1fr!important}
  .launcher-upload-grid{grid-template-columns:1fr!important}
  .toast{left:12px!important;right:12px!important;bottom:14px!important;width:calc(100% - 24px)!important}
}

.icon-arrow-left{display:inline-block;position:relative;width:14px;height:14px;flex:0 0 14px;vertical-align:middle}
.icon-arrow-left:before{content:"";position:absolute;left:1px;top:6px;width:13px;height:2px;border-radius:2px;background:currentColor}
.icon-arrow-left:after{content:"";position:absolute;left:1px;top:2px;width:8px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}


/* ==========================================================
   FINAL 2026 OPENING PASS — clean geometry / mobile / admin
   ========================================================== */
.site-header{top:14px!important}
.header-inner{height:68px!important;min-height:68px!important;width:min(1180px,calc(100% - 32px))!important;padding:0 10px 0 18px!important;grid-template-columns:minmax(0,1fr) minmax(220px,280px) 48px!important;gap:12px!important;border-radius:20px!important}
.header-inner .brand img{width:42px!important;height:42px!important}
.header-play{height:48px!important;min-width:0!important;padding:0 20px!important;border-radius:14px!important;font-size:16px!important;gap:10px!important}
.header-play span{width:20px;height:20px;font-size:18px!important}
.header-inner .burger{width:48px!important;height:48px!important;border-radius:14px!important}
.header-inner .burger i{width:25px!important;height:3px!important}

/* The old decorative hero card is gone; keep the hero focused on the CTA. */
.hero-side,.hero-brand-card{display:none!important}
.hero-stage{min-height:620px!important}
.hero-copy{max-width:780px!important}

/* Download buttons intentionally have no trailing arrows. */
.download-buttons{grid-template-columns:1fr 1fr!important;gap:14px!important}
.download-btn{min-height:82px!important;border-radius:999px!important;grid-template-columns:56px minmax(0,1fr)!important;padding:14px 24px!important;gap:14px!important}
.download-btn .platform-icon{width:54px!important;height:54px!important;border-radius:50%!important;background:rgba(255,255,255,.12)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 8px 25px rgba(0,0,0,.12)!important}
.download-btn .platform-icon img{width:31px!important;height:31px!important}
.download-btn strong{font-size:19px!important;line-height:1.1!important}
.download-btn.disabled{opacity:.48;cursor:not-allowed;pointer-events:none;filter:grayscale(.15)}
.download-btn.android .platform-icon{background:linear-gradient(135deg,rgba(255,255,255,.24),rgba(255,255,255,.08))!important}
.download-btn.pc .platform-icon{background:rgba(255,255,255,.08)!important}

/* One actual public online counter only. */
.server-info>strong{display:none!important}
.server-info{margin-bottom:12px!important}

/* Community has no enclosing border; cards keep their own surfaces. */
.community,.community-box{border:0!important;outline:0!important;box-shadow:none!important}
.community{background:linear-gradient(180deg,rgba(12,13,18,.5),rgba(8,9,13,.72))!important}
.social-card{min-height:92px!important;border-radius:18px!important}
.social-card .icon-arrow{width:17px!important;height:17px!important}
.social-icon img{width:100%!important;height:100%!important;object-fit:contain!important}

/* Modern CSS arrows everywhere — no sticker/emoji arrows. */
.icon-arrow,.icon-arrow-down,.icon-arrow-left{color:currentColor!important}
.icon-arrow{width:16px!important;height:16px!important;flex-basis:16px!important}
.icon-arrow:before{width:14px!important;height:2px!important;top:7px!important}
.icon-arrow:after{width:8px!important;height:8px!important;top:3px!important}
.icon-arrow-down{width:18px!important;height:18px!important;flex-basis:18px!important}
.icon-arrow-down:before{left:8px!important;height:14px!important;width:2px!important}
.icon-arrow-down:after{left:5px!important;bottom:0!important;width:8px!important;height:8px!important}
.text-link{gap:10px!important;white-space:nowrap!important;min-width:170px!important;padding:12px 16px!important}
.text-link .icon-arrow{margin-left:2px!important}

/* Small 5-second notifications. Structure stays unchanged. */
.toast{left:auto!important;right:20px!important;bottom:20px!important;top:auto!important;width:auto!important;max-width:min(420px,calc(100vw - 40px))!important;padding:13px 17px 16px!important;border-radius:15px!important;font-size:14px!important;line-height:1.4!important;box-shadow:0 18px 50px rgba(0,0,0,.38)!important}
.toast:after{height:3px!important;animation:toast-progress 5s linear forwards!important}
.toast.toast-expired{opacity:0!important;transform:translateY(7px)!important;transition:opacity .28s ease,transform .28s ease!important}

/* Launcher management */
.launcher-upload-grid{gap:16px!important}
.launcher-upload-grid label{padding:14px!important;border:1px solid rgba(255,255,255,.07);border-radius:15px;background:rgba(7,8,12,.34)}
.launcher-upload-grid input[type=file]{min-height:48px!important}
.current-file,.launcher-empty{display:inline-flex!important;align-items:center;min-height:34px!important;width:fit-content!important;padding:7px 10px!important;border-radius:9px!important;background:rgba(255,47,104,.08)!important;color:#ff6c91!important}
.launcher-empty{color:#858a99!important;background:rgba(255,255,255,.035)!important}
.launcher-current-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;padding:15px 17px;border:1px solid rgba(255,255,255,.07);border-radius:15px;background:rgba(255,255,255,.025)}
.launcher-current-actions>div:first-child{display:grid;gap:4px}.launcher-current-actions span{font-size:12px;color:#858a99}.launcher-current-buttons{display:flex;gap:8px;flex-wrap:wrap}.btn.danger{background:rgba(224,62,78,.12);border:1px solid rgba(224,62,78,.32);color:#ff8a96}

/* User detail: only the chosen profile + controls. */
.account-edit-form{flex:1 1 100%!important;display:grid!important;grid-template-columns:1fr 1fr 1fr auto!important;align-items:end!important}
.account-edit-form .form-section-title{grid-column:1/-1!important;color:#fff;font-size:14px!important}
.account-edit-form input{min-width:0!important}
.detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.detail-actions form{min-width:0}

/* Product editor: stable two-column panel, no overlap. */
.product-manage details[open]{position:relative!important;z-index:1!important}
.compact-form{position:relative!important;z-index:1!important}

/* Premium stats like the reference screenshot. */
.admin-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.admin-stat{min-height:112px!important}

@media(max-width:980px){
  .header-inner{grid-template-columns:minmax(0,1fr) minmax(190px,250px) 48px!important}
  .admin-stats{grid-template-columns:1fr 1fr!important}
  .detail-grid{grid-template-columns:1fr 1fr!important}
  .account-edit-form{grid-template-columns:1fr 1fr!important}
  .account-edit-form .form-section-title,.account-edit-form button{grid-column:1/-1!important}
  .launcher-current-actions{align-items:flex-start;flex-direction:column}
}
@media(max-width:700px){
  main{padding-top:74px!important}
  .site-header{top:8px!important}
  .header-inner{width:calc(100% - 24px)!important;height:62px!important;min-height:62px!important;grid-template-columns:42px minmax(0,1fr) 44px!important;padding:0 8px 0 10px!important;gap:8px!important;border-radius:18px!important}
  .header-inner .brand img{width:38px!important;height:38px!important}
  .header-play{height:44px!important;font-size:14px!important;padding:0 13px!important;border-radius:14px!important}
  .header-play span{width:18px;height:18px}
  .header-inner .burger{width:44px!important;height:44px!important;border-radius:13px!important}
  .header-inner .burger i{width:24px!important;height:2.5px!important}
  .mobile-nav{top:78px!important;right:12px!important;width:calc(100% - 24px)!important;max-width:340px!important}
  .hero{padding-top:18px!important}
  .hero-stage{min-height:540px!important}
  .hero-copy{padding:46px 22px 34px!important}
  .download-copy{padding:30px 18px!important}
  .download-buttons{grid-template-columns:1fr!important}
  .download-btn{min-height:74px!important;padding:12px 18px!important}
  .download-btn strong{font-size:17px!important}
  .social-cards{grid-template-columns:1fr!important}
  .text-link{width:100%!important;min-width:0!important}
  .toast{left:12px!important;right:12px!important;bottom:14px!important;max-width:none!important;font-size:13px!important;padding:12px 15px 15px!important}
  .launcher-current-actions{padding:13px}
  .account-edit-form{grid-template-columns:1fr!important}
  .account-edit-form .form-section-title,.account-edit-form button{grid-column:auto!important}
  .detail-grid{grid-template-columns:1fr!important}
  .admin-stat{min-height:104px!important}
}
@media(max-width:430px){
  .header-play{font-size:13px!important}
  .header-inner .brand img{width:36px!important;height:36px!important}
  .admin-stats{grid-template-columns:1fr 1fr!important}
  .admin-stat{padding:15px!important}.admin-stat b{font-size:23px!important}
}

/* ==========================================================
   FINAL MOBILE / PREMIUM POLISH
   ========================================================== */
/* Community is intentionally frameless. */
.community-box{border:0!important;box-shadow:none!important;background:transparent!important}
.community{border:0!important}

/* Compact, balanced header and menu on phones/tablets. */
.site-header{top:10px!important}
.header-inner{height:68px!important;min-height:68px!important;grid-template-columns:52px minmax(180px,360px) 52px!important;justify-content:space-between!important;width:min(1040px,calc(100% - 28px))!important;padding:0 8px 0 14px!important;gap:10px!important;border-radius:20px!important}
.header-inner .brand img{width:40px!important;height:40px!important;object-fit:contain!important}
.header-play{height:48px!important;min-width:0!important;padding:0 18px!important;border-radius:15px!important;font-size:17px!important;gap:10px!important;white-space:nowrap!important}
.header-play span{font-size:21px!important}
.header-inner .burger{width:48px!important;height:48px!important;border-radius:14px!important}
.header-inner .burger i{width:24px!important;height:3px!important}
@media(max-width:1000px){
  .mobile-nav{inset:auto!important;top:86px!important;right:14px!important;left:auto!important;width:min(360px,calc(100vw - 28px))!important;max-height:calc(100vh - 102px)!important;border-radius:24px!important;padding:14px!important;background:rgba(12,13,19,.985)!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 28px 90px rgba(0,0,0,.58),0 0 0 1px rgba(239,43,114,.04)!important}
  .mobile-nav-head{padding:4px 4px 10px!important}
  .mobile-nav-head .brand img{width:44px!important;height:44px!important}
  .menu-close{width:44px!important;height:44px!important;font-size:34px!important;line-height:1!important;border-radius:13px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.08)!important}
  .mobile-links{margin-top:18px!important;gap:5px!important}
  .mobile-links a{font-size:20px!important;padding:13px 10px!important;border-bottom:0!important;border-radius:12px!important;background:transparent!important}
  .mobile-links a:hover{background:rgba(255,255,255,.045)!important}
  .mobile-links a span{font-size:16px!important;color:#dfe2ea!important}
  .mobile-nav-footer{padding:12px 4px 2px!important;margin-top:10px!important;border-top:1px solid rgba(255,255,255,.08)!important}
  .mobile-nav-footer .mobile-play{height:48px!important;font-size:16px!important}
}
@media(max-width:560px){
  .site-header{top:8px!important}
  .header-inner{width:calc(100% - 24px)!important;height:62px!important;min-height:62px!important;grid-template-columns:42px minmax(0,1fr) 44px!important;padding:0 6px 0 10px!important;gap:7px!important;border-radius:18px!important}
  .header-inner .brand img{width:36px!important;height:36px!important}
  .header-play{height:44px!important;font-size:15px!important;padding:0 12px!important;border-radius:14px!important}
  .header-play span{font-size:19px!important}
  .header-inner .burger{width:42px!important;height:42px!important;border-radius:13px!important}
  .header-inner .burger i{width:22px!important;height:2.5px!important}
  .mobile-nav{top:78px!important;right:10px!important;width:calc(100vw - 20px)!important;max-height:calc(100vh - 92px)!important;border-radius:21px!important}
  .mobile-links a{font-size:19px!important;padding:12px 9px!important}
}

/* Notifications: compact, fixed at the top, 5-second progress bar. */
.toast{position:fixed!important;top:92px!important;right:18px!important;bottom:auto!important;left:auto!important;width:auto!important;max-width:min(440px,calc(100vw - 36px))!important;min-height:0!important;padding:14px 18px 16px!important;border-radius:16px!important;font-size:14px!important;line-height:1.4!important;z-index:120!important;overflow:hidden!important;box-shadow:0 18px 55px rgba(0,0,0,.45)!important}
.toast:after{height:3px!important;left:0!important;right:0!important;bottom:0!important;border-radius:0!important;background:linear-gradient(90deg,var(--pink),var(--orange))!important;transform-origin:left center!important;animation:toast-progress 5s linear forwards!important}
@media(max-width:560px){.toast{top:78px!important;right:10px!important;max-width:calc(100vw - 20px)!important;padding:12px 15px 14px!important;font-size:13px!important;border-radius:14px!important}}

/* Platform icons: consistent silhouette and no sticker-like arrows. */
.download-btn{grid-template-columns:54px 1fr!important}
.download-btn .platform-icon{width:54px!important;height:54px!important;border-radius:17px!important;background:rgba(255,255,255,.09)!important;overflow:hidden!important;display:grid!important;place-items:center!important}
.download-btn .platform-icon img{width:54px!important;height:54px!important;display:block!important;object-fit:cover!important}
.download-btn.android .platform-icon{background:transparent!important}
.download-btn.pc .platform-icon{background:rgba(255,255,255,.08)!important}
.download-btn.disabled{opacity:.46!important;cursor:not-allowed!important;filter:saturate(.65)!important}
@media(max-width:560px){.download-btn{grid-template-columns:50px 1fr!important}.download-btn .platform-icon,.download-btn .platform-icon img{width:50px!important;height:50px!important}.download-btn{padding:12px 16px!important}}

/* Social icons have identical visual geometry, including support. */
.social-icon{width:64px!important;height:64px!important;border-radius:18px!important;overflow:hidden!important;padding:0!important;display:grid!important;place-items:center!important;background:rgba(255,255,255,.06)!important}
.social-icon img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.support-icon{background:transparent!important}
@media(max-width:560px){.social-icon{width:54px!important;height:54px!important;border-radius:16px!important}.social-card{grid-template-columns:54px 1fr auto!important}}

/* Balance CTA in the cabinet. */
.balance-row{margin-top:10px!important}
.balance-topup{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;margin:14px 0 18px!important;min-height:52px!important;padding:0 18px!important;border-radius:15px!important;text-decoration:none!important;color:#fff!important;font-weight:900!important;background:linear-gradient(105deg,var(--pink),var(--orange))!important;box-shadow:0 14px 34px rgba(239,43,114,.18)!important;transition:transform .18s ease,filter .18s ease!important}
.balance-topup:hover{transform:translateY(-2px)!important;filter:brightness(1.06)!important}
.balance-topup .icon-arrow{color:#fff!important}

/* Block form is clear and compact. */
.block-account-form{display:grid!important;grid-template-columns:1fr 120px auto!important;gap:8px!important;align-items:center!important}
.block-account-form input{min-width:0!important}
.block-status{display:grid!important;gap:3px!important;padding:10px 12px!important;border:1px solid rgba(255,55,76,.22)!important;border-radius:12px!important;background:rgba(255,55,76,.05)!important}
.block-status span{font-size:11px!important;color:#aeb2c0!important}
@media(max-width:700px){.block-account-form{grid-template-columns:1fr!important}.block-status{order:-1}}

/* Upload controls communicate that arbitrary file types are supported. */
.launcher-upload-card input[type=file]{padding:13px!important;border:1px dashed rgba(255,255,255,.16)!important;background:rgba(255,255,255,.025)!important}
.current-file{display:block!important;margin-top:7px!important;color:#65e79b!important;font-size:12px!important;overflow-wrap:anywhere!important}
.launcher-empty{display:block!important;margin-top:7px!important;color:#777f90!important;font-size:12px!important}


/* ==========================================================
   V7 — precision layout / interaction pass
   ========================================================== */
:root{--ease-ui:cubic-bezier(.2,.75,.2,1)}
*{-webkit-tap-highlight-color:transparent}
.btn,.header-play,.burger,.menu-close,.mobile-links a,.download-btn,.social-card,.text-link,.balance-topup,.product,.shop-balance-card{transition:transform .18s var(--ease-ui),box-shadow .18s var(--ease-ui),filter .18s var(--ease-ui),border-color .18s var(--ease-ui),background .18s var(--ease-ui)}
.btn:active,.header-play:active,.burger:active,.menu-close:active,.mobile-links a:active,.download-btn:active,.social-card:active,.text-link:active,.balance-topup:active{transform:translateY(1px) scale(.975);filter:brightness(.96)}
.btn:hover,.header-play:hover{filter:brightness(1.045)}
.burger:active,.menu-close:active{transform:scale(.94)}

/* Header: compact and geometrically balanced on every viewport. */
.header-inner{grid-template-columns:48px minmax(220px,330px) 48px!important;height:66px!important;min-height:66px!important;border-radius:19px!important;padding:0 8px 0 12px!important;gap:10px!important}
.header-inner .brand img{width:40px!important;height:40px!important}
.header-play{height:46px!important;border-radius:14px!important;font-size:16px!important;padding:0 18px!important}
.header-play .icon-arrow-down{width:18px;height:18px}
.header-inner .burger{width:46px!important;height:46px!important;border-radius:13px!important}
.header-inner .burger i{width:23px!important;height:2.5px!important}

/* Menu panel: smaller footprint, tighter rhythm, no oversized empty space. */
.mobile-nav{width:min(318px,calc(100vw - 28px))!important;max-height:calc(100vh - 96px)!important;overflow:auto!important;padding:11px!important;border-radius:20px!important;top:82px!important}
.mobile-nav-head{padding:2px 2px 7px!important}
.mobile-nav-head .brand img{width:38px!important;height:38px!important}
.menu-close{width:40px!important;height:40px!important;font-size:29px!important}
.mobile-links{margin-top:8px!important;gap:2px!important}
.mobile-links a{font-size:17px!important;line-height:1.15!important;padding:11px 9px!important;min-height:46px!important}
.mobile-links a span{font-size:15px!important}
.mobile-nav-footer{padding:9px 2px 1px!important;margin-top:7px!important}
.mobile-nav-footer .mobile-play{height:45px!important;font-size:15px!important}
@media(max-width:560px){
  .header-inner{width:calc(100% - 20px)!important;grid-template-columns:40px minmax(0,1fr) 42px!important;height:58px!important;min-height:58px!important;border-radius:17px!important;gap:7px!important;padding:0 5px 0 8px!important}
  .header-inner .brand img{width:34px!important;height:34px!important}
  .header-play{height:42px!important;border-radius:13px!important;font-size:14px!important;padding:0 11px!important}
  .header-play .icon-arrow-down{width:17px;height:17px}
  .header-inner .burger{width:40px!important;height:40px!important;border-radius:12px!important}
  .header-inner .burger i{width:21px!important;height:2.3px!important}
  .mobile-nav{top:72px!important;right:10px!important;width:calc(100vw - 20px)!important;max-height:calc(100vh - 84px)!important;border-radius:19px!important}
}

/* Direct download links: no visual navigation detour. */
.download-btn:not(.disabled){cursor:pointer}

/* Shop: balance/top-up card is intentionally above products. */
.shop-balance-section{padding-top:10px!important;padding-bottom:22px!important}
.shop-balance-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:26px;align-items:center;padding:28px 30px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:linear-gradient(145deg,rgba(23,24,32,.96),rgba(11,12,17,.96));box-shadow:0 22px 60px rgba(0,0,0,.20)}
.shop-balance-card:hover{border-color:rgba(255,75,92,.28);box-shadow:0 26px 70px rgba(0,0,0,.25)}
.shop-balance-card h2{margin:9px 0 4px;font-size:clamp(26px,3vw,38px);letter-spacing:-.04em}
.shop-balance-card p{margin:8px 0 0;color:#9297a6;line-height:1.55;max-width:680px}
.shop-balance-value{font-size:clamp(32px,4vw,52px);font-weight:950;letter-spacing:-.05em;margin-top:5px}
.shop-balance-action form{display:grid;grid-template-columns:1fr;gap:10px}
.shop-balance-action input{width:100%;margin:0;padding:15px 16px;border-radius:14px;border:1px solid var(--line);background:#0f1015;color:#fff;outline:none;font:inherit}
.shop-balance-action .btn{min-height:52px;border-radius:15px}
.shop-products-section{padding-top:8px!important}
.shop-products-section .products{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.shop-products-section .product{height:100%;display:flex;flex-direction:column;padding:18px}
.shop-products-section .product-foot{margin-top:auto;padding-top:20px}
@media(max-width:900px){.shop-balance-card{grid-template-columns:1fr}.shop-products-section .products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.shop-balance-card{padding:22px 18px;border-radius:20px;gap:18px}.shop-products-section .products{grid-template-columns:1fr}.shop-balance-action .btn{width:100%}}

/* Download controls: clearer icon hierarchy and equal geometry. */
.download-buttons{gap:14px!important}
.download-btn{min-height:80px!important;grid-template-columns:52px minmax(0,1fr)!important;padding:14px 20px!important}
.download-btn .platform-icon{width:52px!important;height:52px!important;border-radius:16px!important;background:rgba(255,255,255,.10)!important;box-shadow:inset 0 1px rgba(255,255,255,.10)!important}
.download-btn.android .platform-icon{background:rgba(255,255,255,.11)!important}
.download-btn .platform-icon img{width:37px!important;height:37px!important;object-fit:contain!important}
.download-btn strong{line-height:1.1!important}
@media(max-width:560px){.download-btn{grid-template-columns:48px minmax(0,1fr)!important;min-height:72px!important;padding:11px 15px!important}.download-btn .platform-icon{width:48px!important;height:48px!important}.download-btn .platform-icon img{width:34px!important;height:34px!important}}

/* One visual language for arrows; never let them collide with button text. */
.icon-arrow,.icon-arrow-down,.icon-arrow-left{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;position:relative!important}
.icon-arrow{width:22px!important;height:22px!important}
.icon-arrow::before{content:"";width:13px;height:13px;border-top:2.5px solid currentColor;border-right:2.5px solid currentColor;transform:rotate(45deg);margin-left:-5px}
.icon-arrow::after{content:"";position:absolute;width:18px;height:2.5px;background:currentColor;left:1px;top:10px;border-radius:9px}
.icon-arrow-down{width:22px!important;height:22px!important}
.icon-arrow-down::before{content:"";width:12px;height:12px;border-right:2.5px solid currentColor;border-bottom:2.5px solid currentColor;transform:rotate(45deg);margin-top:-5px}
.icon-arrow-down::after{content:"";position:absolute;width:2.5px;height:18px;background:currentColor;top:1px;left:10px;border-radius:9px}
.icon-arrow-left{width:22px!important;height:22px!important}
.icon-arrow-left::before{content:"";width:13px;height:13px;border-left:2.5px solid currentColor;border-bottom:2.5px solid currentColor;transform:rotate(45deg);margin-left:5px}
.icon-arrow-left::after{content:"";position:absolute;width:18px;height:2.5px;background:currentColor;right:1px;top:10px;border-radius:9px}
.text-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;white-space:nowrap!important;min-height:48px!important;padding:0 18px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:14px!important;background:rgba(255,255,255,.025)!important}
.text-link .icon-arrow{margin-left:2px!important}

/* Compact top notifications with five-second progress. */
.toast{top:88px!important;right:18px!important;bottom:auto!important;max-width:min(420px,calc(100vw - 36px))!important;padding:13px 17px 15px!important;border-radius:14px!important}
.toast:after{content:"";position:absolute!important;display:block!important;height:3px!important;left:0!important;bottom:0!important;width:100%!important;background:linear-gradient(90deg,var(--pink),var(--orange))!important;animation:toast-progress 5s linear forwards!important}
@keyframes toast-progress{from{transform:scaleX(1)}to{transform:scaleX(0)}}
@media(max-width:560px){.toast{top:72px!important;right:10px!important;max-width:calc(100vw - 20px)!important;padding:11px 14px 13px!important}}

/* Social cards: equal icon boxes, alignment and press feedback. */
.social-card{min-height:88px!important;padding:15px 18px!important;border-radius:18px!important}
.social-card .social-icon{width:56px!important;height:56px!important;border-radius:16px!important;flex:0 0 56px!important}
.social-card .social-icon img{width:100%!important;height:100%!important;object-fit:contain!important}
.social-card>span:nth-child(2){min-width:0;display:grid;gap:3px}
.social-card>span:nth-child(2) small{color:#858b9c}
@media(max-width:560px){.social-card{min-height:78px!important;padding:12px 14px!important}.social-card .social-icon{width:52px!important;height:52px!important;flex-basis:52px!important;border-radius:15px!important}}

/* Product buttons and cards feel interactive without changing structure. */
.product:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.13);box-shadow:0 18px 45px rgba(0,0,0,.20)}
.product .btn{min-width:112px;min-height:46px;border-radius:13px}

/* Desktop spacing: keep the page airy but never oversized. */
@media(min-width:1001px){main{padding-top:96px!important}.section{padding:72px 0!important}.page-title{padding:62px 0 28px!important}.community{padding:68px 0!important}}

/* ==========================================================
   V8 — restore the previous header scale + directional press arrows
   ========================================================== */
.site-header{top:14px!important}
.header-inner{height:76px!important;min-height:76px!important;width:min(1180px,calc(100% - 32px))!important;padding:0 12px 0 18px!important;grid-template-columns:minmax(0,1fr) minmax(260px,330px) 54px!important;gap:14px!important;border-radius:22px!important}
.header-inner .brand img{width:46px!important;height:46px!important}
.header-play{height:56px!important;min-width:0!important;padding:0 22px!important;border-radius:17px!important;font-size:18px!important;gap:12px!important}
.header-play .icon-arrow-down{width:22px!important;height:22px!important}
.header-inner .burger{width:52px!important;height:52px!important;border-radius:15px!important}
.header-inner .burger i{width:28px!important;height:3px!important}

/* Old thin line arrows: same geometry across the whole site. */
.icon-arrow,.icon-arrow-down,.icon-arrow-left{display:inline-block!important;position:relative!important;flex:0 0 auto!important;vertical-align:middle!important}
.icon-arrow{width:18px!important;height:18px!important}
.icon-arrow:before{content:"";position:absolute!important;left:0!important;top:8px!important;width:16px!important;height:2.5px!important;border-radius:3px!important;background:currentColor!important}
.icon-arrow:after{content:"";position:absolute!important;right:0!important;top:4px!important;width:9px!important;height:9px!important;border-top:2.5px solid currentColor!important;border-right:2.5px solid currentColor!important;transform:rotate(45deg)!important}
.icon-arrow-down{width:22px!important;height:22px!important}
.icon-arrow-down:before{content:"";position:absolute!important;left:9px!important;top:0!important;width:2.5px!important;height:17px!important;border-radius:3px!important;background:currentColor!important}
.icon-arrow-down:after{content:"";position:absolute!important;left:5px!important;bottom:0!important;width:10px!important;height:10px!important;border-right:2.5px solid currentColor!important;border-bottom:2.5px solid currentColor!important;transform:rotate(45deg)!important}
.icon-arrow-left{width:18px!important;height:18px!important}
.icon-arrow-left:before{content:"";position:absolute!important;right:0!important;top:8px!important;width:16px!important;height:2.5px!important;border-radius:3px!important;background:currentColor!important}
.icon-arrow-left:after{content:"";position:absolute!important;left:0!important;top:4px!important;width:9px!important;height:9px!important;border-left:2.5px solid currentColor!important;border-bottom:2.5px solid currentColor!important;transform:rotate(45deg)!important}

/* Arrow movement is synchronized with the common button press animation. */
.icon-arrow,.icon-arrow-down,.icon-arrow-left{transition:transform .18s var(--ease-ui)!important}
.is-pressed .icon-arrow,.is-pressed .icon-arrow-down,.is-pressed .icon-arrow-left{transform:none!important}
.is-pressed .icon-arrow{transform:translateX(4px)!important}
.is-pressed .icon-arrow-down{transform:translateY(4px)!important}
.is-pressed .icon-arrow-left{transform:translateX(-4px)!important}
.btn:active .icon-arrow,.header-play:active .icon-arrow,.social-card:active .icon-arrow,.text-link:active .icon-arrow,.balance-topup:active .icon-arrow,.mobile-links a:active .icon-arrow{transform:translateX(4px)!important}
.btn:active .icon-arrow-down,.header-play:active .icon-arrow-down{transform:translateY(4px)!important}
.btn:active .icon-arrow-left,.text-link:active .icon-arrow-left{transform:translateX(-4px)!important}

/* Download icons match the supplied reference: clean white silhouettes, no sticker boxes. */
.download-btn .platform-icon{width:58px!important;height:58px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important}
.download-btn .platform-icon img{width:58px!important;height:58px!important;object-fit:contain!important}
.download-btn.android .platform-icon,.download-btn.pc .platform-icon{background:transparent!important}
.download-btn{grid-template-columns:58px minmax(0,1fr)!important;min-height:88px!important;padding:14px 24px!important;border-radius:999px!important}
@media(max-width:700px){
  .site-header{top:7px!important}
  .header-inner{width:calc(100% - 24px)!important;height:72px!important;min-height:72px!important;grid-template-columns:48px minmax(0,1fr) 54px!important;padding:0 9px 0 14px!important;gap:10px!important;border-radius:20px!important}
  .header-inner .brand img{width:42px!important;height:42px!important}
  .header-play{height:56px!important;font-size:17px!important;padding:0 16px!important;border-radius:16px!important}
  .header-inner .burger{width:52px!important;height:52px!important;border-radius:15px!important}
  .header-inner .burger i{width:29px!important;height:3px!important}
  .mobile-nav{top:84px!important}
  .download-btn{grid-template-columns:56px minmax(0,1fr)!important;min-height:82px!important;padding:13px 20px!important}
  .download-btn .platform-icon,.download-btn .platform-icon img{width:56px!important;height:56px!important}
}
@media(max-width:430px){
  .header-inner{grid-template-columns:44px minmax(0,1fr) 52px!important;height:70px!important;min-height:70px!important;gap:8px!important;padding:0 7px 0 10px!important}
  .header-inner .brand img{width:40px!important;height:40px!important}
  .header-play{height:54px!important;font-size:16px!important;padding:0 13px!important}
  .header-inner .burger{width:50px!important;height:50px!important}
  .header-inner .burger i{width:27px!important}
  .download-btn{grid-template-columns:52px minmax(0,1fr)!important;min-height:78px!important;padding:12px 17px!important}
  .download-btn .platform-icon,.download-btn .platform-icon img{width:52px!important;height:52px!important}
}

/* ==========================================================
   FINAL POLISH — alignment, premium arrows and real launcher links
   ========================================================== */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{overflow-x:hidden}
.wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}

/* Premium directional arrows: clean line + chevron, no sticker look. */
.icon-arrow,.icon-arrow-down,.icon-arrow-left{position:relative!important;display:inline-block!important;flex:0 0 auto!important;vertical-align:middle!important;color:currentColor!important;transition:transform .18s cubic-bezier(.22,.8,.22,1)!important;will-change:transform}
.icon-arrow{width:26px!important;height:22px!important}
.icon-arrow::before{content:"";position:absolute;left:1px;top:10px;width:18px;height:2.5px;border-radius:99px;background:currentColor!important}
.icon-arrow::after{content:"";position:absolute;right:1px;top:5px;width:11px;height:11px;border-top:2.5px solid currentColor;border-right:2.5px solid currentColor;transform:rotate(45deg);border-radius:1px}
.icon-arrow-down{width:25px!important;height:28px!important}
.icon-arrow-down::before{content:"";position:absolute;left:11px;top:1px;width:2.5px;height:20px;border-radius:99px;background:currentColor!important}
.icon-arrow-down::after{content:"";position:absolute;left:5px;bottom:2px;width:13px;height:13px;border-right:2.5px solid currentColor;border-bottom:2.5px solid currentColor;transform:rotate(45deg);border-radius:1px}
.icon-arrow-left{width:26px!important;height:22px!important}
.icon-arrow-left::before{content:"";position:absolute;right:1px;top:10px;width:18px;height:2.5px;border-radius:99px;background:currentColor!important}
.icon-arrow-left::after{content:"";position:absolute;left:1px;top:5px;width:11px;height:11px;border-left:2.5px solid currentColor;border-bottom:2.5px solid currentColor;transform:rotate(45deg);border-radius:1px}
.is-pressed .icon-arrow{transform:translateX(4px)!important}
.is-pressed .icon-arrow-down{transform:translateY(4px)!important}
.is-pressed .icon-arrow-left{transform:translateX(-4px)!important}

/* Consistent controls and spacing. */
.btn,.header-play,.download-btn,.text-link,.social-card{transition:transform .18s cubic-bezier(.22,.8,.22,1),box-shadow .18s ease,border-color .18s ease,filter .18s ease!important}
.btn:active,.header-play:active,.download-btn:active,.text-link:active,.social-card:active,.burger:active{transform:scale(.985)!important}
.header-play:active,.download-btn:active,.text-link:active,.social-card:active{filter:brightness(.98)}

/* Header: same visual rhythm on desktop and phone. */
.site-header{z-index:1000}
.header-inner{align-items:center!important}
.header-play{display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;overflow:hidden!important}
.header-play .icon-arrow-down{margin-left:4px!important}
.burger{display:flex!important;align-items:center!important;justify-content:center!important}

/* Download buttons always point to the server-side slot selected in admin. */
.download-buttons{align-items:stretch!important}
.download-btn{display:grid!important;align-items:center!important;min-width:0!important;overflow:hidden!important}
.download-btn>div{min-width:0!important}
.download-btn strong{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.download-btn .platform-icon{display:grid!important;place-items:center!important;overflow:visible!important}
.download-btn .platform-icon img{display:block!important;object-fit:contain!important}

/* Android icon is an actual vector mark, not a background sticker. */
.download-btn.android .platform-icon{background:transparent!important;border:0!important;box-shadow:none!important}
.download-btn.android .platform-icon img{width:52px!important;height:52px!important}
.download-btn.pc .platform-icon img{width:50px!important;height:50px!important}

/* Admin launcher uploader: usable from iPhone, Android and PC. */
.launcher-upload-card{width:100%!important}
.launcher-upload-grid{align-items:stretch!important}
.launcher-upload-grid>label{min-width:0!important}
.launcher-upload-grid input[type=file]{width:100%!important;min-height:48px!important;padding:10px!important;border-radius:14px!important}
.current-file{display:block!important;word-break:break-word!important;overflow-wrap:anywhere!important}

/* Prevent cards, buttons and text from drifting on narrow screens. */
.download-card,.community-box,.shop-balance-card,.section-head,.admin-card,.launcher-upload-card{max-width:100%!important}
.section-head{align-items:end!important;gap:20px!important}
.text-link{flex:0 0 auto!important}
.social-card{align-items:center!important;min-width:0!important}
.social-card>span:nth-child(2){overflow:hidden!important}
.social-card>span:nth-child(2) b,.social-card>span:nth-child(2) small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}

@media(max-width:700px){
  .wrap{width:calc(100% - 24px)}
  .header-inner{width:calc(100% - 20px)!important}
  .header-play{font-size:17px!important}
  .download-btn{grid-template-columns:54px minmax(0,1fr)!important;min-height:80px!important;padding:13px 18px!important;gap:12px!important}
  .download-btn .platform-icon{width:54px!important;height:54px!important}
  .download-btn.android .platform-icon img{width:48px!important;height:48px!important}
  .download-btn.pc .platform-icon img{width:46px!important;height:46px!important}
  .section-head{align-items:stretch!important;flex-direction:column!important}
  .text-link{width:100%!important}
}
@media(max-width:430px){
  .header-play{font-size:15px!important;padding-inline:12px!important}
  .header-play .icon-arrow-down{margin-left:2px!important}
  .download-btn strong{font-size:16px!important}
}

/* V10 FINAL — clean directional arrows and host-file downloads */
.icon-arrow,.icon-arrow-left,.icon-arrow-down{display:inline-block!important;position:relative!important;flex:0 0 auto!important;color:currentColor!important;transition:transform .18s cubic-bezier(.2,.75,.2,1)!important;will-change:transform!important}
.icon-arrow{width:34px!important;height:20px!important}
.icon-arrow:before{content:"";position:absolute!important;left:1px!important;top:9px!important;width:22px!important;height:2px!important;border-radius:2px!important;background:currentColor!important}
.icon-arrow:after{content:"";position:absolute!important;right:2px!important;top:4px!important;width:11px!important;height:11px!important;border-top:2px solid currentColor!important;border-right:2px solid currentColor!important;transform:rotate(45deg)!important}
.icon-arrow-down{width:28px!important;height:30px!important}
.icon-arrow-down:before{content:"";position:absolute!important;left:13px!important;top:1px!important;width:2px!important;height:21px!important;border-radius:2px!important;background:currentColor!important}
.icon-arrow-down:after{content:"";position:absolute!important;left:7px!important;bottom:2px!important;width:13px!important;height:13px!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:rotate(45deg)!important}
.icon-arrow-left{width:34px!important;height:20px!important}
.icon-arrow-left:before{content:"";position:absolute!important;right:1px!important;top:9px!important;width:22px!important;height:2px!important;border-radius:2px!important;background:currentColor!important}
.icon-arrow-left:after{content:"";position:absolute!important;left:2px!important;top:4px!important;width:11px!important;height:11px!important;border-left:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:rotate(45deg)!important}
.is-pressed .icon-arrow{transform:translateX(4px)!important}
.is-pressed .icon-arrow-down{transform:translateY(4px)!important}
.is-pressed .icon-arrow-left{transform:translateX(-4px)!important}
.payment-settings{padding:18px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:rgba(255,255,255,.025)!important;display:grid!important;gap:10px!important}
.payment-settings>b{font-size:18px}.payment-settings>small{color:#888;line-height:1.5}.payment-settings code{color:#ddd}
.payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.payment-grid label{min-width:0}.payment-grid .wide{grid-column:1/-1}
.launcher-upload-grid small{display:block;color:#777;margin-top:6px}.download-btn{cursor:pointer}.download-btn.disabled{cursor:not-allowed}
@media(max-width:700px){.payment-grid{grid-template-columns:1fr}.payment-grid .wide{grid-column:auto}.icon-arrow{width:31px!important}.icon-arrow-down{width:26px!important}}

/* Final arrow glyph: crisp SVG-style line arrow, no sticker/emoji look. */
.icon-arrow,.icon-arrow-left,.icon-arrow-down{background-color:currentColor!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;border:0!important}
.icon-arrow,.icon-arrow-left{width:32px!important;height:20px!important}
.icon-arrow{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 20'%3E%3Cpath d='M1 10h24M20 4l6 6-6 6' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 20'%3E%3Cpath d='M1 10h24M20 4l6 6-6 6' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat!important}
.icon-arrow-left{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 20'%3E%3Cpath d='M31 10H7M12 4l-6 6 6 6' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 20'%3E%3Cpath d='M31 10H7M12 4l-6 6 6 6' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat!important}
.icon-arrow-down{width:24px!important;height:28px!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M12 1v20M5 15l7 7 7-7' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M12 1v20M5 15l7 7 7-7' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat!important}
.icon-arrow::before,.icon-arrow::after,.icon-arrow-left::before,.icon-arrow-left::after,.icon-arrow-down::before,.icon-arrow-down::after{display:none!important;content:none!important}

/* Direct game donation UI: no site balance, payment goes straight to the game DB. */
.game-donate-section{padding-top:24px!important}
.game-donate-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:34px;padding:34px;border:1px solid rgba(255,255,255,.09);border-radius:28px;background:linear-gradient(145deg,rgba(20,21,29,.97),rgba(10,11,16,.96));box-shadow:0 28px 90px rgba(0,0,0,.28);overflow:hidden;position:relative}
.game-donate-card:before{content:"";position:absolute;width:360px;height:360px;right:-160px;top:-180px;border-radius:50%;background:radial-gradient(circle,rgba(255,63,112,.18),transparent 68%);pointer-events:none}
.game-donate-copy h2{font-size:clamp(32px,4vw,52px);letter-spacing:-.045em;margin:12px 0}
.game-donate-copy p{max-width:650px;color:#9da1af;line-height:1.7;font-size:16px}
.game-donate-rate{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:30px;padding:17px 18px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.025)}
.game-donate-rate span{color:#8f94a2}.game-donate-rate b{color:#fff}
.game-donate-form{display:grid;gap:14px;align-content:center;position:relative;z-index:1}
.game-donate-form label{display:grid;gap:8px;color:#9da1af;font-size:13px;font-weight:700}
.game-donate-form input{width:100%;padding:17px 18px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:#0d0e13;color:#fff;outline:none;font:inherit;font-size:16px;transition:border-color .18s,box-shadow .18s,transform .18s}
.game-donate-form input:focus{border-color:rgba(255,75,92,.65);box-shadow:0 0 0 4px rgba(255,75,92,.08)}
.game-donate-preview{display:flex;justify-content:space-between;align-items:center;padding:15px 17px;border-radius:15px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)}
.game-donate-preview span{color:#8f94a2}.game-donate-preview strong{color:#fff;font-size:18px}
.game-donate-form small{color:#777d8b;line-height:1.5;text-align:center}
.game-donate-profile-link{display:flex!important;margin:14px 0 18px}
@media(max-width:900px){.game-donate-card{grid-template-columns:1fr;padding:24px;border-radius:23px;gap:22px}.game-donate-copy h2{font-size:34px}.game-donate-rate{margin-top:22px}}
@media(max-width:600px){.game-donate-card{padding:20px}.game-donate-rate{align-items:flex-start;flex-direction:column}.game-donate-form input{padding:15px}.game-donate-preview{gap:12px}.game-donate-preview strong{font-size:16px}}

.donate-multiplier-card{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:20px 22px;margin-top:18px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.025)}
.donate-multiplier-card>div:first-child{display:grid;gap:5px}.donate-multiplier-card b{font-size:16px}.donate-multiplier-card small{color:#858b99;line-height:1.45}.donate-multiplier-options{display:flex;gap:9px;flex-wrap:wrap}.multiplier-option{position:relative;cursor:pointer}.multiplier-option input{position:absolute;opacity:0;pointer-events:none}.multiplier-option span{display:flex;align-items:center;justify-content:center;min-width:58px;height:44px;padding:0 15px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#101117;color:#aeb3c0;font-weight:800;transition:.18s ease}.multiplier-option input:checked+span{border-color:rgba(255,75,92,.8);background:linear-gradient(135deg,rgba(255,47,131,.18),rgba(255,107,61,.18));color:#fff;box-shadow:0 0 0 3px rgba(255,75,92,.08)}
.game-donate-rate small{color:#8f94a2;font-weight:500;margin-left:5px}
@media(max-width:700px){.donate-multiplier-card{display:grid;gap:16px}.donate-multiplier-options{width:100%}.multiplier-option{flex:1}.multiplier-option span{min-width:0;width:100%}}

/* Dedicated admin login */
.admin-login-page{padding-bottom:28px}.admin-login-card{max-width:620px;margin:0 auto;padding:34px;border:1px solid rgba(255,255,255,.10);border-radius:28px;background:rgba(15,16,22,.82);box-shadow:0 25px 80px rgba(0,0,0,.28)}.admin-login-card h2{font-size:30px;margin:10px 0 24px}.admin-login-form{display:grid;gap:16px}.admin-login-form label{display:grid;gap:8px;color:#aaa}.admin-login-form input{width:100%;box-sizing:border-box;padding:16px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#101117;color:#fff;font-size:17px;outline:none}.admin-login-form input:focus{border-color:rgba(255,70,120,.65);box-shadow:0 0 0 3px rgba(255,70,120,.10)}.admin-login-note{display:block;margin-top:18px;color:#777;line-height:1.6}.admin-footer-link{margin-left:auto;color:#8e8f99;text-decoration:none;font-size:13px}.admin-footer-link:hover{color:#fff}
@media(max-width:700px){.admin-login-card{padding:24px;border-radius:22px}.admin-login-card h2{font-size:25px}.admin-footer-link{margin-left:0}}
.admin-logout-form{margin-top:8px}.admin-logout-form button{width:100%;border:0;background:transparent;color:#8d8e99;text-align:left;padding:13px 14px;border-radius:14px;font:inherit;cursor:pointer}.admin-logout-form button:hover{background:rgba(255,255,255,.04);color:#fff}

/* ==========================================================
   HEADER FINAL — desktop reference style + existing mobile menu
   Only the header presentation is changed here.
   ========================================================== */
.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;background:rgba(7,8,12,.62)!important;border-bottom:1px solid rgba(255,255,255,.06)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
.header-inner{width:min(1180px,calc(100% - 48px))!important;height:78px!important;min-height:78px!important;margin:0 auto!important;padding:0 0!important;display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:30px!important}
.header-inner .brand{justify-self:start!important}
.header-inner .brand img{width:42px!important;height:42px!important}
.desktop-header-nav{display:flex!important;align-items:center!important;gap:30px!important;margin:0!important}
.desktop-header-nav a{position:relative;color:#aeb0ba!important;text-decoration:none!important;font-size:15px!important;font-weight:650!important;padding:29px 0!important;transition:color .2s ease,transform .2s ease!important}
.desktop-header-nav a:hover,.desktop-header-nav a.active{color:#fff!important}
.desktop-header-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:14px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--pink),var(--orange));box-shadow:0 0 12px rgba(255,47,131,.35)}
.header-play{justify-self:end!important;width:auto!important;min-width:138px!important;height:44px!important;padding:0 20px!important;border-radius:12px!important;font-size:14px!important;gap:9px!important;box-shadow:0 10px 28px rgba(255,47,131,.18)!important}
.header-play span{font-size:20px!important}
.header-inner>.burger{display:none!important}
.mobile-nav{display:none!important}

/* Desktop navigation indicator: active link glows, then fades while the page is being scrolled. */
@media(min-width:701px){
  .desktop-header-nav a.active:after{
    opacity:1;
    transform:scaleX(1);
    transform-origin:center;
    transition:opacity .18s ease,transform .18s ease;
  }
  .desktop-header-nav.is-scrolling a.active:after{
    opacity:0;
    transform:scaleX(.35);
  }
  .desktop-header-nav a:not(.active):after{
    opacity:0;
    transform:scaleX(.35);
  }
}

/* Keep the user's current mobile header layout; only refine proportions. */
@media(max-width:700px){
  .site-header{top:12px!important;background:transparent!important;border:0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .header-inner{width:calc(100% - 32px)!important;height:64px!important;min-height:64px!important;padding:0 10px 0 14px!important;grid-template-columns:44px minmax(0,1fr) 48px!important;gap:10px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:22px!important;background:rgba(14,15,21,.82)!important;box-shadow:0 18px 45px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.045)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}
  .header-inner .brand{display:flex!important;justify-self:start!important}
  .header-inner .brand img{width:38px!important;height:38px!important}
  .header-inner .brand span{display:none!important}
  .desktop-header-nav{display:none!important}
  .header-inner .header-play{display:inline-flex!important;justify-self:stretch!important;width:100%!important;min-width:0!important;height:46px!important;padding:0 13px!important;border-radius:14px!important;font-size:16px!important;gap:8px!important}
  .header-inner .header-play span{font-size:21px!important}
  .header-inner>.burger{display:grid!important;justify-self:end!important;width:48px!important;height:48px!important;border-radius:15px!important;gap:5px!important}
  .header-inner>.burger i{width:24px!important;height:3px!important}
  .mobile-nav{display:block!important;position:fixed!important;top:84px!important;left:12px!important;right:12px!important;width:auto!important;max-height:calc(100dvh - 96px)!important;overflow:auto!important;padding:16px!important;border-radius:28px!important;background:rgba(12,13,19,.97)!important;border:1px solid rgba(255,255,255,.11)!important;box-shadow:0 28px 90px rgba(0,0,0,.62)!important;transform:translateY(-12px) scale(.985)!important;opacity:0!important;visibility:hidden!important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease!important}
  .mobile-nav.open{display:block!important;transform:none!important;opacity:1!important;visibility:visible!important}
  .mobile-nav-head{padding:8px 8px 18px!important;border-bottom:1px solid rgba(255,255,255,.09)!important}
  .mobile-nav-head .brand img{width:48px!important;height:48px!important}
  .menu-close{width:52px!important;height:52px!important;border-radius:16px!important;font-size:38px!important;line-height:1!important;color:#f4f4f7!important}
  .mobile-links{gap:4px!important;padding:20px 0!important}
  .mobile-links a{padding:18px 12px!important;border-radius:14px!important;font-size:24px!important;font-weight:750!important;color:#f5f5f7!important}
  .mobile-links a:hover{background:rgba(255,255,255,.045)!important}
  .mobile-links .icon-arrow{font-size:28px!important}
  .mobile-nav-footer{padding-top:16px!important}
  .mobile-nav-footer .mobile-play{height:58px!important;border-radius:17px!important;font-size:18px!important}
  main{padding-top:78px!important}
}
@media(min-width:701px){main{padding-top:78px!important}}
@media(max-width:420px){
  .header-inner{width:calc(100% - 24px)!important;grid-template-columns:40px minmax(0,1fr) 44px!important;padding-left:10px!important;padding-right:8px!important}
  .header-inner .brand img{width:36px!important;height:36px!important}
  .header-inner>.burger{width:44px!important;height:44px!important}
  .header-inner .header-play{height:44px!important;font-size:15px!important}
  .mobile-nav{left:8px!important;right:8px!important;top:80px!important}
  .mobile-links a{font-size:22px!important;padding:16px 10px!important}
}

/* Navigation set: the same public menu on desktop and mobile. Admin remains conditional. */
.desktop-header-nav{gap:26px!important;min-width:0!important;white-space:nowrap!important}
.desktop-header-nav a{font-size:14px!important;font-weight:700!important;letter-spacing:.01em!important}
.desktop-header-nav a.nav-register{color:#ff6b64!important}
.desktop-header-nav a.nav-register:hover{color:#ff8b84!important}
@media(min-width:701px){
  .header-inner{grid-template-columns:auto minmax(0,1fr) auto!important;gap:24px!important}
  .desktop-header-nav{overflow:visible!important}
}
@media(max-width:700px){
  .mobile-links a.nav-register{color:#ff6b64!important}
  .mobile-links a.nav-register:hover{color:#ff8b84!important}
  .mobile-links a{font-size:20px!important;font-weight:750!important}
}
@media(max-width:420px){.mobile-links a{font-size:19px!important}}


/* ==========================================================
   V18 FINAL — DONATE + DESKTOP/MOBILE HEADER
   ========================================================== */
/* Public navigation: no Shop, no Login/Register. Admin remains server-side only. */
@media(min-width:701px){
  .site-header{background:rgba(8,9,13,.68)!important;border-bottom:1px solid rgba(255,255,255,.07)!important;box-shadow:0 8px 35px rgba(0,0,0,.18)!important}
  .header-inner{height:78px!important;min-height:78px!important;width:min(1180px,calc(100% - 44px))!important;grid-template-columns:auto 1fr auto!important;gap:30px!important;padding:0 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
  .header-inner .brand img{width:44px!important;height:44px!important}
  .desktop-header-nav{display:flex!important;align-items:center!important;gap:30px!important}
  .desktop-header-nav a{font-size:15px!important;padding:28px 0!important;color:#b6b7bf!important}
  .desktop-header-nav a.active:after{bottom:13px!important;height:2px!important}
  .header-play{height:46px!important;min-width:138px!important;padding:0 20px!important;border-radius:12px!important;font-size:14px!important;background:linear-gradient(105deg,#ef2b72,#ff493e)!important;color:#fff!important}
  .header-inner>.burger{display:none!important}
  .mobile-nav{display:none!important}
}

/* Phone/tablet header keeps the compact current header; burger opens the custom menu. */
@media(max-width:700px){
  .site-header{top:12px!important;background:transparent!important;border:0!important;box-shadow:none!important}
  .header-inner{width:calc(100% - 24px)!important;height:66px!important;min-height:66px!important;grid-template-columns:42px minmax(0,1fr) 48px!important;padding:0 8px 0 10px!important;gap:8px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:20px!important;background:rgba(18,18,23,.82)!important;box-shadow:0 18px 45px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.045)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}
  .header-inner .brand img{width:38px!important;height:38px!important}
  .header-inner .brand span,.desktop-header-nav{display:none!important}
  .header-inner .header-play{display:inline-flex!important;width:100%!important;height:48px!important;min-width:0!important;justify-self:stretch!important;padding:0 14px!important;border-radius:15px!important;font-size:16px!important;gap:8px!important}
  .header-inner>.burger{display:grid!important;width:48px!important;height:48px!important;border-radius:15px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.11)!important;gap:5px!important}
  .header-inner>.burger i{width:25px!important;height:3px!important;background:#f7f7fa!important}
  .mobile-nav{display:flex!important;position:fixed!important;top:82px!important;left:auto!important;right:16px!important;width:min(704px,calc(100vw - 32px))!important;max-height:calc(100dvh - 98px)!important;overflow:auto!important;padding:18px!important;border-radius:24px!important;background:linear-gradient(160deg,rgba(18,19,25,.985),rgba(10,11,16,.985))!important;border:1px solid rgba(255,255,255,.11)!important;box-shadow:0 30px 100px rgba(0,0,0,.65),inset 0 1px rgba(255,255,255,.04)!important;transform:translateY(-12px) scale(.985)!important;opacity:0!important;visibility:hidden!important;transition:opacity .2s ease,transform .2s ease,visibility .2s ease!important}
  .mobile-nav.open{opacity:1!important;visibility:visible!important;transform:none!important}
  .mobile-nav-head{padding:2px 4px 18px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
  .mobile-nav-head .brand img{width:48px!important;height:48px!important}
  .menu-close{width:52px!important;height:52px!important;border-radius:16px!important;font-size:38px!important;line-height:1!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.10)!important}
  .mobile-links{gap:2px!important;padding:18px 0!important}
  .mobile-links a{padding:18px 12px!important;border-radius:13px!important;font-size:24px!important;font-weight:750!important;color:#f4f4f7!important}
  .mobile-links a span{color:#d9dce5!important}
  .mobile-nav-footer{padding:16px 0 0!important;margin-top:4px!important;border-top:1px solid rgba(255,255,255,.08)!important}
  .mobile-nav-footer .mobile-play{height:58px!important;border-radius:17px!important;font-size:18px!important}
}
@media(max-width:420px){
  .header-inner{width:calc(100% - 20px)!important;grid-template-columns:40px minmax(0,1fr) 44px!important;height:62px!important;min-height:62px!important;padding:0 6px 0 9px!important;gap:7px!important}
  .header-inner .brand img{width:36px!important;height:36px!important}
  .header-inner .header-play{height:44px!important;font-size:15px!important}
  .header-inner>.burger{width:44px!important;height:44px!important}
  .header-inner>.burger i{width:23px!important;height:2.7px!important}
  .mobile-nav{top:78px!important;right:10px!important;width:calc(100vw - 20px)!important;border-radius:22px!important;padding:14px!important}
  .mobile-links a{font-size:21px!important;padding:16px 10px!important}
}

/* Donate page — visual direction from the supplied D-Coins references. */
.donate-title{padding-bottom:18px!important}
.donate-title h1{font-size:clamp(48px,6vw,78px)!important;letter-spacing:-.055em!important}
.game-donate-section{padding-top:18px!important}
.game-donate-card{grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr)!important;gap:46px!important;padding:46px!important;border-radius:32px!important;background:linear-gradient(145deg,rgba(24,25,30,.98),rgba(14,15,19,.98))!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 30px 100px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.03)!important}
.game-donate-card:before{width:520px!important;height:520px!important;right:-260px!important;top:-300px!important;background:radial-gradient(circle,rgba(239,43,114,.16),transparent 67%)!important}
.donate-kicker{font-size:12px!important;letter-spacing:.18em!important;font-weight:900!important;color:#ff4a66!important;margin-bottom:18px!important}
.donate-kicker span{margin-left:10px;color:#777c88;font-weight:700;letter-spacing:.08em}
.game-donate-copy h2{font-size:clamp(40px,4.4vw,60px)!important;margin:0 0 18px!important;letter-spacing:-.05em!important}
.game-donate-copy p{font-size:17px!important;line-height:1.65!important;color:#a5a8b1!important;max-width:620px!important}
.game-donate-rate{margin-top:34px!important;padding:18px 20px!important;border-radius:18px!important;background:#191a1e!important;border:1px solid rgba(255,255,255,.07)!important;display:flex!important;align-items:center!important;justify-content:space-between!important}
.game-donate-rate>div{display:grid!important;gap:6px!important}.game-donate-rate span{font-size:14px!important;color:#858993!important}.game-donate-rate b{font-size:18px!important;color:#fff!important}.rate-bonus{display:grid!important;justify-items:end!important;font-size:24px!important;color:#ff405d!important;font-style:italic!important}.rate-bonus small{font-size:11px!important;color:#777c88!important;font-style:normal!important;font-weight:600!important}
.game-donate-form{gap:18px!important}
.game-donate-form label{gap:9px!important;color:#858993!important;font-size:16px!important;font-weight:600!important}
.game-donate-form input{padding:19px 20px!important;border-radius:16px!important;background:#1a1b1e!important;border:1px solid rgba(255,255,255,.075)!important;font-size:20px!important;color:#f7f7f8!important}
.game-donate-form input::placeholder{color:#777b85!important}
.game-donate-form input:focus{border-color:rgba(255,47,104,.45)!important;box-shadow:0 0 0 4px rgba(255,47,104,.07)!important}
.game-donate-preview{padding:17px 18px!important;border-radius:16px!important;background:#1a1b1e!important;border:1px solid rgba(255,255,255,.075)!important}
.game-donate-preview span{font-size:15px!important;color:#858993!important}.game-donate-preview strong{font-size:20px!important;color:#fff!important;background:#242529!important;padding:9px 12px!important;border-radius:10px!important}
.game-donate-form .primary{height:62px!important;border-radius:999px!important;background:linear-gradient(105deg,#ef2b72,#ff493e)!important;color:#fff!important;font-size:20px!important;box-shadow:0 16px 38px rgba(239,43,114,.2)!important}
.game-donate-form small{font-size:12px!important;color:#696e7a!important}
@media(max-width:900px){.game-donate-card{grid-template-columns:1fr!important;gap:28px!important;padding:30px!important}.game-donate-copy h2{font-size:42px!important}}
@media(max-width:600px){.donate-title{padding-top:48px!important}.donate-title h1{font-size:45px!important}.game-donate-card{padding:22px!important;border-radius:24px!important;gap:24px!important}.game-donate-copy h2{font-size:36px!important}.game-donate-copy p{font-size:15px!important}.game-donate-rate{align-items:flex-start!important;gap:14px!important;flex-direction:column!important}.rate-bonus{justify-items:start!important}.game-donate-form input{font-size:17px!important;padding:16px!important}.game-donate-preview{gap:10px!important}.game-donate-preview strong{font-size:17px!important}.game-donate-form .primary{height:58px!important;font-size:19px!important}}

/* Admin stays completely outside public navigation and remains noindex. */
.admin-login-card{border-color:rgba(255,255,255,.10)!important}
.donate-multiplier-card{border:1px solid rgba(255,255,255,.09)!important;border-radius:18px!important;background:linear-gradient(145deg,rgba(25,26,33,.9),rgba(14,15,20,.9))!important;padding:20px!important}
.multiplier-option span{min-width:64px!important;height:48px!important;border-radius:13px!important;display:grid!important;place-items:center!important;font-size:18px!important;font-weight:900!important}
.multiplier-option input:checked + span{background:linear-gradient(105deg,#ef2b72,#ff493e)!important;color:#fff!important;box-shadow:0 10px 28px rgba(239,43,114,.18)!important}

/* ==========================================================
   V19 — SHOP / D-COINS UI + RESPONSIVE HEADER
   ========================================================== */
.shop-page{padding-top:46px!important;padding-bottom:80px!important;min-height:calc(100vh - 90px)}
.shop-page-title{text-align:center;font-size:clamp(58px,7vw,104px)!important;line-height:1!important;letter-spacing:-.065em!important;margin:0 0 92px!important;font-weight:900!important;color:#fff!important}
.shop-donate-card{width:min(678px,calc(100% - 28px));margin:0 auto;border:1px solid rgba(255,255,255,.09);border-radius:54px;overflow:hidden;background:linear-gradient(180deg,#17181e 0%,#101116 100%);box-shadow:0 30px 90px rgba(0,0,0,.30)}
.shop-donate-image{display:block;width:100%;aspect-ratio:1.77/1;object-fit:cover}
.shop-donate-body{padding:36px 36px 42px}
.shop-donate-body h2{margin:0 0 42px;font-size:clamp(34px,4vw,49px);line-height:1.08;letter-spacing:-.045em;color:#fff}
.shop-donate-button{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:285px;height:82px;padding:0 34px;border-radius:999px;background:linear-gradient(105deg,#ef2b72,#ff493e);color:#fff;font:inherit;font-size:29px;font-weight:900;box-shadow:0 18px 40px rgba(239,43,114,.18);transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}
.shop-donate-button:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 22px 46px rgba(239,43,114,.24)}
.shop-donate-button:active{transform:translateY(1px) scale(.98)}
.donate-modal{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;padding:24px;overflow:auto}
.donate-modal.open{display:flex}
.donate-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.donate-modal-card{position:relative;z-index:1;width:min(768px,100%);padding:66px 50px 48px;border:1px solid rgba(255,255,255,.10);border-radius:38px;background:linear-gradient(145deg,#17181b,#111214);box-shadow:0 40px 120px rgba(0,0,0,.65);color:#fff}
.donate-modal-close{position:absolute;right:26px;top:20px;width:52px;height:52px;border:0;background:transparent;color:#a7a7ac;font-size:58px;font-weight:300;line-height:1;cursor:pointer}
.donate-modal-card h2{margin:0 0 42px;font-size:clamp(42px,5vw,66px);line-height:1;letter-spacing:-.06em;font-weight:900}
.donate-modal-form{display:grid;gap:32px}
.donate-modal-form label{display:grid;gap:14px;color:#85858c;font-size:21px;font-weight:500}
.donate-modal-form input{width:100%;height:78px;padding:0 34px;border-radius:17px;border:1px solid rgba(255,255,255,.075);background:#1a1b1d;color:#fff;outline:0;font:inherit;font-size:26px;box-sizing:border-box}
.donate-modal-form input::placeholder{color:#85858c}
.donate-modal-form input:focus{border-color:rgba(255,47,104,.48);box-shadow:0 0 0 4px rgba(255,47,104,.08)}
.donate-amount-field{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px}
.donate-amount-field>input{grid-column:1/-1;padding-right:330px}
.donate-x{position:absolute;right:230px;color:#ff405d;font-size:27px;font-weight:900;font-style:italic;pointer-events:none}
.donate-amount-field strong{position:absolute;right:12px;top:10px;height:58px;padding:0 18px;display:flex;align-items:center;border-radius:10px;background:#242529;color:#fff;font-size:24px;font-style:italic;white-space:nowrap;pointer-events:none}
.donate-buy-button{height:84px;border:0;border-radius:999px;cursor:pointer;background:linear-gradient(105deg,#ef2b72,#ff493e);color:#fff;font:inherit;font-size:28px;font-weight:900;box-shadow:0 18px 42px rgba(239,43,114,.18);transition:transform .18s ease,filter .18s ease}
.donate-buy-button:hover{filter:brightness(1.05)}
.donate-buy-button:active{transform:translateY(1px) scale(.985)}
body.donate-modal-open{overflow:hidden}
@media(min-width:701px){
  .site-header{position:sticky!important;top:14px!important;left:auto!important;right:auto!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .header-inner{width:min(1180px,calc(100% - 48px))!important;height:68px!important;min-height:68px!important;margin:0 auto!important;padding:0 18px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:28px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:20px!important;background:rgba(49,49,53,.80)!important;box-shadow:0 18px 55px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.04)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
  .header-inner .brand img{width:44px!important;height:44px!important}
  .desktop-header-nav{display:flex!important;align-items:center!important;gap:28px!important}
  .desktop-header-nav a{padding:23px 0!important;color:#e4e4e7!important;font-size:15px!important;font-weight:650!important}
  .desktop-header-nav a.active:after{bottom:11px!important}
  .header-play{height:46px!important;min-width:138px!important;padding:0 20px!important;border-radius:13px!important;font-size:15px!important}
  .header-inner>.burger{display:none!important}
  .mobile-nav{display:none!important}
}
@media(max-width:700px){
  .shop-page{padding-top:34px!important;padding-bottom:60px!important}
  .shop-page-title{font-size:clamp(55px,15vw,84px)!important;margin:0 0 112px!important}
  .shop-donate-card{width:calc(100% - 28px);border-radius:48px}
  .shop-donate-body{padding:38px 34px 40px}
  .shop-donate-body h2{font-size:clamp(31px,8.5vw,45px);margin-bottom:46px}
  .shop-donate-button{height:82px;min-width:285px;font-size:28px}
  .donate-modal{padding:0 14px;align-items:flex-start;padding-top:94px}
  .donate-modal-card{width:100%;padding:68px 36px 34px;border-radius:34px;max-height:calc(100dvh - 112px);overflow:auto}
  .donate-modal-card h2{font-size:clamp(38px,10vw,58px);margin-bottom:42px}
  .donate-modal-form{gap:30px}
  .donate-modal-form label{font-size:20px;gap:12px}
  .donate-modal-form input{height:72px;padding:0 28px;font-size:24px}
  .donate-amount-field>input{padding-right:240px}
  .donate-x{right:178px;font-size:24px}
  .donate-amount-field strong{right:9px;top:9px;height:54px;padding:0 13px;font-size:20px}
  .donate-buy-button{height:78px;font-size:25px}
}
@media(max-width:480px){
  .shop-page-title{margin-bottom:86px!important;font-size:57px!important}
  .shop-donate-card{width:calc(100% - 44px);border-radius:44px}
  .shop-donate-body{padding:34px 32px 38px}
  .shop-donate-body h2{font-size:32px;margin-bottom:38px;white-space:nowrap}
  .shop-donate-button{width:285px;max-width:100%;height:78px;font-size:27px}
  .donate-modal{padding:0 8px;padding-top:82px}
  .donate-modal-card{padding:66px 28px 30px;border-radius:31px}
  .donate-modal-close{right:16px;top:14px;font-size:52px}
  .donate-modal-card h2{font-size:41px;margin-bottom:38px;white-space:nowrap}
  .donate-modal-form label{font-size:18px}
  .donate-modal-form input{height:68px;padding:0 20px;font-size:21px}
  .donate-amount-field>input{padding-right:180px}
  .donate-x{right:140px;font-size:22px}
  .donate-amount-field strong{right:7px;height:50px;padding:0 9px;font-size:17px}
  .donate-buy-button{height:70px;font-size:22px}
}

/* V19 menu: on phones it becomes the full-screen composition from the reference. */
@media(max-width:700px){
  .header-inner .brand span{display:none!important}
  .mobile-nav{inset:0!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:auto!important;max-height:none!important;padding:30px 32px 34px!important;border:0!important;border-radius:0!important;background:linear-gradient(180deg,#101113 0%,#11111a 100%)!important;box-shadow:none!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}
  .mobile-nav-head{flex:0 0 auto!important;margin:0!important;padding:0 24px!important;height:148px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:28px!important;background:rgba(62,62,66,.82)!important;box-shadow:0 16px 45px rgba(0,0,0,.22)!important;display:flex!important;align-items:center!important}
  .mobile-nav-head .brand img{width:58px!important;height:58px!important}
  .menu-close{width:58px!important;height:58px!important;border:0!important;background:transparent!important;border-radius:0!important;font-size:64px!important;font-weight:200!important}
  .mobile-links{flex:1!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:34px!important;padding:0!important;margin:0!important}
  .mobile-links a{width:max-content!important;max-width:100%!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;font-size:46px!important;line-height:1.05!important;font-weight:450!important;color:#f7f7f8!important}
  .mobile-links a:hover{background:transparent!important}
  .mobile-links a span{display:none!important}
  .mobile-nav-footer{flex:0 0 auto!important;padding:0!important;margin:0 0 0 auto!important;border:0!important;width:min(390px,62vw)!important}
  .mobile-nav-footer .mobile-play{width:100%!important;height:78px!important;border-radius:19px!important;font-size:26px!important;justify-content:center!important}
}
@media(max-width:480px){
  .mobile-nav{padding:26px 32px 34px!important}
  .mobile-nav-head{height:148px!important;border-radius:26px!important;padding:0 24px!important}
  .mobile-nav-head .brand img{width:54px!important;height:54px!important}
  .menu-close{font-size:60px!important}
  .mobile-links{gap:34px!important}
  .mobile-links a{font-size:42px!important}
  .mobile-nav-footer{width:calc(100vw - 96px)!important;max-width:350px!important}
  .mobile-nav-footer .mobile-play{height:76px!important;font-size:25px!important}
}

/* D-COINS DONATE PAGE — visual reference layout */
.donate-page{padding-top:28px!important;padding-bottom:90px!important;position:relative}
.donate-hero{position:relative;min-height:360px;border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background-image:url('../img/shop.jpg');background-size:cover;background-position:center 48%;box-shadow:0 28px 90px rgba(0,0,0,.32)}
.donate-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,5,9,.92) 0%,rgba(5,6,10,.72) 42%,rgba(6,7,12,.25) 100%),linear-gradient(180deg,rgba(4,5,9,.05),rgba(4,5,9,.82))}
.donate-hero-copy{position:relative;z-index:1;min-height:360px;display:flex;flex-direction:column;justify-content:center;padding:46px 62px}
.donate-hero-kicker{display:flex;align-items:center;gap:10px;color:#c5c7cf;font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.donate-hero-kicker span{width:28px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--pink),var(--orange));box-shadow:0 0 16px rgba(255,47,131,.4)}
.donate-hero h1{margin:18px 0 10px;font-size:clamp(70px,9vw,132px);line-height:.88;letter-spacing:-.075em;font-weight:950;font-style:italic;text-shadow:0 10px 40px rgba(0,0,0,.45)}
.donate-hero p{margin:0;color:#fff;font-size:clamp(20px,2.2vw,30px);line-height:1.25;font-weight:700;max-width:520px}
.donate-showcase{position:relative;z-index:2;margin:-38px 28px 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:0;border:1px solid rgba(255,255,255,.10);border-radius:28px;overflow:hidden;background:linear-gradient(145deg,rgba(17,18,26,.96),rgba(8,9,14,.97));box-shadow:0 32px 90px rgba(0,0,0,.45)}
.donate-showcase-image{min-height:330px;overflow:hidden}
.donate-showcase-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.donate-showcase:hover .donate-showcase-image img{transform:scale(1.025)}
.donate-showcase-copy{padding:38px 42px 34px;display:flex;flex-direction:column;justify-content:center}
.donate-showcase-copy h2{font-size:clamp(38px,4vw,60px);margin:10px 0 8px;letter-spacing:-.06em}
.donate-showcase-copy p{margin:0;color:#989ca9;line-height:1.65;font-size:16px;max-width:560px}
.donate-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0 25px}
.donate-benefits div{display:grid;justify-items:center;text-align:center;gap:8px;padding:13px 8px;border:1px solid rgba(255,255,255,.07);border-radius:15px;background:rgba(255,255,255,.025)}
.donate-benefits b{font-size:27px;line-height:1;color:#ff3b78;text-shadow:0 0 18px rgba(255,59,120,.3)}
.donate-benefits span{font-size:11px;line-height:1.25;color:#e1e2e6;font-weight:700}
.donate-showcase-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.donate-showcase-actions .shop-donate-button{min-width:190px;height:58px;font-size:18px}
.donate-rate-chip{display:flex;align-items:center;gap:10px;padding:0 17px;height:58px;border-radius:15px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035)}
.donate-rate-chip span{color:#777c89;font-size:12px}.donate-rate-chip b{font-size:14px}
.donate-status-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:18px 28px 0}
.donate-status{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(13,14,20,.78)}
.donate-status .live-dot{display:block;width:10px;height:10px;border-radius:50%;background:#1bd45b;box-shadow:0 0 14px rgba(27,212,91,.6)}
.donate-status div{display:grid;gap:2px}.donate-status small{color:#727784;font-size:9px;font-weight:800;letter-spacing:.08em}.donate-status b{font-size:15px}
.donate-status-note{text-align:right;color:#777c88;font-size:12px;line-height:1.5}
.desktop-only{display:block}
@media(max-width:900px){
  .donate-page{padding-top:18px!important;padding-bottom:60px!important}
  .donate-hero{min-height:310px;border-radius:24px}.donate-hero-copy{min-height:310px;padding:36px 28px}.donate-hero h1{font-size:76px}.donate-hero p{font-size:19px}
  .donate-showcase{grid-template-columns:1fr;margin:-25px 12px 0;border-radius:24px}.donate-showcase-image{min-height:250px;max-height:300px}.donate-showcase-copy{padding:28px 24px}.donate-showcase-copy h2{font-size:42px}.donate-benefits{margin:22px 0}.donate-status-row{margin:16px 12px 0;align-items:stretch;flex-direction:column}.donate-status-note{text-align:left}.desktop-only{display:none}
}
@media(max-width:600px){
  .donate-page{width:calc(100% - 20px)!important}
  .donate-hero{min-height:300px;background-position:center}.donate-hero-overlay{background:linear-gradient(180deg,rgba(5,6,10,.5),rgba(5,6,10,.94))}.donate-hero-copy{min-height:300px;justify-content:flex-end;padding:30px 20px}.donate-hero h1{font-size:61px;margin:12px 0 8px}.donate-hero p{font-size:17px}
  .donate-showcase{margin:-20px 0 0;grid-template-columns:1fr}.donate-showcase-image{min-height:205px;max-height:205px}.donate-showcase-copy{padding:23px 18px 20px}.donate-showcase-copy h2{font-size:37px}.donate-showcase-copy p{font-size:14px}.donate-benefits{gap:6px;margin:18px 0}.donate-benefits div{padding:10px 4px}.donate-benefits b{font-size:23px}.donate-benefits span{font-size:9px}.donate-showcase-actions{display:grid;grid-template-columns:1fr;gap:9px}.donate-showcase-actions .shop-donate-button{width:100%;height:58px}.donate-rate-chip{justify-content:center;width:100%;box-sizing:border-box;height:48px}.donate-status-row{margin-left:0;margin-right:0}.donate-status{justify-content:center}
}

/* V15 responsive/performance polish */
html{scroll-behavior:smooth}
img{max-width:100%;height:auto}
.site-header{z-index:1000}
.mobile-nav{z-index:1100}
@media(max-width:1100px){
  .wrap{width:min(100% - 32px,1100px)}
  .header-inner{width:calc(100% - 32px)!important}
  .hero-copy{padding-left:42px;padding-right:42px}
  .download-card{grid-template-columns:1fr}
  .news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .community-box{grid-template-columns:1fr}
  .admin-layout{grid-template-columns:210px minmax(0,1fr)}
  .admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  body{overflow-x:hidden}
  .wrap{width:calc(100% - 20px)}
  .site-header{top:8px!important}
  .header-inner{width:calc(100% - 20px)!important;height:64px!important;min-height:64px!important;padding:0 8px 0 12px!important;border-radius:18px!important;grid-template-columns:auto 1fr auto!important;gap:8px!important}
  .header-inner .brand img{width:42px!important;height:42px!important}
  .header-play{height:48px!important;min-width:0!important;width:100%!important;font-size:15px!important;border-radius:14px!important;padding:0 10px!important}
  .header-inner>.burger{display:flex!important;width:46px!important;height:46px!important}
  .hero{margin-top:12px}
  .hero-copy{padding:30px 22px}
  .hero h1{font-size:clamp(42px,12vw,70px)}
  .hero .buttons{flex-direction:column;align-items:stretch}
  .hero .buttons .btn{width:100%;justify-content:center}
  .download-card{border-radius:24px}
  .download-copy{padding:28px 22px}
  .download-copy h2{font-size:clamp(32px,9vw,50px)}
  .download-buttons{grid-template-columns:1fr}
  .news-grid{grid-template-columns:1fr;gap:14px}
  .section-head{align-items:flex-start;gap:12px;flex-direction:column}
  .section-head .text-link{align-self:flex-start}
  .social-cards{grid-template-columns:1fr}
  .footer{flex-direction:column;align-items:flex-start;gap:14px}
  .admin-title{padding-top:18px!important}
  .admin-section{padding-top:18px!important}
  .admin-stats{grid-template-columns:1fr;gap:10px}
  .admin-layout{grid-template-columns:1fr;gap:14px}
  .admin-menu{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .admin-menu>a{min-height:48px;justify-content:center}
  .admin-content{min-width:0}
  .admin-grid-two,.console-grid,.payment-grid,.launcher-upload-grid{grid-template-columns:1fr!important}
  .logs-table{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .log-row{min-width:760px}
}
@media(max-width:430px){
  .header-inner{height:60px!important;min-height:60px!important}
  .header-inner .brand img{width:38px!important;height:38px!important}
  .header-play{height:44px!important;font-size:14px!important}
  .header-inner>.burger{width:42px!important;height:42px!important}
  .mobile-nav{padding-left:18px!important;padding-right:18px!important}
  .mobile-nav-head{height:112px!important}
  .mobile-links{gap:26px!important}
  .mobile-links a{font-size:34px!important}
  .mobile-nav-footer{width:calc(100vw - 64px)!important}
  .mobile-nav-footer .mobile-play{height:66px!important;font-size:22px!important}
  .donate-modal-card h2{font-size:34px!important;white-space:normal!important}
  .donate-modal-card{padding-left:20px!important;padding-right:20px!important}
}


/* Arizona Dale V18 — legal screens and premium footer */
.legal-mode{overflow:hidden}.legal-mode .site-header,.legal-mode .site-footer{display:none}.legal-screen{position:fixed;inset:0;z-index:1300;overflow:auto;background:radial-gradient(circle at 15% 10%,rgba(255,47,131,.14),transparent 34%),radial-gradient(circle at 88% 78%,rgba(255,107,61,.12),transparent 32%),linear-gradient(180deg,#0b0c11,#090a0e);animation:legalIn .36s ease both}.legal-shell{min-height:100dvh;padding:18px 0 40px;display:flex;flex-direction:column}.legal-topbar{display:flex;justify-content:flex-start;gap:16px;align-items:center}.legal-back,.legal-close{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);backdrop-filter:blur(16px);transition:.2s}.legal-back{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:13px;font-size:13px;font-weight:800}.legal-close{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;font-size:34px}.legal-back:hover,.legal-close:hover{transform:translateY(-1px);border-color:rgba(255,82,127,.45);background:rgba(255,255,255,.07)}.legal-switcher{justify-self:center;display:flex;gap:5px;padding:5px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);border-radius:15px}.legal-switcher a{color:#8e929d;text-decoration:none;padding:9px 13px;border-radius:10px;font-size:12px;font-weight:800;text-align:center}.legal-switcher a.active{color:#fff;background:linear-gradient(135deg,rgba(255,47,131,.18),rgba(255,107,61,.12));box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.legal-card{width:min(820px,100%);margin:clamp(24px,7vh,70px) auto 0;padding:clamp(26px,4vw,52px);border:1px solid rgba(255,255,255,.1);border-radius:28px;background:rgba(16,17,23,.95);box-shadow:0 35px 100px rgba(0,0,0,.4);position:relative}.legal-kicker{color:#ff628f;font-size:11px;letter-spacing:.17em;font-weight:900;display:flex;align-items:center;gap:8px}.legal-kicker span{width:24px;height:2px;border-radius:4px;background:linear-gradient(90deg,var(--pink),var(--orange))}.legal-card h1{font-size:clamp(34px,5vw,58px);line-height:1;letter-spacing:-.04em;margin:17px 0 20px}.legal-rule{height:1px;background:linear-gradient(90deg,rgba(255,255,255,.16),transparent);margin-bottom:20px}.legal-content{color:#c5c7cf;font-size:clamp(15px,1.4vw,17px);line-height:1.75;max-width:720px;word-break:normal;overflow-wrap:break-word}.legal-content p{margin:0 0 22px}.legal-content h2{font-size:24px;color:#fff;margin:34px 0 16px}.legal-content h3{font-size:19px;color:#fff;margin:26px 0 12px}.legal-content:empty:after{content:'Официальная информация проекта.'}.site-footer{margin-top:42px;background:linear-gradient(180deg,#090a0f,#07080c);border-top:1px solid rgba(255,255,255,.07)}.site-footer .footer{padding:40px 0 28px;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(250px,.8fr);gap:24px 44px;align-items:start;min-height:0}.footer-brand-row .brand{font-size:16px}.footer-company{font-size:12px;color:#707481}.footer-details{display:flex;gap:8px 18px;flex-wrap:wrap;margin-top:16px;color:#858995;font-size:12px}.footer-details a{color:#c9cbd2;text-decoration:none}.footer-legal-links{display:grid;gap:10px;justify-items:start}.footer-legal-links a{color:#b7bac4;text-decoration:none;font-size:13px;font-weight:800;transition:.2s}.footer-legal-links a:hover{color:#fff;transform:translateX(2px)}.footer-payment-block{grid-column:1/-1;padding-top:20px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.footer-payment-title{color:#a5a8b2;font-size:13px;font-weight:850}.payment-stickers{display:flex;gap:10px;align-items:center}.payment-sticker{height:48px;min-width:92px;border-radius:14px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px rgba(255,255,255,.08),0 8px 24px rgba(0,0,0,.2);transition:.2s;overflow:hidden}.payment-sticker:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.22)}.payment-sticker.visa{font-family:Georgia,serif;font-size:24px;font-weight:900;color:#fff;background:linear-gradient(145deg,#242b57,#15182a)}.payment-sticker.mastercard{background:linear-gradient(145deg,#292a2f,#17181c);position:relative}.payment-sticker.mastercard i{width:26px;height:26px;border-radius:50%;display:block}.payment-sticker.mastercard i:first-child{background:#ef2945;margin-right:-8px}.payment-sticker.mastercard i:last-child{background:#ff9d18;margin-left:-8px}.payment-sticker.mir{font-family:Georgia,serif;font-size:23px;font-weight:900;color:#45d58e;background:linear-gradient(145deg,#12342d,#0e211d)}.footer-copy{grid-column:1/-1;padding-top:15px;border-top:1px solid rgba(255,255,255,.05);color:#666a76;font-size:12px;text-align:center}.footer-editor-card{grid-column:1/-1;padding:20px;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:linear-gradient(145deg,rgba(19,20,27,.92),rgba(12,13,18,.9));display:grid;gap:16px}.footer-editor-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.footer-editor-head b{display:block;font-size:18px}.footer-editor-head small{display:block;margin-top:5px;color:#7f8492;line-height:1.5}.footer-editor-head>span{font-size:10px;letter-spacing:.14em;color:#ff648f;padding:7px 9px;border:1px solid rgba(255,100,143,.2);border-radius:9px}.footer-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.footer-editor-grid label.wide{grid-column:1/-1}.footer-payment-toggles{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding-top:13px;border-top:1px solid rgba(255,255,255,.07)}.footer-payment-toggles label{display:inline-flex!important;align-items:center;gap:7px!important;font-size:12px!important;color:#aeb2be!important}.footer-payment-toggles input{width:auto!important;margin:0!important;accent-color:#ff4d83}@keyframes legalIn{from{opacity:0;transform:translateY(16px) scale(.99)}to{opacity:1;transform:none}}@media(max-width:700px){.legal-shell{padding:14px 0 24px}.legal-topbar{grid-template-columns:auto auto}.legal-switcher{grid-column:1/-1;grid-row:2;justify-self:stretch;display:grid;grid-template-columns:1fr 1fr}.legal-switcher a{font-size:10px;padding:10px 6px}.legal-card{margin-top:15px;border-radius:23px;padding:24px 20px}.legal-card h1{font-size:36px}.legal-content{font-size:14px;line-height:1.6}.site-footer .footer{grid-template-columns:1fr;padding:30px 0 22px;gap:21px}.footer-payment-block{justify-content:flex-start;gap:12px}.footer-payment-title{width:100%}.footer-copy{text-align:left}.footer-editor-grid{grid-template-columns:1fr}.footer-editor-grid label.wide{grid-column:auto}.footer-editor-head{display:block}.footer-editor-head>span{display:inline-block;margin-top:10px}.footer-payment-toggles{display:grid;grid-template-columns:1fr 1fr}.footer-payment-toggles b{grid-column:1/-1}}@media(max-width:420px){.legal-card h1{font-size:32px}.payment-sticker{min-width:76px;height:44px}}

html.legal-transitioning body{opacity:.72;transform:scale(.995);transition:opacity .16s ease,transform .16s ease}

.legal-only-back{max-width:280px}
.legal-card{backdrop-filter:blur(18px)}
@media(max-width:700px){.legal-only-back{width:100%;justify-content:center}.legal-card{box-shadow:0 20px 60px rgba(0,0,0,.35)}}

/* final legal footer tuning */
.footer-details a{display:none!important}
.footer-contact-card{width:min(340px,100%);padding:18px 22px!important;border-radius:22px!important;margin:0 auto!important}
.footer-card-title{font-size:18px!important}
.footer-mail{font-size:16px!important}
.footer-legal-links{display:flex!important;justify-content:center!important;gap:12px!important}
.footer-legal-links a{width:min(340px,100%);padding:18px 20px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:22px!important;background:rgba(255,255,255,.035);text-align:center}
@media(max-width:700px){.footer-contact-card{width:100%;}.footer-legal-links{flex-direction:column!important;align-items:center}.footer-legal-links a{width:100%;padding:16px 14px!important}}

/* Legal final polish */
.legal-shell{padding:28px 0 48px}
.legal-topbar{justify-content:center}
.legal-back{width:min(580px,100%);justify-content:center;padding:16px 24px;border-radius:18px;font-size:16px}
.legal-switcher{width:min(790px,100%);margin:0 auto;border-radius:22px;padding:6px;gap:6px}
.legal-switcher a{flex:1;padding:16px 18px;border-radius:16px;font-size:15px;white-space:nowrap}
.legal-card{margin-top:58px}
@media(max-width:700px){
 .legal-shell{padding:28px 20px 40px}
 .legal-back{font-size:15px;padding:15px 20px}
 .legal-switcher{border-radius:20px}
 .legal-switcher a{font-size:13px;padding:13px 8px}
 .legal-card{margin-top:38px;padding:30px 22px;border-radius:24px}
 .legal-card h1{font-size:42px}
 .legal-content{font-size:16px;line-height:1.65}
}


/* LEGAL UI — final reference match */
.legal-screen{padding:0;}
.legal-shell{width:min(100% - 40px,1180px);min-height:100dvh;padding:32px 0 56px;display:flex;flex-direction:column;align-items:stretch;}
.legal-topbar{display:flex;align-items:center;justify-content:flex-start;width:100%;margin:0 0 12px;}
.legal-back{width:auto!important;min-width:0!important;display:inline-flex!important;align-items:center;justify-content:center!important;gap:10px;padding:14px 28px!important;border-radius:18px!important;font-size:16px!important;line-height:1!important;font-weight:800!important;white-space:nowrap;}
.legal-switcher{width:100%;max-width:790px;margin:0 auto!important;display:grid!important;grid-template-columns:1fr 1fr;gap:6px;padding:6px!important;border-radius:22px!important;}
.legal-switcher a{display:flex;align-items:center;justify-content:center;min-height:58px;padding:12px 16px!important;border-radius:16px!important;font-size:15px!important;line-height:1.2;white-space:nowrap;}
.legal-card{width:100%;max-width:790px;margin:30px auto 0!important;padding:42px!important;border-radius:28px!important;}
.legal-card h1{font-size:clamp(38px,5vw,60px)!important;line-height:1.03!important;margin:22px 0 24px!important;}
.legal-content{max-width:none;font-size:17px;line-height:1.7;}
@media(max-width:700px){
  .legal-shell{width:calc(100% - 40px);padding:28px 0 40px;}
  .legal-topbar{margin-bottom:10px;}
  .legal-back{padding:14px 20px!important;border-radius:17px!important;font-size:15px!important;}
  .legal-switcher{max-width:none;border-radius:22px!important;padding:6px!important;gap:5px;}
  .legal-switcher a{min-height:58px;padding:11px 8px!important;border-radius:15px!important;font-size:14px!important;white-space:normal;}
  .legal-card{margin-top:30px!important;padding:30px 22px!important;border-radius:25px!important;}
  .legal-card h1{font-size:42px!important;line-height:1.05!important;margin:20px 0 22px!important;}
  .legal-content{font-size:16px;line-height:1.65;}
}
@media(max-width:430px){
  .legal-shell{width:calc(100% - 40px);padding-top:28px;}
  .legal-back{font-size:15px!important;padding:13px 18px!important;}
  .legal-switcher a{font-size:13px!important;min-height:56px;padding:10px 6px!important;}
  .legal-card{margin-top:28px!important;padding:28px 20px!important;}
  .legal-card h1{font-size:38px!important;}
}

/* legal exact spacing override */
.legal-topbar{justify-content:flex-start!important;}
.legal-back.legal-only-back{width:460px!important;max-width:100%;justify-content:flex-start!important;padding:16px 28px!important;border-radius:18px!important;font-size:18px!important;}
.legal-switcher{width:100%!important;margin-top:18px!important;border-radius:22px!important;padding:6px!important;}
.legal-switcher a{padding:16px 20px!important;font-size:16px!important;}
.legal-card{margin-top:32px!important;}
@media(max-width:700px){
 .legal-shell{padding:34px 0 24px!important;}
 .legal-back.legal-only-back{width:calc(100% - 40px)!important;margin-left:20px;padding:15px 20px!important;font-size:16px!important;}
 .legal-switcher{margin-top:20px!important;}
 .legal-switcher a{font-size:12px!important;padding:14px 8px!important;}
 .legal-card{margin-top:32px!important;}
}

/* Legal fullscreen close button */
.legal-topbar{justify-content:flex-start;padding:0}
.legal-only-close{width:58px;height:58px;border-radius:18px;font-size:42px;line-height:1;font-weight:300;display:grid;place-items:center;text-decoration:none}
.legal-switcher{width:100%;max-width:790px;margin:88px auto 0;padding:4px;gap:4px;border-radius:18px}
.legal-switcher a{flex:1;padding:16px 14px;font-size:16px}
.legal-card{margin:32px auto 0}
@media(max-width:600px){
 .legal-shell{padding:24px 20px 40px}
 .legal-only-close{width:58px;height:58px}
 .legal-switcher{margin-top:88px}
 .legal-switcher a{font-size:14px;padding:15px 8px}
 .legal-card{margin-top:32px;border-radius:24px;padding:28px 22px}
}


/* Legal/final polish */
.legal-shell{padding:22px 20px 50px}
.legal-topbar{position:relative}
.legal-close{position:fixed;top:22px;left:22px;z-index:5;width:58px;height:58px}
.legal-switcher{margin:84px auto 0;width:min(790px,100%);justify-content:stretch}
.legal-switcher a{flex:1;padding:14px 16px;font-size:14px}
.legal-card{margin-top:32px}
.legal-content{white-space:normal;word-break:break-word;overflow-wrap:anywhere}
.legal-content p{margin-bottom:26px}
.footer-payment-block{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.payment-stickers{display:flex;justify-content:center;align-items:center;gap:18px;width:100%;margin:18px auto 0}
.footer-legal-links{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;width:100%}
.footer-contact-card{margin-left:auto;margin-right:auto;text-align:center}
@media(max-width:900px){
 .legal-shell{padding:18px 14px 40px}
 .legal-close{top:18px;left:18px}
 .legal-switcher{margin-top:82px}
 .legal-switcher a{font-size:12px;padding:12px 8px}
 .legal-card{padding:28px 22px;margin-top:24px;border-radius:24px}
 .legal-card h1{font-size:38px;line-height:1.08;overflow-wrap:anywhere}
 .legal-content{font-size:16px;line-height:1.65}
 .payment-stickers{gap:10px}
}

/* legal final correction */
.legal-topbar{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;margin:0!important;padding:0!important;}
.legal-only-close{position:static!important;left:auto!important;top:auto!important;transform:none!important;flex:none!important;width:58px!important;height:58px!important;border-radius:18px!important;display:grid!important;place-items:center!important;font-size:42px!important;line-height:1!important;}
.legal-switcher{margin-top:18px!important;}
.legal-card{margin-top:32px!important;overflow:hidden!important;}
.legal-content{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;hyphens:auto!important;text-align:left!important;}
.legal-content p{margin:0 0 22px!important;}
.legal-card h1{overflow-wrap:break-word!important;word-break:normal!important;hyphens:auto!important;}
@media(max-width:700px){
 .legal-shell{padding-top:28px!important;}
 .legal-only-close{width:58px!important;height:58px!important;}
 .legal-switcher{margin-top:18px!important;}
 .legal-card{margin-top:30px!important;padding:28px 22px!important;}
 .legal-content{font-size:16px!important;line-height:1.7!important;}
}


/* Footer compact UI — Arizona Dale */
.site-footer{margin-top:28px!important;}
.site-footer .footer{width:min(900px,calc(100% - 40px));padding:30px 0 20px!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:14px!important;text-align:center;}
.footer-main{width:100%;display:flex!important;justify-content:center!important;}
.footer-brand-row{display:flex;justify-content:center;width:100%;}
.footer-brand-row .brand{gap:10px!important;font-size:15px!important;}
.footer-brand-row .brand img{width:42px!important;height:42px!important;}
.footer-brand-row .brand span{font-size:15px!important;}
.footer-details{display:none!important;}
.footer-contact-card{width:min(520px,100%)!important;padding:16px 22px!important;border-radius:18px!important;margin:0!important;}
.footer-card-title{font-size:17px!important;margin-bottom:7px!important;}
.footer-mail{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;font-size:16px!important;font-weight:800!important;text-decoration:none!important;color:#fff!important;}
.footer-icon{width:19px;height:19px;flex:0 0 19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}
.footer-legal-links{width:min(760px,100%)!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;}
.footer-legal-links a{width:100%!important;min-height:54px!important;padding:12px 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:16px!important;background:rgba(255,255,255,.025)!important;font-size:13px!important;}
.footer-legal-links a:hover{transform:translateY(-1px)!important;background:rgba(255,255,255,.05)!important;}
.footer-payment-block{width:min(760px,100%)!important;padding-top:14px!important;gap:8px!important;}
.footer-payment-title{font-size:12px!important;}
.payment-stickers{gap:7px!important;margin:8px auto 0!important;}
.payment-sticker{height:38px!important;min-width:70px!important;border-radius:10px!important;font-size:16px!important;}
.footer-copy{width:100%;padding-top:10px!important;font-size:11px!important;}
@media(max-width:700px){
 .site-footer{margin-top:20px!important;}
 .site-footer .footer{width:calc(100% - 32px);padding:24px 0 16px!important;gap:10px!important;}
 .footer-brand-row .brand img{width:38px!important;height:38px!important;}
 .footer-brand-row .brand span{font-size:14px!important;}
 .footer-contact-card{padding:14px 16px!important;border-radius:17px!important;}
 .footer-card-title{font-size:16px!important;}
 .footer-mail{font-size:14px!important;gap:7px!important;}
 .footer-legal-links{grid-template-columns:1fr!important;gap:8px!important;}
 .footer-legal-links a{min-height:48px!important;padding:10px 12px!important;font-size:12px!important;border-radius:14px!important;}
 .footer-icon{width:17px;height:17px;flex-basis:17px;}
 .footer-payment-block{padding-top:12px!important;}
 .payment-sticker{height:34px!important;min-width:62px!important;font-size:14px!important;border-radius:9px!important;}
}
