*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-dark: #1a3a1a;--green-felt: #2d6a2d;--green-felt-light: #3a7a3a;--green-border: #4a9a4a;--gold: #d4af37;--gold-light: #f0d060;--red-card: #cc1100;--white: #ffffff;--off-white: #f5f0e8;--chip-blue: #1a52c8;--shadow: 0 4px 20px rgba(0,0,0,.5);--radius: 10px}html,body{height:100%;background:var(--green-dark);color:var(--off-white);font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.4;overflow-x:hidden}#app{min-height:100vh;display:flex;flex-direction:column}.lobby{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;min-height:100vh}.lobby-card{background:#00000080;border:2px solid var(--gold);border-radius:20px;padding:2.5rem;width:100%;max-width:480px;box-shadow:var(--shadow)}.lobby-title{text-align:center;font-size:2.2rem;color:var(--gold);margin-bottom:2rem;text-shadow:0 2px 8px rgba(0,0,0,.5);letter-spacing:2px}.lobby-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.85rem;font-weight:600;color:var(--gold-light);text-transform:uppercase;letter-spacing:1px}.form-group input{background:#ffffff1a;border:1.5px solid rgba(255,255,255,.2);border-radius:var(--radius);color:var(--white);font-size:1rem;padding:.65rem 1rem;outline:none;transition:border-color .2s}.form-group input::placeholder{color:#ffffff59}.form-group input:focus{border-color:var(--gold)}.lobby-actions{display:flex;flex-direction:column;gap:1.5rem}.create-section,.join-section{display:flex;flex-direction:column;gap:.75rem}.divider{text-align:center;color:#fff6;font-size:.9rem;position:relative}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:42%;height:1px;background:#ffffff26}.divider:before{left:0}.divider:after{right:0}.hint{font-size:.8rem;color:#ffffff73;text-align:center}.btn{padding:.55rem 1.2rem;border:none;border-radius:var(--radius);font-size:.95rem;font-weight:600;cursor:pointer;transition:filter .15s,transform .1s;letter-spacing:.3px}.btn:hover:not(:disabled){filter:brightness(1.15);transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-lg{padding:.8rem 1.8rem;font-size:1.05rem}.btn-primary{background:var(--gold);color:#1a1a00}.btn-secondary{background:#ffffff26;color:var(--white);border:1.5px solid rgba(255,255,255,.3)}.btn-danger{background:#c0392b;color:var(--white)}.btn-warning{background:#e67e22;color:var(--white)}.waiting-room{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;min-height:100vh}.waiting-card{background:#00000080;border:2px solid var(--gold);border-radius:20px;padding:2rem;width:100%;max-width:420px;text-align:center;box-shadow:var(--shadow)}.waiting-card h2{font-size:1.4rem;margin-bottom:.3rem}.room-code{color:var(--gold);font-family:monospace;font-size:1.8rem;letter-spacing:4px}.player-list{margin:1.5rem 0;text-align:left}.player-list h3{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:#ffffff80;margin-bottom:.75rem}.player-list ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.player-list li{background:#ffffff12;border-radius:8px;padding:.5rem .75rem;display:flex;align-items:center;gap:.4rem}.player-list li.me{background:#d4af3726;border:1px solid rgba(212,175,55,.3)}.waiting-msg{color:#fff9;font-style:italic;margin-top:1rem}.badge{font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.badge-host{background:var(--gold);color:#1a1a00}.badge-me{background:#2980b9;color:#fff}.badge-disconnected{background:#7f8c8d;color:#fff}.badge-dealer{background:var(--white);color:#222;min-width:20px;text-align:center;border-radius:50%;padding:.15rem .4rem}.badge-sb{background:#27ae60;color:#fff}.badge-bb{background:#2980b9;color:#fff}.badge-folded{background:#00000080;color:#ffffff80}.badge-allin{background:#e74c3c;color:#fff}.game-layout{display:flex;flex-direction:column;min-height:100vh;gap:0}.table-header{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1.2rem;background:#0006;border-bottom:1px solid rgba(255,255,255,.08);font-size:.85rem}.room-info{color:#fff9}.phase-info{font-weight:700;color:var(--gold);font-size:.95rem}.pot-info{color:#fffc}.poker-table{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem}.table-felt{position:relative;width:100%;max-width:760px;aspect-ratio:16 / 9;background:radial-gradient(ellipse at center,var(--green-felt-light) 0%,var(--green-felt) 60%,var(--green-dark) 100%);border-radius:50%/40%;border:8px solid #5a3a1a;box-shadow:inset 0 0 60px #0006,0 0 0 3px var(--green-border),var(--shadow);overflow:hidden}.table-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.6rem;z-index:1}.community-cards{display:flex;gap:.4rem;flex-wrap:nowrap}.no-cards{color:#ffffff4d;font-size:.8rem;font-style:italic}.turn-indicator{background:#0009;color:var(--gold);font-size:.8rem;font-weight:700;padding:.25rem .75rem;border-radius:20px;border:1px solid var(--gold);text-align:center}.winner-banner{background:#000000bf;color:var(--gold-light);font-size:.85rem;font-weight:700;padding:.35rem 1rem;border-radius:20px;border:1.5px solid var(--gold);text-align:center;animation:pop-in .4s ease}@keyframes pop-in{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.player-seat{position:absolute;display:flex;flex-direction:column;align-items:center;gap:.2rem;z-index:5;transition:opacity .3s}.player-seat.folded{opacity:.45}.player-seat.disconnected{opacity:.3}.player-seat.active .player-avatar{box-shadow:0 0 0 3px var(--gold),0 0 16px var(--gold);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 3px var(--gold),0 0 12px #d4af3799}50%{box-shadow:0 0 0 3px var(--gold),0 0 24px #d4af37e6}}.player-avatar{width:38px;height:38px;background:#00000080;border:2px solid rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:var(--off-white)}.player-info{background:#000000a6;border-radius:6px;padding:.2rem .4rem;text-align:center;min-width:70px}.player-name{font-size:.7rem;font-weight:700;color:var(--off-white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}.player-chips{font-size:.65rem;color:var(--gold-light)}.player-bet{font-size:.6rem;color:#27ae60}.player-badges{display:flex;gap:.2rem;flex-wrap:wrap;justify-content:center}.my-area{background:#00000059;border-top:1px solid rgba(255,255,255,.08);padding:.75rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.my-cards-section{display:flex;flex-direction:column;align-items:center;gap:.4rem}.my-hand-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:#ffffff73}.my-cards{display:flex;gap:.5rem}.my-cards .card{width:60px;height:90px;font-size:.9rem}.my-chips{font-size:.85rem;color:var(--gold-light);font-weight:600}.card{width:50px;height:74px;background:var(--white);border-radius:6px;border:1px solid rgba(0,0,0,.15);box-shadow:1px 2px 6px #0006;display:flex;flex-direction:column;justify-content:space-between;padding:3px 4px;font-size:.75rem;font-weight:700;line-height:1.1;user-select:none;position:relative;font-family:Georgia,serif}.card.red{color:var(--red-card)}.card.black{color:#111}.card-top{align-self:flex-start;text-align:left}.card-center{align-self:center;font-size:1.4rem;line-height:1}.card-bottom{align-self:flex-end;text-align:right;transform:rotate(180deg)}.action-panel{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:100%;max-width:420px}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.raise-controls{display:flex;align-items:center;gap:.5rem;width:100%;max-width:340px}.raise-controls input[type=range]{flex:1;accent-color:var(--gold);cursor:pointer}.raise-controls input[type=number]{width:80px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:var(--white);font-size:.9rem;padding:.3rem .5rem;outline:none;text-align:center}.raise-controls input[type=number]:focus{border-color:var(--gold)}.raise-label{font-size:.8rem;color:#ffffff80}.new-hand-bar{display:flex;justify-content:center;padding:1rem;border-top:1px solid rgba(255,255,255,.08)}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(100px);background:#1e1e1ef2;color:var(--white);padding:.7rem 1.5rem;border-radius:20px;font-size:.9rem;box-shadow:0 4px 16px #0006;z-index:9999;transition:transform .3s ease;white-space:nowrap;max-width:90vw;overflow:hidden;text-overflow:ellipsis}.toast.show{transform:translate(-50%) translateY(0)}.toast.toast-error{border:1px solid #e74c3c;color:#ff8080}.toast.toast-info{border:1px solid var(--gold);color:var(--gold-light)}@media (max-width: 600px){.table-felt{aspect-ratio:4 / 5;border-radius:40%;max-width:100%}.player-avatar{width:30px;height:30px;font-size:.8rem}.player-info{min-width:55px}.player-name{font-size:.6rem;max-width:60px}.player-chips{font-size:.55rem}.card{width:40px;height:60px;font-size:.65rem}.card-center{font-size:1.1rem}.my-cards .card{width:50px;height:75px;font-size:.8rem}.lobby-card{padding:1.5rem}.lobby-title{font-size:1.6rem}.table-header{font-size:.75rem;padding:.4rem .75rem}.action-buttons .btn{padding:.5rem .9rem;font-size:.85rem}}@media (max-width: 400px){.community-cards{gap:.25rem}.card{width:34px;height:52px;font-size:.58rem;border-radius:4px}.card-center{font-size:.9rem}}
/*# sourceMappingURL=client.css.map */
