/* ============================================================
   MOVIEFINDER — PROFIL · NOIR
   Même langage que l'index. Conserve tous les IDs de profile.js.
   ============================================================ */

:root {
  --ink: #07080a;
  --ink-2: #0b0d11;
  --ash: #14161b;
  --smoke: #23262e;
  --silver: #c3c6ce;
  --paper: #e9e7e0;
  --glow: #f6f4ec;
  --dim: #777b86;
  --blood: #b21f2d;
  --gold: #d8b057;

  --glass-bg: rgba(16, 18, 23, 0.42);
  --glass-bg-strong: rgba(13, 15, 19, 0.82);
  --glass-border: rgba(233, 231, 224, 0.14);
  --glass-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.92), inset 0 1px 0 rgba(246, 244, 236, 0.08);

  --radius: 4px;
  --radius-lg: 10px;
  --maxw: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Barlow", system-ui, -apple-system, sans-serif;
  background: var(--ink);
  color: var(--paper);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
body.no-scroll, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; }
::selection { background: rgba(246, 244, 236, 0.85); color: #07080a; }

::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(233,231,224,0.16); border: 3px solid var(--ink); }
::-webkit-scrollbar-thumb:hover { background: rgba(233,231,224,0.3); }

.italic { font-family: "Playfair Display", serif; font-style: italic; font-weight: 600; }

/* ============================================================
   DÉCOR DE VILLE + AMBIANCE
   ============================================================ */
