#root{max-width:100%;margin:0;padding:0;text-align:center}.game-screen{height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem;gap:2rem}.game-title{color:#f5c518}.board{display:flex;gap:.5rem;width:100%;max-width:900px}.board-column{flex:1;display:flex;flex-direction:column;gap:.5rem}.board-category{background:#0a0f5e;color:#f5c518;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;padding:.7rem .3rem;border:2px solid #f5c518;border-radius:6px;min-height:60px;display:flex;align-items:center;justify-content:center}.board-cell{flex:1;min-height:70px;border-radius:6px;font-size:1.5rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s,transform .1s;border:2px solid transparent}.board-cell--available{background:#0d1b6e;color:#f5c518;border-color:#1a2f99}.board-cell--available:hover{background:#1a2f99;border-color:#f5c518;transform:scale(1.03)}.board-cell--used{background:#1a1a2e;color:#333;cursor:default;border-color:#1a1a2e}.question-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.question-card{background:#0a0f5e;border:3px solid #f5c518;border-radius:16px;padding:2.5rem 2rem;max-width:640px;width:100%;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.question-value{font-size:2.5rem;font-weight:700;color:#f5c518}.question-text{font-size:1.5rem;color:#fff;line-height:1.4;text-align:center}.question-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.answer-section{background:#f5c5181a;border:1px solid #f5c518;border-radius:10px;padding:1rem 1.5rem;width:100%;text-align:center}.answer-label{font-size:.85rem;color:#f5c518;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}.answer-text{font-size:1.4rem;color:#fff;font-weight:600}.btn{padding:.65rem 1.4rem;border-radius:8px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;border:2px solid transparent;transition:background .15s,transform .1s}.btn:hover{transform:translateY(-1px)}.btn--primary{background:#f5c518;color:#0a0f5e;border-color:#f5c518}.btn--primary:hover{background:#ffd740}.btn--secondary{background:transparent;color:#f5c518;border-color:#f5c518}.btn--secondary:hover{background:#f5c5181a}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#060c2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}
