:root {
    --bg:#0f1221;
    --panel:#171b2d;
    --line:#3c465f;
    --text:#fff;
    --muted:#b9c2d7;
    --accent:#c2fd00;
    --maxw:1180px;
    --player-h:calc(720/1280*1024px);
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Tahoma,sans-serif;color:var(--text);background:linear-gradient(180deg,#0b1020 0%,#12172a 100%)}
a{color:inherit;text-decoration:none}
.header-shell{position:sticky;top:0;z-index:20;background:rgba(11,15,27,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06)}
header{width:min(calc(100% - 20px),var(--maxw));margin:0 auto;min-height:64px;display:flex;align-items:center;gap:12px;padding:10px 0}
#logo{display:inline-flex;align-items:center;width:150px;flex:0 0 auto}
#logo img{width:140px;height:auto;display:block}
.header-links{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap}
.header-links a,.header-links button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:10px;border:1px solid var(--line);background:var(--panel);color:var(--muted);font:inherit;cursor:pointer}
.header-links a:hover,.header-links button:hover{color:#fff}
.page{width:min(calc(100% - 20px),var(--maxw));margin:0 auto;padding:18px 0 32px}
.crumbs{color:var(--muted);font-size:14px;margin-bottom:10px}
.crumbs a{color:#7ec8ff}
.game-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap;margin-bottom:16px}
.game-head h1{margin:0 0 8px;font-size:clamp(28px,4vw,42px);line-height:1}
.game-head p{margin:0;color:var(--muted);max-width:72ch;line-height:1.6}
.play-actions{display:flex;gap:10px;flex-wrap:wrap}
.play-actions button,.play-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:12px;border:1px solid var(--line);background:var(--panel);color:#fff;font:inherit;cursor:pointer}
.play-actions .primary{background:var(--accent);color:#111522;border-color:transparent;font-weight:700}
.player-shell{border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;background:#05070d}
.player-stage{position:relative}
.player-top{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;background:#12182a;border-bottom:1px solid rgba(255,255,255,.06)}
.player-top strong{font-size:15px}
.player-top span{color:var(--muted);font-size:13px}
.currency-gate{display:none;padding:18px;border-bottom:1px solid rgba(255,255,255,.06);background:#101629}
.currency-gate.show{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,220px) auto;align-items:center;gap:12px}
.page-currency-gate{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;width:min(520px,calc(100% - 32px));padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(16,22,41,.96);box-shadow:0 28px 60px rgba(0,0,0,.38);backdrop-filter:blur(10px)}
.page-currency-gate.show{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center}
.page-currency-gate .currency-gate-label{font-size:14px;line-height:1.45;max-width:28ch;color:#c8d0df}
.page-currency-gate .currency-gate-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%}
.page-currency-gate .currency-picker-shell{width:min(320px,100%);flex:none}
.page-currency-gate .currency-picker-shell .picker-button{min-height:54px;border-radius:14px;background:#222733;border-color:#222733;padding:0 18px}
.page-currency-gate .currency-picker-shell .picker-button-label{justify-content:center;width:100%;font-size:17px}
.page-currency-gate .currency-picker-shell .picker-chevron{font-size:18px}
.page-currency-gate .currency-picker-shell .picker-menu{left:50%;right:auto;transform:translateX(-50%);width:min(320px,calc(100vw - 32px))}
.page-currency-gate .currency-picker-shell .picker-menu.open-up{bottom:calc(100% + 6px)}
.page-currency-gate #pageCurrencyStart{width:min(220px,100%);min-height:54px;border-radius:14px;font-size:17px;padding:0 24px}
.currency-gate-label{font-size:13px;color:var(--muted);line-height:1.4}
.currency-picker-shell{min-width:0;max-width:100%;position:relative}
.currency-picker-shell .hidden-picker-input{width:0;height:0}
.currency-picker-shell .picker-button{width:100%;min-height:44px;border:1px solid #30405d;background:#151c2d;padding:10px 14px;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#fff}
.currency-picker-shell .picker-button:hover{border-color:#56627e}
.currency-picker-shell .picker-button-label{font-weight:700}
.currency-picker-shell .picker-chevron{color:#c7d0e6}
.currency-picker-shell .picker-menu{left:auto;right:0;width:min(280px,calc(100vw - 24px));top:calc(100% + 6px);border-radius:16px;padding:8px;background:#161c2d;border-color:rgba(255,255,255,.08);box-shadow:0 20px 44px rgba(0,0,0,.42)}
.currency-picker-shell .picker-menu.open-up{bottom:calc(100% + 6px)}
.currency-picker-shell .picker-search{margin-bottom:8px;background:#0e1424;border-color:#2d3a57;color:#fff}
.currency-picker-shell .picker-search::placeholder{color:#7f8aa3}
.currency-picker-shell .picker-list{max-height:min(42vh,260px);display:grid;gap:6px}
.currency-picker-shell .picker-item{padding:11px 12px;background:#0f1525;border:1px solid rgba(255,255,255,.06)}
.currency-picker-shell .picker-item:hover{background:#182238;border-color:#3f516f}
.currency-picker-shell .picker-item.active{background:#1d2942;border-color:#4d6488;color:#fff}
.currency-picker-shell .picker-item-main{font-size:14px}
#pageCurrencyStart,#modalCurrencyStart{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:12px;border:1px solid transparent;background:var(--accent);color:#111522;font:inherit;font-weight:700;cursor:pointer}
.player-frame{width:100%;height:min(var(--player-h),calc(100dvh - 180px));border:0;display:block;background:#000}
.player-fallback{padding:48px 20px;text-align:center;color:var(--muted)}
.iframe-placeholder{background:url(/img/logofull.svg),url(/img/loader.svg),#171825;background-repeat:no-repeat,no-repeat;background-size:150px auto,auto 40px;background-position:center,center calc(50% + 45px)}
.modal-only .page{width:100%;padding:0}
.modal-only .player-shell{border:0;border-radius:0}
.modal-only .player-top{display:none}
.modal-only .player-frame{height:min(80dvh,900px)}
@media (max-width:720px){
    .modal-only .player-frame,.player-frame{height:70dvh}
    .header-links{width:100%;margin-left:0}
    .currency-gate.show{grid-template-columns:1fr}
    .page-currency-gate{width:min(calc(100% - 20px),420px);padding:18px}
    .page-currency-gate .currency-picker-shell{width:100%}
    .page-currency-gate .currency-picker-shell .picker-menu{width:min(100%,calc(100vw - 24px))}
    .currency-picker-shell .picker-menu{width:min(100%,calc(100vw - 24px))}
    #pageCurrencyStart{width:100%}
}
