/*
Theme Name: Ratelflix Playlists Premium
Theme URI: https://example.local
Author: Bruno Louvel / ChatGPT
Description: Thème premium type Netflix pour une bibliothèque BJJ : 1 playlist = 1 article, 1 instructeur = 1 page.
Version: 2.0
*/
:root{--bg:#050507;--panel:#111118;--panel2:#181822;--text:#f5f5f7;--muted:#a3a3ad;--red:#e50914;--line:#2a2a35}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#171720,#050507 42%);color:var(--text);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}.wrap{max-width:1240px;margin:auto;padding:0 24px}.nav{position:sticky;top:0;z-index:10;background:rgba(5,5,7,.86);backdrop-filter:blur(14px);border-bottom:1px solid #191923}.nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:900;letter-spacing:.5px;font-size:24px}.brand span{color:var(--red)}.menu a{margin-left:22px;color:#ddd;font-weight:700}.hero{padding:86px 0 50px;background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.45)),url(assets/hero.svg) center/cover}.eyebrow{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.1em}.hero h1{font-size:clamp(42px,7vw,84px);max-width:860px;line-height:.95;margin:12px 0}.hero p{max-width:650px;color:#d8d8de;font-size:18px;line-height:1.55}.btn{display:inline-flex;background:var(--red);padding:13px 18px;border-radius:999px;font-weight:900;margin-top:16px}.row-title{display:flex;align-items:end;justify-content:space-between;margin:34px 0 14px}.row-title h2{margin:0;font-size:26px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:18px}.card{background:linear-gradient(180deg,#1b1b25,#0d0d12);border:1px solid #252535;border-radius:18px;overflow:hidden;transition:.18s transform,.18s border}.card:hover{transform:translateY(-4px);border-color:#555}.thumb{height:135px;background:linear-gradient(135deg,#2b2b38,#09090d);display:flex;align-items:center;justify-content:center;position:relative}.thumb:before{content:'';width:58px;height:58px;border-radius:50%;background:rgba(229,9,20,.92);box-shadow:0 20px 60px rgba(229,9,20,.35)}.thumb:after{content:'';position:absolute;border-left:16px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;transform:translateX(3px)}.card-body{padding:15px}.meta{font-size:12px;text-transform:uppercase;color:var(--red);font-weight:900;letter-spacing:.05em}.card h3{margin:7px 0;font-size:17px;line-height:1.2}.tags{color:var(--muted);font-size:13px}.chipbar{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 28px}.chip{border:1px solid #333340;background:#12121a;border-radius:999px;padding:9px 13px;color:#ddd}.single{padding:52px 0}.video-box{aspect-ratio:16/9;background:#000;border:1px solid #292934;border-radius:22px;overflow:hidden;display:flex;align-items:center;justify-content:center}.single h1{font-size:52px;line-height:1;margin:16px 0}.details{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-top:28px}.panel{background:rgba(18,18,26,.9);border:1px solid #292934;border-radius:22px;padding:22px}.instructor-hero{padding:70px 0 30px}.instructor-hero h1{font-size:64px;margin:0}.footer{margin-top:60px;padding:32px 0;border-top:1px solid #222;color:#999}@media(max-width:760px){.menu{display:none}.details{grid-template-columns:1fr}.single h1,.instructor-hero h1{font-size:38px}.hero{padding-top:54px}}