.app{max-width:720px;margin:0 auto;padding:1rem 1.5rem 2rem;min-height:100vh;display:flex;flex-direction:column}.app.loading{justify-content:center;align-items:center;color:#888}.header{margin-bottom:1rem}.header h1{margin:0 0 .25rem;font-size:1.75rem;color:#e8d4a0}.tagline{margin:0 0 1rem;color:#888;font-size:.95rem}.game-stats{display:flex;flex-wrap:wrap;gap:1rem;font-size:.9rem}.game-stats .stat{color:#bbb}.game-stats .stat strong{color:#e8d4a0}.game-stats .countdown strong{color:#c9a227}.banner{padding:.6rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.banner.finished{background:#2a2a1a;color:#e8d4a0;border:1px solid #4a4a2a}.banner.error{background:#2a1a1a;color:#e08080;border:1px solid #4a2a2a}.chat{flex:1;display:flex;flex-direction:column;min-height:0}.messages{flex:1;overflow-y:auto;padding:1rem 0;display:flex;flex-direction:column;gap:1rem}.placeholder{color:#666;font-style:italic;margin:0}.message{display:flex;flex-direction:column;gap:.25rem}.message-role{font-size:.75rem;font-weight:600;color:#888;text-transform:uppercase}.message.user .message-role{color:#7a9fd4}.message.assistant .message-role{color:#c9a227}.message-content{padding:.6rem .9rem;border-radius:8px;white-space:pre-wrap;word-break:break-word}.message.user .message-content{background:#1a2332;color:#e0e8f0;margin-left:1rem}.message.assistant .message-content{background:#2a251a;color:#e8e0d0;border:1px solid #3a3520;margin-right:1rem}.input-row{display:flex;gap:.5rem;padding:.5rem 0;border-top:1px solid #2a2a2a}.input-row input{flex:1;padding:.6rem .9rem;border:1px solid #3a3a3a;border-radius:6px;background:#1a1a1a;color:#e0e0e0}.input-row input:focus{outline:none;border-color:#c9a227}.input-row button{padding:.6rem 1rem;background:#c9a227;color:#0f0f12;border:none;border-radius:6px;font-weight:600}.input-row button:hover:not(:disabled){background:#e8d4a0}.input-row button:disabled{opacity:.5;cursor:not-allowed}.footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #2a2a2a;font-size:.9rem;color:#888}.footer p{margin:0 0 .5rem}.packs{display:flex;gap:.5rem}.packs button{padding:.5rem 1rem;background:#2a2a2a;color:#e8d4a0;border:1px solid #3a3a2a;border-radius:6px}.packs button:hover{background:#3a3a2a;border-color:#c9a227}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#1a1a1a;background:#0f0f12;color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}button{cursor:pointer;font:inherit}input,textarea{font:inherit}
