.aviator-game{max-width:900px;margin:18px auto;font-family:Arial,Helvetica,sans-serif}
.header{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.header img{max-width:160px;height:auto}
.balance{color:#555}
.stage{border:1px solid #eee;padding:12px;border-radius:6px;text-align:center;background:#fff}
.multiplier{font-size:48px;color:#1a73e8;font-weight:700;margin-bottom:8px}
.flight{width:100%;height:120px;display:block}
.controls{display:flex;gap:8px;align-items:center;justify-content:center;padding:12px}
.controls input{width:120px;padding:6px;border:1px solid #ccc;border-radius:4px}
.controls button{padding:8px 12px;border-radius:4px;border:none;background:#1a73e8;color:#fff;cursor:pointer}
.controls button[disabled]{opacity:.5;cursor:default}
.history{margin-top:12px}
.history .history-item{padding:4px 6px;border-bottom:1px solid #f5f5f5}
.round-result{margin-top:8px;text-align:center;font-weight:600}