.cityscape { position: fixed; inset: 0; z-index: -3; overflow: hidden; background: radial-gradient(140% 100% at 24% 0%, #1b1e25 0%, #0c0e12 45%, #07080a 100%); }
.moon { position: absolute; top: 6%; left: 14%; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle at 38% 38%, #f6f4ec, #cfd0cb 55%, #9a9c98 100%); box-shadow: 0 0 80px 24px rgba(246,244,236,0.16), 0 0 180px 60px rgba(246,244,236,0.07); }
.moon::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: inset -16px -14px 26px rgba(10,12,15,0.35); }
.skyline { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; }
.skyline-far { height: 44vh; opacity: 0.45; }
.skyline-far path { fill: #0e1014; }
.skyline-near { height: 38vh; opacity: 0.9; }
.skyline-near path:not(.bridge-cable) { fill: #060708; }
.bridge-cable { stroke: #1c1f26; }
.bridge-deck { fill: #060708; }
.city-haze { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,8,10,0) 36%, rgba(7,8,10,0.72) 76%, var(--ink) 100%); }

#rain { position: fixed; inset: 0; z-index: -2; width: 100%; height: 100%; opacity: 0.45; pointer-events: none; }
.grain { position: fixed; inset: -50%; z-index: 1; pointer-events: none; opacity: 0.06; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); animation: grain 0.6s steps(3) infinite; }
@keyframes grain { 0% { transform: translate(0,0); } 33% { transform: translate(-6%,4%); } 66% { transform: translate(4%,-5%); } 100% { transform: translate(0,0); } }
.lightning { position: fixed; inset: 0; z-index: 2; pointer-events: none; background: radial-gradient(120% 80% at 60% -10%, rgba(246,244,236,0.9), rgba(246,244,236,0.2) 30%, transparent 60%); opacity: 0; }
.lightning.flash { animation: flash 0.7s ease; }
@keyframes flash { 0% { opacity: 0; } 6% { opacity: 0.9; } 12% { opacity: 0.1; } 18% { opacity: 0.75; } 30% { opacity: 0; } 100% { opacity: 0; } }
.vignette { position: fixed; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(120% 120% at 50% 38%, transparent 40%, rgba(0,0,0,0.55) 100%); }
.spotlight { position: fixed; top: 0; left: 0; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(246,244,236,0.06), transparent 64%); transform: translate(-50%,-50%); pointer-events: none; z-index: 1; opacity: 0; transition: opacity 0.5s ease; mix-blend-mode: screen; }

.preloader { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; background: var(--ink); transition: opacity 0.7s var(--ease), visibility 0.7s var(--ease); }
.preloader.done { opacity: 0; visibility: hidden; }
.preloader-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.preloader-word { font-family: "Oswald"; font-weight: 500; letter-spacing: 0.42em; font-size: 13px; color: var(--silver); padding-left: 0.42em; }
.preloader-bar { width: 220px; height: 2px; background: rgba(233,231,224,0.14); overflow: hidden; }
.preloader-bar span { display: block; height: 100%; width: 38%; background: var(--glow); animation: loadbar 1.1s var(--ease) infinite; }
@keyframes loadbar { 0% { transform: translateX(-120%); } 100% { transform: translateX(360%); } }
.lenses { display: inline-flex; gap: 8px; align-items: center; }
.lenses span { width: 22px; height: 13px; background: var(--glow); border-radius: 60% 60% 55% 55% / 70% 70% 40% 40%; box-shadow: 0 0 14px rgba(246,244,236,0.7), 0 0 34px rgba(246,244,236,0.35); transform: rotate(-8deg); animation: blink 6s steps(1) infinite; }
.lenses span:last-child { transform: rotate(8deg) scaleX(-1); }
@keyframes blink { 0%, 94%, 100% { opacity: 1; } 96% { opacity: 0.15; } }
.scroll-progress { position: fixed; top: 0; left: 0; height: 2px; width: 0%; z-index: 999; background: var(--glow); box-shadow: 0 0 12px rgba(246,244,236,0.6); }

.glass { background: var(--glass-bg); border: 1px solid var(--glass-border); backdrop-filter: blur(14px) saturate(60%) brightness(0.9); -webkit-backdrop-filter: blur(14px) saturate(60%) brightness(0.9); box-shadow: var(--glass-shadow); }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background 0.45s var(--ease), border-color 0.45s var(--ease); border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(7,8,10,0.55); backdrop-filter: blur(16px) saturate(60%); -webkit-backdrop-filter: blur(16px) saturate(60%); border-bottom: 1px solid rgba(233,231,224,0.1); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 18px 30px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: "Oswald"; font-weight: 600; font-size: 18px; letter-spacing: 0.14em; color: var(--glow); }
.brand-lens { width: 16px; height: 16px; border-radius: 50%; background: var(--glow); box-shadow: 0 0 12px rgba(246,244,236,0.7); position: relative; }
.brand-lens::after { content: ""; position: absolute; inset: 4px 3px; background: var(--ink); border-radius: 50%; }
.brand-noir { color: var(--dim); margin-left: 6px; font-weight: 300; }
.nav-links { display: flex; gap: 2px; margin-left: 14px; }
.nav-link { position: relative; padding: 9px 15px; font-family: "Oswald"; font-size: 14px; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: var(--silver); transition: color 0.25s ease; }
.nav-link::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 6px; height: 1px; background: var(--glow); transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--ease); }
.nav-link:hover, .nav-link.active { color: var(--glow); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.icon-btn { width: 42px; height: 42px; display: grid; place-items: center; border-radius: var(--radius); background: var(--glass-bg); border: 1px solid var(--glass-border); color: var(--silver); transition: all 0.25s ease; backdrop-filter: blur(10px); }
.icon-btn:hover { color: var(--glow); border-color: rgba(233,231,224,0.34); transform: translateY(-2px); }
.btn { position: relative; display: inline-flex; align-items: center; gap: 9px; padding: 11px 20px; border-radius: var(--radius); font-family: "Oswald"; font-size: 14px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; border: 1px solid transparent; transition: transform 0.3s var(--ease), background 0.3s ease, color 0.3s ease, border-color 0.3s ease; white-space: nowrap; }
.btn-primary { background: var(--paper); color: #07080a; }
.btn-primary:hover { transform: translateY(-3px); background: var(--glow); box-shadow: 0 14px 30px -12px rgba(246,244,236,0.5); }
.btn-ghost { color: var(--silver); padding: 11px 16px; }
.btn-ghost:hover { color: var(--glow); }
.burger { display: none; flex-direction: column; gap: 5px; width: 42px; height: 42px; border-radius: var(--radius); background: var(--glass-bg); border: 1px solid var(--glass-border); align-items: center; justify-content: center; }
.burger span { width: 18px; height: 2px; background: var(--paper); transition: all 0.3s var(--ease); }
body.menu-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .burger span:nth-child(2) { opacity: 0; }
body.menu-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   CONTENEUR
   ============================================================ */
.profile-page {
  position: relative;
  z-index: 3;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(110px, 15vh, 170px) clamp(18px, 4vw, 40px) 110px;
}

/* ============================================================
   EN-TÊTE PROFIL (hero)
   ============================================================ */
.profile-header-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 44px);
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  background-color: var(--glass-bg-strong);
  overflow: hidden;
  margin-bottom: 30px;
}
.profile-header-card.has-profile-banner {
  background-image: linear-gradient(rgba(7,8,10,0.58), rgba(7,8,10,0.86)), var(--profile-banner-image, none);
  background-size: cover;
  background-position: center;
  border-color: rgba(233,231,224,0.22);
}
.profile-header-card::after {
  content: "DOSSIER PERSONNEL";
  position: absolute; top: 16px; right: 20px;
  font-family: "Oswald"; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--dim);
}
.profile-avatar-wrap { flex-shrink: 0; position: relative; }
.profile-avatar {
  width: clamp(96px, 14vw, 140px); height: clamp(96px, 14vw, 140px);
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--smoke);
  border: 1px solid rgba(233,231,224,0.2);
  box-shadow: 0 0 0 6px rgba(7,8,10,0.5), 0 30px 60px -24px rgba(0,0,0,0.9);
  font-family: "Oswald"; font-size: clamp(40px, 6vw, 58px); font-weight: 700;
  color: var(--glow);
  overflow: hidden;
  filter: grayscale(0.4);
  transition: filter 0.4s ease, transform 0.4s var(--ease);
}
.profile-avatar:hover { filter: grayscale(0); transform: scale(1.03); }
.profile-avatar img { width: 100%; height: 100%; object-fit: cover; }

