*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#fff;min-height:100vh;color:#333}#lobby-screen,#game-screen{background:linear-gradient(135deg,#1e7e34,#2d9f3d);min-height:100vh}.screen{display:none;width:100%;height:100vh}.screen.active{display:flex}#login-screen{justify-content:center;align-items:center;position:relative}.login-container{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:400px;width:90%}.login-version{position:fixed;bottom:1rem;right:1.5rem;font-size:.75rem;color:#999;font-weight:500;letter-spacing:.5px;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:10}.login-container h1{text-align:center;color:#1a1a1a;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.login-form{display:flex;flex-direction:column;gap:.5rem}.chat-message{padding:.5rem;background:#f0f0f0;border-radius:8px;word-wrap:break-word}.chat-message strong{color:#1a1a1a}.chat-message.system{background:#e8f4fd;font-style:italic;color:#666}.chat-input{display:flex;padding:1rem;gap:.5rem;border-top:1px solid #e0e0e0}.chat-input input{flex:1;padding:.5rem;border:1px solid #e0e0e0;border-radius:5px}.chat-input input:focus{outline:none;border-color:#764ba2}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal.hidden{display:none}.modal-content{background:#fff;padding:2rem;border-radius:15px;max-width:500px;width:90%;text-align:center}.modal-content h2{color:#1a1a1a;margin-bottom:1rem}.modal-content h3{margin-bottom:1.5rem}.position-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.final-scores{margin:1.5rem 0;text-align:left;background:#f5f5f5;padding:1rem;border-radius:8px;max-height:400px;overflow-y:auto}.team-scores-final{display:flex;gap:1rem;margin-bottom:1.5rem;justify-content:space-around}.team-score-box{flex:1;background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 8px #0000001a;border:3px solid #ddd;transition:all .3s ease}.team-score-box.winner-team{border-color:#27ae60;background:linear-gradient(135deg,#f0fff4,#e8f5e9);transform:scale(1.05);box-shadow:0 4px 16px #27ae604d}.team-label{font-size:.9rem;font-weight:600;color:#666;margin-bottom:.5rem;text-transform:uppercase}.team-score{font-size:2.5rem;font-weight:700;color:#333;margin:.5rem 0}.winner-badge{background:linear-gradient(135deg,#27ae60,#229954);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem;margin-top:.5rem;display:inline-block}.score-divider{text-align:center;font-weight:600;color:#666;margin:1rem 0;padding:.5rem 0;border-top:2px solid #ddd;border-bottom:2px solid #ddd;background:#fff;border-radius:4px}.score-item{display:flex;justify-content:space-between;padding:.75rem;border-bottom:1px solid #e0e0e0;background:#fff;margin:.25rem 0;border-radius:4px}.score-item:last-child{border-bottom:none}.score-item.winner{font-weight:700;color:#27ae60;background:linear-gradient(135deg,#f0fff4,#e8f5e9)}.score-item.team-a-player{border-left:4px solid #e74c3c}.score-item.team-b-player{border-left:4px solid #3498db}@media (max-width: 1024px){.chat-container.chat-sidebar{position:fixed;right:0;bottom:0;width:280px;height:400px;border-radius:10px 0 0;box-shadow:0 5px 20px #0003;z-index:50}.chat-container.chat-sidebar.minimized{width:280px;height:50px;opacity:1}.chat-container.chat-sidebar.minimized .chat-header{writing-mode:horizontal-tb;text-orientation:initial;height:auto;flex-direction:row}.game-table{grid-template-columns:100px 1fr 100px;grid-template-rows:70px 1fr 100px;gap:.5rem}.game-board{max-width:100%;padding:1.5rem}.board-tiles{padding:20px;gap:10px}.domino-train,.domino-board-wrapper{gap:6px}.domino-train.row-even{align-self:flex-start}.domino-train.row-odd{align-self:flex-end}.board-tile.regular-tile{width:75px;height:38px}.board-tile.double-tile{width:38px;height:75px}.pip-dot{width:8px;height:8px}.domino-pips{padding:3px}}@media (max-width: 768px){.chat-container.chat-sidebar{position:fixed;right:0;bottom:0;width:250px;height:360px;border-radius:10px 0 0;box-shadow:0 5px 20px #0003;z-index:50;border-left:none}.chat-container.chat-sidebar.minimized{width:250px;height:45px;opacity:1}.chat-container.chat-sidebar.minimized .chat-header{writing-mode:horizontal-tb;text-orientation:initial;height:auto;flex-direction:row}.game-header{flex-direction:column;gap:.75rem;text-align:center}.player-footer{padding:.5rem 1rem}.player-avatar-footer{width:40px;height:40px;font-size:1rem}.player-footer-content{gap:1rem}.game-header-logo h1{font-size:1.3rem}.game-area{padding:.5rem;padding-bottom:70px}.game-table{grid-template-areas:"north north north" "center center center" "south south south";grid-template-columns:1fr;grid-template-rows:100px 1fr 180px;gap:.5rem}.player-west,.player-east{display:none}.player-tile{width:50px;height:100px;font-size:1.2rem}.board-tile.regular-tile{width:70px;height:35px}.board-tile.double-tile{width:35px;height:70px}.pip-dot{width:7px;height:7px}.domino-pips{padding:3px}.domino-train,.domino-board-wrapper{gap:5px}.domino-train.row-even{align-self:flex-start}.domino-train.row-odd{align-self:flex-end}}.hidden{display:none!important}.disabled{opacity:.5;pointer-events:none}.loading{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #764ba2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-form input{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.login-form input:focus{outline:none;border-color:#764ba2}.room-controls{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.divider{text-align:center;color:#999;position:relative;margin:.5rem 0}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#1e7e34,#2d9f3d);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #2d9f3d66}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover{background:#e0e0e0}.btn-danger{background:#e74c3c;color:#fff}.btn-danger:hover{background:#c0392b}.btn-action{background:#3498db;color:#fff}.btn-action:hover{background:#2980b9}.btn-icon{background:transparent;border:none;cursor:pointer;font-size:1.2rem;padding:.5rem}#game-screen{flex-direction:column;background:#f5f5f5}.game-content-wrapper{flex:1;display:flex;overflow:hidden}.game-header{background:#fff;padding:.5rem 1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a;min-height:40px;gap:1.5rem}.game-header-logo{display:flex;align-items:center}.game-header-logo h1{color:#1a1a1a;margin:0;font-size:1.5rem;font-weight:700}.room-info{display:flex;align-items:center;gap:.5rem;font-weight:600;background:#f5f5f5;padding:.4rem .75rem;border-radius:6px}#game-status-text{font-weight:600;color:#1a1a1a;background:#f5f5f5;padding:.4rem .75rem;border-radius:6px}.game-area{flex:1.2;display:flex;padding-bottom:80px;overflow:hidden;min-width:0;position:relative}.game-table{flex:1;display:grid;grid-template-areas:"center center center" "center center center" "center center center";grid-template-columns:1fr;grid-template-rows:1fr;gap:0;max-width:100%;margin:0;padding:.5rem 0;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.game-table .player-north,.game-table .player-south,.game-table .player-west,.game-table .player-east{position:absolute;z-index:20;background:#ffffff80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 2px 12px #00000026;grid-area:unset!important;border:2px solid rgba(255,255,255,.7)}.game-table .player-north{top:.15rem;left:50%;transform:translate(-50%);max-width:280px}.game-table .player-south{bottom:.5rem;left:50%;transform:translate(-50%)}.game-table .player-west{left:0;top:35%;transform:translateY(-50%);border-radius:0 8px 8px 0}.game-table .player-east{right:0;top:65%;transform:translateY(-50%);border-radius:8px 0 0 8px}.game-table .board-container{grid-area:1 / 1 / 4 / 4;width:100%;height:100%}.game-table.two-player-layout .player-west,.game-table.two-player-layout .player-east{display:none}.player-position{background:#ffffff80;border-radius:8px;padding:.4rem .75rem;box-shadow:0 2px 12px #00000026;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;border:2px solid rgba(255,255,255,.7);transition:all .3s;max-width:fit-content}.player-badge-content{display:flex;align-items:center;gap:.5rem;width:100%}.player-badge-vertical{flex-direction:column;gap:.4rem}.player-badge-horizontal{flex-direction:row;gap:.75rem;align-items:center}.player-avatar-img{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(45,159,61,.5);flex-shrink:0}.player-avatar-initials{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;background:linear-gradient(135deg,#2d9f3d,#27853a);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;border:2px solid rgba(45,159,61,.5);flex-shrink:0}.player-info-compact{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}.player-north .player-info-compact{flex-direction:row!important;align-items:center;gap:.75rem}.player-north .player-tiles-display{flex-direction:row!important;gap:2px;align-items:center}.player-north .player-status{white-space:nowrap}.player-name-compact{font-weight:600;font-size:.85rem;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-south{flex-direction:column;padding:.5rem .75rem .25rem;max-width:none;width:auto;min-height:120px}.player-west,.player-east{flex-direction:column;padding:.6rem .3rem;min-width:58px;max-width:58px;gap:.4rem}.player-west .player-name,.player-east .player-name{font-size:.75rem;writing-mode:horizontal-tb;text-align:center;width:100%}.player-west .player-tiles-display,.player-east .player-tiles-display{flex-direction:column;gap:2px;align-items:center}.player-west .player-status,.player-east .player-status{font-size:.85rem;font-weight:700;writing-mode:horizontal-tb;text-align:center;width:100%}.game-center-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:100;pointer-events:none}.game-center-overlay #game-status-text-center{font-size:1.8rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8);background:#00000080;padding:1rem 2rem;border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);pointer-events:auto}.game-center-overlay #ready-btn{padding:1.5rem 5rem;font-size:1.3rem;font-weight:700;box-shadow:0 8px 24px #2d9f3d66;pointer-events:auto}.game-center-overlay #ready-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #2d9f3d80}.game-center-overlay #ready-btn.hidden{display:none}.team-a{border-color:#e74c3c!important}.team-b{border-color:#3498db!important}.player-position.current-turn{border:4px solid #2d9f3d;background:#2d9f3d26;animation:pulse-glow-green 2s ease-in-out infinite}@keyframes pulse-glow-green{0%,to{box-shadow:0 0 15px #2d9f3d66}50%{box-shadow:0 0 30px #2d9f3dcc}}.player-position.current-turn .player-avatar-img,.player-position.current-turn .player-avatar-initials{border-color:#2d9f3d;border-width:3px}.opponents-area{min-height:100px}#opponents-container{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.opponent{background:#fff;padding:1rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;min-width:150px;text-align:center}.opponent.current-turn{box-shadow:0 0 20px #764ba280;border:2px solid #764ba2}.opponent-name{font-weight:600;margin-bottom:.5rem}.opponent-tiles{display:flex;justify-content:center;gap:2px;margin-top:.5rem}.opponent-tile{width:20px;height:40px;background:linear-gradient(135deg,#333,#555);border-radius:3px}.board-container{grid-area:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;margin-top:-8%}.team-scores-header{display:flex;gap:.75rem;align-items:center}.team-scores-header.hidden{display:none}.team-scores-header .team-score{background:#ffffffe6;padding:.5rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.75rem;border:2px solid;min-width:100px}.team-scores-header .team-score.team-a{border-color:#e74c3c}.team-scores-header .team-score.team-b{border-color:#3498db}.team-scores-header .team-label{font-size:.85rem;font-weight:600;color:#666}.team-scores-header .score-value{font-size:1.25rem;font-weight:700;color:#333}.player-position .player-name{font-weight:600;font-size:.8rem;color:#333;text-align:center;line-height:1.2;white-space:nowrap}.player-position .player-tiles-display{display:flex;gap:2px;flex-wrap:nowrap;justify-content:center}.tile-icon{width:12px;height:24px;background:linear-gradient(135deg,#333,#555);border-radius:2px}.player-position .player-status{font-size:.75rem;color:#666;text-align:center;line-height:1.2;white-space:nowrap}.player-south .player-name,.player-south .player-status{align-self:stretch;width:100%}.player-south .player-tiles-display{flex-wrap:wrap}.board-info{display:flex;gap:1.25rem;align-items:center;flex-wrap:wrap;background:linear-gradient(135deg,#ffffffe6,#f0f0ffe6);padding:.65rem 1.25rem;border-radius:8px 8px 0 0;box-shadow:0 2px 8px #00000014;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);margin-bottom:0;border:1px solid rgba(118,75,162,.1);border-bottom:none}.play-hints-container{display:flex;gap:12px;align-items:center;padding-right:1.5rem;border-right:2px solid rgba(118,75,162,.2)}.play-hints-container:empty{display:none}.board-stat{background:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.95rem;text-shadow:1px 1px 2px rgba(0,0,0,.3),-1px -1px 2px rgba(255,255,255,.8),0 0 5px rgba(255,255,255,.5);font-weight:600}.turn-indicator{background:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.95rem;text-shadow:1px 1px 2px rgba(0,0,0,.3),-1px -1px 2px rgba(255,255,255,.8),0 0 5px rgba(255,255,255,.5)}.turn-indicator.your-turn{background:#27ae60;color:#fff;animation:pulse 2s infinite;font-size:1.1rem;font-weight:700;text-shadow:none;padding:.6rem 1.2rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.game-board{background:#fff6;border-radius:0 0 12px 12px;padding:.75rem 2.5rem 2.5rem;min-height:437px;width:100%;max-width:100%;box-shadow:0 5px 20px #0003;overflow-x:auto;overflow-y:auto;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:2px solid rgba(255,255,255,.6);border-top:none}.board-tiles{display:flex;align-items:center;justify-content:center;gap:20px;min-height:200px;padding:.5rem 1rem 2.5rem}.game-table.two-player-layout .game-board{border-radius:8px;padding:1.5rem}.game-table.two-player-layout .board-tiles{padding:1.5rem}.domino-train{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.domino-board-wrapper{width:100%;display:flex;flex-direction:column;gap:8px;align-items:stretch}.domino-train.row-even{justify-content:flex-start;flex-direction:row;margin-right:auto}.domino-train.row-odd{justify-content:flex-start;flex-direction:row;margin-left:auto}.board-tile{background:#f9f9f9;border:2px solid #333;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;position:relative;box-shadow:0 2px 4px #0003}.board-tile.regular-tile{flex-direction:row;width:110px;height:55px;gap:4px}.board-tile.regular-tile:after{content:"";position:absolute;width:2px;height:70%;background:#333;left:50%;transform:translate(-50%)}.board-tile.double-tile{flex-direction:column;width:55px;height:110px;gap:4px;transform:rotate(0);margin:0 10px}.board-tile.double-tile:after{content:"";position:absolute;width:70%;height:2px;background:#333;top:50%;transform:translateY(-50%)}@media (max-width: 1300px){.board-tile.regular-tile{width:90px!important;height:45px!important}.board-tile.double-tile{width:45px!important;height:90px!important}.pip-dot{width:9px!important;height:9px!important}.domino-pips{padding:4px!important}.chat-container.chat-sidebar{width:290px!important}}.domino-pips{position:relative;width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);padding:5px;z-index:1}.pip-dot{width:11px;height:11px;background:#000;border-radius:50%;box-shadow:0 1px 2px #0000004d}.pip-center{grid-area:2 / 2 / 3 / 3;justify-self:center;align-self:center}.pip-top-left{grid-area:1 / 1 / 2 / 2;justify-self:start;align-self:start}.pip-top-center{grid-area:1 / 2 / 2 / 3;justify-self:center;align-self:start}.pip-top-right{grid-area:1 / 3 / 2 / 4;justify-self:end;align-self:start}.pip-middle-left{grid-area:2 / 1 / 3 / 2;justify-self:start;align-self:center}.pip-middle-right{grid-area:2 / 3 / 3 / 4;justify-self:end;align-self:center}.pip-bottom-left{grid-area:3 / 1 / 4 / 2;justify-self:start;align-self:end}.pip-bottom-center{grid-area:3 / 2 / 4 / 3;justify-self:center;align-self:end}.pip-bottom-right{grid-area:3 / 3 / 4 / 4;justify-self:end;align-self:end}.board-end-indicator{background:#764ba2;border:none;border-radius:8px;padding:8px 12px;font-weight:600;color:#fff;font-size:14px;display:flex;align-items:center;gap:6px;box-shadow:0 2px 6px #764ba24d}.board-end-indicator .domino-pips{width:24px;height:24px;background:#fff;border-radius:4px;padding:2px}.board-end-indicator .pip-dot{width:5px!important;height:5px!important}.player-footer{position:absolute;bottom:0;left:0;right:0;background:#fff;border-top:3px solid rgba(45,159,61,.3);box-shadow:0 -2px 10px #0000001a;z-index:150;padding:.75rem 1.5rem}.player-footer-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:100%}.player-footer-left{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.player-avatar-footer{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#2d9f3d,#27853a);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:#fff;border:3px solid #2d9f3d;flex-shrink:0}.player-footer-info{display:flex;flex-direction:column;gap:.25rem}.player-name-footer{font-weight:700;font-size:1rem;color:#1a1a1a}.player-tiles-count-footer{font-size:.85rem;color:#666;font-weight:500}.player-footer-center{flex:1;display:flex;justify-content:center}.player-footer-right{display:flex;gap:.5rem;flex-shrink:0}.action-buttons{display:flex;gap:1rem;z-index:200}.action-buttons.hidden{display:none}.player-area{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 5px 20px #0000001a}.player-info{display:none}.change-table-btn{font-size:1.2rem;padding:.25rem .5rem;background:#ffffffe6;border-radius:6px;border:2px solid #2d9f3d;cursor:pointer;transition:all .3s}.change-table-btn:hover{background:#2d9f3d;transform:scale(1.1)}.player-hand{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;min-height:110px;margin-bottom:0;padding:.5rem}.player-tile{background:linear-gradient(135deg,#f9f9f9,#e0e0e0);border:3px solid #333;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:55px;height:110px;cursor:pointer;transition:all .3s;position:relative;font-size:1.4rem;font-weight:700}.player-tile:after{content:"";position:absolute;width:80%;height:3px;background:#333;top:50%;transform:translateY(-50%);z-index:0}.player-tile:hover{transform:translateY(-10px);box-shadow:0 10px 20px #0003}.player-tile.selected{transform:translateY(-10px);box-shadow:0 10px 30px #764ba280;border-color:#764ba2}.player-tile.disabled{opacity:.5;cursor:not-allowed}.player-tile.disabled:hover{transform:none;box-shadow:none}.tile-animation{position:fixed;z-index:9999;pointer-events:none;transition:all .6s cubic-bezier(.25,.46,.45,.94)}@keyframes tileFlip{0%,to{transform:scale(1) rotateY(0)}50%{transform:scale(1.15) rotateY(180deg)}}.chat-container.chat-sidebar{position:relative;width:320px;height:100%;background:#fff;border-left:2px solid rgba(118,75,162,.1);box-shadow:-2px 0 10px #0000000d;display:flex;flex-direction:column;transition:width .3s ease,opacity .3s ease;z-index:10}.chat-container.chat-sidebar.minimized{width:50px;min-width:50px;overflow:hidden}.chat-container.chat-sidebar.minimized .chat-messages,.chat-container.chat-sidebar.minimized .chat-input{display:none}.chat-container.chat-sidebar.minimized .chat-header{writing-mode:vertical-rl;text-orientation:mixed;height:100%;justify-content:center}.chat-container.chat-sidebar.minimized .chat-toggle{writing-mode:horizontal-tb}.chat-header{padding:1rem;background:linear-gradient(135deg,#1e7e34,#2d9f3d);color:#fff;font-weight:600;border-radius:0;display:flex;justify-content:space-between;align-items:center;gap:.75rem;cursor:default;-webkit-user-select:none;user-select:none}.chat-drag-icon{font-size:1.2rem;opacity:0;letter-spacing:-2px;pointer-events:none}@media (max-width: 1024px){.chat-header{cursor:grab;border-radius:10px 0 0}.chat-header:active{cursor:grabbing}.chat-drag-icon{opacity:.7;cursor:grab;pointer-events:auto}.chat-drag-icon:active{cursor:grabbing}}.chat-toggle{background:#fff3;color:#fff;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1.2rem;cursor:pointer;transition:background .2s;line-height:1}.chat-toggle:hover{background:#ffffff4d}.chat-messages{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column}#lobby-screen{flex-direction:column;background:#f5f5f5}.lobby-header{background:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a}.lobby-branding h1{color:#1a1a1a;margin:0;font-size:1.8rem;font-weight:700}.lobby-user-menu{display:flex;align-items:center;gap:1rem}.player-name{font-weight:600;color:#333;padding:.5rem 1rem;background:#f0f0f0;border-radius:8px}.lobby-main{display:grid;grid-template-columns:260px 1fr;gap:1.5rem;padding:1.5rem;max-width:100%;width:100%;flex:1;overflow:hidden}@media (min-width: 1600px){.lobby-main{padding:2rem 3rem;gap:2rem}}@media (max-width: 900px){.lobby-main{grid-template-columns:1fr;padding:1rem}.lobby-sidebar{display:none}}.lobby-sidebar{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto}.player-info-panel,.quick-actions-panel,.filter-panel,.lobby-stats-panel{background:#fff;padding:1rem;border-radius:10px;box-shadow:0 2px 6px #00000014}.player-info-panel h3,.quick-actions-panel h3,.filter-panel h3,.lobby-stats-panel h3{color:#1a1a1a;margin:0 0 .75rem;font-size:.95rem;font-weight:600}.player-stats{display:flex;flex-direction:column;gap:.5rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem .75rem;background:#f9f9f9;border-radius:6px}.stat-label{color:#666;font-size:.85rem}.stat-value{font-weight:600;color:#1a1a1a;font-size:1rem}.btn-large{width:100%;padding:.85rem 1rem;font-size:.95rem;margin-bottom:.5rem;font-weight:600}.btn-small{width:100%;padding:.6rem .75rem;font-size:.85rem;font-weight:500}.queue-status{background:#f0f7ff;border:2px solid #3498db;border-radius:8px;padding:1rem;margin-bottom:.5rem}.queue-status.hidden{display:none}.queue-info{display:flex;gap:1rem;align-items:flex-start;margin-bottom:.75rem}.queue-spinner{width:40px;height:40px;border:3px solid rgba(52,152,219,.2);border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite;flex-shrink:0}.queue-details{flex:1}.queue-text{font-weight:600;color:#3498db;margin-bottom:.5rem;font-size:.95rem}.queue-meta{display:flex;gap:1rem;font-size:.8rem;color:#666}.queue-meta span{display:inline-block}.filter-buttons{display:flex;flex-direction:column;gap:.5rem}.filter-btn{padding:.75rem 1rem;border:2px solid #e0e0e0;background:#fff;border-radius:6px;cursor:pointer;transition:all .3s;font-weight:500;color:#666}.filter-btn:hover{border-color:#764ba2;color:#764ba2}.filter-btn.active{background:#2d9f3d;border-color:#2d9f3d;color:#fff}.lobby-stats{display:flex;flex-direction:column;gap:.75rem}.lobby-content{display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.quick-match-config-compact{background:#fff;padding:1rem 1.5rem;border-radius:10px;box-shadow:0 2px 6px #00000014}.config-row{display:flex;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap}.config-select-compact{flex:none;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;background:#fff;cursor:pointer;transition:all .3s;font-weight:500;color:#333;min-width:150px}.btn-quick-match{padding:1.25rem 3rem;font-size:1.1rem;font-weight:700;white-space:nowrap;box-shadow:0 2px 8px #2d9f3d4d}.config-row .queue-status{flex:1;margin-bottom:0}.config-select-compact:focus{outline:none;border-color:#764ba2;box-shadow:0 0 0 3px #764ba21a}.config-select-compact:hover{border-color:#764ba2}.lobby-alerts{display:flex;flex-direction:column;gap:.5rem}.lobby-alert{padding:1rem;border-radius:8px;font-weight:500}.alert-error{background:#fee;color:#c00;border-left:4px solid #c00}.alert-success{background:#efe;color:#060;border-left:4px solid #060}.games-section h2{color:#333;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.games-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-width:100%}@media (min-width: 1400px){.games-list{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1800px){.games-list{grid-template-columns:repeat(4,1fr)}}.game-card{background:#fff;border-radius:10px;overflow:visible;box-shadow:0 2px 6px #00000014;transition:all .3s;display:flex;flex-direction:column;border:1px solid #f0f0f0;min-height:340px;max-height:340px}.game-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f;border-color:#764ba2}.game-card-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#fff;color:#333;border-bottom:1px solid #e5e5e5}.game-type-badge{font-weight:600;font-size:.85rem;background:linear-gradient(135deg,#1e7e34,#2d9f3d);color:#fff;padding:.3rem .8rem;border-radius:20px;letter-spacing:.3px}.game-status-badge{font-size:.8rem;padding:.3rem .8rem;border-radius:20px;font-weight:600;letter-spacing:.3px}.game-status-badge.waiting{background:#d1fae5;color:#065f46}.game-status-badge.playing{background:#dbeafe;color:#1e40af}.game-status-badge.finished{background:#e5e7eb;color:#4b5563}.game-card-content{padding:.75rem 1rem;flex:1}.game-info{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem}.game-detail{display:flex;justify-content:space-between;font-size:.9rem}.detail-label{color:#666}.detail-value{font-weight:600;color:#333}.players-preview{display:flex;flex-wrap:wrap;gap:.5rem}.player-badge{background:#f0f0f0;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;display:flex;align-items:center;gap:.5rem;border-left:3px solid #ccc}.player-badge.connected{border-left-color:#22c55e;background:#f0fdf4}.player-badge.disconnected{border-left-color:#ef4444;background:#fef2f2;opacity:.6}.player-name{font-weight:500;color:#333}.game-card-actions{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid #e0e0e0;background:#f9f9f9}.game-card-actions .btn{flex:1;font-size:.85rem;padding:.6rem .75rem}.empty-state{text-align:center;padding:3rem 2rem;color:#999}.empty-state p{margin:.5rem 0}.empty-state-hint{font-size:.9rem;color:#bbb}.config-group{margin-bottom:1rem}.config-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;font-size:.9rem}.config-select{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.9rem;background:#fff;cursor:pointer;transition:border-color .3s}.config-select:focus{outline:none;border-color:#764ba2}.config-select:disabled{background:#f0f0f0;cursor:not-allowed;opacity:.6}.modal-large{max-width:600px!important}.modal-large .create-game-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#333;font-weight:500;font-size:.9rem}.form-group input[type=checkbox]{width:auto;margin-right:.5rem;cursor:pointer}.form-group input[type=checkbox]+label{display:inline-flex;align-items:center;cursor:pointer;font-weight:400}.form-control{padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.9rem;font-family:inherit}.form-control:focus{outline:none;border-color:#764ba2}textarea.form-control{resize:vertical;min-height:100px}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}.modal-actions .btn{flex:0 1 150px}#confirmation-modal .modal-content{max-width:450px;padding:2.5rem 2rem}.confirmation-icon{font-size:3rem;margin-bottom:1rem;text-align:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}#confirmation-title{color:#1a1a1a;margin-bottom:1rem;font-size:1.5rem;text-align:center}#confirmation-message{color:#333;font-size:1rem;line-height:1.6;margin:1.5rem 0;text-align:center;white-space:pre-line}#confirmation-modal .modal-actions{justify-content:center;gap:1rem;margin-top:2rem}#confirmation-modal .btn{min-width:120px;font-weight:600;padding:.75rem 1.5rem;font-size:1rem}.loading{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem;vertical-align:middle}.admin-panel{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:1.5rem;margin:1rem;border-radius:15px;box-shadow:0 10px 30px #0000004d;border:3px solid rgba(255,255,255,.3)}.admin-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,255,255,.3)}.admin-panel-header h2{margin:0;font-size:1.5rem;font-weight:700}.admin-actions{display:flex;gap:.5rem}.admin-panel-content{background:#ffffff1a;padding:1rem;border-radius:10px;min-height:200px}.admin-panel-content h3{margin-top:0;margin-bottom:1rem;font-size:1.2rem}.admin-games-list{display:grid;gap:.75rem;max-height:400px;overflow-y:auto}.admin-game-card{background:#fff3;padding:1rem;border-radius:8px;border-left:4px solid transparent;transition:all .2s ease}.admin-game-card:hover{background:#ffffff4d;transform:translate(4px)}.admin-game-card.status-playing{border-left-color:#4caf50}.admin-game-card.status-finished{border-left-color:#9e9e9e}.admin-game-card.status-waiting{border-left-color:#ffc107}.admin-game-info{display:flex;gap:1rem;align-items:center;margin-bottom:.5rem;flex-wrap:wrap}.admin-game-info strong{font-family:monospace;font-size:.9rem;background:#0003;padding:.25rem .5rem;border-radius:4px}.admin-game-info .game-type{font-size:.85rem;opacity:.9}.admin-game-info .game-status{font-size:.85rem;font-weight:700;background:#fff3;padding:.25rem .5rem;border-radius:12px}.admin-game-players{opacity:.8;font-size:.85rem}.no-ai-games{text-align:center;padding:2rem;font-size:1.1rem;opacity:.8}.btn-danger{background:#d32f2f;color:#fff;border:none}.btn-danger:hover{background:#b71c1c}.admin-panel .btn-secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.admin-panel .btn-secondary:hover{background:#ffffff4d}.btn-warning{background:#ff9800;color:#fff;border:none}.btn-warning:hover{background:#f57c00}.admin-ghost-section{margin-top:1.5rem;padding:1rem;background:#ff98001a;border-radius:10px;border:2px solid rgba(255,152,0,.3)}.admin-ghost-section h3{margin:0 0 1rem;color:#ff9800;font-size:1.2rem}.ghost-status-ok{text-align:center;padding:2rem;color:#4caf50}.ghost-status-ok p{font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.ghost-status-ok small{opacity:.8}.ghost-warning{background:#ff980033;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #ff9800}.ghost-warning p{margin:0 0 .5rem;font-weight:700;color:#ff9800}.ghost-warning small{opacity:.9;display:block}.ghost-rooms-cards{display:grid;gap:.75rem;max-height:300px;overflow-y:auto}.ghost-room-card{background:#ffffff26;padding:1rem;border-radius:8px;border-left:4px solid #ff5722}.ghost-room-id code{background:#0000004d;padding:.25rem .5rem;border-radius:4px;font-family:monospace;font-size:.85rem;color:#ffeb3b}.ghost-room-reason{margin:.5rem 0;color:#ffccbc}.ghost-room-info{display:flex;gap:1rem;margin-top:.5rem;font-size:.85rem;opacity:.8}.game-info-compact{display:flex;gap:1rem;justify-content:center;margin-bottom:.75rem;padding:.5rem;background:#f9f9f9;border-radius:6px}.game-stat-compact{display:flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;color:#666}.game-stat-compact .stat-icon{font-size:1rem}.game-stat-compact .stat-text{color:#333}.table-visualization{position:relative;width:100%;height:200px;min-height:200px;max-height:200px;display:flex;align-items:center;justify-content:center;padding:1.5rem}.table-surface{width:100px;height:100px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:5px;box-shadow:0 0 5px #00000080;position:relative;z-index:1}.table-2p .table-surface{width:100px;height:100px;border-radius:5px}.seat{position:absolute;display:flex;flex-direction:column;align-items:center;gap:.25rem;transition:all .3s ease;z-index:2}.chair-image{display:block;transition:all .3s ease}.seat-top{top:15px;left:0;right:0;margin-left:auto;margin-right:auto}.seat-top.seat-occupied .chair-image{width:50px;height:37px}.seat-top.seat-empty{top:20px}.seat-top.seat-empty .chair-image{width:29px;height:28px}.seat-bottom{bottom:15px;left:0;right:0;margin-left:auto;margin-right:auto}.seat-bottom.seat-occupied .chair-image{width:50px;height:37px}.seat-bottom.seat-empty{bottom:20px}.seat-bottom.seat-empty .chair-image{width:29px;height:28px}.seat-left{left:50%;top:50%;transform:translate(-90px,-50%)}.seat-left.seat-occupied .chair-image{width:40px;height:50px}.seat-left.seat-empty{left:50%;top:50%;transform:translate(-85px,-50%)}.seat-left.seat-empty .chair-image{width:35px;height:30px}.seat-right{left:50%;top:50%;transform:translate(50px,-50%)}.seat-right.seat-occupied .chair-image{width:40px;height:50px}.seat-right.seat-empty{left:50%;top:50%;transform:translate(50px,-50%)}.seat-right.seat-empty .chair-image{width:35px;height:30px}.player-overlay{position:absolute;display:flex;flex-direction:column;align-items:center;gap:.25rem;pointer-events:auto;z-index:10;cursor:pointer}.player-overlay-top{top:5px;left:0;right:0;margin-left:auto;margin-right:auto;width:100%}.player-overlay-bottom{bottom:5px;left:0;right:0;margin-left:auto;margin-right:auto;width:100%}.player-overlay-left{left:50%;top:20%;width:80px;height:auto;transform:translate(-85px,-50%) rotate(-90deg);transform-origin:center;flex-direction:row;gap:.5rem}.player-overlay-right{left:50%;top:20%;width:80px;height:auto;transform:translate(1px,-50%) rotate(-90deg);transform-origin:center;flex-direction:row;gap:.5rem}.player-avatar-small{width:24px;height:24px;border-radius:50%;border:2px solid white;box-shadow:0 2px 4px #0000004d;object-fit:cover;background:#667eea;flex-shrink:0}.player-initials-badge{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid white;box-shadow:0 2px 4px #0000004d;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:#fff;flex-shrink:0}.player-name-overlay{font-size:.65rem;font-weight:600;color:#fff;text-shadow:1px 1px 2px #000000;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;background:transparent;padding:0;cursor:pointer}.player-overlay:hover .player-name-overlay{text-decoration:underline;color:#764ba2}.player-name-overlay{transition:all .2s ease}.seat-empty{opacity:.6;cursor:pointer;transition:opacity .3s ease}.seat-empty:hover{opacity:.9}.seat-empty .chair-image{filter:drop-shadow(0 2px 6px rgba(0,0,0,.15)) grayscale(.3)}.seat-occupied{transition:transform .2s ease}.seat-hotspot{position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:20;transition:all .2s ease;background:#764ba20d;border:2px solid transparent}.seat-hotspot:hover{background:#764ba226;border-color:#764ba24d;transform:translate(-50%,-50%) scale(1.1)}.seat-occupied.connected .player-overlay{opacity:1}.seat-occupied.disconnected{opacity:.5}.seat-occupied.disconnected .player-name-overlay{text-decoration:line-through;background:#ef44441a;color:#ef4444}.seat-occupied:hover .chair-image{filter:drop-shadow(0 4px 12px rgba(118,75,162,.4));transform:scale(1.05)}@media (max-width: 768px){.table-visualization{height:180px;min-height:180px;max-height:180px;padding:.75rem}.table-surface{width:90px;height:90px}.game-card{min-height:300px;max-height:300px}.seat-top.seat-occupied .chair-image,.seat-bottom.seat-occupied .chair-image{width:45px;height:33px}.seat-left.seat-occupied .chair-image,.seat-right.seat-occupied .chair-image{width:36px;height:45px}.seat-top.seat-empty .chair-image,.seat-bottom.seat-empty .chair-image{width:26px;height:25px}.seat-left.seat-empty .chair-image,.seat-right.seat-empty .chair-image{width:31px;height:27px}.seat-left{transform:translate(-81px,-50%)}.seat-left.seat-empty{transform:translate(-76px,-50%)}.seat-right,.seat-right.seat-empty{transform:translate(45px,-50%)}.player-avatar-small,.player-initials-badge{width:24px;height:24px;font-size:.65rem}.player-name-overlay{font-size:.6rem;max-width:80px}.player-overlay-left{width:70px;transform:translate(-45px,-50%) rotate(-90deg)}.player-overlay-right{width:70px;transform:translate(45px,-50%) rotate(-90deg)}}.player-tooltip{width:280px}.player-tooltip-header{display:flex;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#1e7e34,#2d9f3d);color:#fff;align-items:center;border-radius:8px 8px 0 0}.player-tooltip-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:3px solid white;box-shadow:0 2px 8px #0003}.player-tooltip-avatar img{width:100%;height:100%;object-fit:cover}.player-tooltip-initials{font-size:1.2rem;font-weight:700;color:#1a1a1a}.player-tooltip-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.player-tooltip-name{font-size:.95rem;font-weight:700;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.player-tooltip-status{font-size:.75rem;display:flex;align-items:center;gap:.25rem;color:#ffffffe6}.player-tooltip-status.online{color:#4ade80}.player-tooltip-status.offline{color:#fff9}.player-tooltip-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:1rem;background:#f9f9f9;border-bottom:1px solid #e0e0e0}.tooltip-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.tooltip-stat .stat-label{font-size:.7rem;color:#666;font-weight:500}.tooltip-stat .stat-value{font-size:1.1rem;font-weight:700;color:#1a1a1a}.player-tooltip-actions{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#fff}.popup-btn{padding:.65rem 1rem;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s;width:100%;text-align:center}.popup-btn-primary{background:linear-gradient(135deg,#1e7e34,#2d9f3d);color:#fff}.popup-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2d9f3d66}.popup-btn-secondary{background:#f0f0f0;color:#333}.popup-btn-secondary:hover{background:#e0e0e0}[data-tippy-root]{z-index:9999999!important}.tippy-box[data-theme~=light-border]{background-color:#fff;color:#333;border:2px solid #764ba2;border-radius:12px;box-shadow:0 8px 24px #00000026;z-index:9999999!important}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before{border-top-color:#764ba2}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#764ba2}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:before{border-left-color:#764ba2}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:before{border-right-color:#764ba2}.player-avatar-small,.player-initials-badge{display:none}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
