/*
Theme Name: oBeynet Predict
Theme URI: https://obeynet.com/
Author: oBeynet
Description: Thème mobile-first pour analyses et prédictions football.
Version: 1.0.0
Text Domain: obeynet-predict
*/
:root{--bg:#f5f7fb;--card:#fff;--ink:#101318;--muted:#697386;--accent:#111827;--ok:#0f9d58;--warn:#f59e0b;--line:#e8ecf2}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92%);margin:auto}.top{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}
.nav{height:70px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:23px;font-weight:900}.brand span{font-weight:600}.menu a{margin-left:20px;color:#4b5563}
.hero{padding:52px 0 28px}.hero h1{font-size:clamp(34px,6vw,66px);line-height:1;margin:0;max-width:850px}.hero p{font-size:18px;color:var(--muted);max-width:760px}
.badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:#e9fff3;color:#087a43;font-weight:800;font-size:12px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 8px 30px rgba(16,24,40,.04)}
.match{display:flex;justify-content:space-between;gap:12px}.teams{font-weight:850;font-size:18px}.meta{color:var(--muted);font-size:13px;margin-top:5px}.score{font-size:28px;font-weight:950}
.market{margin-top:14px;padding-top:13px;border-top:1px solid var(--line);display:flex;justify-content:space-between}.confidence{color:var(--ok);font-weight:900}
.section-title{margin:28px 0 15px}.empty{padding:32px;text-align:center;color:var(--muted)}
.footer{padding:45px 0;color:var(--muted);font-size:13px}
@media(max-width:850px){.grid{grid-template-columns:1fr}.menu{display:none}.hero{padding-top:34px}.hero h1{font-size:40px}}