.profile-header-copy { min-width: 0; }
.profile-kicker { font-family: "Oswald"; text-transform: uppercase; letter-spacing: 0.32em; font-size: 11px; font-weight: 500; color: var(--dim); margin: 0 0 12px; }
.profile-name {
  font-family: "Oswald", sans-serif; font-weight: 700;
  font-size: clamp(34px, 6vw, 68px); line-height: 0.92;
  letter-spacing: 0.01em; text-transform: uppercase;
  color: var(--glow); margin: 0 0 14px;
  text-shadow: 0 0 50px rgba(0,0,0,0.7);
  word-break: break-word; overflow-wrap: anywhere;
}
.profile-description { color: var(--silver); max-width: 60ch; line-height: 1.7; font-size: 15px; margin: 0; }
.profile-bio { color: var(--paper); max-width: 60ch; line-height: 1.7; font-size: 15px; margin: 12px 0 0; font-style: italic; }
.profile-bio[hidden] { display: none; }

/* ============================================================
   GRILLE DE CARTES
   ============================================================ */
.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
  margin-bottom: 30px;
}
.profile-card {
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  background: var(--glass-bg);
  backdrop-filter: blur(14px) saturate(60%) brightness(0.9);
  -webkit-backdrop-filter: blur(14px) saturate(60%) brightness(0.9);
  padding: clamp(20px, 3vw, 30px);
}
.profile-card h2 {
  font-family: "Oswald", sans-serif; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 17px; margin: 0 0 8px; color: var(--glow);
}
.profile-card-text { color: var(--dim); font-size: 13.5px; line-height: 1.6; margin: 0 0 20px; }

.section-header-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 22px; padding-bottom: 12px; border-bottom: 1px solid var(--glass-border); }
.section-title { font-family: "Oswald"; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: clamp(1.3rem, 2.6vw, 1.9rem); color: var(--glow); margin: 0; }
.profile-count { color: var(--dim); font-size: 13px; letter-spacing: 0.04em; font-family: "Oswald"; text-transform: uppercase; }

.profile-top3-card, .profile-films-card {
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  background: var(--glass-bg);
  backdrop-filter: blur(14px) saturate(60%) brightness(0.9);
  -webkit-backdrop-filter: blur(14px) saturate(60%) brightness(0.9);
  padding: clamp(22px, 3.4vw, 34px);
  margin-bottom: 30px;
}

