:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f5f4ed;
  background: #030405;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --gold: #e9c957;
}

* { box-sizing: border-box; }
html, body { min-width: 320px; min-height: 100%; margin: 0; background: #030405; }
body { min-height: 100vh; }
button, a { color: inherit; font: inherit; -webkit-tap-highlight-color: transparent; }
a { text-decoration: none; }
button { border: 0; }
button:focus-visible, a:focus-visible { outline: 2px solid #ffe879; outline-offset: 3px; }
[hidden] { display: none !important; }

.home { min-height: 100vh; min-height: 100dvh; background: radial-gradient(ellipse at center, #081017 0, #030405 70%); }
.artwork {
  position: relative;
  isolation: isolate;
  width: min(100vw, 56.25dvh, 864px);
  aspect-ratio: 864 / 1536;
  margin: auto;
  overflow: hidden;
  background: #030405;
}
.approved-art { display: block; width: 100%; height: 100%; object-fit: contain; }
.hotspot { position: absolute; z-index: 3; display: block; min-width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 8px; background: transparent; cursor: pointer; }
.hotspot:focus-visible { outline: 2px solid rgba(255, 228, 119, .94); outline-offset: 1px; background: rgba(255, 228, 119, .06); }
.brand-hotspot { top: .15%; left: 2%; width: 42%; height: 5%; }
.login-hotspot { top: .55%; left: 51.5%; width: 14.4%; height: 4.6%; }
.register-hotspot { top: .55%; left: 67.5%; width: 18%; height: 4.6%; }
.menu-toggle { top: .35%; right: 1.5%; width: 8%; height: 5%; }
.explore-hotspot { top: 26%; left: 5.8%; width: 46%; height: 5.5%; }
.how-hotspot { top: 26%; left: 53.4%; width: 42%; height: 5.5%; }
.analysis-hotspot { top: 33.8%; left: 6%; width: 16%; height: 11%; }
.research-hotspot { top: 33.8%; left: 24%; width: 16%; height: 11%; }
.omni-hotspot { top: 33.4%; left: 42%; width: 16%; height: 11%; }
.risk-hotspot { top: 33.8%; left: 60%; width: 16%; height: 11%; }
.strategy-hotspot { top: 33.8%; left: 78%; width: 16%; height: 11%; }
.movers-hotspot { top: 89.2%; left: 4.4%; width: 29%; height: 5.5%; }
.world-hotspot { top: 89.2%; left: 35.5%; width: 30%; height: 5.5%; }
.nature-hotspot { top: 89.2%; left: 67%; width: 29%; height: 5.5%; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); }

/* All decorative movement shares the same normalized coordinate frame as the art. */
.life-overlays { position: absolute; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; }
.motion-orbits { position: absolute; inset: 0; display: block; width: 100%; height: 100%; overflow: visible; }
.motion-orbits path { fill: none; stroke: transparent; }
.orbit-light { fill: #ffe18b; opacity: .4; filter: drop-shadow(0 0 3px rgba(255, 225, 139, .5)); }
.orbit-light-blue { fill: #83dafa; opacity: .34; filter: drop-shadow(0 0 3px rgba(112, 218, 255, .45)); }
.art-glow { position: absolute; top: 66.5%; left: 50%; width: 73%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(71, 159, 205, .045) 55%, rgba(67, 178, 221, .075) 68%, transparent 73%); filter: blur(16px); transform: translate(-50%, -50%); animation: atmosphere 13s ease-in-out infinite alternate; }
.art-shimmer { position: absolute; width: max(2px, .35%); aspect-ratio: 1; border-radius: 50%; background: #ffe49a; box-shadow: 0 0 5px 1px rgba(255, 224, 142, .38); opacity: .18; animation: twinkle 9.2s ease-in-out infinite; }
.shimmer-one { top: 53.5%; left: 14%; }
.shimmer-two { top: 64%; right: 17%; animation-duration: 11.4s; animation-delay: -4.7s; }
.shimmer-three { top: 77%; left: 81%; animation-duration: 13.1s; animation-delay: -7.2s; }
.data-pulse, .satellite-light, .market-activity, .news-activity, .weather-activity { position: absolute; border-radius: 50%; pointer-events: none; }
.data-pulse { top: var(--y); left: var(--x); width: max(3px, .6%); aspect-ratio: 1; opacity: .35; animation: data-breathe 8.8s ease-in-out infinite; animation-delay: var(--delay); }
.pulse-gold { background: #f4d95a; box-shadow: 0 0 5px 1px rgba(246, 211, 67, .56); }
.pulse-blue { background: #48d5fa; box-shadow: 0 0 5px 1px rgba(66, 210, 249, .52); animation-duration: 10.1s; }
.pulse-red { background: #ff5659; box-shadow: 0 0 5px 1px rgba(255, 63, 74, .48); animation-duration: 9.4s; }
.pulse-green { background: #4beaa0; box-shadow: 0 0 5px 1px rgba(66, 235, 149, .48); animation-duration: 11.8s; }
.satellite-light { width: max(3px, .5%); aspect-ratio: 1; opacity: .24; animation: status-breathe 7.5s ease-in-out infinite; }
.satellite-light-a { top: 47.4%; left: 18.2%; background: #5dffb6; box-shadow: 0 0 5px 1px rgba(42, 255, 150, .45); }
.satellite-light-b { top: 50.6%; left: 81.2%; background: #ff5960; box-shadow: 0 0 5px 1px rgba(255, 49, 61, .45); animation-duration: 10.8s; animation-delay: -3.6s; }
.market-activity { top: 55.2%; left: 42.2%; width: max(3px, .46%); aspect-ratio: 1; background: #74efad; box-shadow: 0 0 4px rgba(78, 248, 166, .48); animation: status-breathe 8.2s ease-in-out infinite; }
.news-activity { top: 52.1%; left: 66.5%; width: max(3px, .5%); aspect-ratio: 1; background: #ff6268; box-shadow: 0 0 5px rgba(255, 70, 76, .52); animation: status-breathe 10s ease-in-out infinite; animation-delay: -4.2s; }
.weather-activity { top: 65.9%; left: 84.5%; width: max(4px, .55%); aspect-ratio: 1; border: 1px solid rgba(102, 201, 255, .55); box-shadow: 0 0 7px rgba(71, 183, 246, .32); animation: weather-drift 18s ease-in-out infinite alternate; }

.menu-scrim { position: fixed; z-index: 20; inset: 0; background: rgba(0, 0, 0, .26); animation: fade-in .2s ease both; }
.menu-panel {
  position: fixed;
  z-index: 21;
  top: 10px;
  right: max(10px, calc((100vw - min(100vw, 56.25dvh, 864px)) / 2 + 10px));
  display: flex;
  width: min(280px, calc(100vw - 36px));
  max-height: calc(100dvh - 20px);
  flex-direction: column;
  gap: 3px;
  padding: 12px;
  overflow-y: auto;
  border: 1px solid rgba(228, 196, 92, .43);
  border-radius: 14px;
  background: linear-gradient(155deg, rgba(11, 15, 19, .985), rgba(3, 5, 7, .99));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .72), inset 0 1px rgba(255, 255, 255, .045);
  transform-origin: top right;
  animation: menu-enter .22s cubic-bezier(.2, .75, .2, 1) both;
}
.menu-heading { display: flex; min-height: 44px; align-items: center; justify-content: space-between; padding: 0 8px 7px; border-bottom: 1px solid rgba(227, 199, 110, .18); color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.menu-close { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 8px; background: transparent; color: #f2f0e8; font-size: 27px; cursor: pointer; }
.menu-panel a { display: flex; min-height: 46px; align-items: center; padding: 0 12px; border-radius: 8px; background: transparent; color: #efeee8; text-align: left; font-size: 14px; cursor: pointer; }
.menu-panel a:hover, .menu-close:hover { background: rgba(235, 205, 105, .1); }
.menu-panel a:nth-of-type(1) { margin-top: 4px; }
.menu-panel a[href="/register"] { border: 1px solid rgba(226, 194, 87, .62); color: #f2d773; }

.page-shell { display: flex; min-height: 100vh; min-height: 100dvh; flex-direction: column; padding: 0 clamp(18px, 4vw, 56px); background: radial-gradient(ellipse at 50% 34%, #0c151b 0, #050708 54%, #030405 100%); }
.page-header { position: relative; z-index: 3; display: flex; width: min(1120px, 100%); min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; margin-inline: auto; border-bottom: 1px solid rgba(231, 218, 168, .12); }
.page-brand { display: inline-flex; align-items: baseline; gap: 7px; color: #f4f4f1; font-size: 18px; letter-spacing: -.025em; white-space: nowrap; }
.page-brand strong { color: var(--gold); font-size: 21px; letter-spacing: .06em; }
.page-quick-links { display: flex; align-items: center; gap: clamp(12px, 2vw, 27px); margin-left: auto; }
.page-quick-links a { color: #d8d9d5; font-size: 13px; transition: color .18s ease; }
.page-quick-links a:hover { color: var(--gold); }
.page-menu-toggle { min-width: 76px; min-height: 44px; padding: 0 12px; border: 1px solid rgba(233, 201, 87, .65); border-radius: 7px; background: rgba(3, 4, 5, .35); cursor: pointer; }
.page-menu-panel { top: 82px; right: max(16px, calc((100vw - 1120px) / 2)); bottom: auto; width: 270px; }
.page-content { width: min(760px, 100%); margin: clamp(52px, 11vh, 120px) auto auto; animation: page-enter .28s ease-out both; }
.page-eyebrow { margin: 0 0 15px; color: var(--gold); font-size: 11px; font-weight: 650; letter-spacing: .2em; text-transform: uppercase; }
.page-title { margin: 0; color: #f5f4ef; font-size: clamp(38px, 7vw, 64px); font-weight: 650; letter-spacing: -.05em; line-height: 1.04; }
.page-intro { max-width: 680px; margin: 20px 0 0; color: #d0d3d3; font-size: clamp(16px, 2.2vw, 20px); line-height: 1.55; }
.page-note { display: flex; align-items: flex-start; gap: 14px; max-width: 680px; margin: 33px 0 0; padding: 18px 20px; border: 1px solid rgba(191, 197, 198, .17); border-left: 2px solid #72c9ed; border-radius: 9px; background: rgba(12, 17, 20, .72); color: #c3c9cb; font-size: 14px; line-height: 1.6; }
.page-note p { margin: 0; }
.note-mark { display: grid; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(105, 199, 239, .55); border-radius: 50%; color: #83d8fa; font-size: 14px; }
.account-note { border-left-color: var(--gold); }
.account-note .note-mark { border-color: rgba(233, 201, 87, .56); color: var(--gold); }
.page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.route-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid rgba(233, 201, 87, .55); border-radius: 7px; font-size: 14px; font-weight: 600; transition: background .18s ease, border-color .18s ease; }
.route-button-primary { background: linear-gradient(135deg, #f1d36e, #c99c3e); color: #17140c; }
.route-button-secondary { color: #eeeae0; }
.route-button:hover { border-color: #ffe890; background-color: rgba(237, 206, 103, .1); }
.release-card { margin-top: 24px; padding: clamp(18px, 3vw, 26px); border: 1px solid rgba(221, 194, 99, .27); border-radius: 12px; background: linear-gradient(145deg, rgba(17, 21, 22, .9), rgba(7, 9, 10, .86)); }
.release-card h2 { margin: 0 0 18px; color: #eee9d8; font-size: 16px; font-weight: 570; }
.release-details { margin: 0; }
.release-detail { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 12px; padding: 9px 0; border-top: 1px solid rgba(255, 255, 255, .06); font-size: 12px; }
.release-detail dt { color: #999f9f; }
.release-detail dd { margin: 0; color: #e2e2dc; overflow-wrap: anywhere; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.release-detail:nth-child(1) dd, .release-detail:nth-child(2) dd, .release-detail:nth-child(3) dd { font-family: inherit; font-size: 13px; }
.install-copy { margin: 14px 0 0; color: #aeb5b6; font-size: 12px; line-height: 1.6; }
.page-footer { display: flex; width: min(1120px, 100%); align-items: center; justify-content: center; gap: 16px; margin: auto auto 30px; padding-top: 24px; color: #8f9494; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.footer-divider { width: 26px; height: 2px; background: var(--gold); }
.page-content:has(.page-section-grid), .page-content:has(.page-step-list) { width: min(900px, 100%); }
.page-section-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.page-section-card { min-width: 0; padding: 21px 22px; border: 1px solid rgba(221, 194, 99, .19); border-radius: 10px; background: linear-gradient(145deg, rgba(16, 21, 23, .82), rgba(7, 9, 10, .78)); }
.page-section-card h2 { margin: 0; color: #f0dfaa; font-size: 16px; font-weight: 590; letter-spacing: -.015em; }
.page-section-card p { margin: 11px 0 0; color: #c0c6c6; font-size: 13px; line-height: 1.65; }
.page-point-list { display: grid; gap: 8px; margin: 16px 0 0; padding: 13px 0 0; border-top: 1px solid rgba(255, 255, 255, .07); list-style: none; }
.page-point-list li { position: relative; padding-left: 15px; color: #929b9c; font-size: 12px; line-height: 1.45; }
.page-point-list li::before { position: absolute; top: .57em; left: 1px; width: 5px; height: 5px; border-radius: 50%; background: #d8bd61; content: ''; }
.page-step-list { display: grid; gap: 0; margin: 36px 0 0; padding: 0; border-top: 1px solid rgba(221, 194, 99, .2); list-style: none; }
.page-step { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 17px; padding: 20px 4px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.step-number { color: var(--gold); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; letter-spacing: .1em; }
.step-copy h2 { margin: 0; color: #f0dfaa; font-size: 16px; font-weight: 590; }
.step-copy p { max-width: 620px; margin: 8px 0 0; color: #abb3b4; font-size: 13px; line-height: 1.65; }
.page-content:has(.page-section-grid) .page-actions, .page-content:has(.page-step-list) .page-actions { margin-top: 30px; }

@keyframes atmosphere { from { opacity: .26; scale: .99; } to { opacity: .66; scale: 1.015; } }
@keyframes twinkle { 0%, 100% { opacity: .14; scale: .9; } 54% { opacity: .38; scale: 1.06; } }
@keyframes data-breathe { 0%, 100% { opacity: .17; scale: .88; } 52% { opacity: .52; scale: 1.08; } }
@keyframes status-breathe { 0%, 100% { opacity: .18; } 48% { opacity: .54; } }
@keyframes weather-drift { from { opacity: .18; transform: translateY(0); } to { opacity: .42; transform: translateY(-2px); } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes menu-enter { from { opacity: 0; transform: translateX(8px) scale(.98); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes page-enter { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 700px) {
  .menu-panel { width: 256px; }
}
@media (max-width: 699px) {
  .menu-panel:not(.page-menu-panel) {
    top: 38vh;
    bottom: auto;
    display: grid;
    width: min(240px, 72vw);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }
  .menu-panel:not(.page-menu-panel) .menu-heading { grid-column: 1 / -1; }
  .menu-panel:not(.page-menu-panel) a { min-width: 0; min-height: 44px; justify-content: center; padding-inline: 5px; text-align: center; font-size: 12px; line-height: 1.25; }
  .menu-panel:not(.page-menu-panel) a:nth-of-type(1) { margin-top: 0; }
  .page-shell { padding-inline: 18px; }
  .page-header { min-height: 66px; }
  .page-brand { font-size: 16px; }
  .page-brand strong { font-size: 19px; }
  .page-quick-links { display: none; }
  .page-menu-panel { top: 72px; right: 14px; bottom: auto; width: min(270px, calc(100vw - 28px)); }
  .page-content { margin-top: 64px; }
  .page-note { padding: 15px; }
  .release-detail { grid-template-columns: 82px minmax(0, 1fr); gap: 9px; }
  .page-section-grid { grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 27px; }
  .page-section-card { padding: 18px; }
  .page-step-list { margin-top: 29px; }
  .page-step { grid-template-columns: 38px minmax(0, 1fr); gap: 10px; padding: 17px 2px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-orbits animateMotion { display: none; }
}
