
:root {
  color-scheme: dark;
  --void: #04050A;
  --void-2: #070912;
  --veil: rgba(6, 8, 16, .72);
  --panel: rgba(255, 255, 255, .045);
  --panel-2: rgba(255, 255, 255, .075);
  --line: rgba(255, 255, 255, .09);
  --line-2: rgba(255, 255, 255, .17);
  --star: #EDEFF5;
  --mist: #BAC0CF;
  --dim: #979EB5;
  --ember: #FFB36B;
  --ember-soft: #FFD9A8;
  --frost: #9EC2FF;
  --jade: #8FD6C2;
  --gilt: #D8B56A;
  --ok: #8FD6C2;
  --danger: #FF9C8A;
  --font-display: 'Gloock', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --font-text: 'Geist', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'Geist Mono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  --fs-hero: clamp(3rem, 8.4vw, 6.6rem);
  --fs-h1: clamp(2.4rem, 5.6vw, 4.4rem);
  --fs-h2: clamp(1.75rem, 3.4vw, 2.75rem);
  --fs-h3: 1.35rem;
  --fs-body: 1.0625rem;
  --fs-small: .9rem;
  --fs-mono: .75rem;
  --gutter: clamp(16px, 4.2vw, 56px);
  --maxw: 1240px;
  --radius: 18px;
  --radius-s: 12px;
  --tabbar: 0px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 92px; scroll-padding-bottom: calc(var(--tabbar) + 16px); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  [data-motion] { display: none !important; }
}
html.is-still { scroll-behavior: auto; }
.is-still *, .is-still *::before, .is-still *::after { animation-duration: .01ms !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
.is-still .dust { display: none; }
body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(110, 140, 255, .12), transparent 70%),
    radial-gradient(ellipse 50% 40% at 50% 60%, rgba(255, 179, 107, .06), transparent 70%),
    var(--void);
  color: var(--star);
  font-family: var(--font-text);
  font-size: var(--fs-body);
  line-height: 1.65;
  font-weight: 350;
  -webkit-font-smoothing: antialiased;
  padding-bottom: var(--tabbar);
}
img, svg { max-width: 100%; }
[hidden] { display: none !important; }
main { overflow-x: clip; }
a { color: var(--ember-soft); text-decoration-color: rgba(255, 217, 168, .35); text-underline-offset: .2em; }
a:hover { color: #FFF0DC; }
:focus-visible { outline: 2px solid var(--ember-soft); outline-offset: 3px; border-radius: 6px; }
[tabindex="-1"]:focus:not(:focus-visible) { outline: none; }
::selection { background: rgba(255, 179, 107, .35); color: #fff; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.05; letter-spacing: -.012em; text-wrap: balance; margin: 0; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.2; }
p { margin: 0; }
.num { font-variant-numeric: tabular-nums; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--star); color: var(--void); padding: 10px 16px; border-radius: 999px; }
.skip:focus { left: 16px; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
#cosmos { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; display: block; }
.no-webgl #cosmos { display: none; }
.site { position: relative; z-index: 1; }
body:not([data-station="accueil"]) .site::before {
  content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(100deg, rgba(4, 5, 10, .86) 0%, rgba(4, 5, 10, .8) 48%, rgba(4, 5, 10, .6) 74%, rgba(4, 5, 10, .42) 100%);
}
@media (max-width: 860px) {
  body:not([data-station="accueil"]) .site::before { background: linear-gradient(180deg, rgba(4, 5, 10, .82), rgba(4, 5, 10, .76) 55%, rgba(4, 5, 10, .82)); }
}
body[data-station="accueil"] main { background: linear-gradient(180deg, rgba(4, 5, 10, 0) 0, rgba(4, 5, 10, 0) 70vh, rgba(4, 5, 10, .82) 115vh); }
main { text-shadow: 0 0 1px rgba(3, 4, 9, .95), 0 1px 3px rgba(3, 4, 9, .85), 0 0 16px rgba(3, 4, 9, .6); }
.panel, .veil, .card, .btn--glow, .field, .sheet, .toast { text-shadow: none; }
.hero h1, .page-hero h1 { text-shadow: 0 0 1px rgba(3, 4, 9, .9), 0 2px 28px rgba(3, 4, 9, .9); }
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(56px, 9vw, 120px); }
.section--tight { padding-block: clamp(36px, 5vw, 64px); }
.stack { display: flex; flex-direction: column; gap: 16px; }
.stack-l { display: flex; flex-direction: column; gap: 28px; }
.row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: minmax(0, 1fr); } }
.eyebrow { font-family: var(--font-mono); font-size: var(--fs-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--ember-soft); }
.eyebrow--jade { color: var(--jade); }
.eyebrow--frost { color: var(--frost); }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.25rem); line-height: 1.6; color: var(--mist); max-width: 40rem; }
.muted { color: var(--mist); }
.small { font-size: var(--fs-small); }
.section-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 16px 32px; margin-bottom: clamp(24px, 4vw, 40px); }
.section-head p { max-width: 34rem; color: var(--mist); }
.top {
  position: sticky; top: 0; z-index: 30;
  padding-top: env(safe-area-inset-top, 0px);
  transition: background .4s, border-color .4s, backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.top.is-scrolled { background: rgba(4, 5, 10, .72); -webkit-backdrop-filter: blur(14px) saturate(140%); backdrop-filter: blur(14px) saturate(140%); border-bottom-color: var(--line); }
.top__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 72px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--star); text-decoration: none; font-family: var(--font-display); font-size: 1.45rem; letter-spacing: .005em; white-space: nowrap; }
.logo:hover { color: var(--star); }
.logo svg { width: 26px; height: 26px; flex: none; }
.logo em { font-style: normal; color: var(--ember-soft); }
.nav { display: flex; gap: 4px; padding: 5px; border-radius: 999px; background: rgba(8, 10, 20, .72); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid var(--line); }
.nav a { padding: 8px 15px; border-radius: 999px; color: var(--mist); text-decoration: none; font-size: .92rem; white-space: nowrap; transition: color .25s, background .25s; }
.nav a:hover { color: var(--star); background: rgba(255, 255, 255, .05); }
.nav a[aria-current="page"] { color: var(--star); background: rgba(255, 255, 255, .09); }
.top__actions { display: flex; align-items: center; gap: 10px; }
.daily-pill { position: relative; display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-2); color: var(--star); text-decoration: none; font-size: .9rem; white-space: nowrap; }
.daily-pill:hover { color: var(--star); border-color: var(--ember-soft); }
.daily-pill__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 10px 2px rgba(255, 179, 107, .8); animation: breathe 2.4s ease-in-out infinite; }
.daily-pill.is-done .daily-pill__dot { background: var(--jade); box-shadow: none; animation: none; }
@keyframes breathe { 50% { transform: scale(.6); opacity: .6; } }
.icon-btn { display: inline-grid; place-items: center; width: 40px; height: 40px; flex: none; padding: 0; border-radius: 50%; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .03); color: var(--mist); cursor: pointer; transition: color .25s, border-color .25s, background .25s; -webkit-tap-highlight-color: transparent; }
.icon-btn:hover { color: var(--star); border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .06); }
.icon-btn svg { width: 18px; height: 18px; }
.icon-btn .i-play, .is-still .icon-btn .i-pause { display: none; }
.is-still .icon-btn .i-play { display: block; }
.is-still .icon-btn[data-motion] { color: var(--ember-soft); border-color: rgba(255, 217, 168, .55); }
@media (max-width: 1080px) { .nav { display: none; } }
@media (max-width: 359px) { .daily-pill span:not(.daily-pill__dot) { display: none; } .daily-pill { padding: 0 13px; } }
.tabbar { display: none; }
@media (max-width: 1080px) {
  :root { --tabbar: calc(64px + env(safe-area-inset-bottom, 0px)); }
  .tabbar {
    display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    padding: 6px 8px env(safe-area-inset-bottom, 0px);
    background: rgba(5, 6, 12, .86); -webkit-backdrop-filter: blur(16px) saturate(150%); backdrop-filter: blur(16px) saturate(150%);
    border-top: 1px solid var(--line);
  }
  .tabbar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 52px; color: var(--dim); text-decoration: none; font-size: .68rem; letter-spacing: .02em; border-radius: 12px; }
  .tabbar a svg { width: 24px; height: 24px; }
  .tabbar a[aria-current="page"] { color: var(--ember-soft); }
  .tabbar a[aria-current="page"] svg { filter: drop-shadow(0 0 6px rgba(255, 179, 107, .6)); }
}
@property --spin { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.btn { --h: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: var(--h); padding: 0 24px; border-radius: 999px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .04); color: var(--star); font: 500 .98rem/1 var(--font-text); text-decoration: none; cursor: pointer; transition: border-color .3s, background .3s, transform .3s var(--ease); -webkit-tap-highlight-color: transparent; }
.btn:hover { color: var(--star); border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .07); }
.btn:active { transform: scale(.98); }
.btn svg { width: 18px; height: 18px; }
.btn--glow { position: relative; border: 0; padding: 1px; background: conic-gradient(from var(--spin), #FFB36B, #CFE3FF, #6C8CFF, #FFB36B); animation: spin 4s linear infinite; box-shadow: 0 0 30px -6px rgba(255, 179, 107, .55); }
.btn--glow > span { display: inline-flex; align-items: center; gap: 10px; height: calc(var(--h) - 2px); padding: 0 26px; border-radius: 999px; background: #0B0D17; }
.btn--glow:hover { background: conic-gradient(from var(--spin), #FFC98B, #E2EEFF, #8CA6FF, #FFC98B); }
.btn--small { --h: 40px; padding: 0 16px; font-size: .88rem; }
.btn--small.btn--glow > span { padding: 0 18px; }
.btn--quiet { border-color: transparent; background: none; padding: 0 10px; color: var(--mist); }
.btn--quiet:hover { background: rgba(255, 255, 255, .05); border-color: transparent; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .45; pointer-events: none; }
@keyframes spin { to { --spin: 360deg; } }
@media (prefers-reduced-motion: reduce) { .btn--glow { animation: none; } }
.panel { position: relative; border-radius: var(--radius); background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)), rgba(6, 8, 16, .66); border: 1px solid var(--line); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 30px 60px -30px rgba(0, 0, 0, .6); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.panel--pad { padding: clamp(20px, 3vw, 32px); }
.veil { background: var(--veil); -webkit-backdrop-filter: blur(18px) saturate(130%); backdrop-filter: blur(18px) saturate(130%); border-radius: calc(var(--radius) + 6px); border: 1px solid var(--line); }
a.panel { color: inherit; text-decoration: none; transition: transform .45s var(--ease), border-color .45s; }
a.panel:hover { transform: translateY(-4px); border-color: var(--line-2); color: inherit; }
.card {
  --w: 160px;
  position: relative; display: block; width: var(--w); aspect-ratio: 200 / 340; flex: none;
  container-type: inline-size;
  border-radius: calc(var(--w) * .062);
  color: var(--star); text-decoration: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .06), 0 18px 40px -12px rgba(0, 0, 0, .7);
  background: #0A0D18;
}
.card img { display: block; width: 100%; height: 100%; border-radius: inherit; }
.card__num, .card__name { position: absolute; left: 0; right: 0; text-align: center; font-family: var(--font-display); pointer-events: none; }
.card__num { top: 5.2%; font-size: 8.4cqw; letter-spacing: .06em; color: var(--ember-soft); }
.card__name { bottom: 4.6%; font-size: 8.8cqw; line-height: 1.1; padding-inline: 8%; color: var(--star); }
.card[data-suit="coupes"] .card__num { color: #CFE0FF; }
.card[data-suit="epees"] .card__num { color: #DCE3F0; }
.card[data-suit="deniers"] .card__num { color: #E9CD8E; }
.card[data-suit="batons"] .card__num { color: #FFC98B; }
.card.is-reversed img { transform: rotate(180deg); }
a.card { transition: transform .5s var(--ease), box-shadow .5s; }
a.card:hover { transform: translateY(-6px); box-shadow: 0 0 0 1px rgba(255, 217, 168, .35), 0 24px 50px -12px rgba(0, 0, 0, .8), 0 0 40px -10px rgba(255, 179, 107, .45); color: var(--star); }
.flip { position: relative; width: var(--w, 200px); aspect-ratio: 200 / 340; perspective: 1400px; background: none; border: 0; padding: 0; cursor: pointer; display: block; -webkit-tap-highlight-color: transparent; }
.flip__in { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform 1.1s cubic-bezier(.3, .7, .2, 1); }
.flip.is-open .flip__in { transform: rotateY(180deg); }
.flip__face { position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.flip__face .card { --w: 100%; width: 100%; }
.flip__face--front { transform: rotateY(180deg); }
.flip__glow { position: absolute; inset: -30%; background: radial-gradient(closest-side, rgba(255, 179, 107, .45), transparent); opacity: .55; filter: blur(8px); pointer-events: none; transition: opacity .6s; }
.flip:hover .flip__glow { opacity: .9; }
.flip[disabled] { cursor: default; }
@media (prefers-reduced-motion: reduce) { .flip__in { transition: none; } }
.beam-stage { position: relative; display: grid; place-items: center; isolation: isolate; }
.beam { position: absolute; left: 50%; bottom: 50%; width: 4px; height: 70vh; transform: translateX(-50%); pointer-events: none; z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 78%, #FFF1DC);
  box-shadow: 0 0 22px 6px rgba(190, 210, 255, .6), 0 0 90px 26px rgba(110, 140, 255, .28);
  animation: beam 5s ease-in-out infinite; transform-origin: 50% 100%; }
.beam::after { content: ''; position: absolute; left: 50%; bottom: -3px; width: min(520px, 90vw); height: 2px; transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #FFD9A8 42%, #fff 50%, #FFD9A8 58%, transparent); box-shadow: 0 0 20px 3px rgba(255, 190, 120, .6); }
.beam-stage::before { content: ''; position: absolute; inset: -20% -40%; z-index: -2; background: radial-gradient(ellipse 30% 40% at 50% 45%, rgba(255, 170, 90, .28), transparent 70%); pointer-events: none; }
@keyframes beam { 50% { opacity: .78; transform: translateX(-50%) scaleX(1.35); } }
@media (prefers-reduced-motion: reduce) { .beam { animation: none; } }
.dust { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: -1; }
.dust i { position: absolute; bottom: 45%; left: 50%; width: 3px; height: 3px; border-radius: 50%; background: #FFF1DA; box-shadow: 0 0 6px #FFD9A8; opacity: 0; animation: rise 7s linear infinite; }
.dust i:nth-child(1) { left: 51.0%; animation-duration: 9.5s; animation-delay: 6.4s; }
.dust i:nth-child(2) { left: 53.5%; animation-duration: 9.4s; animation-delay: 7.4s; }
.dust i:nth-child(3) { left: 46.2%; animation-duration: 7.8s; animation-delay: 7.5s; }
.dust i:nth-child(4) { left: 51.2%; animation-duration: 10.4s; animation-delay: 0.9s; }
.dust i:nth-child(5) { left: 49.8%; animation-duration: 6.5s; animation-delay: 4.4s; }
.dust i:nth-child(6) { left: 50.6%; animation-duration: 5.1s; animation-delay: 1.7s; }
.dust i:nth-child(7) { left: 48.2%; animation-duration: 10.5s; animation-delay: 6.1s; }
.dust i:nth-child(8) { left: 47.3%; animation-duration: 9.8s; animation-delay: 1.1s; }
.dust i:nth-child(9) { left: 50.9%; animation-duration: 5.8s; animation-delay: 0.0s; }
.dust i:nth-child(10) { left: 53.0%; animation-duration: 6.3s; animation-delay: 1.7s; }
.dust i:nth-child(11) { left: 53.9%; animation-duration: 10.2s; animation-delay: 2.3s; }
.dust i:nth-child(12) { left: 53.7%; animation-duration: 8.2s; animation-delay: 5.4s; }
.dust i:nth-child(13) { left: 47.6%; animation-duration: 10.6s; animation-delay: 5.5s; }
.dust i:nth-child(14) { left: 53.7%; animation-duration: 10.4s; animation-delay: 2.4s; }
@keyframes rise { 10% { opacity: 1; } 100% { transform: translateY(-46vh); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .dust { display: none; } }
.hero { position: relative; padding-block: clamp(40px, 8vw, 100px) clamp(40px, 6vw, 80px); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(24px, 5vw, 64px); align-items: center; }
.hero h1 { font-size: var(--fs-hero); line-height: .95; }
.hero h1 em { font-style: normal; color: var(--ember-soft); text-shadow: 0 0 40px rgba(255, 179, 107, .35); }
.hero .lead { margin-top: 22px; }
.hero__cta { margin-top: 32px; }
.hero__sky { margin-top: 28px; font-family: var(--font-mono); font-size: .78rem; line-height: 1.9; color: var(--mist); letter-spacing: .04em; }
.hero__sky b { font-weight: 400; color: var(--star); }
@media (max-width: 860px) { .hero__grid { grid-template-columns: minmax(0, 1fr); } .hero__stage { order: -1; } }
.daily { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.daily__card { --w: clamp(170px, 22vw, 240px); }
.daily__title { font-size: var(--fs-h2); }
.daily__meta { display: grid; grid-template-columns: repeat(3, auto) minmax(0, 1fr); gap: 18px 36px; align-items: center; justify-content: start; padding-top: 6px; }
.daily__meta .constellation { order: 4; justify-self: end; }
@media (max-width: 640px) {
  .daily__meta { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .daily__meta .constellation { order: -1; grid-column: 1 / -1; justify-self: start; width: 100%; max-width: 260px; }
}
.daily__stat { display: flex; flex-direction: column; gap: 2px; }
.daily__stat b { font-family: var(--font-display); font-weight: 400; font-size: 1.6rem; line-height: 1; }
.daily__stat span { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.daily .keywords { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 720px) { .daily { grid-template-columns: minmax(0, 1fr); justify-items: center; text-align: center; } .daily .row, .daily__meta, .daily .keywords { justify-content: center; } }
.chip { display: inline-flex; align-items: center; height: 30px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line-2); font-size: .82rem; color: var(--mist); white-space: nowrap; }
.chip--ember { border-color: rgba(255, 179, 107, .45); color: var(--ember-soft); }
.chip--jade { border-color: rgba(143, 214, 194, .45); color: var(--jade); }
.constellation { width: 220px; height: 64px; overflow: visible; }
.constellation line { stroke: var(--ember-soft); stroke-opacity: .55; stroke-width: 1; }
.constellation circle { fill: rgba(255, 255, 255, .16); }
.constellation circle.on { fill: #FFE9CC; filter: drop-shadow(0 0 4px rgba(255, 179, 107, .9)); }
.constellation circle.today { stroke: var(--ember-soft); stroke-width: 1; fill: none; }
.constellation circle.today.on { fill: #FFE9CC; }
.sky-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.sky-item { display: flex; flex-direction: column; gap: 6px; padding: 22px; }
.sky-item h3 { font-size: 1.7rem; }
.sky-item .deg { font-family: var(--font-mono); font-size: .9rem; color: var(--mist); }
@media (max-width: 860px) { .sky-grid { grid-template-columns: minmax(0, 1fr); } }
.moon-disc { width: 64px; height: 64px; flex: none; }
.spreads { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.spread-card { display: flex; flex-direction: column; gap: 12px; padding: 24px; min-height: 220px; }
.spread-card .mini { display: flex; gap: 6px; height: 56px; align-items: flex-end; }
.spread-card .mini i { display: block; width: 26px; height: 44px; border-radius: 4px; border: 1px solid rgba(255, 217, 168, .5); background: linear-gradient(180deg, rgba(255, 217, 168, .12), transparent); }
.spread-card .mini i:nth-child(2) { height: 52px; }
.spread-card p { color: var(--mist); font-size: .95rem; }
.spread-card .go { margin-top: auto; font-family: var(--font-mono); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ember-soft); }
@media (max-width: 980px) { .spreads { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .spreads { grid-template-columns: minmax(0, 1fr); } .spread-card { min-height: 0; } }
.strip { display: grid; grid-auto-flow: column; grid-auto-columns: 132px; gap: 16px; overflow-x: auto; padding: 10px 2px 22px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, .2) transparent; }
.strip .card { --w: 132px; scroll-snap-align: start; }
.signs-picker { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.sign-btn { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 12px 4px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255, 255, 255, .03); color: var(--star); cursor: pointer; font: 400 .82rem var(--font-text); transition: border-color .3s, background .3s; }
.sign-btn .glyph { font-family: 'Noto Sans Symbols', 'Segoe UI Symbol', 'Apple Symbols', sans-serif; font-size: 1.5rem; line-height: 1.2; color: var(--jade); }
.sign-btn:hover, .sign-btn[aria-pressed="true"] { border-color: rgba(143, 214, 194, .6); background: rgba(143, 214, 194, .08); }
@media (max-width: 560px) { .signs-picker { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.install-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: clamp(24px, 4vw, 44px); }
@media (max-width: 760px) { .install-band { grid-template-columns: minmax(0, 1fr); } }
.phone { width: 150px; aspect-ratio: 9 / 19; border-radius: 26px; border: 1px solid var(--line-2); background: linear-gradient(180deg, #0C1122, #05060C); position: relative; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .8), 0 0 60px -20px rgba(158, 194, 255, .35); }
.phone .card { --w: 88px; position: absolute; left: 50%; top: 22%; transform: translateX(-50%); }
.phone::before { content: ''; position: absolute; left: 50%; top: 8px; width: 40%; height: 14px; transform: translateX(-50%); border-radius: 10px; background: #000; }
@media (max-width: 760px) { .phone { display: none; } }
.page-hero { padding-block: clamp(36px, 7vw, 88px) clamp(24px, 4vw, 48px); }
.page-hero .lead { margin-top: 18px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); margin-bottom: 18px; }
.crumbs a { color: var(--mist); text-decoration: none; }
.crumbs a:hover { color: var(--star); }
.prose { max-width: 68ch; }
.prose > * + * { margin-top: 1em; }
.prose h2 { font-size: 1.9rem; margin-top: 1.8em; }
.prose h3 { margin-top: 1.5em; }
.prose p, .prose li { color: #D6DAE4; }
.prose ul { padding-left: 1.1em; }
.prose li + li { margin-top: .4em; }
.prose strong { font-weight: 500; color: var(--star); }
.plan__cols { columns: 3 13rem; column-gap: 32px; }
.plan__cols li { break-inside: avoid; }
.plan h3 a { color: var(--star); }
.fiche { display: grid; grid-template-columns: minmax(0, 340px) minmax(0, 1fr); gap: clamp(28px, 6vw, 80px); align-items: start; }
.fiche__visual { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.fiche__visual .card { --w: min(320px, 72vw); }
.fiche__visual .beam { height: 50vh; }
.fiche__body { display: flex; flex-direction: column; gap: 28px; }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.fact { padding: 14px 16px; border-radius: 14px; background: rgba(255, 255, 255, .035); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; }
.fact span { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.fact b { font-weight: 400; font-size: 1.02rem; }
.reading-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.reading-grid .panel h3 { font-size: 1.2rem; margin-bottom: 8px; }
.reading-grid .panel p { color: #D0D5E0; font-size: 1rem; }
.pager { display: flex; justify-content: space-between; gap: 12px; }
.pager a { display: flex; flex-direction: column; gap: 2px; text-decoration: none; color: var(--star); padding: 14px 18px; border-radius: 14px; border: 1px solid var(--line); flex: 1; max-width: 50%; }
.pager a:last-child { text-align: right; }
.pager a span { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.pager a:hover { border-color: var(--line-2); color: var(--star); }
@media (max-width: 900px) { .fiche { grid-template-columns: minmax(0, 1fr); } .fiche__visual { position: relative; top: 0; } .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .reading-grid { grid-template-columns: minmax(0, 1fr); } }
.tick { display: none; }
[aria-pressed="true"] > .tick { display: inline; color: var(--jade); }
.met { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--jade); }
.met::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--jade); box-shadow: 0 0 8px var(--jade); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filters button { height: 38px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-2); background: none; color: var(--mist); font: 400 .9rem var(--font-text); cursor: pointer; }
.filters button[aria-pressed="true"] { color: var(--void); background: var(--ember-soft); border-color: var(--ember-soft); }
.deck-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(128px, 1fr)); gap: 22px 16px; }
.deck-grid .card { --w: 100%; }
.deck-grid li { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.deck-grid ul, ul.deck-grid { padding: 0; margin: 0; }
.deck-grid .seen { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--jade); min-height: 1em; }
.group-title { margin: 48px 0 20px; display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.group-title h2 { font-size: 2rem; }
.group-title p { color: var(--mist); max-width: 44rem; }
.progress { height: 4px; border-radius: 4px; background: rgba(255, 255, 255, .08); overflow: hidden; }
.progress i { display: block; height: 100%; width: 0; border-radius: 4px; background: linear-gradient(90deg, var(--frost), var(--ember)); box-shadow: 0 0 12px rgba(255, 179, 107, .6); transition: width 1.2s var(--ease); }
.page-hero--compact { padding-block: clamp(24px, 4vw, 48px) 8px; }
.page-hero--compact h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
.tirage-bar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px 24px; }
.tirage-controls { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px 24px; align-items: end; }
@media (max-width: 640px) { [data-spread-intro] { font-size: .95rem; } .page-hero--compact { padding-block: 16px 0; } }
@media (max-width: 760px) { .tirage-controls { grid-template-columns: minmax(0, 1fr); } }
.spread-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 640px) {
  .spread-tabs { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); scrollbar-width: none; }
  .spread-tabs::-webkit-scrollbar { display: none; }
  .spread-tabs button { flex: none; }
}
.spread-tabs button { height: 44px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .03); color: var(--mist); font: 400 .95rem var(--font-text); cursor: pointer; }
.spread-tabs button[aria-pressed="true"] { color: var(--star); border-color: var(--ember-soft); background: rgba(255, 179, 107, .1); box-shadow: 0 0 24px -8px rgba(255, 179, 107, .6); }
.question { display: flex; flex-direction: column; gap: 8px; max-width: 560px; }
.question label { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.field { height: 52px; padding: 0 18px; border-radius: 14px; border: 1px solid rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .04); color: var(--star); font: 400 1rem var(--font-text); width: 100%; }
.field::placeholder { color: var(--dim); opacity: 1; }
.field[aria-invalid="true"] { border-color: var(--danger); }
.field:focus { outline: none; border-color: var(--ember-soft); box-shadow: 0 0 0 4px rgba(255, 179, 107, .15); }
select.field { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--mist) 50%), linear-gradient(135deg, var(--mist) 50%, transparent 50%); background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
select.field option { background: #0B0D17; color: var(--star); }
.toggle { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; color: var(--mist); font-size: .95rem; }
.toggle input { appearance: none; width: 42px; height: 24px; flex: none; border-radius: 999px; background: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45); position: relative; cursor: pointer; transition: background .3s; margin: 0; }
.toggle input::after { content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--star); transition: transform .3s var(--ease); }
.toggle input:checked { background: var(--ember); box-shadow: none; }
.toggle input:checked::after { transform: translateX(18px); }
.table { position: relative; }
.ring-stage { position: relative; height: clamp(270px, 42vh, 430px); touch-action: pan-y; user-select: none; -webkit-user-select: none; cursor: grab; border-radius: 18px; }
.ring-view { position: absolute; inset: 0; overflow: hidden; perspective: 1300px; perspective-origin: 50% 30%; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.ring-stage:active { cursor: grabbing; }
.ring { position: absolute; left: 50%; top: 47%; width: 0; height: 0; transform-style: preserve-3d; will-change: transform; }
.ring__card { position: absolute; width: var(--cw, 96px); aspect-ratio: 200 / 340; margin-left: calc(var(--cw, 96px) / -2); margin-top: calc(var(--cw, 96px) * -.85); border-radius: 8px; background: url('/assets/cards/dos.svg') center / cover no-repeat, #0B1020; box-shadow: 0 0 0 1px rgba(216, 181, 106, .25), 0 20px 30px -10px rgba(0, 0, 0, .8); backface-visibility: hidden; -webkit-backface-visibility: hidden; transition: filter .3s, box-shadow .3s; padding: 0; border: 0; cursor: pointer; }
.ring__card:hover, .ring__card:focus-visible { filter: brightness(1.35); box-shadow: 0 0 0 1px rgba(255, 217, 168, .7), 0 0 30px rgba(255, 179, 107, .55); }
.ring__card.is-taken { visibility: hidden; }
.ring-actions { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: -6px; }
.ring-actions .icon-btn svg { width: 20px; height: 20px; }
.ring-hint { position: absolute; left: 0; right: 0; bottom: 14px; text-align: center; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--mist); pointer-events: none; }
.slots { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(12px, 3vw, 28px); padding-block: 24px; }
.slots--croix { display: grid; grid-template-columns: repeat(3, auto); grid-template-areas: ". c3 ." "c1 c5 c2" ". c4 ."; justify-content: center; gap: clamp(10px, 2.4vw, 22px); }
.slot { --w: clamp(96px, 16vw, 168px); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.slot__place { width: var(--w); aspect-ratio: 200 / 340; border-radius: 10px; border: 1px dashed rgba(255, 217, 168, .35); display: grid; place-items: center; position: relative; }
.slot__place .card { --w: 100%; width: 100%; }
.slot__label { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ember-soft); text-align: center; }
.slots--croix .slot:nth-child(1) { grid-area: c1; } .slots--croix .slot:nth-child(2) { grid-area: c2; } .slots--croix .slot:nth-child(3) { grid-area: c3; } .slots--croix .slot:nth-child(4) { grid-area: c4; } .slots--croix .slot:nth-child(5) { grid-area: c5; }
.slots--croix .slot { --w: clamp(78px, 13vw, 140px); }
.slot.is-synth .slot__place { border-color: rgba(143, 214, 194, .5); }
.slot.is-synth .slot__label { color: var(--jade); }
.fly { position: fixed; z-index: 60; pointer-events: none; perspective: 1200px; }
.fly__in { position: absolute; inset: 0; transform-style: preserve-3d; }
.fly__face { position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; border-radius: 10px; overflow: hidden; }
.fly__face--back { background: url('/assets/cards/dos.svg') center / cover no-repeat; }
.fly__face--front { transform: rotateY(180deg); }
.fly__face .card { --w: 100%; width: 100%; }
.vfx-beam { position: fixed; z-index: 55; width: 6px; pointer-events: none; transform-origin: 50% 100%; background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 80%, #FFF1DC); box-shadow: 0 0 24px 8px rgba(190, 210, 255, .7), 0 0 100px 30px rgba(110, 140, 255, .35); border-radius: 3px; }
.vfx-canvas { position: fixed; inset: 0; z-index: 58; pointer-events: none; width: 100%; height: 100%; }
.reading { display: flex; flex-direction: column; gap: 14px; }
.reading__item { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 18px; padding: 18px; align-items: start; }
.reading__item .card { --w: 72px; }
.reading__item h3 { font-size: 1.3rem; }
.reading__item .pos { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ember-soft); }
.reading__item p { color: #D0D5E0; margin-top: 6px; font-size: 1rem; }
.answer { font-family: var(--font-display); font-size: clamp(3rem, 10vw, 6rem); line-height: 1; text-align: center; color: var(--ember-soft); text-shadow: 0 0 60px rgba(255, 179, 107, .5); }
.disclaimer { font-size: .85rem; color: var(--dim); max-width: 60ch; }
.synth-calc { font-family: var(--font-mono); font-size: .85rem; color: var(--jade); }
.wheel-wrap { position: relative; width: min(640px, 100%); margin-inline: auto; aspect-ratio: 1; }
.wheel { width: 100%; height: 100%; overflow: visible; }
.wheel .spin { transform-origin: 300px 300px; animation: wheel 240s linear infinite; }
@keyframes wheel { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .wheel .spin { animation: none; } }
.wheel a { cursor: pointer; }
.wheel a:hover text, .wheel a:focus text { fill: #fff; }
.wheel .glyph { font-family: 'Noto Sans Symbols', 'Segoe UI Symbol', 'Apple Symbols', sans-serif; font-size: 26px; fill: #E9D3A0; text-anchor: middle; }
.signs-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.sign-card { display: flex; flex-direction: column; gap: 8px; padding: 22px; }
.sign-card .glyph { font-family: 'Noto Sans Symbols', 'Segoe UI Symbol', 'Apple Symbols', sans-serif; font-size: 2rem; color: var(--jade); line-height: 1; }
.sign-card h3 { font-size: 1.5rem; }
.sign-card .dates { font-family: var(--font-mono); font-size: .75rem; color: var(--dim); letter-spacing: .04em; }
@media (max-width: 980px) { .signs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .signs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.big-glyph { font-family: 'Noto Sans Symbols', 'Segoe UI Symbol', 'Apple Symbols', sans-serif; font-size: clamp(5rem, 14vw, 9rem); line-height: 1; color: var(--jade); text-shadow: 0 0 60px rgba(143, 214, 194, .45); }
.horo { display: flex; flex-direction: column; gap: 14px; }
.horo .btn, .horo .row { align-self: flex-start; }
.horo__house { font-family: var(--font-mono); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--jade); }
.horo__text { font-size: 1.12rem; line-height: 1.6; color: #E1E5EE; }
.horo__more { color: var(--mist); font-size: .95rem; }
.horo-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 760px) { .horo-list { grid-template-columns: minmax(0, 1fr); } }
.horo-item { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding: 20px; }
.horo-item.is-mine { border-color: rgba(143, 214, 194, .55); box-shadow: 0 0 40px -12px rgba(143, 214, 194, .5); }
.horo-item .glyph { font-family: 'Noto Sans Symbols', 'Segoe UI Symbol', 'Apple Symbols', sans-serif; font-size: 2rem; color: var(--jade); line-height: 1.1; }
.horo-item h3, .horo-item .h3-like { font-size: 1.3rem; }
.horo-item .h3-like a { color: var(--star); text-decoration: none; }
.horo-item p { color: #D0D5E0; font-size: .98rem; margin-top: 6px; }
.form-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
@media (max-width: 720px) { .form-grid { grid-template-columns: minmax(0, 1fr); } }
.results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.result { padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.result .glyph { font-family: 'Noto Sans Symbols', 'Segoe UI Symbol', 'Apple Symbols', sans-serif; font-size: 2.4rem; line-height: 1; color: var(--jade); }
.result h3 { font-size: 1.6rem; }
.result .deg { font-family: var(--font-mono); font-size: .85rem; color: var(--mist); }
.result p { color: #D0D5E0; font-size: .98rem; }
@media (max-width: 860px) { .results { grid-template-columns: minmax(0, 1fr); } }
.form-note { font-size: .88rem; color: var(--dim); }
.form-note.is-error { color: var(--danger); }
.compat-pick { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 16px; align-items: end; }
.compat-pick .amp { font-family: var(--font-display); font-size: 2.4rem; color: var(--ember-soft); padding-bottom: 4px; }
@media (max-width: 560px) { .compat-pick { grid-template-columns: minmax(0, 1fr); } .compat-pick .amp { text-align: center; } }
.gauges { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 640px) { .gauges { grid-template-columns: minmax(0, 1fr); } }
.gauge { display: flex; flex-direction: column; gap: 10px; padding: 18px; }
.gauge__top { display: flex; justify-content: space-between; align-items: baseline; }
.gauge__top span { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.gauge__top b { font-family: var(--font-display); font-weight: 400; font-size: 1.6rem; }
.duo { display: flex; justify-content: center; align-items: center; gap: 24px; padding-block: 12px; }
.duo .big-glyph { font-size: clamp(3.6rem, 10vw, 6rem); }
.duo .orbit { width: 90px; height: 90px; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.stat { padding: 20px; display: flex; flex-direction: column; gap: 4px; }
.stat b { font-family: var(--font-display); font-weight: 400; font-size: 2.2rem; line-height: 1; }
.stat span { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.collection { display: grid; grid-template-columns: repeat(auto-fill, minmax(58px, 1fr)); gap: 8px; }
.collection a, .collection span { display: block; aspect-ratio: 200 / 340; border-radius: 6px; overflow: hidden; }
.collection img { width: 100%; height: 100%; display: block; }
.collection .locked { background: url('/assets/cards/dos.svg') center / cover; opacity: .28; }
.history { display: flex; flex-direction: column; gap: 10px; }
.history__item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; padding: 16px 18px; align-items: center; }
.history__item h3 { font-size: 1.1rem; font-family: var(--font-text); font-weight: 500; }
.history__item p { color: var(--mist); font-size: .9rem; }
.history__cards { display: flex; gap: 4px; }
.history__cards img { width: 30px; border-radius: 3px; display: block; }
.empty { padding: 28px; text-align: center; color: var(--mist); }
.settings { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 760px) { .settings { grid-template-columns: minmax(0, 1fr); } }
.shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 900px) { .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .shop-grid { grid-template-columns: minmax(0, 1fr); } }
.shop-item { display: flex; flex-direction: column; gap: 10px; padding: 22px; }
.shop-item h3 { font-size: 1.3rem; }
.shop-item p { color: var(--mist); font-size: .96rem; }
.shop-item .btn { margin-top: auto; align-self: flex-start; }
.aff-note { font-size: .82rem; color: var(--dim); }
.aff { display: flex; flex-direction: column; gap: 14px; padding: 22px; }
.aff__items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 560px) { .aff__items { grid-template-columns: minmax(0, 1fr); } }
.aff__item { display: flex; flex-direction: column; gap: 4px; padding: 14px; border-radius: 12px; border: 1px solid var(--line); text-decoration: none; color: var(--star); }
.aff__item:hover { border-color: var(--line-2); color: var(--star); }
.aff__item span { color: var(--mist); font-size: .88rem; }
.ad { margin-block: 12px; padding: 10px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255, 255, 255, .02); min-height: 120px; }
.ad__label { display: block; font-family: var(--font-mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); margin-bottom: 6px; }
.foot { border-top: 1px solid var(--line); margin-top: clamp(40px, 8vw, 96px); padding-block: 44px 36px; background: rgba(4, 5, 10, .9); }
.foot__grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); gap: 32px; }
.foot h2 { font-size: .75rem; font-family: var(--font-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--dim); margin-bottom: 12px; font-weight: 400; }
.foot ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.foot a { color: var(--mist); text-decoration: none; font-size: .95rem; }
.foot a:hover { color: var(--star); }
.foot .fine { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; color: var(--dim); font-size: .82rem; }
.foot button.linkish { background: none; border: 0; padding: 0; color: var(--mist); font: inherit; font-size: .95rem; cursor: pointer; text-align: left; }
@media (max-width: 860px) { .foot__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.sheet { position: fixed; left: 50%; bottom: calc(var(--tabbar) + 16px); transform: translate(-50%, 20px); width: min(460px, calc(100% - 32px)); z-index: 70; padding: 22px; opacity: 0; pointer-events: none; transition: opacity .35s, transform .45s var(--ease); background: rgba(10, 12, 22, .92); }
.sheet.is-open { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.sheet h2 { font-size: 1.5rem; margin-bottom: 8px; }
.sheet ol { margin: 10px 0 16px; padding-left: 1.2em; color: #D0D5E0; }
.sheet ol li + li { margin-top: 6px; }
.toast { position: fixed; left: 50%; bottom: calc(var(--tabbar) + 18px); transform: translate(-50%, 16px); z-index: 80; padding: 12px 18px; border-radius: 999px; background: rgba(14, 16, 28, .95); border: 1px solid var(--line-2); color: var(--star); font-size: .92rem; opacity: 0; transition: opacity .3s, transform .4s var(--ease); pointer-events: none; max-width: calc(100% - 32px); text-align: center; }
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }
@media (prefers-reduced-motion: no-preference) {
  .rise { animation: riseIn .9s var(--ease) both; }
  .rise-2 { animation-delay: .12s; } .rise-3 { animation-delay: .24s; } .rise-4 { animation-delay: .36s; }
}
@keyframes riseIn { from { transform: translateY(14px); opacity: .001; } }
@media (display-mode: standalone) { .top__in { height: 64px; } }
.horo__top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 16px; }
.seg { display: inline-flex; padding: 4px; border-radius: 999px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .03); }
.seg button { height: 36px; padding: 0 16px; border-radius: 999px; border: 0; background: none; color: var(--mist); font: 400 .9rem var(--font-text); cursor: pointer; }
.seg button[aria-pressed="true"] { background: var(--jade); color: #04050A; font-weight: 500; }
.horo__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; }
.horo__h { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); font-weight: 400; display: flex; justify-content: space-between; gap: 12px; line-height: 1.4; }
.thermo { display: flex; flex-direction: column; gap: 12px; }
.thermo__row { display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: 14px; }
.thermo--compact { gap: 8px; }
.thermo--compact .thermo__row { grid-template-columns: 64px minmax(0, 1fr); gap: 10px; }
.thermo__label { font-size: .92rem; color: var(--star); }
.thermo--compact .thermo__label { font-size: .85rem; color: var(--mist); }
.thermo__bar { width: 100%; height: 12px; display: block; }
.thermo__mini { width: 90px; height: 10px; display: block; flex: none; align-self: center; }
.thermo__val { font-family: var(--font-display); font-weight: 400; font-size: 1.15rem; text-align: right; }
.thermo--compact .thermo__val { font-size: 1rem; }
.thermo__txt { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.thermo--froid { color: #9DB8FF; } .thermo--frais { color: #8FD6C2; } .thermo--doux { color: #E9D08A; } .thermo--chaud { color: #FFB36B; } .thermo--brulant { color: #FF8A6B; }
.horo__domains { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.horo__domain { padding: 18px; border-radius: 14px; background: rgba(255, 255, 255, .03); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.horo__domain p { color: #D6DAE4; font-size: 1rem; }
.horo__domain:last-child:nth-child(odd) { grid-column: 1 / -1; }
.horo__event { padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(255, 179, 107, .35); background: rgba(255, 179, 107, .07); color: var(--ember-soft); font-size: .95rem; }
.horo__card { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 20px; align-items: center; padding: 18px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255, 255, 255, .03); }
.horo__card .card { --w: 96px; }
.horo__card h3 { font-size: 1.5rem; }
.horo__trends { border-top: 1px solid var(--line); padding-top: 14px; }
.horo__trends summary { cursor: pointer; padding-block: 6px; font-family: var(--font-mono); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--jade); list-style: none; }
.horo__trends summary::-webkit-details-marker { display: none; }
.horo__trends summary::before { content: '+ '; }
.horo__trends[open] summary::before { content: '– '; }
.horo__trends ul { list-style: none; margin: 14px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 24px; }
.horo__trends li p { color: #C9CEDB; font-size: .95rem; margin-top: 4px; }
@media (max-width: 760px) {
  .horo__grid, .horo__domains, .horo__trends ul { grid-template-columns: minmax(0, 1fr); }
}
.assoc { padding-left: 1.1em; }
.assoc a { color: var(--ember-soft); }
.callout { border-color: rgba(158, 194, 255, .3); background: linear-gradient(180deg, rgba(158, 194, 255, .07), rgba(158, 194, 255, .02)); }
.callout p { color: #D6DAE4; }
.example { border-color: rgba(255, 217, 168, .28); }
.example__q { font-family: var(--font-display); font-size: 1.35rem; line-height: 1.3; }