/* ============================================================
   FORMULAIRE APPARENCE
   ============================================================ */
.profile-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: flex; flex-direction: column; gap: 8px; }
.form-row > span, .form-row > label { font-family: "Oswald"; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; color: var(--silver); }
input[type="text"], input[type="url"], input[type="password"], textarea, select {
  width: 100%;
  background: rgba(7,8,10,0.6);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  color: var(--paper);
  padding: 12px 14px;
  font-size: 14px;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}
textarea { resize: vertical; min-height: 84px; }
input:focus, textarea:focus, select:focus { outline: none; border-color: rgba(246,244,236,0.5); background: rgba(7,8,10,0.85); }
input::placeholder, textarea::placeholder { color: var(--dim); }
select option { background: var(--ash); color: var(--paper); }

.profile-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: var(--radius);
  font-family: "Oswald"; font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--paper); color: #07080a; border: 1px solid var(--paper);
  transition: transform 0.25s var(--ease), background 0.25s ease;
}
.cta:hover { transform: translateY(-2px); background: var(--glow); }
.edit-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 12px 18px; border-radius: var(--radius);
  font-family: "Oswald"; font-size: 12.5px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  border: 1px solid var(--glass-border); background: transparent; color: var(--silver);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.edit-btn:hover { color: var(--glow); border-color: rgba(233,231,224,0.34); background: rgba(233,231,224,0.06); }
.form-error { color: #ffb6bc; background: rgba(178,31,45,0.14); border: 1px solid rgba(178,31,45,0.4); border-radius: var(--radius); padding: 10px 14px; font-size: 13.5px; }
.form-error[hidden] { display: none; }

/* ============================================================
   STATISTIQUES
   ============================================================ */
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 14px; }
.stat-card {
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background: rgba(7,8,10,0.4);
  padding: 20px 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s var(--ease);
}
.stat-card:hover { border-color: rgba(233,231,224,0.3); transform: translateY(-3px); }
.stat-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(246,244,236,0.05), transparent 60%); opacity: 0; transition: opacity 0.3s ease; }
.stat-card:hover::after { opacity: 1; }
.stat-value { display: block; font-family: "Oswald"; font-weight: 700; font-size: clamp(28px, 4vw, 38px); color: var(--glow); line-height: 1; }
.stat-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--dim); margin-top: 8px; font-family: "Oswald"; }

/* ============================================================
   TOP 3 — PODIUM
   ============================================================ */
.profile-top3-editor { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-bottom: 24px; }
.top3-row { gap: 8px; }
.top3-row span { font-family: "Oswald"; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; color: var(--silver); }

