:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#fff;background-color:#1a1a1a;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{background-color:#0b3d17;background-image:radial-gradient(circle,#105922 0%,#06210b 100%);place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex;overflow:hidden}#root{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.app-container{flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative}.poker-table{background:radial-gradient(#1b6b33 0%,#0d3819 100%);border:15px solid #4a3311;border-radius:200px;justify-content:center;align-items:center;width:80%;max-width:900px;height:400px;display:flex;position:relative;box-shadow:0 20px 50px #000000b3,inset 0 0 30px #00000080}.table-ring{pointer-events:none;border:2px dashed #ffd7004d;border-radius:190px;width:95%;height:90%;position:absolute}.community-cards{background:#0003;border:1px solid #ffd70033;border-radius:10px;gap:10px;padding:15px;display:flex}.pot-container{color:gold;text-shadow:0 2px 4px #000c;align-items:center;gap:8px;font-size:24px;font-weight:700;display:flex;position:absolute;top:30%}.chip-icon{background:repeating-conic-gradient(gold 0 36deg, #b8860b 36deg 72deg);border:2px solid #fff;border-radius:50%;width:24px;height:24px;box-shadow:0 2px 5px #00000080}.players-container{pointer-events:none;width:100%;height:100%;position:absolute}.player-seat{color:#fff;text-align:center;pointer-events:auto;background:#000c;border:2px solid gold;border-radius:12px;min-width:120px;padding:10px 20px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 5px 15px #00000080}.player-seat:first-child{top:115%;left:50%}.player-seat:nth-child(2){top:50%;left:-10%}.player-seat:nth-child(3){top:-30%;left:50%}.player-seat:nth-child(4){top:50%;left:110%}.player-name{margin-bottom:5px;font-size:16px;font-weight:700}.player-chips{color:gold;font-size:14px}.join-btn{color:#000;cursor:pointer;background:linear-gradient(gold 0%,#b8860b 100%);border:2px solid #fff;border-radius:8px;padding:10px 20px;font-size:18px;font-weight:700;transition:transform .1s;box-shadow:0 4px 6px #0000004d}.join-btn:active{transform:scale(.95)}.card{background:#fff;border:1px solid #ccc;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;width:50px;height:70px;margin:0 2px;font-size:18px;font-weight:700;display:flex;box-shadow:2px 2px 5px #00000080}.card-red{color:#d90000}.card-black{color:#000}.player-hand{justify-content:center;margin-top:5px;display:flex}.action-btn{color:#fff;cursor:pointer;background:#333;border:1px solid #666;border-radius:4px;margin:5px;padding:5px 10px}.action-btn:hover{background:#555}.start-btn{color:#fff;cursor:pointer;background:#f55;border:2px solid #fff;border-radius:8px;padding:10px 20px;font-weight:700;position:absolute;top:-60px}.card-hidden{background:repeating-linear-gradient(45deg,#111,#111 5px,#333 5px 10px);border:2px solid #fff}.chat-container{z-index:100;background:#000000b3;border:2px solid #555;border-radius:10px;flex-direction:column;width:300px;height:250px;display:flex;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 5px 15px #00000080}.chat-messages{color:#fff;flex-direction:column;flex:1;gap:5px;padding:10px;font-size:14px;display:flex;overflow-y:auto}.chat-msg{background:#ffffff1a;border-radius:5px;padding:5px 8px}.chat-time{color:#aaa;margin-right:5px;font-size:12px}.chat-form{background:#000000e6;padding:5px;display:flex}.chat-input{border:none;border-radius:4px;outline:none;flex:1;padding:8px}.chat-submit{color:#fff;cursor:pointer;background:#f55;border:none;border-radius:4px;margin-left:5px;padding:8px 12px;font-weight:700}.dashboard-modal{z-index:200;background-color:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.dashboard-content{color:#e0e0e0;background:#1e1e1e;border-top:4px solid #4caf50;border-radius:8px;width:90%;max-width:500px;max-height:80vh;padding:25px;position:relative;overflow-y:auto;box-shadow:0 5px 20px #00000080}.dashboard-close{color:#888;cursor:pointer;font-size:28px;font-weight:700;position:absolute;top:15px;right:20px}.dashboard-close:hover{color:#fff}.tabs{border-bottom:2px solid #333;margin-bottom:20px;display:flex}.tab-btn{color:#888;cursor:pointer;text-transform:uppercase;background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-size:.8em;font-weight:700;transition:all .2s}.tab-btn.active{color:#4caf50;border-bottom:2px solid #4caf50}.ranking-box{background:#252525;border-radius:4px;margin-bottom:20px;padding:10px 15px}.ranking-box h4{color:#bbb;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #333;margin:0 0 10px;padding-bottom:5px;font-size:.8em}.rank-row{border-bottom:1px dashed #333;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;display:flex}.rank-row:last-child{border-bottom:none}.positivo{color:#4caf50;font-weight:700}.negativo{color:#f44336;font-weight:700}.badges{margin-left:5px;font-size:1.1em}.log-box{background:#0a0a0a;border:1px solid #333;border-radius:4px;max-height:400px;padding:15px;font-family:monospace;font-size:.9em;overflow-y:auto}.dashboard-btn-open{color:#000;cursor:pointer;z-index:50;background:linear-gradient(gold 0%,#b8860b 100%);border:2px solid #fff;border-radius:8px;padding:10px 20px;font-size:16px;font-weight:700;position:fixed;top:20px;right:20px;box-shadow:0 4px 6px #00000080}.btn-end-session{color:#f44336;cursor:pointer;background:0 0;border:1px solid #f44336;border-radius:4px;width:100%;margin-top:20px;padding:10px;font-weight:700}.btn-end-session:hover{color:#fff;background:#f44336}@media (width<=768px){.poker-table{border-width:8px;border-radius:100px;width:95%;height:300px}.player-seat{min-width:90px;min-height:80px;padding:5px 10px;font-size:11px}.card{width:32px;height:45px;font-size:12px}.chat-container{display:none}.dashboard-btn-open{padding:8px 12px;font-size:12px}.dashboard-content{width:95%;padding:15px}}
