*{box-sizing:border-box}body{margin:0;background:#07111f;color:#eef5ff;font-family:system-ui,-apple-system,Segoe UI,sans-serif;padding-bottom:82px}header{position:sticky;top:0;z-index:5;background:#07111ff2;backdrop-filter:blur(12px);padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #1b2b40}.brand{font-size:24px;font-weight:900}.brand span{color:#42e695}header small,.note{color:#91a4b9}.hidden{display:none}header button,.card button,.grid button{border:0;border-radius:10px;padding:11px 14px;background:#42e695;color:#04110a;font-weight:800}main{max-width:700px;margin:auto;padding:16px}.screen{display:none}.screen.active{display:block}.hero,.card,.balance,.match{background:#0d1b2b;border:1px solid #1d3046;border-radius:16px;padding:16px;margin:10px 0}.hero{background:linear-gradient(135deg,#10273d,#0c1727)}.hero b{font-size:20px}.chips{display:flex;gap:8px;overflow:auto;margin:14px 0}.chip{border:1px solid #29415a;background:#0c1b2d;color:#c9d7e7;border-radius:999px;padding:9px 15px}.chip.active{background:#42e695;color:#04110a;font-weight:800}.league{font-size:12px;color:#8ea5bd}.teams{display:flex;justify-content:space-between;gap:10px;margin:10px 0;font-weight:750}.odds{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.odd{border:1px solid #29415a;background:#12263a;color:#eef5ff;border-radius:10px;padding:11px}.odd b{display:block;color:#42e695}.selected{outline:2px solid #42e695}.balance strong{display:block;font-size:30px;margin-top:8px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.note{font-size:13px}nav{position:fixed;bottom:0;left:0;right:0;height:72px;background:#081522f5;border-top:1px solid #1b2b40;display:flex;justify-content:space-around;z-index:10;padding-bottom:env(safe-area-inset-bottom)}nav button{background:none;border:0;color:#8ea5bd;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:70px}nav button.active{color:#42e695;font-weight:800}#toast{position:fixed;left:50%;bottom:90px;transform:translateX(-50%);background:#17283b;border:1px solid #31506d;padding:10px 14px;border-radius:10px;display:none}