/* ZEUSBET bahis ekranı */
.betting-page{width:min(1500px,calc(100% - 32px));margin:36px auto 70px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}
.betting-page-head,.home-featured-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}
.betting-page-head h1,.home-featured-head h2{margin:6px 0}
.betting-page-head p{margin:0;opacity:.75}
.betting-kicker{color:#f0bf42;font-size:12px;font-weight:900;letter-spacing:1.2px}
.league-block{margin-bottom:18px;border:1px solid rgba(255,255,255,.09);border-radius:12px;overflow:hidden;background:rgba(7,15,27,.92)}
.league-block-title{min-height:46px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#111d2e;border-bottom:1px solid rgba(255,255,255,.08)}
.league-block-title span{font-size:12px;opacity:.65}
.league-match-list{padding:12px}
.betting-match-card{border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#0b1524;margin-bottom:12px;overflow:hidden}
.betting-match-card:last-child{margin-bottom:0}
.betting-match-head{padding:13px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(255,255,255,.07)}
.betting-match-head strong{display:block;font-size:14px}
.betting-match-head small{display:block;margin-top:5px;opacity:.65}
.betting-live-badge,.betting-upcoming-badge{display:inline-flex;padding:6px 9px;border-radius:6px;font-size:10px;font-weight:900}
.betting-live-badge{background:rgba(239,68,68,.14);color:#ff7474}
.betting-upcoming-badge{background:rgba(240,191,66,.12);color:#f0bf42}
.betting-market-list{padding:12px 14px}
.betting-market{display:grid;grid-template-columns:125px minmax(0,1fr);gap:12px;align-items:center;margin-bottom:10px}
.betting-market:last-child{margin-bottom:0}
.betting-market-name{font-size:11px;opacity:.7}
.betting-odd-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.betting-odd-button{min-height:42px;border:1px solid rgba(255,255,255,.09);border-radius:7px;background:#142239;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;cursor:pointer;transition:.18s ease}
.betting-odd-button:hover{transform:translateY(-1px);border-color:rgba(240,191,66,.55)}
.betting-odd-button strong{color:#f0bf42}
.betting-odd-button.is-selected{color:#08111d;background:#f0bf42;border-color:#f0bf42}
.betting-odd-button.is-selected strong{color:#08111d}
.betting-odd-button:disabled{opacity:.38;cursor:not-allowed;transform:none}
.bet-slip{position:sticky;top:90px;border:1px solid rgba(255,255,255,.10);border-radius:12px;overflow:hidden;background:#091321;box-shadow:0 18px 55px rgba(0,0,0,.24)}
.bet-slip-head{min-height:58px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#121f32;border-bottom:1px solid rgba(255,255,255,.08)}
.bet-slip-head span,.bet-slip-head strong{display:block}
.bet-slip-head span{font-size:11px;color:#f0bf42;font-weight:900}
.bet-slip-head strong{margin-top:3px;font-size:13px}
.bet-slip-clear{border:0;background:transparent;color:#ff7474;cursor:pointer}
.bet-slip-items{max-height:390px;overflow:auto;padding:12px}
.bet-slip-empty{padding:34px 16px;text-align:center;font-size:13px;line-height:1.7;opacity:.65}
.bet-slip-item{position:relative;padding:12px 36px 12px 12px;margin-bottom:8px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#101d2f}
.bet-slip-item strong,.bet-slip-item span,.bet-slip-item b{display:block}
.bet-slip-item strong{font-size:12px;line-height:1.45}
.bet-slip-item span{margin-top:5px;font-size:11px;opacity:.65}
.bet-slip-item b{margin-top:7px;color:#f0bf42}
.bet-slip-remove{position:absolute;top:8px;right:8px;width:24px;height:24px;border:0;border-radius:50%;background:rgba(255,255,255,.07);color:#fff;cursor:pointer}
.bet-slip-summary{padding:14px;border-top:1px solid rgba(255,255,255,.08)}
.bet-slip-summary label{display:block;margin-bottom:7px;font-size:12px;opacity:.72}
.bet-stake-input{display:flex;align-items:center;margin-bottom:14px;border:1px solid rgba(255,255,255,.10);border-radius:8px;background:#101c2d;overflow:hidden}
.bet-stake-input input{width:100%;min-height:44px;padding:0 12px;border:0;outline:0;background:transparent;color:#fff}
.bet-stake-input span{padding-right:12px;color:#f0bf42;font-weight:900}
.bet-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0;font-size:13px}
.bet-summary-row strong{color:#f0bf42}
.bet-place-button{width:100%;min-height:46px;margin-top:10px;border:0;border-radius:8px;background:#f0bf42;color:#07101b;font-weight:950;cursor:pointer}
.bet-place-button:disabled{opacity:.4;cursor:not-allowed}
.bet-slip-note{margin:10px 0 0;font-size:10px;line-height:1.55;opacity:.52}
.betting-empty{padding:55px 20px;text-align:center;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#0b1524}
.home-featured-betting{width:min(1300px,calc(100% - 32px));margin-left:auto;margin-right:auto}
.home-betting-card{display:flex;flex-direction:column}
.home-match-odds{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:14px}
.home-match-odds .betting-odd-button{min-height:38px}
@media(max-width:1050px){.betting-page{grid-template-columns:1fr}.bet-slip{position:relative;top:auto}}
@media(max-width:720px){.betting-page{width:min(100% - 18px,1500px);margin-top:20px}.betting-page-head,.home-featured-head{align-items:flex-start;flex-direction:column}.betting-market{grid-template-columns:1fr;gap:7px}.betting-odd-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.betting-match-head{align-items:flex-start;flex-direction:column}}
