:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#f7f7f8;background:#0c0d10}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#0c0d10,#12151b);min-height:100vh}.shell{max-width:1180px;margin:0 auto;padding:28px 20px 60px}.topbar{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:24px}.eyebrow{font-size:12px;letter-spacing:.22em;color:#8f98a8}.topbar h1{margin:4px 0 0;font-size:32px}.status{font-size:13px;color:#9ea7b6}.filters{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr)) auto;gap:12px;background:#171a21;border:1px solid #242935;border-radius:14px;padding:14px;margin-bottom:18px}.filters label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#aeb6c4}.filters input,.filters select,.filters button{width:100%;background:#0f1116;color:#fff;border:1px solid #2b313e;border-radius:9px;padding:10px}.filters button{cursor:pointer;font-weight:700;align-self:end}.summary{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 18px}.pill{background:#171a21;border:1px solid #242935;border-radius:999px;padding:8px 12px;font-size:12px;color:#c8ced8}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.card{background:#15181f;border:1px solid #242935;border-radius:16px;padding:16px}.card-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}.teams{font-size:18px;font-weight:750}.meta{font-size:12px;color:#8f98a8;margin-top:3px}.badge{font-size:11px;border-radius:999px;padding:5px 8px;background:#232935;color:#d7dce4;white-space:nowrap}.markets{display:grid;grid-template-columns:1fr 1fr;gap:10px}.market{background:#0f1116;border:1px solid #232935;border-radius:12px;padding:12px}.market-title{font-size:12px;color:#9ea7b6;margin-bottom:8px}.metric{display:flex;justify-content:space-between;font-size:13px;margin:5px 0}.metric strong{font-size:14px}.edge-positive{color:#67d391}.edge-negative{color:#ff8c8c}.quality{margin-top:12px;font-size:12px;color:#9ea7b6}.empty{padding:36px;text-align:center;color:#8f98a8}.hidden{display:none}@media(max-width:800px){.filters{grid-template-columns:1fr 1fr}.cards{grid-template-columns:1fr}.topbar{align-items:start;flex-direction:column}}