:root {
  --header-height: 76px;
  --notice-height: 44px;
  --bg: #090d12;
  --bg-soft: #10161d;
  --panel: rgba(18, 25, 33, 0.9);
  --panel-solid: #121921;
  --line: rgba(255,255,255,.09);
  --text: #f4f1eb;
  --muted: #a9b1bc;
  --red: #d4453f;
  --red-dark: #8e2526;
  --gold: #d6a24c;
  --green: #52d59a;
  --shadow: 0 28px 80px rgba(0,0,0,.36);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
body::selection { background: rgba(212,69,63,.45); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.page-noise { position: fixed; inset: 0; pointer-events: none; z-index: 50; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 40; min-height: 76px; padding: 12px clamp(20px,4vw,64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(9,13,18,.82); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand img { width: 48px; height: 48px; border-radius: 13px; image-rendering: pixelated; box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 20px; letter-spacing: .2px; }
.brand small { color: var(--muted); font-size: 11px; margin-top: 1px; text-transform: uppercase; letter-spacing: 1.4px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { color: rgba(255,255,255,.74); font-size: 14px; font-weight: 650; transition: .2s; }
.desktop-nav a:hover { color: #fff; }
.header-actions { justify-self: end; display: flex; gap: 10px; align-items: center; }
.header-play, .copy-server.mini { padding: 10px 15px; border-radius: 12px; border: 1px solid var(--line); color: #fff; font-weight: 700; font-size: 13px; }
.header-play { background: linear-gradient(135deg,var(--red),var(--red-dark)); border-color: rgba(255,255,255,.12); }
.copy-server.mini { background: rgba(255,255,255,.05); }
.mobile-menu { display: none; justify-self: end; background: rgba(255,255,255,.07); border: 1px solid var(--line); color: #fff; border-radius: 12px; width: 44px; height: 44px; }
.hero { min-height: 100svh; display: flex; align-items: center; position: relative; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,7,10,.93) 0%, rgba(5,7,10,.72) 45%, rgba(5,7,10,.24) 72%, rgba(5,7,10,.55) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 28%, rgba(0,0,0,.3) 100%); }
.hero-lights { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 74% 40%, rgba(212,69,63,.16), transparent 24%), radial-gradient(circle at 52% 20%, rgba(214,162,76,.11), transparent 26%); }
.hero-content { width: min(790px, 90%); margin-left: clamp(24px,7vw,120px); padding-top: 70px; }
.status-pill { width: max-content; display: flex; align-items: center; gap: 9px; background: rgba(14,19,25,.66); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); padding: 9px 13px; border-radius: 999px; color: #ddd7ce; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; }
.status-pill span, .server-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(82,213,154,.7); }
.hero h1 { margin: 22px 0 18px; font-size: clamp(54px,7vw,104px); line-height: .9; letter-spacing: -4px; max-width: 900px; text-shadow: 0 15px 55px rgba(0,0,0,.45); }
.hero h1 em { font-style: normal; color: #f2c574; }
.hero-content > p { max-width: 700px; color: #d0d0cf; font-size: clamp(16px,1.5vw,20px); line-height: 1.65; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 48px; padding: 0 19px; border: 1px solid transparent; border-radius: 14px; color: #fff; font-weight: 800; transition: transform .2s ease, filter .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.button.primary { background: linear-gradient(135deg,var(--red),var(--red-dark)); box-shadow: 0 18px 45px rgba(158,35,36,.28); }
.button.glass, .button.secondary, .button.ghost { background: rgba(255,255,255,.065); border-color: var(--line); backdrop-filter: blur(12px); }
.button.ghost { background: transparent; }
.button.large { min-height: 60px; padding: 0 25px; }
.button.disabled, .download-link.disabled { opacity: .45; pointer-events: none; }
.server-copy { display: grid; text-align: left; }
.server-copy small { color: var(--muted); font-weight: 500; }
.server-copy strong { font-size: 13px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 36px; margin-top: 34px; }
.hero-meta div { display: grid; gap: 3px; }
.hero-meta strong { font-size: 15px; }
.hero-meta span { color: var(--muted); font-size: 12px; }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); width: 28px; height: 45px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; }
.scroll-cue span { display: block; width: 4px; height: 8px; background: #fff; border-radius: 999px; margin: 8px auto; animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0%{opacity:0;transform:translateY(0)} 35%{opacity:1} 100%{opacity:0;transform:translateY(17px)} }
.download-section, .features-section, .faq-section, .independent-section { padding: 110px clamp(22px,7vw,110px); background: var(--bg); }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading.light { color: #fff; }
.kicker { color: #e9ad5b; font-size: 11px; letter-spacing: 2px; font-weight: 900; }
.section-heading h2, .final-cta h2 { margin: 11px 0 14px; font-size: clamp(38px,5vw,68px); line-height: 1; letter-spacing: -2px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.recommended-download { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; border-radius: 28px; padding: 28px; background: linear-gradient(135deg,rgba(212,69,63,.16),rgba(214,162,76,.08) 48%,rgba(255,255,255,.035)); border: 1px solid rgba(212,69,63,.25); box-shadow: var(--shadow); }
.recommended-label { font-size: 10px; letter-spacing: 1.7px; color: #f0b061; font-weight: 900; }
.recommended-title { display: flex; gap: 16px; align-items: center; margin-top: 13px; }
.recommended-title img { width: 68px; height: 68px; border-radius: 17px; image-rendering: pixelated; }
.recommended-title h3 { margin: 0 0 5px; font-size: 25px; }
.recommended-title p { margin: 0; color: var(--muted); }
.release-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.release-meta span { padding: 6px 10px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.download-main { min-width: 230px; min-height: 68px; flex-direction: column; line-height: 1.1; }
.download-main small { font-size: 11px; opacity: .72; font-weight: 600; }
.download-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 22px; }
.download-card { min-height: 330px; padding: 25px; border-radius: var(--radius); background: var(--panel-solid); border: 1px solid var(--line); display: flex; flex-direction: column; box-shadow: 0 18px 55px rgba(0,0,0,.22); transition: .25s ease; }
.download-card:hover { transform: translateY(-5px); border-color: rgba(214,162,76,.25); }
.download-card.featured { background: linear-gradient(160deg,#171e26,#11171e 72%); }
.platform-icon { width: 55px; height: 55px; border-radius: 16px; display: grid; place-items: center; background: rgba(255,255,255,.06); border: 1px solid var(--line); margin-bottom: 20px; font-weight: 900; font-size: 23px; }
.platform-icon.windows { grid-template-columns: repeat(2,14px); grid-template-rows: repeat(2,14px); gap: 3px; }
.platform-icon.windows span { background: #76baff; width: 14px; height: 14px; }
.platform-icon.linux { color: #f0b95e; }
.platform-icon.apple { color: #bbb; }
.platform-tag { color: var(--muted); font-size: 10px; letter-spacing: 1.8px; font-weight: 900; }
.platform-copy h3 { margin: 9px 0 8px; font-size: 23px; }
.platform-copy p { color: var(--muted); margin: 0; line-height: 1.55; }
.download-actions { display: grid; gap: 10px; margin-top: auto; padding-top: 25px; }
.download-actions.split { grid-template-columns: 1fr 1fr; }
.text-link { text-align: center; color: #dfba78; font-size: 13px; font-weight: 700; }
.availability { color: #7f8a96; text-align: center; margin-top: 12px; }
.install-note { margin-top: 22px; display: flex; gap: 15px; align-items: flex-start; padding: 20px 22px; border-radius: 19px; background: rgba(82,213,154,.055); border: 1px solid rgba(82,213,154,.14); }
.install-note-icon { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; color: var(--green); background: rgba(82,213,154,.12); flex: 0 0 auto; }
.install-note p { color: var(--muted); margin: 5px 0 0; line-height: 1.55; }
.install-note code { color: #e2c386; }
.world-section { padding: 110px clamp(22px,7vw,110px); background: linear-gradient(180deg,#111820,#090d12); }
.world-grid { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2,300px); gap: 18px; }
.world-card { position: relative; overflow: hidden; border-radius: 27px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.world-card.large { grid-row: 1/3; }
.world-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.world-card:hover img { transform: scale(1.045); }
.world-overlay { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,8,11,.91),transparent 68%); }
.world-copy { position: absolute; left: 25px; right: 25px; bottom: 23px; }
.world-copy > span { color: #f0ba67; font-size: 11px; letter-spacing: 1.6px; font-weight: 900; }
.world-copy h3 { margin: 6px 0 6px; font-size: 28px; }
.world-copy p { margin: 0; color: #c3c6ca; line-height: 1.5; }
.feature-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.feature-grid article { padding: 25px; border-radius: 22px; border: 1px solid var(--line); background: #111820; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(212,69,63,.11); color: #ef9b6e; font-size: 20px; }
.feature-grid h3 { margin: 20px 0 9px; }
.feature-grid p { margin: 0; color: var(--muted); line-height: 1.55; }
.faq-section { background: #0c1218; }
.faq-list { max-width: 950px; display: grid; gap: 11px; }
details { background: #121921; border: 1px solid var(--line); border-radius: 17px; padding: 0 20px; }
summary { cursor: pointer; list-style: none; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary span { color: #e8b362; font-size: 22px; transition: .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { color: var(--muted); margin: 0 0 20px; line-height: 1.6; max-width: 800px; }
.final-cta { margin: 0 clamp(22px,7vw,110px) 90px; padding: 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; border-radius: 28px; background: linear-gradient(130deg,rgba(139,33,35,.9),rgba(83,29,31,.96)); border: 1px solid rgba(255,255,255,.11); box-shadow: var(--shadow); }
.final-cta img { width: 94px; height: 94px; border-radius: 22px; image-rendering: pixelated; }
.final-cta h2 { font-size: clamp(34px,4vw,55px); margin-bottom: 8px; }
.final-cta p { margin: 0; color: #d8caca; }
footer { padding: 30px clamp(22px,7vw,110px) 40px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; border-top: 1px solid var(--line); background: #070b0f; }
.footer-brand { display: flex; gap: 12px; align-items: center; }
.footer-brand img { width: 45px; height: 45px; border-radius: 12px; image-rendering: pixelated; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 23px; color: var(--muted); font-size: 13px; }
footer > p { grid-column: 1/-1; color: #69737d; font-size: 11px; margin: 0; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 100; background: #171f27; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 14px; padding: 13px 17px; opacity: 0; transform: translateY(15px); pointer-events: none; transition: .2s; }
.toast.visible { opacity: 1; transform: none; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { display: block; }
  .desktop-nav.mobile-open { display: flex; position: absolute; top: 76px; left: 18px; right: 18px; padding: 17px; flex-direction: column; align-items: stretch; gap: 5px; border: 1px solid var(--line); border-radius: 17px; background: rgba(9,13,18,.96); backdrop-filter: blur(18px); }
  .desktop-nav.mobile-open a { padding: 12px; }
  .download-grid { grid-template-columns: 1fr 1fr; }
  .download-card.coming-soon { grid-column: 1/-1; min-height: auto; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .hero-content { margin: 0 auto; padding-top: 90px; }
  .hero h1 { letter-spacing: -2.5px; }
  .hero-meta { gap: 18px; }
  .recommended-download { grid-template-columns: 1fr; }
  .download-main { width: 100%; }
  .download-grid { grid-template-columns: 1fr; }
  .download-card.coming-soon { grid-column: auto; }
  .world-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3,310px); }
  .world-card.large { grid-row: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .final-cta { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation: none!important; transition: none!important; } .reveal { opacity: 1; transform: none; } }


/* Transparence et non-affiliation */
[id] { scroll-margin-top: calc(var(--header-height) + var(--notice-height) + 18px); }
.site-independence-banner {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  z-index: 39;
  min-height: var(--notice-height);
  padding: 8px clamp(22px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid rgba(231, 174, 82, .3);
  background: rgba(30, 22, 15, .94);
  backdrop-filter: blur(16px);
  color: #e8dcc7;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.site-independence-banner > span {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d99a43;
  color: #17100a;
  font-size: 12px;
  font-weight: 950;
}
.site-independence-banner p {
  margin: 0;
  max-width: 1240px;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}
.site-independence-banner strong { color: #ffd892; }
.site-independence-banner a {
  margin-left: 4px;
  color: #ffd892;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hero { padding-top: var(--notice-height); }
.independent-section { background: linear-gradient(180deg, #0d141b, #0a1016); }
.independent-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.independent-grid article {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(231, 174, 82, .22);
  background: rgba(21, 28, 36, .88);
  box-shadow: 0 18px 48px rgba(0,0,0,.18);
}
.independent-grid strong { display: block; color: #f2c878; font-size: 17px; margin-bottom: 10px; }
.independent-grid p { margin: 0; color: var(--muted); line-height: 1.6; }
.legal-page-link { display: inline-block; margin-top: 24px; color: #efbb67; }
.legal-document { min-height: 100vh; padding: 140px clamp(22px, 9vw, 150px) 80px; background: linear-gradient(180deg, #0b1118, #101821); }
.legal-document article { max-width: 920px; margin: 0 auto; padding: clamp(25px, 5vw, 55px); border: 1px solid var(--line); border-radius: 26px; background: rgba(15, 22, 30, .94); box-shadow: var(--shadow); }
.legal-document h1 { font-size: clamp(38px, 6vw, 70px); margin: 10px 0 18px; }
.legal-document h2 { margin-top: 34px; }
.legal-document p, .legal-document li { color: var(--muted); line-height: 1.7; }
.legal-document .back-link { display: inline-block; margin-top: 28px; color: #efbb67; }
@media (max-width: 900px) { .independent-grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  :root { --header-height: 68px; --notice-height: 66px; }
  .site-header { min-height: var(--header-height); }
  .site-independence-banner {
    padding: 8px 14px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .site-independence-banner p { font-size: 10px; text-align: left; }
  .site-independence-banner a { white-space: nowrap; }
  .hero { padding-top: var(--notice-height); }
}