.top3-podium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: end; }
.podium-card {
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--ash);
  transition: transform 0.4s var(--ease), border-color 0.4s ease, box-shadow 0.4s var(--ease);
}
.podium-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -28px rgba(0,0,0,0.95); }
.podium-gold { border-color: rgba(216,176,87,0.6); box-shadow: 0 0 0 1px rgba(216,176,87,0.25), 0 24px 60px -30px rgba(216,176,87,0.4); transform: translateY(-18px); }
.podium-gold:hover { transform: translateY(-24px); }
.podium-silver { border-color: rgba(195,198,206,0.45); }
.podium-bronze { border-color: rgba(176,121,82,0.45); }
.podium-poster { position: relative; aspect-ratio: 2/3; overflow: hidden; background: #101218; }
.podium-poster img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.16) brightness(0.9); transition: transform 0.5s var(--ease), filter 0.5s ease; }
.podium-card:hover .podium-poster img { transform: scale(1.05); filter: grayscale(0) contrast(1.04); }
.podium-empty { display: grid; place-items: center; aspect-ratio: 2/3; font-family: "Oswald"; font-size: 3rem; font-weight: 700; color: var(--smoke); background: linear-gradient(135deg, #16181f, #0b0d11); }
.podium-gold .podium-empty { color: rgba(216,176,87,0.5); }
.podium-copy { padding: 14px; }
.podium-copy h3 { font-family: "Oswald"; font-size: 15px; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: var(--glow); margin: 0 0 4px; }
.podium-copy p { color: var(--dim); font-size: 13px; margin: 0; }
.podium-gold .podium-copy h3 { color: var(--gold); }

/* ============================================================
   FILMS VUS
   ============================================================ */
.films-grid, .profile-films-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 18px; }
.no-films { grid-column: 1 / -1; text-align: center; color: var(--dim); padding: 50px 0; font-family: "Oswald"; letter-spacing: 0.08em; text-transform: uppercase; font-size: 14px; }
.film-card, .profile-film-card {
  position: relative; display: block; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--ash); border: 1px solid rgba(233,231,224,0.08);
  opacity: 0; transform: translateY(22px);
  transition: transform 0.45s var(--ease), border-color 0.4s ease, box-shadow 0.4s var(--ease), opacity 0.6s var(--ease);
}
.profile-films-grid.in .film-card { opacity: 1; transform: none; }
.profile-films-grid.in .film-card:nth-child(2) { transition-delay: 0.05s; }
.profile-films-grid.in .film-card:nth-child(3) { transition-delay: 0.1s; }
.profile-films-grid.in .film-card:nth-child(4) { transition-delay: 0.15s; }
.profile-films-grid.in .film-card:nth-child(n+5) { transition-delay: 0.2s; }
.film-card:hover { transform: translateY(-6px); border-color: rgba(233,231,224,0.3); box-shadow: 0 30px 60px -28px rgba(0,0,0,0.95); }
.film-poster { position: relative; aspect-ratio: 2/3; overflow: hidden; background: #101218; }
.film-poster img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.16) brightness(0.9); transition: transform 0.6s var(--ease), filter 0.5s ease; }
.film-card:hover .film-poster img { transform: scale(1.06); filter: grayscale(0) contrast(1.04); }
.film-poster-placeholder { position: absolute; inset: 0; display: grid; place-items: center; font-family: "Oswald"; font-size: 2.2rem; font-weight: 700; color: var(--dim); background: linear-gradient(135deg, #16181f, #0b0d11); }
.film-info { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 6px; }
.film-info h3 { font-family: "Oswald"; font-size: 14px; font-weight: 500; letter-spacing: 0.02em; text-transform: uppercase; color: var(--paper); margin: 0; line-height: 1.2; }
.film-info p { color: var(--dim); font-size: 12px; margin: 0; }
.lang-badge { align-self: flex-start; font-family: "Oswald"; text-transform: uppercase; letter-spacing: 0.1em; font-size: 10px; color: #07080a; background: var(--silver); padding: 3px 9px; border-radius: 2px; }

/* ============================================================
   CONTRÔLES FLOTTANTS (theme.js)
   ============================================================ */
.floating-controls { position: fixed; right: 18px; bottom: 18px; z-index: 80; display: flex; flex-direction: column; gap: 10px; }
.floating-control-btn { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--glass-bg-strong); border: 1px solid var(--glass-border); color: var(--glow); font-size: 18px; backdrop-filter: blur(12px); box-shadow: 0 14px 30px -16px rgba(0,0,0,0.9); transition: transform 0.2s var(--ease), background 0.2s var(--ease); }
.floating-control-btn:hover { transform: translateY(-2px); background: rgba(35,38,46,0.9); }

/* ============================================================
   RÉVÉLATIONS
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-account { display: none; }
  .burger { display: flex; }
  .nav-links.mobile-open { display: flex; flex-direction: column; gap: 4px; position: fixed; top: 80px; left: 14px; right: 14px; background: rgba(11,13,17,0.97); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); padding: 16px; backdrop-filter: blur(20px); z-index: 120; }
  .nav-links.mobile-open .nav-link { padding: 14px 16px; font-size: 16px; }
  .moon { width: 88px; height: 88px; }
  .profile-header-card { flex-direction: column; text-align: center; }
  .profile-header-card::after { display: none; }
}
@media (max-width: 560px) {
  .nav-inner { padding: 14px 18px; }
  .top3-podium { grid-template-columns: 1fr; align-items: stretch; }
  .podium-gold { transform: none; }
  .podium-gold:hover { transform: translateY(-6px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .film-card { opacity: 1 !important; transform: none !important; }
}
