/* IWP Lotto Predictor - minimal dark UI */
.iwp-lotto-wrap{font-family:system-ui,-apple-system,Segoe UI,Roboto,'Noto Sans KR',sans-serif;color:#e9f0ff}
.iwp-lotto-head{background:rgba(18,26,43,.92);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:14px;margin-bottom:14px}
.iwp-lotto-title{font-size:18px;font-weight:800;margin-bottom:6px}
.iwp-lotto-sub{font-size:12px;color:#8fa2c7}
.iwp-lotto-sub .sep{display:inline-block;width:1px;height:10px;background:rgba(255,255,255,.12);margin:0 10px;vertical-align:middle}
.iwp-lotto-warn{margin-top:8px;font-size:12px;color:#8fa2c7;line-height:1.5}
.iwp-lotto-warn .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}
.dot.ok{background:#62d48d}

.iwp-lotto-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}
@media (max-width:960px){.iwp-lotto-grid{grid-template-columns:1fr}}

.iwp-card{background:rgba(18,26,43,.92);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:14px;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.iwp-row{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-end}
.iwp-controls{justify-content:space-between}
.iwp-field label{display:block;font-size:12px;color:#8fa2c7;margin-bottom:6px}
.iwp-field select{background:#0c1426;border:1px solid rgba(255,255,255,.08);color:#e9f0ff;padding:10px 12px;border-radius:12px;min-width:150px}
.iwp-btn{border:1px solid rgba(255,255,255,.10);border-radius:12px;padding:10px 14px;cursor:pointer}
.iwp-btn.primary{background:linear-gradient(180deg,#2d6bff,#2051c8);color:#fff}

.iwp-note{margin-top:12px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#0c1426;font-size:12px;color:#8fa2c7;line-height:1.6}
.iwp-note code{background:rgba(255,255,255,.08);padding:2px 6px;border-radius:8px;color:#e9f0ff}

.iwp-out{margin-top:12px}
.iwp-empty{color:#8fa2c7;font-size:12px;padding:14px;border:1px dashed rgba(255,255,255,.12);border-radius:14px}
.iwp-set{margin-top:10px;padding:10px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#0c1426}
.iwp-set-head{display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap}
.iwp-set-title{font-weight:800}
.iwp-tag{font-size:11px;color:#8fa2c7;border:1px solid rgba(255,255,255,.08);padding:3px 8px;border-radius:999px}
.iwp-balls{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.iwp-ball{width:36px;height:36px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:800;
  background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.35), rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.10)
}

.iwp-side-title{font-weight:800;margin-bottom:10px}
.iwp-stats{font-size:12px;color:#8fa2c7;line-height:1.65}
.iwp-stats b{color:#e9f0ff}
.iwp-explain{margin-top:12px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#0c1426;font-size:12px;color:#8fa2c7;line-height:1.7}
.iwp-mini{color:#8fa2c7}
