:root{--table-green: #2ecc71;--table-dark-green: #27ae60;--wood-brown: #8e44ad;--tile-bg: #fdfdfd;--tile-text: #333;--rack-color: #d35400;--font-main: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--bg-dark: #1a1a1a;--surface-dark: #2a2a2a;--primary: #3498db;--accent: #f1c40f}body{margin:0;padding:0;font-family:var(--font-main);background-color:var(--bg-dark);color:#fff;overflow:hidden}.game-container{width:100vw;height:100vh;background-color:var(--bg-dark);display:flex;justify-content:center;align-items:center}.table-felt{width:95vw;height:90vh;background-color:var(--table-green);border-radius:20px;position:relative;box-shadow:inset 0 0 50px #00000080,0 10px 30px #00000080;display:flex;justify-content:center;align-items:center;border:15px solid #5d4037}@media(max-width:768px){.table-felt{width:100vw;height:100vh;border:none;border-radius:0}}#root{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}
