:root {
  --void:        #00040f;
  --void-2:      #010a1b;
  --ink:         #021733;
  --ink-2:       #010a1c;
  --head-bg:     #00030d;
  --skin-01:     rgba(255, 255, 255, .026);
  --skin-02:     rgba(255, 255, 255, .05);
  --skin-03:     rgba(255, 255, 255, .08);
  --hair:        rgba(43, 101, 158, .30);
  --hair-soft:   rgba(43, 101, 158, .16);
  --hair-strong: rgba(43, 101, 158, .55);
  --text:        #eeeeef;
  --text-2:      #989da6;
  --text-3:      #68768a;
  --ion:         #1d7df5;
  --ion-light:   #2a8fff;
  --ion-text:    #299bff;
  --ion-deep:    #0d4f84;
  --ion-bright:  #2f9aee;
  --ion-glow:    rgba(29, 125, 245, .38);
  --ion-haze:    rgba(29, 125, 245, .09);
  --gold:        #f59e0b;
  --gold-text:   #ffda59;
  --gold-bg:     #190d02;
  --gold-bd:     #b87300;
  --gold-glow:   rgba(245, 158, 11, .30);
  --neb-a:       rgba(10, 43, 82, .32);
  --neb-b:       rgba(4, 22, 45, .16);
  --neb-c:       rgba(29, 125, 245, .07);
  --up:          #3fd98a;
  --warn:        #f59e0b;
  --down:        #ff5c6e;
  --lex-net:   #3ec8de;
  --lex-ext:   #a78bfa;
  --lex-monde: #e07ad2;
  --lex-admin: #93a7c4;
  --lex-heb:   #f27e9d;
  --display: "Sora", "Oxanium", -apple-system, BlinkMacSystemFont, sans-serif;
  --sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono:    "Oxanium", "Inter", sans-serif;
  --code:    ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --s-1:  .5rem;   --s-2:  .75rem;  --s-3: 1rem;    --s-4: 1.5rem;
  --s-5:  2rem;    --s-6:  3rem;    --s-7: 4.5rem;  --s-8: 7rem;
  --s-9:  10rem;
  --rail: 1420px;
  --head-h: 60px;
  --gut:  clamp(1.25rem, 4vw, 2.5rem);
  --r-1: 3px;  --r-2: 4px;  --r-3: 5px;  --r-pill: 999px;
  --ease:      cubic-bezier(.22, 1, .36, 1);
  --ease-out:  cubic-bezier(.16, 1, .3, 1);
  --spring:    cubic-bezier(.34, 1.56, .64, 1);
  --t-fast: .16s;  --t: .28s;  --t-slow: .55s;
  --z-bg: 0; --z-body: 10; --z-head: 100; --z-veil: 900; --z-modal: 1000;
  color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  overflow-x: clip;
}
body { overflow-x: clip; }
body {
  min-height: 100vh;
  background:
    radial-gradient(65% 55% at 50% 30%, var(--neb-a) 0%, var(--neb-b) 45%, transparent 75%),
    linear-gradient(180deg, var(--void) 0%, var(--void-2) 100%);
  background-attachment: fixed;
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg, video, canvas { display: block; max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }
table { border-collapse: collapse; width: 100%; }
:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--ion);
  outline-offset: 3px;
  border-radius: var(--r-1);
}
::selection { background: var(--ion); color: var(--void); }
* { scrollbar-width: thin; scrollbar-color: var(--hair-strong) transparent; }
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb {
  background: var(--hair); border-radius: var(--r-pill);
  border: 3px solid transparent; background-clip: content-box;
}
*::-webkit-scrollbar-thumb:hover { background: var(--hair-strong); background-clip: content-box; }
.sky {
  position: fixed; inset: 0; z-index: var(--z-bg);
  pointer-events: none; overflow: hidden;
}
.sky__neb {
  position: absolute; inset: -25%;
  background:
    radial-gradient(48% 42% at 18% 12%,  var(--neb-a) 0%, transparent 62%),
    radial-gradient(42% 48% at 84% 26%,  var(--neb-b) 0%, transparent 60%),
    radial-gradient(60% 40% at 52% 96%,  var(--neb-c) 0%, transparent 66%);
  filter: blur(28px);
  animation: drift 46s var(--ease) infinite alternate;
  will-change: transform;
}
@keyframes drift {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(2.5%, -2%, 0) scale(1.06); }
  100% { transform: translate3d(-2%, 2.5%, 0) scale(1.02); }
}
.sky__stage { position: absolute; inset: 0; width: 100%; height: 100%; display: block; opacity: .95; }
.sky__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right,  var(--hair-soft) 1px, transparent 1px),
    linear-gradient(to bottom, var(--hair-soft) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(120% 90% at 50% 0%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 0%, transparent 70%);
  opacity: .5;
}
.sky__grain {
  position: absolute; inset: 0; opacity: .045; 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='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
.shell { position: relative; z-index: var(--z-body); }
.wrap  { width: 100%; max-width: var(--rail); margin-inline: auto; padding-inline: var(--gut); }
.wrap--narrow { max-width: 880px; }
.wrap--wide   { max-width: 1560px; }
.band { padding-block: clamp(4rem, 9vw, 9rem); position: relative; }
.band--tight { padding-block: clamp(2.5rem, 5vw, 4.5rem); }
.rule { height: 1px; background: var(--hair-soft); border: 0; }
.rule--fade {
  background: linear-gradient(90deg, transparent, var(--hair) 18%, var(--hair) 82%, transparent);
}
.t-hero, .t-h1, .t-h2, .t-h3 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -.022em;
  line-height: 1.04;
  text-transform: none;
  text-wrap: balance;
}
.t-hero { font-size: clamp(2.25rem, 4.4vw, 3.75rem); letter-spacing: -.03em; line-height: 1; }
.t-h1   { font-size: clamp(1.875rem, 3.2vw, 2.875rem); letter-spacing: -.028em; }
.t-h2   { font-size: clamp(1.5rem, 2.3vw, 2.125rem); letter-spacing: -.024em; font-weight: 700; }
.t-h3 { font-size: clamp(1rem, 1.5vw, 1.25rem); letter-spacing: 0; font-weight: 400; }
.t-ion { color: var(--ion); }
.t-thin { font-weight: 100; }
.sumlbl {
  display: inline-flex; align-items: center;
  font-family: var(--display); font-size: .8125rem; font-weight: 600;
  letter-spacing: .02em; text-transform: uppercase; color: var(--text-3);
}
.lede {
  font-size: clamp(1rem, 1.35vw, 1.1875rem);
  line-height: 1.65;
  color: var(--text-2);
  max-width: 62ch;
  font-weight: 300;
}
.prose { color: var(--text-2); font-weight: 300; line-height: 1.75; }
.prose p + p { margin-top: 1em; }
.prose strong { color: var(--text); font-weight: 500; }
.prose em { color: var(--ion); font-style: normal; }
.prose a { color: #6fbcff; text-decoration: none; text-underline-offset: 3px; }
.prose a:hover { color: #fff; }
.prose ul { margin: 1em 0; }
.prose ul li { position: relative; padding-left: 1.35em; margin-bottom: .4em; }
.prose ul li::before {
  content: ""; position: absolute; left: 0; top: .72em;
  width: 5px; height: 5px; background: var(--ion); opacity: .7;
}
.prose h2, .prose h3 { color: var(--text); font-weight: 400; margin: 1.6em 0 .6em; letter-spacing: .02em; }
.edito {
  display: grid; align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: clamp(1.25rem, 3vw, 3.5rem);
}
.edito__b { max-width: 74ch; }
.edito__b .cols2 { columns: 2; column-gap: 2.75rem; }
.edito__b .cols2 li { break-inside: avoid; }
@media (max-width: 900px) {
  .edito { grid-template-columns: 1fr; gap: 1.25rem; }
  .edito__b { max-width: none; }
  .edito__b .cols2 { columns: 1; }
}
.prose img { margin: 1.5em 0; border: 1px solid var(--hair-soft); }
.prose code {
  font-family: var(--code); font-size: .85em;
  background: var(--skin-02); padding: .1em .38em; border-radius: var(--r-1);
  color: var(--text);
  overflow-wrap: break-word;
}
.prose td code, .prose th code {
  background: none; padding: 0; color: var(--ion-text);
  font-size: .8125rem;
}
.prose pre {
  margin: 1.35em 0;
  padding: .9rem 1.05rem;
  border: 1px solid var(--hair-soft); border-left: 2px solid var(--ion-deep);
  border-radius: var(--r-2, 10px);
  background: rgba(0, 0, 0, .30);
  overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.prose pre code {
  display: block; padding: 0; background: none; border-radius: 0;
  font-size: .8125rem; line-height: 1.65; color: var(--text);
  white-space: pre; tab-size: 4;
}
.prose table {
  width: 100%; margin: 1.75em 0;
  border-collapse: collapse;
  font-size: .9375em; line-height: 1.6;
  font-variant-numeric: tabular-nums;
}
.prose caption {
  caption-side: top; text-align: left; padding: 0 0 .75rem;
  font-family: var(--mono); font-size: .625rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--text-3);
}
.prose thead th {
  text-align: left; vertical-align: bottom;
  padding: .8rem 1.25rem;
  font-family: var(--mono); font-size: .625rem; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase; color: var(--text-3);
  background: var(--skin-01);
  border-bottom: 1px solid var(--hair);
}
.prose tbody td, .prose tbody th {
  padding: .9rem 1.25rem; vertical-align: top; text-align: left;
  border-top: 1px solid var(--hair-soft);
  overflow-wrap: break-word;
}
.prose tbody tr:first-child td, .prose tbody tr:first-child th { border-top: 0; }
.prose tbody th, .prose tbody td:first-child {
  color: var(--text); font-weight: 500;
  min-width: 9.5rem; width: 26%;
  text-wrap: pretty;
}
.prose tbody th { font-weight: 500; }
@media (hover: hover) {
  .prose tbody tr { transition: background var(--t-fast) var(--ease); }
  .prose tbody tr:hover { background: var(--skin-01); }
}
.prose__tbl {
  margin: 1.75em 0; overflow-x: auto; overscroll-behavior-x: contain;
  border: 1px solid var(--hair-soft); border-radius: var(--r-2);
  background: rgba(2, 16, 36, .38);
}
.prose__tbl > table { margin: 0; }
.prose__tbl.is-wide { box-shadow: inset -26px 0 18px -22px rgba(0, 0, 0, .75); }
@media (max-width: 640px) {
  .prose table { font-size: .875em; }
  .prose thead th { padding: .7rem .85rem; }
  .prose tbody td, .prose tbody th { padding: .75rem .85rem; }
  .prose tbody th, .prose tbody td:first-child { min-width: 7.5rem; }
}
.num {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}
.muted { color: var(--text-2); }
.dim   { color: var(--text-3); }
.head {
  position: sticky; top: 0; z-index: var(--z-head);
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  transition: background var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.head.is-stuck {
  background: rgba(0, 3, 13, .04);
}
.head.is-stuck::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  backdrop-filter: blur(26px) saturate(135%);
  -webkit-backdrop-filter: blur(26px) saturate(135%);
}
.head__in {
  display: flex; align-items: center; gap: var(--s-3);
  height: var(--head-h);
}
.mark { display: flex; align-items: center; gap: .625rem; flex: none; }
.mark { margin-right: clamp(1rem, 3vw, 2.5rem); }
.mark__img {
  height: 44px; width: auto; margin-top: -10px; flex: none;
  transform-origin: left center;
  filter: drop-shadow(0 0 18px rgba(29, 125, 245, .45));
  transition: transform var(--t) var(--ease), filter var(--t) var(--ease);
}
.mark:hover .mark__img { filter: drop-shadow(0 0 26px rgba(42, 143, 255, .7)); }
.head.is-stuck .mark__img { transform: scale(.82); }
.mark__glyph { width: 22px; height: 22px; flex: none; overflow: visible; }
.mark__glyph .orb { transform-origin: 50% 50%; animation: spin 14s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.mark__word {
  font-family: var(--display);
  font-size: .9375rem; font-weight: 500; letter-spacing: .2em;
  text-transform: uppercase; padding-left: .06em;
}
.mark__word b { font-weight: 200; }
.nav { display: flex; align-items: center; gap: .25rem; margin-left: auto; }
.nav__a {
  position: relative;
  font-family: var(--display);
  font-size: .875rem; font-weight: 600; letter-spacing: .02em; text-transform: uppercase;
  color: #e6e8eb;
  padding: .625rem .875rem;
  transition: color var(--t-fast) var(--ease);
  white-space: nowrap;
}
.nav__a::after {
  content: ""; position: absolute; left: .875rem; right: .875rem; bottom: .3rem;
  height: 1px; background: var(--ion);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--t) var(--ease);
}
.nav__a:hover { color: var(--ion-text); }
.nav__a:hover::after { transform: scaleX(1); }
.nav__a.is-on { color: var(--ion-text); }
.nav__a.is-on::after { transform: scaleX(1); }
.head__acc { display: flex; align-items: center; gap: .5rem; flex: none; }
.burger {
  display: none; width: 42px; height: 42px; flex: none;
  flex-direction: column;
  align-items: center; justify-content: center;
  margin-left: auto;
}
.burger span {
  display: block; width: 20px; height: 2px; border-radius: 1px; background: var(--text);
  position: relative;
  transition: transform var(--t) var(--ease), opacity var(--t-fast) var(--ease);
}
.burger span + span { margin-top: 5px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.btn {
  --btn-bg: linear-gradient(180deg, #021a3b 0%, #011229 100%);
  --btn-fg: #43a6ff;
  --btn-bd: #1265a8;
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  gap: .625rem;
  min-height: 38px; padding: 0 24px;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1px solid var(--btn-bd);
  border-radius: var(--r-2);
  font-family: var(--display);
  font-size: .875rem; font-weight: 600; letter-spacing: .02em; text-transform: uppercase;
  cursor: pointer; overflow: hidden; isolation: isolate;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(69, 160, 239, .08);
  transition: color .16s var(--ease), background .16s var(--ease),
              border-color .16s var(--ease), box-shadow .16s var(--ease),
              transform var(--t-fast) var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.btn > * { position: relative; z-index: 1; }
.btn:hover {
  color: #eaf7ff;
  background: linear-gradient(180deg, #073761 0%, #031b37 100%);
  border-color: #2b9cff;
  box-shadow: inset 0 1px 0 rgba(125, 204, 255, .16), 0 0 18px rgba(29, 134, 241, .28);
}
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: 2px solid #67baff; outline-offset: 3px; }
.btn[disabled], .btn.is-off { opacity: .38; pointer-events: none; }
.btn--primary {
  --btn-bg: linear-gradient(180deg, #261502 0%, var(--gold-bg) 100%);
  --btn-fg: var(--gold-text);
  --btn-bd: var(--gold-bd);
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 206, 84, .08), 0 0 16px var(--gold-glow);
}
.btn--primary:hover {
  color: #fff2bd;
  background: linear-gradient(180deg, #3b2205 0%, #211101 100%);
  border-color: var(--gold);
  box-shadow: inset 0 1px 0 rgba(255, 222, 122, .12), 0 0 26px rgba(245, 158, 11, .38);
  transform: translateY(-1px);
}
.btn--primary:not(.btn--sm)::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  border-radius: inherit;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='56'%3E%3Cg fill='none' stroke='%23f59e0b' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 36 L20 27 L32 38 L54 23 L68 33 L90 19 L106 31 L128 21 L142 35 L164 25 L178 35 L200 23 L214 33 L240 27' opacity='.9'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='56'%3E%3Cg fill='none' stroke='%23ffda59' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 16 L26 24 L44 12 L66 26 L86 15 L108 28 L132 17 L150 28 L174 15 L192 26 L214 14 L232 24 L256 15 L278 25 L300 17' opacity='.45'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 240px 100%, 300px 100%;
  background-repeat: repeat-x, repeat-x;
  opacity: .5;
  animation: boltA 3.2s linear infinite, boltFlick 5.2s steps(1) infinite;
}
.btn--primary:not(.btn--sm):hover::after { opacity: .95; animation-duration: 1.2s, 5.2s; }
.btn--primary { overflow: visible; }
@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  .btn--primary:not(.btn--sm)::before {
    content: ""; position: absolute; inset: -5px; z-index: -2; pointer-events: none;
    border-radius: calc(var(--r-2) + 5px); padding: 2px;
    background:
      conic-gradient(from var(--arc-a),
        transparent 0deg, transparent 268deg,
        rgba(245,158,11,.0)  272deg,
        rgba(245,158,11,.85) 300deg,
        #ffe9a8             320deg,
        #fff6d8             328deg,
        #ffe9a8             336deg,
        rgba(245,158,11,.85) 352deg,
        transparent 360deg),
      conic-gradient(from calc(var(--arc-a) * -1.7 + 140deg),
        transparent 0deg, transparent 320deg,
        rgba(255,214,102,.55) 340deg, #fff3cf 350deg,
        rgba(255,214,102,.55) 356deg, transparent 360deg);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask-composite: exclude;
    filter: drop-shadow(0 0 6px rgba(245,158,11,.9))
            drop-shadow(0 0 16px rgba(245,158,11,.45));
    animation: arcRun 2.6s linear infinite, arcFlick 4.3s steps(1) infinite;
  }
  .btn--primary:not(.btn--sm):hover::before { animation-duration: 1.1s, 4.3s; }
  .btn--lg.btn--primary::before { inset: -7px; border-radius: calc(var(--r-2) + 7px); padding: 2px; }
}
@keyframes arcRun  { to { --arc-a: 360deg; } }
@keyframes arcFlick {
  0%, 74%   { opacity: 1; }
  76%       { opacity: .35; }
  78%       { opacity: 1; }
  86%       { opacity: .5; }
  88%, 100% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .btn--primary::before { animation: none; }
}
@keyframes boltA {
  from { background-position: 0 0, 0 0; }
  to   { background-position: 240px 0, -300px 0; }
}
@keyframes boltFlick {
  0%, 88%  { filter: none; }
  90%      { filter: brightness(2.1); }
  92%      { filter: brightness(.5); }
  94%      { filter: brightness(2.4); }
  96%, 100% { filter: none; }
}
@media (prefers-reduced-motion: reduce) {
  .btn--primary::after { animation: none; opacity: .35; }
}
.btn--ion {
  --btn-bg: linear-gradient(180deg, #06315c 0%, #03203d 100%);
  --btn-fg: #b9e2ff;
  --btn-bd: #2b8ede;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(150, 210, 255, .14), 0 0 16px rgba(29, 125, 245, .30);
}
.btn--ion:hover {
  color: #f2fbff;
  background: linear-gradient(180deg, #0a4c8c 0%, #052c53 100%);
  border-color: #58b4ff;
  box-shadow: inset 0 1px 0 rgba(190, 230, 255, .2), 0 0 26px rgba(29, 125, 245, .45);
  transform: translateY(-1px);
}
.btn--quiet { --btn-bg: transparent; --btn-bd: var(--hair-soft); --btn-fg: var(--text-2); }
.btn--quiet:hover { background: rgba(4, 27, 53, .6); }
.btn--danger { --btn-fg: #ff8f9c; --btn-bd: rgba(255, 92, 110, .5); --btn-bg: linear-gradient(180deg, #2a0a0f 0%, #16060a 100%); }
.btn--danger:hover { color: #fff; border-color: var(--down); background: linear-gradient(180deg, #4a1119 0%, #260a0f 100%);
  box-shadow: 0 0 20px rgba(255, 92, 110, .3); }
.btn--sm { min-height: 36px; padding: 0 1rem; font-size: .625rem; letter-spacing: .14em; }
@media (pointer: coarse) {
  .nav .btn--sm, .greco .btn--sm { min-height: 44px; font-size: .6875rem; }
}
.head__acc .btn--sm, .nav .btn--sm {
  min-height: 40px; padding: 0 1.25rem;
  font-size: .8125rem; letter-spacing: .1em;
}
.btn--lg { min-height: 56px; padding: 0 2.25rem; font-size: .75rem; }
.hero__cta .btn--lg { padding: 0 2rem; font-size: 20px; letter-spacing: .1em; }
.btn--block { display: flex; width: 100%; }
.arrow {
  display: inline-flex; align-items: center; gap: .625rem;
  font-family: var(--mono); font-size: .6875rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: var(--text);
  padding-block: .35rem;
}
.arrow svg { transition: transform var(--t) var(--spring); flex: none; }
.arrow:hover { color: var(--ion); }
.arrow:hover svg { transform: translateX(5px); }
.tag {
  display: inline-flex; align-items: center; gap: .45rem;
  height: 24px; padding: 0 .625rem;
  border: 1px solid var(--hair); border-radius: var(--r-pill);
  font-family: var(--mono); font-size: .625rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-2);
  white-space: nowrap;
}
.tag--ion  { border-color: rgba(29,125,245,.35); color: var(--ion);  background: var(--ion-haze); }
.tag--up   { border-color: rgba(63,217,164,.30); color: var(--up); }
.tag--warn { border-color: rgba(242,181,68,.30); color: var(--warn); }
.tag--down { border-color: rgba(255,92,110,.30); color: var(--down); }
.dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex: none; }
.dot--live { box-shadow: 0 0 0 0 currentColor; animation: pulse 2.4s var(--ease) infinite; }
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(63,217,164,.55); }
  70%  { box-shadow: 0 0 0 7px rgba(63,217,164,0); }
  100% { box-shadow: 0 0 0 0 rgba(63,217,164,0); }
}
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  margin-top: calc(-1 * var(--head-h));
  padding-top: calc(var(--head-h) + clamp(1.5rem, 3vw, 2.75rem));
  padding-bottom: 0;
}
.hero__sky { position: absolute; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.hero__sky::before {
  content: ""; position: absolute; inset: 0% -2% -7%;
  background: url("../Medias/art/hexa01.avif") center 0px / cover no-repeat;
  opacity: .92;
}
@media (min-width: 900px) {
  .hero__sky::before { background-image: url("../Medias/art/shexa01.avif"); }
}
.hero__vid {
  position: absolute;
  top: 0; left: -2%;
  width: 104%;
  height: 107%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: .92;
  pointer-events: none;
  border: 0;
  z-index: 0;
}
@media (max-width: 899px) { .hero__vid { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .hero__vid { display: none; }
  .hero__sky::before { background-image: url("../Medias/art/hexa01.avif"); }
}
.hero__sky::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(180deg,
      rgba(0,4,15,.94)  0%,
      rgba(0,4,15,.88)  3%,
      rgba(0,4,15,.79)  6%,
      rgba(0,4,15,.68)  9%,
      rgba(0,4,15,.57) 12%,
      rgba(0,4,15,.46) 15%,
      rgba(0,4,15,.36) 18%,
      rgba(0,4,15,.27) 21%,
      rgba(0,4,15,.19) 24%,
      rgba(0,4,15,.12) 27%,
      rgba(0,4,15,.07) 30%,
      rgba(0,4,15,.03) 34%,
      rgba(0,4,15,0)   40%,
      rgba(0,4,15,0)   56%,
      rgba(0,4,15,.05) 64%,
      rgba(0,4,15,.14) 72%,
      rgba(0,4,15,.29) 80%,
      rgba(0,4,15,.50) 87%,
      rgba(0,4,15,.74) 93%,
      rgba(0,4,15,.92) 97%,
      var(--void)     100%),
    linear-gradient(90deg,
      var(--void)       0%,
      rgba(0,4,15,.86)  2%,
      rgba(0,4,15,.62)  5%,
      rgba(0,4,15,.40)  8%,
      rgba(0,4,15,.22) 12%,
      rgba(0,4,15,.09) 17%,
      rgba(0,4,15,0)   23%,
      rgba(0,4,15,0)   77%,
      rgba(0,4,15,.09) 83%,
      rgba(0,4,15,.22) 88%,
      rgba(0,4,15,.40) 92%,
      rgba(0,4,15,.62) 95%,
      rgba(0,4,15,.86) 98%,
      var(--void)     100%);
}
.hero__sky::before { z-index: 1; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(58% 78% at 22% 46%,
      rgba(0,4,15,.78) 0%, rgba(0,4,15,.60) 34%,
      rgba(0,4,15,.30) 58%, rgba(0,4,15,0) 78%);
}
.hero__in { display: block; position: relative; width: 100%; }
.hero__grid { position: relative; }
.hero__grid {
  --gouttiere: clamp(1rem, 3vw, 2.5rem);
  display: grid; gap: var(--gouttiere);
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  align-items: end;
}
.hero__copy { padding-block: clamp(.5rem, 2vw, 1.25rem) clamp(1.5rem, 3.5vw, 2.5rem); }
.hero__title {
  margin-top: 0; max-width: none; flex: none;
  font-size: 64px; line-height: .95;
  letter-spacing: -3px; font-weight: 800;
  margin-bottom: 10px;
}
.hero__title .mask { display: inline-block; vertical-align: top;
  padding-bottom: .14em; margin-bottom: -.14em; }
.hero__title .l2 { display: inline-block; padding-left: 10px; }
.hero__tag {
  margin: 0; max-width: none;
  font-family: var(--sans); font-size: 29px; font-weight: 750;
  letter-spacing: -.5px; text-transform: none; line-height: 1.25;
  color: #fff;
}
.hero__tag b { font-weight: 800; color: #1bb3ff; }
.hero__sub {
  margin: 27px 0 32px; max-width: none;
  font-size: 20px; line-height: 1.55; font-weight: 400;
  color: rgba(229, 233, 241, .78);
}
.hero__cta {
  margin-top: 34px;
  display: flex; flex-wrap: wrap; gap: 1.125rem; justify-content: flex-start;
}
@media (max-width: 1000px) {
  .hero__title { font-size: 52px; }
}
@media (max-width: 700px) {
  .hero__title { flex-wrap: wrap; gap: 3px 10px; font-size: 44px; letter-spacing: -2px; }
  .hero__tag { font-size: 23px; }
  .hero__sub { font-size: 17px; }
  .hero__sub br { display: none; }
}
.hero__figure {
  position: relative; align-self: end; justify-self: center;
  margin-bottom: -2px; line-height: 0;
}
.hero__figure img, .hero__figure video {
  position: relative; z-index: 1; display: block;
  width: clamp(320px, 47vw, 700px); height: auto;
  filter: drop-shadow(0 24px 64px rgba(0, 0, 0, .85));
}
.hero__figure::after {
  content: ""; position: absolute; left: 50%; bottom: 1%; transform: translateX(-50%);
  width: 74%; height: 54px; border-radius: 50%; z-index: 0;
  background: radial-gradient(closest-side, rgba(29,125,245,.4), transparent 76%);
  filter: blur(18px); opacity: .65;
}
.plans {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--hair-soft); border-radius: var(--r-3);
  overflow: hidden;
  gap: 20px;
  box-shadow: 0 30px 80px -44px rgba(0, 0, 0, .95);
}
.plan {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column; align-items: center;
  --plan-pad: 1.75rem;
  padding: var(--plan-pad);
  background: linear-gradient(180deg, rgba(3, 22, 48, .82) 0%, rgba(1, 10, 24, .94) 100%);
  transition: background var(--t) var(--ease);
}
.plan__specs, .plan__foot, .plan__flag, .plan__hit { align-self: stretch; }
.plan:hover { background: linear-gradient(180deg, rgba(6, 38, 78, .9) 0%, rgba(2, 15, 33, .96) 100%); }
.plan__flag {
  height: 2px; flex: none;
  width: calc(100% + var(--plan-pad) * 2);
  margin: 0 calc(var(--plan-pad) * -1) 0;
  background: linear-gradient(90deg, transparent, var(--ion), transparent);
  opacity: .35; transition: opacity var(--t) var(--ease);
}
.plan:hover .plan__flag { opacity: 1; box-shadow: 0 0 16px var(--ion-glow); }
.plan__rack {
  display: grid; place-items: center; overflow: hidden;
  width: calc(100% + var(--plan-pad) * 2);
  margin: 0 calc(var(--plan-pad) * -1) 1.5rem;
  aspect-ratio: 600 / 390;
  background: url("art/servbg.avif") center / cover no-repeat, #061530;
  border-bottom: 1px solid var(--hair-soft);
}
.plan__rack img {
  display: block;
  width: 86%;
  height: auto;
  transition: transform .9s var(--ease);
  margin-top: -40px;
}
.plan:hover .plan__rack img { transform: scale(1.05); }
.plan > *:not(.plan__rack) { position: relative; z-index: 1; }
.plan__rack { z-index: 0; }
@media (prefers-reduced-motion: reduce) {
  .plan:hover .plan__art { transform: none; }
}
.plan__head {
  display: flex; flex-direction: column; justify-content: center;
  min-height: 0;
  padding-top: 0;
  padding-bottom: .75rem;
}
.plan > .plan__name { margin: 0 0 .5rem; align-self: stretch; }
.plan__head { align-self: stretch; align-items: flex-start; }
.plan__name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 20px; line-height: 1;
  letter-spacing: .16em; text-transform: uppercase; text-align: left;
  color: transparent;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7ff 34%, #d5e0f5 62%, #91a9d0 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-stroke: .3px rgba(255, 255, 255, .5);
  text-shadow:
    0 0 1px rgba(255, 255, 255, .9),
    0 0 6px rgba(120, 170, 255, .3),
    0 2px 0 rgba(57, 78, 117, .5),
    0 4px 10px rgba(0, 0, 0, .7);
  transition: filter var(--t) var(--ease);
}
.plan:hover .plan__name { filter: drop-shadow(0 0 10px rgba(65, 135, 255, .45)); }
.plan__pitch {
  margin-top: 0; font-size: .875rem; line-height: 1.5; color: var(--text-2);
  min-height: 2.6em; font-weight: 300; text-align: left;
}
.plan .tag {
  position: relative; display: flex; align-items: center; justify-content: center;
  align-self: flex-start; margin-top: .3125rem;
  height: auto; padding: 0 0 0 1.05rem;
  border: 0; border-radius: 0; background: none;
  font-family: var(--mono); font-size: .625rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ion-text);
}
.plan .tag::before {
  content: ""; position: absolute; left: 0; top: 50%; translate: 0 -50%;
  width: 9px; height: 10px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--ion);
  transition: box-shadow var(--t) var(--ease);
}
.plan:hover .tag::before { box-shadow: 0 0 10px var(--ion-glow); }
.plan .tag::after {
  content: ""; flex: 1 1 auto; height: 1px; margin-left: .75rem;
  background: linear-gradient(90deg, var(--hair-strong), transparent);
}
@media (min-width: 1101px) and (max-width: 1260px) {
  .plan__name { letter-spacing: .09em; }
}
@media (max-width: 900px) {
  .plan__name { letter-spacing: .1em; }
}
.plan__specs {
  display: grid; gap: .875rem;
  margin-top: 1.5rem;
}
.plan__spec { display: flex; align-items: flex-start; justify-content: flex-start; gap: .625rem; text-align: left; }
.plan__spec > svg {
  flex: none;
  width: 28px; height: 32px; padding: 8px 6px; box-sizing: border-box;
  margin-top: -.25rem;
  color: var(--ion);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 39.3'%3E%3Cpath d='M17 .9 33.1 10.2 33.1 29.1 17 38.4 .9 29.1 .9 10.2 Z' fill='%231d7df5' fill-opacity='.10' stroke='%231d7df5' stroke-opacity='.55' stroke-width='1.4'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.plan__spec > div { min-width: 0; }
.plan__spec b {
  display: block; font-size: .8125rem; font-weight: 600; color: var(--text);
  line-height: 1.35;
}
.plan__spec span {
  display: block; margin-top: .1rem;
  font-size: .75rem; line-height: 1.4; color: var(--text-3);
}
.plan__rack { position: relative; }
.plan__price {
  position: absolute; right: .625rem; bottom: .9375rem; margin: 0; z-index: 2;
  display: flex; align-items: baseline; gap: .3rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .95), 0 0 10px rgba(0, 0, 0, .8);
}
.plan__price b {
  font-family: var(--mono); font-size: 1.375rem; font-weight: 700; line-height: 1;
  color: var(--gold-text);
}
.plan__price span { font-size: .625rem; color: var(--text-2); }
.plan__from { font-size: .625rem; color: var(--text-2); }
.plan__was {
  font-family: var(--mono); font-size: .8125rem; font-weight: 600;
  color: var(--text-3); opacity: .85;
}
.plan__was[hidden], .plan__from[hidden] { display: none; }
.plan__go { margin-top: .875rem; }
.fleet__i {
  display: inline-flex; align-items: center; gap: .5rem; flex: none;
  padding: .45rem .9rem; margin-right: .5rem;
  border: 1px solid var(--hair-soft); border-radius: 999px;
  background: rgba(3, 22, 48, .55);
  font-size: .8125rem; color: var(--text-2); white-space: nowrap;
  transition: border-color var(--t) var(--ease), color var(--t) var(--ease);
}
.fleet__i:hover { border-color: var(--hair-strong); color: var(--text); }
.fleet__i img { width: 18px; height: 18px; flex: none; border-radius: 4px; }
.bench { display: grid; gap: .875rem; }
.bench__row { display: grid; gap: .4rem; }
.bench__lab {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  font-size: .8125rem; color: var(--text-2);
}
.bench__lab b { font-weight: 600; color: var(--text-2); }
.bench__lab span { font-family: var(--mono); font-size: .75rem; color: var(--text-3); }
.bench__row.is-hero .bench__lab b { color: var(--text); }
.bench__row.is-hero .bench__lab span { color: var(--ion-text); }
.bench__track {
  height: 3px; border-radius: 2px; overflow: hidden;
  background: rgba(43, 101, 158, .18);
}
.bench__fill {
  height: 100%; width: 0; border-radius: 2px;
  background: linear-gradient(90deg, var(--ion-deep), var(--ion-light));
  transition: width 1.1s var(--ease-out);
}
.bench__row.is-hero .bench__fill {
  background: linear-gradient(90deg, #b87300, var(--gold), #ffda59);
  box-shadow: 0 0 14px rgba(245, 158, 11, .45);
}
.telem {
  display: grid; gap: 1px;
  border: 1px solid var(--hair-soft); border-radius: var(--r-3);
  background: var(--hair-soft); overflow: hidden;
}
.telem__row {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 1rem; padding: .875rem 1.125rem;
  background: linear-gradient(180deg, rgba(3, 22, 48, .8) 0%, rgba(1, 10, 24, .92) 100%);
}
.telem__k { font-size: .8125rem; color: var(--text-2); }
.telem__v {
  font-family: var(--mono); font-size: .875rem; color: var(--text);
  font-variant-numeric: tabular-nums; text-align: right;
}
.faq { border-top: 1px solid var(--hair-soft); }
.faq--split {
  display: grid; gap: 0 clamp(2rem, 4vw, 4rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 0;
}
.faq--split > .faq__i:nth-child(-n+2) { border-top: 1px solid var(--hair-soft); }
.faq__i { border-bottom: 1px solid var(--hair-soft); }
@media (max-width: 900px) { .faq--split { grid-template-columns: 1fr; } }
.faq__q {
  display: flex; align-items: flex-start; gap: 1.25rem;
  padding: 1.4rem 0; cursor: pointer; list-style: none;
  font-size: clamp(.9375rem, 1.4vw, 1.0625rem); font-weight: 400; letter-spacing: .01em;
  color: var(--text-2);
  transition: color var(--t-fast) var(--ease);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--text); }
.faq__i[open] .faq__q { color: var(--text); }
.faq__sign {
  flex: none; width: 14px; height: 14px; margin-top: .38rem; position: relative;
}
.faq__sign::before, .faq__sign::after {
  content: ""; position: absolute; background: var(--ion);
  transition: transform var(--t) var(--ease), opacity var(--t) var(--ease);
}
.faq__sign::before { left: 0; right: 0; top: 6.5px; height: 1px; }
.faq__sign::after  { top: 0; bottom: 0; left: 6.5px; width: 1px; }
.faq__i[open] .faq__sign::after { transform: rotate(90deg); opacity: 0; }
.faq__a { padding: 0 0 1.6rem 2.6rem; max-width: 78ch; }
.faq__i[open] .faq__a { animation: unfold .45s var(--ease-out); }
@keyframes unfold { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.field { display: grid; gap: .5rem; }
.field[hidden] { display: none; }
.field__l {
  font-family: var(--mono); font-size: .625rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: var(--text-3);
}
.inp {
  width: 100%; min-height: 46px; padding: .625rem .875rem;
  background: var(--skin-01); color: var(--text);
  border: 1px solid var(--hair-soft); border-radius: var(--r-2);
  font-size: .9375rem; font-weight: 300;
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.inp::placeholder { color: var(--text-3); }
.inp:hover { border-color: var(--hair); }
.inp:focus { border-color: var(--ion); background: var(--skin-02); }
.inp[readonly] { color: var(--text-2); }
textarea.inp { min-height: 130px; resize: vertical; line-height: 1.6; }
.pweye { position: relative; }
.pweye .inp { padding-right: 2.875rem; }
.pweye__b {
  position: absolute; right: .375rem; top: 50%; transform: translateY(-50%);
  display: grid; place-items: center; width: 34px; height: 34px; padding: 0;
  border: 0; border-radius: var(--r-2); background: none; cursor: pointer;
  color: var(--text-3);
  transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.pweye__b:hover { color: var(--text); background: rgba(255, 255, 255, .05); }
.pweye__b:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.pweye__b[aria-pressed="true"] { color: var(--ion-text); }
.pweye__i { width: 19px; height: 19px; }
.pweye__i[hidden] { display: none; }
select.inp {
  appearance: none; cursor: pointer; padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%239aa5b8' stroke-width='1.4'%3E%3Cpath d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .875rem center; background-size: 11px;
}
select.inp option { background: var(--ink); color: var(--text); }
.combo { display: flex; }
.combo .inp:first-child { border-radius: var(--r-2) 0 0 var(--r-2); flex: 1 1 auto; min-width: 0; }
.combo .inp:last-child  { border-radius: 0 var(--r-2) var(--r-2) 0; margin-left: -1px;
  width: auto; min-width: 9rem; flex: 0 0 auto; }
.field__err {
  display: none; align-items: center; gap: .4rem;
  font-family: var(--mono); font-size: .625rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--down);
}
.field__err.is-on { display: flex; }
.check { display: flex; align-items: flex-start; gap: .75rem; cursor: pointer; user-select: none; }
.check__box {
  flex: none; width: 18px; height: 18px; margin-top: .1rem;
  border: 1px solid var(--hair-strong); border-radius: var(--r-1);
  display: grid; place-items: center;
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.check__box svg { width: 11px; height: 11px; opacity: 0; transform: scale(.5); color: var(--void);
  transition: opacity var(--t-fast) var(--ease), transform var(--t-fast) var(--spring); }
.check.is-on .check__box { background: var(--ion); border-color: var(--ion); }
.check.is-on .check__box svg { opacity: 1; transform: none; }
.check__t { font-size: .8125rem; color: var(--text-2); line-height: 1.5; }
.swx { display: inline-flex; border: 1px solid var(--hair-soft); border-radius: var(--r-2); overflow: hidden; }
.swx button {
  min-width: 62px; height: 34px; padding: 0 .75rem;
  font-family: var(--mono); font-size: .625rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-3);
  transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.swx button.is-on { background: var(--ion); color: var(--void); font-weight: 700; }
.swx button:not(.is-on):hover { color: var(--text); background: var(--skin-02); }
.picks { display: flex; flex-wrap: wrap; gap: .5rem; }
.pick {
  min-width: 56px; height: 42px; padding: 0 .875rem;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--hair-soft); border-radius: var(--r-2);
  font-family: var(--mono); font-size: .8125rem; font-variant-numeric: tabular-nums;
  color: var(--text-2); cursor: pointer;
  transition: all var(--t-fast) var(--ease);
}
.pick:hover { border-color: var(--hair-strong); color: var(--text); }
.pick.is-on { border-color: var(--ion); background: var(--ion-haze); color: #ffffff; }
.pick small { font-size: .625rem; margin-left: .3em; opacity: .7; letter-spacing: .1em; }
.veil {
  position: fixed; inset: 0; z-index: var(--z-veil);
  background: rgba(4, 6, 10, .78);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  opacity: 0; visibility: hidden;
  transition: opacity var(--t) var(--ease), visibility var(--t) var(--ease);
}
.veil.is-on { opacity: 1; visibility: visible; }
.modal {
  position: fixed; z-index: var(--z-modal);
  left: 50%; top: 50%;
  width: min(560px, calc(100vw - 2rem));
  max-height: min(86vh, 860px);
  display: flex; flex-direction: column; overflow: hidden;
  transform: translate(-50%, -46%) scale(.97);
  background: linear-gradient(180deg, #0d1220, var(--ink));
  border: 1px solid var(--hair); border-radius: var(--r-3);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .7), 0 0 0 1px rgba(29, 125, 245, .06);
  opacity: 0; visibility: hidden;
  transition: opacity var(--t) var(--ease), transform var(--t) var(--ease-out), visibility var(--t);
}
.modal.is-on { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.modal--wide { width: min(980px, calc(100vw - 2rem)); }
.modal--co { width: min(620px, calc(100vw - 2rem)); }
.co__grille { display: grid; gap: .875rem 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.co__grille .co__large { grid-column: 1 / -1; }
.co__grille .inp { width: 100%; max-width: none; }
.co__cgv {
  display: flex; align-items: flex-start; gap: .625rem;
  font-size: .8125rem; line-height: 1.5; color: var(--text-2); cursor: pointer;
}
.co__cgv input { margin-top: .15rem; flex: none; accent-color: var(--ion); }
@media (max-width: 560px) { .co__grille { grid-template-columns: 1fr; } }
.modal__hd {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--hair-soft);
  position: sticky; top: 0; background: inherit; z-index: 2;
}
.modal__t { font-size: .8125rem; font-family: var(--mono); letter-spacing: .2em; text-transform: uppercase; }
.modal__t--ico { display: inline-flex; align-items: center; gap: .55rem; }
.modal__t--ico svg { width: 17px; height: 17px; color: var(--ion-light); flex: none; }
.modal__sec {
  display: flex; align-items: center; gap: .5rem;
  margin: 1.4rem 0 .9rem; padding-top: 1.1rem;
  border-top: 1px solid var(--hair-soft);
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--text-3);
}
.modal__sec svg { width: 14px; height: 14px; flex: none; color: var(--text-3); }
.modal__x {
  margin-left: auto; width: 32px; height: 32px; flex: none;
  display: grid; place-items: center; border-radius: var(--r-2); color: var(--text-3);
  transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.modal__x:hover { color: var(--text); background: var(--skin-02); }
.modal__bd {
  padding: 1.5rem; display: grid; gap: 1.125rem;
  flex: 1 1 auto; min-height: 0; overflow: auto;
}
.modal__ft {
  padding: 1rem 1.5rem 1.5rem; display: flex; gap: .75rem;
  justify-content: flex-end; flex-wrap: wrap;
  flex: none;
  border-top: 1px solid var(--hair-soft);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .25));
}
.modal__hd { flex: none; }
.gpay__row { display: flex; align-items: stretch; gap: .5rem; }
.gpay__row .gpay__i { flex: 1 1 auto; min-width: 0; }
.gcrp {
  flex: none; width: 132px;
  display: grid; align-content: center; gap: .15rem;
  padding: .5rem .7rem;
  border: 1px solid rgba(29, 125, 245, .3); border-radius: var(--r-2);
  background: rgba(29, 125, 245, .07);
}
.gcrp .field__l { margin: 0; }
.gcrp .inp { width: 100%; max-width: none; padding: .3rem .5rem; height: auto; font-size: .875rem; }
.gcrp__x {
  font-family: var(--mono); font-size: .625rem; color: var(--ion-text);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.gcrp__x:empty { display: none; }
@media (max-width: 560px) {
  .gpay__row { flex-wrap: wrap; }
  .gcrp { width: 100%; }
}
.payframe {
  display: block; width: 100%; height: min(70vh, 560px);
  border: 0; background: #fff;
}
.modal--art {
  width: min(680px, calc(100vw - 2rem));
  overflow: visible;
}
.modal--art .modal__hd { border-radius: var(--r-3) var(--r-3) 0 0; }
.modal--art .modal__ft { border-radius: 0 0 var(--r-3) var(--r-3); }
.modal--art .modal__t { padding-left: 214px; }
.modal--art .modal__bd { padding-left: 232px; min-height: 104px; align-content: center; }
.note__art {
  position: absolute; z-index: 3; pointer-events: none; bottom: 0;
  width: calc(var(--art-w) * var(--art-k, 1));
  left: calc(var(--art-x) * var(--art-k, 1));
}
.note__art--not_allowed { --art-w: 280px; --art-x: -77px; --art-r: 395 / 434; }
.note__art--panne { --art-w: 348px; --art-x: -115px; --art-r: 472 / 434; }
.note__art--danger { --art-w: 321px; --art-x: -95px; --art-r: 424 / 434; }
.note__art video, .note__art img {
  display: block; width: 100%; height: auto; aspect-ratio: var(--art-r);
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .55));
}
@media (max-width: 620px) {
  .modal--art .modal__t { padding-left: 132px; }
  .modal--art .modal__bd { padding-left: 156px; min-height: 92px; }
  .note__art { --art-k: .64; }
}
@media (max-width: 460px) {
  .modal--art .modal__t, .modal--art .modal__bd { padding-left: 0; }
  .modal--art .modal__bd { min-height: 0; }
  .note__art { display: none; }
}
.note__msg { font-size: .9375rem; line-height: 1.6; color: var(--text-2); }
.note__msg b, .note__msg strong { color: var(--text); }
.load {
  position: fixed; inset: 0; z-index: var(--z-modal);
  display: none;
  flex-direction: column; align-items: center; justify-content: center;
  gap: .875rem;
  background: rgba(4, 6, 10, .5);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.load.is-on { display: flex; }
.load__t {
  font-family: var(--mono); font-size: .6875rem; letter-spacing: .28em;
  text-transform: uppercase; color: var(--text-2); text-align: center;
  margin: 0;
}
.load__track { width: min(380px, 74vw); height: 2px; background: var(--skin-02); overflow: hidden; }
.load__fill { height: 100%; width: 0; background: var(--ion); box-shadow: 0 0 16px var(--ion-glow); }
.foot { position: relative; margin-top: var(--s-7); border-top: 1px solid var(--hair-soft); }
.foot__head {
  display: grid; gap: var(--s-4);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding-block: var(--s-5);
  border-bottom: 1px solid var(--hair-soft);
}
.tick {
  flex: none; display: inline-flex; align-items: center; gap: .5rem;
  padding: .6rem .95rem; border-radius: var(--r-2);
  border: 1px solid rgba(29,125,245,.42); background: rgba(29,125,245,.1);
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ion-text);
  text-decoration: none; white-space: nowrap;
  transition: border-color var(--t) var(--ease), background var(--t) var(--ease), color var(--t) var(--ease);
}
.tick:hover { border-color: var(--ion); background: rgba(29,125,245,.2); color: #fff; }
.tick:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.tick svg { width: 16px; height: 16px; flex: none; }
.foot__live { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.foot__live .tick { display: none; }
body:has(#sm-panel) .foot__live .tick { display: inline-flex; }
.foot__pitchrow { margin-top: var(--s-3); }
@media (max-width: 620px) { .foot__pitchrow { flex-direction: column; } }
.foot__pitch { margin-top: .875rem; font-size: .8125rem; line-height: 1.6; color: var(--text-2); max-width: 46ch; }
.foot__crp { display: flex; align-items: center; justify-content: flex-end; gap: .75rem; flex-wrap: wrap; }
.foot__crp-v { display: inline-flex; align-items: baseline; gap: .45rem; flex: none; }
.foot__crp-v img { width: 14px; height: auto; align-self: center; flex: none; }
.foot__crp-v b { font-family: var(--mono); font-size: .9375rem; font-weight: 700; color: var(--text-2); line-height: 1; }
.foot__crp-v small {
  font-family: var(--mono); font-size: .5625rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-3);
}
.foot__crp .btn { flex: none; }
.foot__social { display: flex; gap: .5rem; flex-wrap: wrap; }
.foot__social a {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid var(--hair-soft); border-radius: var(--r-2); color: var(--text-3);
  transition: color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease),
              transform var(--t-fast) var(--spring);
}
.foot__social a:hover { color: var(--ion); border-color: rgba(29,125,245,.4); transform: translateY(-2px); }
.foot__social svg { width: 17px; height: 17px; }
.foot__top {
  display: grid; gap: var(--s-5) var(--s-4);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-block: var(--s-6);
}
body:has(#sm-panel) .foot__top { display: none; }
.foot__h {
  font-family: var(--mono); font-size: .625rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--text-3);
  margin-bottom: 1.125rem;
}
.foot__l { display: grid; gap: .625rem; }
.foot__l a {
  position: relative; font-size: .8125rem; color: var(--text-2); width: fit-content;
  transition: color var(--t-fast) var(--ease), padding-left var(--t-fast) var(--ease);
}
.foot__l a::before {
  content: ""; position: absolute; left: 0; top: 50%; width: 0; height: 1px;
  background: var(--ion); transition: width var(--t-fast) var(--ease);
}
.foot__l a:hover { color: var(--text); padding-left: 14px; }
.foot__l a:hover::before { width: 9px; }
.foot__law { padding-block: var(--s-4); border-top: 1px solid var(--hair-soft); }
.foot__lawl { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.foot__lawl a {
  position: relative; font-size: .75rem; color: var(--text-3);
  transition: color var(--t-fast) var(--ease);
}
.foot__lawl a:hover { color: var(--ion); }
.foot__bar {
  padding-block: var(--s-4); border-top: 1px solid var(--hair-soft);
  display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center;
  font-size: .75rem; color: var(--text-3);
}
.foot__legal { display: flex; flex-wrap: wrap; gap: 1rem; }
.foot__legal a:hover { color: var(--ion); }
.pay { display: flex; align-items: center; gap: .75rem; margin-left: auto;
  opacity: .5; filter: grayscale(1); transition: opacity var(--t) var(--ease), filter var(--t) var(--ease); }
.pay:hover { opacity: .95; filter: none; }
.pay img { height: 18px; width: auto; }
.status {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .5rem .875rem; border: 1px solid rgba(63,217,164,.28); border-radius: var(--r-pill);
  font-family: var(--mono); font-size: .625rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--up);
}
[data-rise] { opacity: 0; transform: translateY(22px); }
[data-rise].is-in {
  opacity: 1; transform: none;
  transition: opacity .85s var(--ease-out), transform .85s var(--ease-out);
  transition-delay: var(--d, 0ms);
}
.mask { display: block; overflow: hidden; }
.mask > * { display: block; transform: translateY(105%); }
.is-lit .mask > * {
  transform: none;
  transition: transform 1.05s var(--ease-out);
  transition-delay: var(--d, 0ms);
}
.hide { display: none !important; }
.sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.stack   { display: grid; gap: var(--s-3); }
.stack-4 { display: grid; gap: var(--s-4); }
.stack-5 { display: grid; gap: var(--s-5); }
.row     { display: flex; align-items: center; gap: var(--s-2); flex-wrap: wrap; }
.row--end{ justify-content: flex-end; }
.push    { margin-left: auto; }
.center  { text-align: center; }
.mt-3 { margin-top: var(--s-3); }
.mt-4 { margin-top: var(--s-4); } .mt-5 { margin-top: var(--s-5); } .mt-6 { margin-top: var(--s-6); }
@media (max-width: 1100px) {
  .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan:nth-child(odd) { border-left: 1px solid var(--hair-soft); }
  .foot__top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .foot__head { grid-template-columns: 1fr; }
}
@media (max-width: 1065px) {
  .burger { display: inline-flex; }
  .head__acc { display: none; }
  .nav {
    position: fixed; inset: var(--head-h) 0 auto; margin: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(6, 9, 15, .97);
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--hair-soft);
    padding: .5rem var(--gut) 1.5rem;
    transform: translateY(-12px); opacity: 0; visibility: hidden;
    transition: opacity var(--t) var(--ease), transform var(--t) var(--ease-out), visibility var(--t);
    max-height: calc(100vh - var(--head-h));
    max-height: calc(100dvh - var(--head-h));
    overflow: auto; overscroll-behavior: contain;
  }
  .nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .head:has(.nav.is-open) { background: rgba(6, 9, 15, .97); }
  .nav__a { padding: 1rem .25rem; font-size: .75rem; border-bottom: 1px solid var(--hair-soft); }
  .nav__h {
    margin: 1.25rem 0 .25rem; padding: 0 .25rem;
    font-family: var(--display); font-size: .6875rem; font-weight: 700;
    letter-spacing: .12em; text-transform: uppercase; color: var(--text-3);
  }
  .nav__srv { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
  .nav__srv span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .nav__srv em {
    font-style: normal; font-size: .625rem; font-weight: 600;
    letter-spacing: .06em; text-transform: uppercase; color: var(--text-3);
    white-space: nowrap;
  }
  .nav__srv.is-on { color: var(--ion-text); }
  .nav__srv.is-on em { color: var(--ion); }
  .nav__a::after { display: none; }
  .nav .btn { margin-top: 1rem; }
  html:has(body.no-scroll) { overflow: hidden; }
}
@media (max-width: 900px) {
  .hero { padding-top: calc(var(--head-h) + 1rem); padding-bottom: 0; }
  .hero__grid { grid-template-columns: 1fr; align-items: start; }
  .hero__copy { padding-block: .5rem 0; }
  .hero__title { max-width: none; }
  .hero__figure { margin-top: var(--s-4); }
  .hero__figure img, .hero__figure video { width: min(380px, 82vw); }
  .duo, .duo--flip { grid-template-columns: 1fr; }
  .duo--flip > :first-child { order: 0; }
  .feat { grid-template-columns: 1fr; }
  .head.is-stuck .mark__img { transform: scale(.88); }
}
@media (max-width: 620px) {
  .plans { grid-template-columns: 1fr; }
  .plan { border-left: 1px solid var(--hair-soft); }
  .foot__top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pay { margin-left: 0; }
  .hero__cta .btn { width: 100%; }
  .hero__cta .btn--lg { font-size: 20px; }
  .sky__grid { background-size: 56px 56px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
  [data-rise] { opacity: 1; transform: none; }
  .mask > * { transform: none; }
  .sky__neb { display: none; }
}
@media (prefers-contrast: more) {
  :root { --text-2: #c3ccda; --text-3: #98a3b4; --hair: rgba(255,255,255,.24); --hair-soft: rgba(255,255,255,.16); }
}
@media print {
  .sky, .head, .foot, .btn, .veil, .modal, .load { display: none !important; }
  body { background: #fff; color: #000; }
}
.steps { display: grid; gap: 0; border-top: 1px solid var(--hair-soft); }
.step {
  display: grid; gap: clamp(1rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
  border-bottom: 1px solid var(--hair-soft);
}
.step__side { position: relative; }
.step__n {
  font-family: var(--mono); font-size: .625rem; font-weight: 600;
  letter-spacing: .24em; color: var(--ion);
}
.step__h {
  margin-top: .5rem; font-family: var(--display); font-size: .9375rem; font-weight: 400;
  letter-spacing: .02em; text-transform: uppercase;
}
.step__x { margin-top: .5rem; font-size: .8125rem; color: var(--text-3); line-height: 1.55; max-width: 34ch; }
.step__main { min-width: 0; }
.picker { display: grid; gap: .5rem; grid-template-columns: repeat(auto-fit, minmax(168px, 1fr)); }
.pk {
  position: relative; text-align: left; cursor: pointer;
  padding: 1rem; border: 1px solid var(--hair-soft); border-radius: var(--r-2);
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.pk:hover { border-color: var(--hair-strong); background: var(--skin-01); }
.pk.is-on { border-color: var(--ion); background: var(--ion-haze); }
.pk__n { font-family: var(--mono); font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.pk__x { margin-top: .35rem; font-size: .6875rem; color: var(--text-3); line-height: 1.5; }
.pk__p { margin-top: .625rem; font-family: var(--mono); font-size: .9375rem; font-variant-numeric: tabular-nums; }
.pk__p span { font-size: .625rem; color: var(--text-3); letter-spacing: .1em; }
.provs { display: grid; gap: 1px; background: var(--hair-soft);
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  border: 1px solid var(--hair-soft); border-radius: var(--r-2); overflow: hidden; }
.prov {
  background: var(--void); padding: .875rem .5rem; text-align: center; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  transition: background var(--t-fast) var(--ease);
}
.prov:hover { background: var(--skin-02); }
.prov img { width: 34px; height: 34px; object-fit: contain; filter: grayscale(.4); transition: filter var(--t) var(--ease); }
.prov:hover img { filter: none; }
.prov span { font-size: .6875rem; color: var(--text-2); line-height: 1.3; }
.packres { display: grid; gap: 1px; background: var(--hair-soft);
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  border: 1px solid var(--hair-soft); border-radius: var(--r-2); overflow: hidden;
  max-height: 340px; overflow-y: auto; }
.packres .plug { border: 0; }
.packres .plug.is-on { background: var(--ion-haze); box-shadow: inset 0 0 0 1px var(--ion); }
.tally {
  position: sticky; bottom: 0; z-index: 50;
  margin-top: var(--s-5);
  background: rgba(6, 9, 15, .88);
  backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-top: 1px solid var(--hair);
}
.tally__in {
  display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap;
  padding: 1rem 0;
}
.tally__sum { display: flex; align-items: baseline; gap: .4rem; font-family: var(--mono); font-variant-numeric: tabular-nums; }
.tally__sum b { font-size: 1.875rem; font-weight: 300; letter-spacing: -.03em; }
.tally__sum span { font-size: .625rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-3); }
.tally__note { font-family: var(--mono); font-size: .625rem; letter-spacing: .1em; color: var(--up); }
.tally .btn { margin-left: auto; }
.recap { display: grid; gap: 1px; background: var(--hair-soft); border: 1px solid var(--hair-soft); border-radius: var(--r-2); overflow: hidden; }
.recap__r { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; background: var(--void); padding: .75rem 1rem; }
.recap__k { font-family: var(--mono); font-size: .625rem; letter-spacing: .18em; text-transform: uppercase; color: var(--text-3); }
.recap__v { font-family: var(--mono); font-size: .8125rem; font-variant-numeric: tabular-nums; text-align: right; overflow-wrap: anywhere; }
.catbar { display: flex; align-items: flex-end; gap: 1rem 2rem; flex-wrap: wrap; }
.catbar__q { margin-left: auto; display: flex; align-items: center; gap: .5rem; padding-bottom: .625rem; }
.catbar__q .inp { min-width: 260px; max-width: 340px; }
@media (max-width: 760px) {
  .catbar__q { margin-left: 0; width: 100%; }
  .catbar__q .inp { max-width: none; flex: 1; }
}
.gsec__hd { margin: 2.5rem 0 1rem; }
#sm-guide-list .gsec:first-child .gsec__hd { margin-top: 1.25rem; }
.cats {
  display: flex; flex-wrap: wrap; align-items: flex-start;
  gap: .25rem clamp(.5rem, 1.4vw, 1.25rem);
}
.cat {
  display: grid; justify-items: center; gap: .55rem;
  width: 96px; padding: .5rem .25rem .625rem;
  color: inherit; text-decoration: none;
}
.cat .hexo { --hex-size: 56px; }
.cat .hexo svg { width: 52%; height: 52%; }
.cat__n {
  font-size: .75rem; line-height: 1.25; text-align: center;
  color: var(--text-2); transition: color var(--t) var(--ease);
}
.cat:hover .cat__n, .cat:focus-visible .cat__n { color: var(--text); }
.cat:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.cat.is-on .hexo {
  background: linear-gradient(160deg, rgba(29,125,245,.62), rgba(29,125,245,.16));
  color: #fff;
}
.cat.is-on .hexo::before { background: var(--ion-deep); }
.cat.is-on .cat__n { color: var(--text); font-weight: 500; }
.gban {
  margin: 0 0 var(--s-5); overflow: hidden;
  border: 1px solid var(--hair-soft);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
}
.gban img {
  display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover;
}
.gwrap {
  display: grid; justify-content: center;
  gap: 0 clamp(1.5rem, 3vw, 3rem);
  grid-template-columns: minmax(0, 880px);
}
.gwrap > *:not(.gtoc) { grid-column: 1; min-width: 0; }
.gtoc { display: none; }
@media (min-width: 1180px) {
  .gwrap--toc { grid-template-columns: 232px minmax(0, 880px); }
  .gwrap--toc > *:not(.gtoc) { grid-column: 2; }
  .gtoc { display: block; grid-column: 1; grid-row: 1 / span 10; }
  .gtoc__d { position: sticky; top: calc(var(--head-h) + 1.5rem); }
  .gtoc__s { display: none; }
}
@media (max-width: 1179.98px) {
  .gtoc {
    display: block; grid-column: 1; margin-bottom: var(--s-5);
    border: 1px solid var(--hair-soft); border-radius: var(--r-2);
    background: rgba(2, 16, 36, .45);
  }
  .gtoc__d { padding: .5rem .875rem; }
  .gtoc__d:not([open]) { padding-block: .625rem; }
  .gtoc__s {
    cursor: pointer; list-style: none; padding: .25rem 0;
    font-family: var(--mono); font-size: .6875rem; letter-spacing: .1em;
    text-transform: uppercase; color: var(--text-2);
  }
  .gtoc__s::-webkit-details-marker { display: none; }
  .gtoc__s::after {
    content: ''; float: right; width: 8px; height: 8px; margin-top: .3rem;
    border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg); transition: transform var(--t-fast) var(--ease);
  }
  .gtoc__d[open] .gtoc__s::after { transform: rotate(-135deg); }
  .gtoc__c { color: var(--ion-text); }
  .gtoc__n { margin-top: .5rem; }
}
.gtoc__n { position: relative; }
.gtoc__o { margin: 0; padding: 0; list-style: none; display: grid; gap: .125rem; }
.gtoc__l {
  display: block; padding: .3rem .25rem .3rem .625rem;
  border-left: 2px solid transparent;
  font-size: .8125rem; line-height: 1.4; color: var(--text-3);
  text-decoration: none;
  transition: color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}
.gtoc__l:hover { color: var(--text); }
.gtoc__l.is-here { color: var(--text); border-left-color: var(--ion); }
.gtoc__l:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; border-radius: 2px; }
.guides {
  display: grid; gap: .75rem;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
}
.guide {
  position: relative; overflow: hidden;
  border: 1px solid var(--hair-soft);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  transition: border-color var(--t) var(--ease), transform var(--t) var(--ease);
}
.guide:hover { border-color: rgba(29,125,245,.45); transform: translateY(-3px); }
.guide a { display: flex; flex-direction: column; height: 100%; }
.guide__img {
  position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden;
  background:
    radial-gradient(120% 130% at 20% 0%, rgba(29,125,245,.28), transparent 62%),
    linear-gradient(160deg, rgba(6,28,56,.9), rgba(1,8,20,.95));
}
.guide__img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .8s var(--ease);
}
.guide:hover .guide__img img { transform: scale(1.05); }
.guide__img::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 52%;
  background: linear-gradient(180deg, transparent, rgba(1, 7, 18, .92));
}
.guide__bd { display: flex; flex-direction: column; flex: 1 1 auto; padding: 1.125rem 1.25rem 1.25rem; }
.guide__k {
  font-family: var(--mono); font-size: .5625rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--ion-text);
}
.guide__h {
  margin: 0; font-size: 1rem; font-weight: 500; line-height: 1.35;
  letter-spacing: .01em; color: var(--text);
}
.guide__x {
  margin-top: .5rem; font-size: .8125rem; line-height: 1.5; color: var(--text-3);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.guide__ft {
  display: flex; align-items: center; gap: .75rem;
  margin-top: auto; padding-top: 1rem;
  font-family: var(--mono); font-size: .625rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--text-3);
}
.guide__ft .arrow { margin-left: auto; font-size: .625rem; }
mark[data-hl] { background: var(--ion); color: var(--void); padding: 0 .1em; }
@media (max-width: 900px) {
  .step { grid-template-columns: 1fr; gap: 1rem; }
  .step__x { max-width: none; }
  .tally__in { gap: .75rem; }
  .tally .btn { width: 100%; margin-left: 0; }
}
.card {
  position: relative; overflow: hidden;
  border: 1px solid rgba(13, 79, 132, .92); border-radius: var(--r-3);
  background: linear-gradient(180deg, rgba(3, 25, 55, .97) 0%, rgba(1, 10, 25, .99) 100%);
  box-shadow: inset 0 1px 0 rgba(62, 145, 226, .08), 0 10px 30px rgba(0, 0, 0, .22);
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.card + .card { margin-top: var(--s-4); }
.card__hd {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  padding: 1rem 1.25rem; border-bottom: 1px solid var(--hair-soft);
}
.card__t {
  font-family: var(--mono); font-size: .6875rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
}
.card__x { font-size: .75rem; color: var(--text-3); }
.card__hd .push { margin-left: auto; }
.card__bd { padding: 1.25rem; }
.card__bd--flush { padding: 0; }
.card__ft {
  padding: 1rem 1.25rem; border-top: 1px solid var(--hair-soft);
  display: flex; gap: .75rem; align-items: center; flex-wrap: wrap;
}
.grid2 { display: grid; gap: var(--s-4); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid3 { display: grid; gap: var(--s-4); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.list { display: grid; }
.list__i {
  display: flex; align-items: center; gap: .875rem;
  padding: .75rem 1.25rem; border-bottom: 1px solid var(--hair-soft);
  font-size: .875rem; min-width: 0;
  transition: background var(--t-fast) var(--ease);
}
.list__i:last-child { border-bottom: 0; }
.list__i:hover { background: var(--skin-01); }
.list__i > .push { margin-left: auto; }
.list__n { font-family: var(--mono); font-size: .8125rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.list__x { font-size: .75rem; color: var(--text-3); }
.list__empty { padding: 2.5rem 1.25rem; text-align: center; color: var(--text-3); font-size: .875rem; }
.tbl { font-size: .8125rem; }
.tbl th {
  text-align: left; padding: .75rem 1.25rem;
  font-family: var(--mono); font-size: .5625rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: var(--text-3);
  border-bottom: 1px solid var(--hair-soft); white-space: nowrap;
}
.tbl td { padding: .8rem 1.25rem; border-bottom: 1px solid var(--hair-soft); }
.tbl tr:last-child td { border-bottom: 0; }
.tbl tbody tr { transition: background var(--t-fast) var(--ease); }
.tbl tbody tr:hover { background: var(--skin-01); }
.tbl .num { font-size: .8125rem; }
.tbl__act { text-align: right; white-space: nowrap; }
.act {
  width: 30px; height: 30px; display: inline-grid; place-items: center;
  border: 1px solid transparent; border-radius: var(--r-2); color: var(--text-3);
  transition: color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.act svg { width: 14px; height: 14px; }
.act:hover { color: var(--text); border-color: var(--hair); background: var(--skin-02); }
.act--del:hover { color: var(--down); border-color: rgba(255,92,110,.35); }
.act--go:hover  { color: var(--up);   border-color: rgba(63,217,164,.35); }
@media (max-width: 1200px) { .grid3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px)  { .grid2, .grid3 { grid-template-columns: 1fr; } }
@property --volt-a { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@property --arc-a  { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.volt { position: relative; isolation: isolate; }
@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  .volt::after {
    content: ""; position: absolute; inset: -1px; z-index: -1;
    border-radius: inherit; padding: 1px;
    background: conic-gradient(from var(--volt-a),
      transparent 0deg, transparent 296deg,
      rgba(29,125,245,.75) 332deg, #dbeeff 350deg, rgba(29,125,245,.75) 358deg, transparent 360deg);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask-composite: exclude;
    opacity: 0; transition: opacity .45s var(--ease);
    animation: voltspin 5.5s linear infinite;
    pointer-events: none;
  }
  .volt:hover::after, .volt.is-live::after { opacity: 1; }
  .volt:hover::after { animation-duration: 1.6s; }
}
@keyframes voltspin { to { --volt-a: 360deg; } }
.charge { position: relative; }
.charge::after {
  content: ""; position: absolute; left: 50%; bottom: -1px; width: 62%; height: 1px;
  transform: translateX(-50%) scaleX(0); transform-origin: center;
  background: linear-gradient(90deg, transparent, var(--ion), transparent);
  box-shadow: 0 0 14px var(--ion-glow);
  transition: transform .55s var(--ease-out);
}
.charge:hover::after, .charge.is-on::after { transform: translateX(-50%) scaleX(1); }
.sweep { position: relative; overflow: hidden; }
.sweep { isolation: isolate; }
.sweep::before {
  content: ""; position: absolute; top: 0; bottom: 0; width: 45%;
  left: -60%; z-index: -1; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(29,125,245,.10) 45%, rgba(255,255,255,.05) 55%, transparent);
  transition: left .85s var(--ease-out);
}
.sweep:hover::before { left: 115%; }
.wire {
  height: 1px; border: 0; position: relative;
  background: linear-gradient(90deg, transparent, var(--hair) 12%, var(--hair) 88%, transparent);
  overflow: visible;
}
.wire::after {
  content: ""; position: absolute; top: -1px; left: 0; width: 90px; height: 3px;
  background: linear-gradient(90deg, transparent, var(--ion), transparent);
  filter: blur(1px);
  animation: wirerun 6s var(--ease) infinite;
}
@keyframes wirerun {
  0%   { transform: translateX(-90px); opacity: 0; }
  12%  { opacity: 1; }
  88%  { opacity: 1; }
  100% { transform: translateX(calc(100vw)); opacity: 0; }
}
.t-ion {
  background: linear-gradient(180deg, #2a8fff 0%, #1d7df5 55%, #176bdc 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  text-shadow: 0 0 22px rgba(29, 125, 245, .16);
}
.t-plasma {
  background: linear-gradient(174deg, #ffe9a8 0%, #ffc94d 34%, #f59e0b 68%, #d97706 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 0 28px rgba(245, 158, 11, .32));
}
.spark {
  position: relative; display: inline-block; width: 7px; height: 7px; flex: none;
  border-radius: 50%; background: var(--ion);
  box-shadow: 0 0 10px var(--ion-glow);
}
.spark::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 1px solid var(--ion); opacity: .6;
  animation: sparkring 2.6s var(--ease-out) infinite;
}
@keyframes sparkring {
  0%   { transform: scale(.5); opacity: .8; }
  100% { transform: scale(1.9); opacity: 0; }
}
.hexo {
  --hex-size: 46px;
  width: var(--hex-size); aspect-ratio: 1 / 1.1547; flex: none;
  display: grid; place-items: center; position: relative;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(160deg, rgba(29,125,245,.16), rgba(29,125,245,.03));
  color: var(--ion);
  transition: background var(--t) var(--ease), transform var(--t) var(--spring);
}
.hexo::before {
  content: ""; position: absolute; inset: 1px;
  clip-path: inherit; background: var(--void);
}
.hexo > * { position: relative; z-index: 1; }
.hexo svg { width: 46%; height: 46%; }
.hexo--sm { --hex-size: 34px; }
.hexo--lg { --hex-size: 62px; }
*:hover > .hexo, .hexo:hover { transform: translateY(-2px); background: linear-gradient(160deg, rgba(29,125,245,.4), rgba(29,125,245,.08)); }
.honey { position: relative; isolation: isolate; }
.honey::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97' viewBox='0 0 56 97'%3E%3Cg fill='none' stroke='%231d7df5' stroke-opacity='.16' stroke-width='1'%3E%3Cpath d='M28 0 L56 16 L56 48 L28 64 L0 48 L0 16 Z'/%3E%3Cpath d='M28 48.5 L56 64.5 L56 96.5 L28 112.5 L0 96.5 L0 64.5 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 56px 97px;
  mask-image: radial-gradient(80% 70% at 50% 30%, #000, transparent 72%);
  -webkit-mask-image: radial-gradient(80% 70% at 50% 30%, #000, transparent 72%);
  opacity: .5;
}
.cut {
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}
.cut--sm { clip-path: polygon(11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px); }
.cut--tr { clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%); }
.hexfield { position: relative; isolation: isolate; }
.band--tight.hexfield { padding-top: clamp(1rem, 2vw, 1.75rem); }
.hexfield::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='146' viewBox='0 0 84 146'%3E%3Cg fill='none' stroke='%231d7df5' stroke-opacity='.20' stroke-width='1'%3E%3Cpath d='M42 1 L83 25 L83 73 L42 97 L1 73 L1 25 Z'/%3E%3Cpath d='M42 73.5 L83 97.5 L83 145.5 L42 169.5 L1 145.5 L1 97.5 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 84px 146px;
  mask-image: radial-gradient(74% 84% at 50% 34%, #000 0%, rgba(0,0,0,.45) 52%, transparent 82%);
  -webkit-mask-image: radial-gradient(74% 84% at 50% 34%, #000 0%, rgba(0,0,0,.45) 52%, transparent 82%);
  opacity: .55;
}
.hexfield::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='146' viewBox='0 0 84 146'%3E%3Cpath d='M42 1 L83 25 L83 73 L42 97 L1 73 L1 25 Z' fill='%231d7df5' fill-opacity='.05'/%3E%3C/svg%3E");
  background-size: 84px 146px;
  mask-image: radial-gradient(26% 30% at 30% 40%, #000, transparent 70%);
  -webkit-mask-image: radial-gradient(26% 30% at 30% 40%, #000, transparent 70%);
  animation: hexDrift 17s var(--ease) infinite alternate;
}
@keyframes hexDrift {
  0%   { mask-position: 0% 0%;   -webkit-mask-position: 0% 0%; }
  100% { mask-position: 100% 80%; -webkit-mask-position: 100% 80%; }
}
@media (prefers-reduced-motion: reduce) { .hexfield::after { animation: none; } }
.hexrule {
  display: flex; align-items: center; gap: .875rem;
  margin-block: clamp(2rem, 5vw, 3.5rem);
}
.hexrule::before, .hexrule::after {
  content: ""; flex: 1 1 auto; height: 1px;
  background: linear-gradient(90deg, transparent, var(--hair-strong), transparent);
}
.hexrule i {
  flex: none; width: 13px; height: 15px; display: block;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--ion); opacity: .75;
}
.hexrule i:nth-child(2) { width: 19px; height: 22px; opacity: 1;
  background: linear-gradient(160deg, var(--ion-light), var(--ion-deep));
  box-shadow: 0 0 18px var(--ion-glow); }
.trustband { background: #0004109c; }
.trust {
  position: relative; display: grid;
  gap: clamp(.625rem, 1vw, 1rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.trust__i {
  position: relative;
  padding: 1rem 0; display: flex; align-items: center; justify-content: center;
  gap: .75rem;
}
.trust__i + .trust__i::before {
  content: ""; position: absolute; top: 10%; bottom: 10%;
  left: calc(-1 * clamp(.3125rem, .5vw, .5rem)); width: 1px;
  background: linear-gradient(180deg, transparent, var(--hair-strong), transparent);
}
.trust__i .hexo {
  --hex-size: 48px;
  background: linear-gradient(160deg, rgba(29,125,245,.62), rgba(29,125,245,.14));
  transition: background var(--t) var(--ease), transform var(--t) var(--spring),
              filter var(--t) var(--ease);
}
.trust__i .hexo::before {
  inset: 1.5px;
  background: linear-gradient(165deg, rgba(5, 27, 55, .97) 0%, var(--void) 74%);
}
.trust__i .hexo svg { width: 44%; height: 44%; stroke-width: 1.5; }
.trust__i .hexo--img img {
  width: 76%; height: 76%; object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .55));
}
@media (max-width: 1150px) {
  .trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust__i:nth-child(2n+1)::before { display: none; }
}
@media (max-width: 760px) {
  .trust { grid-template-columns: repeat(2, 1fr); gap: 0 1.25rem; }
  .trust__i { padding: .5rem 0; gap: .7rem; }
  .trust__i .hexo { --hex-size: 40px; }
  .trust__i + .trust__i::before { display: none; }
  .trust__v { font-size: .9375rem; }
}
.trust__i:hover .hexo {
  transform: translateY(-3px);
  background: linear-gradient(160deg, var(--ion), rgba(29,125,245,.34));
  filter: drop-shadow(0 0 18px var(--ion-glow));
}
.trust__t { min-width: 0; }
.dim__src { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.dim__src:hover { color: var(--ion-text); }
.trust__v {
  position: relative; display: inline-block;
  font-family: var(--mono); font-size: 1.0625rem; font-weight: 500;
  font-variant-numeric: tabular-nums; line-height: 1.15;
  letter-spacing: -.01em; color: var(--text);
}
.trust__v::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -.3rem; height: 2px;
  background: linear-gradient(90deg, var(--ion), transparent);
  transition: right .42s var(--ease);
}
.trust__i:hover .trust__v::after { right: 0; }
.trust__k {
  display: block; margin-top: .15rem;
  font-size: .65625rem; line-height: 1.4; color: var(--text-3); letter-spacing: .02em;
  transition: color var(--t) var(--ease);
}
.trust__i:hover .trust__k { color: var(--text-2); }
.trust__src, .stat__src {
  color: inherit; text-decoration: underline dotted;
  text-underline-offset: 3px; text-decoration-color: var(--hair-strong);
  transition: color var(--t-fast) var(--ease), text-decoration-color var(--t-fast) var(--ease);
}
.trust__src:hover, .stat__src:hover { color: var(--ion-text); text-decoration-color: var(--ion); }
.show { display: grid; gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.show + .show { margin-top: clamp(3rem, 7vw, 6rem); }
.show--flip .show__art { order: 2; }
.show__art {
  position: relative; aspect-ratio: 4 / 3;
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
  border: 1px solid var(--hair-soft); border-radius: 0;
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(29,125,245,.07), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.022), transparent);
  overflow: hidden; display: grid; place-items: center;
}
.show__art svg { width: 100%; height: 100%; }
.vwide { margin-inline: 0; }
.vwide video {
  display: block; width: 100%; aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #050b16;
  border: 1px solid var(--hair-soft);
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .55);
}
.vwide__c {
  margin-top: .875rem; font-size: .8125rem; color: var(--text-3); text-align: center;
}
.show__art--video {
  aspect-ratio: 16 / 9;
  clip-path: none; border: 0; background: none; overflow: visible;
  width: calc(100% + clamp(0px, 4vw, 90px));
  justify-self: end;
}
.show--flip .show__art--video { justify-self: start; }
.show__art--video video {
  width: 100%; height: 100%; display: block;
  object-fit: cover;
  border: 1px solid var(--hair-soft);
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
  background: #050b16;
  box-shadow: 0 26px 60px rgba(0, 0, 0, .55);
}
@media (max-width: 900px) {
  .show__art--video { width: 100%; justify-self: stretch; }
  .show--flip .show__art--video { justify-self: stretch; }
}
@media (prefers-reduced-motion: reduce) {
  .show__art--video video { display: none; }
  .show__art--video {
    background: center / cover no-repeat var(--poster-panel, none);
    aspect-ratio: 16 / 9;
  }
}
.show__body { min-width: 0; }
.show__list { margin-top: var(--s-4); display: grid; gap: .75rem; }
.show__list li { display: flex; gap: .75rem; align-items: flex-start; font-size: .875rem; color: var(--text-2); }
.show__list svg { width: 15px; height: 15px; flex: none; margin-top: .22rem; color: var(--ion); }
.caps { display: grid; gap: 1px; background: var(--hair-soft);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--hair-soft); }
.caps--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cap { background: var(--void); padding: clamp(1.25rem, 2.4vw, 2rem); position: relative; overflow: hidden;
  transition: background var(--t) var(--ease);
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .35rem 1.125rem;
  align-content: start; }
.cap > .hexo { --hex-size: 84px; grid-row: 1 / span 2; align-self: start; }
.cap > .hexo svg { width: 46%; height: 46%; }
.cap__h { grid-column: 2; align-self: end; }
.cap__p, .cap__tag { grid-column: 2; }
.cap:hover { background: var(--skin-01); }
.cap__ico {
  width: 72px; height: 72px; color: var(--ion);
  grid-row: 1 / span 2; align-self: start; margin: 0;
}
.cap:hover .cap__ico { animation: capjolt .6s var(--ease); }
@keyframes capjolt {
  0%,100% { transform: none; }
  25% { transform: translateY(-2px) scale(1.06); }
  60% { transform: translateY(1px) scale(.99); }
}
.cap__h { font-size: 1.0625rem; font-weight: 500; letter-spacing: .02em; }
.cap__p { font-size: .8125rem; line-height: 1.65; color: var(--text-2); font-weight: 300; }
.cap__tag { margin-top: .875rem; }
.ticker { overflow: clip; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ticker__rail { display: flex; gap: .5rem; width: max-content; animation: tick 46s linear infinite; }
.ticker:hover .ticker__rail { animation-play-state: paused; }
@keyframes tick { to { transform: translateX(-50%); } }
.stats {
  display: grid; gap: clamp(1rem, 3vw, 2.75rem);
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.stat {
  position: relative; padding: clamp(.5rem, 1.6vw, 1.125rem) 0;
  text-align: center;
}
.stat + .stat::before {
  content: ""; position: absolute; top: 8%; bottom: 8%;
  left: calc(-1 * clamp(.5rem, 1.5vw, 1.375rem)); width: 1px;
  background: linear-gradient(180deg, transparent, var(--hair-strong), transparent);
}
.stat__v {
  position: relative; display: inline-block;
  font-family: var(--mono); font-size: clamp(1.625rem, 3.6vw, 2.75rem); font-weight: 200;
  letter-spacing: -.03em; font-variant-numeric: tabular-nums; line-height: 1;
  background: linear-gradient(180deg, #ffffff 12%, #9fc4ee 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.stat__v small {
  font-size: .46em; color: var(--ion-text); margin-left: .14em;
  -webkit-text-fill-color: currentColor;
}
.stat__v::after {
  content: ""; position: absolute; left: 50%; right: 50%; bottom: -.5rem; height: 2px;
  background: linear-gradient(90deg, transparent, var(--ion), transparent);
  transition: left .42s var(--ease), right .42s var(--ease);
}
.stat:hover .stat__v::after { left: 0; right: 0; }
.stat__k {
  margin-top: 1.125rem; font-family: var(--mono); font-size: .625rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--text-3);
  transition: color var(--t) var(--ease);
}
.stat:hover .stat__k { color: var(--text-2); }
@media (max-width: 700px) {
  .stat + .stat::before, .trust__i + .trust__i::before { display: none; }
}
.flow { display: grid; gap: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); position: relative; }
.flow__i {
  padding: var(--s-4) var(--s-3) var(--s-4) 0; position: relative;
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .25rem 1.125rem;
  align-content: start;
  background: #050d1b85;
}
.flow__i::before {
  content: ""; position: absolute; left: 0; right: 0; top: 17px; height: 1px; background: var(--hair-soft);
}
.flow { --flow-n: 58px; }
.flow__n {
  position: relative; z-index: 1; grid-row: 1 / span 2; align-self: start;
  width: var(--flow-n); aspect-ratio: 1 / 1.1547;
  display: grid; place-items: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--ion); color: var(--void);
  font-family: var(--mono); font-size: 1.125rem; font-weight: 700;
  filter: drop-shadow(0 0 12px var(--ion-glow));
}
.flow__h { grid-column: 2; align-self: end; font-size: 1.0625rem; font-weight: 500; letter-spacing: .02em; }
.flow__p { grid-column: 2; font-size: .8125rem; line-height: 1.6; color: var(--text-2); }
.vs { width: 100%; border: 1px solid var(--hair-soft); border-radius: var(--r-3); overflow: hidden; }
.vs table { font-size: .8125rem; }
.vs th { padding: .9rem 1rem; text-align: left; border-bottom: 1px solid var(--hair-soft);
  font-family: var(--mono); font-size: .625rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-3); }
.vs th.is-us { color: var(--ion); background: var(--ion-haze); }
.vs td { padding: .85rem 1rem; border-bottom: 1px solid var(--hair-soft); color: var(--text-2); }
.vs td.is-us { background: var(--ion-haze); color: var(--text); font-family: var(--mono); }
.vs tr:last-child td { border-bottom: 0; }
.vs .ok { color: var(--up); }
.vs td.is-us.ok { color: var(--up); }
.vs .no { color: #7c8a9e; }
.quotes { display: grid; gap: 1px; background: var(--hair-soft);
  grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--hair-soft); }
.quote { background: var(--void); padding: clamp(1.25rem, 2.4vw, 1.875rem); display: flex; flex-direction: column; }
.quote__stars { display: flex; gap: 2px; color: var(--ion); margin-bottom: .875rem; }
.quote__stars svg { width: 13px; height: 13px; }
.quote__t { font-size: .9375rem; line-height: 1.65; color: var(--text-2); font-weight: 300; flex: 1; }
.quote__w { margin-top: 1.25rem; display: flex; align-items: center; gap: .625rem; }
.quote__av { width: 30px; height: 30px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, rgba(29,125,245,.32), rgba(96,152,255,.24));
  display: grid; place-items: center; font-family: var(--mono); font-size: .6875rem; color: var(--text); }
.quote__n { font-size: .8125rem; }
.quote__n span { display: block; font-size: .6875rem; color: var(--text-3); }
.cases { display: grid; gap: .5rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.case {
  padding: clamp(1.25rem, 2.2vw, 1.75rem); border: 1px solid var(--hair-soft); border-radius: var(--r-3);
  display: flex; flex-direction: column; gap: .75rem;
  transition: border-color var(--t) var(--ease), transform var(--t) var(--ease);
}
.case:hover { border-color: rgba(29,125,245,.34); transform: translateY(-3px); }
.case__ico { width: 28px; height: 28px; color: var(--ion); }
.case__h { font-size: .9375rem; font-weight: 500; letter-spacing: .02em; }
.case__p { font-size: .8125rem; line-height: 1.6; color: var(--text-2); }
.case__m { margin-top: auto; font-family: var(--mono); font-size: .625rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ion); }
.pings { display: grid; gap: 1px; background: var(--hair-soft); border: 1px solid var(--hair-soft); }
.ping { background: var(--void); display: flex; align-items: center; gap: .875rem; padding: .8rem 1.125rem; }
.ping__c { font-size: .875rem; }
.ping__v { margin-left: auto; font-family: var(--mono); font-size: .8125rem; font-variant-numeric: tabular-nums; color: var(--ion); }
.ping__bar { width: 84px; height: 2px; background: var(--skin-02); overflow: hidden; flex: none; }
.ping__bar i { display: block; height: 100%; background: var(--ion); }
.beacon {
  position: relative; isolation: isolate;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 4vw, 4rem);
  border: 1px solid var(--hair); border-radius: var(--r-3); text-align: center;
  background:
    radial-gradient(90% 130% at 50% 0%, rgba(29,125,245,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.02), transparent);
  overflow: hidden;
}
.beacon::before {
  content: ""; position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  width: 60%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--ion), transparent);
  box-shadow: 0 0 22px var(--ion-glow);
}
@media (max-width: 1000px) {
  .show, .show--flip { grid-template-columns: 1fr; }
  .show--flip .show__art { order: 0; }
  .caps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quotes { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; --flow-n: 52px; }
  .flow__i { padding: var(--s-3) 0 var(--s-3) calc(var(--flow-n) + 1rem); }
  .flow__i::before {
    left: calc(var(--flow-n) / 2); right: auto; top: 0; bottom: 0;
    width: 1px; height: auto;
  }
  .flow__n { position: absolute; left: 0; top: var(--s-3); font-size: 1rem; }
}
@media (max-width: 620px) {
  .caps { grid-template-columns: 1fr; }
  .vs { overflow-x: auto; }
}
.is-lit .mark__glyph circle { animation: markCore 1.1s var(--ease-out) .25s backwards; }
.is-lit .mark__glyph .orb    { animation: spin 14s linear infinite, markRing .9s var(--ease-out) .35s backwards; }
@keyframes markCore { from { opacity: 0; transform: scale(.2); transform-origin: 50% 50%; } }
@keyframes markRing { from { opacity: 0; transform: scale(.55) rotate(-40deg); } }
@media (prefers-reduced-motion: reduce) {
  .is-lit .mark__glyph circle, .is-lit .mark__glyph .orb { animation: none; }
}
.matrix { border: 1px solid var(--hair-soft); overflow-x: auto; }
.matrix table { min-width: 720px; font-size: .8125rem; }
.matrix th {
  padding: 1rem; text-align: left; vertical-align: bottom;
  border-bottom: 1px solid var(--hair);
  font-family: var(--mono); font-size: .625rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--text-3);
}
.matrix th.is-plan { color: var(--text); text-align: center; }
.matrix th.is-plan b {
  display: block; font-family: var(--display); font-size: 1rem; font-weight: 400;
  letter-spacing: .04em; color: var(--text); margin-bottom: .35rem;
}
.matrix th.is-plan span { display: block; font-family: var(--mono); font-size: 1rem; color: var(--ion); }
.matrix th.is-plan small { display: block; font-size: .5625rem; color: var(--text-3); margin-top: .2rem; }
.matrix td { padding: .8rem 1rem; border-bottom: 1px solid var(--hair-soft); color: var(--text-2); }
.matrix td.v { text-align: center; font-family: var(--mono); color: var(--text); }
.matrix tr:last-child td { border-bottom: 0; }
.matrix tbody tr:hover td { background: var(--skin-01); }
.matrix .yes { color: var(--up); }
.matrix .no  { color: var(--text-3); }
.matrix__cta { padding: 1rem; text-align: center; }
.mslide { position: relative; }
.mslide .matrix { scroll-behavior: smooth; }
.mslide .matrix th:first-child,
.mslide .matrix td:first-child {
  position: sticky; left: 0; z-index: 2;
  background: var(--void);
}
.mslide .matrix tbody tr:hover td:first-child {
  background: linear-gradient(var(--skin-01), var(--skin-01)), var(--void);
}
.mslide .matrix th:first-child::after,
.mslide .matrix td:first-child::after {
  content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 1px;
  background: var(--hair-soft);
}
.mslide__bar {
  display: flex; align-items: center; justify-content: flex-end; gap: .625rem;
  margin-bottom: .625rem;
}
.mslide__hint {
  margin-right: auto;
  font-family: var(--mono); font-size: .6875rem; letter-spacing: .06em;
  color: var(--text-3);
}
.mslide__nav {
  width: 38px; height: 38px; flex: none; display: grid; place-items: center;
  border: 1px solid var(--hair-strong); border-radius: 50%;
  background: rgba(2, 12, 26, .8);
  color: var(--text); cursor: pointer;
  transition: border-color var(--t-fast) var(--ease), color var(--t-fast) var(--ease),
              opacity var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.mslide__nav svg { width: 17px; height: 17px; }
.mslide__nav:hover:not([disabled]) { border-color: var(--ion); color: var(--ion-light); transform: scale(1.06); }
.mslide__nav:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.mslide__nav[disabled] { opacity: .28; cursor: default; }
.mslide.is-plein .mslide__bar { display: none; }
@media (max-width: 640px) {
  .mslide__hint { display: none; }
  .mslide__bar { justify-content: flex-end; }
}
.why { display: grid; gap: 1px; background: var(--hair-soft);
  grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--hair-soft); }
.why__i {
  background: var(--void); padding: clamp(1.25rem, 2.4vw, 2rem);
  display: grid; grid-template-columns: auto 1fr; gap: .35rem 1.125rem;
  align-content: start;
}
.why__i .hexo { --hex-size: 94px; grid-row: 1 / span 2; align-self: center; }
.why__i .hexo svg { width: 46%; height: 46%; }
.why__h { grid-column: 2; align-self: start; font-size: 1rem; font-weight: 500; letter-spacing: .02em; }
.why__p { grid-column: 1 / -1; margin-top: .75rem; font-size: .8125rem; line-height: 1.65; color: var(--text-2); }
.why__n { grid-column: 2; align-self: end; font-family: var(--mono); font-size: 1.75rem; font-weight: 200; color: var(--ion); line-height: 1; }
@media (max-width: 900px) { .why { grid-template-columns: 1fr; } }
.packs { display: grid; gap: .5rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.packc {
  position: relative; overflow: hidden; border: 1px solid var(--hair-soft);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  aspect-ratio: 16 / 10; display: block;
}
.packc img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.packc:hover img { transform: scale(1.06); }
.packc__t {
  position: absolute; inset: auto 0 0 0; padding: 1.5rem 1rem .875rem;
  background: linear-gradient(180deg, transparent, rgba(5,6,10,.92) 62%);
  font-family: var(--display); font-size: .875rem; font-weight: 400;
  letter-spacing: .04em; text-transform: uppercase;
}
.auth {
  display: grid; gap: clamp(1.5rem, 3vw, 3rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .78fr);
  align-items: stretch;
}
.auth--solo { grid-template-columns: minmax(0, 1fr); max-width: 640px; margin-inline: auto; }
.auth__main {
  position: relative; isolation: isolate;
  padding: clamp(1.75rem, 3.4vw, 2.75rem);
  background: linear-gradient(180deg, rgba(3, 25, 55, .88) 0%, rgba(1, 10, 25, .96) 100%);
  border: 1px solid var(--hair);
  box-shadow: 0 30px 80px -40px rgba(0, 0, 0, .95);
}
.auth__main::before {
  content: ""; position: absolute; left: 18px; right: 0; top: 0; height: 1px; z-index: 1;
  background: linear-gradient(90deg, transparent, var(--ion), transparent);
  box-shadow: 0 0 16px var(--ion-glow);
}
.auth__form { display: grid; gap: 1.125rem; margin-top: var(--s-5); }
.auth__duo {
  display: grid; gap: 1.125rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.auth__row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
}
.auth__link {
  font-size: .8125rem; color: var(--text-2);
  border-bottom: 1px solid transparent;
}
.auth__link:hover { color: var(--ion-text); border-bottom-color: currentColor; }
.auth__alt {
  margin-top: .25rem; padding-top: 1.125rem;
  border-top: 1px solid var(--hair-soft);
  font-size: .875rem; color: var(--text-2);
}
.auth__alt a { color: var(--ion-text); font-weight: 600; }
.auth__alt a:hover { text-decoration: underline; }
.oauth { display: grid; gap: .625rem; margin-top: 1.125rem; }
.oauth__sep {
  display: flex; align-items: center; gap: .75rem;
  font-size: .75rem; color: var(--text-3);
}
.oauth__sep i { flex: 1; height: 1px; background: var(--hair-soft); }
.oauth__b {
  display: flex; align-items: center; justify-content: center; gap: .625rem;
  min-height: 46px; padding: 0 1rem; border-radius: var(--r-2);
  border: 1px solid var(--hair); background: var(--skin-01);
  color: var(--text); font-size: .9375rem; font-weight: 600; text-decoration: none;
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease),
              transform var(--t-fast) var(--ease);
}
.oauth__b:hover { border-color: var(--hair-strong); background: var(--skin-02); }
.oauth__b:active { transform: translateY(1px); }
.oauth__b:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.oauth__b svg { width: 19px; height: 19px; flex: none; }
.oauth__b--discord { color: #fff; background: #5865F2; border-color: #5865F2; }
.oauth__b--discord:hover { background: #4752c4; border-color: #4752c4; }
@media (max-width: 420px) {
  .oauth__b span { font-size: .875rem; }
}
.oauth__msg {
  margin-top: 1rem; padding: .75rem .875rem; border-radius: var(--r-2);
  border: 1px solid var(--hair-strong); background: var(--skin-02);
  font-size: .875rem; line-height: 1.55; color: var(--text-2);
}
.oauth__mail { color: var(--text); word-break: break-all; }
.oauth--tunnel { margin-top: 1.5rem; }
@media (min-width: 720px) {
  .oauth--tunnel { grid-template-columns: 1fr 1fr; column-gap: .75rem; }
  .oauth--tunnel .oauth__sep { grid-column: 1 / -1; }
}
.auth__legal { font-size: .75rem; line-height: 1.6; color: var(--text-3); }
.auth__legal a { color: var(--text-2); text-decoration: underline; }
.auth__legal a:hover { color: var(--ion-text); }
.auth__side {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--hair-soft); border-radius: var(--r-3);
  background: linear-gradient(180deg, rgba(2, 16, 36, .6) 0%, rgba(0, 6, 18, .8) 100%);
}
.auth__side--brand {
  display: grid; align-content: center; justify-items: center; text-align: center;
  padding-block: clamp(2rem, 4vw, 3rem);
}
.auth__logo { width: min(240px, 68%); height: auto; display: block; }
.auth__claim {
  margin-top: var(--s-5);
  font-family: var(--display); font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  font-weight: 700; line-height: 1.25; letter-spacing: -.01em; color: var(--text);
}
.auth__sub { margin-top: .75rem; font-size: .875rem; line-height: 1.6; color: var(--text-2); }
.auth__fact {
  width: 100%; margin-top: var(--s-5); padding: .875rem 1rem;
  min-height: 92px; display: grid; align-content: center; gap: .35rem;
  border: 1px solid var(--hair-soft); border-left: 2px solid var(--ion);
  border-radius: 0 var(--r-2) var(--r-2) 0;
  background: rgba(29, 125, 245, .06); text-align: left;
}
.auth__fact figcaption {
  font-family: var(--mono); font-size: .5625rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ion-text);
}
.auth__fact p {
  font-size: .8125rem; line-height: 1.6; font-style: italic; color: var(--text-2);
  transition: opacity .35s var(--ease);
}
.auth__nums {
  width: 100%; margin-top: var(--s-5); padding-top: var(--s-5);
  border-top: 1px solid var(--hair-soft);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem .5rem;
}
.auth__num { display: grid; gap: .2rem; }
.auth__num b {
  font-family: var(--mono); font-size: clamp(1rem, 1.5vw, 1.25rem); font-weight: 700;
  letter-spacing: -.01em; color: var(--ion-text); font-variant-numeric: tabular-nums;
}
.auth__num--up b { color: var(--up); }
.auth__num span { font-size: .6875rem; line-height: 1.35; color: var(--text-3); }
.auth__badge { margin-bottom: var(--s-4); }
.auth__list { display: grid; gap: 1.125rem; margin-top: var(--s-4); list-style: none; }
.auth__list li {
  position: relative; padding-left: 1.5rem;
  font-size: .875rem; line-height: 1.6;
}
.auth__list li::before {
  content: ""; position: absolute; left: 0; top: .5em;
  width: 9px; height: 10px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--ion);
}
.auth__list b { display: block; color: var(--text); font-weight: 600; }
.auth__list span { color: var(--text-2); }
.auth__foot {
  margin-top: var(--s-5); padding-top: var(--s-4);
  border-top: 1px solid var(--hair-soft);
  font-size: .75rem; color: var(--text-3);
}
@media (max-width: 900px) {
  .auth { grid-template-columns: 1fr; }
  .auth__side { order: 2; }
}
.statusbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: clamp(1rem, 3vw, 2.5rem); flex-wrap: wrap;
  padding: clamp(1.25rem, 2.6vw, 1.75rem) clamp(1.5rem, 3vw, 2.25rem);
  background: linear-gradient(180deg, rgba(4, 32, 24, .5) 0%, rgba(1, 12, 26, .92) 100%);
  border: 1px solid rgba(63, 217, 164, .28);
  box-shadow: 0 0 40px -18px rgba(63, 217, 164, .5);
}
.statusbar__l { display: flex; align-items: center; gap: 1.125rem; }
.statusbar__pulse {
  position: relative; flex: none; width: 12px; height: 12px; border-radius: 50%;
  background: var(--up, #3fd9a4); box-shadow: 0 0 14px rgba(63, 217, 164, .9);
}
.statusbar__pulse::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(63, 217, 164, .7);
  animation: pulseRing 2.4s var(--ease-out) infinite;
}
@keyframes pulseRing {
  0%   { transform: scale(1);   opacity: .9; }
  100% { transform: scale(3.6); opacity: 0; }
}
.statusbar__t { font-family: var(--display); font-size: 1.0625rem; font-weight: 700; }
.statusbar__s { margin-top: .2rem; font-size: .8125rem; color: var(--text-3); }
.statusbar__r { display: flex; gap: clamp(1.25rem, 3vw, 2.75rem); flex-wrap: wrap; }
.statusbar__k b { display: block; font-family: var(--mono); font-size: 1.25rem; line-height: 1.1; }
.statusbar__k span { font-size: .6875rem; color: var(--text-3); letter-spacing: .04em; }
.svcs { display: grid; gap: 1px; background: var(--hair-soft); border: 1px solid var(--hair-soft); border-radius: var(--r-3); overflow: hidden; }
.svc {
  padding: clamp(1.1rem, 2.2vw, 1.5rem) clamp(1.25rem, 2.6vw, 1.75rem);
  background: linear-gradient(180deg, rgba(3, 22, 48, .8) 0%, rgba(1, 10, 24, .92) 100%);
  transition: background var(--t) var(--ease);
}
.svc:hover { background: linear-gradient(180deg, rgba(6, 38, 78, .85) 0%, rgba(2, 15, 33, .95) 100%); }
.svc__hd { display: flex; align-items: center; gap: .875rem; }
.svc__dot {
  flex: none; width: 9px; height: 10px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #3fd9a4; box-shadow: 0 0 12px rgba(63, 217, 164, .8);
}
.svc--warn .svc__dot { background: var(--gold); box-shadow: 0 0 12px rgba(245, 158, 11, .8); }
.svc__n { font-family: var(--display); font-size: 1rem; font-weight: 600; }
.svc__s { margin-top: .15rem; font-size: .8125rem; color: var(--text-3); }
.svc__badge {
  margin-left: auto; flex: none;
  padding: .3rem .7rem; border-radius: 999px;
  font-size: .6875rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: #7defc4; background: rgba(63, 217, 164, .1);
  border: 1px solid rgba(63, 217, 164, .32);
}
.svc--warn .svc__badge { color: var(--gold-text); background: rgba(245, 158, 11, .1); border-color: rgba(245, 158, 11, .35); }
.svc__bars { display: flex; gap: 2px; align-items: stretch; height: 34px; margin-top: 1rem; }
.svc__b {
  flex: 1 1 0; min-width: 2px; border-radius: 1px;
  background: linear-gradient(180deg, rgba(63, 217, 164, .85), rgba(63, 217, 164, .35));
  transition: transform .18s var(--ease), filter .18s var(--ease);
  transform-origin: 50% 100%;
}
.svc.is-live .svc__b {
  transform: scaleY(0);
  animation: svcpousse .5s var(--ease-out) var(--r, 0ms) forwards;
}
@keyframes svcpousse { to { transform: scaleY(1); } }
.svc.is-live .svc__b:hover { animation: none; transform: scaleY(1.14); }
.svc__b.is-warn { background: linear-gradient(180deg, var(--gold), rgba(245, 158, 11, .4)); }
.svc__b:hover { transform: scaleY(1.14); filter: brightness(1.4); }
.svc__ft {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: .625rem; font-size: .6875rem; color: var(--text-3);
}
.svc__up { color: var(--text-2); }
.svc__up b { font-family: var(--mono); color: var(--text); font-size: .8125rem; }
@media (max-width: 700px) {
  .svc__bars { height: 26px; gap: 1px; }
  .svc__b:nth-child(-n+45) { display: none; }
}
.metrics { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.metric {
  padding: clamp(1.1rem, 2.2vw, 1.5rem);
  border: 1px solid var(--hair-soft); border-radius: var(--r-3);
  background: linear-gradient(180deg, rgba(3, 22, 48, .7) 0%, rgba(1, 10, 24, .9) 100%);
}
.metric__k { font-size: .75rem; color: var(--text-3); letter-spacing: .04em; }
.metric__v { display: flex; align-items: baseline; gap: .35rem; margin-top: .5rem; }
.metric__v b { font-family: var(--mono); font-size: 1.75rem; line-height: 1; }
.metric__v span { font-size: .75rem; color: var(--text-3); }
.metric__spark { margin-top: .875rem; height: 34px; color: var(--ion); opacity: .8; }
.metric__spark svg { width: 100%; height: 100%; overflow: visible; }
.metric__spark polyline {
  stroke-dasharray: 260; stroke-dashoffset: 260;
  animation: sparkDraw 1.6s var(--ease-out) forwards;
  filter: drop-shadow(0 0 6px var(--ion-glow));
}
@keyframes sparkDraw { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
  .metric__spark polyline { animation: none; stroke-dashoffset: 0; }
  .statusbar__pulse::after { animation: none; opacity: 0; }
  .svc.is-live .svc__b { animation: none; transform: none; }
}
.timeline { list-style: none; display: grid; gap: 0; }
.tl { position: relative; display: flex; gap: 1.25rem; padding-bottom: var(--s-5); }
.tl::before {
  content: ""; position: absolute; left: 5px; top: 18px; bottom: 0; width: 1px;
  background: linear-gradient(180deg, var(--hair-strong), transparent);
}
.tl:last-child { padding-bottom: 0; }
.tl:last-child::before { display: none; }
.tl__dot {
  position: relative; z-index: 1; flex: none; margin-top: 6px;
  width: 11px; height: 12px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.tl__dot--ok   { background: #3fd9a4; box-shadow: 0 0 14px rgba(63, 217, 164, .7); }
.tl__dot--warn { background: var(--gold); box-shadow: 0 0 14px rgba(245, 158, 11, .7); }
.tl__d { font-family: var(--mono); font-size: .6875rem; color: var(--text-3); letter-spacing: .06em; }
.tl__t { margin-top: .3rem; font-family: var(--display); font-size: 1.0625rem; font-weight: 600; }
.tl__x { margin-top: .5rem; font-size: .875rem; line-height: 1.65; color: var(--text-2); max-width: 68ch; }
.tl__r {
  display: inline-block; margin-top: .75rem;
  padding: .25rem .625rem; border-radius: 999px;
  font-size: .6875rem; color: var(--text-2);
  background: rgba(8, 30, 58, .7); border: 1px solid var(--hair-soft);
}
.tlnone {
  display: flex; align-items: center; gap: 1.25rem;
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
  border: 1px solid rgba(63, 217, 164, .28); border-radius: var(--r-3);
  background: linear-gradient(180deg, rgba(63, 217, 164, .07), transparent);
}
.tlnone .hexo { --hex-size: 46px; color: var(--up); flex: none; }
.tlnone .hexo svg { width: 46%; height: 46%; }
.tlnone__t { font-family: var(--display); font-size: 1.0625rem; font-weight: 600; color: var(--text); }
.tlnone__x { margin-top: .375rem; font-size: .875rem; line-height: 1.65; color: var(--text-2); max-width: 68ch; }
.tlnone__w {
  display: inline-block; margin-top: .75rem;
  padding: .25rem .625rem; border-radius: 999px;
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--up);
  background: rgba(2, 20, 16, .7); border: 1px solid rgba(63, 217, 164, .35);
}
@media (max-width: 640px) { .tlnone { flex-direction: column; align-items: flex-start; gap: 1rem; } }
.show__art--img {
  position: relative; aspect-ratio: 4 / 3;
  clip-path: none; border: 0; background: none;
  display: flex; align-items: flex-end; justify-content: center;
  overflow: visible;
}
.show__art--img::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
  border: 1px solid var(--hair-soft);
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(29,125,245,.07), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.022), transparent);
}
.show__art--img img {
  position: relative; z-index: 1;
  width: min(94%, 460px); height: auto;
  margin-top: clamp(-72px, -6vw, -34px);
  filter: drop-shadow(0 22px 46px rgba(0, 0, 0, .7));
}
.show__art--free { aspect-ratio: auto; align-items: center; }
.show__art--free::before { content: none; }
.show__art--free img {
  width: 100%; max-width: none; margin-top: 0;
  filter: drop-shadow(0 26px 52px rgba(0, 0, 0, .6));
}
.optsplit {
  display: grid; align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr) minmax(0, 1fr);
}
.optsplit__art { position: relative; grid-column: 2; }
.optsplit__art img {
  display: block; width: 100%; height: auto;
  filter: drop-shadow(0 24px 54px rgba(0, 0, 0, .72));
}
.optsplit__art::before {
  content: ""; position: absolute; inset: 6% 4% 2%; z-index: -1;
  background: radial-gradient(60% 55% at 50% 55%, var(--ion-haze), transparent 74%);
  filter: blur(24px);
}
.optlist { display: grid; gap: clamp(1.5rem, 3vw, 2.25rem); }
.optrow {
  display: flex; align-items: flex-start; gap: 1rem;
  background: none; border: 0; padding: 0;
}
.optrow__i {
  flex: none; width: 34px; height: 39px; display: grid; place-items: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(160deg, rgba(29,125,245,.22), rgba(29,125,245,.04));
  color: var(--ion-light);
  transition: background var(--t) var(--ease), transform var(--t) var(--spring);
}
.optrow__i svg { width: 17px; height: 17px; }
.optrow:hover .optrow__i {
  background: linear-gradient(160deg, rgba(29,125,245,.46), rgba(29,125,245,.1));
  transform: translateY(-2px);
}
.optrow__t { min-width: 0; }
.optrow__h { font-family: var(--display); font-size: 1rem; font-weight: 600; line-height: 1.25; }
.optrow__p { margin-top: .3rem; font-size: .875rem; line-height: 1.6; color: var(--text-2); }
@media (max-width: 1000px) {
  .optsplit { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .optsplit__art { grid-column: 1 / -1; grid-row: 1; max-width: 380px; margin-inline: auto; }
}
@media (max-width: 640px) {
  .optsplit { grid-template-columns: 1fr; }
}
.band--install { position: relative; isolation: isolate; min-height: 34rem;
  display: grid; align-content: center; }
.band--install::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  top: 50%; translate: 0 -50%;
  right: calc((100% - var(--rail)) / 2 + 1.5vw);
  height: 92%; width: min(68%, 900px);
  background: url("art/install.avif") right center / contain no-repeat;
  opacity: .5;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
}
@media (max-width: 900px) { .band--install::before { display: none; } }
.show__art--fr {
  overflow: visible; clip-path: none; border: 0; background: none;
}
.show__art--fr::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
  border: 1px solid var(--hair-soft);
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(29,125,245,.07), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.022), transparent);
}
.show__art--fr > svg { position: relative; z-index: 1; translate: -26% 0; }
@media (max-width: 900px) { .show__art--fr > svg { translate: -12% 0; } }
.show__flag {
  position: absolute; z-index: 2; pointer-events: none;
  right: clamp(-104px, -14%, -40px);
  bottom: clamp(-132px, -24%, -56px);
  height: 146%; width: auto; max-width: none;
  filter: drop-shadow(0 26px 52px rgba(0, 0, 0, .82));
}
@media (max-width: 900px) { .show__flag { height: 124%; bottom: -14%; right: -9%; } }
.gflow { position: relative; isolation: isolate; }
.gplein {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: .75rem clamp(.875rem, 1.6vw, 1.375rem);
  margin: 0 0 clamp(1.25rem, 2.4vw, 1.75rem);
  padding: clamp(.875rem, 1.6vw, 1.125rem) clamp(1rem, 1.8vw, 1.375rem);
  border: 1px solid rgba(240, 166, 58, .38); border-radius: var(--r-2);
  background: linear-gradient(120deg, rgba(240, 166, 58, .1), rgba(240, 166, 58, .03));
}
.gplein__i {
  flex: none; display: grid; place-items: center;
  width: 38px; aspect-ratio: 1 / 1.1547;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(160deg, rgba(240, 166, 58, .6), rgba(240, 166, 58, .14));
  color: #f0a63a; position: relative;
}
.gplein__i::before { content: ""; position: absolute; inset: 1px; clip-path: inherit; background: var(--void); }
.gplein__i svg { position: relative; z-index: 1; width: 19px; height: 19px; }
.gplein__t {
  flex: 1 1 22rem; min-width: 0;
  font-size: .875rem; line-height: 1.6; color: var(--text-2);
}
.gplein__t b { display: block; color: #fff; font-weight: 700; }
.gplein__a { flex: none; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.band--lead { padding-block: clamp(1.75rem, 3vw, 2.75rem) clamp(.75rem, 1.4vw, 1.25rem); }
.band--flow { padding-block: clamp(.5rem, 1.2vw, 1rem) clamp(2.5rem, 5vw, 4.5rem); }
.gflow__rail {
  display: flex; align-items: center; gap: clamp(.5rem, 2vw, 1.75rem);
  list-style: none; flex-wrap: wrap;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.gstep {
  display: inline-flex; align-items: center; gap: .625rem;
  border: 0; background: none; padding: 0; cursor: default;
  font-family: var(--mono); font-size: .6875rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--text-3);
  transition: color var(--t) var(--ease);
}
.gstep__n {
  position: relative; flex: none;
  width: 30px; aspect-ratio: 1 / 1.1547;
  display: grid; place-items: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--hair); color: var(--text-3);
  font-size: .6875rem; font-weight: 700;
  transition: background var(--t) var(--ease), color var(--t) var(--ease),
              filter var(--t) var(--ease);
}
.gstep.is-done { cursor: pointer; color: var(--text-2); }
.gstep.is-done .gstep__n { background: var(--ion-deep); color: #dbeaff; }
.gstep.is-done:hover .gstep__n { background: var(--ion); color: #fff; }
.gstep.is-on { color: #fff; }
.gstep.is-on .gstep__n {
  background: var(--ion); color: #fff;
  filter: drop-shadow(0 0 12px var(--ion-glow));
}
.gstep__bar {
  flex: 1 1 24px; min-width: 18px; max-width: 74px; height: 1px;
  background: var(--hair);
}
.gstep__bar.is-done { background: linear-gradient(90deg, var(--ion), var(--ion-deep)); }
.gstage {
  position: relative; overflow: hidden;
  transition: height .5s cubic-bezier(.22, .9, .28, 1);
}
.gview {
  position: absolute; inset: 0 0 auto 0;
  opacity: 0; pointer-events: none;
  transform: translateX(100%) scale(.92);
  filter: blur(22px) brightness(.6);
  transition: opacity .34s var(--ease),
              transform .62s cubic-bezier(.16, .86, .21, 1),
              filter .4s var(--ease);
  will-change: transform, filter, opacity;
}
.gview.is-left { transform: translateX(-100%) scale(.92); }
.gview.is-on {
  position: relative; opacity: 1; pointer-events: auto;
  transform: none; filter: none;
}
.ghex {
  --gjeu: 5px;
  --gcol: 5;
  --gwi: min(200px, calc((100% - (var(--gcol) - 1) * var(--gjeu) - 2px) / var(--gcol)));
  --gpas: calc((var(--gwi) + var(--gjeu)) / 4);
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  column-gap: var(--gjeu);
  justify-content: center;
  padding-block: .75rem;
  padding-inline: calc((100% + 500px) / 22);
}
@media (min-width: 871px) {
  .ghex__i:nth-child(10n+6),  .ghex__i:nth-child(10n+7),
  .ghex__i:nth-child(10n+8),  .ghex__i:nth-child(10n+9),
  .ghex__i:nth-child(10n+10) { left: var(--gpas); }
  .ghex__i:nth-child(n+6) { margin-block-start: calc(var(--gwi) * -.254); }
}
.ghex__i {
  position: relative;
  flex: 0 0 var(--gwi); width: var(--gwi); aspect-ratio: 1 / 1.1547;
  align-self: start;
  left: calc(var(--gpas) * -1);
  display: block; padding: 0; border: 0; cursor: pointer; text-align: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--hair);
  transition: transform .34s var(--spring), filter var(--t) var(--ease),
              background var(--t) var(--ease);
  z-index: 1;
}
.ghex__art {
  position: absolute; inset: 2px; z-index: 0; clip-path: inherit;
  background-image: url("art/games_sp0.avif");
  background-repeat: no-repeat;
  background-size: var(--sz, 500%) auto;
  background-position: var(--sx) var(--sy);
  transition: transform .8s var(--ease);
}
.ghex__art::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(1, 7, 18, .5) 74%, #010712 100%);
}
.ghex__t {
  position: absolute; inset: auto 7% 1.3rem 7%; z-index: 1;
  display: block; pointer-events: none;
}
.ghex__n {
  display: block;
  font-family: var(--display); font-size: .875rem; font-weight: 700;
  line-height: 1.18; color: #fff; text-shadow: 0 2px 10px rgba(0, 0, 0, .85);
  overflow-wrap: break-word; text-wrap: balance;
}
.ghex__p {
  display: block; margin-top: .2rem;
  font-family: var(--mono); font-size: .6875rem; font-weight: 700;
  letter-spacing: .02em; color: #ffda59;
}
.ghex__p:empty::before { content: "\00a0"; }
.ghex:not(.is-set) { perspective: 1400px; }
.ghex:not(.is-set) .ghex__i { backface-visibility: hidden; }
.ghex__i { transform-origin: 50% 50%; }
.gflow.is-live .ghex__i {
  opacity: 0; transform: rotateY(-96deg) scale(.86);
  animation: ghexflip .72s cubic-bezier(.2, .86, .28, 1) calc(var(--w, 0) * 65ms) forwards;
}
@keyframes ghexflip {
  0%   { opacity: 0; transform: rotateY(-96deg) scale(.86); }
  55%  { opacity: 1; }
  100% { opacity: 1; transform: none; }
}
.ghex.is-set .ghex__i { animation: none; opacity: 1; transform: none; }
@media (hover: hover) {
  .ghex.is-set .ghex__i:hover { transform: scale(1.05); z-index: 3; }
  .ghex.is-set .ghex__i:hover .ghex__art { transform: scale(1.06); }
}
.ghex__i:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 3px; }
.ghex__i.is-on {
  background: var(--ion); z-index: 4;
  filter: drop-shadow(0 0 24px var(--ion-glow));
}
.gflow.is-live .ghex__i.is-on { animation: none; opacity: 1; transform: none; }
.ghex__i.is-on .ghex__art { inset: 6px; }
@keyframes ghexsillage {
  0%   { filter: grayscale(1) brightness(.72); }
  100% { filter: none; }
}
.ghex__i.is-echo .ghex__art { animation: ghexsillage .62s var(--ease-out); }
.ghex__soon {
  position: absolute; top: 16%; left: 50%; translate: -50% 0; z-index: 2;
  padding: .15rem .5rem; border-radius: 3px; white-space: nowrap;
  font-family: var(--mono); font-size: .5625rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold-text); background: rgba(10, 6, 0, .82);
  border: 1px solid rgba(245, 158, 11, .5);
}
.ghex__i[data-soon] { cursor: not-allowed; }
.ghex__i[data-soon] .ghex__art { filter: grayscale(.7) brightness(.6); }
.ghex__i[data-soon]:hover { transform: none; filter: none; }
.ghex__i.is-lourd .ghex__art { filter: grayscale(.68) brightness(.62); }
.ghex__i.is-lourd .ghex__n { color: var(--text-3); }
.ghex__i.is-lourd .ghex__p { color: #f0a63a; }
.ghex__i.is-lourd:hover .ghex__art { filter: grayscale(.3) brightness(.85); }
@media (min-width: 621px) and (max-width: 870px) {
  .ghex {
    --gcol: 3;
    padding-inline: calc((100% + 134px) / 14);
    max-width: 620px;
    margin-inline: auto;
  }
  .ghex__i.is-on { filter: drop-shadow(0 0 12px var(--ion-glow)); }
  .ghex__i:nth-child(6n+4), .ghex__i:nth-child(6n+5), .ghex__i:nth-child(6n+6) {
    left: var(--gpas);
  }
  .ghex__i:nth-child(n+4) { margin-block-start: calc(var(--gwi) * -.254); }
}
@media (max-width: 620px) {
  .ghex {
    --gcol: 2;
    padding-inline: calc((100% + 91px) / 10);
    max-width: 460px;
  }
  .ghex__i.is-on { filter: drop-shadow(0 0 12px var(--ion-glow)); }
  .ghex__i:nth-child(4n+3), .ghex__i:nth-child(4n+4) { left: var(--gpas); }
  .ghex__i:nth-child(n+3) { margin-block-start: calc(var(--gwi) * -.254); }
  .ghex__n { font-size: .75rem; }
  .ghex__p { font-size: .625rem; }
}
.gplans .plan { position: relative; }
.gplans .plan .plan__hit {
  position: absolute; inset: 0; z-index: 3;
  border: 0; background: none; cursor: pointer; padding: 0;
}
.gplans .plan .plan__hit:focus-visible { outline: 2px solid var(--ion-light); outline-offset: -3px; }
.vh {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}
.plans__note {
  margin: 1.25rem auto 0;
  font-size: .75rem; line-height: 1.7; text-align: center; color: var(--text-3);
  text-wrap: pretty;
}
.plan__name { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; }
.plan__best {
  flex: none;
  font-family: var(--mono); font-size: .5625rem; font-weight: 700;
  letter-spacing: .14em; line-height: 1; white-space: nowrap;
  color: var(--ion-light);
  text-shadow: none; -webkit-text-stroke: 0;
}
.gplans .plan.is-on { background: linear-gradient(180deg, rgba(8, 48, 96, .92) 0%, rgba(2, 16, 36, .96) 100%); }
.gplans .plan.is-on .plan__flag { opacity: 1; box-shadow: 0 0 18px var(--ion-glow); }
.gplans .plan.is-on .plan__art { opacity: .2; }
.gplans .plan__pick {
  position: absolute; top: .875rem; right: .875rem; z-index: 2;
  width: 22px; height: 25px; display: grid; place-items: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--hair); opacity: 0; transform: scale(.6);
  transition: opacity var(--t) var(--ease), transform .28s var(--spring), background var(--t) var(--ease);
}
.gplans .plan__pick svg { width: 12px; height: 12px; stroke: #fff; fill: none; stroke-width: 2.6; }
.gplans .plan.is-on .plan__pick { opacity: 1; transform: none; background: var(--ion); }
.gpick { display: grid; gap: clamp(.75rem, 1.6vw, 1rem);
  grid-template-columns: repeat(auto-fit, minmax(214px, 1fr)); }
.gcard {
  position: relative; padding: 1.25rem 1.125rem; text-align: left; cursor: pointer;
  border: 1px solid var(--hair-soft); background: rgba(3, 18, 40, .5);
  transition: border-color var(--t) var(--ease), background var(--t) var(--ease),
              transform var(--t) var(--spring);
}
.gcard:hover { border-color: rgba(29,125,245,.45); transform: translateY(-2px); }
.gcard:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 3px; }
.gcard.is-on { border-color: var(--ion); background: rgba(8, 38, 78, .62); }
.gcard.is-on::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--ion), transparent);
}
.gcard__n {
  font-family: var(--display); font-size: .9375rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: #fff;
}
.gcard__s { margin-top: .5rem; display: grid; gap: .2rem;
  font-size: .75rem; color: var(--text-3); }
