:root{--background:#0b3d2e;--surface:#14532d;--primary:#d4af37;--secondary:#f8f5e9;--accent:#b22222;--highlight:#facc15;--success:#22c55e;--text:#fafafa;--dark-text:#1a1a1a}*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}@font-face{font-family:Cinzel;src:url(/assets/cinzel-DZQWFA9o.ttf)format("woff2")}@font-face{font-family:Inter;src:url(/assets/inter-c8O0ljhh.ttf)format("woff2")}h1,h2,h3,h4,h5,h6{font-family:Cinzel,sans-serif}body{font-family:Inter,sans-serif}button{font-family:Inter,sans-serif;font-weight:700}body{background-color:var(--background)}main{max-width:60vw;margin:0 auto}h1{text-align:center;margin:1rem}p,h1,h2,h3,h4,h5,h6{color:var(--text)}.game-wrapper{background-color:var(--surface);border:2px solid var(--highlight);border-radius:16px;grid-template-columns:.3fr 1.5fr .7fr;height:570px;padding:1rem;display:grid}.player-information{grid-template-rows:1fr 1fr;margin:.5rem;display:grid}.player-cards{grid-template-rows:1fr 1fr;display:grid}.playing-card{margin:.5rem;animation:.5s ease-in-out forwards fadeIn;display:inline-block}.dealers-hand,.players-hand{grid-template-rows:1fr;grid-template-columns:1fr;display:grid}.card-0,.card-1,.card-2,.card-3,.card-4,.card-5,.card-6,.card-7,.card-8,.card-9,.card-10{grid-area:1/1}.card-1{z-index:1;margin-left:60px}.card-2{z-index:2;margin-left:120px}.card-3{z-index:3;margin-left:180px}.card-4{z-index:4;margin-left:240px}.card-5{z-index:5;margin-left:300px}.card-6{z-index:6;margin-left:360px}.card-7{z-index:7;margin-left:420px}.card-8{z-index:8;margin-left:480px}.card-9{z-index:9;margin-left:540px}.card-10{z-index:10;margin-left:600px}.game-buttons{grid-template-rows:1fr 1fr;margin:.5rem;display:grid}.game-buttons button{background-color:var(--primary);border:1px solid var(--primary);border-radius:8px;width:100%;height:3rem;margin:.5rem .5rem 2rem;padding:.5rem 1rem;font-size:1.5rem;font-weight:600}.game-buttons button:hover{cursor:pointer;opacity:.8;transform:scale(.98)}.betting-area{background-color:var(--surface);border:2px solid var(--highlight);border-radius:16px;grid-template-columns:1fr 4fr;margin-top:1rem;margin-bottom:2rem;padding:1rem;display:grid}.betting-area p{font-size:1.2rem}.chip{background:0 0;border:none;padding:.5rem;display:inline-block}.chip:hover{opacity:.8;cursor:pointer;transform:scale(.98)}.chip-disabled{opacity:.5}.chip-disabled:hover{opacity:.5;cursor:default;transform:scale(1)}.table-container{border-radius:4px;margin:1rem 0;overflow-x:auto}table{border-collapse:collapse;table-layout:fixed;background-color:var(--secondary);width:100%;font-size:1rem}thead{color:var(--text);text-align:left;background-color:#009879}th,td{padding:12px 15px}.game-rules{color:var(--dark-text);border:2px solid var(--highlight);background-color:var(--secondary);border-radius:4px;margin-bottom:2rem;padding:1rem}.game-rules h2{color:var(--dark-text)}.game-rules ol{margin-left:1rem}.result-message{text-align:center;z-index:999;border-radius:8px;width:20rem;padding:1.65rem 1rem;font-size:1.2rem;font-weight:500;animation:.2s ease-in-out forwards fadeIn;position:absolute;top:0;left:calc(50% - 10rem)}.result-win{background-color:var(--success);color:var(--dark-text)}.result-lose{background-color:var(--accent);color:var(--text)}.result-push{background-color:var(--secondary);color:var(--dark-text)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.empty-balance-message{text-align:center;background-color:var(--secondary);z-index:999;border-radius:8px;width:24rem;max-width:100vw;padding:1.5rem;font-size:1.3rem;font-weight:700;position:absolute;top:4.7rem;left:calc(50% - 12rem)}.empty-balance-message p{color:var(--dark-text)}@media (width<=1200px){main{max-width:95vw}h1{margin:.5rem;font-size:1.5rem}.game-wrapper{grid-template:"player-information player-cards"530px"game-buttons game-buttons"/75px auto;height:685px;padding:.1rem;display:grid}.player-information{grid-area:player-information;font-size:.8rem}.player-information div:last-child{margin-top:.8rem}.player-cards{grid-area:player-cards}.playing-card{margin:.5rem}.card-1{z-index:1;margin-left:35px}.card-2{z-index:2;margin-left:65px}.card-3{z-index:3;margin-left:95px}.card-4{z-index:4;margin-left:125px}.card-5{z-index:5;margin-left:155px}.card-6{z-index:6;margin-left:185px}.card-7{z-index:7;margin-left:215px}.card-8{z-index:8;margin-left:245px}.card-9{z-index:9;margin-left:275px}.card-10{z-index:10;margin-left:305px}.game-buttons{grid-area:game-buttons;margin-top:1rem;display:block}.game-buttons button{width:50%;margin:0 0 1.5rem}.new-game button{width:100%}.betting-area{grid-template-rows:auto 1fr;grid-template-columns:1fr;gap:1rem;padding:.5rem;display:grid}.dealer-win-percentage{font-size:0}.dealer-win-percentage:after{content:"Dealer Win %";font-size:1rem}.player-win-percentage{font-size:0}.player-win-percentage:after{content:"Player Win %";font-size:1rem}.result-message{padding:.8rem 1rem}.empty-balance-message{width:100vw;top:3rem;left:calc(50% - 50vw)}}
