/* ChuckyWins v1.2.1 styles */
:root{
  --bg:#181818; --card:#222; --text:#fff; --muted:#777;
  --red:#CC2020; --green:#00FF66;
}
.cwins{background:var(--bg); color:var(--text); padding:12px;}
.cw-card{background:var(--card); margin:12px 0; padding:12px; border-radius:10px; border:1px solid #2c2c2c;}
.cw-header{display:flex; justify-content:space-between; font-weight:700; margin-bottom:8px}
.cw-row{display:flex; align-items:center; justify-content:space-between; padding:8px; border-radius:8px}
.cw-row .team{display:flex; align-items:center; gap:8px;}
.cw-row .name{font-weight:600}
.cw-row .spread{opacity:.75; margin-left:8px}
.cw-row .conf select{padding:6px 8px; border-radius:6px; background:#111; color:#fff; border:1px solid #444}
.cw-row.pick{box-shadow:0 0 0 2px var(--green) inset; color:var(--green)}
.cw-row.pick .conf select{background:var(--green); color:#000; border-color:var(--green); font-weight:700}
.cw-row.disabled{opacity:.45; filter:grayscale(0.6)}
.cw-logo{height:28px; width:28px; border-radius:50%; background:#333; display:inline-flex; align-items:center; justify-content:center; font-size:12px}
.cw-arrow-up{color:var(--red); font-weight:900}
.cw-arrow-down{color:#e0e0e0; font-weight:900}
.cw-muted{color:var(--muted)}
.cw-pool-grid{display:grid; grid-template-columns:1fr; gap:12px}
@media(min-width:900px){ .cw-pool-grid{grid-template-columns:1fr 1fr;} }