.gcard__s b { color: var(--text-2); font-weight: 600; }
.gcard__p { margin-top: .875rem; display: flex; align-items: baseline; gap: .3rem; }
.gcard__p b { font-family: var(--mono); font-size: 1.5rem; font-weight: 200;
  letter-spacing: -.02em; color: var(--gold); }
.gcard__p span { font-family: var(--mono); font-size: .6875rem; color: var(--text-3); }
.gview[data-need="offre"] > .gseg { display: flex; margin-inline: auto; }
.gseg {
  display: inline-flex; flex-wrap: wrap;
  border: 1px solid var(--hair); border-radius: var(--r-2); overflow: hidden;
  background: rgba(3, 18, 40, .5);
}
.gseg__i {
  position: relative; flex: 1 1 auto; min-width: 104px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: .1rem .45rem;
  padding: .7rem 1rem; border: 0; background: none; cursor: pointer;
  transition: background var(--t) var(--ease), color var(--t) var(--ease);
}
.gseg__i + .gseg__i { border-left: 1px solid var(--hair); }
.gseg__i b {
  font-family: var(--mono); font-size: .9375rem; font-weight: 600;
  letter-spacing: .01em; color: var(--text-2);
  transition: color var(--t) var(--ease);
}
.gseg__i span {
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .04em; line-height: 1; color: var(--up, #3fd9a4);
  padding: .22rem .34rem;
  border: 1px solid rgba(63, 217, 164, .26);
  background: rgba(63, 217, 164, .12);
  transition: background var(--t) var(--ease), border-color var(--t) var(--ease);
}
.gseg__i span:empty { display: none; }
.gseg__i:hover { background: rgba(9, 34, 66, .6); }
.gseg__i:hover b { color: var(--text); }
.gseg__i:focus-visible { outline: 2px solid var(--ion-light); outline-offset: -2px; }
.gseg__i.is-on { background: var(--ion-deep); }
.gseg__i.is-on b { color: #fff; }
.gseg__i.is-on span {
  color: #7defc4; background: rgba(125, 239, 196, .18);
  border-color: rgba(125, 239, 196, .42);
}
.gseg__i.is-on::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: var(--ion); box-shadow: 0 0 12px var(--ion-glow);
}
.gseg--tight { display: flex; width: 100%; margin: .25rem 0 1rem; }
.gseg--tight .gseg__i { min-width: 0; padding: .5rem .3rem; gap: .1rem .3rem; }
.gseg--tight .gseg__i b { font-size: .8125rem; }
.gseg--tight .gseg__i span { font-size: .5625rem; padding: .18rem .26rem; }
.gseg__i:disabled { cursor: default; }
.gseg__i:disabled:hover { background: none; }
.gseg__i:disabled:not(.is-on) { opacity: .4; }
.gseg__i:disabled:hover b { color: var(--text-2); }
.gseg__i.is-on:disabled:hover b { color: #fff; }
.gact { display: flex; align-items: stretch; gap: .625rem; }
.gact > .btn--sm { flex: none; padding-inline: 1rem; }
.gencours {
  margin: 0 0 clamp(1rem, 2vw, 1.5rem);
  padding: .75rem 1rem;
  border: 1px solid rgba(29, 125, 245, .34); border-radius: var(--r-2);
  background: rgba(29, 125, 245, .08);
  font-size: .8125rem; line-height: 1.6; color: var(--text-2);
}
.gencours b { color: #fff; font-weight: 700; }
.gencours a { color: var(--ion-text); text-decoration: underline; text-underline-offset: 2px; }
.gencours a:hover { color: #fff; }
.gsum {
  position: sticky; bottom: 0; z-index: 4;
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  padding: 1rem clamp(1rem, 2.4vw, 1.5rem);
  border: 1px solid var(--hair);
  background: rgba(2, 12, 26, .92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.gsum__t { min-width: 0; display: flex; flex-direction: column; gap: .15rem; }
.gsum__k { font-family: var(--mono); font-size: .625rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--text-3); }
.gsum__v { font-size: .9375rem; color: var(--text); }
.gsum__v b { color: #fff; font-weight: 600; }
.gsum__p { margin-left: auto; display: flex; align-items: baseline; gap: .3rem; }
.gsum__p b { font-family: var(--mono); font-size: 1.625rem; font-weight: 200;
  letter-spacing: -.02em; color: #ededed; }
.gsum__p span { font-family: var(--mono); font-size: .6875rem; color: var(--text-3); }
.gsum__a { display: flex; gap: .5rem; align-items: center; }
.gflow.no-next .gsum__a [data-next] { display: none; }
.gduo {
  display: grid; gap: clamp(1rem, 2.4vw, 1.75rem);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: stretch;
}
.gpanel {
  position: relative; display: flex; flex-direction: column;
  padding: clamp(1.25rem, 2.6vw, 1.75rem);
  border: 1px solid var(--hair); background: rgba(3, 18, 40, .5);
}
.gpanel__h {
  font-family: var(--display); font-size: 1.0625rem; font-weight: 700; color: #fff;
}
.gpanel__p { margin-top: .4rem; font-size: .8125rem; line-height: 1.55; color: var(--text-3); }
.gpanel__f { display: grid; gap: .875rem; margin-top: 1.25rem; }
.gpanel__f .btn { margin-top: auto; }
.gpanel > .gpanel__f { flex: 1 1 auto; }
.gpay { display: grid; gap: .5rem; grid-template-columns: 1fr; }
.gpay__i {
  display: flex; align-items: center; gap: 1.5rem; cursor: pointer; width: 100%;
  padding: .75rem .9rem; border: 1px solid var(--hair-soft);
  background: rgba(3, 18, 40, .5); text-align: left;
  font-size: .8125rem; color: var(--text-2);
  transition: border-color var(--t) var(--ease), background var(--t) var(--ease);
}
.gpay__i:hover { border-color: rgba(29,125,245,.45); }
.gpay__i:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 3px; }
.gpay__i.is-on { border-color: var(--ion); background: rgba(8, 38, 78, .62); color: #fff; }
.gpay__i img { width: 36px; height: auto; flex: none; }
.gpay__i[data-nope] { cursor: not-allowed; filter: grayscale(.9) brightness(.72); }
.gpay__i[data-nope]:hover { border-color: var(--hair-soft); }
.gpay__ic {
  flex: none; display: grid; place-items: center;
  width: 5.25rem; height: 2.5rem;
  border: 0; background: none;
  color: var(--ion-light);
  transition: color var(--t) var(--ease);
}
.gpay__i.is-on .gpay__ic { color: #fff; }
.gpay__ic svg { width: 26px; height: 26px; display: block; }
.gpay__ic--img img {
  max-width: 100%; max-height: 100%; width: auto; height: auto;
  object-fit: contain; display: block;
  opacity: .92; transition: opacity var(--t) var(--ease);
}
.gpay__i:hover .gpay__ic--img img,
.gpay__i.is-on .gpay__ic--img img { opacity: 1; }
.gpay__ic--pix img {
  height: 1.9rem; width: auto; max-width: none;
  image-rendering: pixelated;
}
.gpay__t { display: grid; gap: .1rem; min-width: 0; }
.gpay__n { font-weight: 600; color: var(--text); letter-spacing: .01em; }
.gpay__i.is-on .gpay__n { color: #fff; }
.gpay__d {
  font-family: var(--mono); font-size: .625rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--text-3);
}
.gpay__d b { color: #7cd992; font-weight: 700; }
.gpay__i.is-on .gpay__d b { color: #a8f0ba; }
.orec { margin-top: 1rem; }
.orec__hd { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.orec__jeu { font-family: var(--display); font-size: 1.0625rem; font-weight: 700; color: var(--text); }
.orec__v--up { color: var(--up); }
.orec__i--eco[hidden] { display: none; }
.orec__off {
  padding: .18rem .55rem; border-radius: 999px;
  border: 1px solid rgba(29, 125, 245, .4); background: rgba(29, 125, 245, .12);
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ion-light);
}
.orec__adr {
  margin: .45rem 0 0; font-family: var(--mono); font-size: .8125rem;
  color: var(--ion-text); overflow-wrap: anywhere;
}
.orec__g {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem 1rem; margin-top: 1.1rem;
  padding-top: 1.1rem; border-top: 1px solid var(--hair-soft);
}
.orec__i { display: grid; gap: .15rem; min-width: 0; }
.orec__k {
  font-family: var(--mono); font-size: .5625rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text-3);
}
.orec__v { font-size: .875rem; font-weight: 600; color: var(--text); overflow-wrap: anywhere; }
.orec__v--up { color: var(--up, #3fd9a4); }
.orec__was { color: var(--text-3); font-weight: 500; text-decoration: line-through; }
.orec__now { color: var(--text); }
.orec__t {
  display: grid; gap: .2rem; margin-top: 1.1rem; padding: .9rem 1rem;
  border: 1px solid rgba(245, 158, 11, .28); border-radius: var(--r-2);
  background: linear-gradient(180deg, rgba(245, 158, 11, .09), transparent);
}
.orec__tk {
  font-family: var(--mono); font-size: .5625rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text-3);
}
.orec__tv {
  font-family: var(--display); font-size: 1.625rem; font-weight: 800;
  letter-spacing: -.01em; color: var(--gold-text); line-height: 1.1;
}
.orec__tn { font-size: .75rem; color: var(--text-2); }
.orec__tn:empty { display: none; }
.orec__eco {
  justify-self: start; margin-top: .35rem;
  padding: .22rem .5rem; border-radius: var(--r-pill);
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .03em; line-height: 1.3;
  color: var(--up, #3fd9a4);
  border: 1px solid rgba(63, 217, 164, .3);
  background: rgba(63, 217, 164, .13);
}
.orec__eco:empty { display: none; }
.grecap { display: grid; gap: .625rem; margin-top: 1rem; }
.grecap__l {
  display: flex; align-items: baseline; gap: .75rem;
  font-size: .875rem; color: var(--text-2);
}
.grecap__l span { margin-left: auto; font-family: var(--mono); color: var(--text); }
.grecap__l--tot {
  margin-top: .5rem; padding-top: .875rem; border-top: 1px solid var(--hair-soft);
  font-size: 1rem; color: #fff;
}
.grecap__l--tot span { font-size: 1.25rem; color: var(--gold); }
@media (prefers-reduced-motion: reduce) {
  .gview { transition: opacity .2s linear; transform: none; filter: none; }
  .gview.is-left { transform: none; }
  .gstage { transition: none; }
  .ghex.is-set .ghex__i:hover, .ghex__i.is-on { transform: none; }
  .ghex.is-set .ghex__i:hover .ghex__art { transform: none; }
  .ghex__i.is-echo .ghex__art { animation: none; }
}
@media (max-width: 700px) {
  .gflow__rail { gap: .5rem; }
  .gstep span:not(.gstep__n) { display: none; }
  .gstep__bar { max-width: 28px; }
  .gsum {
    display: grid; grid-template-columns: minmax(0, 1fr) auto;
    align-items: center; gap: .75rem 1rem;
  }
  .gsum__t { grid-column: 1; }
  .gsum__p { grid-column: 2; margin-left: 0; justify-content: flex-end; }
  .gsum__p.is-empty { display: none; }
  .gsum__p b { font-size: 1.375rem; }
  .gsum__a { grid-column: 1 / -1; }
  .gsum__a .btn { flex: 1 1 auto; justify-content: center; }
}
.avis__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem 2rem;
}
.avis__note { display: flex; align-items: center; gap: .875rem; }
.avis__note .hexo { --hex-size: 62px; }
.avis__note .hexo b {
  font-family: var(--mono); font-size: 1.0625rem; font-weight: 700; color: #fff;
}
.avis__k { display: grid; gap: .15rem; }
.avis__k b { font-size: .9375rem; color: var(--text); }
.avis__k span {
  font-family: var(--mono); font-size: .625rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--text-3);
}
.avis__rails { margin-top: var(--s-5); display: grid; gap: .75rem; }
.avis__rail {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.avis__run {
  display: flex; gap: .75rem; width: max-content;
  animation: avdefile 150s linear infinite;
  will-change: transform;
}
.avis__rail--b .avis__run { animation-direction: reverse; }
.avis__rail:hover .avis__run, .avis__rail:focus-within .avis__run {
  animation-play-state: paused;
}
@keyframes avdefile { to { transform: translateX(-50%); } }
.avis__run:not(.is-set) { animation: none; }
@media (prefers-reduced-motion: reduce) {
  .avis__run { animation: none !important; }
  .avis__rail { overflow-x: auto; }
}
.av {
  flex: none; width: 320px; min-height: 196px;
  display: grid; grid-template-rows: auto 1fr auto auto; gap: .625rem;
  padding: .95rem 1.05rem 1rem;
  border: 1px solid var(--hair-soft);
  background: linear-gradient(180deg, rgba(8, 26, 52, .62), rgba(3, 14, 32, .62));
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  transition: border-color var(--t) var(--ease), transform var(--t) var(--ease);
}
.avis__rail:hover .av:hover {
  border-color: rgba(29,125,245,.5); transform: translateY(-3px);
}
.av__h { display: flex; align-items: center; gap: .625rem; }
.av__g {
  flex: none; width: 38px; aspect-ratio: 1 / 1.1547;
  display: grid; place-items: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(160deg, var(--ion), rgba(29,125,245,.55));
}
.av__g b {
  font-family: var(--mono); font-size: .75rem; font-weight: 700; color: #fff;
}
.av__p {
  display: grid; gap: .1rem; margin-right: auto;
  font-family: var(--mono); font-size: .6875rem; font-weight: 600;
  letter-spacing: .08em; color: var(--text);
}
.av__p span {
  font-size: .5625rem; font-weight: 400; letter-spacing: .14em; color: var(--text-3);
}
.av__d {
  font-family: var(--mono); font-size: .5625rem; letter-spacing: .1em; color: var(--text-3);
}
.av__t {
  font-size: .8125rem; line-height: 1.55; color: var(--text-2);
  display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;
  overflow: hidden;
}
.av__w { font-size: .75rem; color: var(--text-3); }
.av__w b { color: var(--text); font-weight: 600; }
.av__s { margin-left: .45rem; font-family: var(--mono); font-size: .6875rem; }
.av__c {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .25rem;
  padding-top: .5rem; border-top: 1px solid var(--hair-soft);
  list-style: none;
}
.av__c li {
  display: grid; gap: .15rem; justify-items: center;
  font-family: var(--mono); font-size: .5625rem; letter-spacing: .05em;
  text-transform: uppercase; color: var(--text-3);
}
.av__c b { font-size: .75rem; letter-spacing: 0; color: var(--up, #3fd9a4); }
.av__c b[data-n="4"] { color: var(--text); }
.av__c b[data-n="3"], .av__c b[data-n="2"], .av__c b[data-n="1"] { color: #f0a63a; }
@media (max-width: 700px) { .av { width: 268px; } }
.band--joueuse { position: relative; isolation: isolate; }
.band--joueuse::after {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  inset: 0 max(0px, calc((100% - var(--rail)) / 2 - 152px)) clamp(4rem, 9vw, 9rem)
         calc((100% - var(--rail)) / 2 + 440px);
  background: url("art/joueuse.avif") right bottom / contain no-repeat;
  -webkit-mask-image: none; mask-image: none; animation: none;
}
.band--joueuse .faq { position: relative; z-index: 0; }
.band--joueuse .faq::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  inset: -1.5rem -16rem -1.5rem -2.5rem;
  background: linear-gradient(90deg,
    rgba(0, 4, 15, 0) 0%,
    rgba(0, 4, 15, .94) 7%,
    rgba(0, 4, 15, .92) 40%,
    rgba(0, 4, 15, .74) 63%,
    rgba(0, 4, 15, .34) 83%,
    rgba(0, 4, 15, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
}
@media (max-width: 1100px) { .band--joueuse .faq::before { display: none; } }
.band--joueuse > .wrap--narrow {
  max-width: var(--rail); margin-inline: auto;
}
.band--joueuse > .wrap--narrow > * { max-width: 660px; }
@media (max-width: 1100px) {
  .band--joueuse::after { display: none; }
  .band--joueuse > .wrap--narrow { max-width: 880px; }
  .band--joueuse > .wrap--narrow > * { max-width: none; }
}
.road { list-style: none; display: grid; margin-top: var(--s-6); }
.roadi {
  --sh: 56px;
  position: relative; display: grid; grid-template-columns: var(--sh) 1fr;
  gap: 0 clamp(1rem, 2vw, 1.75rem); padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.roadi:last-child { padding-bottom: 0; }
.roadi:not(:last-child)::before {
  content: ""; position: absolute; z-index: 0;
  left: calc(var(--sh) / 2); top: calc(var(--sh) * 1.1547 + .5rem); bottom: -.25rem;
  width: 1px; transform: translateX(-.5px);
  background: linear-gradient(180deg, rgba(29,125,245,.55), rgba(29,125,245,.05));
}
.roadi__h {
  position: relative; z-index: 1;
  width: var(--sh); aspect-ratio: 1 / 1.1547; align-self: start;
  display: grid; place-items: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(160deg, rgba(29,125,245,.5), rgba(29,125,245,.12));
}
.roadi__h::before {
  content: ""; position: absolute; inset: 1px; clip-path: inherit; background: var(--void);
}
.roadi__h b {
  position: relative; z-index: 1;
  font-family: var(--mono); font-size: 1.125rem; font-weight: 700; color: var(--ion-light);
}
.roadi__bd {
  border: 1px solid var(--hair-soft);
  background: linear-gradient(180deg, rgba(8, 26, 52, .5), rgba(3, 14, 32, .5));
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  padding: clamp(1.125rem, 2.2vw, 1.75rem);
  transition: border-color var(--t) var(--ease);
}
.roadi:hover .roadi__bd { border-color: rgba(29,125,245,.4); }
.roadi__t { font-size: clamp(1.0625rem, 1.5vw, 1.3125rem); font-weight: 500; letter-spacing: .01em; }
.roadi__x { margin-top: .5rem; font-size: .9375rem; color: var(--text-2); line-height: 1.7; }
.roadi__x + .roadi__x { margin-top: .75rem; }
.roadi__x strong { color: var(--text); font-weight: 500; }
.roadi__k {
  display: flex; align-items: baseline; gap: .6rem; margin-top: 1rem;
  padding-top: .875rem; border-top: 1px solid var(--hair-soft);
  font-size: .8125rem; color: var(--text-2);
}
.roadi__k b {
  flex: none; font-family: var(--mono); font-size: .5625rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ion-light);
}
@media (max-width: 640px) {
  .roadi { --sh: 42px; grid-template-columns: var(--sh) 1fr; }
  .roadi__h b { font-size: .875rem; }
}
.band--art { position: relative; isolation: isolate; --col: 560px; }
.band--art::after {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  inset: -1.25rem max(0px, calc((100% - var(--rail)) / 2)) -1.25rem
         calc(max(0px, (100% - var(--rail)) / 2) + var(--col) + var(--gut));
  background-position: right center; background-size: contain; background-repeat: no-repeat;
  -webkit-mask-image: none; mask-image: none; animation: none;
}
.band--art > .wrap > * { max-width: 680px; }
@media (max-width: 1080px) {
  .band--art::after { display: none; }
  .band--art > .wrap > * { max-width: none; }
}
.band--panel { --col: 540px; }
.band--panel::after { background-image: url("art/panel.avif"); }
.band--packs { --col: 560px; }
.band--packs::after { background-image: url("art/all_minecraft.avif"); }
.band--plugins { --col: 560px; }
.band--plugins::after { background-image: url("art/plugins_av.avif"); }
.band--guide { --col: 700px; }
.band--guide::after { background-image: url("art/guide.avif"); }
.band--essai { --col: 700px; }
.band--essai::after {
  background-image: url("art/essai_serveur_minecraft.avif");
  background-position: right center;
}
.band--ddos { --col: 560px; }
.band--ddos::after { background-image: url("art/ddos_mitigation.avif"); }
.band--infra { --col: 560px; }
.band--infra::after { background-image: url("art/infrastructure.avif"); }
.band--backup { --col: 560px; }
.band--backup::after { background-image: url("art/install.avif"); }
.band--migration { --col: 560px; }
.band--migration::after { background-image: url("art/transfert.avif"); }
.band--contact { --col: 560px; }
.band--contact::after { background-image: url("art/support.avif"); }
.band--status { --col: 560px; }
.band--status::after { background-image: url("art/screen.avif"); }
.band--bedrock { --col: 560px; }
.band--bedrock::after { background-image: url("art/bedrock.avif"); }
.band--faq { --col: 560px; }
.band--faq::after { background-image: url("art/faq.avif"); }
.band--partner { --col: 560px; }
.band--partner::after { background-image: url("art/partner.avif"); }
.band--jeux { --col: 560px; min-height: 540px; display: flex; align-items: center; }
.band--jeux > .wrap { width: 100%; }
.band--jeux::after {
  background-image: url("art/jeux.avif");
  top: 0; bottom: 0;
  background-position: right bottom;
}
@media (min-width: 1081px) and (max-width: 1420px) {
  .band--jeux { min-height: 380px; }
  .band--jeux::after { left: max(0px, calc((100% - var(--rail)) / 2 + 300px)); }
}
.band--gratuit { --col: 560px; }
.band--gratuit::after { background-image: url("art/serveur_gratuit.avif"); }
.band--prix { position: relative; isolation: isolate; }
.band--prix::after {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  inset: -1.25rem calc((100% - var(--rail)) / 2) -1.25rem
         calc((100% - var(--rail)) / 2 + 560px + var(--gut));
  background: url("art/prix.avif") right center / contain no-repeat;
  -webkit-mask-image: none; mask-image: none; animation: none;
}
.band--prix > .wrap > * { max-width: 560px; }
@media (max-width: 1080px) {
  .band--prix::after { display: none; }
  .band--prix > .wrap > * { max-width: none; }
}
.band--neworld { position: relative; isolation: isolate; }
.band--neworld::after {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  inset: -1.25rem calc((100% - var(--rail)) / 2) -1.25rem
         calc((100% - var(--rail)) / 2 + 540px + var(--gut));
  background: url("art/neworld.avif") right center / contain no-repeat;
  -webkit-mask-image: none; mask-image: none; animation: none;
}
.band--neworld > .wrap > * { max-width: 540px; }
@media (max-width: 1080px) {
  .band--neworld::after { display: none; }
  .band--neworld > .wrap > * { max-width: none; }
}
.lexg[data-fam="perf"],     .chip[data-fam="perf"]     { --fam: var(--up); }
.lexg[data-fam="reseau"],   .chip[data-fam="reseau"]   { --fam: var(--lex-net); }
.lexg[data-fam="moteurs"],  .chip[data-fam="moteurs"]  { --fam: var(--ion-text); }
.lexg[data-fam="contenus"], .chip[data-fam="contenus"] { --fam: var(--lex-ext); }
.lexg[data-fam="monde"],    .chip[data-fam="monde"]    { --fam: var(--lex-monde); }
.lexg[data-fam="admin"],    .chip[data-fam="admin"]    { --fam: var(--lex-admin); }
.lexg[data-fam="heberg"],   .chip[data-fam="heberg"]   { --fam: var(--lex-heb); }
.tokhero {
  display: grid; align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 640px);
  gap: clamp(1.25rem, 3vw, 2.5rem);
}
.tokhero__art {
  width: 114%; max-width: none; height: auto; display: block;
  margin: -1.5rem -6% clamp(-5rem, -6vw, -2.75rem) -8%;
  position: relative; z-index: 0; pointer-events: none;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, .55));
}
@media (max-width: 900px) {
  .tokhero { grid-template-columns: 1fr; }
  .tokhero__art { width: 100%; max-width: 420px; margin: 0 auto; }
}
.lexhero {
  display: grid; align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 560px);
  gap: clamp(1.25rem, 3vw, 2.75rem);
}
.lexhero__art {
  width: 112%; max-width: none; height: auto; display: block;
  margin: -1rem -4% clamp(-4rem, -5vw, -2rem) -8%;
  position: relative; z-index: 0; pointer-events: none;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, .55));
}
@media (max-width: 900px) {
  .lexhero { grid-template-columns: 1fr; }
  .lexhero__art { width: 100%; max-width: 380px; margin: 0 auto; }
}
.lexnav {
  position: sticky; top: calc(var(--head-h) + .75rem); z-index: 50;
  display: flex; align-items: center; gap: .75rem 1rem; flex-wrap: wrap;
  padding: .75rem .875rem; margin-bottom: var(--s-4);
  border: 1px solid rgba(151, 180, 209, .14);
  border-radius: 18px;
  background: rgba(8, 20, 38, .55);
  -webkit-backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .lexnav { background: rgba(6, 16, 32, .96); }
}
.lexnav__n {
  margin-left: auto; font-family: var(--mono); font-size: .625rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text-3);
  font-variant-numeric: tabular-nums;
  transition: color var(--t-fast) var(--ease);
}
.lexnav__n.is-live { color: var(--ion-text); }
.lexnav__n.is-tick { animation: lexTick .24s var(--ease-out); }
@keyframes lexTick { from { opacity: 0; transform: translateY(5px); } }
.lexq { position: relative; flex: 1 1 240px; max-width: 340px; }
.lexq > svg {
  position: absolute; left: .875rem; top: 50%; margin-top: -8px;
  width: 16px; height: 16px; color: var(--text-3); pointer-events: none;
  transition: color var(--t-fast) var(--ease);
}
.lexq:focus-within > svg { color: var(--ion-text); }
.lexq .inp {
  width: 100%; max-width: none; padding-left: 2.5rem; padding-right: 2.5rem;
  border-radius: 999px;
  border-color: transparent;
  background: rgba(255, 255, 255, .05);
}
.lexq .inp:hover { background: rgba(255, 255, 255, .07); }
.lexq .inp:focus {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(29, 125, 245, .55);
}
.lexq .inp::-webkit-search-cancel-button { -webkit-appearance: none; }
.lexq__k {
  position: absolute; right: .75rem; top: 50%; transform: translateY(-50%);
  padding: .1rem .55rem; font-family: var(--mono); font-size: .625rem;
  color: var(--text-3); border: 1px solid var(--hair-soft);
  border-radius: 999px; pointer-events: none;
  transition: opacity var(--t-fast) var(--ease);
}
.lexq:focus-within .lexq__k { opacity: 0; }
@media (hover: none) { .lexq__k { display: none; } }
.lexnav__chips { display: flex; gap: .5rem; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.lexnav__chips::-webkit-scrollbar { display: none; }
.chip {
  --fam: var(--ion-text);
  display: inline-flex; align-items: center; gap: .45rem; flex: none;
  padding: .5rem 1rem; border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05); color: var(--text-2); cursor: pointer;
  font-family: inherit; font-size: .8125rem; font-weight: 600;
  letter-spacing: .01em; text-transform: none;
  transition: color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease),
              background-color var(--t-fast) var(--ease), transform .12s var(--ease);
}
.chip:hover { color: var(--text); background: rgba(255, 255, 255, .09); }
.chip:active { transform: scale(.96); }
.chip:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--ion-light); }
.chip__n { font-size: .6875rem; font-weight: 500; color: var(--text-3); font-variant-numeric: tabular-nums; }
.chip.is-on {
  color: var(--fam);
  color: color-mix(in srgb, var(--fam) 82%, #fff);
  border-color: color-mix(in srgb, var(--fam) 45%, transparent);
  background: var(--skin-02);
  background: color-mix(in srgb, var(--fam) 14%, transparent);
}
.chip.is-on .chip__n { color: inherit; opacity: .8; }
.lexg + .lexg { margin-top: var(--s-6); }
.lexg__h { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.lexg__tick {
  width: 10px; height: 10px; flex: none; border-radius: 3.5px;
  background: var(--fam);
  box-shadow: 0 0 12px color-mix(in srgb, var(--fam) 45%, transparent);
}
.lexg__t {
  font-family: var(--mono); font-size: .6875rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text);
}
.lexg__n {
  font-family: var(--mono); font-size: .625rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--text-3); font-variant-numeric: tabular-nums;
}
.lexg__h::after {
  content: ""; flex: 1; height: 1px;
  background: var(--hair-soft);
  background: linear-gradient(90deg, color-mix(in srgb, var(--fam) 30%, transparent), var(--hair-soft) 55%, transparent);
}
.lex {
  display: grid; gap: .875rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}
.lexi {
  position: relative;
  padding: 1.125rem 1.25rem 1.2rem;
  border: 1px solid rgba(151, 180, 209, .12);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(13, 32, 58, .5), rgba(5, 16, 34, .55));
  scroll-margin-top: calc(var(--head-h) + 8rem);
  transition: border-color .25s var(--ease), transform .25s var(--ease),
              box-shadow .25s var(--ease);
}
@media (hover: hover) {
  .lexi:hover {
    transform: translateY(-3px);
    border-color: rgba(29, 125, 245, .4);
    border-color: color-mix(in srgb, var(--fam, var(--ion)) 40%, transparent);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .35);
  }
}
.lexi__t {
  font-family: var(--display); font-size: 1rem; font-weight: 600;
  letter-spacing: -.01em; color: var(--text);
}
.lexi__t::before {
  content: ""; display: inline-block; width: 7px; height: 7px;
  margin-right: .6rem; transform: translateY(-1px);
  border-radius: 50%;
  background: var(--fam, var(--ion));
  box-shadow: 0 0 10px color-mix(in srgb, var(--fam, var(--ion)) 55%, transparent);
}
.lexi__d { margin: .5rem 0 0; font-size: .8125rem; line-height: 1.65; color: var(--text-2); }
::highlight(lexq) { background-color: rgba(41, 155, 255, .25); color: #cfe6ff; }
.lexvoid { padding: 3rem 1.25rem; display: grid; justify-items: center; gap: .5rem; text-align: center; }
.lexvoid .hexo { margin-bottom: .75rem; }
.lexvoid__t { font-family: var(--display); font-size: 1rem; font-weight: 600; color: var(--text); }
.lexvoid__t b { color: var(--ion-text); font-weight: 600; overflow-wrap: anywhere; }
.lexvoid__d { font-size: .8125rem; color: var(--text-2); }
.lexvoid .btn { margin-top: 1rem; }
@media (max-width: 1280px) { .lex { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 1100px) {
  .lexnav__chips {
    order: 3; flex-basis: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 14px, #000 calc(100% - 14px), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 14px, #000 calc(100% - 14px), transparent);
  }
}
@media (max-width: 900px)  { .lex { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px)  { .lex { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .lexi:hover { transform: none; }
  .lexnav__n.is-tick { animation: none; }
}
.mig { position: relative; }
.mig::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 50%;
  width: 2px; transform: translateX(-50%);
  background: repeating-linear-gradient(180deg,
    rgba(29, 125, 245, .55) 0 12px, transparent 12px 24px);
  background-size: 2px 24px;
  animation: migConduit 1.2s linear infinite;
  opacity: .35;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 8%, #000 92%, transparent);
}
@keyframes migConduit { to { background-position: 0 24px; } }
.mig-step {
  display: grid; align-items: center;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  padding-block: clamp(2.25rem, 5vw, 3.75rem);
}
.mig-step__art  { order: 1; }
.mig-step__spine{ order: 2; display: grid; place-items: center; }
.mig-step__body { order: 3; position: relative; }
.mig-step--flip .mig-step__art  { order: 3; }
.mig-step--flip .mig-step__body { order: 1; }
.mig-step__node {
  position: relative; z-index: 1;
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center;
  background: #061428;
  border: 1px solid rgba(29, 125, 245, .5);
  box-shadow: 0 0 18px rgba(29, 125, 245, .25);
  font-family: var(--mono); font-size: .75rem; font-weight: 700;
  letter-spacing: .1em; color: var(--ion-light);
}
.mig-step__node::after {
  content: ""; position: absolute; inset: -7px; border-radius: 50%;
  border: 1px solid rgba(29, 125, 245, .6); opacity: 0;
}
.mig-step.is-in .mig-step__node::after { animation: migPing .9s ease-out .25s 1 both; }
@keyframes migPing {
  0% { opacity: .9; transform: scale(.55); }
  100% { opacity: 0; transform: scale(1.5); }
}
.mig-step__ghost {
  position: absolute; z-index: -1; top: -3.4rem; right: -.5rem;
  font-family: var(--display); font-weight: 800;
  font-size: clamp(5rem, 9vw, 8rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(29, 125, 245, .16);
  pointer-events: none; user-select: none;
}
.mig-step--flip .mig-step__ghost { right: auto; left: -.5rem; }
.mig-step__t { font-family: var(--display); font-size: clamp(1.25rem, 2.2vw, 1.5rem); font-weight: 700; }
.mig-step__p { margin-top: .8rem; font-size: .875rem; line-height: 1.7; color: var(--text-2); max-width: 46ch; }
.mig-step__art svg {
  display: block; width: 100%; max-width: 300px; height: auto;
  margin-inline: auto; overflow: visible;
}
.dr { stroke-dasharray: 600; stroke-dashoffset: 600; }
.mig-step.is-in .dr { animation: migDraw 1.2s ease-out .15s forwards; }
@keyframes migDraw { to { stroke-dashoffset: 0; } }
.fl { animation: migFloat 5s ease-in-out infinite; }
.fl--2 { animation-delay: -1.7s; }
.fl--3 { animation-delay: -3.4s; }
@keyframes migFloat { 50% { transform: translateY(-6px); } }
.fx { stroke-dasharray: 6 10; animation: migFlux 1.1s linear infinite; }
@keyframes migFlux { to { stroke-dashoffset: -16; } }
.pi, .po, .br { transform-box: fill-box; transform-origin: center; }
.pi { animation: migWave 2.6s ease-out infinite; opacity: 0; }
.pi--2 { animation-delay: 1.3s; }
@keyframes migWave {
  0% { opacity: .8; transform: scale(.45); }
  70%, 100% { opacity: 0; transform: scale(1.7); }
}
.bl { animation: migBlink 1.1s steps(2, end) infinite; }
.bl--2 { animation-delay: .4s; }
@keyframes migBlink { 50% { opacity: .15; } }
.po { transform: scale(0); }
.mig-step.is-in .po { animation: migPop .5s cubic-bezier(.2, 1.5, .4, 1) 1s forwards; }
@keyframes migPop { to { transform: scale(1); } }
.br { animation: migBreathe 6s ease-in-out infinite; }
.br--2 { animation-delay: -3s; }
@keyframes migBreathe { 50% { transform: scale(1.035); } }
.mig-radar { border-top: 1px solid var(--hair-soft); }
.mig-trap {
  display: grid; align-items: start;
  grid-template-columns: 14px minmax(0, 1.1fr) minmax(0, 1fr);
  gap: .4rem 1.5rem;
  padding: 1.2rem .25rem;
  border-bottom: 1px solid var(--hair-soft);
  transition: transform .25s var(--ease);
}
.mig-trap:hover { transform: translateX(8px); }
.mig-trap__dot {
  width: 9px; height: 9px; margin-top: .5rem; border-radius: 50%;
  background: #f0a63a;
  box-shadow: 0 0 10px rgba(240, 166, 58, .5);
  animation: migPulse 2.2s ease-in-out infinite;
}
.mig-trap:hover .mig-trap__dot { box-shadow: 0 0 18px rgba(240, 166, 58, .9); }
@keyframes migPulse { 50% { opacity: .45; } }
.mig-trap__t { font-size: .9375rem; font-weight: 700; color: var(--text); }
.mig-trap__p { margin: .3rem 0 0; font-size: .8125rem; line-height: 1.6; color: var(--text-2); }
.mig-trap__f {
  margin: 0; align-self: center;
  padding-left: 1.1rem; border-left: 2px solid rgba(240, 166, 58, .4);
  font-size: .8125rem; line-height: 1.6; color: var(--text-2);
}
.mig-trap__f b {
  display: block; margin-bottom: .25rem;
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: #f0a63a;
}
.mig-zero {
  position: relative;
  display: flex; flex-wrap: wrap; align-items: baseline;
  justify-content: space-between; gap: 2rem 3rem;
  padding: 2.4rem .5rem;
  background: radial-gradient(60% 130% at 50% 50%, rgba(29, 125, 245, .06), transparent 72%);
}
.mig-zero::before, .mig-zero::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(29, 125, 245, .45), transparent);
}
.mig-zero::before { top: 0; }
.mig-zero::after { bottom: 0; }
.mig-zero__i { display: grid; gap: .35rem; }
.mig-zero__v {
  font-family: var(--display); font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem); color: var(--text);
}
.mig-zero__v small { font-size: .58em; margin-left: .08em; }
.mig-zero__v--gold {
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  color: var(--gold-text);
  text-shadow: 0 0 28px rgba(245, 158, 11, .35);
}
.mig-zero__k {
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--text-3);
}
@media (max-width: 900px) {
  .mig::before { content: none; }
  .mig-step { grid-template-columns: 1fr; gap: 1.25rem; padding-block: 2rem; }
  .mig-step__art, .mig-step__spine, .mig-step__body,
  .mig-step--flip .mig-step__art, .mig-step--flip .mig-step__body { order: 0; }
  .mig-step__art svg { max-width: 240px; }
  .mig-step__ghost, .mig-step--flip .mig-step__ghost { top: -2.4rem; right: 0; left: auto; font-size: 4.5rem; }
  .mig-trap { grid-template-columns: 14px minmax(0, 1fr); }
  .mig-trap__f { grid-column: 2; margin-top: .5rem; }
  .mig-zero { justify-content: flex-start; gap: 1.5rem 2.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .mig::before, .fl, .fx, .pi, .bl, .br,
  .mig-trap__dot, .mig-step.is-in .mig-step__node::after { animation: none; }
  .dr { stroke-dasharray: none; stroke-dashoffset: 0; }
  .mig-step.is-in .dr { animation: none; }
  .po, .mig-step.is-in .po { animation: none; transform: scale(1); }
  .mig-trap:hover { transform: none; }
}
@keyframes mpkIn { from { opacity: 0; transform: translateY(14px); } }
@media (max-width: 760px) {
}
.rvsum {
  display: flex; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); flex-wrap: wrap;
}
.rvsum__note { display: flex; align-items: center; gap: .875rem; }
.rvsum__note .hexo { --hex-size: 72px; }
.rvsum__note .hexo b { font-family: var(--mono); font-size: 1.25rem; font-weight: 700; color: #fff; }
.rvsum__k { display: grid; gap: .15rem; }
.rvsum__k b { font-size: 1rem; color: var(--text); }
.rvsum__k span {
  font-family: var(--mono); font-size: .625rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--text-3);
}
.rvsum__bars { flex: 1 1 320px; display: grid; gap: .45rem; min-width: 260px; }
.rvb { display: flex; align-items: center; gap: .75rem; }
.rvb__k {
  flex: none; min-width: 7.5rem; font-family: var(--mono); font-size: .625rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--text-3);
}
.rvb__t { flex: 1; height: 5px; border-radius: 3px; background: rgba(255,255,255,.07); overflow: hidden; }
.rvb__f {
  display: block; height: 100%; border-radius: 3px;
  background: linear-gradient(90deg, var(--ion), #7defc4);
  width: var(--p); animation: rvbIn 1.1s var(--ease) backwards;
}
@keyframes rvbIn { from { width: 0; } }
.rvb__v {
  flex: none; min-width: 3rem; text-align: right;
  font-family: var(--mono); font-size: .75rem; font-weight: 700; color: var(--text);
}
.rvxs { display: flex; flex-wrap: wrap; gap: .375rem; }
.rvx {
  padding: .5rem .875rem; border: 1px solid var(--hair-soft); border-radius: 999px;
  background: rgba(2, 16, 36, .5); cursor: pointer;
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--text-3);
  transition: border-color var(--t) var(--ease), color var(--t) var(--ease), background var(--t) var(--ease);
}
.rvx:hover { color: var(--text); border-color: rgba(29,125,245,.4); }
.rvx:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.rvx.is-on { color: #fff; border-color: var(--ion); background: rgba(29,125,245,.16); }
.rvn {
  margin-top: .875rem; font-family: var(--mono); font-size: .625rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text-3);
}
.rvs { column-count: 4; column-gap: .75rem; }
.rv {
  break-inside: avoid; width: 100%; margin: 0 0 .75rem;
  display: grid; gap: .625rem; padding: .95rem 1.05rem 1rem;
  border: 1px solid var(--hair-soft);
  background: linear-gradient(180deg, rgba(8, 26, 52, .5), rgba(3, 14, 32, .5));
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  transition: border-color var(--t) var(--ease), transform var(--t) var(--ease);
  animation: rvIn .5s var(--ease) backwards;
  animation-delay: calc(var(--w) * 18ms);
}
@keyframes rvIn { from { opacity: 0; transform: translateY(12px); } }
.rv:hover { border-color: rgba(29,125,245,.45); transform: translateY(-3px); }
.rv__h { display: flex; align-items: center; gap: .625rem; }
.rv__g {
  flex: none; width: 38px; aspect-ratio: 1 / 1.1547; display: grid; place-items: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(160deg, var(--ion), rgba(29,125,245,.55));
}
.rv__g b { font-family: var(--mono); font-size: .75rem; font-weight: 700; color: #fff; }
.rv__p {
  display: grid; gap: .1rem; margin-right: auto;
  font-family: var(--mono); font-size: .6875rem; font-weight: 600;
  letter-spacing: .08em; color: var(--text);
}
.rv__p span { font-size: .5625rem; font-weight: 400; letter-spacing: .14em; color: var(--text-3); }
.rv__d { font-family: var(--mono); font-size: .5625rem; letter-spacing: .1em; color: var(--text-3); }
.rv__t { font-size: .8125rem; line-height: 1.6; color: var(--text-2); }
.rv__w { font-size: .75rem; color: var(--text-3); }
.rv__w b { color: var(--text); font-weight: 600; }
.rv__s { margin-left: .45rem; font-family: var(--mono); font-size: .6875rem; }
.rv__c {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .25rem;
  padding-top: .5rem; border-top: 1px solid var(--hair-soft); list-style: none;
}
.rv__c li {
  display: grid; gap: .15rem; justify-items: center;
  font-family: var(--mono); font-size: .5625rem; letter-spacing: .05em;
  text-transform: uppercase; color: var(--text-3);
}
.rv__c b { font-size: .75rem; letter-spacing: 0; color: var(--up, #3fd9a4); }
.rv__c b[data-n="4"] { color: var(--text); }
.rv__c b[data-n="3"], .rv__c b[data-n="2"], .rv__c b[data-n="1"] { color: #f0a63a; }
@media (prefers-reduced-motion: reduce) { .rv, .rvb__f { animation: none; } }
@media (max-width: 1280px) { .rvs { column-count: 3; } }
@media (max-width: 900px)  { .rvs { column-count: 2; } }
@media (max-width: 620px)  { .rvs { column-count: 1; } }
.prins {
  display: grid; gap: .75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.prin {
  position: relative; overflow: hidden; padding: 1.75rem 1.5rem 1.5rem;
  border: 1px solid var(--hair-soft);
  background: linear-gradient(180deg, rgba(8, 26, 52, .5), rgba(3, 14, 32, .5));
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  transition: border-color var(--t) var(--ease), transform var(--t) var(--ease);
}
.prin:hover { transform: translateY(-3px); }
.prin__n {
  position: absolute; right: -.25rem; top: -1.25rem; pointer-events: none;
  font-family: var(--mono); font-size: 5.5rem; font-weight: 700; line-height: 1;
  color: #ffffff; opacity: .045;
}
.prin__i {
  display: grid; place-items: center; width: 52px; aspect-ratio: 1 / 1.1547;
  position: relative; margin-bottom: 1rem;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.prin__i::before { content: ""; position: absolute; inset: 1px; clip-path: inherit; background: var(--void); }
.prin__i svg { position: relative; z-index: 1; width: 22px; height: 22px; }
.prin__t { font-size: 1.0625rem; font-weight: 500; letter-spacing: .01em; }
.prin__p { margin-top: .5rem; font-size: .875rem; line-height: 1.7; color: var(--text-2); }
.prin--ion .prin__i  { background: linear-gradient(160deg, rgba(29,125,245,.55), rgba(29,125,245,.12)); color: var(--ion-light); }
.prin--ion:hover     { border-color: rgba(29,125,245,.45); }
.prin--up .prin__i   { background: linear-gradient(160deg, rgba(63,217,164,.55), rgba(63,217,164,.12)); color: var(--up); }
.prin--up:hover      { border-color: rgba(63,217,164,.45); }
.prin--gold .prin__i { background: linear-gradient(160deg, rgba(240,166,58,.55), rgba(240,166,58,.12)); color: #f0a63a; }
.prin--gold:hover    { border-color: rgba(240,166,58,.45); }
@media (max-width: 900px) { .prins { grid-template-columns: 1fr; } }
.pars {
  display: grid; gap: clamp(1rem, 2vw, 1.75rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start; margin-top: var(--s-6);
}
.par {
  --ph: clamp(132px, 13vw, 176px);
  display: grid; justify-items: center; text-align: center;
}
.par--bas { margin-top: calc(var(--ph) * .3); }
.par__hex {
  position: relative; width: var(--ph); height: calc(var(--ph) * 1.1547);
  display: grid; place-items: center; margin-bottom: 1.125rem;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(160deg, rgba(29,125,245,.5), rgba(29,125,245,.08));
  transition: transform var(--t) var(--spring), background var(--t) var(--ease);
}
.par__hex::before {
  content: ""; position: absolute; inset: 1px; clip-path: inherit;
  background: linear-gradient(180deg, #061a34 0%, #030d1d 100%);
}
.par__ring {
  position: absolute; inset: 16%; z-index: 0;
  border: 1px dashed currentColor; opacity: .35;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  animation: parSpin 26s linear infinite;
}
@keyframes parSpin { to { transform: rotate(360deg); } }
.par__hex svg {
  position: relative; z-index: 1; width: 38%; height: 38%;
  transition: transform var(--t) var(--spring);
}
.par:hover .par__hex { transform: translateY(-8px); }
.par:hover .par__hex svg { transform: scale(1.08); }
.par:hover .par__ring { opacity: .7; }
.par__t { font-size: 1.0625rem; font-weight: 500; letter-spacing: .01em; }
.par__p {
  margin-top: .5rem; font-size: .8125rem; line-height: 1.65; color: var(--text-2);
  max-width: 34ch;
}
.par--ion .par__hex    { background: linear-gradient(160deg, rgba(29,125,245,.5), rgba(29,125,245,.08)); color: var(--ion-light); }
.par--up .par__hex     { background: linear-gradient(160deg, rgba(63,217,164,.5), rgba(63,217,164,.08)); color: var(--up); }
.par--violet .par__hex { background: linear-gradient(160deg, rgba(167,124,255,.5), rgba(167,124,255,.08)); color: #b79bff; }
.par--gold .par__hex   { background: linear-gradient(160deg, rgba(240,166,58,.5), rgba(240,166,58,.08)); color: #f0a63a; }
@media (prefers-reduced-motion: reduce) { .par__ring { animation: none; } }
@media (max-width: 1080px) {
  .pars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .par--bas { margin-top: 0; }
  .par:nth-child(2) { margin-top: calc(var(--ph) * .3); }
  .par:nth-child(4) { margin-top: calc(var(--ph) * .3); }
}
@media (max-width: 620px) {
  .pars { grid-template-columns: 1fr; }
  .par, .par--bas, .par:nth-child(2), .par:nth-child(4) { margin-top: 0; }
}
.gpick { position: relative; }
.gpick__b {
  display: inline-flex; align-items: center; gap: .625rem;
  min-width: 214px; min-height: 46px; padding: .5rem .75rem;
  border: 1px solid var(--hair-soft); border-radius: var(--r-2);
  background: var(--skin-01); cursor: pointer; text-align: left;
  font-size: .875rem; font-weight: 300; color: var(--text-2);
  transition: border-color var(--t-fast) var(--ease), color var(--t-fast) var(--ease),
              background var(--t-fast) var(--ease);
}
.gpick__b:hover { border-color: var(--hair); color: var(--text); }
.gpick__b:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.gpick.is-on .gpick__b { border-color: var(--ion); color: var(--text); background: var(--skin-02); }
.gpick__n { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gpick__c { width: 14px; height: 14px; flex: none; color: var(--text-3); transition: transform var(--t-fast) var(--ease); }
.gpick__b[aria-expanded="true"] .gpick__c { transform: rotate(180deg); }
.gpick.is-on .gpick__c { color: var(--ion-light); }
.gpick__h {
  flex: none; width: 22px; aspect-ratio: 1 / 1.1547;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-image: url("art/games_sp0.avif");
  background-size: 500% auto;
  background-position: var(--sx, 0%) var(--sy, 0%);
}
.gpick__h--tout {
  background-image: none;
  background: linear-gradient(160deg, rgba(29,125,245,.45), rgba(29,125,245,.1));
}
.gpick__l {
  position: absolute; right: 0; top: calc(100% + .375rem); z-index: 20;
  min-width: 100%; max-height: 60vh; overflow-y: auto;
  padding: .3rem; margin: 0; list-style: none;
  border: 1px solid var(--hair); border-radius: var(--r-2);
  background: linear-gradient(180deg, rgba(4, 24, 52, .99), rgba(1, 10, 24, 1));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .6);
  animation: gpickIn .14s var(--ease);
}
@keyframes gpickIn { from { opacity: 0; transform: translateY(-4px); } }
.gpick__l--haut { top: auto; bottom: calc(100% + .375rem); animation-name: gpickInHaut; }
@keyframes gpickInHaut { from { opacity: 0; transform: translateY(4px); } }
.gpick__o {
  display: flex; align-items: center; gap: .625rem;
  padding: .45rem .55rem; border-radius: var(--r-1); cursor: pointer;
  font-size: .8125rem; color: var(--text-2); white-space: nowrap;
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.gpick__o:hover, .gpick__o:focus-visible { background: rgba(29,125,245,.14); color: #fff; outline: none; }
.gpick__o[aria-selected="true"] { background: rgba(29,125,245,.2); color: #fff; }
.gpick__o:first-child { margin-bottom: .3rem; padding-bottom: .55rem; border-bottom: 1px solid var(--hair-soft); border-radius: var(--r-1) var(--r-1) 0 0; }
@media (prefers-reduced-motion: reduce) { .gpick__l { animation: none; } }
@media (max-width: 760px) {
  .catbar__q { flex-wrap: wrap; }
  .gpick { flex: 1 1 180px; min-width: 0; }
  .gpick__b { min-width: 0; width: 100%; }
}
.srow { display: flex; align-items: flex-end; gap: 1rem 1.5rem; flex-wrap: wrap; }
.srow__t { min-width: 0; }
.srow__a { margin-left: auto; display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.srow__a .inp { min-height: 38px; height: 38px; padding-block: .3rem; min-width: 200px; width: auto; }
.eyebrow .quiet { color: inherit; text-decoration: none; border-bottom: 1px solid var(--hair); }
.eyebrow .quiet:hover { color: var(--ion-text); }
.pill {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .2rem .55rem; border-radius: var(--r-pill);
  border: 1px solid var(--hair); background: rgba(4, 22, 48, .7);
  font-family: var(--mono); font-size: .5625rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-2);
  white-space: nowrap;
}
.pill::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.pill--live  { color: var(--up); border-color: rgba(63, 217, 138, .45); }
.pill--draft { color: var(--warn); border-color: rgba(245, 158, 11, .40); }
.stiles { display: grid; gap: .75rem; grid-template-columns: repeat(5, 1fr); }
.stile {
  display: grid; gap: .35rem; padding: .875rem 1rem;
  border: 1px solid var(--hair-soft); border-radius: var(--r-3);
  background: linear-gradient(180deg, var(--skin-01), transparent);
}
.stile__k {
  font-family: var(--mono); font-size: .5625rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text-3);
}
.stile__v { font-family: var(--mono); font-size: 1.5rem; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--text); }
.stile--live  .stile__v { color: var(--up); }
.stile--draft .stile__v { color: var(--warn); }
.stools { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.stools .inp { min-height: 42px; height: 42px; padding-block: .4rem; width: auto; }
.stools .inp[type="search"] { flex: 1; min-width: 240px; }
.stools .btn { margin-left: auto; min-height: 42px; }
.slist { display: grid; gap: 1px; background: var(--hair-soft); border: 1px solid var(--hair-soft); border-radius: var(--r-3); overflow: hidden; }
.slist__h, .srowi {
  display: grid; align-items: center; gap: 1rem;
  grid-template-columns: 40px minmax(0, 1fr) 200px 110px 90px 300px;
  padding: .75rem 1rem; background: var(--void);
}
.slist__h {
  font-family: var(--mono); font-size: .5625rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text-3);
  background: rgba(2, 16, 36, .9);
}
.srowi { transition: background var(--t-fast) var(--ease); }
.srowi:hover { background: rgba(4, 22, 48, .55); }
.srowi__t { display: grid; gap: .15rem; min-width: 0; }
.srowi__t a { color: var(--text); text-decoration: none; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.srowi__t a:hover { color: var(--ion-text); }
.srowi__t em { font-family: var(--code); font-size: .6875rem; font-style: normal; color: var(--text-3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.srowi__s { font-size: .8125rem; color: var(--text-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.srowi__v { font-family: var(--mono); font-size: .875rem; font-variant-numeric: tabular-nums; color: var(--text-2); text-align: right; }
.srowi__a { display: flex; gap: .375rem; justify-content: flex-end; }
.srowi__k { display: flex; align-items: center; justify-content: center; }
.srowi__k input { cursor: pointer; }
.srowi.is-pick { background: rgba(29, 125, 245, .12); }
.srowi.is-pick:hover { background: rgba(29, 125, 245, .18); }
.srowi__g { display: flex; gap: .25rem; flex-wrap: wrap; margin-top: .1rem; }
.lgt {
  font-family: var(--mono); font-size: .5625rem; font-weight: 700;
  letter-spacing: .1em; line-height: 1.6;
  padding: 0 .3rem; border: 1px solid var(--hair-soft); border-radius: 4px;
  color: var(--text-3);
}
.lgt--on   { color: var(--ion-text); border-color: rgba(29, 125, 245, .45); }
.lgt--self { color: var(--ion-text); border-color: rgba(29, 125, 245, .45); letter-spacing: .06em; }
.slist__empty { padding: 2rem 1rem; text-align: center; color: var(--text-3); background: var(--void); }
.secs { display: grid; gap: .625rem; grid-template-columns: repeat(4, 1fr); }
.sec {
  display: grid; gap: .5rem; padding: .875rem 1rem;
  border: 1px solid var(--hair-soft); border-radius: var(--r-3);
  background: linear-gradient(180deg, var(--skin-01), transparent);
  color: inherit; text-decoration: none;
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.sec:hover { border-color: var(--hair-strong); background: rgba(29, 125, 245, .08); }
.sec:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.sec__n { display: flex; align-items: center; gap: .45rem; font-size: .875rem; font-weight: 500; color: var(--text); }
.sec__m { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; font-family: var(--mono); font-size: .625rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); }
.sec__r { color: var(--text-3); opacity: .7; }
.sec--new { border-style: dashed; align-content: center; }
.sec--new .sec__n { color: var(--ion-text); }
.mtab {
  display: inline-flex; overflow: hidden;
  border: 1px solid var(--hair); border-radius: 999px;
  background: rgba(3, 18, 40, .5);
}
.mtab__i {
  padding: .42rem 1.05rem; border: 0; background: none; cursor: pointer;
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--text-3);
  transition: color var(--t) var(--ease), background var(--t) var(--ease);
}
.mtab__i:hover { color: var(--text-2); }
.mtab__i.is-on { color: var(--text); background: rgba(41, 102, 216, .22); }
.mtab__i:focus-visible { outline: 2px solid var(--ion-light); outline-offset: -2px; }
.mrub { display: flex; flex-wrap: wrap; gap: 6px; margin: .85rem 0 0; }
.mrub__i {
  padding: .34rem .78rem; cursor: pointer;
  border: 1px solid var(--hair-soft); border-radius: 999px;
  background: rgba(0, 0, 0, .26); color: var(--text-3);
  font-size: .75rem; font-family: inherit; white-space: nowrap;
  transition: border-color var(--t-fast) var(--ease), color var(--t-fast) var(--ease),
              background var(--t-fast) var(--ease);
}
.mrub__i b { font-weight: 500; opacity: .55; margin-left: .2rem; font-variant-numeric: tabular-nums; }
.mrub__i:hover { border-color: var(--hair); color: var(--text-2); }
.mrub__i.is-on { border-color: var(--ion); background: rgba(29, 125, 245, .18); color: var(--text); }
.mrub__i:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.stools--new { justify-content: flex-end; }
.vhead {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.25rem; flex-wrap: wrap;
  padding: 1.15rem 1.35rem;
  border: 1px solid var(--hair-soft); border-radius: 14px;
  background: var(--skin-01);
}
.vhead__s {
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-3);
}
.vhead__n { margin-top: .3rem; font-family: var(--display); font-size: 1.125rem; font-weight: 600; }
.vhead__d { margin-top: .2rem; font-size: .8125rem; color: var(--text-3); }
.vnote {
  margin-top: .9rem; padding: .05rem 0 .05rem .95rem;
  border-left: 2px solid var(--hair);
  font-size: .8125rem; line-height: 1.6; color: var(--text-2); max-width: 74ch;
}
.vnote b { color: var(--text); font-weight: 600; }
.vtools {
  display: grid; gap: .625rem;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
}
.vseg {
  display: inline-flex; padding: 3px;
  border: 1px solid var(--hair-soft); border-radius: 10px;
  background: rgba(0, 0, 0, .26);
}
.vseg__i {
  padding: .4rem .85rem; border: 0; border-radius: 7px; cursor: pointer;
  background: none; color: var(--text-3); font: inherit; font-size: .8125rem;
  transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.vseg__i:hover { color: var(--text-2); }
.vseg__i.is-on { color: var(--text); background: var(--skin-03); }
.vseg__i:focus-visible { outline: 2px solid var(--ion-light); outline-offset: -2px; }
.vgrid { display: grid; gap: .75rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vcard {
  position: relative; display: grid; align-content: start; gap: .5rem;
  padding: 1rem 1.05rem 0.9rem;
  border: 1px solid var(--hair-soft); border-radius: 13px;
  background: var(--void-2); cursor: pointer;
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease),
              transform var(--t-fast) var(--ease);
}
.vcard:hover { border-color: var(--hair); background: rgba(4, 22, 48, .62); transform: translateY(-1px); }
.vcard:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.vcard.is-on { border-color: var(--ion); background: rgba(29, 125, 245, .10); }
.vcard__pick {
  position: absolute; top: .85rem; right: .9rem;
  width: 18px; height: 18px; border-radius: 50%;
  border: 1.5px solid var(--hair); background: rgba(0, 0, 0, .3);
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.vcard:hover .vcard__pick { border-color: var(--hair-strong); }
.vcard.is-on .vcard__pick { border-color: var(--ion-light); background: var(--ion); }
.vcard.is-on .vcard__pick::after {
  content: ""; position: absolute; left: 5px; top: 2px;
  width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0;
  transform: rotate(42deg);
}
.vcard__k {
  font-family: var(--mono); font-size: .5625rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-3);
  padding-right: 1.6rem;
}
.vcard__k--tuto { color: var(--ion-text); }
.vcard__k--news { color: var(--gold-text); }
.vcard__t {
  font-family: var(--display); font-size: .9375rem; font-weight: 600;
  line-height: 1.35; color: var(--text);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden; min-height: 3.8em;
}
.vcard__m { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; font-size: .75rem; }
.vcard__g { color: var(--text-2); }
.vcard__g--none { color: var(--text-3); opacity: .65; font-style: italic; }
.vcard__d { color: var(--text-3); font-variant-numeric: tabular-nums; }
.vcard__d::before { content: "·"; margin-right: .5rem; opacity: .5; }
.vrun__now {
  font-family: var(--display); font-size: 1.0625rem; font-weight: 600;
  color: var(--text);
}
.vrun__now.is-bad { color: var(--down); }
.vrun__b {
  height: 4px; margin: .7rem 0 .55rem; border-radius: 3px;
  background: var(--skin-02); overflow: hidden;
}
.vrun__b i {
  display: block; height: 100%; border-radius: 3px;
  background: linear-gradient(90deg, var(--ion-deep), var(--ion-light));
  transition: width .35s var(--ease);
}
.vrun__c { font-size: .8125rem; line-height: 1.55; color: var(--text-3); }
.vrun__l {
  margin: 1.1rem 0 0; padding: 0; list-style: none;
  display: grid; gap: 1px;
  max-height: min(52vh, 420px); overflow-y: auto;
  border: 1px solid var(--hair-soft); border-radius: 10px;
  background: var(--hair-soft);
}
.vrun__i {
  display: flex; align-items: center; gap: .65rem;
  padding: .6rem .8rem; background: var(--void-2);
  font-size: .8125rem; color: var(--text-3);
}
.vrun__i:first-child { border-radius: 9px 9px 0 0; }
.vrun__i:last-child  { border-radius: 0 0 9px 9px; }
.vrun__d {
  flex: none; width: 8px; height: 8px; border-radius: 50%;
  background: var(--text-3); opacity: .35;
}
.vrun__t {
  flex: 1; min-width: 0; overflow: hidden;
  text-overflow: ellipsis; white-space: nowrap;
}
.vrun__e {
  flex: none; font-family: var(--mono); font-size: .625rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--text-3);
}
.vrun__i.is-encours { color: var(--text); background: rgba(29, 125, 245, .10); }
.vrun__i.is-encours .vrun__d { background: var(--ion-light); opacity: 1; animation: vrun-pulse 1.4s var(--ease) infinite; }
.vrun__i.is-encours .vrun__e { color: var(--ion-text); }
.vrun__i.is-fait .vrun__d { background: var(--up); opacity: 1; }
.vrun__i.is-fait .vrun__t { color: var(--text-2); }
.vrun__i.is-rate .vrun__d { background: var(--down); opacity: 1; }
.vrun__i.is-rate .vrun__e { color: var(--down); }
@keyframes vrun-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(41, 143, 255, .55); }
  50%      { box-shadow: 0 0 0 5px rgba(41, 143, 255, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .vrun__i.is-encours .vrun__d { animation: none; }
  .vrun__b i { transition: none; }
}
.vcard__s {
  display: flex; align-items: center; gap: .7rem;
  font-family: var(--mono); font-size: .6875rem; color: var(--text-3);
  font-variant-numeric: tabular-nums;
}
.vcard__n { display: inline-flex; align-items: center; gap: .28rem; }
.vcard__n svg { opacity: .55; flex: none; }
.vcard__src {
  margin-left: auto; font-family: var(--sans, inherit); font-size: .625rem;
  color: var(--text-3); opacity: .5; white-space: nowrap;
}
.vcard.is-on .vcard__s { color: var(--text-2); }
.vcard__f {
  display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
  margin-top: .35rem; padding-top: .7rem; border-top: 1px solid var(--hair-soft);
}
.vcard__acts { margin-left: auto; display: flex; align-items: center; gap: .7rem; }
.vcard__o, .vcard__x, .vcard__u {
  padding: 0; border: 0; background: none; cursor: pointer;
  font: inherit; font-size: .75rem; color: var(--text-3); text-decoration: none;
  transition: color var(--t-fast) var(--ease);
}
.vcard__u::after {
  content: "\2197"; margin-left: .18rem; font-size: .8em; opacity: .7;
}
.vcard__u:hover { color: var(--text-2); text-decoration: underline; }
.vcard__o { color: var(--ion-text); }
.vcard__o:hover { color: var(--ion-light); text-decoration: underline; }
.vcard__x:hover { color: var(--text); }
.vcard__o:focus-visible, .vcard__x:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.pill--repere { color: var(--text-3); border-color: var(--hair-soft); }
.pill--retenu { color: var(--ion-text); border-color: rgba(41, 143, 255, .45); }
.pill--redige { color: var(--up); border-color: rgba(63, 217, 138, .45); }
.pill--ignore { color: var(--text-3); border-color: var(--hair-soft); opacity: .6; }
.vempty { padding: 2.4rem 1rem; text-align: center; color: var(--text-3); }
.vmore { display: flex; justify-content: center; margin-top: 1rem; }
.vdock {
  position: fixed; z-index: 40; left: 50%; bottom: 1.1rem;
  width: min(1120px, calc(100vw - 2.2rem));
  transform: translateX(-50%);
  padding: .85rem 1rem;
  border: 1px solid var(--hair); border-radius: 16px;
  background: rgba(2, 12, 28, .86);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .55);
  animation: vdock-in .22s var(--ease) both;
}
@keyframes vdock-in {
  from { opacity: 0; transform: translate(-50%, 12px); }
  to   { opacity: 1; transform: translate(-50%, 0); }
}
.vdock__in { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.vdock__n { font-size: .875rem; color: var(--text-2); white-space: nowrap; }
.vdock__n b { color: var(--text); font-family: var(--mono); font-size: 1rem; margin-right: .25rem; }
.vdock__f { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.vdock__l {
  display: flex; align-items: center; gap: .45rem;
  font-family: var(--mono); font-size: .5625rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--text-3);
}
.vdock__l .inp { min-width: 8rem; }
.vdock__l input[type="number"] { width: 4.5rem; min-width: 0; }
.vdock__c {
  display: flex; align-items: center; gap: .4rem; cursor: pointer;
  font-size: .8125rem; color: var(--text-2);
}
.vdock__a { display: flex; align-items: center; gap: .5rem; margin-left: auto; }
.vdock__x { margin-top: .6rem; width: 100%; }
body.has-vdock .band--tight { padding-bottom: calc(var(--vdock-h, 12rem) + 2.5rem); }
body.has-tdock .band--tight { padding-bottom: calc(var(--tdock-h, 10rem) + 2.5rem); }
@media (max-width: 1080px) {
  .vgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .vtools { grid-template-columns: 1fr; }
  .vseg, .vseg__i { width: 100%; justify-content: center; }
  .vdock__a { margin-left: 0; width: 100%; }
  .vdock__a .btn { flex: 1; justify-content: center; }
}
@media (max-width: 640px) {
  .vgrid { grid-template-columns: 1fr; }
  .vhead { flex-direction: column; align-items: flex-start; }
  .vcard__t { min-height: 0; }
}
.edx { display: grid; gap: 1.5rem; grid-template-columns: minmax(0, 1fr) 380px; align-items: start; }
.edx--even { align-items: stretch; }
.edx--even .edx__main { display: flex; }
.edx--even .edx__main .card { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.edx--even .edx__main .card__bd { flex: 1; display: flex; flex-direction: column; }
.edx--even .edx__main .card__bd .field:last-child { flex: 1; display: flex; flex-direction: column; }
.edx--even .edx__main .field:last-child .ck.ck-editor { flex: 1; display: flex; flex-direction: column; }
.edx--even .edx__main .field:last-child .ck-editor__main { flex: 1; display: flex; flex-direction: column; }
.edx--even .edx__main .ck-editor__editable { flex: 1; min-height: 220px; }
.edx--even .edx__main .field:last-child textarea { flex: 1; min-height: 220px; resize: vertical; }
.edx__side { position: sticky; top: calc(var(--head-h) + 1rem); display: grid; gap: 0; }
.edx__g { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.edx__wide { grid-column: 1 / -1; }
.edx__msg { font-size: .8125rem; color: var(--up); }
.edx__msg.is-bad { color: var(--down); }
#sm-art-editor { min-height: 420px; }
#sm-art-editor.is-plain {
  padding: 1rem; overflow-y: auto; max-height: 70vh;
  border: 1px solid var(--hair-soft); border-radius: var(--r-2); background: var(--skin-01);
}
#sm-art-editor.is-plain:focus { outline: none; border-color: var(--ion); background: var(--skin-02); }
.ck.ck-reset_all, .ck.ck-reset, .ck.ck-body {
  --ck-border-radius: 4px;
  --ck-color-base-background: rgba(2, 16, 36, .55);
  --ck-color-base-foreground: #04122a;
  --ck-color-base-border: rgba(43, 101, 158, .3);
  --ck-color-base-text: #eeeeef;
  --ck-color-text: #eeeeef;
  --ck-color-toolbar-background: #04122a;
  --ck-color-toolbar-border: rgba(43, 101, 158, .3);
  --ck-color-button-default-background: transparent;
  --ck-color-button-default-hover-background: rgba(29, 125, 245, .16);
  --ck-color-button-default-active-background: rgba(29, 125, 245, .24);
  --ck-color-button-default-disabled-background: transparent;
  --ck-color-button-on-background: rgba(29, 125, 245, .22);
  --ck-color-button-on-hover-background: rgba(29, 125, 245, .3);
  --ck-color-button-on-active-background: rgba(29, 125, 245, .3);
  --ck-color-button-on-color: #67baff;
  --ck-color-focus-border: #1d7df5;
  --ck-color-focus-outer-shadow: rgba(29, 125, 245, .18);
  --ck-focus-outer-shadow: 0 0 0 2px rgba(29, 125, 245, .18);
  --ck-focus-ring: 1px solid #1d7df5;
  --ck-inner-shadow: none;
  --ck-color-shadow-drop: rgba(0, 0, 0, .5);
  --ck-color-shadow-inner: transparent;
  --ck-color-dropdown-panel-background: #04122a;
  --ck-color-dropdown-panel-border: rgba(43, 101, 158, .3);
  --ck-color-panel-background: #04122a;
  --ck-color-panel-border: rgba(43, 101, 158, .3);
  --ck-color-list-background: #04122a;
  --ck-color-list-button-hover-background: rgba(29, 125, 245, .16);
  --ck-color-list-button-on-background: rgba(29, 125, 245, .24);
  --ck-color-list-button-on-text: #fff;
  --ck-color-input-background: rgba(2, 16, 36, .8);
  --ck-color-input-border: rgba(43, 101, 158, .3);
  --ck-color-input-text: #eeeeef;
  --ck-color-labeled-field-label-background: #04122a;
  --ck-color-tooltip-background: #010a1b;
  --ck-color-tooltip-text: #eeeeef;
  --ck-color-link-default: #299bff;
}
.ck.ck-editor__main > .ck-editor__editable { color: var(--text); }
.ck.ck-editor__main > .ck-editor__editable.ck-focused { border-color: var(--ion); }
.ck.ck-editor .ck-toolbar { border-color: rgba(43, 101, 158, .3); }
.ck.ck-editor .ck-toolbar .ck-toolbar__separator { background: rgba(43, 101, 158, .3); }
.ai__h { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--mono); font-size: .6875rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--text-2); }
.ai__h svg { width: 16px; height: 16px; color: var(--ion-light); }
.ai__off {
  padding: .625rem .75rem; margin-bottom: 1rem;
  border: 1px solid rgba(245, 158, 11, .35); border-radius: var(--r-2);
  background: rgba(25, 13, 2, .5); font-size: .8125rem; color: var(--gold-text);
}
.ai__off code { font-family: var(--code); font-size: .75rem; color: #fff; }
.ai__g { display: grid; gap: .75rem; grid-template-columns: 1fr 88px; }
.ai .btn { width: 100%; justify-content: center; }
.ai__note { margin-top: .625rem; font-size: .75rem; line-height: 1.5; color: var(--text-3); }
.ai__n { margin-left: .375rem; padding: .05rem .35rem; border-radius: var(--r-pill); background: rgba(29, 125, 245, .2); font-family: var(--mono); font-size: .625rem; }
.ai__shot {
  position: relative; width: 100%; aspect-ratio: 16 / 10;
  border: 1px dashed var(--hair); border-radius: var(--r-2);
  background: rgba(2, 16, 36, .5); overflow: hidden; display: grid; place-items: center;
  cursor: pointer; padding: 0; color: var(--text-3);
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.ai__shot:hover, .ai__shot.is-drop { border-color: var(--ion); background: rgba(29, 125, 245, .1); color: var(--text-2); }
.ai__shot.is-drop { border-style: solid; }
.ai__shot:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.ai__shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ai__shot__h {
  position: relative; z-index: 1; display: grid; justify-items: center; gap: .2rem;
  padding: .75rem; text-align: center; pointer-events: none;
}
.ai__shot__h svg { width: 22px; height: 22px; }
.ai__shot__h b { font-size: .8125rem; font-weight: 500; color: inherit; }
.ai__shot__h em { font-family: var(--mono); font-size: .625rem; font-style: normal; letter-spacing: .1em; text-transform: uppercase; opacity: .8; }
.ai__shot.has-img .ai__shot__h {
  position: absolute; inset: 0; align-content: center;
  background: rgba(0, 6, 18, .72); color: #fff; opacity: 0;
  transition: opacity var(--t-fast) var(--ease);
}
.ai__shot.has-img:hover .ai__shot__h,
.ai__shot.has-img:focus-visible .ai__shot__h,
.ai__shot.has-img.is-drop .ai__shot__h { opacity: 1; }
.ai__shot.is-busy { cursor: progress; }
.ai__shot.is-busy .ai__shot__h { opacity: 1; }
.ai__toc { margin: 0; padding-left: 1.1rem; display: grid; gap: .375rem; font-size: .8125rem; color: var(--text-2); }
.ai__toc li::marker { color: var(--ion-text); font-family: var(--mono); font-size: .75rem; }
ul.ai__toc { padding-left: 0; list-style: none; gap: .125rem; }
.ai__pick {
  display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: .5rem;
  padding: .3rem .4rem; border-radius: var(--r-1); cursor: pointer;
  transition: background var(--t-fast) var(--ease);
}
.ai__pick:hover { background: rgba(29, 125, 245, .08); }
.ai__pick input { margin: 0; accent-color: var(--ion); cursor: pointer; }
.ai__pick > span { line-height: 1.35; }
.ai__pick.is-done > span { color: var(--text-3); }
.ai__pick em {
  grid-column: 2; font-family: var(--mono); font-style: normal;
  font-size: .625rem; letter-spacing: .08em; text-transform: uppercase; color: var(--text-3);
}
.ai__pickbar { display: flex; gap: .75rem; margin: .625rem 0 0; }
.ai__pickbar button {
  padding: 0; border: 0; background: none; cursor: pointer;
  font-family: var(--mono); font-size: .6875rem; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ion-text);
}
.ai__pickbar button:hover { color: #fff; text-decoration: underline; }
.btn.is-busy { opacity: .7; cursor: progress; }
.aiprog { margin-top: 1rem; }
.aiprog__b { height: 3px; border-radius: 2px; background: var(--skin-02); overflow: hidden; }
.aiprog__b i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--ion-deep), var(--ion-light)); transition: width .4s var(--ease); }
.aiprog__t { margin-top: .5rem; font-family: var(--mono); font-size: .6875rem; letter-spacing: .04em; color: var(--text-3); }
@media (max-width: 1180px) {
  .secs { grid-template-columns: repeat(2, 1fr); }
  .edx { grid-template-columns: 1fr; }
  .edx__side { position: static; }
  .stiles { grid-template-columns: repeat(3, 1fr); }
  .slist__h { display: none; }
  .srowi { grid-template-columns: 30px minmax(0, 1fr) auto; row-gap: .5rem; }
  .srowi__k { grid-column: 1; grid-row: 1; align-items: flex-start; }
  .srowi__t { grid-column: 2; grid-row: 1; }
  .srowi__s, .srowi__p, .srowi__v { grid-column: 2; font-size: .75rem; }
  .srowi__a { grid-column: 3; grid-row: 1 / span 4; align-items: flex-start; }
}
@media (max-width: 760px) {
  .edx__g { grid-template-columns: 1fr; }
  .stiles { grid-template-columns: repeat(2, 1fr); }
  .stools .btn { margin-left: 0; }
  .srow__a { margin-left: 0; }
}
.gmenu {
  position: absolute; left: 0; right: 0; top: 100%;
  backdrop-filter: blur(26px) saturate(135%);
  -webkit-backdrop-filter: blur(26px) saturate(135%);
  border-bottom: 1px solid var(--hair-soft);
  visibility: hidden; opacity: 0; transform: translateY(-10px);
  pointer-events: none;
  transition: opacity .2s var(--ease), transform .32s var(--ease-out),
              visibility 0s .24s;
}
.gmenu.is-open {
  visibility: visible; opacity: 1; transform: none; pointer-events: auto;
  transition-delay: 0s;
}
.gmenu::after {
  content: ""; position: absolute; left: 22%; right: 22%; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--ion), transparent);
  opacity: .55;
}
.gmenu__rail {
  --hx: 84px;
  --fade: 44px;
  max-width: min(100%, calc(var(--rail) - 2 * var(--gut) + 2 * var(--fade)));
  margin-inline: auto;
  display: flex; justify-content: space-between;
  overflow-x: auto; overscroll-behavior-x: contain;
  scrollbar-width: none;
  padding: .375rem var(--fade);
  scroll-padding-inline: var(--fade);
  perspective: 700px;
  cursor: grab;
  -webkit-mask-image: linear-gradient(90deg,
    transparent, #000 var(--fade), #000 calc(100% - var(--fade)), transparent);
  mask-image: linear-gradient(90deg,
    transparent, #000 var(--fade), #000 calc(100% - var(--fade)), transparent);
}
.gmenu__rail::-webkit-scrollbar { display: none; }
.gmenu__rail.is-drag { cursor: grabbing; }
.gmenu__i {
  flex: none; width: 106px;
  display: grid; justify-items: center; gap: .4rem;
  padding: .25rem 0 .3rem; text-decoration: none; color: inherit;
  transform: rotateY(var(--ry, 0deg));
  transition: transform .3s var(--ease), filter .25s var(--ease);
}
.gmenu.is-open .gmenu__i {
  animation: gmenuIn .5s var(--spring) backwards;
  animation-delay: calc(var(--w) * 28ms);
}
@keyframes gmenuIn { from { opacity: 0; transform: translateY(12px) scale(.82); } }
.gmenu__h {
  width: var(--hx); aspect-ratio: 1 / 1.1547;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #06162e;
  background-image: url("art/games_sp0.avif");
  background-size: var(--sz, 507.393%) auto;
  background-position: var(--sx, 0%) var(--sy, 0%);
  filter: saturate(.9) brightness(.85);
  transition: transform .25s var(--spring), filter var(--t) var(--ease);
}
.gmenu__i:hover, .gmenu__i:focus-visible { filter: drop-shadow(0 10px 24px rgba(29, 125, 245, .4)); }
.gmenu__i:hover .gmenu__h, .gmenu__i:focus-visible .gmenu__h {
  transform: translateY(-4px) scale(1.06);
  filter: saturate(1.05) brightness(1);
}
.gmenu__i:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; border-radius: var(--r-2); }
.gmenu__n {
  font-size: .6875rem; line-height: 1.25; text-align: center; color: var(--text-2);
  transition: color var(--t) var(--ease);
}
.gmenu__i:hover .gmenu__n { color: #fff; }
.gmenu__i.is-soon .gmenu__h { opacity: .45; }
.gmenu__i.is-soon .gmenu__n { color: var(--text-3); }
.gmenu__i { position: relative; }
.gmenu__b {
  position: absolute; top: 26%; left: 50%; translate: -50% 0; z-index: 2;
  padding: .1rem .38rem; border-radius: 3px; white-space: nowrap;
  font-family: var(--mono); font-size: .5rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold-text); background: rgba(10, 6, 0, .85);
  border: 1px solid rgba(245, 158, 11, .5);
}
@media (max-width: 1065px), (hover: none) { .gmenu { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .gmenu { transition: opacity .15s; transform: none; }
  .gmenu.is-open .gmenu__i { animation: none; }
  .gmenu__i, .gmenu__h { transform: none !important; }
}
.tik {
  position: relative; isolation: isolate; overflow: hidden;
  border: 1px solid var(--hair-soft); border-radius: var(--r-3);
  background: linear-gradient(180deg, rgba(3, 25, 55, .55) 0%, rgba(1, 10, 25, .8) 100%);
}
.tik + .tik { margin-top: 1.25rem; }
.tik::before {
  content: ""; position: absolute; left: 18px; right: 0; top: 0; height: 1px; z-index: 1;
  background: linear-gradient(90deg, transparent, var(--ion), transparent);
  box-shadow: 0 0 16px var(--ion-glow);
}
.tik--live::before { background: linear-gradient(90deg, transparent, var(--up), transparent); box-shadow: 0 0 16px rgba(63, 217, 138, .4); }
.tik--done { opacity: .74; }
.tik--done::before { display: none; }
.tik__hd {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.125rem 1.25rem; border-bottom: 1px solid var(--hair-soft);
}
.tik__glyph {
  flex: none; display: grid; place-items: center;
  width: 44px; aspect-ratio: 1 / 1.1547;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(160deg, rgba(29, 125, 245, .5), rgba(29, 125, 245, .1));
  color: #cfe6ff;
}
.tik--live .tik__glyph { background: linear-gradient(160deg, rgba(63, 217, 138, .5), rgba(63, 217, 138, .1)); color: #d9ffe9; }
.tik__glyph svg { width: 20px; height: 20px; }
.tik__meta { min-width: 0; flex: 1; }
.tik__t { font-family: var(--display); font-size: 1.0625rem; font-weight: 600; line-height: 1.3; }
.tik__sub {
  display: block; margin-top: .25rem;
  font-family: var(--mono); font-size: .625rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--text-3);
}
.tik__chat { display: grid; gap: 1.5rem; padding: 1.5rem; }
.msg {
  justify-self: end; width: min(46rem, 86%);
  display: grid; gap: .35rem; justify-items: end;
}
.msg--staff { justify-self: start; justify-items: start; }
.msg__who {
  display: inline-flex; align-items: center; gap: .375rem;
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-3);
}
.msg--staff .msg__who { color: var(--ion-text); }
.msg__who svg { width: 12px; height: 12px; }
.msg__bd {
  min-width: min(100%, 30rem);
  padding: .9rem 1.15rem; font-size: .875rem; line-height: 1.7; color: var(--text-2);
  overflow-wrap: anywhere;
  border: 1px solid var(--hair-soft);
  border-radius: var(--r-3) var(--r-1) var(--r-3) var(--r-3);
  background: rgba(255, 255, 255, .035);
}
.msg--staff .msg__bd {
  border-radius: var(--r-1) var(--r-3) var(--r-3) var(--r-3);
  border-color: rgba(29, 125, 245, .3);
  background: rgba(29, 125, 245, .08);
  color: var(--text);
}
.msg__bd p { margin: 0; }
.msg__bd p + p { margin-top: .6em; }
.msg__bd a { color: var(--ion-text); }
.msg__when { font-family: var(--mono); font-size: .5625rem; letter-spacing: .08em; color: var(--text-3); }
.tik__reply { padding: 1.25rem; border-top: 1px solid var(--hair-soft); background: rgba(2, 16, 36, .45); }
@media (max-width: 560px) {
  .msg { width: 100%; }
  .tik__chat { gap: 1.25rem; padding: 1rem; }
}
.tkcats { display: flex; flex-wrap: wrap; gap: .5rem; }
.tkcat {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .55rem .95rem; border: 1px solid var(--hair); border-radius: 999px;
  background: rgba(4, 22, 48, .7); cursor: pointer;
  font-family: var(--mono); font-size: .6875rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--text-2);
  transition: border-color var(--t-fast) var(--ease), color var(--t-fast) var(--ease),
              background var(--t-fast) var(--ease);
}
.tkcat svg { width: 14px; height: 14px; }
.tkcat:hover { color: #fff; border-color: rgba(29, 125, 245, .55); }
.tkcat:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.tkcat[aria-pressed="true"] { color: #fff; border-color: var(--ion); background: rgba(29, 125, 245, .16); }
.field.is-bad .inp { border-color: var(--down); }
@keyframes fieldShake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-7px); }
  45% { transform: translateX(6px); }
  70% { transform: translateX(-3px); }
}
.field.is-shake { animation: fieldShake .3s var(--ease); }
@media (prefers-reduced-motion: reduce) { .field.is-shake { animation: none; } }
.tkhelp { list-style: none; display: grid; gap: 1rem; }
.tkhelp li { position: relative; padding-left: 1.5rem; font-size: .8125rem; line-height: 1.6; }
.tkhelp li::before {
  content: ""; position: absolute; left: 0; top: .45em;
  width: 9px; height: 10px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--ion);
}
.tkhelp b { display: block; color: var(--text); font-weight: 600; }
.tkhelp span { color: var(--text-2); }
.mcdok {
  overflow: hidden;
  border-color: rgba(47, 216, 137, .34);
  background: linear-gradient(180deg, rgba(4, 34, 24, .55) 0%, rgba(2, 16, 30, .92) 60%);
  box-shadow: 0 0 22px rgba(47, 216, 137, .10);
}
.mcdok__art {
  display: block; width: 100%; height: auto;
  border-bottom: 1px solid rgba(47, 216, 137, .22);
}
.mcdok__h { color: #7defb8; }
.mcdok__h svg { color: #2fd889; }
.mcdok .card__hd { border-color: rgba(47, 216, 137, .18); }
.mcdok__p { font-size: .8125rem; line-height: 1.65; color: var(--text-2); margin: 0 0 .9rem; }
.mcdok__p b { color: #9df3c8; font-weight: 600; }
.btn--mcd {
  --btn-bg: linear-gradient(180deg, #06402a 0%, #032517 100%);
  --btn-fg: #9df3c8;
  --btn-bd: #2fd889;
  display: inline-flex; align-items: center; gap: .5rem;
  width: 100%; justify-content: center;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(157, 243, 200, .12), 0 0 16px rgba(47, 216, 137, .25);
}
.btn--mcd svg { width: 15px; height: 15px; }
.btn--mcd:hover {
  color: #eafff4;
  background: linear-gradient(180deg, #0a5c3c 0%, #04321f 100%);
  border-color: #56e8a7;
  box-shadow: inset 0 1px 0 rgba(200, 255, 228, .18), 0 0 26px rgba(47, 216, 137, .4);
  transform: translateY(-1px);
}
.mcdband {
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  gap: clamp(.75rem, 2vw, 1.75rem);
  border: 1px solid rgba(47, 216, 137, .3);
  border-radius: var(--r-2);
  background: linear-gradient(135deg, rgba(4, 34, 24, .55) 0%, rgba(2, 16, 30, .95) 60%);
  box-shadow: 0 0 30px rgba(47, 216, 137, .08);
}
.mcdband__art {
  flex: 0 1 52%; min-width: 0;
  z-index: 0; pointer-events: none;
}
.mcdband__art img {
  display: block; width: 100%; height: auto;
}
.mcdband__body {
  position: relative; z-index: 1;
  flex: 1 1 auto; max-width: 58ch;
  padding: clamp(1.4rem, 3vw, 2.8rem);
}
.mcdband__eyebrow {
  margin: 0 0 .6rem;
  font-family: var(--mono); font-size: .6875rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: #7defb8;
}
@media (max-width: 900px) {
  .mcdband { display: block; }
  .mcdband__art { width: 100%; }
  .mcdband__body { max-width: none; }
}
.supflow {
  display: grid; gap: 2.25rem 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.supstep { position: relative; text-align: center; }
.supstep + .supstep::before {
  content: ""; position: absolute; top: 2.2rem; height: 2px;
  left: calc(-50% + 3.4rem); right: calc(50% + 3.4rem);
  border-radius: 1px;
  background: repeating-linear-gradient(90deg,
    rgba(29, 125, 245, .55) 0 10px, transparent 10px 20px);
  background-size: 20px 2px;
  animation: supFlow 1.4s linear infinite;
  opacity: .55;
}
@keyframes supFlow { to { background-position: 20px 0; } }
.supstep__ico {
  display: inline-grid; place-items: center;
  width: 4.4rem; height: 4.4rem;
  color: var(--ion-light);
  filter: drop-shadow(0 0 16px rgba(29, 125, 245, .35));
  transition: transform .3s var(--ease), color .3s var(--ease),
              filter .3s var(--ease);
}
.supstep__ico svg { width: 3rem; height: 3rem; }
.supstep:hover .supstep__ico {
  transform: translateY(-4px) scale(1.07);
  color: #cfe7ff;
  filter: drop-shadow(0 0 26px rgba(29, 125, 245, .6));
}
.supstep__n {
  display: block; margin-top: .8rem;
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--ion-text);
}
.supstep__t { margin: .55rem 0 0; font-size: 1.0625rem; font-weight: 700; color: var(--text); }
.supstep__p {
  margin: .55rem auto 0; max-width: 34ch;
  font-size: .8125rem; line-height: 1.65; color: var(--text-2);
}
@media (max-width: 900px) {
  .supflow { grid-template-columns: 1fr; gap: 2.5rem; }
  .supstep + .supstep::before { content: none; }
}
@media (prefers-reduced-motion: reduce) {
  .supstep + .supstep::before { animation: none; }
  .supstep:hover .supstep__ico { transform: none; }
}
.warp {
  position: fixed; inset: 0; z-index: var(--z-veil); pointer-events: none;
  opacity: 0;
}
.warp::before {
  content: ""; position: absolute; left: var(--wx, 50%); top: var(--wy, 50%);
  width: 24px; height: 24px; border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  border: 2px solid var(--ion-light);
  box-shadow: 0 0 40px var(--ion-glow), inset 0 0 30px var(--ion-glow);
}
.warp.is-go {
  animation: warpVoile .42s var(--ease) forwards;
}
.warp.is-go::before { animation: warpOnde .42s var(--ease-out) forwards; }
@keyframes warpVoile {
  from { opacity: 0; background: transparent; }
  to   { opacity: 1; background: radial-gradient(circle at var(--wx, 50%) var(--wy, 50%), rgba(29, 125, 245, .2), rgba(0, 3, 13, .92) 62%); }
}
@keyframes warpOnde {
  to { transform: translate(-50%, -50%) scale(90); opacity: 0; border-width: 1px; }
}
@media (max-width: 640px) {
  .tik__hd { flex-wrap: wrap; }
  .msg { max-width: 100%; }
}
.msg__bd p + p, .msg__bd ul, .msg__bd ol, .msg__bd blockquote, .msg__bd pre { margin-top: .5rem; }
.msg__bd ul, .msg__bd ol { padding-left: 1.25rem; }
.msg__bd blockquote { padding-left: .75rem; border-left: 2px solid var(--hair); color: var(--text-3); }
.msg__bd pre, .msg__bd code { font-family: var(--code); font-size: .8125rem; }
.msg__bd pre { padding: .5rem .75rem; border-radius: var(--r-2); background: rgba(0, 0, 0, .35); overflow-x: auto; }
.msg__bd a { color: var(--ion-text); text-decoration: underline; }
.tik .ck-editor__editable, .edx__main .ck-editor__editable { min-height: 140px; }
#sm-gflow.is-instant .gview, #sm-gflow.is-instant .gstage { transition: none !important; }
.tiklist { display: grid; gap: .625rem; }
.tikrow {
  display: flex; align-items: center; gap: 1rem;
  padding: .875rem 1.25rem;
  border: 1px solid var(--hair-soft); border-radius: var(--r-3);
  background: linear-gradient(180deg, rgba(3, 25, 55, .5) 0%, rgba(1, 10, 25, .72) 100%);
  color: inherit; text-decoration: none;
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease),
              transform var(--t-fast) var(--ease);
}
.tikrow:hover { border-color: var(--hair-strong); background: rgba(29, 125, 245, .07); transform: translateY(-2px); }
.tikrow:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.tikrow__meta { flex: 1; min-width: 0; display: grid; gap: .2rem; }
.tikrow__meta b {
  font-weight: 600; color: var(--text);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.tikrow__meta > span {
  font-family: var(--mono); font-size: .625rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--text-3);
}
.tikrow__c { width: 16px; height: 16px; flex: none; color: var(--text-3); transition: transform var(--t-fast) var(--ease), color var(--t-fast) var(--ease); }
.tikrow:hover .tikrow__c { transform: translateX(3px); color: var(--ion-light); }
.tik__glyph.is-live { background: linear-gradient(160deg, rgba(63, 217, 138, .5), rgba(63, 217, 138, .1)); color: #d9ffe9; }
.tik__back {
  flex: none; display: grid; place-items: center;
  width: 36px; height: 36px; border-radius: var(--r-2);
  border: 1px solid var(--hair-soft); color: var(--text-2);
  transition: border-color var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.tik__back:hover { border-color: var(--ion); color: #fff; }
.tik__back:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.tik__back svg { width: 16px; height: 16px; }
.gslide {
  position: relative;
  border: 1px solid var(--hair-soft); border-radius: var(--r-3);
  box-shadow: 0 30px 80px -44px rgba(0, 0, 0, .95);
}
.gslide .gplans {
  border: 0; border-radius: inherit; box-shadow: none;
  --sgap: 20px;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 3 * var(--sgap)) / 4);
  gap: var(--sgap);
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.gslide .gplans::-webkit-scrollbar { display: none; }
.gslide .plan {
  opacity: 1 !important; transform: none !important;
  scroll-snap-align: start;
  min-width: 0;
}
.gslide.is-defile .gplans {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 48px, #000 calc(100% - 48px), transparent);
  mask-image: linear-gradient(90deg, transparent, #000 48px, #000 calc(100% - 48px), transparent);
}
@media (max-width: 1180px) { .gslide .gplans { grid-auto-columns: calc((100% - 2 * var(--sgap)) / 3); } }
@media (max-width: 900px)  { .gslide .gplans { grid-auto-columns: calc((100% - var(--sgap)) / 2); } }
@media (max-width: 620px)  { .gslide .gplans { grid-auto-columns: 86%; } }
.gslide__nav {
  display: grid; place-items: center;
  width: 34px; height: 34px; padding: 0;
  border: 0; border-radius: var(--r-2); background: none; cursor: pointer;
  color: var(--text-2);
  transition: color var(--t-fast) var(--ease), opacity var(--t-fast) var(--ease);
}
.gslide__nav:hover { color: #fff; }
.gslide__nav:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.gslide__nav[disabled] { opacity: .25; cursor: default; pointer-events: none; }
.gslide__nav--next:not([disabled]) svg { animation: gnudgeD 1.6s var(--ease) infinite; }
.gslide__nav--prev:not([disabled]) svg { animation: gnudgeG 1.6s var(--ease) infinite; }
@keyframes gnudgeD { 0%, 100% { transform: translateX(0); opacity: .65; } 50% { transform: translateX(4px); opacity: 1; } }
@keyframes gnudgeG { 0%, 100% { transform: translateX(0); opacity: .65; } 50% { transform: translateX(-4px); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .gslide__nav svg { animation: none !important; } }
.gslide > .gslide__nav {
  display: none;
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 6;
  width: 48px; height: 72px;
  color: #d7dfeb;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .9));
}
.gflow.on-offres .gslide > .gslide__nav { display: grid; }
.gslide__nav svg { width: 30px; height: 30px; }
.gslide > .gslide__nav--prev { left: -58px; }
.gslide > .gslide__nav--next { right: -58px; }
@media (max-width: 1520px) {
  .gslide > .gslide__nav--prev { left: -12px; }
  .gslide > .gslide__nav--next { right: -12px; }
}
.gflow.on-offres .gstage { overflow: visible; }
.gflow.is-moving .gstage,
.gflow.is-moving-back .gstage { overflow: hidden; }
.gflow__hd {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem 2.5rem; flex-wrap: wrap; margin-bottom: 2rem;
}
.gflow__hd .t-h2 { margin: 0; }
.gflow__hd .gflow__rail { margin-bottom: 0; }
.jnova { display: none; }
@media (min-width: 1800px) {
  .band--jeux::after { display: none; }
  .band--jeux { min-height: 0; }
  .jnova {
    display: block; position: absolute; z-index: 0; pointer-events: none;
    right: max(128px, calc(50vw - var(--rail) / 2 - 420px)); left: auto;
    top: calc(44% - 40px); transform: translateY(-50%);
    width: 800px; aspect-ratio: 954 / 914;
    background: url("art/jeux.avif") left center / contain no-repeat;
  }
}
.lang { position: relative; }
.btn--lang {
  --btn-bg: none;
  --btn-fg: #9cc1e4;
  --btn-bd: transparent;
  font-weight: 600;
  border-radius: 999px;
  box-shadow: none;
}
.btn--lang:hover, .lang.is-open .btn--lang {
  color: #d9edff;
  background: linear-gradient(180deg, #04264a 0%, #021730 100%);
  border-color: #1e5c9c;
  box-shadow: inset 0 1px 0 rgba(150, 210, 255, .12), 0 0 14px rgba(29, 125, 245, .18);
}
.lang__flag { width: 20px; height: 14px; border-radius: 3px; flex: none; }
.btn--lang { padding: 0 .8125rem; }
.lang__chev {
  width: 12px; height: 12px; flex: none; opacity: .7;
  transition: transform var(--t) var(--ease);
}
.lang.is-open .lang__chev { transform: rotate(180deg); }
.lang__menu {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 60;
  min-width: 262px; padding: .375rem;
  background: linear-gradient(180deg, rgba(4, 16, 34, .97), rgba(1, 9, 19, .97));
  border: 1px solid var(--hair); border-radius: var(--r-2);
  box-shadow: 0 24px 60px -24px rgba(0, 0, 0, .9);
  visibility: hidden; opacity: 0; transform: translateY(-6px);
  transition: opacity .18s var(--ease), transform .22s var(--ease-out),
              visibility 0s .2s;
}
.lang.is-open .lang__menu {
  visibility: visible; opacity: 1; transform: none; transition-delay: 0s;
}
.lang__o {
  white-space: nowrap;
  display: flex; align-items: center; gap: .75rem; width: 100%;
  padding: .625rem .75rem; border-radius: calc(var(--r-2) - 3px);
  font-family: var(--display); font-size: .8125rem; font-weight: 600;
  color: var(--text); text-align: left; text-transform: none; letter-spacing: 0;
  transition: background var(--t-fast) var(--ease);
}
button.lang__o:hover { background: var(--skin-02); }
.lang__t { display: flex; flex-direction: column; gap: .1rem; min-width: 0; }
.lang__t small {
  font-size: .6875rem; font-weight: 400; color: var(--text-3); letter-spacing: .02em;
}
.lang__ok { width: 14px; height: 14px; margin-left: auto; flex: none; color: var(--ion-text); }
.lang__o.is-soon { cursor: default; }
.lang__o.is-soon .lang__flag { filter: saturate(.35) brightness(.72); }
.lang__tag {
  margin-left: auto; flex: none; padding: .2rem .5rem;
  font-family: var(--mono); font-size: .5625rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-2); border: 1px solid var(--hair-soft); border-radius: 999px;
}
@media (min-width: 1066px) {
  .nav .btn, .nav .lang, .nav__a--mob { display: none; }
}
@media (min-width: 1066px) and (max-width: 1340px) {
  .nav__a--annuaire { display: none; }
}
@media (max-width: 1200px) {
  .mark__img { height: 36px; margin-top: -8px; }
  .mark { margin-right: clamp(.75rem, 2vw, 1.5rem); }
  .head__acc { gap: .375rem; }
  .head__acc .btn--sm {
    min-height: 34px; padding: 0 .875rem;
    font-size: .6875rem; letter-spacing: .06em;
  }
}
@media (max-width: 900px) {
  .nav .lang { margin-top: 1rem; }
  .nav .lang .btn--lang { width: 100%; margin-top: 0; }
  .nav .lang__menu {
    position: static; display: none; min-width: 0; margin-top: .5rem;
    visibility: visible; opacity: 1; transform: none; transition: none;
  }
  .nav .lang.is-open .lang__menu { display: block; }
}
.saves {
  display: grid; gap: 1.25rem 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.save {
  display: grid; grid-template-columns: auto minmax(0, 1fr);
  align-items: center; gap: .2rem 1.125rem; padding: .375rem 0;
}
.save__i {
  display: grid; place-items: center; width: 72px; aspect-ratio: 1 / 1.1547;
  position: relative; grid-row: 1 / span 2; align-self: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(160deg, rgba(63, 217, 138, .5), rgba(63, 217, 138, .1));
  color: var(--up);
  transition: transform var(--t) var(--spring), filter var(--t) var(--ease);
}
.save__i::before { content: ""; position: absolute; inset: 1px; clip-path: inherit; background: var(--void); }
.save__i svg { position: relative; z-index: 1; width: 30px; height: 30px; }
.save__t {
  grid-column: 2; align-self: end; margin: 0;
  font-size: 1.0625rem; font-weight: 500; color: var(--up);
}
.save__p {
  grid-column: 2; align-self: start; margin: .35rem 0 0;
  font-size: .8125rem; line-height: 1.6; color: var(--text-2);
}
.save:hover .save__i {
  transform: translateY(-3px);
  filter: drop-shadow(0 0 16px rgba(63, 217, 138, .38));
}
@media (max-width: 1180px) { .saves { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px)  { .saves { grid-template-columns: 1fr; } }
.limits {
  display: grid; gap: 1.5rem 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.limit {
  display: grid; grid-template-columns: auto minmax(0, 1fr);
  align-items: center; gap: .3rem 1.375rem;
}
.limit__i {
  display: grid; place-items: center; width: 96px; aspect-ratio: 1 / 1.1547;
  position: relative; grid-row: 1 / span 2; align-self: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(160deg, rgba(240, 166, 58, .55), rgba(240, 166, 58, .12));
  color: #f0a63a;
}
.limit__i::before { content: ""; position: absolute; inset: 1px; clip-path: inherit; background: var(--void); }
.limit__i svg {
  position: relative; z-index: 1; width: 52px; height: 52px;
  transition: filter var(--t) var(--ease), color var(--t) var(--ease),
              transform var(--t) var(--spring);
}
.limit__t {
  grid-column: 2; align-self: end; margin: 0;
  font-size: 1rem; font-weight: 500; letter-spacing: .01em;
}
.limit__p {
  grid-column: 2; align-self: start; margin: .4rem 0 0;
  font-size: .8125rem; line-height: 1.6; color: var(--text-2);
}
.limit:hover .limit__i svg {
  color: #ffc46a; transform: scale(1.06);
  filter: drop-shadow(0 0 10px rgba(240, 166, 58, .85))
          drop-shadow(0 0 26px rgba(240, 166, 58, .4));
}
@media (max-width: 1080px) { .limits { grid-template-columns: 1fr; gap: 1.25rem; } }
@media (prefers-reduced-motion: reduce) {
  .save:hover .save__i, .limit:hover .limit__i svg { transform: none; }
}
.trybar {
  display: inline-flex; align-items: center; gap: .75rem; flex-wrap: wrap;
  font-family: var(--mono); font-size: .75rem; letter-spacing: .06em; color: var(--text-2);
}
.trybar .num { font-size: 1.375rem; font-weight: 300; color: var(--ion-light); letter-spacing: -.02em; }
.trybar__dim { color: var(--text-3); }
.spark--up { background: var(--ion-light); box-shadow: 0 0 10px rgba(42,143,255,.5); }
.spark--up::after { border-color: var(--ion-light); }
.hive {
  --hw: clamp(80px, calc((100vw - 5rem) / 6.4), 208px);
  --hh: calc(var(--hw) * 1.1547);
  --hj: 8px;
  display: flex; flex-direction: column; align-items: center;
  padding-block: 0 clamp(1rem, 3vw, 2.25rem);
}
.hive__row { display: flex; justify-content: center; }
.hive__row + .hive__row { margin-top: calc(var(--hh) * -.22); }
.cell {
  position: relative; flex: none; display: block;
  width: var(--hw); height: var(--hh);
  margin-inline: calc(var(--hj) / 2); z-index: 1;
  -webkit-tap-highlight-color: transparent;
  transition: transform .3s var(--spring), filter var(--t) var(--ease);
}
.cell__hex {
  position: absolute; inset: 0;
  display: grid; place-content: center; justify-items: center; row-gap: .45rem;
  text-align: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(160deg, rgba(140,168,204,.34), rgba(116,142,176,.04));
  transition: background var(--t) var(--ease);
}
.cell__hex::before {
  content: ""; position: absolute; inset: 1.5px; clip-path: inherit;
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(120,160,220,.18) 0%, rgba(120,160,220,0) 60%),
    linear-gradient(165deg, #051a33 0%, var(--void) 74%);
}
.cell__hex > * { position: relative; z-index: 1; }
.cell__ring {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  fill: none; stroke-width: 2; stroke-linejoin: round;
}
.cell.is-busy .cell__ring polygon {
  stroke: var(--ion-deep);
  stroke-dasharray: 100; stroke-dashoffset: var(--gone, 0);
  transition: stroke-dashoffset 1s linear, stroke .45s var(--ease);
}
.cell.is-free .cell__ring { display: none; }
.cell.is-busy.is-soon .cell__ring polygon { stroke: var(--warn); }
.cell__n {
  font-family: var(--mono); font-size: clamp(.625rem, .9vw, .8125rem); font-weight: 600;
  letter-spacing: .18em; color: var(--text-3);
}
.cell__s {
  font-family: var(--display); font-size: clamp(.6875rem, .95vw, .875rem); font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text-3);
}
.cell__t {
  min-width: 6ch;
  font-family: var(--mono); font-variant-numeric: tabular-nums; font-weight: 300;
  font-size: clamp(1rem, 1.7vw, 1.5rem); letter-spacing: -.01em; color: var(--text);
}
.cell.is-soon .cell__s, .cell.is-soon .cell__t { color: var(--warn); }
.cell.is-free .cell__hex {
  background: linear-gradient(160deg, rgba(42,143,255,.5), rgba(42,143,255,.1));
}
.cell.is-free .cell__hex::before {
  background: linear-gradient(165deg, #00153b 0%, var(--void) 74%);
}
.cell.is-free .cell__s { color: var(--ion-light); }
.cell__go {
  display: inline-flex; align-items: center; gap: .4rem;
  font-family: var(--mono); font-size: clamp(.625rem, .85vw, .75rem); font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text);
  opacity: 0; transform: translateY(5px);
  transition: opacity var(--t) var(--ease), transform var(--t) var(--spring);
}
.cell__go svg { width: 13px; height: 13px; }
.cell.is-free:hover, .cell.is-free:focus-visible {
  transform: translateY(-4px) scale(1.04); z-index: 3;
  filter: drop-shadow(0 0 20px rgba(42,143,255,.35));
}
.cell.is-free:hover .cell__go, .cell.is-free:focus-visible .cell__go { opacity: 1; transform: none; }
.cell.is-free:active { transform: translateY(-1px) scale(1.01); }
@media (hover: none) { .cell.is-free .cell__go { opacity: 1; transform: none; } }
.cell.is-free { animation: hiveRespire 4.5s var(--ease) infinite; }
.hive__row:nth-child(2) .cell.is-free { animation-delay: .6s; }
.hive__row:nth-child(3) .cell.is-free { animation-delay: 1.2s; }
.cell.is-free:nth-child(even) { animation-delay: .9s; }
@keyframes hiveRespire {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(42,143,255,0)); }
  50%      { filter: drop-shadow(0 0 14px rgba(42,143,255,.28)); }
}
.cell.is-free .cell__hex {
  background: linear-gradient(160deg, rgba(42,143,255,.95) 0%, rgba(42,143,255,.55) 45%, rgba(42,143,255,.22) 100%);
}
.cell.is-free:hover, .cell.is-free:focus-visible {
  animation: none;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,.6)) drop-shadow(0 0 30px rgba(42,143,255,.55));
}
.cell.is-busy .cell__hex {
  background: linear-gradient(160deg, rgba(41,102,216,.42), rgba(41,102,216,.06));
}
.cell.is-busy .cell__hex::before {
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(41,102,216,.22) 0%, rgba(41,102,216,0) 62%),
    linear-gradient(165deg, #04162e 0%, var(--void) 76%);
}
.cell.is-busy.is-soon .cell__hex {
  background: linear-gradient(160deg, rgba(245,158,11,.5), rgba(245,158,11,.06));
}
.cell.is-busy.is-soon { filter: drop-shadow(0 10px 24px rgba(0,0,0,.55)) drop-shadow(0 0 16px rgba(245,158,11,.3)); }
.hive__key { font-size: clamp(.6875rem, .9vw, .8125rem); letter-spacing: .1em; }
.hive__key i { width: 9px; height: 9px; }
.trybar { font-size: .8125rem; }
.trybar .num { font-size: clamp(1.5rem, 2.4vw, 2rem); }
@media (prefers-reduced-motion: reduce) {
  .cell.is-free { animation: none; }
}
.cell.is-free::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 2;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  box-shadow: inset 0 0 0 1.5px rgba(42,143,255,.5); opacity: 0;
  animation: cellbreath 3s var(--ease-out) infinite; animation-delay: var(--pd, 0ms);
}
@keyframes cellbreath {
  0%        { opacity: .5; transform: scale(1); }
  70%, 100% { opacity: 0;  transform: scale(1.32); }
}
.cell.is-busy { cursor: default; }
.hive.is-live .cell {
  opacity: 0; transform: scale(.6);
  animation: cellpose .6s var(--spring) var(--dz, 0ms) forwards;
}
@keyframes cellpose { 60% { opacity: 1; } 100% { opacity: 1; transform: none; } }
.hive.is-set .cell { animation: none; opacity: 1; transform: none; }
.cell.is-pop .cell__hex { animation: cellpop .9s var(--spring); }
@keyframes cellpop {
  25%  { transform: scale(1.07); filter: brightness(1.7) drop-shadow(0 0 20px rgba(42,143,255,.55)); }
  100% { transform: none; filter: none; }
}
.cell.is-pop::after { animation: cellburst .55s var(--ease-out); }
@keyframes cellburst { from { opacity: .8; transform: scale(1); } to { opacity: 0; transform: scale(1.6); } }
.hive__leg {
  display: flex; justify-content: center; gap: 1rem 1.75rem; flex-wrap: wrap;
  margin-top: var(--s-5);
  font-family: var(--mono); font-size: .625rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--text-3);
}
.hive__key { display: inline-flex; align-items: center; gap: .5rem; }
.hive__key i {
  width: 11px; height: 13px; flex: none;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.hive__key--free i { background: var(--ion-light); box-shadow: 0 0 8px rgba(42,143,255,.5); }
.hive__key--busy i { background: var(--ion-deep); }
.hive__key--soon i { background: var(--warn); }
.hive__note { margin-top: var(--s-4); text-align: center; font-size: .75rem; color: var(--text-3); }
.hive__full {
  margin-top: var(--s-5); margin-inline: auto; max-width: 62ch;
  padding: 1rem 1.375rem; text-align: center;
  border: 1px solid rgba(245,158,11,.3); border-radius: var(--r-3);
  background: linear-gradient(180deg, rgba(25,13,2,.55), rgba(10,6,0,.35));
  font-size: .875rem; color: var(--text-2);
}
.hive__full b { font-family: var(--mono); font-weight: 600; color: var(--gold-text); }
@media (max-width: 640px) {
  .hive { --hw: clamp(52px, 15.2vw, 104px); --hj: 4px; padding-block: 1rem; }
  .cell__go { display: none; }
  .cell__n { font-size: .5rem; letter-spacing: .1em; }
  .cell__s { font-size: .5625rem; letter-spacing: .1em; }
  .cell__t { font-size: .75rem; min-width: 5ch; font-weight: 400; }
  .cell__hex { row-gap: .15rem; }
}
@media (prefers-reduced-motion: reduce) {
  .hive.is-live .cell { animation: none; opacity: 1; transform: none; }
  .cell.is-free::after { animation: none; }
  .cell.is-busy .cell__ring polygon { transition: none; }
}
.gsrv { display: flex; align-items: flex-end; gap: 1.25rem 2rem; flex-wrap: wrap; }
.gsrv .gadr { flex: 1 1 460px; }
.gsrv .hexq { flex: 1 1 300px; margin-bottom: 1.5rem; }
.gadr { max-width: 660px; }
.gadr .field__l { display: block; margin-bottom: .5rem; }
.gadr .combo .inp {
  min-height: 54px; border-width: 2px; border-color: rgba(29, 125, 245, .5);
  font-size: 1.125rem; color: var(--ion-text); letter-spacing: -.01em;
}
.gadr .combo .inp::placeholder { color: var(--text-3); font-size: 1rem; letter-spacing: 0; }
.gadr .combo .inp:focus { border-color: var(--ion-light); box-shadow: 0 0 0 3px rgba(29, 125, 245, .16); }
.gadr .dsel { margin-left: -2px; }
.gadr .dsel__b {
  min-height: 54px; min-width: 12.5rem; justify-content: space-between;
  border-width: 2px; border-left: 0; border-color: rgba(29, 125, 245, .5);
  font-size: 1.125rem; color: var(--text);
}
.gadr .dsel.is-open .dsel__b, .gadr .dsel__b:hover { border-color: var(--ion-light); }
.gadr .dsel__o { font-size: .9375rem; padding: .5625rem .875rem; }
.gadr__x { margin-top: .5rem; font-size: .75rem; color: var(--text-3); }
.dsel { position: relative; flex: 0 0 auto; }
.dsel__b {
  display: flex; align-items: center; gap: .625rem; height: 100%; min-height: 44px;
  padding: 0 .875rem; cursor: pointer; white-space: nowrap;
  border: 1px solid var(--hair); border-left: 0;
  border-radius: 0 var(--r-2) var(--r-2) 0;
  background: linear-gradient(180deg, rgba(8, 30, 58, .8), rgba(2, 14, 30, .8));
  font-family: var(--mono); font-size: .875rem; color: var(--text);
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.dsel__b:hover { border-color: var(--hair-strong); }
.dsel__b:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.dsel__b svg { width: 12px; height: 12px; opacity: .7; transition: transform var(--t) var(--ease); }
.dsel.is-open .dsel__b { border-color: var(--ion); }
.dsel.is-open .dsel__b svg { transform: rotate(180deg); }
.dsel__m {
  position: absolute; top: calc(100% + 6px); right: 0; z-index: 40; min-width: 100%;
  padding: .3125rem; display: grid; gap: 2px;
  background: linear-gradient(180deg, rgba(4, 16, 34, .98), rgba(1, 9, 19, .98));
  border: 1px solid var(--hair); border-radius: var(--r-2);
  box-shadow: 0 24px 60px -24px rgba(0, 0, 0, .9);
  visibility: hidden; opacity: 0; transform: translateY(-6px);
  transition: opacity .16s var(--ease), transform .2s var(--ease-out), visibility 0s .18s;
}
.dsel.is-open .dsel__m { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
.dsel__o {
  padding: .5rem .75rem; border-radius: calc(var(--r-2) - 3px); cursor: pointer;
  font-family: var(--mono); font-size: .8125rem; color: var(--text-2);
  text-align: left; white-space: nowrap;
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.dsel__o:hover, .dsel__o:focus-visible { background: var(--skin-02); color: var(--text); outline: none; }
.dsel__o.is-on { color: var(--ion-text); background: var(--ion-haze); }
.gnote { font-size: .6875rem; line-height: 1.7; max-width: none; }
.modal--auth {
  width: min(1080px, calc(100vw - 2rem));
  padding: 0; overflow: visible;
  background: none; border: 0; box-shadow: none;
}
.modal--auth .auth--modal {
  margin: 0; max-height: min(88vh, 900px); overflow: auto;
  border-radius: var(--r-3);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .7);
}
.modal__x--float {
  position: absolute; z-index: 2; top: .75rem; right: .75rem;
  width: 34px; height: 34px; display: grid; place-items: center;
  border: 1px solid var(--hair); border-radius: 50%;
  background: rgba(2, 12, 28, .8); color: var(--text-2);
  transition: color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease),
              transform var(--t-fast) var(--ease);
}
.modal__x--float:hover { color: var(--text); border-color: var(--hair-strong); transform: rotate(90deg); }
.modal__x--float svg { width: 14px; height: 14px; }
.auth--modal .t-h1 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.auth--modal .auth__main { padding: clamp(1.5rem, 3vw, 2.25rem); }
@media (max-width: 900px) {
  .modal--auth .auth--modal { grid-template-columns: 1fr; }
}
.dmenu { position: relative; }
.dmenu__b {
  display: inline-flex; align-items: center; gap: .375rem;
  background: none; border: 0; cursor: pointer;
}
.dmenu__chev { width: 11px; height: 11px; opacity: .65; transition: transform var(--t) var(--ease); }
.dmenu.is-open .dmenu__chev { transform: rotate(180deg); }
.dmenu.is-open > .dmenu__b { color: var(--ion-text); }
.dmenu__p {
  position: absolute; top: calc(100% + 10px); left: 50%; z-index: 70;
  width: min(560px, calc(100vw - 2rem)); padding: .5rem;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px;
  background: linear-gradient(180deg, rgba(4, 16, 34, .98), rgba(1, 9, 19, .98));
  border: 1px solid var(--hair); border-radius: var(--r-3);
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .95);
  visibility: hidden; opacity: 0; transform: translate(-50%, -8px);
  transition: opacity .18s var(--ease), transform .24s var(--ease-out), visibility 0s .2s;
}
.dmenu.is-open .dmenu__p {
  visibility: visible; opacity: 1; transform: translate(-50%, 0); transition-delay: 0s;
}
.dmenu__i {
  display: flex; align-items: flex-start; gap: .75rem;
  padding: .625rem .75rem; border-radius: var(--r-2);
  text-decoration: none;
  transition: background var(--t-fast) var(--ease);
}
.dmenu__i:hover, .dmenu__i:focus-visible { background: var(--skin-02); outline: none; }
.dmenu__ic {
  flex: none; width: 30px; height: 30px; display: grid; place-items: center;
  color: var(--ion-text);
  transition: color var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.dmenu__ic svg { width: 26px; height: 26px; stroke-width: 1.5; }
.dmenu__i:hover .dmenu__ic { color: var(--ion-light); transform: scale(1.06); }
.dmenu__t { min-width: 0; display: flex; flex-direction: column; gap: .15rem; }
.dmenu__t b {
  font-family: var(--display); font-size: .8125rem; font-weight: 600;
  letter-spacing: 0; text-transform: none; color: var(--text); line-height: 1.25;
}
.dmenu__t small { font-size: .6875rem; line-height: 1.4; color: var(--text-3); }
@media (max-width: 1065px) {
  .dmenu { width: 100%; }
  .dmenu__b { width: 100%; justify-content: space-between;
    padding: 1rem .25rem; border-bottom: 1px solid var(--hair-soft); }
  .dmenu__p {
    position: static; display: none; width: auto; transform: none;
    grid-template-columns: 1fr; border: 0; background: none; box-shadow: none;
    visibility: visible; opacity: 1; padding: .25rem 0 .5rem;
  }
  .dmenu.is-open .dmenu__p { display: grid; transform: none; }
}
.expi {
  position: relative;
  overflow: visible;
  border: 0;
  background: linear-gradient(90deg,
    rgba(3, 22, 48, .97) 0%, rgba(3, 20, 44, .95) 36%,
    rgba(2, 16, 36, .55) 50%, rgba(2, 14, 32, 0) 62%);
  box-shadow: none;
}
.expi::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px var(--hair);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 58%);
  mask-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 58%);
}
.expi .card__t {
  color: var(--gold-text);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  letter-spacing: .12em;
  line-height: 1.2;
}
.expi .card__hd, .expi .card__ft { border-color: var(--hair-soft); }
.expi .btn--primary {
  --btn-bg: linear-gradient(180deg, #06315c 0%, #03203d 100%);
  --btn-fg: #b9e2ff;
  --btn-bd: #2b8ede;
  box-shadow: inset 0 1px 0 rgba(150, 210, 255, .14), 0 0 16px rgba(29, 125, 245, .30);
}
.expi .btn--primary:hover {
  color: #f2fbff;
  background: linear-gradient(180deg, #0a4c8c 0%, #052c53 100%);
  border-color: #58b4ff;
  box-shadow: inset 0 1px 0 rgba(190, 230, 255, .2), 0 0 26px rgba(29, 125, 245, .45);
}
.expi .btn--primary::before, .expi .btn--primary::after { content: none; }
.expi__bd { position: static; }
.expi__txt { position: relative; z-index: 1; max-width: 62ch; }
.expi__art {
  position: absolute; z-index: -1; pointer-events: none;
  top: -3.5rem; bottom: -3.5rem; right: -3rem;
  width: min(64%, 700px);
  background: url("art/expire.avif") right center / contain no-repeat;
  animation: expiFlotte 9s var(--ease) infinite alternate;
}
.expi__art {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 26%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 26%);
}
@keyframes expiFlotte {
  from { transform: translate3d(0, -7px, 0); }
  to   { transform: translate3d(0, 7px, 0); }
}
@media (prefers-reduced-motion: reduce) { .expi__art { animation: none; } }
.expi .card__ft .push { margin-left: auto; }
@media (max-width: 1080px) {
  .expi__art { display: none; }
  .expi__txt { max-width: none; }
  .expi { background: linear-gradient(180deg, rgba(3, 22, 48, .97), rgba(1, 10, 25, .99)); }
  .expi::before { -webkit-mask-image: none; mask-image: none; }
}
.amenu__b {
  display: inline-flex; align-items: center; gap: .5rem;
  min-height: 40px; padding: 0 .875rem 0 .625rem; cursor: pointer;
  border: 1px solid var(--hair); border-radius: 999px;
  background: linear-gradient(180deg, rgba(6, 30, 58, .85), rgba(2, 14, 30, .85));
  color: var(--text);
  font-family: var(--display); font-size: .8125rem; font-weight: 600; letter-spacing: .02em;
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.amenu__b:hover, .amenu.is-open .amenu__b { border-color: var(--ion); background: linear-gradient(180deg, rgba(9, 44, 84, .9), rgba(3, 20, 40, .9)); }
.amenu__b:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.amenu { display: inline-flex; }
.amenu__b--lien {
  border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0;
  padding-right: .5rem; text-decoration: none;
}
.amenu__b--chev {
  border-top-left-radius: 0; border-bottom-left-radius: 0;
  padding: 0 .625rem;
}
.amenu:hover .amenu__b--lien, .amenu:hover .amenu__b--chev,
.amenu.is-open .amenu__b--lien, .amenu.is-open .amenu__b--chev {
  border-color: var(--ion);
  background: linear-gradient(180deg, rgba(9, 44, 84, .9), rgba(3, 20, 40, .9));
}
.amenu__ico {
  display: grid; place-items: center; width: 26px; height: 26px; flex: none;
  border-radius: 50%; background: var(--ion-haze); color: var(--ion-text);
}
.amenu__ico svg { width: 15px; height: 15px; }
.amenu__n { max-width: 14ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.amenu .dmenu__chev { width: 11px; height: 11px; }
.amenu__p { grid-template-columns: 1fr; width: min(330px, calc(100vw - 2rem)); left: auto; right: 0; transform: translate(0, -8px); }
.amenu__p {
  display: flex; flex-direction: column;
  max-height: calc(100vh - var(--head-h) - 1.25rem);
  max-height: calc(100dvh - var(--head-h) - 1.25rem);
}
.amenu__p > * { flex: none; }
.amenu__srv {
  display: flex; flex-direction: column; gap: 2px;
  flex: 0 1 auto; min-height: min(8rem, 22vh);
  overflow-y: auto; overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--hair) transparent;
}
.amenu.is-open .amenu__p { transform: translate(0, 0); }
.amenu__h {
  padding: .5rem .75rem .25rem;
  font-family: var(--mono); font-size: .5625rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--text-3);
}
.amenu__h + .dmenu__i { margin-top: -.125rem; }
.amenu__p .dmenu__i { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; }
.amenu__ca {
  display: flex; align-items: baseline; justify-content: space-between; gap: .75rem;
  padding: .375rem .75rem .5rem; font-size: .75rem; color: var(--text-3);
}
.amenu__cr {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  padding: .25rem .75rem .625rem;
}
.amenu__cr-v { display: inline-flex; align-items: baseline; gap: .45rem; min-width: 0; }
.amenu__cr-v img { width: 14px; height: auto; align-self: center; flex: none; }
.amenu__cr-v b { font-family: var(--mono); font-size: .9375rem; font-weight: 700; color: var(--text-2); line-height: 1; }
.amenu__cr-v small {
  font-family: var(--mono); font-size: .5625rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-3);
}
.amenu__cr .btn { flex: none; }
.amenu__ca b { font-family: var(--mono); font-size: .9375rem; color: var(--gold-text); }
.amenu__out {
  display: grid; place-items: center; width: 40px; height: 40px; flex: none;
  border: 1px solid var(--hair-soft); border-radius: 50%; color: var(--text-3);
  transition: color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease),
              background var(--t-fast) var(--ease);
}
.amenu__out svg { width: 17px; height: 17px; }
.amenu__out:hover { color: #ff8f9c; border-color: rgba(255, 92, 110, .5); background: rgba(255, 92, 110, .08); }
@media (max-width: 1065px) { .amenu, .amenu__out { display: none; } }
.mcs {
  --mcs-lime: #84cc16;
  --mcs-lime-soft: #a3e635;
  --mcs-gold: #fcb32e;
  --mcs-line: rgba(132, 204, 22, .18);
  --mcs-line-soft: rgba(255, 255, 255, .07);
  position: relative;
}
.mcs { color: var(--text-2); }
.mcs .t-h1, .mcs .t-h2 { color: var(--text); }
.mcs-plasma {
  background: linear-gradient(100deg, var(--mcs-lime) 0%, var(--mcs-lime-soft) 45%, var(--mcs-gold) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.mcs-eyebrow {
  margin: 0 0 .7rem;
  font-family: var(--mono); font-size: .6875rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--mcs-lime);
}
.mcs-sep {
  height: 1px; border: 0;
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.75rem);
  background: linear-gradient(90deg,
    rgba(132, 204, 22, .55) 0%,
    rgba(132, 204, 22, .16) 30%,
    rgba(255, 255, 255, .06) 58%,
    transparent 100%);
}
.mcs-card__t, .mcs-perk__t, .mcs-step__t {
  font-size: 1.125rem; font-weight: 600; letter-spacing: -.012em;
  line-height: 1.35; color: var(--text);
}
.mcs-card__p, .mcs-perk__p, .mcs-step__p {
  margin: .55rem 0 0; font-size: .875rem; line-height: 1.75; color: var(--text-2);
}
.mcs-hero { position: relative; padding-block: clamp(3rem, 7vw, 6rem); }
.mcs-hero__in {
  position: relative; z-index: 1;
  display: grid; align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
}
.mcs-hero__art { min-width: 0; }
.mcs-hero__art img { display: block; width: 100%; height: auto; }
.mcs-hero__tx { min-width: 0; }
.mcs-gift {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem 1.5rem; flex-wrap: wrap;
  margin: clamp(1.75rem, 3.5vw, 2.75rem) 0 0; padding: 1rem 1.35rem;
  border: 1px solid var(--mcs-line); border-radius: 14px;
  background: linear-gradient(135deg, rgba(132, 204, 22, .12), rgba(252, 179, 46, .06));
}
.mcs-cta {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem; margin-top: 1rem;
}
.mcs-cta .btn { width: 100%; justify-content: center; }
.mcs-gift__k {
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--mcs-lime);
}
.mcs-gift__v {
  display: inline-flex; align-items: baseline; gap: .45rem;
  font-family: var(--display); font-size: .9375rem; font-weight: 700; color: var(--text);
}
.mcs-gift__v b {
  position: relative; font-size: 1.5rem; color: var(--mcs-gold);
  text-decoration: none;
}
.mcs-gift__v b::after {
  content: ""; position: absolute; z-index: 1; pointer-events: none;
  left: -8%; right: -8%; top: 50%; height: 3px; border-radius: 2px;
  background: #ff3b30;
  box-shadow: 0 0 9px rgba(255, 59, 48, .6);
  transform: translateY(-50%) rotate(-11deg);
  transform-origin: center;
}
.mcs-gift__v small { font-size: .75rem; color: var(--text-3); }
.mcs-btn {
  --btn-bg: linear-gradient(180deg, #77b814 0%, #5f930f 100%);
  --btn-fg: #0a0a0a;
  --btn-bd: #a3e635;
  font-weight: 700;
  box-shadow: 0 0 22px rgba(132, 204, 22, .28);
}
.mcs-btn:hover {
  color: #0a0a0a;
  background: linear-gradient(180deg, #8ede18 0%, #6ba710 100%);
  border-color: #c4f14e;
  box-shadow: 0 0 32px rgba(132, 204, 22, .45);
  transform: translateY(-1px);
}
.mcs-btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--text-2); --btn-bd: rgba(255, 255, 255, .16);
}
.mcs-btn--ghost:hover { color: #fff; border-color: var(--mcs-lime); background: rgba(132, 204, 22, .08); }
.band--nums { padding-block: clamp(1.25rem, 2.4vw, 2rem); }
.band--nums .mcs-sep { margin-bottom: clamp(.875rem, 1.8vw, 1.375rem); }
.mcs-nums {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--mcs-line-soft); border-radius: 16px; overflow: hidden;
}
.mcs-num {
  display: grid; gap: .3rem; padding: 1.4rem 1.2rem; background: none;
  border-left: 1px solid var(--mcs-line-soft);
}
.mcs-num:nth-child(4n + 1) { border-left: 0; }
.mcs-num b {
  font-family: var(--display); font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 800; letter-spacing: -.01em; color: var(--mcs-lime);
}
.mcs-num span {
  font-family: var(--mono); font-size: .625rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-3);
}
.mcs-grid {
  display: grid; gap: 2.25rem 3rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mcs-card {
  display: grid; grid-template-columns: auto minmax(0, 1fr);
  column-gap: 1.35rem; row-gap: .35rem;
  padding: 0; border: 0; background: none;
}
.mcs-card__i {
  grid-row: 1 / span 2; align-self: start;
  display: grid; place-items: center; width: auto; height: auto;
  margin: 0; padding: 0; border-radius: 0; background: none;
  color: var(--mcs-lime);
  transition: color .3s var(--ease), transform .3s var(--ease);
}
.mcs-card__i svg {
  width: 40px; height: 40px;
  filter: drop-shadow(0 0 10px rgba(132, 204, 22, .28));
  animation: mcsRespire 6s var(--ease) infinite;
  animation-delay: var(--d, 0ms);
}
@keyframes mcsRespire {
  0%, 100% { transform: translateY(0) scale(1); opacity: .88; }
  50%      { transform: translateY(-3px) scale(1.04); opacity: 1; }
}
.mcs-card:hover .mcs-card__i { color: var(--mcs-lime-soft); transform: scale(1.08); }
.mcs-card__t { align-self: end; }
.mcs-prem {
  display: grid; grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
}
.mcs-prem__haut {
  display: grid; align-items: center;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
}
@media (max-width: 900px) { .mcs-prem__haut { grid-template-columns: minmax(0, 1fr); } }
.mcs-prem__art { width: 100%; max-width: 600px; margin-inline: auto; }
.mcs-prem__say {
  display: grid; align-items: start;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}
.mcs-prem__intro .t-h2 { margin-top: .25rem; }
.mcs-perks {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--mcs-line-soft);
}
.mcs-perk { position: relative; padding: 1.6rem 1.75rem 0 0; }
.mcs-perk + .mcs-perk { padding-left: 1.75rem; border-left: 1px solid var(--mcs-line-soft); }
.mcs-perk::before {
  content: ""; position: absolute; top: -1px; left: 0;
  width: 30px; height: 2px; background: var(--mcs-lime);
}
.mcs-perk + .mcs-perk::before { left: 1.75rem; }
.mcs-prem__art img {
  display: block; width: 100%; height: auto;
  border: 0; border-radius: 0; background: none; box-shadow: none;
}
.mcs-note {
  padding: .8rem 1rem; border-left: 3px solid var(--mcs-gold);
  background: rgba(252, 179, 46, .07);
  font-size: .875rem; color: var(--text-2);
}
.mcs-note b { color: var(--mcs-gold); }
.mcs-steps { display: grid; gap: 1.1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mcs-step { position: relative; padding: 1.5rem 1.4rem; }
.mcs-step + .mcs-step { border-left: 1px solid var(--mcs-line-soft); }
.mcs-step__n {
  display: block; font-family: var(--mono); font-size: 1.75rem; font-weight: 800;
  color: transparent; -webkit-text-stroke: 1px rgba(132, 204, 22, .55);
  line-height: 1; margin-bottom: .8rem;
}
.mcs-step__p .num { color: var(--mcs-lime); font-family: var(--mono); font-size: .82rem; }
.mcs-end {
  text-align: center; padding: clamp(2.5rem, 6vw, 4.5rem) 1.5rem;
  border: 1px solid var(--mcs-line); border-radius: 22px;
  background: radial-gradient(60% 120% at 50% 0%, rgba(132, 204, 22, .12), transparent 68%);
}
@media (max-width: 1000px) {
  .mcs-nums { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mcs-num:nth-child(4n + 1) { border-left: 1px solid var(--mcs-line-soft); }
  .mcs-num:nth-child(2n + 1) { border-left: 0; }
  .mcs-num:nth-child(n + 3)  { border-top: 1px solid var(--mcs-line-soft); }
  .mcs-grid { grid-template-columns: 1fr; }
  .mcs-steps { grid-template-columns: 1fr; }
  .mcs-prem__say { grid-template-columns: 1fr; }
  .mcs-perks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mcs-perk:nth-child(odd) { padding-left: 0; border-left: 0; }
  .mcs-perk:nth-child(odd)::before { left: 0; }
  .mcs-perk:nth-child(n + 3) { margin-top: 1.6rem; border-top: 1px solid var(--mcs-line-soft); }
  .mcs-cta { grid-template-columns: 1fr; }
  .mcs-step + .mcs-step { border-left: 0; border-top: 1px solid var(--mcs-line-soft); }
  .mcs-hero__in { grid-template-columns: 1fr; }
  .mcs-hero__art { max-width: 480px; margin-inline: auto; }
}
@media (max-width: 700px) {
  .mcs-nums, .mcs-perks { grid-template-columns: 1fr; }
  .mcs-perk { padding-left: 0; border-left: 0; }
  .mcs-perk::before { left: 0; }
  .mcs-perk + .mcs-perk { margin-top: 1.6rem; border-top: 1px solid var(--mcs-line-soft); }
  .mcs-num { border-left: 0; border-top: 1px solid var(--mcs-line-soft); }
  .mcs-num:first-child { border-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .mcs-card:hover .mcs-card__i { transform: none; }
  .mcs-card__i svg { animation: none; opacity: 1; }
}
.plan.is-hors, .plan[hidden] { display: none !important; }
.plan.is-nope { filter: grayscale(.85) brightness(.72); }
.plan.is-nope [data-offre] { cursor: not-allowed; }
.plan.is-nope:hover { transform: none; }
.plan.is-nope .plan__rack img { transform: none; }
.band--jeupage { padding-block: clamp(48px, 6vw, 96px); }
.jpage { display: grid; gap: clamp(28px, 4vw, 64px); grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
@media (max-width: 1100px) { .jpage { grid-template-columns: minmax(0, 1fr); } }
.jpage__txt .t-h2 { margin: 0 0 20px; }
.jpage__p { color: var(--text-2); line-height: 1.75; margin: 0 0 16px; max-width: 62ch; }
.jpage__p:last-child { margin-bottom: 0; }
.jpage__wt { font-size: clamp(1.05rem, 1.5vw, 1.3rem); font-weight: 700; letter-spacing: -.01em;
             margin: 0 0 20px; text-align: center; }
@media (max-width: 1100px) { .jpage__wt { text-align: left; } }
.jcard { border: 1px solid var(--hair-soft); border-radius: 14px; background: var(--skin-01);
         padding: 18px 20px; margin-bottom: 14px; transition: border-color .18s ease, background .18s ease; }
.jcard:last-child { margin-bottom: 0; }
.jcard:hover { border-color: var(--hair); background: var(--skin-02); }
.jcard__t { font-size: 1rem; font-weight: 700; margin: 0 0 10px; color: var(--text);
             display: flex; align-items: center; gap: 10px; }
.jcard__i { flex: 0 0 auto; width: 20px; height: 20px; color: var(--ion-text); }
.jcard__i svg { width: 100%; height: 100%; display: block; }
@media (max-width: 480px) { .jcard__t { align-items: flex-start; } .jcard__i { margin-top: 1px; } }
.jcard__p { font-size: .9rem; line-height: 1.65; color: var(--text-2); margin: 0; }
.band--jeuscenes { padding-block: 0 clamp(44px, 5vw, 84px); }
.jsc { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(10px, 1.2vw, 18px); }
@media (max-width: 900px) { .jsc { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 420px) { .jsc { grid-template-columns: minmax(0, 1fr); } }
.jsc__v { position: relative; overflow: hidden; aspect-ratio: 71 / 52;
          border-radius: 14px; border: 1px solid var(--hair-soft);
          transition: border-color .18s ease, transform .35s var(--ease); }
.jsc__v:hover { border-color: var(--ion-light); transform: translateY(-3px); }
.jsc__i { position: absolute; display: block; max-width: none;
          width: 211.268%; height: 215.385%; }
.jsc__v--1 .jsc__i { left: -2.817%; top: -3.846%; }
.jsc__v--2 .jsc__i { left: -108.451%; top: -3.846%; }
.jsc__v--3 .jsc__i { left: -2.817%; top: -111.538%; }
.jsc__v--4 .jsc__i { left: -108.451%; top: -111.538%; }
@media (prefers-reduced-motion: reduce) {
  .jsc__v { transition: none; }
  .jsc__v:hover { transform: none; }
}
.mpwrap { padding-bottom: clamp(48px, 6vw, 96px); }
.mps { margin-top: clamp(36px, 5vw, 72px); }
.mps__hd { border-left: 3px solid var(--mps-teinte); padding-left: 1rem; margin-bottom: 1.25rem; }
.mps--ion    { --mps-teinte: #2a8fff; }
.mps--gold   { --mps-teinte: #f0a63a; }
.mps--violet { --mps-teinte: #a77cff; }
.mps--up     { --mps-teinte: #3fd9a4; }
.mps--down   { --mps-teinte: #ff6b6b; }
.mps--ice    { --mps-teinte: #67baff; }
.mps__t {
  font-family: var(--display); font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 700; margin: 0 0 .4rem; color: var(--mps-teinte);
}
.mps__p { color: var(--text-2); line-height: 1.65; margin: 0; max-width: 72ch; }
.mps__r {
  display: flex; flex-wrap: wrap; gap: 1.25rem; margin: .75rem 0 0;
  font-family: var(--mono); font-size: .625rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--text-3);
}
.mps__r b { display: block; color: var(--text-2); letter-spacing: .08em; }
.mpl { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(460px, 1fr)); }
@media (max-width: 1000px) { .mpl { grid-template-columns: minmax(0, 1fr); } }
.mpi {
  position: relative; display: flex; align-items: center; gap: 1rem;
  padding: .75rem 1rem; padding-left: calc(1rem + 3px);
  border: 1px solid var(--hair-soft); border-radius: 14px;
  background: var(--skin-01); overflow: hidden;
  transition: border-color .18s ease, background .18s ease, transform .18s var(--ease);
}
.mpi::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--mps-teinte, var(--hair));
  opacity: .55; transition: opacity .18s ease;
}
.mpi:hover {
  border-color: var(--hair-strong, var(--hair)); background: var(--skin-02);
  transform: translateX(2px);
}
.mpi:hover::before { opacity: 1; }
.mpi__a {
  flex: 0 0 auto; width: 128px; height: 128px; border-radius: 12px;
  object-fit: cover; background: var(--skin-02); display: block;
}
@media (max-width: 560px) { .mpi__a { width: 88px; height: 88px; } }
.mpi__b { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: .4rem; }
.mpi__n {
  font-weight: 700; font-size: 1rem; line-height: 1.3; color: var(--text);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mpi__m { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem; min-width: 0; }
.mpi__tag {
  padding: .1rem .45rem; border-radius: 5px; background: var(--skin-02);
  border: 1px solid var(--hair-soft);
  font-family: var(--mono); font-size: .5625rem; letter-spacing: .06em;
  text-transform: uppercase; color: var(--text-3); white-space: nowrap;
}
.mpi__tag--v { color: var(--ion-text); border-color: rgba(41, 102, 216, .3); }
.mpi__x {
  font-size: .75rem; line-height: 1.3; color: var(--text-3);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mpi__dl {
  font-family: var(--mono); font-size: .5625rem; letter-spacing: .05em;
  text-transform: uppercase; color: var(--text-3);
  font-variant-numeric: tabular-nums;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
@media (prefers-reduced-motion: reduce) {
  .mpi { transition: none; }
  .mpi:hover { transform: none; }
}
.band--jeufaq { padding-block: 0 clamp(56px, 7vw, 110px); }
.jfaq { max-width: 900px; margin-inline: auto; }
.jfaq__i { border-bottom: 1px solid var(--hair-soft); }
.jfaq__q { cursor: pointer; list-style: none; padding: 20px 40px 20px 0; position: relative;
           font-weight: 600; color: var(--text); }
.jfaq__q::-webkit-details-marker { display: none; }
.jfaq__q::after { content: ""; position: absolute; right: 6px; top: 50%; width: 9px; height: 9px;
                  border-right: 2px solid var(--text-3); border-bottom: 2px solid var(--text-3);
                  transform: translateY(-70%) rotate(45deg); transition: transform .2s ease; }
.jfaq__i[open] .jfaq__q::after { transform: translateY(-30%) rotate(225deg); }
.jfaq__i[open] .jfaq__q { color: var(--ion-text); }
.jfaq__r { color: var(--text-2); line-height: 1.75; margin: 0; padding: 0 40px 22px 0; max-width: 76ch; }
@media (prefers-reduced-motion: reduce) { .jfaq__q::after { transition: none; } }
.jpage__img { display: block; width: 100%; height: auto; border-radius: 14px;
              border: 1px solid var(--hair-soft); margin: 0 0 24px; }
.a-jeubg { position: relative; isolation: isolate; }
.a-jeubg::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1100px;
  z-index: -1; pointer-events: none;
  background-image: linear-gradient(to bottom, rgb(0 4 15 / 87%) 0%, rgba(0, 4, 15, .68) 55%, rgba(0, 4, 15, .92) 100%),
                    var(--jeu-bg);
  background-size: cover, cover;
  background-position: center, center 32%;
  background-repeat: no-repeat, no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.6) 45%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.6) 45%, transparent 100%);
  opacity: 0;
  animation: jeubgVient 1.6s cubic-bezier(.22,.61,.36,1) forwards;
}
@keyframes jeubgVient {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .a-jeubg::before { animation: none; opacity: 1; }
}
.phead.a-jeubg .phead__sky { display: none; }
.phead.a-jeubg::before {
  animation: none;
  opacity: 1;
  inset: 0;
  height: auto;
  background-image: linear-gradient(to bottom, rgb(0 4 15 / 90%) 0%, rgba(0, 4, 15, .74) 55%, rgba(0, 4, 15, .95) 100%),
                    var(--jeu-bg);
  background-position: center, center 40%;
}
.band--gq {
  padding-top: clamp(.5rem, 1.5vw, 1.25rem);
  margin-top: clamp(-3.5rem, -2.5vw, -1rem);
}
.gq { position: relative; }
.gq__pan + .gq__pan { margin-top: clamp(2.5rem, 5vw, 4rem); }
.gq.is-live .gq__stage {
  position: relative; overflow: hidden;
  transition: height .5s cubic-bezier(.22, .9, .28, 1);
}
.gq.is-live .gq__stage :focus-visible { outline-offset: -2px; }
.gq.is-live .gq__pan {
  position: absolute; inset: 0 0 auto 0;
  margin-top: 0;
  opacity: 0; pointer-events: none;
  transform: translateX(100%) scale(.94);
  filter: blur(18px) brightness(.6);
  transition: opacity .34s var(--ease),
              transform .62s cubic-bezier(.16, .86, .21, 1),
              filter .4s var(--ease);
  will-change: transform, filter, opacity;
}
.gq.is-live .gq__pan.is-left { transform: translateX(-100%) scale(.94); }
.gq.is-live .gq__pan.is-on {
  position: relative; opacity: 1; pointer-events: auto;
  transform: none; filter: none;
}
@media (prefers-reduced-motion: reduce) {
  .gq.is-live .gq__pan { transition: opacity .2s linear; transform: none; filter: none; }
  .gq.is-live .gq__pan.is-left { transform: none; }
  .gq.is-live .gq__stage { transition: none; }
}
.gq__steps { display: none; }
.gq.is-live .gq__steps {
  display: flex; flex-wrap: wrap; gap: .35rem;
  margin: 0 0 clamp(2rem, 4vw, 3rem); padding: 0; list-style: none;
}
.gq__steps > li { display: flex; }
.gq__steps button {
  display: flex; align-items: center; gap: .6rem;
  padding: .55rem .9rem .55rem .55rem; border: 0; border-radius: 999px;
  background: none; font: inherit; text-align: left;
  color: var(--text-3); white-space: nowrap; cursor: default;
  transition: color var(--t) var(--ease), background var(--t) var(--ease);
}
.gq__steps button[disabled] { cursor: default; }
.gq__steps button i {
  flex: none; display: grid; place-items: center; width: 1.6rem; height: 1.6rem;
  border-radius: 50%; border: 1px solid currentColor; font-style: normal;
  font-family: var(--mono); font-size: 11px; font-weight: 700;
}
.gq__steps button b { font-family: var(--display); font-size: .9rem; font-weight: 700; }
.gq__steps button small { display: none; }
.gq__steps button.is-done { color: var(--ion-text); cursor: pointer; }
.gq__steps button.is-done:hover { background: rgba(41,102,216,.12); }
.gq__steps button:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.gq__steps button.is-on { color: var(--text); background: rgba(41,102,216,.16); }
.gq__steps button.is-on i { border-color: var(--ion-light); color: var(--ion-light); }
@media (max-width: 760px) {
  .gq.is-live .gq__steps { flex-wrap: nowrap; gap: .25rem; margin-bottom: 1.5rem; }
  .gq__steps button { padding: .45rem; }
  .gq__steps button:not(.is-on) b { display: none; }
  .gq__steps button.is-on { padding-right: .8rem; }
}
@media (min-width: 900px) {
  .gq__steps button small {
    display: block; color: var(--text-3); font-size: .7rem; margin-left: .35rem;
    max-width: 13rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .gq__steps button small.is-rep { color: var(--ion-text); }
  .gq__steps button.is-on small.is-rep { color: var(--ion-light); }
}
.gq__q { font-family: var(--display); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; margin: 0; letter-spacing: -.01em; }
.gq__q:focus { outline: none; }
.gq__h { margin: .6rem 0 0; max-width: 46rem; color: var(--text-2); line-height: 1.65; }
.gq__grid { display: grid; gap: clamp(.6rem, 1.4vw, 1rem); margin-top: clamp(1.5rem, 3vw, 2.25rem); grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)); }
.gq__grid--jeux { grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr)); }
.gq__grid--4 { grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); }
.gq__grid--3 { grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.gq__nojs { margin-top: 2rem; color: var(--text-3); font-size: .8125rem; }
.gq.is-live .gq__nojs { display: none; }
.gopt {
  position: relative; display: flex; flex-direction: column; gap: .3rem;
  padding: 1rem 1.1rem; text-align: left; cursor: pointer;
  border: 1px solid var(--hair); border-radius: 12px;
  background: linear-gradient(180deg, rgba(10,22,44,.55), rgba(2,10,24,.55));
  color: var(--text);
  transition: transform var(--t-fast) var(--ease), border-color var(--t) var(--ease), background var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.gopt:hover { transform: translateY(-2px); border-color: var(--ion-light); }
.gopt.is-on {
  border-color: var(--ion-light);
  background: linear-gradient(180deg, rgba(41,102,216,.22), rgba(2,10,24,.6));
  box-shadow: 0 0 0 1px var(--ion-light) inset, 0 10px 30px rgba(41,102,216,.22);
}
.gopt__n { font-family: var(--display); font-size: 1.0625rem; font-weight: 700; }
.gopt__d { color: var(--text-2); font-size: .8125rem; line-height: 1.55; }
.gopt__big { font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; letter-spacing: -.02em; }
.gopt--chiffre { align-items: center; text-align: center; }
.gopt--jeu {
  padding: 0; gap: 0; overflow: hidden;
  border-radius: 14px; position: relative;
}
.gopt__art {
  display: block; width: 100%; aspect-ratio: 16 / 9;
  overflow: hidden; background: var(--skin-02);
}
.gopt__art img {
  width: 100%; height: 100%; object-fit: contain; display: block;
  transition: transform .6s var(--ease);
}
.gopt--jeu:hover .gopt__art img { transform: scale(1.04); }
.gopt--jeu .gopt__n, .gopt--jeu .gopt__m { position: relative; z-index: 1; padding-inline: .9rem; }
.gopt--jeu .gopt__n {
  padding-top: .8rem; font-family: var(--display); font-size: 1.0625rem;
  font-weight: 700; line-height: 1.2;
}
.gopt--jeu .gopt__m {
  padding-bottom: .9rem; padding-top: .2rem;
  font-family: var(--mono); font-size: .625rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--text-3);
}
.gopt--jeu::after {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  left: 0; right: 0; bottom: 0; height: 100%;
  background: linear-gradient(to bottom, rgb(41 102 216 / 0%) 0%, rgb(41 102 216 / 8%) 55%, rgb(2 10 24 / 41%) 100%);
  transition: background var(--t) var(--ease);
}
.gopt--jeu:hover::after {
  background: linear-gradient(to bottom, rgb(41 102 216 / 0%) 0%, rgb(41 102 216 / 16%) 55%, rgb(2 10 24 / 52%) 100%);
}
.gopt--jeu.is-on .gopt__m { color: var(--ion-light); }
.gopt--jeu.is-on { box-shadow: 0 0 0 2px var(--ion-light), 0 12px 30px rgba(41, 102, 216, .3); }
.gopt--jeu.is-on::after {
  background: linear-gradient(to bottom, rgb(41 102 216 / 0%) 0%, rgb(41 102 216 / 24%) 55%, rgb(2 10 24 / 58%) 100%);
}
.greco { display: block; }
.gverdict {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  border: 1px solid var(--hair); border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .5);
}
.gverdict.a-jeubg::before {
  inset: 0; height: auto; animation: none; opacity: 1;
  background-image: linear-gradient(100deg, rgb(1 8 20 / 95%) 0%, rgba(1, 8, 20, .86) 46%, rgba(1, 8, 20, .78) 100%),
                    var(--jeu-bg);
  background-position: center, center 42%;
}
.gverdict__k {
  margin: 0; font-family: var(--mono); font-size: 10px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--text-2);
}
.gverdict__corps {
  display: grid; gap: clamp(1.25rem, 3vw, 2.5rem);
  grid-template-columns: 1fr; align-items: center;
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
}
@media (min-width: 820px) {
  .gverdict__corps { grid-template-columns: minmax(0, 300px) minmax(0, 1fr); }
}
.gverdict__art { display: block; }
.gverdict__art img[hidden] { display: none; }
.gverdict__art img {
  display: block; width: 100%; height: auto;
  border-radius: 12px; border: 1px solid var(--hair-soft);
}
.gverdict__nom {
  margin: 0; font-family: var(--display); font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800; letter-spacing: -.025em; line-height: 1; color: var(--text);
}
.gverdict__nom:focus { outline: none; }
.gverdict__prix { margin: .6rem 0 0; }
.gverdict__prix b { font-family: var(--display); font-size: 1.625rem; font-weight: 800; color: var(--gold-text); }
.gverdict__prix span { color: var(--text-3); font-size: .8125rem; }
.gverdict__specs {
  display: flex; flex-wrap: wrap; gap: .45rem 1.5rem;
  margin: 1.1rem 0 0; padding: 0; list-style: none;
}
.gverdict__specs li {
  position: relative; padding-left: .95rem;
  color: var(--text-2); font-size: .875rem; line-height: 1.5;
}
.gverdict__specs li::before {
  content: ""; position: absolute; left: 0; top: .5rem;
  width: 6px; height: 6px; border-radius: 50%; background: var(--up);
}
.gverdict__specs b { color: var(--text); }
.gverdict__cta { margin: clamp(1.25rem, 3vw, 1.75rem) 0 0; }
.gpair {
  display: grid; gap: clamp(1rem, 2.5vw, 1.5rem);
  grid-template-columns: 1fr; align-items: stretch;
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
}
@media (min-width: 900px) { .gpair { grid-template-columns: 1fr 1fr; } }
.gbloc {
  padding: clamp(1.25rem, 3vw, 1.85rem);
  border: 1px solid var(--hair); border-radius: 16px;
  background: linear-gradient(180deg, rgba(10, 22, 44, .5), rgba(2, 10, 24, .5));
}
.gbloc__t {
  margin: 0 0 1.1rem; font-family: var(--display);
  font-size: 1.0625rem; font-weight: 800; color: var(--text);
}
.gbudget { margin: 0; padding: 0; list-style: none; }
.gbudget li {
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  gap: .35rem .9rem; align-items: baseline;
  padding: .55rem 0; border-bottom: 1px solid var(--hair-soft);
}
.gbudget__n { color: var(--text-2); font-size: .875rem; line-height: 1.4; }
.gbudget__n b { color: var(--text); font-weight: 600; }
.gbudget__v { font-family: var(--mono); font-size: .875rem; color: var(--text); white-space: nowrap; }
.gbudget__bar {
  grid-column: 1 / -1; height: 3px; border-radius: 999px;
  background: rgba(120, 150, 200, .14); overflow: hidden;
}
.gbudget__bar i { display: block; height: 100%; border-radius: inherit; background: var(--ion-light); }
.gbudget li.is-nul .gbudget__v { color: var(--text-3); }
.gbudget li.is-tot {
  margin-top: .4rem; padding-top: .9rem;
  border-top: 1px solid var(--hair); border-bottom: 0;
}
.gbudget li.is-tot .gbudget__n { color: var(--text); font-size: .9375rem; font-weight: 600; }
.gbudget li.is-tot .gbudget__v { font-family: var(--display); font-size: 1.375rem; font-weight: 800; color: var(--text); }
.gbudget li.is-pris { border-bottom: 0; padding-top: .75rem; }
.gbudget li.is-pris .gbudget__v { color: var(--up); font-weight: 700; }
.gbudget li.is-pris.is-sous .gbudget__v { color: var(--gold-text); }
.gpourquoi { margin: 0; padding: 0; list-style: none; display: grid; gap: .75rem; }
.gpourquoi li { position: relative; padding-left: 1.5rem; color: var(--text-2); line-height: 1.6; font-size: .9375rem; }
.gpourquoi li::before {
  content: ""; position: absolute; left: 0; top: .5rem; width: 7px; height: 7px;
  border-radius: 2px; background: var(--ion-light); opacity: .85;
}
.gpourquoi b { color: var(--text); }
.gfin {
  display: grid; gap: clamp(1rem, 2.5vw, 2rem);
  grid-template-columns: 1fr; align-items: center;
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
  padding: clamp(1.25rem, 3vw, 1.85rem);
  border: 1px solid var(--hair-soft); border-radius: 16px;
  background: rgba(63, 217, 138, .06);
}
@media (min-width: 900px) { .gfin { grid-template-columns: minmax(0, 1fr) minmax(0, 21rem); } }
.gfin__t { margin: 0 0 .3rem; font-weight: 700; color: var(--text); }
.gfin p { margin: 0; color: var(--text-2); font-size: .9375rem; line-height: 1.6; }
.gfin__a { display: grid; gap: .8rem; justify-items: stretch; }
.greco__alt { display: grid; gap: .5rem; }
.greco__alt:empty { display: none; }
.glink {
  display: flex; align-items: center; gap: .5rem;
  width: 100%; padding: .6rem .85rem; cursor: pointer; text-align: left;
  border: 1px solid var(--hair); border-radius: 10px; background: rgba(2, 10, 24, .5);
  color: var(--text-2); font-size: .8125rem; font-family: inherit;
  transition: border-color var(--t) var(--ease), color var(--t) var(--ease), background var(--t) var(--ease);
}
.glink::before { content: "\2192"; color: var(--ion-light); font-size: .9375rem; line-height: 1; }
.glink:hover { border-color: var(--ion-light); color: var(--text); background: rgba(41, 102, 216, .14); }
.gtable { overflow-x: auto; }
.gtable .vs { min-width: 46rem; }
#sm-gtable tr.is-reco { background: rgba(41,102,216,.16); }
#sm-gtable tr.is-reco th, #sm-gtable tr.is-reco td { color: var(--text); }
#sm-gtable tr.is-reco th b { color: var(--ion-light); }
.gq__grid[hidden], .gnid[hidden], .greco[hidden] { display: none; }
.gnid {
  --gw: clamp(150px, calc((100vw - 6rem) / 4.4), 214px);
  --gh: calc(var(--gw) * 1.1547);
  --gj: 10px;
  display: flex; flex-direction: column; align-items: center;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: 3rem;
}
.gnid__strip { display: contents; }
.gnid__row { display: flex; justify-content: center; }
.gnid__row + .gnid__row { margin-top: calc(var(--gh) * -.24); }
.gcell {
  position: relative; flex: none; display: block;
  width: var(--gw); height: var(--gh);
  margin-inline: calc(var(--gj) / 2);
  padding: 0; border: 0; background: none; border-radius: 0;
  color: var(--text); text-align: center; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform .3s var(--spring), filter var(--t) var(--ease);
}
.gcell:hover { transform: translateY(-3px); filter: drop-shadow(0 14px 30px rgba(0, 0, 0, .6)); }
.gcell:focus-visible { outline: none; filter: drop-shadow(0 0 2px var(--ion-light)) drop-shadow(0 0 6px var(--ion-light)); }
.gcell, .gcell:hover, .gcell.is-on, .gcell:focus-visible {
  background: none; box-shadow: none; border-color: transparent;
}
.gcell__hex {
  position: absolute; inset: 0;
  display: grid; place-content: center; row-gap: .3rem;
  padding-inline: 11%;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--ion-deep);
  transition: background var(--t) var(--ease);
}
.gcell__hex::before {
  content: ""; position: absolute; inset: 1.5px; clip-path: inherit;
  background: #00153b;
  transition: background var(--t) var(--ease);
}
.gcell__hex > * { position: relative; z-index: 1; }
.gcell:hover .gcell__hex { background: var(--ion); }
.gcell.is-on .gcell__hex { background: var(--ion-light); }
.gcell.is-on .gcell__hex::before { background: #062a55; }
.gcell__n { font-family: var(--display); font-size: clamp(.9375rem, 1.4vw, 1.1875rem); font-weight: 700; line-height: 1.25; }
.gcell__d { color: var(--text-2); font-size: clamp(.75rem, 1.05vw, .875rem); line-height: 1.5; }
.gcell.is-on .gcell__d { color: var(--text); }
.gcell__big { font-family: var(--display); font-size: clamp(1.625rem, 3.4vw, 2.5rem); font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.gwide {
  width: min(100%, 46rem); margin-top: clamp(.9rem, 2vw, 1.4rem);
  align-items: center; text-align: center;
}
@media (max-width: 760px) {
  .gnid { --gw: min(56vw, 230px); }
  .gnid__strip {
    display: flex; align-self: stretch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    padding: .5rem calc(50% - var(--gw) / 2) 1.5rem;
    scrollbar-width: none;
  }
  .gnid__strip::-webkit-scrollbar { display: none; }
  .gq__grid--jeux { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gopt--jeu .gopt__n { font-size: .9375rem; padding-top: .6rem; }
  .gopt--jeu .gopt__m { font-size: .6875rem; }
  .gnid__row { display: contents; }
  .gcell { scroll-snap-align: center; }
}
.pshow {
  display: grid; gap: var(--s-4);
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: center;
}
.pshow__list { display: grid; gap: .5rem; }
.pshow__tab {
  position: relative; display: block; width: 100%; text-align: left;
  padding: 0; border: 1px solid var(--hair-soft); border-radius: var(--r-2);
  background: rgba(255, 255, 255, .015);
  color: var(--text-2); font-family: inherit; cursor: pointer;
  overflow: hidden;
  transition: border-color var(--t) var(--ease), background var(--t) var(--ease);
}
.pshow__tab:hover { border-color: rgba(29, 125, 245, .30); background: rgba(255, 255, 255, .03); }
.pshow__tab:focus-visible { outline: 2px solid var(--ion-light); outline-offset: 2px; }
.pshow__tab.is-on {
  border-color: rgba(29, 125, 245, .38);
  background: linear-gradient(180deg, var(--ion-haze), rgba(255, 255, 255, .012));
}
.pshow__hd {
  display: flex; align-items: center; gap: .75rem;
  padding: .9rem 1rem;
}
.pshow__ico {
  flex: none; display: grid; place-items: center;
  width: 30px; height: 30px; color: var(--text-3);
  transition: color var(--t) var(--ease);
}
.pshow__ico svg { width: 21px; height: 21px; }
.pshow__tab.is-on .pshow__ico { color: var(--ion-text); }
.pshow__t {
  font-family: var(--display); font-weight: 700; font-size: .9375rem;
  letter-spacing: .01em; color: var(--text-2);
  transition: color var(--t) var(--ease);
}
.pshow__tab.is-on .pshow__t { color: var(--text); }
.pshow__body {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows var(--t-slow) var(--ease);
}
.pshow__tab.is-on .pshow__body { grid-template-rows: 1fr; }
.pshow__d {
  overflow: hidden; display: block;
  padding: 0 1rem 0 3.75rem;
  font-size: .875rem; line-height: 1.55; color: var(--text-3);
  opacity: 0; transition: opacity var(--t) var(--ease), padding-bottom var(--t-slow) var(--ease);
}
.pshow__tab.is-on .pshow__d { opacity: 1; padding-bottom: .9rem; }
.pshow__d code {
  font-family: var(--code); font-size: .8125em;
  color: var(--text-2); background: rgba(255, 255, 255, .05);
  padding: .05em .35em; border-radius: var(--r-1);
}
.pshow__bar {
  display: block; height: 2px; background: rgba(255, 255, 255, .06);
}
.pshow__bar i {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--ion), var(--ion-text));
  box-shadow: 0 0 10px var(--ion-glow);
}
.pshow__tab.is-on .pshow__bar i { width: 100%; }
.pshow__screen {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden;
  border: 1px solid var(--hair-soft); border-radius: var(--r-2);
  background: #05080f;
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}
.pshow__v {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity var(--t-slow) var(--ease);
  pointer-events: none;
}
.pshow__v.is-on { opacity: 1; }
@media (max-width: 900px) {
  .pshow { grid-template-columns: 1fr; }
  .pshow__screen { order: -1; }
}
@media (prefers-reduced-motion: reduce) {
  .pshow__tab.is-on .pshow__bar i { transition: none; }
  .pshow__body, .pshow__d, .pshow__v { transition: none; }
}
.srack {
  display: grid; gap: clamp(var(--s-3), 3vw, var(--s-6));
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  align-items: center;
}
.srack__f {
  position: relative; margin: 0; overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--hair-soft); border-radius: 0;
  background: #05080f;
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}
.srack__v {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.srack__c {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  padding: 2.5rem 1.1rem .9rem;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(2, 5, 12, .82) 55%);
  font-family: var(--mono); font-size: .8125rem; font-weight: 600;
  letter-spacing: .02em; color: var(--text);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .7);
}
.hwlogos {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(.5rem, 1.6vw, 1.5rem);
  align-items: center;
}
.hwlogo {
  display: block; width: 100%; aspect-ratio: 1 / 1;
  background-image: url("art/logo_hardware.avif");
  background-repeat: no-repeat;
  background-size: 400% 200%;
  opacity: .72;
  transition: opacity var(--t) var(--ease);
}
.hwlogos li:hover .hwlogo { opacity: 1; }
.hwlogo--amd        { background-position: 0% 0%; }
.hwlogo--crucial    { background-position: 33.333% 0%; }
.hwlogo--corsair    { background-position: 66.667% 0%; }
.hwlogo--seagate    { background-position: 100% 0%; }
.hwlogo--asrock     { background-position: 0% 100%; }
.hwlogo--supermicro { background-position: 33.333% 100%; }
.hwlogo--inwin      { background-position: 66.667% 100%; }
.hwlogo--dynatron   { background-position: 100% 100%; }
@media (max-width: 780px) {
  .srack { grid-template-columns: 1fr; }
  .hwlogos { gap: 1rem 1.25rem; }
}
.ashot { margin: 0; }
.ashot__f {
  display: block; overflow: hidden; line-height: 0;
}
.ashot__f img { display: block; width: 100%; height: auto; }
.evol {
  display: grid; gap: clamp(1rem, 2.5vw, var(--s-5));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}
.evol__i { margin: 0; display: grid; gap: .75rem; }
.evol__f {
  display: block; overflow: hidden; line-height: 0;
  border: 1px solid var(--hair-soft); background: #05080f;
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}
.evol__f img { display: block; width: 100%; height: auto; }
.evol__c {
  display: grid; gap: .15rem;
  font-size: .8125rem; line-height: 1.5; color: var(--text-3);
}
.evol__c b {
  font-family: var(--mono); font-size: .6875rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ion-text);
}
@media (max-width: 900px) {
  .evol { grid-template-columns: 1fr; }
  .evol__f {
    clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
  }
}
.opener { max-width: 46rem; margin-inline: auto; text-align: center; }
.opener__t {
  font-size: clamp(1.5rem, 7.2vw, 3.75rem);
  font-weight: 600; letter-spacing: -.038em; line-height: 1.05;
}
.opener__p {
  margin-top: clamp(1rem, 2vw, 1.5rem);
  font-size: clamp(1.0625rem, 1.5vw, 1.3125rem); line-height: 1.55;
  color: var(--text-2); text-wrap: balance;
}
.opener--sm .opener__t { font-size: clamp(1.5rem, 2.9vw, 2.25rem); letter-spacing: -.03em; }
.opener--sm .opener__p { font-size: clamp(1rem, 1.3vw, 1.125rem); }
.opener--left { text-align: left; margin-inline: 0; max-width: 40rem; }
.opener--left .opener__p { text-wrap: pretty; }
.founder {
  display: grid; align-items: center;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
}
.founder__i { margin: 0; min-width: 0; }
.founder__i img { display: block; width: 100%; height: auto; }
.founder__c {
  margin-top: .5rem; text-align: center;
  font-family: var(--mono); font-size: .6875rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-3);
}
.founder__t { min-width: 0; }
.founder__t p {
  font-size: clamp(.9375rem, 1.15vw, 1.0625rem); line-height: 1.7;
  color: var(--text-2);
}
.founder__t p + p { margin-top: 1.1rem; }
.founder__t p b { color: var(--text); font-weight: 600; }
.rackline { max-width: 60rem; margin-inline: auto; }
.rackline svg { display: block; width: 100%; height: auto; }
.gens {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0 clamp(.75rem, 2vw, 1.75rem);
  border-top: 1px solid var(--hair-soft);
}
.gen { position: relative; padding-top: 1.5rem; }
.gen::before {
  content: ""; position: absolute; top: -1px; left: 0; width: 22px; height: 1px;
  background: var(--ion); opacity: .85;
}
.gen__y {
  font-family: var(--mono); font-size: .6875rem; font-weight: 700;
  letter-spacing: .14em; color: var(--ion-text);
}
.gen__c { margin-top: .3rem; font-size: .9375rem; font-weight: 600; color: var(--text); }
.gen__n { margin-top: .35rem; font-size: .8125rem; line-height: 1.55; color: var(--text-3); }
.saga {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(1.5rem, 4vw, 3.5rem);
  list-style: none; margin: 0; padding: 0;
}
.saga li {
  display: grid; grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: .75rem; align-items: baseline;
  padding: .7rem 0; border-top: 1px solid var(--hair-soft);
}
.saga li:nth-child(-n+2) { border-top: 0; }
.saga b {
  font-family: var(--mono); font-size: .75rem; font-weight: 700;
  color: var(--text-3); font-variant-numeric: tabular-nums; letter-spacing: .06em;
}
.saga span { font-size: .9375rem; color: var(--text-2); }
.tenets {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3.5rem);
}
.tenet { border-top: 1px solid var(--hair-soft); padding-top: 1.25rem; }
.tenet h3 { font-size: 1.0625rem; font-weight: 600; letter-spacing: -.012em; color: var(--text); }
.tenet p { margin-top: .65rem; font-size: .9375rem; line-height: 1.7; color: var(--text-2); }
.close { max-width: 40rem; margin-inline: auto; text-align: center; }
.close__t {
  font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 600;
  letter-spacing: -.03em; line-height: 1.15;
}
.close__p { margin-top: 1rem; font-size: 1.0625rem; line-height: 1.6; color: var(--text-2); }
@media (max-width: 1040px) {
  .gens { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
  .gens .gen { border-top: 1px solid var(--hair-soft); padding: 1.5rem 1rem 1.5rem 0; }
  .gens .gen:nth-child(-n+3) { border-top: 0; }
}
@media (max-width: 880px) {
  .founder { grid-template-columns: 1fr; gap: 1.75rem; }
  .founder__i { max-width: 26rem; margin-inline: auto; }
  .tenets { grid-template-columns: 1fr; gap: 1.5rem; }
}
@media (max-width: 620px) {
  .gens { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gens .gen:nth-child(-n+3) { border-top: 1px solid var(--hair-soft); }
  .gens .gen:nth-child(-n+2) { border-top: 0; }
  .saga { grid-template-columns: 1fr; }
  .saga li:nth-child(2) { border-top: 1px solid var(--hair-soft); }
}
.chap { list-style: none; margin: 0; padding: 0; max-width: 56rem; }
.chap li + li { margin-top: .5rem; }
.chap__i {
  display: flex; align-items: center; gap: 1.1rem;
  padding: 1rem 1.25rem; border: 1px solid var(--hair-soft); border-radius: var(--r-2);
  text-decoration: none; color: var(--text);
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.chap__i:hover { border-color: var(--ion); background: var(--ion-haze); transform: translateX(4px); }
.chap__n {
  flex: none; display: grid; place-items: center; width: 2.1rem; height: 2.1rem;
  border-radius: 50%; border: 1px solid var(--ion); color: var(--ion-light);
  font-family: var(--mono); font-size: .8125rem; font-weight: 700;
}
.chap__t { min-width: 0; }
.chap__t b { display: block; font-family: var(--display); font-size: 1rem; font-weight: 700; }
.chap__t small { display: block; margin-top: .2rem; color: var(--text-3); font-size: .8125rem; line-height: 1.5; }
.chap__go { flex: none; margin-left: auto; width: 16px; height: 10px; color: var(--ion-light); opacity: 0; transition: opacity var(--t-fast) var(--ease); }
.chap__i:hover .chap__go { opacity: 1; }
.chap3 { display: grid; gap: .75rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.chap3__i {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--hair-soft); border-radius: var(--r-2);
  color: var(--text); text-decoration: none;
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.chap3__i:hover { border-color: var(--ion); background: var(--ion-haze); transform: translateY(-2px); }
.chap3__ic { flex: none; display: grid; place-items: center; color: var(--ion-light); }
.chap3__ic svg { width: 26px; height: 26px; }
.chap3__t { min-width: 0; }
.chap3__i b { display: block; font-family: var(--display); font-size: .9375rem; font-weight: 700; line-height: 1.3; }
.chap3__i small { display: block; margin-top: .35rem; color: var(--text-3); font-size: .8125rem; line-height: 1.5; }
@media (max-width: 900px) { .chap3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .chap3 { grid-template-columns: 1fr; } }
.band--chapitres { padding-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.band--chapitres + .band--tight { padding-top: clamp(1rem, 2.5vw, 2rem); }
.band--chapitres::after { background-image: url("art/guide.avif"); }
