.tournament-lobby{padding:16px;max-width:100%;margin:0 auto;min-height:100vh;background:var(--tg-theme-bg-color, #ffffff)}.lobby-title{text-align:center;margin-bottom:24px;font-size:24px;font-weight:700;color:var(--tg-theme-text-color, #000000)}.tournament-container{display:flex;flex-direction:column;gap:20px}.prize-pool{text-align:center;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:18px;font-weight:600}.prize-label{margin-right:8px}.prize-amount{font-size:20px}.registration-section{display:flex;justify-content:center;margin:8px 0}.btn{padding:14px 32px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;min-width:200px}.btn:active{transform:scale(.98)}.btn-register{background:var(--tg-theme-button-color, #3390ec);color:var(--tg-theme-button-text-color, #ffffff)}.btn-unregister{background:#f44;color:#fff}.timer-section{text-align:center;padding:20px;background:var(--tg-theme-secondary-bg-color, #f5f5f5);border-radius:12px}.timer-label{font-size:14px;color:var(--tg-theme-hint-color, #666666);margin-bottom:8px}.timer-value{font-size:32px;font-weight:700;color:var(--tg-theme-text-color, #000000);font-family:Courier New,monospace}.players-count{text-align:center;font-size:20px;font-weight:600;color:var(--tg-theme-text-color, #000000);padding:12px;background:var(--tg-theme-secondary-bg-color, #f5f5f5);border-radius:10px}.players-list{background:var(--tg-theme-secondary-bg-color, #f5f5f5);border-radius:12px;padding:16px;max-height:300px;overflow-y:auto}.players-list-header{font-size:16px;font-weight:600;margin-bottom:12px;color:var(--tg-theme-text-color, #000000)}.players-list-content{display:flex;flex-direction:column;gap:8px}.player-item{padding:10px 12px;background:var(--tg-theme-bg-color, #ffffff);border-radius:8px;font-size:14px;color:var(--tg-theme-text-color, #000000)}.no-players{text-align:center;padding:20px;color:var(--tg-theme-hint-color, #999999);font-style:italic}.rules-section{background:var(--tg-theme-secondary-bg-color, #f5f5f5);border-radius:12px;padding:16px;margin-top:8px}.rules-header{font-size:16px;font-weight:600;margin-bottom:12px;color:var(--tg-theme-text-color, #000000)}.rules-content{font-size:13px;line-height:1.6;color:var(--tg-theme-hint-color, #666666)}.rules-content p{margin:8px 0}.rules-content strong{color:var(--tg-theme-text-color, #000000)}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.popup-content{background:var(--tg-theme-bg-color, #ffffff);border-radius:16px;padding:24px;max-width:320px;width:100%;box-shadow:0 4px 20px #0000004d}.popup-title{font-size:20px;font-weight:600;margin-bottom:12px;color:var(--tg-theme-text-color, #000000)}.popup-message{font-size:14px;color:var(--tg-theme-hint-color, #666666);margin-bottom:20px;line-height:1.5}.popup-actions{display:flex;gap:12px}.btn-cancel{flex:1;background:var(--tg-theme-secondary-bg-color, #f0f0f0);color:var(--tg-theme-text-color, #000000);min-width:auto}.btn-confirm{flex:1;background:#f44;color:#fff;min-width:auto}.lobby-loading,.no-tournaments{text-align:center;padding:40px;color:var(--tg-theme-hint-color, #999999);font-size:16px}.table-view{padding:16px;min-height:100vh;display:flex;flex-direction:column}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.table-header h2{font-size:24px}.btn-exit{padding:8px 16px;background:var(--tg-theme-button-color, #3390ec);color:var(--tg-theme-button-text-color, #ffffff);border:none;border-radius:6px;cursor:pointer}.table-info{display:flex;justify-content:space-around;margin-bottom:20px;padding:12px;background:var(--tg-theme-secondary-bg-color, #f0f0f0);border-radius:8px}.board{display:flex;justify-content:center;gap:8px;margin-bottom:24px;min-height:80px}.card{width:50px;height:70px;background:#fff;border:2px solid #333;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px}.players{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.player-seat{padding:12px;background:var(--tg-theme-secondary-bg-color, #f0f0f0);border-radius:8px;border:2px solid transparent}.player-seat.active{border-color:var(--tg-theme-button-color, #3390ec)}.player-name{font-weight:600;margin-bottom:4px}.player-chips{color:var(--tg-theme-hint-color, #666666);font-size:14px}.player-bet{margin-top:4px;color:#ff9800;font-size:12px}.table-actions{display:flex;gap:8px;flex-wrap:wrap}.btn{flex:1;min-width:80px;padding:12px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer}.btn-fold{background:#f44336;color:#fff}.btn-check{background:#4caf50;color:#fff}.btn-call{background:#2196f3;color:#fff}.btn-raise{background:#ff9800;color:#fff}.table-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;color:var(--tg-theme-hint-color, #999999)}.app{min-height:100vh;display:flex;flex-direction:column}.app-loading,.app-error{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:18px;color:var(--tg-theme-hint-color, #999999)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000)}#root{min-height:100vh}
