*{box-sizing:border-box}html,body{margin:0;background:#050505;color:#f6f1e7;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}body{min-height:100vh}.app{max-width:560px;margin:0 auto;min-height:100vh;background:radial-gradient(circle at 50% -10%,#30220b 0,#0a0908 28%,#050505 65%);padding-bottom:82px}.topbar{height:68px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #2b2112;background:rgba(5,5,5,.88);position:sticky;top:0;z-index:10;backdrop-filter:blur(10px)}.brand{height:48px;display:flex;align-items:center}.brand img{max-height:46px;max-width:180px;object-fit:contain}.logo-fallback{display:none;align-items:center;gap:7px;color:#e9bd55;font-size:28px;font-weight:900;letter-spacing:2px}.logo-fallback span{font-size:15px;letter-spacing:5px;color:#f4ead7}.lang{display:flex;border:1px solid #4c3717;border-radius:10px;overflow:hidden;background:#100e0a}.lang button{border:0;background:transparent;color:#9c907d;padding:8px 10px;font-weight:700}.lang button.active{background:#d6a83e;color:#100c05}.balance-card,.road-card,.bet-card{margin:14px 14px 0;border:1px solid #2f2414;border-radius:16px;background:linear-gradient(145deg,rgba(31,24,14,.96),rgba(9,9,9,.96));box-shadow:0 12px 28px rgba(0,0,0,.28)}.balance-card{display:flex;justify-content:space-between;align-items:center;padding:17px 18px}.eyebrow,.small{color:#9d927e;font-size:12px}.balance{font-size:30px;font-weight:800;color:#e5b94f;margin-top:2px}.round{text-align:right;color:#a69a87;font-size:12px}.round strong{display:block;color:#f4ead8;font-size:20px;margin-top:3px}.road-card,.bet-card{padding:15px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-title h2{margin:0;font-size:18px}.status{font-size:11px;color:#c9aa69;border:1px solid #4a371a;padding:5px 8px;border-radius:99px}.score-head{display:flex;gap:8px;margin-bottom:10px}.pill{font-size:12px;padding:5px 9px;border-radius:8px;background:#111;border:1px solid #272727}.pill.banker{color:#ed625c}.pill.player{color:#57a7ec}.pill.tie{color:#58bd6e}.road-grid{height:300px;overflow:hidden;display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:25px;gap:1px;padding:8px;border-radius:10px;background:#030303;border:1px solid #1f1b15}.cell{position:relative;display:flex;align-items:center;justify-content:center}.mark{width:20px;height:20px;border-radius:50%;border:3px solid currentColor;font-size:9px;font-weight:900;display:flex;align-items:center;justify-content:center}.mark.banker{color:#e44e4b}.mark.player{color:#3d91dc}.mark.tie{color:#55b86a}.mark.tie:after{content:"";position:absolute;width:11px;height:2px;background:#55b86a;transform:rotate(-45deg)}.legend{display:flex;gap:16px;padding:10px 3px 0;color:#a99d8b;font-size:11px}.legend span{display:flex;align-items:center;gap:5px}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot.banker{background:#e44e4b}.dot.player{background:#3d91dc}.dot.tie{background:#55b86a}.bet-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.bet-btn{min-height:62px;border-radius:12px;border:1px solid #3a301f;background:#0e0d0b;color:#ddd;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.bet-btn b{font-size:20px}.bet-btn small{font-size:10px;color:#918778;margin-top:2px}.bet-btn.selected{box-shadow:0 0 0 2px #e0b44d inset;background:#18130b}.bet-btn.banker.selected b{color:#ef625b}.bet-btn.player.selected b{color:#5aa8eb}.bet-btn.tie.selected b{color:#5fc278}.stake-row{display:flex;align-items:center;gap:9px;margin-top:12px}.stake-row label{font-size:12px;color:#9e9484}.stake-row input{flex:1;min-width:0;background:#080808;border:1px solid #3b2e19;color:#fff;border-radius:9px;padding:11px}.primary{border:0;border-radius:9px;background:linear-gradient(135deg,#dcb04b,#a87a20);color:#160f04;font-weight:800;padding:11px 18px}.notice{min-height:18px;margin-top:8px;font-size:11px;color:#c9aa69}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(560px,100%);height:70px;background:rgba(8,8,8,.97);border-top:1px solid #2b2112;display:grid;grid-template-columns:repeat(4,1fr);z-index:20;padding-bottom:env(safe-area-inset-bottom)}.nav-item{border:0;background:transparent;color:#807767;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.nav-item span{font-size:21px}.nav-item em{font-style:normal;font-size:11px}.nav-item.active{color:#e1b24c}@media(min-width:700px){.app{box-shadow:0 0 60px #000}.bottom-nav{border-left:1px solid #2b2112;border-right:1px solid #2b2112}}
