@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/dm-sans-400.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/dm-sans-500.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/dm-sans-600.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/dm-sans-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/manrope-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/manrope-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/manrope-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/manrope-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/manrope-800.ttf) format('truetype');
}
:root{--bg:#0b1118;--surface:#111a24;--raised:#17222e;--edge:#24303c;--text:#f4f7fa;--muted:#9aa9b9;--mint:#a6f56e;--mint-dark:#162418;--gold:#deb975;--red:#f17888;--radius:16px;font-family:'DM Sans',sans-serif;color:var(--text);background:var(--bg);color-scheme:dark}
html{background:#0b1118;color:#f4f7fa;color-scheme:dark;font-family:'DM Sans',sans-serif}
body{background:#0b1118;color:#f4f7fa;font-family:'DM Sans',sans-serif}
*{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.5}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}button{border:0}a{color:inherit;text-decoration:none}button:disabled{opacity:.4;cursor:not-allowed}button:not(:disabled),a{transition:background .2s,transform .2s,border-color .2s,color .2s}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--mint);outline-offset:4px}button:hover:not(:disabled){filter:brightness(1.09)}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand{font-family:'Manrope','DM Sans',sans-serif}h1{font-weight:750;letter-spacing:-.055em;line-height:1.07}h2{letter-spacing:-.045em;line-height:1.2}h3{letter-spacing:-.02em}p{line-height:1.65}small,.fine{font-size:.8125rem}.fine{color:var(--muted);margin:20px 0 0}.muted{color:var(--muted)}.icon{width:22px;height:22px;flex-shrink:0;vertical-align:middle}.header{height:90px;border-bottom:1px solid #ffffff09;background:#0b1118f5;position:relative;z-index:20}.header-inner{height:100%;max-width:1536px;padding:0 5%;margin:auto;display:flex;align-items:center;gap:60px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:23px;font-weight:800;letter-spacing:.12em;white-space:nowrap}.brand .icon{width:31px;height:31px;color:var(--mint);stroke-width:1.8}.brand-dot{color:var(--mint)}.header-caption{font-size:12px;letter-spacing:.2em;color:var(--muted)}.header-right{margin-left:auto;display:flex;align-items:center;gap:12px}.version-label{font-size:12px;letter-spacing:.12em;color:#bbc6d0;display:flex;align-items:center;gap:9px}.version-label i{height:6px;width:6px;background:var(--mint);border-radius:50%;box-shadow:0 0 10px #a6f56055}.header nav{height:100%;display:flex;gap:8px}.nav-item{height:100%;position:relative;display:flex;align-items:center;gap:9px;padding:0 20px;color:var(--muted);font-size:.9375rem;font-weight:600}.nav-item.active{color:var(--mint)}.nav-item.active:after{content:'';position:absolute;bottom:0;left:20px;right:20px;height:3px;background:var(--mint);border-radius:3px 3px 0 0}.nav-item:hover{color:var(--text);background:#ffffff03}.balance{display:flex;flex-direction:column;align-items:flex-end;gap:0}.balance-label{font-size:12px;letter-spacing:.12em;color:var(--muted)}.money{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.money .icon{color:var(--mint);width:19px;height:19px}.wallet-add,.avatar-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;background:var(--raised)}.wallet-add{background:var(--mint);color:#111b0e;width:32px;height:32px}.avatar-button{border:1px solid #455464;background:linear-gradient(130deg,#263443,#0b1118);margin-left:12px;font-family:Manrope;font-weight:700}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:48px;padding:0 23px;border-radius:8px;font-size:15px;font-weight:700}.primary{background:var(--mint);color:#15200f;box-shadow:0 4px 22px #a6f56e08}.primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #a6f56e22}.secondary{background:#1b2835;color:var(--text);border:1px solid #2a3a49}.text-button{background:none;color:var(--muted);display:inline-flex;align-items:center;gap:7px;font-size:14px;padding:8px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.16em;display:flex;align-items:center;gap:12px;color:var(--mint)}.line{width:27px;height:1px;background:var(--mint)}.home{position:relative;min-height:700px;height:calc(100svh - 164px);max-height:960px;overflow:hidden;background:#0d1722}.hero-image{position:absolute;inset:0;background-image:linear-gradient(90deg,#0b1118 0%,#0b1118df 20%,#0b11185c 51%,#0b111811 77%),linear-gradient(0deg,#0b1118 0%,transparent 40%),url('assets/casino-home.png');background-size:cover;background-position:center 55%}.hero-content{position:relative;padding:9% 6.5% 130px;max-width:1536px;margin:auto}.hero-content h1{font-size:clamp(64px,6.5vw,100px);margin:25px 0 25px}.hero-content h1 em{font-style:normal;color:var(--mint)}.hero-content p{font-size:18px;color:#b8c3ce;font-weight:400;margin-bottom:30px}.hero-cta{height:56px;padding:0 29px;gap:38px}.starting{display:flex;align-items:center;gap:7px;margin-top:23px;color:var(--muted);font-size:12px}.starting>.icon{width:15px;color:var(--mint)}.starting strong{color:#d7dee5;font-weight:500}.starting>span{padding-left:6px}.hero-coordinate{position:absolute;bottom:157px;right:6.5%;font-size:12px;letter-spacing:.15em;text-align:right}.hero-coordinate span{display:block;color:var(--muted);font-size:12px;margin-top:5px}.home-bottom{position:absolute;bottom:0;left:6.5%;right:6.5%;height:104px;display:flex;align-items:center;border-top:1px solid #ffffff1c;gap:60px}.home-bottom>span:first-child{max-width:180px;font-size:12px;letter-spacing:.18em;line-height:1.8;color:var(--muted)}.home-bottom>div{display:flex;gap:42px}.home-bottom>div span{font-size:12px;color:var(--mint)}.home-bottom b{color:#d6dfe8;font-weight:500;font-size:14px;margin-left:14px}.scroll-mark{margin-left:auto;transform:rotate(90deg)}.home-strip{min-height:78px;padding:20px 6.5%;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid #ffffff08}.home-strip>span{display:flex;align-items:center;gap:12px;font-size:13px;color:#b8c3cf}.home-strip .icon{color:#65788a;width:19px}.home-strip>span:last-child{font-size:12px;color:#8697a7}footer{max-width:1536px;margin:auto;padding:35px 5%;display:flex;align-items:center;justify-content:space-between;gap:22px;color:#8192a3;font-size:12px}footer>span:first-child{display:flex;align-items:center;gap:20px}footer .brand{font-size:13px;color:#b5c1cc;letter-spacing:.1em}footer .brand .icon{width:20px;height:20px;color:#7f94a5}.dot{padding:0 8px}.container{max-width:1392px;margin:auto;padding:44px 48px 20px}.gateway{padding-top:72px;min-height:calc(100vh - 180px)}.gateway>h1{font-size:56px;margin:20px 0 16px}.gateway>.muted{font-size:17px}.gateway-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:40px 0}.gateway-card{min-height:390px;border:1px solid #293847;background:linear-gradient(150deg,#192631,#101821);border-radius:16px;overflow:hidden;position:relative;display:flex;flex-direction:column;padding:27px 30px}.gateway-card:hover{transform:translateY(-7px);border-color:#91c979}.gateway-number{font-size:12px;letter-spacing:.16em;color:#899cac}.gateway-art{height:150px;display:grid;place-items:center;color:var(--mint)}.gateway-art .icon{height:76px;width:76px;stroke-width:.85;filter:drop-shadow(0 12px 20px #a6f56e44);transform:rotate(-10deg)}.gateway-inventory .gateway-art{color:var(--gold)}.gateway-purchase .gateway-art{color:#82bdeb}.gateway-copy .eyebrow{color:#9aafbf;font-size:12px;letter-spacing:.07em}.gateway-copy h2{font-size:30px;margin:15px 0;display:flex;align-items:center;justify-content:space-between}.gateway-copy p{font-size:14px;color:var(--muted);margin:0}.gateway-note{display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px;color:var(--muted)}.gateway-note>.icon{color:var(--mint)}.gateway-note>.money{margin-left:16px;color:white}dialog{background:#111b26;color:var(--text);border:1px solid #354453;border-radius:18px;width:min(740px,94vw);padding:30px;box-shadow:0 25px 100px #0009;max-height:90svh}dialog::backdrop{background:#05090ebd;backdrop-filter:blur(8px)}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:25px}.modal-head h2{font-size:26px;margin:0}.wallet-total{display:flex;flex-direction:column;gap:8px;padding:20px 0}.wallet-total>.money{font-size:40px}.wallet-total>.money .icon{width:30px;height:30px}.wallet-total>.muted{font-size:12px;letter-spacing:.15em}.coin-packs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.coin-pack{padding:23px 12px 0;border:1px solid #334351;background:linear-gradient(135deg,#1e2d3a,#14202b);border-radius:12px;display:flex;align-items:center;flex-direction:column;overflow:hidden}.coin-pack>.icon{width:35px;height:35px;color:var(--gold);margin-bottom:16px}.coin-pack>span{color:var(--muted);font-size:14px}.coin-pack strong{font-family:Manrope;font-size:27px;margin:6px 0}.coin-pack small{color:var(--muted);font-size:12px}.coin-pack b{width:calc(100% + 24px);padding:14px 6px;background:#233e2a;color:var(--mint);font-size:12px;margin-top:20px}.coin-pack b .icon{width:15px}.field-label{display:block;color:var(--muted);font-size:14px;margin-bottom:8px}input{background:#0b131c;border:1px solid #354757;border-radius:7px;padding:13px;color:var(--text);width:100%}.full{width:100%;margin-top:20px}#toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%,20px);max-width:90vw;padding:14px 22px;background:#23352b;border:1px solid #568453;border-radius:10px;color:#e7f9e0;z-index:100;opacity:0;pointer-events:none;transition:.25s;font-size:14px;box-shadow:0 12px 45px #0007}#toast.visible{opacity:1;transform:translate(-50%,0)}.storage-notice{position:fixed;bottom:0;left:0;right:0;z-index:60;background:#634c23;text-align:center;font-size:13px;padding:8px}
@media(max-width:1100px){.header-inner{gap:26px;padding:0 4%}.nav-item{padding:0 12px}.container{padding:35px 4%}.header-caption{display:none}.hero-content{padding-top:100px}.home-strip{flex-wrap:wrap}.footer-copy{display:none}.gateway-card{padding:22px}.gateway-cards{gap:16px}}
@media(max-width:760px){.header{height:auto;min-height:76px}.header-inner{flex-wrap:wrap;gap:0;padding:18px 20px 0}.brand{font-size:19px}.brand .icon{width:26px}.header-caption{display:none}.header nav{width:100%;order:3;height:58px;justify-content:center;margin-top:10px}.nav-item{flex:1;justify-content:center;font-size:14px}.header-right{margin-bottom:10px}.header-inner>.brand{margin-bottom:10px}.avatar-button{display:none}.balance-label{font-size:12px}.balance .money{font-size:14px}.wallet-add{width:28px;height:28px}.version-label{font-size:12px}.header:has(.version-label) .header-inner{padding-bottom:8px}.home{min-height:760px;height:calc(100svh - 70px);max-height:none}.hero-image{background-image:linear-gradient(90deg,#0b1118da,#0b111829),linear-gradient(0deg,#0b1118,transparent 75%),url('assets/casino-home.png');background-position:62% center}.hero-content{padding:80px 25px 170px}.hero-content h1{font-size:70px}.hero-content p{font-size:16px}.hero-content .eyebrow{font-size:12px}.starting{flex-wrap:wrap;max-width:270px;gap:5px}.starting>span{display:none}.hero-coordinate{bottom:130px;right:25px}.home-bottom{left:25px;right:25px;gap:10px;height:100px}.home-bottom>span:first-child{display:none}.home-bottom>div{gap:21px;flex-wrap:wrap}.home-bottom b{margin-left:5px;font-size:12px}.home-strip{padding:25px;gap:18px;display:grid;grid-template-columns:1fr}.home-strip>span{font-size:13px}footer{padding:30px 22px;flex-direction:column;align-items:flex-start;font-size:12px}.container{padding:30px 20px}.gateway{padding-top:40px}.gateway>h1{font-size:44px}.gateway-cards{grid-template-columns:1fr;gap:16px;margin:28px 0}.gateway-card{min-height:220px;padding:24px}.gateway-art{position:absolute;right:25px;top:15px;height:80px}.gateway-art .icon{height:50px;width:50px}.gateway-copy{margin-top:45px}.gateway-copy p{max-width:85%}.gateway-note{flex-wrap:wrap;font-size:13px;justify-content:flex-start}.gateway-note>.money{margin-left:0}.coin-packs{grid-template-columns:1fr}.coin-pack{display:grid;grid-template-columns:40px 1fr 1fr;padding:15px;gap:8px}.coin-pack>.icon{margin:0;grid-row:span 2}.coin-pack>strong{font-size:22px;grid-column:3;grid-row:1}.coin-pack small{grid-column:2 / 4}.coin-pack b{grid-column:1 / 4;width:100%;margin:6px 0 0;border-radius:6px}dialog{padding:22px}.modal-head h2{font-size:22px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:30px}.page-heading .eyebrow{font-size:12px;margin-bottom:13px}.page-heading h1{font-size:35px;margin:0;letter-spacing:-.04em}.quiet-tag{display:flex;gap:8px;align-items:center;color:#99acbc;font-size:12px;padding-bottom:4px;white-space:nowrap}.quiet-tag .icon{height:17px;width:17px}.game-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-bottom:26px}.game-tab{display:flex;text-align:left;align-items:center;gap:18px;padding:18px 23px;border-radius:11px;background:linear-gradient(120deg,#182633,#131d28);border:1px solid #2a3743;overflow:hidden;position:relative}.game-tab.selected{border-color:#79a95d;background:linear-gradient(120deg,#25382a,#15221b)}.game-tab-symbol{display:grid;place-items:center;font-size:37px;font-family:Georgia;color:#87b6d5;background:#223645;border-radius:8px;width:54px;height:57px}.game-tab:nth-child(2) .game-tab-symbol{color:#d2aad7;background:#37243d}.game-tab:nth-child(3) .game-tab-symbol{color:#dfbd8a;background:#362f29}.game-tab.selected .game-tab-symbol{color:var(--mint);background:#354936}.game-tab b{display:block;font-size:17px;letter-spacing:-.025em;font-family:Manrope}.game-tab small{display:block;color:var(--muted);font-size:12px;margin-top:4px}.tab-arrow{margin-left:auto;color:#758b9c}.tab-arrow .icon{width:18px}.selected .tab-arrow{color:var(--mint)}.game-shell{display:grid;grid-template-columns:290px minmax(0,1fr);border:1px solid #2a3743;border-radius:14px;overflow:hidden;min-height:570px;background:#111c25}.bet-panel{background:#15212c;padding:27px 24px;display:flex;flex-direction:column;border-right:1px solid #283846}.panel-label{display:flex;align-items:center;gap:7px;font-size:12px;letter-spacing:.14em;color:#8da5b7}.panel-label .icon{width:15px;height:15px}.bet-panel h2{margin:17px 0 23px;font-size:28px}.bet-mode{display:flex;align-items:center;justify-content:space-between;font-size:13px;background:#0e1821;padding:10px 13px;border:1px solid #2a3945;border-radius:6px;margin-bottom:23px}.status-dot,.session-dot{width:6px;height:6px;border-radius:50%;background:var(--mint)}.bet-panel .field-label{font-size:13px;display:flex;justify-content:space-between}.field-label>span{font-size:12px;color:#748c9e}.bet-input{position:relative}.bet-input>.icon{position:absolute;left:12px;top:14px;color:var(--mint);width:19px}.bet-input input{padding-left:39px;height:49px;font-weight:600;font-size:16px;border-color:#334553;appearance:textfield}.bet-input input::-webkit-inner-spin-button{-webkit-appearance:none}.bet-shortcuts{display:flex;align-items:center;gap:7px;margin-top:8px}.bet-shortcuts button{padding:6px 19px;border:1px solid #344754;border-radius:5px;background:#1c2b37;font-size:12px}.bet-shortcuts span{font-size:12px;color:#90a4b6;margin-left:auto}.deal-button{margin-top:24px;justify-content:space-between}.game-hint{font-size:12px;color:#90a3b4;line-height:1.7;margin-top:23px}.bet-panel-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:15px;margin-top:auto;padding-top:40px}.bet-panel-bottom .text-button{padding:0;font-size:12px}.bet-panel-bottom .icon{width:16px}.bet-panel-bottom>span{font-size:12px;color:#7890a2}.split-controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:24px}.split-controls button{padding:0 14px;gap:8px}.double-button{margin-top:8px;min-height:40px;font-size:13px;background:transparent}.wager-note{font-size:12px;display:flex;align-items:center;justify-content:space-between;margin-top:15px;color:var(--muted)}.table-wrap{background:radial-gradient(ellipse at 50% 30%,#17413555,#0d1c23 70%);position:relative;min-height:575px;overflow:hidden}.table-topline{height:47px;display:flex;align-items:center;justify-content:space-between;padding:0 25px;border-bottom:1px solid #94b6a60d;color:#86a19e;letter-spacing:.11em;font-size:12px}.table-topline>span:last-child{display:flex;align-items:center;gap:7px}.table-topline i{height:4px;width:4px;border-radius:50%;background:#82c681}.blackjack-felt{position:relative;min-height:530px;padding:24px 20px 75px;display:flex;flex-direction:column;align-items:center;background:radial-gradient(ellipse at center,#246b420c 40%,transparent 65%)}.dealer-position,.player-position{display:flex;align-items:center;flex-direction:column;gap:13px;position:relative;z-index:2}.hand-label{font-size:12px;letter-spacing:.15em;color:#95b3ab;display:flex;align-items:center;gap:9px;height:20px}.hand-label b{font-size:12px;letter-spacing:0;padding:1px 7px;background:#2c4841;border:1px solid #5b7e66;border-radius:4px;color:#e4f0e7}.hand{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.playing-card{display:block;position:relative;width:74px;height:105px;border-radius:7px;background:linear-gradient(120deg,#fff,#dae3e6);color:#182433;box-shadow:0 4px 0 #82918d,0 8px 22px #0005;border:1px solid #fff;animation:deal-card .35s both;animation-delay:calc(var(--i)*60ms);flex-shrink:0;font-family:Georgia,'Times New Roman',serif}.card-corner{position:absolute;left:7px;top:4px;font-size:17px;line-height:1.1;text-align:center;font-weight:bold}.card-corner small{display:block;font-size:12px;margin-top:2px}.card-corner.bottom{left:auto;top:auto;right:7px;bottom:4px;transform:rotate(180deg)}.card-suit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:39px;line-height:1}.red-card{color:#bc314e}.card-back{background:repeating-linear-gradient(45deg,#224739 0px,#224739 2px,#1d4034 2px,#1d4034 7px);border:5px solid #d9e4df;outline:1px solid #bdceca;outline-offset:-2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#b2c6a3;box-shadow:0 3px 0 #778c7d,0 8px 22px #0005}.card-back .icon{height:28px;width:28px}.card-back>span{font-family:Manrope;font-size:12px;letter-spacing:.14em}.table-brand{font-size:19px;letter-spacing:.25em;font-weight:650;display:flex;flex-direction:column;align-items:center;color:#628d754d;line-height:1.5}.table-brand>.icon{width:32px;height:32px;margin-bottom:5px;stroke-width:1.2}.table-brand small{font-size:12px;letter-spacing:.3em;margin-top:3px;font-weight:400}.blackjack-felt>.table-brand{margin:25px 0 7px}.table-arc{color:#517268;font-size:12px;letter-spacing:.08em;margin-bottom:24px}.table-arc span{padding:0 10px}.empty-card{width:74px;height:105px;border:1px dashed #58736850;border-radius:7px;transform:rotate(-7deg)}.empty-card+.empty-card{transform:rotate(7deg)}.player-position .hand-label{order:2}.result-banner{position:absolute;bottom:13px;left:50%;transform:translateX(-50%);width:max-content;max-width:94%;text-align:center;padding:9px 24px;border:1px solid #3b5659;background:#17302be8;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:3px;box-shadow:0 8px 30px #0002;animation:result-in .3s ease-out}.result-banner b{font-size:13px;font-weight:600}.result-banner>span{font-size:12px;color:#b3c9c0}.result-banner.won{border-color:#759853;color:#c6f69e;background:#233d27}.result-banner.lost{border-color:#56444b;background:#2e252b;color:#eac3c9}.table-welcome{position:absolute;bottom:25px;font-size:12px;color:#71958b}.session-bar{display:flex;align-items:center;justify-content:space-between;padding:21px 5px;color:#a0b4be;font-size:12px;letter-spacing:.04em;gap:15px}.session-bar>div{display:flex;align-items:center;gap:13px}.session-bar .muted{font-size:12px;letter-spacing:0}.history-pill{padding:4px 10px;background:#1b2934;border-radius:5px;font-size:12px;letter-spacing:0}.history-pill.positive{color:#bcf18f;background:#213a27}.history-pill.negative{color:#e4a6af;background:#342731}.poker-felt{position:relative;padding:25px 32px 80px;min-height:530px}.poker-felt>.table-brand{margin-bottom:20px;font-size:16px}.poker-felt>.table-brand .icon{height:26px}.poker-paytable{display:grid;grid-template-columns:repeat(3,1fr);gap:0 15px;max-width:610px;margin:0 auto 38px;padding:12px 15px;background:#07171966;border:1px solid #345d4b44;border-radius:7px}.poker-paytable>div{display:flex;justify-content:space-between;padding:5px 2px;gap:10px;font-size:12px;color:#8ea99f;border-bottom:1px solid #6d86751a}.poker-paytable b{color:#b5c8a5}.poker-paytable .paytable-win{color:var(--mint);background:#3b653477}.poker-hand{display:flex;gap:14px;justify-content:center;margin-top:5px}.hold-card{background:none;padding:0;border-radius:7px}.hold-card .playing-card{display:block;transition:transform .2s;animation:none}.hold-card.held .playing-card{transform:translateY(-8px);box-shadow:0 0 0 2px var(--mint),0 7px 24px #95e95022}.hold-label{display:block;padding:6px;margin-top:10px;font-family:DM Sans;font-size:12px;letter-spacing:.13em;color:#8aa396;border:1px solid #3e594e70;border-radius:4px}.held .hold-label{color:#15240f;background:var(--mint);border-color:var(--mint)}.poker-instruction{font-size:12px;letter-spacing:.06em;color:#85a197;margin-top:20px;text-align:center}.roulette-selection{padding:15px 0 0;display:flex;align-items:center;justify-content:space-between;font-size:12px}.roulette-selection b{font-weight:500;color:#dfdfdf}.roulette-felt{padding:20px 25px 84px;position:relative;min-height:530px}.wheel-zone{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}.roulette-wheel{height:240px;width:240px;border-radius:50%;background:var(--wheel-fill);border:9px solid #b09056;box-shadow:0 0 0 4px #302e28,0 0 0 6px #c1a26d,0 12px 36px #0007,inset 0 0 0 1px #ffe1a533;position:relative;transform:rotate(var(--rotation));flex-shrink:0}.roulette-wheel:after{content:'';position:absolute;inset:30px;border:1px solid #bea168;border-radius:50%;background:radial-gradient(#345344,#122b24);box-shadow:inset 0 0 20px #07110f}.wheel-numbers{position:absolute;inset:0}.wheel-numbers span{position:absolute;left:calc(50% - 8px);top:4px;text-align:center;width:16px;height:106px;transform-origin:50% 100%;transform:rotate(var(--a));font-size:12px;font-weight:600;color:#f6ead9}.wheel-hub{position:absolute;inset:58px;border:2px solid #90784b;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:radial-gradient(#294c3d,#112b23);color:#b9a77a;z-index:1;box-shadow:0 0 0 5px #09251d,0 0 0 6px #67613d}.wheel-hub .icon{height:33px;width:33px;stroke-width:1}.wheel-hub small{font-size:12px;letter-spacing:.12em;margin-top:7px}.wheel-pointer{position:absolute;top:-10px;left:calc(50% - 6px);height:22px;width:12px;background:#f4e3bc;clip-path:polygon(0 0,100% 0,50% 100%);z-index:3;filter:drop-shadow(0 1px 5px #000)}.roulette-wheel.spinning{animation:wheel-spin 2.7s cubic-bezier(.12,.7,.15,1) both}.wheel-result{min-height:42px;display:flex;align-items:center;justify-content:center;gap:10px;color:#a7beb1;font-size:12px;letter-spacing:.08em;margin-top:11px}.pocket{height:27px;min-width:27px;border-radius:4px;padding:2px 6px;display:grid;place-items:center;font-size:14px;color:#fff}.pocket.red{background:#ae4858}.pocket.black{background:#253139}.pocket.green{background:#3b8060}.roulette-bets{max-width:600px;margin:0 auto}.number-grid{display:grid;grid-template-columns:repeat(13,1fr);grid-auto-flow:column;grid-template-rows:repeat(3,28px);gap:3px}.number-bet{font-size:12px;border:1px solid #52655290;border-radius:3px;background:#142922;color:#eef5f0;padding:0}.number-bet.red{background:#6e3144}.number-bet.black{background:#17242d}.number-bet.zero{grid-row:1/4;background:#2b604c;grid-column:1}.number-bet.chosen,.outside-bets .chosen{border-color:var(--mint);box-shadow:inset 0 0 0 1px var(--mint);color:var(--mint);background:#314a28}.outside-bets{display:grid;grid-template-columns:repeat(6,1fr);gap:3px;margin-top:5px}.outside-bets button{font-size:12px;background:#14282c;border:1px solid #3d5554;border-radius:3px;min-height:30px;padding:0 2px;color:#c5d3cc}.outside-bets .red-outside{color:#f49ca9}.roulette-payout-note{display:flex;justify-content:space-between;font-size:12px;color:#7c9b8c;margin-top:9px}.roulette-felt>.result-banner{bottom:10px}.inventory-layout{display:grid;grid-template-columns:310px 1fr;gap:30px}.profile-card{background:#131f29;border:1px solid #2c3b46;border-radius:13px;overflow:hidden;align-self:start}.profile-scene{height:375px;position:relative;overflow:hidden;background:#121f2b}.profile-label{position:absolute;z-index:2;top:20px;left:20px;right:20px;font-size:12px;letter-spacing:.15em;color:#b5c3ce;display:flex;justify-content:space-between}.profile-label span{color:var(--mint)}.profile-person{position:absolute;inset:0;background-image:linear-gradient(0deg,#111d28 1%,#111d2811 60%,#111d2888),url('assets/casino-home.png');background-size:auto 112%;background-position:78% center}.profile-caption{position:absolute;bottom:22px;left:25px;right:25px;z-index:1}.profile-caption .eyebrow{font-size:12px}.profile-caption h2{font-size:28px;margin:8px 0}.profile-caption .text-button{font-size:12px;padding:0;color:#a7bdcd}.profile-caption .icon{width:12px;height:12px}.profile-stats{padding:22px;border-bottom:1px solid #2c3b46;display:flex;flex-direction:column;gap:13px}.profile-stats>div{display:flex;justify-content:space-between;align-items:center;font-size:12px}.profile-stats>div>span:first-child{color:var(--muted)}.profile-stats .money{font-size:13px}.profile-stats .money .icon{width:16px}.profile-stats b{font-weight:500;font-size:13px}.loadout{padding:23px}.loadout>.panel-label{margin-bottom:18px}.loadout-row{display:flex;align-items:center;gap:13px;margin:19px 0}.loadout-row:last-child{margin-bottom:0}.loadout-row>.icon{color:#91aab6;width:20px;height:20px}.loadout-row>div{display:flex;flex-direction:column;gap:3px}.loadout-row small{font-size:12px;color:#7c92a3}.loadout-row span{font-size:12px}.equipped-dot{width:5px;height:5px;border-radius:50%;background:var(--mint);margin-left:auto}.collection-top{padding-top:6px}.collection-top h2{font-size:23px;margin-bottom:10px}.collection-top p{font-size:13px;margin-bottom:24px}.filter-tabs{display:flex;gap:5px;flex-wrap:wrap}.filter-tabs button{background:transparent;padding:10px 15px;border-radius:7px;color:#9bafbf;font-size:12px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.filter-tabs button.active{color:var(--mint);background:#223124}.filter-tabs button:hover{color:var(--text);background:#1b2a33}.filter-tabs small{font-size:12px;margin-left:3px}.filter-tabs .icon{width:15px;height:15px}.collection>.filter-tabs{border-bottom:1px solid #25343e;padding-bottom:14px;margin-bottom:22px}.inventory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.item-card{border:1px solid #2a3a46;border-radius:12px;background:#121e29;overflow:hidden}.item-top{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 0}.rarity{font-size:12px;letter-spacing:.1em;text-transform:uppercase;border-radius:4px;padding:4px 8px;display:inline-block;color:#b5c7d6;background:#233a48;border:1px solid #345165}.rarity.tier-1{color:#c1ade9;background:#302b42;border-color:#514465}.rarity.tier-2{color:#e7c37e;background:#3a3324;border-color:#62512f}.item-type{color:#7995a7}.item-type .icon{width:17px;height:17px}.product-art{aspect-ratio:var(--art-ratio);background-image:none;background-size:400% auto;background-position:calc(var(--col)*100% / 3) var(--art-y);background-repeat:no-repeat;mix-blend-mode:lighten;max-width:100%}.item-card .product-art{margin:-2px 12px 0}.item-copy{padding:0 20px 20px}.item-copy>small{font-size:12px;letter-spacing:.12em;color:#8aa1b3}.item-copy h3{font-size:19px;margin:7px 0 15px}.item-value{font-size:13px;color:#afbfca}.item-value .icon{width:16px}.item-copy .full{min-height:38px;font-size:12px;margin-top:18px}.equipped-button{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;border:1px solid #4e7140;background:#263d29;color:#baf291;padding:10px;font-size:12px}.equipped-button .icon{width:15px;height:15px}.empty-inventory{min-height:405px;border:1px dashed #344755;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;background:radial-gradient(#21352d3d,transparent)}.empty-inventory>.icon{width:64px;height:64px;color:#567260;stroke-width:1;margin-bottom:28px}.empty-inventory h3{font-size:24px;margin-bottom:14px}.empty-inventory p{color:var(--muted);font-size:14px;margin-bottom:20px}.empty-inventory strong{color:#d0ddcf;font-weight:500}.empty-inventory>span{color:#78918a;font-size:12px}.collection-note{color:#7f96a5;font-size:12px;display:flex;align-items:flex-start;gap:8px;margin-top:25px;line-height:1.7}.collection-note .icon{width:14px;height:14px;margin-top:3px}.city-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px;gap:20px}.city-time{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.12em;color:#93aab7}.city-time i{height:4px;width:4px;background:var(--gold);border-radius:50%}.city-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;border-radius:14px;overflow:hidden;border:1px solid #2d3f4b;min-height:610px}.city-map{position:relative;background:#0b1b23;overflow:auto;min-height:610px;isolation:isolate}.map-plane{position:absolute;left:0;top:0;width:calc(100% * var(--zoom));height:calc(100% * var(--zoom));min-width:650px;min-height:610px;background:#101e28}.map-plane>img{width:100%;height:100%;object-fit:cover;filter:brightness(.76) saturate(.8);user-select:none}.map-plane:after{content:'';position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 80px #06151ccc}.district{position:absolute;color:#cae7e1aa;font-size:12px;letter-spacing:.2em;pointer-events:none;text-shadow:0 1px 7px #000}.district-coast{left:8%;top:42%;transform:rotate(-68deg);color:#619caa90}.district-hills{right:12%;top:7%}.district-downtown{left:46%;top:52%;font-size:12px;transform:rotate(-17deg)}.district-marina{left:18%;bottom:10%;transform:rotate(24deg)}.map-top-label{position:absolute;top:22px;left:22px;z-index:2;font-size:12px;font-weight:650;letter-spacing:.12em;color:#d0e4e0;display:flex;align-items:center;gap:8px;pointer-events:none}.map-top-label .icon{width:20px;height:20px;color:#a8c3b0}.map-top-label>span{display:block;font-size:12px;color:#849da2;position:absolute;left:28px;top:22px;font-weight:400;letter-spacing:.15em;white-space:nowrap}.map-pin{position:absolute;transform:translate(-50%,-50%);background:none;padding:0;display:flex;flex-direction:column;align-items:center;z-index:3;color:#d8e9e6;min-width:44px;min-height:44px}.map-pin>span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;transform:rotate(-5deg);border:1px solid #a2b8c9;background:linear-gradient(145deg,#2c3f50,#162734);box-shadow:0 5px 0 #071721,0 8px 20px #000a;transition:.2s}.map-pin>.icon{width:20px}.map-pin>b{font-size:12px;font-weight:500;white-space:nowrap;background:#081722e8;border:1px solid #44607577;border-radius:4px;margin-top:8px;padding:3px 7px;opacity:0;transform:translateY(-3px);transition:.2s;pointer-events:none}.map-pin:hover>b,.map-pin:focus-visible>b,.map-pin.pin-selected>b{opacity:1;transform:none}.map-pin:hover>span,.map-pin.pin-selected>span{transform:translateY(-4px) rotate(0deg);box-shadow:0 5px 0 #071721,0 8px 30px #a6f56e44;border-color:var(--mint);color:var(--mint)}.pin-properties{color:#b9d7ef}.pin-properties>span{background:linear-gradient(135deg,#365874,#142532);border-color:#759aba}.pin-cars{color:#c1f3a1}.pin-cars>span{background:linear-gradient(135deg,#385a33,#192d1e);border-color:#8fb379}.pin-watches{color:#f3d291}.pin-watches>span{background:linear-gradient(135deg,#655133,#342a19);border-color:#bba069}.pin-style{color:#d2b9ed}.pin-style>span{background:linear-gradient(135deg,#524365,#2a203a);border-color:#a08abc}.map-controls{position:absolute;left:20px;bottom:49px;z-index:4;display:flex;flex-direction:column;gap:3px}.map-controls button{background:#102431ec;border:1px solid #46607099;width:33px;height:33px;display:grid;place-items:center;border-radius:6px}.map-controls .icon{height:16px;width:16px}.map-compass{position:absolute;right:25px;top:20px;display:flex;align-items:center;flex-direction:column;font-size:12px;color:#c2d3d6;z-index:2;pointer-events:none}.map-compass i{display:block;background:linear-gradient(110deg,#e1eadf 49%,#486374 50%);clip-path:polygon(50% 0,100% 100%,50% 78%,0 100%);width:13px;height:28px;transform:rotate(20deg);margin:3px}.map-compass small{font-size:12px;color:#7b96a3}.map-scale{position:absolute;bottom:20px;left:20px;font-size:12px;color:#a8c0c1;pointer-events:none}.map-scale>span{font-size:12px;margin-left:6px}.map-hint{position:absolute;bottom:22px;right:20px;font-size:12px;color:#acc8c9;pointer-events:none}.city-sidebar{border-left:1px solid #2e414e;background:#121f2a;max-height:610px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#344958 transparent}.district-guide{padding:28px 23px 12px}.district-guide .eyebrow{font-size:12px;margin-bottom:14px}.district-guide h2{font-size:27px;margin-bottom:14px}.district-guide p{font-size:12px;margin-bottom:12px}.store-list{padding:0 13px}.store-list-item{width:100%;display:flex;align-items:center;gap:12px;text-align:left;background:transparent;border-top:1px solid #253641;padding:13px 7px}.store-list-item:hover{background:#1c2d38}.store-icon{display:grid;place-items:center;border:1px solid #405765;background:#223a49;color:#bdd7e8;width:36px;height:36px;border-radius:8px;flex-shrink:0}.store-icon .icon{width:18px;height:18px}.store-icon.type-cars{color:#c0eca3;background:#2a3f2c;border-color:#446745}.store-icon.type-watches{color:#e5c689;background:#3c3424;border-color:#625236}.store-icon.type-style{color:#cab5e5;background:#342c43;border-color:#534567}.store-list-item>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.store-list-item b{font-size:12px;font-weight:500}.store-list-item small{font-size:12px;color:#889fac}.store-list-item>.icon{height:13px;width:13px;margin-left:auto;color:#6e899a}.directory-foot{margin:20px 22px;display:flex;align-items:center;gap:7px;color:#81998a;font-size:12px}.directory-foot .icon{height:12px;width:12px}.map-legend{display:flex;gap:24px;align-items:center;margin-top:19px;font-size:12px}.map-legend>span{display:flex;align-items:center;gap:7px}.map-legend .icon{width:13px;height:13px}.legend-properties{color:#a5c3dd}.legend-cars{color:#b6d596}.legend-watches{color:#dabe82}.legend-style{color:#bda5d7}.map-legend>.muted{margin-left:auto;font-size:12px}.back-directory{margin:16px 14px 0;font-size:12px;gap:7px}.back-directory .icon{width:14px}.store-heading{padding:21px 23px 5px}.store-heading>.store-icon{height:43px;width:43px;margin-bottom:23px}.store-heading .eyebrow{font-size:12px;margin-bottom:12px}.store-heading h2{font-size:25px;margin-bottom:12px}.store-heading p{font-size:12px}.store-products{padding:0 22px 25px}.shop-item{border-top:1px solid #31404c;padding-bottom:20px}.shop-item .product-art{margin:8px -10px 7px;max-width:calc(100% + 20px)}.shop-item h3{font-size:21px;margin:12px 0 9px}.shop-item>p{font-size:12px;color:#a2b5c4;margin-bottom:22px}.shop-price{display:flex;flex-direction:column;gap:5px}.shop-price>.money{font-size:24px}.shop-price>span:last-child{font-size:12px;color:#8ba0b0;padding-left:26px}.shop-item .primary,.shop-item .secondary{min-height:44px;gap:18px;font-size:12px}.shop-item .primary .icon{width:17px}.affordability{display:block;text-align:center;font-size:12px;color:#b49f7b;margin-top:12px}.purchase-confirm{max-width:450px;margin:auto;text-align:center}.purchase-confirm>.product-art{max-width:300px;margin:-15px auto 0}.purchase-confirm h3{font-size:27px;margin:13px 0 8px}.purchase-confirm p{font-size:14px}.confirm-row{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-top:1px solid #344450;font-size:13px}.confirm-row>span:first-child{color:var(--muted)}.rules h3{font-size:18px;margin:24px 0 10px;color:#d6e9cd}.rules p{font-size:14px;color:#acbdca}.rules h3:first-child{margin-top:0}
@keyframes deal-card{from{opacity:0;transform:translate(10px,-17px) rotate(8deg)}to{opacity:1;transform:none}}@keyframes result-in{from{opacity:0;margin-bottom:-5px}to{opacity:1;margin-bottom:0}}@keyframes wheel-spin{from{transform:rotate(var(--previous))}to{transform:rotate(var(--rotation))}}
@media(min-width:1500px){.container{max-width:1460px;padding-top:52px}.game-shell{grid-template-columns:310px minmax(0,1fr)}.table-wrap{min-height:610px}.blackjack-felt{min-height:565px}.blackjack-felt>.table-brand{margin-top:32px;margin-bottom:14px}.playing-card{height:115px;width:82px}.table-arc{margin-bottom:30px}.poker-felt{min-height:565px}.roulette-felt{min-height:565px}.roulette-wheel{height:260px;width:260px}.wheel-numbers span{height:116px}.wheel-hub{inset:65px}.city-map,.city-layout{min-height:660px}.city-sidebar{max-height:660px}}
@media(max-width:1100px){.page-heading h1{font-size:29px}.quiet-tag{font-size:12px}.game-tab{padding:16px;gap:13px}.game-tab small{font-size:12px}.tab-arrow{display:none}.game-shell{grid-template-columns:250px minmax(0,1fr)}.bet-panel{padding:25px 18px}.poker-felt{padding-left:20px;padding-right:20px}.poker-hand{gap:9px}.poker-hand .playing-card{width:62px;height:92px}.poker-paytable{gap:0 8px;padding:10px}.poker-paytable>div{font-size:12px}.inventory-layout{grid-template-columns:270px 1fr;gap:22px}.inventory-grid{gap:14px}.filter-tabs button{padding:9px 11px}.city-layout{grid-template-columns:minmax(0,1fr) 260px}.city-time{display:none}.city-map{min-height:610px}.map-legend>.muted{display:none}}
@media(max-width:760px){.page-heading{display:block;margin-bottom:25px}.page-heading h1{font-size:29px;line-height:1.2;max-width:350px}.page-heading .eyebrow{font-size:12px}.quiet-tag{font-size:12px;margin-top:14px}.game-tabs{gap:7px;margin-bottom:18px}.game-tab{padding:12px 8px;gap:6px;justify-content:center}.game-tab-symbol{height:auto;width:auto;font-size:23px;background:none!important;display:none}.game-tab b{font-size:13px}.game-tab small{font-size:12px;max-width:86px;line-height:1.4}.game-shell{grid-template-columns:1fr;display:flex;flex-direction:column}.bet-panel{order:2;border-top:1px solid #2b3c48;border-right:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;padding:22px}.bet-panel>.panel-label,.bet-panel>h2,.bet-panel>.bet-mode,.bet-panel>.game-hint{display:none}.bet-panel>.field-label{grid-column:1;grid-row:1;margin:0;align-items:center;font-size:12px}.bet-panel>.bet-input{grid-column:1;grid-row:2}.bet-panel>.bet-shortcuts{grid-column:1;grid-row:3;margin:0}.bet-shortcuts span{font-size:12px}.bet-shortcuts button{padding:5px 10px}.bet-panel>.deal-button,.bet-panel>.split-controls{grid-column:2;grid-row:2;margin:0;min-height:49px}.split-controls button{padding:0 9px;font-size:12px;min-height:49px}.split-controls .icon{display:none}.bet-panel>.double-button{grid-column:2;grid-row:3;margin:0;min-height:31px;font-size:12px}.bet-panel>.wager-note{grid-column:1 / 3;grid-row:4;margin:5px 0 0}.bet-panel>.roulette-selection{grid-column:2;grid-row:1;padding:0;font-size:12px}.bet-panel>.roulette-selection>.muted{display:none}.bet-panel>.bet-panel-bottom{grid-column:1 / 3;flex-direction:row;align-items:center;justify-content:space-between;padding:15px 0 0;margin:0;gap:5px}.bet-panel-bottom>span{font-size:12px}.bet-panel-bottom .text-button{font-size:12px}.table-topline{padding:0 15px;height:38px;font-size:12px;letter-spacing:.06em}.table-wrap{min-height:450px}.blackjack-felt{min-height:465px;padding:18px 12px 75px}.playing-card{width:63px;height:90px;border-radius:6px}.card-corner{font-size:14px;left:5px}.card-corner small{font-size:12px}.card-corner.bottom{right:5px}.card-suit{font-size:32px}.card-back{border-width:4px}.hand{gap:7px;max-width:100%}.hand:has(.playing-card:nth-child(5)){gap:3px}.hand:has(.playing-card:nth-child(5)) .playing-card{width:49px;height:74px}.blackjack-felt>.table-brand{font-size:15px;margin-top:21px;margin-bottom:9px}.table-brand .icon{height:25px;width:25px}.table-arc{font-size:12px;margin-bottom:19px;letter-spacing:0}.table-arc span{padding:0 4px}.empty-card{width:62px;height:89px}.table-welcome{font-size:12px}.result-banner b{font-size:12px}.result-banner>span{font-size:12px}.result-banner{padding:8px 15px}.session-bar{flex-direction:column;align-items:flex-start;gap:15px;font-size:12px;padding-top:20px}.session-bar>div{flex-wrap:wrap;gap:8px}.session-bar .muted{font-size:12px}.poker-felt{padding:23px 10px 90px;min-height:470px}.poker-hand{gap:8px}.poker-hand .playing-card{width:52px;height:78px}.poker-hand .card-suit{font-size:26px}.poker-hand .card-corner{font-size:12px;left:4px;top:3px}.poker-hand .card-corner.bottom{right:4px;left:auto;top:auto;bottom:3px}.poker-hand .card-corner small{font-size:12px}.poker-paytable{grid-template-columns:repeat(2,1fr);gap:0 15px;margin-bottom:32px}.poker-paytable>div{font-size:12px;padding:4px 2px}.poker-felt>.table-brand{display:none}.poker-instruction{font-size:12px;letter-spacing:0}.roulette-felt{padding:20px 12px 80px;min-height:500px}.roulette-wheel{height:220px;width:220px;border-width:8px}.wheel-numbers span{height:97px;font-size:12px;top:3px}.wheel-hub{inset:52px}.wheel-hub .icon{height:26px;width:26px}.wheel-hub small{font-size:12px}.number-grid{grid-template-rows:repeat(3,30px);gap:2px}.number-bet{font-size:12px}.outside-bets{gap:2px}.outside-bets button{font-size:12px}.roulette-payout-note{font-size:12px}.inventory-layout{grid-template-columns:1fr;gap:30px}.profile-card{display:grid;grid-template-columns:1fr 1fr}.profile-scene{height:330px;grid-row:span 2}.profile-caption{left:17px;bottom:20px}.profile-caption h2{font-size:23px;word-break:break-word}.profile-person{background-size:auto 100%;background-position:77% center}.profile-label{font-size:12px;left:16px;right:16px}.profile-label span{display:none}.profile-stats{padding:18px 14px;gap:10px}.profile-stats>div{flex-direction:column;align-items:flex-start;gap:4px;font-size:12px}.profile-stats .money{font-size:13px}.loadout{padding:16px 14px}.loadout>.panel-label{font-size:12px;margin-bottom:10px}.loadout-row{gap:8px;margin:13px 0}.loadout-row small{font-size:12px}.loadout-row span{font-size:12px}.loadout-row>.icon{height:15px;width:15px}.collection-top h2{font-size:22px}.collection-top p{font-size:13px}.filter-tabs{gap:2px}.filter-tabs button{padding:9px 11px;font-size:12px}.inventory-grid{gap:12px}.item-copy{padding:0 13px 14px}.item-top{padding:13px 13px 0}.item-copy h3{font-size:16px}.item-copy>small{font-size:12px}.rarity{font-size:12px;padding:3px 6px}.item-value{font-size:12px}.item-copy .full{font-size:12px;gap:3px}.empty-inventory{min-height:360px;padding:30px 20px}.empty-inventory h3{font-size:22px}.empty-inventory p{font-size:12px}.city-toolbar{overflow:auto;margin:0 -4px 15px;padding:4px}.city-toolbar>.filter-tabs{flex-wrap:nowrap;gap:3px}.city-toolbar .filter-tabs button{padding:10px;font-size:12px}.city-toolbar .filter-tabs .icon{display:none}.city-layout{grid-template-columns:1fr;min-height:auto}.city-map{height:440px;min-height:440px;overflow:auto}.map-plane{min-height:440px;min-width:570px}.map-top-label{font-size:12px;top:16px;left:16px}.map-top-label>span{font-size:12px}.map-pin>span{width:35px;height:35px;border-radius:9px}.map-pin>b{font-size:12px}.map-hint{display:none}.map-compass{right:20px;top:16px}.city-sidebar{max-height:470px;border-left:0;border-top:1px solid #2e414e}.district-guide{padding:24px 24px 10px}.district-guide h2{font-size:24px}.district-guide h2>br{display:none}.store-list{display:grid;grid-template-columns:1fr 1fr;gap:0 10px}.store-list-item{gap:8px;padding:12px 3px}.store-list-item b{font-size:12px}.store-list-item small{font-size:12px}.store-icon{height:31px;width:31px}.store-icon .icon{height:16px;width:16px}.store-list-item>.icon{display:none}.map-legend{gap:18px;font-size:12px;flex-wrap:wrap}.map-legend .icon{width:12px;height:12px}.store-heading{padding:15px 24px 0}.store-heading>.store-icon{display:none}.store-heading .eyebrow{font-size:12px}.store-heading h2{font-size:25px;margin-bottom:10px}.store-products{padding:0 24px 25px}.shop-item .product-art{max-width:230px;margin:0 auto}.shop-item h3{font-size:23px}.shop-item .shop-price{flex-direction:row;align-items:center;justify-content:space-between}.shop-item .shop-price>span:last-child{padding-left:0}.shop-item .primary{margin-top:15px}.collection-note{font-size:12px}}
@media(max-width:370px){.brand{font-size:16px}.header-inner{padding-left:15px;padding-right:15px}.header-right{gap:8px}.nav-item{padding:0 10px}.container{padding-left:14px;padding-right:14px}.poker-hand{gap:5px}.poker-hand .playing-card{width:47px;height:72px}.game-tab small{font-size:12px}.game-tab b{font-size:12px}.coin-pack strong{font-size:20px}.bet-panel{padding:17px;gap:8px 12px}.bet-panel .primary{padding:0 13px;font-size:12px;gap:10px}.store-list{grid-template-columns:1fr}.hero-content h1{font-size:61px}.hero-content{padding-left:21px;padding-right:21px}}

/* Readable controls and compact, secondary metadata. */
.filter-tabs button,.store-list-item b,.game-tab small,.bet-mode,.field-label,.bet-panel .field-label,.text-button,.shop-item .primary,.shop-item .secondary,.item-copy .full,.outside-bets button{font-size:14px}
.gateway-copy p,.collection-top p,.shop-item>p,.store-heading p,.district-guide p,.empty-inventory p,.rules p{font-size:16px}
.table-arc{text-align:center;max-width:90%;font-size:12px;line-height:1.5}
.poker-paytable>div{font-size:12px}.poker-instruction{font-size:12px}.table-topline{font-size:12px;letter-spacing:0;gap:12px}.table-topline span:first-child{min-width:0}
.bet-panel-bottom>span{font-size:12px;line-height:1.5}.game-hint{font-size:14px}.store-list-item small{font-size:12px}.store-list-item b{line-height:1.5}.profile-stats>div{font-size:14px}.loadout-row span{font-size:14px}.loadout-row small{font-size:12px}.footer-copy{font-size:12px}
.card-back>span{font-size:7px}.table-brand small{font-size:8px}.wheel-hub small{font-size:7px}.hero-coordinate span{font-size:12px}.home-bottom>span:first-child{font-size:12px}
.map-pin>b{font-size:12px}.city-sidebar{scrollbar-gutter:stable}.result-banner{max-width:95%;white-space:normal}.table-brand{pointer-events:none}.table-topline>span:first-child{font-size:11px}.store-list-item{min-height:66px}
@media(max-width:1100px){.game-tab small{font-size:12px}.inventory-layout{grid-template-columns:280px minmax(0,1fr)}.collection .filter-tabs{gap:1px}.filter-tabs button{padding:9px 11px;font-size:13px}.city-layout{grid-template-columns:minmax(0,1fr) 285px}.city-toolbar .filter-tabs button{font-size:13px}.city-time{display:none}}
@media(max-width:760px){.inventory-layout{grid-template-columns:1fr}.city-layout{grid-template-columns:1fr}.game-tab small{display:none}.game-tab b{font-size:14px}.game-tab-symbol{display:block;font-size:22px}.game-tab{min-height:58px;gap:8px}.game-tabs{gap:8px}.filter-tabs button{font-size:13px;padding:9px 11px}.city-toolbar .filter-tabs button{font-size:14px;min-height:44px}.poker-paytable>div{font-size:12px}.poker-paytable{margin-bottom:29px;gap:0 10px}.poker-felt{min-height:515px}.blackjack-felt{min-height:505px}.table-arc{font-size:10px}.table-topline{font-size:10px;padding:0 13px}.table-topline>span:first-child{font-size:10px}.table-topline>span:last-child{font-size:10px;white-space:nowrap}.outside-bets button{font-size:11px;min-height:36px}.number-grid{grid-template-rows:repeat(3,32px)}.roulette-felt{min-height:530px}.bet-panel .primary,.bet-panel .secondary{font-size:13px}.bet-panel>.bet-panel-bottom{flex-wrap:wrap;gap:14px}.bet-panel-bottom>span{font-size:12px}.bet-panel-bottom .text-button{font-size:13px}.bet-shortcuts span{font-size:10px}.bet-shortcuts button{font-size:13px;padding:4px 12px}.bet-panel>.roulette-selection{font-size:12px}.profile-stats>div{font-size:12px}.loadout-row span{font-size:12px}.loadout-row small{font-size:12px}.loadout-row{gap:8px;margin:12px 0}.loadout>.panel-label{font-size:10px}.profile-scene{height:430px}.profile-label{font-size:10px}.profile-caption .eyebrow{font-size:10px}.item-copy .full{font-size:12px;padding:9px 6px}.store-list{grid-template-columns:1fr}.store-list-item b{font-size:14px}.store-list-item small{font-size:12px}.store-list-item{padding:14px 9px}.store-list-item>.icon{display:block}.store-list-item .store-icon{width:37px;height:37px}.district-guide h2{font-size:27px}.poker-instruction{font-size:12px}.roulette-payout-note{font-size:10px;gap:10px}.map-scale>span{font-size:10px}.map-top-label>span{font-size:9px}.hero-coordinate span{font-size:10px}.hero-content h1{font-size:clamp(56px,16vw,70px)}.hero-content .eyebrow{font-size:11px}.home-bottom b{font-size:13px}.home-bottom>div{gap:18px}.map-legend{font-size:12px;gap:15px}.empty-inventory p{font-size:14px}}
