/* =====================================================
   BETCOMBINATOR — Pages juridiques v1.0.0
   Design sombre premium aligné avec l'interface app
   ===================================================== */
.bcx-legal-page{
  --bcx-bg:#070914;
  --bcx-panel:#111632;
  --bcx-panel-2:#191d43;
  --bcx-text:#ffffff;
  --bcx-muted:rgba(255,255,255,.74);
  --bcx-soft:rgba(255,255,255,.10);
  --bcx-pink:#ff2ea6;
  --bcx-purple:#8f62ff;
  --bcx-blue:#3b82f6;
  --bcx-yellow:#ffd34d;
  max-width:1120px;
  margin:0 auto;
  padding:26px 16px 54px;
  color:var(--bcx-text);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
.bcx-legal-page *{box-sizing:border-box;}
.bcx-legal-page a{color:#ff8dd4;text-decoration:none;font-weight:800;}
.bcx-legal-page a:hover{text-decoration:underline;}
.bcx-legal-hero{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  padding:38px 34px;
  margin-bottom:22px;
  background:
    radial-gradient(circle at 10% 0%,rgba(255,46,166,.28),transparent 34%),
    radial-gradient(circle at 90% 0%,rgba(143,98,255,.30),transparent 38%),
    linear-gradient(180deg,#262a60 0%,#101633 100%);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 26px 70px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06);
}
.bcx-legal-hero:before{
  content:"";
  position:absolute;
  right:-48px;
  top:-40px;
  width:240px;
  height:150px;
  background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,0));
  transform:rotate(-8deg);
  border-radius:28px;
  pointer-events:none;
}
.bcx-legal-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:7px 13px;
  border-radius:999px;
  color:#ffd7ef;
  font-size:12px;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
  background:rgba(255,46,166,.16);
  border:1px solid rgba(255,46,166,.42);
}
.bcx-legal-hero h1{
  margin:18px 0 12px;
  color:#fff;
  font-size:clamp(32px,5vw,56px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:950;
}
.bcx-legal-hero p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.55;
}
.bcx-legal-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.bcx-legal-meta span{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  color:rgba(255,255,255,.82);
  font-size:13px;
  font-weight:800;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.09);
}
.bcx-legal-summary{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 20px;
}
.bcx-legal-summary a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 14px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,rgba(255,46,166,.18),rgba(143,98,255,.18));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 8px 22px rgba(0,0,0,.18);
}
.bcx-legal-card{
  margin:16px 0;
  padding:24px 26px;
  border-radius:24px;
  color:#fff;
  background:
    radial-gradient(circle at 100% 0%,rgba(143,98,255,.10),transparent 32%),
    linear-gradient(180deg,rgba(30,34,75,.96),rgba(13,17,43,.98));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 42px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04);
}
.bcx-legal-card h2{
  margin:0 0 12px;
  color:#fff;
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.025em;
  font-weight:950;
}
.bcx-legal-card p,
.bcx-legal-card li{
  color:rgba(255,255,255,.80);
  font-size:16px;
  line-height:1.65;
}
.bcx-legal-card p{margin:0 0 12px;}
.bcx-legal-card p:last-child{margin-bottom:0;}
.bcx-legal-card ul{margin:10px 0 0;padding-left:20px;}
.bcx-legal-card li{margin:7px 0;}
.bcx-legal-warning{
  border-color:rgba(255,46,166,.34);
  background:
    radial-gradient(circle at 0% 0%,rgba(255,46,166,.20),transparent 34%),
    linear-gradient(180deg,rgba(45,30,69,.98),rgba(14,16,42,.98));
}
.bcx-legal-warning h2:before{
  content:"⚠ ";
  color:var(--bcx-yellow);
}
.bcx-legal-note{
  border-color:rgba(255,211,77,.24);
  background:
    radial-gradient(circle at 0% 0%,rgba(255,211,77,.14),transparent 28%),
    linear-gradient(180deg,rgba(38,35,62,.98),rgba(14,16,42,.98));
}
.bcx-legal-small{
  font-size:14px !important;
  color:rgba(255,255,255,.67) !important;
}
.bcx-legal-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:16px;
}
.bcx-legal-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:11px 17px;
  border-radius:999px;
  color:#fff !important;
  text-decoration:none !important;
  background:linear-gradient(135deg,var(--bcx-pink),var(--bcx-purple));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 14px 30px rgba(255,46,166,.20);
}
.bcx-legal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:0 0 20px;
}
.bcx-legal-tile{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:160px;
  padding:24px;
  border-radius:24px;
  color:#fff !important;
  text-decoration:none !important;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,46,166,.16),transparent 32%),
    linear-gradient(180deg,rgba(30,34,75,.96),rgba(13,17,43,.98));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 42px rgba(0,0,0,.24);
}
.bcx-legal-tile:hover{
  transform:translateY(-2px);
  text-decoration:none !important;
  border-color:rgba(255,46,166,.35);
}
.bcx-legal-tile strong{
  color:#fff;
  font-size:21px;
  line-height:1.15;
  font-weight:950;
}
.bcx-legal-tile span{
  color:rgba(255,255,255,.76);
  line-height:1.5;
}
@media(max-width:768px){
  .bcx-legal-page{padding:16px 10px 40px;}
  .bcx-legal-hero{padding:28px 20px;border-radius:24px;}
  .bcx-legal-hero p{font-size:16px;}
  .bcx-legal-card{padding:20px 18px;border-radius:22px;}
  .bcx-legal-card h2{font-size:21px;}
  .bcx-legal-card p,.bcx-legal-card li{font-size:15px;line-height:1.58;}
  .bcx-legal-summary{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none;}
  .bcx-legal-summary::-webkit-scrollbar{display:none;}
  .bcx-legal-summary a{white-space:nowrap;font-size:13px;}
  .bcx-legal-grid{grid-template-columns:1fr;}
  .bcx-legal-meta{flex-direction:column;align-items:flex-start;}
}
