*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',system-ui,sans-serif}
body{background:#0a2014}
.page-bg{min-height:100vh;background:linear-gradient(135deg,#0a2014 0%,#123a2a 100%);display:flex;justify-content:center}
.app{width:100%;max-width:420px;background:#0f0f0f;min-height:100vh;position:relative;padding-bottom:90px;border-left:1px solid rgba(255,255,255,0.04);border-right:1px solid rgba(255,255,255,0.04);box-shadow:0 0 80px rgba(0,0,0,.8)}
.header{position:sticky;top:0;z-index:20;background:rgba(16,16,16,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);padding:12px 14px}
.header-top{display:flex;align-items:center;justify-content:space-between}
.logo{font-weight:900;font-size:20px;color:#fff;letter-spacing:-.5px}.logo span{color:#ffcc00}
.header-actions{display:flex;gap:8px}
.btn-outline,.btn-yellow{border:none;border-radius:20px;padding:7px 16px;font-size:11px;font-weight:800;cursor:pointer}
.btn-outline{background:transparent;border:1.5px solid #ffcc00;color:#ffcc00}
.btn-yellow{background:#ffcc00;color:#000}

/* JACKPOT */
.jackpot-banner{margin:12px;background:linear-gradient(135deg,#102a16 0%,#1a3d20 100%);border:1px solid rgba(255,204,0,.4);border-radius:16px;padding:12px;position:relative;box-shadow:0 0 30px rgba(255,204,0,.12)}
.jackpot-top{display:flex;align-items:center;gap:10px}
.jackpot-icon{width:38px;height:38px;background:linear-gradient(135deg,#ffcc00,#ffb300);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;color:#000;font-size:18px;flex:0 0 38px}
.jackpot-texts{flex:1}
.jackpot-label{font-weight:800;font-size:11px;color:#ffcc00;letter-spacing:.3px;display:flex;align-items:center;gap:6px}
.live-dot{width:7px;height:7px;background:#00ff88;border-radius:50%;display:inline-block;box-shadow:0 0 8px #00ff88;animation:pulse 1.5s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.jackpot-value{font-size:22px;font-weight:900;color:#fff;letter-spacing:-.5px;margin-top:2px;text-shadow:0 0 12px rgba(255,204,0,.35)}
.ao-vivo-badge{font-size:9px;font-weight:900;background:rgba(0,255,136,.15);border:1px solid rgba(0,255,136,.3);color:#00ff88;padding:4px 10px;border-radius:20px}
.jackpot-bottom{display:flex;justify-content:space-between;margin-top:8px;font-size:9px;color:rgba(255,255,255,.45);font-weight:600}
.jackpot-bar{margin-top:8px;height:4px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden}
.jackpot-bar-fill{height:100%;width:68%;background:linear-gradient(90deg,#ffcc00,#00ff88);border-radius:2px;transition:width .8s}

/* HORARIOS */
.horarios-box{margin:12px;background:#151515;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:12px}
.horarios-title{font-size:11px;font-weight:800;color:#fff;letter-spacing:.5px;margin-bottom:8px}
.horarios-list{display:flex;gap:6px;flex-wrap:wrap}
.horario-chip{padding:6px 10px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:#1f1f1f;color:rgba(255,255,255,.6);font-size:11px;font-weight:800;cursor:pointer;transition:.2s}
.horario-chip.active{background:#ffcc00;color:#000;border-color:#ffcc00;box-shadow:0 0 12px rgba(255,204,0,.3)}
.horario-chip.disabled{opacity:.3;pointer-events:none;text-decoration:line-through;background:#1a1a1a}
.horarios-info{margin-top:8px;font-size:10px;color:rgba(255,255,255,.4);line-height:1.3}

.section-title{padding:12px 12px 8px;display:flex;justify-content:space-between;align-items:center}
.section-title h2{font-size:13px;font-weight:900;color:#fff;letter-spacing:.3px}
.section-title span{font-size:10px;color:rgba(255,255,255,.4);font-weight:700}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 8px 12px}
.card{background:#1a1a1a;border:1px solid rgba(255,255,255,.06);border-radius:14px;overflow:hidden;cursor:pointer;transition:.2s;position:relative}
.card:hover{border-color:#00c853;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.4)}
.card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#101010}
.card-badge{position:absolute;top:6px;left:6px;background:#0f0f0f;border:1px solid rgba(255,204,0,.3);color:#ffcc00;font-weight:900;font-size:11px;padding:3px 7px;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.5)}
.card-info{padding:7px 6px 9px;text-align:center;background:linear-gradient(0deg,#1a1a1a, #1a1a1a)}
.card-info strong{display:block;font-size:11px;color:#fff;letter-spacing:.2px;line-height:1.1}
.card-info small{font-size:9px;color:rgba(255,255,255,.45);font-weight:700;display:block;margin-top:2px}

/* MODAL */
.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);z-index:100;display:none;align-items:flex-end;justify-content:center}
.modal-overlay.open{display:flex}
.modal{width:100%;max-width:420px;background:#121212;border-radius:22px 22px 0 0;border:1px solid rgba(255,255,255,.08);max-height:92vh;display:flex;flex-direction:column;animation:slideUp .25s ease}
@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.06)}
.modal-bicho{display:flex;gap:10px;align-items:center}
.modal-bicho img{width:44px;height:44px;border-radius:10px;object-fit:cover;border:1px solid rgba(255,255,255,.1)}
.modal-bicho b{color:#fff;font-size:13px}.modal-bicho small{color:rgba(255,255,255,.5);font-size:11px}
.modal-close{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;font-weight:800}
.modal-tabs{display:flex;gap:6px;padding:10px 12px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid rgba(255,255,255,.06)}
.modal-tabs::-webkit-scrollbar{display:none}
.modal-tabs button{flex:0 0 auto;padding:8px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:#1e1e1e;color:rgba(255,255,255,.6);font-size:10px;font-weight:800;cursor:pointer;white-space:nowrap}
.modal-tabs button.active{background:#ffcc00;color:#000;border-color:#ffcc00}
.modal-body{padding:14px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:12px}
.field label{font-size:10px;font-weight:800;color:rgba(255,255,255,.5);letter-spacing:.5px}
.field input{margin-top:6px;width:100%;height:46px;border-radius:12px;background:#1f1f1f;border:1px solid rgba(255,255,255,.1);color:#fff;font-weight:800;font-size:17px;text-align:center;letter-spacing:2px;outline:none}
.field input:focus{border-color:#ffcc00}
.horario-select{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}
.horario-select button{padding:6px 10px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:#1f1f1f;color:rgba(255,255,255,.6);font-size:11px;font-weight:800;cursor:pointer}
.horario-select button.active{background:#00c853;color:#fff;border-color:#00c853}
.horario-select button.disabled{opacity:.3;pointer-events:none}
.chips{display:flex;gap:6px;margin-top:8px}
.chips button{flex:1;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#1f1f1f;color:rgba(255,255,255,.7);font-weight:800;font-size:12px;cursor:pointer}
.chips button.active{background:#ffcc00;color:#000;border-color:#ffcc00}
.odds-box{background:linear-gradient(135deg,#1a2a1e,#121212);border:1px solid rgba(0,200,83,.2);border-radius:12px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center}
.odds-box .ret{color:#00ff88;font-weight:900;font-size:16px}
.modal-footer{padding:12px;background:#101010;border-top:1px solid rgba(255,255,255,.06);display:flex;gap:10px}
.btn-cancel{height:46px;padding:0 20px;border-radius:24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7);font-weight:700;font-size:12px;cursor:pointer}
.btn-bet{flex:1;height:46px;border-radius:24px;background:#ffcc00;color:#000;font-weight:900;font-size:13px;border:none;cursor:pointer;box-shadow:0 0 20px rgba(255,204,0,.3)}
.toast{position:fixed;top:16px;left:50%;transform:translateX(-50%);width:90%;max-width:360px;background:#1f1f1f;border:1px solid rgba(0,200,83,.3);border-radius:14px;padding:12px 14px;display:none;align-items:center;gap:10px;z-index:200;color:#fff;font-weight:700;font-size:12px;box-shadow:0 12px 30px rgba(0,0,0,.5)}
.toast.show{display:flex}
.footer{text-align:center;padding:18px 12px 10px;color:rgba(255,255,255,.25);font-size:10px;letter-spacing:.2px}
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:420px;background:#101010;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-around;padding:8px 0 calc(8px + env(safe-area-inset-bottom));z-index:30}
.bottom-nav button{background:transparent;border:none;color:rgba(255,255,255,.5);display:flex;flex-direction:column;align-items:center;gap:2px;font-size:20px;cursor:pointer;flex:1;padding:4px 0}
.bottom-nav button span{font-size:10px;font-weight:700;margin-top:1px}
.bottom-nav button.active{color:#ffcc00}
.aposta-item{background:#1a1a1a;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:10px;margin-bottom:8px}
.aposta-item b{color:#fff;font-size:12px}
.aposta-item small{color:rgba(255,255,255,.5);font-size:11px;display:block;margin-top:2px}
