.admin-layout{display:flex;min-height:100vh}.sidebar{width:240px;background-color:#2c3e50;color:#fff;padding:20px;display:flex;flex-direction:column}.sidebar h2{color:gold;margin-top:0;font-size:1.5rem;text-align:center;border-bottom:1px solid #34495e;padding-bottom:1rem}.sidebar nav{display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.sidebar nav a{color:#bdc3c7;text-decoration:none;font-weight:600;padding:12px 15px;border-radius:6px;transition:all .2s ease}.sidebar nav a:hover{background-color:#34495e;color:#fff}.sidebar nav a.active{background-color:gold;color:#2c3e50}.sidebar nav a.lobby-link{color:#bdc3c7;text-decoration:none;font-weight:600;padding:12px 15px;border-radius:6px;transition:all .2s ease;display:block;margin-top:.5rem}.sidebar nav a.lobby-link:hover{background-color:#34495e;color:#fff}.sidebar .user-info{border-top:1px solid #34495e;padding-top:1rem;text-align:center}.sidebar .user-info span{display:block;font-size:.9em;margin-bottom:.5rem}.sidebar .user-info button{width:100%;padding:8px;background-color:#e74c3c;color:#fff;border:none;border-radius:4px;cursor:pointer}.content{flex-grow:1;padding:2rem;overflow-y:auto;background-color:#1a1a2e;color:#e0e0e0}.content h1,.content h2,.content h3,.content h4{color:gold}.content p{color:#d0d0d0}.content table{color:#e0e0e0}.content table th{color:gold;background-color:#ffd7001a}.content table td{color:#e0e0e0;border-color:#ffd70033}.login-container{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;background-color:#f4f6f9}.login-box{width:100%;max-width:400px;padding:2.5rem;background:#fff;border-radius:8px;box-shadow:0 10px 25px #0000001a}.login-box h2{text-align:center;color:#2c3e50;margin-top:0;margin-bottom:2rem}.login-box input{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:4px;margin-bottom:1rem;font-size:1rem}.login-box button{width:100%;padding:12px;border:none;border-radius:4px;background-color:gold;color:#2c3e50;font-size:1.1em;font-weight:700;cursor:pointer}.login-box .error{color:#e74c3c;text-align:center;margin-top:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.dashboard-page{padding:2rem;max-width:1400px;margin:0 auto}.dashboard-page h1{color:#fff;margin-bottom:2rem;font-size:2rem}.stats-header{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid rgba(255,215,0,.3);border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 4px 6px #0000004d;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 12px #ffd70033}.stat-card h4{color:gold;margin:0 0 .5rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-card p{color:#fff;margin:0;font-size:2rem;font-weight:700}.stats-section{margin-bottom:3rem;background:#0009;border-radius:12px;padding:2rem;border:1px solid rgba(255,215,0,.2)}.stats-section h2{color:gold;margin:0 0 1.5rem;font-size:1.5rem;border-bottom:2px solid rgba(255,215,0,.3);padding-bottom:.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0006;border-radius:8px;border:1px solid rgba(255,215,0,.2)}.stat-label{color:#ddd;font-size:.9rem;font-weight:500}.stat-value{color:gold;font-size:1.2rem;font-weight:700}.chart-container{margin-top:2rem;background:#0003;border-radius:8px;padding:1.5rem}@media (max-width: 768px){.dashboard-page{padding:1rem}.stats-header,.stats-grid{grid-template-columns:1fr}}.admin-page-container h1{margin-top:0}.message-success{color:#2ecc71;background:#2ecc7133;padding:1rem;border-radius:5px;text-align:center;border:1px solid rgba(46,204,113,.4);font-weight:600}.message-error{color:#e74c3c;background:#e74c3c33;padding:1rem;border-radius:5px;text-align:center;border:1px solid rgba(231,76,60,.4);font-weight:600}.search-form{display:flex;gap:.5rem;margin-bottom:1.5rem}.search-form input{flex-grow:1;padding:10px 15px;font-size:1rem;border:1px solid rgba(255,215,0,.3);border-radius:4px;background:#ffffff1a;color:#e0e0e0}.search-form input::placeholder{color:#e0e0e099}.search-form input:focus{outline:none;border-color:gold;background:#ffffff26}.search-form button{padding:10px 20px;font-size:1rem}.admin-table{width:100%;border-collapse:collapse;margin-top:1.5rem;background:#ffffff0d;border-radius:8px;box-shadow:0 4px 10px #0000004d;overflow:hidden;border:1px solid rgba(255,215,0,.2)}.admin-table th,.admin-table td{padding:12px 15px;border-bottom:1px solid rgba(255,215,0,.1);text-align:left;color:#e0e0e0}.admin-table th{background-color:#ffd70026;font-weight:600;color:gold}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background-color:#ffd7001a}.admin-table .actions{display:flex;gap:.5rem}.admin-table .action-btn,.ban-btn,.reclassify-btn{padding:5px 10px;font-size:.9em;cursor:pointer;border-radius:4px;border:none;color:#fff;font-weight:600}.approve-btn{background-color:#2ecc71}.deny-btn{background-color:#e74c3c}.ban-btn{background-color:#f39c12}.reclassify-btn{background-color:#3498db}.game-table-container{width:100%;height:100%;background-color:#2c3e50;position:relative;overflow:hidden;border:2px solid transparent;transition:border-color .3s ease}.game-table-container.action-required{border-color:gold;animation:pulse-border 1.5s infinite}@keyframes pulse-border{0%{box-shadow:0 0 #ffd700b3}70%{box-shadow:0 0 0 10px #ffd70000}to{box-shadow:0 0 #ffd70000}}.table-felt{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:85%;height:65%;background-color:#27ae60;border:15px solid #8B4513;border-radius:150px}.community-cards{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:5px}.pot-total,.pot-display{position:absolute;top:25%;left:50%;transform:translate(-50%);background:#0003;padding:5px 10px;border-radius:5px;font-size:1.2em;font-weight:700;color:gold}.card{width:50px;height:70px;border:1px solid #000;border-radius:5px;background-color:#fff;text-align:center;font-size:24px;font-weight:700;line-height:70px;box-shadow:3px 3px 5px #0000004d}.card.red{color:#e74c3c}.card.black{color:#2c3e50}@keyframes deal-card-animation{0%{transform:translateY(100px) rotateX(90deg);opacity:0}to{transform:translateY(0) rotateX(0);opacity:1}}.card.is-dealt{animation:deal-card-animation .5s ease-out forwards}.player-pod{position:absolute;width:120px;padding:8px;background-color:#0000004d;border-radius:8px;text-align:center;border:1px solid transparent}.player-pod h4{margin:0 0 5px}.player-pod p{margin:0;font-weight:700;color:gold}.player-cards{display:flex;justify-content:center;gap:3px;margin-top:5px}.player-cards .card{width:35px;height:50px;font-size:18px;line-height:50px}.seat-0{bottom:-70px;left:50%;transform:translate(-50%)}.seat-1{bottom:10%;left:5%}.seat-2{top:10%;left:5%}.seat-3{top:-70px;left:50%;transform:translate(-50%)}.seat-4{top:10%;right:5%}.seat-5{bottom:10%;right:5%}.player-pod.is-turn{box-shadow:0 0 15px gold;border:1px solid #ffd700}.timer-bar-container{position:absolute;bottom:0;left:0;width:100%;height:5px;background-color:#00000080;border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden}.timer-bar-progress{height:100%;background-color:#2ecc71;transition:width .5s linear,background-color .5s linear}.timer-bar-progress[style*="width: 50%"]{background-color:#f1c40f}.timer-bar-progress[style*="width: 2"]{background-color:#e74c3c}.action-panel{position:absolute;bottom:20px;right:20px;display:flex;gap:10px}.action-panel button{padding:10px 20px;font-size:16px;font-weight:700;color:#fff;border:2px solid #ccc;border-radius:5px;cursor:pointer}.action-panel .fold{background-color:#e74c3c}.action-panel .check{background-color:#3498db}.action-panel .bet{background-color:#2ecc71}.table-overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff;background:#0006}.leave-button{position:absolute;top:10px;right:10px;z-index:100;background:#e74c3c;color:#fff;border:none;border-radius:50%;width:30px;height:30px;font-weight:700;cursor:pointer}``` eof --- ### **What To Do Next** 1 **Create** the new file `admin_frontend/src/components/GameTable.css`. 2 **Paste** the CSS code above into it. 3 **Commit and Push** your changes to GitHub: ```bash git add . git commit -m "Fix: Add GameTable.css to admin_frontend" git pushbody{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a2e;color:#e0e0e0}*{box-sizing:border-box}
