:root{
  --green:#008641;
  --green-2:#009f50;
  --deep:#063a22;
  --dark:#17211c;
  --ink:#26322c;
  --yellow:#ECE430;
  --paper:#f6f8f5;
  --muted:#7f8b85;
  --line:#dfe5e1;
  --blue:#69A0E0;
  --shadow:0 10px 24px rgba(0,0,0,.16);
}
*{box-sizing:border-box}
html,body{margin:0;width:100%;height:100%;background:transparent}
body{display:grid;place-items:center;font-family:"Roboto",Arial,sans-serif}
button{font:inherit}
.ad{
  position:relative;width:300px;height:600px;overflow:hidden;background:var(--paper);
  color:var(--ink);box-shadow:0 0 0 1px rgba(0,0,0,.09);isolation:isolate;
}
.noise{position:absolute;inset:0;opacity:.03;pointer-events:none;z-index:20;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E")}
.topbar{height:52px;background:var(--green);display:flex;align-items:center;justify-content:space-between;padding:0 15px;position:relative;z-index:3}
.brand{width:143px;height:26px;object-fit:contain;object-position:left center;filter:drop-shadow(0 1px 0 rgba(0,0,0,.06))}
.age{width:29px;height:29px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center;color:white;font-size:11px;font-weight:900;background:rgba(0,0,0,.1)}
.intro{height:104px;background:linear-gradient(135deg,var(--green) 0%,#00763a 72%,#00592f 100%);padding:8px 15px 14px;color:#fff;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden}
.intro:after{content:"";position:absolute;width:160px;height:160px;border:1px solid rgba(236,228,48,.16);border-radius:50%;right:-77px;top:-39px;box-shadow:0 0 0 18px rgba(236,228,48,.03),0 0 0 42px rgba(236,228,48,.02)}
.eyebrow{font-family:"Roboto Condensed",Arial,sans-serif;font-weight:800;font-size:9px;letter-spacing:1.5px;color:rgba(255,255,255,.8);display:flex;align-items:center;gap:5px;margin-bottom:3px}
.live-dot{width:6px;height:6px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px rgba(236,228,48,.12);animation:pulse 1.8s infinite}
h1{font-family:"Roboto Condensed",Arial,sans-serif;font-size:25px;line-height:.93;letter-spacing:-.65px;margin:0;font-weight:800}
h1 span{color:var(--yellow)}
.ball{width:53px;height:53px;border-radius:50%;display:grid;place-items:center;font-size:33px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);transform:rotate(-11deg);animation:float 3.2s ease-in-out infinite;position:relative;z-index:2}
.week{height:53px;padding:7px 8px 6px;background:white;display:flex;gap:5px;overflow:hidden;border-bottom:1px solid var(--line)}
.day{border:0;background:#f0f3f1;border-radius:10px;min-width:43px;height:39px;padding:4px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:.18s ease;color:#637069}
.day b{font-size:11px;line-height:1}
.day small{font-size:8px;font-weight:700;margin-top:3px}
.day.active{background:var(--dark);color:white;box-shadow:0 5px 12px rgba(23,33,28,.16)}
.day.active small{color:var(--yellow)}
.day.featured{min-width:57px}
.fixture-head{height:36px;background:white;padding:6px 10px 4px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.fixture-head b{font-family:"Roboto Condensed",Arial,sans-serif;font-size:11px;display:block}
.fixture-head small{font-size:8px;color:var(--muted);display:block;margin-top:1px}
.market-labels{display:grid;grid-template-columns:repeat(3,36px);gap:4px;text-align:center;color:#909a95;font-size:8px;font-weight:900;margin-right:1px}
.fixtures{height:188px;overflow:auto;padding:7px 8px 74px;background:linear-gradient(#f6f8f5,#eef2ef);scrollbar-width:none}
.fixtures::-webkit-scrollbar{display:none}
.match{background:white;border:1px solid #e3e8e5;border-radius:12px;margin-bottom:6px;padding:7px;display:grid;grid-template-columns:1fr 116px;gap:7px;box-shadow:0 2px 7px rgba(38,50,44,.035);transition:.2s ease;position:relative;overflow:hidden}
.match.selected{border-color:rgba(0,134,65,.45);box-shadow:0 4px 12px rgba(0,134,65,.08)}
.match.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--green)}
.meta{display:flex;align-items:center;gap:5px;font-size:7px;color:#849089;font-weight:700;margin-bottom:4px;text-transform:uppercase;white-space:nowrap}
.league-dot{width:5px;height:5px;border-radius:50%;background:var(--green)}
.teams{display:grid;gap:4px}
.team{display:flex;align-items:center;gap:5px;min-width:0}
.badge{width:18px;height:18px;border-radius:50%;background:#eef2ef;border:1px solid #dbe2de;display:grid;place-items:center;font-family:"Roboto Condensed",Arial,sans-serif;font-size:7px;font-weight:800;color:#4f5c55;flex:0 0 auto}
.team span:last-child{font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.odds{align-self:center;display:grid;grid-template-columns:repeat(3,36px);gap:4px}
.odd{height:38px;border:1px solid #dce3df;background:#f3f6f4;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:.15s ease;padding:0}
.odd small{font-size:7px;color:#8a9690;font-weight:700;line-height:1}
.odd b{font-size:11px;margin-top:2px;line-height:1;color:#39453f}
.odd:hover{transform:translateY(-1px);border-color:#aab8b0}
.odd.active{background:var(--yellow);border-color:#d8d01d;box-shadow:0 4px 10px rgba(236,228,48,.25)}
.odd.active small,.odd.active b{color:#26322c}
.empty{height:104px;border:1px dashed #cbd4cf;border-radius:12px;background:rgba(255,255,255,.7);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#66736c;padding:12px}
.empty b{font-family:"Roboto Condensed",Arial,sans-serif;font-size:12px;color:#36433c}
.empty span{font-size:8px;margin-top:4px;line-height:1.35}
.coupon{position:absolute;left:0;right:0;bottom:0;height:202px;background:#fff;border-radius:18px 18px 0 0;box-shadow:0 -8px 25px rgba(25,38,31,.14);z-index:10;padding:7px 10px 7px;transition:.25s ease}
.coupon.bump{animation:bump .25s ease}
.coupon-handle{width:31px;height:3px;border-radius:4px;background:#dce2de;margin:0 auto 6px}
.coupon-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.coupon-title{display:flex;align-items:center;gap:6px;font-family:"Roboto Condensed",Arial,sans-serif;font-size:12px;font-weight:800}
.coupon-title b{background:#edf2ef;border-radius:20px;padding:3px 6px;font-size:8px;color:#5f6d65}
.ticket-icon{width:21px;height:21px;border-radius:7px;background:var(--green);color:var(--yellow);display:grid;place-items:center;font-size:9px;transform:rotate(-4deg)}
.clear{border:0;background:transparent;color:#8d9892;font-size:8px;font-weight:700;cursor:pointer;padding:4px}
.coupon-grid{display:grid;grid-template-columns:.8fr 1.2fr;border:1px solid #e1e7e3;border-radius:10px;overflow:hidden;margin-bottom:6px}
.metric{height:47px;padding:6px 8px;background:#f8faf8}
.metric+ .metric{border-left:1px solid #e1e7e3}
.metric small,.win-row small{display:block;font-size:7px;letter-spacing:.45px;color:#8c9791;font-weight:800}
.metric strong{display:block;font-family:"Roboto Condensed",Arial,sans-serif;font-size:18px;margin-top:2px;color:#243029}
.stake{display:flex;align-items:center;justify-content:space-between;margin-top:3px;gap:4px}
.stake button{width:23px;height:23px;border:1px solid #d9e0dc;border-radius:7px;background:white;color:#405047;font-weight:900;cursor:pointer;padding:0;line-height:1}
.stake b{font-family:"Roboto Condensed",Arial,sans-serif;font-size:12px;white-space:nowrap}
.win-row{height:35px;background:#15241c;border-radius:10px;color:white;display:flex;align-items:center;justify-content:space-between;padding:5px 10px;margin-bottom:6px;overflow:hidden;position:relative}
.win-row:after{content:"";position:absolute;width:80px;height:80px;border-radius:50%;right:-38px;top:-30px;background:rgba(236,228,48,.08)}
.win-row strong{display:block;color:var(--yellow);font-family:"Roboto Condensed",Arial,sans-serif;font-size:16px;line-height:1.05;margin-top:1px}
.crown{font-size:23px;color:var(--yellow);position:relative;z-index:2;transform:rotate(8deg)}
.cta{height:34px;width:100%;border:0;border-radius:10px;background:var(--green);color:white;font-family:"Roboto Condensed",Arial,sans-serif;font-weight:800;font-size:11px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 6px 13px rgba(0,134,65,.18);transition:.18s ease}
.cta:disabled{background:#b9c4be;color:#edf0ee;box-shadow:none;cursor:default}
.cta:not(:disabled):hover{background:var(--green-2);transform:translateY(-1px)}
.arrow{font-size:18px;line-height:1;margin-top:-1px}
.legal{text-align:center;font-size:6.7px;line-height:1.15;color:#8c9691;margin-top:5px}
.toast{position:absolute;left:50%;bottom:208px;transform:translate(-50%,10px);background:#17211c;color:white;border-radius:20px;padding:7px 10px;font-size:8px;font-weight:700;opacity:0;pointer-events:none;z-index:30;white-space:nowrap;transition:.2s ease;box-shadow:var(--shadow)}
.toast.show{opacity:1;transform:translate(-50%,0)}
@keyframes pulse{50%{box-shadow:0 0 0 7px rgba(236,228,48,0)}}
@keyframes float{50%{transform:translateY(-5px) rotate(6deg)}}
@keyframes bump{50%{transform:translateY(-3px)}}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
