@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --bg: #040507;
  --bg-soft: #0b0d11;
  --bg-panel: rgba(14, 16, 20, 0.86);
  --bg-panel-strong: rgba(9, 11, 14, 0.96);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --text: #f4f7fb;
  --text-soft: rgba(230, 236, 244, 0.72);
  --text-muted: rgba(205, 214, 226, 0.46);
  --accent: #91b6ff;
  --accent-soft: rgba(145, 182, 255, 0.14);
  --accent-warm: #d7a16b;
  --accent-warm-soft: rgba(215, 161, 107, 0.16);
  --space-shell-cool: rgb(138 175 241 / 0.11);
  --space-shell-cool-deep: rgb(138 175 241 / 0.2);
  --space-shell-line-cool: rgb(214 229 255 / 0.12);
  --space-shell-warm: rgb(209 157 112 / 0.1);
  --space-shell-warm-deep: rgb(209 157 112 / 0.18);
  --space-shell-line-warm: rgb(239 210 183 / 0.108);
  --space-shell-rib-cool: rgb(206 222 255 / 0.085);
  --space-shell-rib-warm: rgb(233 205 176 / 0.075);
  --space-shell-shadow: rgb(3 4 5 / 0.52);
  --space-shell-inner-shadow: rgb(2 3 4 / 0.68);
  --space-shell-edge-fade: rgb(3 4 5 / 0.76);
  --space-shell-sheen: rgb(255 255 255 / 0.028);
  --space-shell-frame-opacity: 0.84;
  --space-shell-plane-opacity-left: 0.86;
  --space-shell-plane-opacity-right: 0.82;
  --space-shell-rib-opacity-left: 0.68;
  --space-shell-rib-opacity-right: 0.64;
  --space-shell-atmosphere-opacity: 0.74;
  --space-shell-veil-opacity: 0.88;
  --radius: 24px;
  --radius-sm: 16px;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
  --container: min(1380px, calc(100vw - 64px));
  --content: min(1240px, calc(100vw - 64px));
  --content-narrow: min(1080px, calc(100vw - 64px));
  --topbar-height: 42px;
  --header-height: 92px;
  --transition: 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
  --transition-slow: 540ms cubic-bezier(0.22, 1, 0.36, 1);
  --font-base: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  --font-display: 'Space Grotesk', 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  background:
    radial-gradient(900px 560px at 15% 0%, rgba(70, 103, 164, 0.18), transparent 64%),
    radial-gradient(980px 620px at 88% 4%, rgba(164, 109, 68, 0.16), transparent 62%),
    linear-gradient(180deg, #0b0d10 0%, #060709 18%, #030405 100%);
  color: var(--text);
  font-family: var(--font-base);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 20%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.025), transparent 62%);
  opacity: 0.6;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.08;
  -webkit-mask-image: radial-gradient(circle at top center, rgba(0, 0, 0, 0.85), transparent 88%);
  mask-image: radial-gradient(circle at top center, rgba(0, 0, 0, 0.85), transparent 88%);
}

.rp-starfield {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}

.rp-space-shell,
.rp-space-shell::before,
.rp-space-shell::after,
.rp-space-shell__planes,
.rp-space-shell__planes::before,
.rp-space-shell__planes::after,
.rp-space-shell__ribs,
.rp-space-shell__ribs::before,
.rp-space-shell__ribs::after,
.rp-space-shell__atmosphere,
.rp-space-shell__atmosphere::before,
.rp-space-shell__atmosphere::after {
  pointer-events: none;
}

.rp-space-shell {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  contain: paint;
}

.rp-space-shell::before,
.rp-space-shell::after,
.rp-space-shell__planes,
.rp-space-shell__planes::before,
.rp-space-shell__planes::after,
.rp-space-shell__ribs,
.rp-space-shell__ribs::before,
.rp-space-shell__ribs::after,
.rp-space-shell__atmosphere,
.rp-space-shell__atmosphere::before,
.rp-space-shell__atmosphere::after {
  content: '';
  position: absolute;
  inset: 0;
}

.rp-space-shell::before {
  background:
    radial-gradient(72% 24% at 50% 14%, var(--space-shell-sheen), transparent 70%),
    radial-gradient(72% 24% at 50% 86%, rgb(255 255 255 / 0.022), transparent 70%),
    linear-gradient(180deg, rgb(255 255 255 / 0.015), transparent 12%, transparent 88%, rgb(255 255 255 / 0.014));
  opacity: var(--space-shell-frame-opacity);
}

.rp-space-shell::after {
  background:
    linear-gradient(90deg, var(--space-shell-edge-fade) 0%, rgb(3 4 5 / 0.18) 16%, transparent 29%, transparent 71%, rgb(3 4 5 / 0.18) 84%, var(--space-shell-edge-fade) 100%),
    radial-gradient(70% 34% at 50% 50%, transparent 0%, rgb(4 5 7 / 0.08) 58%, rgb(4 5 7 / 0.2) 100%);
  opacity: var(--space-shell-veil-opacity);
}

.rp-space-shell__planes::before {
  clip-path: polygon(0 0, 24% 0, 18.2% 18%, 13.2% 50%, 18.2% 82%, 24% 100%, 0 100%);
  background:
    linear-gradient(90deg, rgb(4 6 10 / 0.82) 0%, rgb(6 8 12 / 0.68) 40%, rgb(10 16 24 / 0.18) 84%, transparent 100%),
    linear-gradient(120deg, transparent 0%, transparent 63.4%, var(--space-shell-line-cool) 63.9%, transparent 64.5%),
    linear-gradient(120deg, transparent 0%, transparent 72.2%, rgb(255 255 255 / 0.03) 72.8%, transparent 73.4%),
    linear-gradient(120deg, var(--space-shell-cool-deep) 0%, var(--space-shell-cool) 34%, transparent 82%),
    radial-gradient(88% 88% at 16% 50%, rgb(138 175 241 / 0.1) 0%, transparent 72%);
  opacity: var(--space-shell-plane-opacity-left);
}

.rp-space-shell__planes::after {
  clip-path: polygon(76% 0, 100% 0, 100% 100%, 76% 100%, 81.8% 82%, 86.8% 50%, 81.8% 18%);
  background:
    linear-gradient(270deg, rgb(8 6 5 / 0.8) 0%, rgb(10 8 7 / 0.64) 40%, rgb(18 14 10 / 0.18) 84%, transparent 100%),
    linear-gradient(240deg, transparent 0%, transparent 63.4%, var(--space-shell-line-warm) 63.9%, transparent 64.5%),
    linear-gradient(240deg, transparent 0%, transparent 72.2%, rgb(255 255 255 / 0.026) 72.8%, transparent 73.4%),
    linear-gradient(240deg, var(--space-shell-warm-deep) 0%, var(--space-shell-warm) 34%, transparent 82%),
    radial-gradient(88% 88% at 84% 50%, rgb(209 157 112 / 0.095) 0%, transparent 72%);
  opacity: var(--space-shell-plane-opacity-right);
}

.rp-space-shell__ribs::before {
  clip-path: polygon(22.7% 0, 24.7% 0, 18.9% 18%, 13.9% 50%, 18.9% 82%, 24.7% 100%, 22.7% 100%, 16.8% 82%, 11.8% 50%, 16.8% 18%);
  background:
    linear-gradient(180deg, rgb(228 236 255 / 0.06) 0%, var(--space-shell-rib-cool) 18%, rgb(154 185 244 / 0.02) 50%, var(--space-shell-rib-cool) 82%, rgb(228 236 255 / 0.05) 100%),
    linear-gradient(90deg, transparent 0%, transparent 46%, var(--space-shell-line-cool) 49.2%, transparent 52.6%);
  filter: blur(6px);
  opacity: var(--space-shell-rib-opacity-left);
}

.rp-space-shell__ribs::after {
  clip-path: polygon(75.3% 0, 77.3% 0, 83.2% 18%, 88.2% 50%, 83.2% 82%, 77.3% 100%, 75.3% 100%, 81.1% 82%, 86.1% 50%, 81.1% 18%);
  background:
    linear-gradient(180deg, rgb(245 231 213 / 0.058) 0%, var(--space-shell-rib-warm) 18%, rgb(214 167 124 / 0.018) 50%, var(--space-shell-rib-warm) 82%, rgb(245 231 213 / 0.05) 100%),
    linear-gradient(90deg, transparent 0%, transparent 46%, var(--space-shell-line-warm) 49.2%, transparent 52.6%);
  filter: blur(6px);
  opacity: var(--space-shell-rib-opacity-right);
}

.rp-space-shell__atmosphere {
  background:
    radial-gradient(38% 62% at 7% 50%, rgb(138 175 241 / 0.042), transparent 74%),
    radial-gradient(38% 62% at 93% 50%, rgb(209 157 112 / 0.04), transparent 74%),
    radial-gradient(68% 28% at 50% 22%, rgb(255 255 255 / 0.022), transparent 72%),
    radial-gradient(68% 28% at 50% 78%, rgb(255 255 255 / 0.02), transparent 72%),
    linear-gradient(180deg, rgb(255 255 255 / 0.012) 0%, transparent 18%, transparent 82%, rgb(255 255 255 / 0.012) 100%);
}

.rp-space-shell__atmosphere::before {
  clip-path: polygon(13% 0, 87% 0, 100% 9%, 100% 91%, 87% 100%, 13% 100%, 0 91%, 0 9%);
  background:
    radial-gradient(62% 26% at 50% 12%, rgb(255 255 255 / 0.026), transparent 72%),
    radial-gradient(62% 26% at 50% 88%, rgb(255 255 255 / 0.024), transparent 72%),
    linear-gradient(90deg, rgb(5 6 8 / 0.26) 0%, transparent 18%, transparent 82%, rgb(5 6 8 / 0.26) 100%);
  opacity: 0.72;
}

.rp-space-shell__atmosphere::after {
  clip-path: polygon(11% 0, 89% 0, 100% 10%, 100% 90%, 89% 100%, 11% 100%, 0 90%, 0 10%);
  background:
    radial-gradient(100% 68% at 10% 50%, rgb(138 175 241 / 0.035) 0%, transparent 68%),
    radial-gradient(100% 68% at 90% 50%, rgb(209 157 112 / 0.032) 0%, transparent 68%),
    linear-gradient(90deg, transparent 0%, rgb(255 255 255 / 0.012) 18%, transparent 28%, transparent 72%, rgb(255 255 255 / 0.01) 82%, transparent 100%);
  opacity: var(--space-shell-atmosphere-opacity);
  box-shadow: inset 32px 0 72px rgb(4 6 10 / 0.14), inset -32px 0 72px rgb(7 6 4 / 0.14);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

main,
footer,
section {
  position: relative;
  z-index: 1;
}

[data-shell-header] {
  position: relative;
  z-index: 90;
  isolation: isolate;
}

[data-shell-header],
[data-shell-footer] {
  width: 100%;
}

[data-page-root] {
  width: 100%;
  padding-top: calc(var(--topbar-height) + var(--header-height) + 34px);
  padding-bottom: 88px;
}

body[data-page='login'] .rp-topbar {
  display: none;
}

body[data-page='login'] .rp-header-shell {
  inset: 0 0 auto 0;
}

body[data-page='login'] [data-page-root] {
  padding-top: calc(var(--header-height) + 28px);
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(3.1rem, 8vw, 6.4rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.98;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.3;
}

p,
li {
  color: var(--text-soft);
  line-height: 1.72;
  font-size: 1rem;
}

ul {
  padding-left: 18px;
}

.rp-topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 70;
  height: var(--topbar-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(6, 7, 9, 0.92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  pointer-events: none;
}

.rp-topbar__inner {
  width: var(--container);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
}

.rp-topbar__label,
.section-shell__eyebrow,
.page-hero__eyebrow,
.rp-footer__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.rp-topbar__label::before,
.section-shell__eyebrow::before,
.page-hero__eyebrow::before,
.rp-footer__eyebrow::before {
  content: '';
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.64));
}

.rp-topbar__marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.rp-topbar__track {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  animation: rpTicker 34s linear infinite;
}

.rp-topbar__group {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.rp-topbar__group span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(235, 239, 245, 0.78);
  font-size: 0.82rem;
  white-space: nowrap;
}

.rp-topbar__group span::after {
  content: '';
  width: 4px;
  height: 4px;
  margin-left: 14px;
  border-radius: 50%;
  background: rgba(145, 182, 255, 0.66);
}

.rp-header-shell {
  position: fixed;
  inset: var(--topbar-height) 0 auto 0;
  z-index: 65;
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.94), rgba(5, 6, 8, 0.84) 78%, rgba(5, 6, 8, 0.08));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: none;
}

.rp-header-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(145, 182, 255, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(215, 161, 107, 0.16), transparent 28%);
  opacity: 0.9;
}

body.is-scrolled .rp-header-shell {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.rp-header-shell__inner {
  width: var(--container);
  min-height: var(--header-height);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: visible;
  pointer-events: auto;
}

.rp-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.rp-brand__mark {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rp-brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-brand__copy {
  display: grid;
  gap: 2px;
}

.rp-brand__copy strong {
  font-family: var(--font-display);
  font-size: 1.28rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.rp-brand__copy span {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.rp-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.rp-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(231, 237, 244, 0.72);
  font-size: 0.92rem;
  transition: color var(--transition), background var(--transition);
}

.rp-nav__link:hover,
.rp-nav__link:focus-visible,
.rp-nav__link.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.rp-nav__link.is-active::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 1px;
  background: linear-gradient(90deg, rgba(145, 182, 255, 0), rgba(145, 182, 255, 0.86), rgba(145, 182, 255, 0));
}

.rp-header-shell__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
}

.rp-locale {
  position: relative;
}

.rp-locale__trigger,
.rp-account-trigger,
.rp-ip-trigger,
.rp-header-link,
.rp-header-cta,
.rp-nav-toggle,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  transition: transform var(--transition), background var(--transition), border-color var(--transition), color var(--transition);
}

.rp-locale__trigger:hover,
.rp-account-trigger:hover,
.rp-ip-trigger:hover,
.rp-header-link:hover,
.rp-header-cta:hover,
.rp-nav-toggle:hover,
.button:hover,
.rp-locale__trigger:focus-visible,
.rp-account-trigger:focus-visible,
.rp-ip-trigger:focus-visible,
.rp-header-link:focus-visible,
.rp-header-cta:focus-visible,
.rp-nav-toggle:focus-visible,
.button:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.14);
}

.rp-header-link__icon,
.rp-header-cta__icon,
.rp-ip-trigger__icon,
.page-back-link span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rp-header-link__icon svg,
.rp-header-cta__icon svg,
.rp-ip-trigger__icon svg,
.rp-nav-toggle svg,
.rp-locale__caret svg,
.page-back-link svg,
.preview-card a svg {
  width: 18px;
  height: 18px;
}

.rp-header-cta {
  background: linear-gradient(135deg, rgba(145, 182, 255, 0.16), rgba(215, 161, 107, 0.1));
}

.rp-ip-menu {
  position: relative;
  z-index: 134;
}

.rp-ip-trigger {
  min-height: 40px;
  padding-inline: 12px;
  border-radius: 12px;
  color: rgba(235, 239, 245, 0.84);
  font-size: 0.84rem;
}

.rp-account-menu {
  position: relative;
  z-index: 135;
}

.rp-account-trigger {
  min-width: 0;
  max-width: 220px;
  padding-inline: 10px 14px;
  text-align: left;
}

.rp-account-trigger--link {
  text-decoration: none;
}

.rp-account-trigger--primary {
  background: linear-gradient(135deg, rgba(145, 182, 255, 0.18), rgba(215, 161, 107, 0.12));
}

.rp-account-trigger__avatar {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, rgba(145, 182, 255, 0.18), rgba(215, 161, 107, 0.12));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rp-account-trigger__avatar.is-icon svg {
  width: 18px;
  height: 18px;
}

.rp-account-trigger__copy {
  display: grid;
  gap: 2px;
}

.rp-account-trigger__copy strong {
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rp-account-trigger__copy span {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rp-account-panel,
.rp-ip-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(360px, calc(100vw - 32px));
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 14, 0.98);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity var(--transition), transform var(--transition);
}

.rp-ip-panel {
  width: min(320px, calc(100vw - 32px));
}

.rp-account-menu.is-open .rp-account-panel,
.rp-ip-menu.is-open .rp-ip-panel,
.rp-ip-menu:hover .rp-ip-panel,
.rp-ip-menu:focus-within .rp-ip-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.rp-account-panel,
.rp-account-panel__section,
.rp-account-panel__stack,
.rp-account-panel__meta,
.rp-ip-panel,
.rp-ip-panel__grid,
.rp-ip-panel__actions,
.field,
.auth-card,
.account-summary {
  display: grid;
  gap: 14px;
}

.rp-account-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.rp-account-panel__eyebrow::before {
  content: '';
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58));
}

.rp-account-panel__meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rp-account-panel__meta div,
.account-summary__grid div {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.rp-account-panel__meta span,
.account-summary__grid span,
.microcopy {
  font-size: 0.82rem;
  color: var(--text-soft);
}

.rp-account-panel__meta strong,
.account-summary__grid strong,
.status-chip {
  color: var(--text);
}

.rp-ip-panel__grid div {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.rp-ip-panel__grid dt {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.rp-ip-panel__grid dd {
  margin: 0;
  color: var(--text);
  font-size: 0.94rem;
}

.rp-ip-panel__grid dd.is-placeholder {
  color: var(--text-muted);
}

.rp-ip-panel__actions .button {
  width: 100%;
}

.rp-ip-copy span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rp-ip-copy svg {
  width: 18px;
  height: 18px;
}

.rp-account-panel__route,
.rp-account-panel__signout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
}

.rp-account-panel__route:hover,
.rp-account-panel__route:focus-visible,
.rp-account-panel__signout:hover,
.rp-account-panel__signout:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.14);
}

.rp-account-panel__signout {
  gap: 10px;
  justify-content: flex-start;
}

.button--small {
  min-height: 44px;
}

.rp-locale__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 184px;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 14, 0.98);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity var(--transition), transform var(--transition);
  z-index: 120;
}

.rp-locale.is-open .rp-locale__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.rp-locale__option {
  width: 100%;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(238, 242, 247, 0.78);
  text-align: left;
}

.rp-locale__option:hover,
.rp-locale__option:focus-visible,
.rp-locale__option.is-active {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.rp-nav-toggle {
  display: none;
  padding-inline: 12px;
}

.button {
  min-height: 48px;
  padding-inline: 18px;
  font-weight: 600;
}

.button--primary {
  background: linear-gradient(135deg, rgba(145, 182, 255, 0.22), rgba(215, 161, 107, 0.12));
}

.button--secondary {
  background: rgba(255, 255, 255, 0.03);
}

.button--ghost {
  background: transparent;
}

.button:disabled,
.rp-account-panel__signout:disabled,
.rp-account-panel__route[aria-disabled='true'] {
  opacity: 0.58;
  cursor: not-allowed;
  transform: none;
}

.page-hero,
.section-shell,
.rp-footer {
  width: var(--content);
  margin: 0 auto;
}

.page-hero {
  padding: 52px 0 0;
}

.page-hero--compact {
  padding-top: 34px;
}

.page-hero__inner {
  display: grid;
  gap: 18px;
}

.page-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.88rem;
  width: fit-content;
}

.page-hero__headline {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.page-hero__icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(145, 182, 255, 0.16), rgba(215, 161, 107, 0.1));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.page-hero__icon svg {
  width: 24px;
  height: 24px;
}

.page-hero__headline h1 {
  max-width: 14ch;
}

.page-hero__text {
  max-width: 68ch;
  font-size: 1.06rem;
  color: rgba(235, 240, 247, 0.76);
}

.page-hero__support {
  display: grid;
  gap: 18px;
}

.page-hero--with-icon .page-hero__text,
.page-hero--with-icon .page-hero__support {
  padding-left: calc(54px + 18px);
}

.hero-actions,
.hero-pills,
.rp-footer__utility {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(231, 237, 245, 0.82);
  font-size: 0.86rem;
}

.section-shell {
  display: grid;
  gap: 26px;
  margin-top: clamp(64px, 8vw, 112px);
}

.section-shell--split,
.section-shell--feature {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: start;
}

.section-shell__intro {
  display: grid;
  gap: 14px;
  max-width: 76ch;
}

.fact-grid,
.preview-grid,
.pillar-grid,
.timeline-grid,
.statement-list,
.surface-grid,
.role-grid,
.panel-area-grid {
  display: grid;
  gap: 18px;
}

.fact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.preview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.preview-grid--three,
.pillar-grid,
.surface-grid,
.role-grid,
.panel-area-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline-grid--phases {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fact-card,
.preview-card,
.pillar-card,
.timeline-card,
.surface-card,
.role-card,
.panel-area-card,
.notice-card,
.feature-rail,
.editorial-aside,
.mini-card,
.rule-article,
.faq-item,
.statement-item {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.fact-card,
.preview-card,
.pillar-card,
.timeline-card,
.surface-card,
.role-card,
.panel-area-card,
.notice-card,
.feature-rail,
.editorial-aside,
.mini-card,
.faq-item,
.statement-item {
  padding: 22px;
}

.fact-card span,
.timeline-card__step,
.preview-card__eyebrow,
.rule-article__code {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fact-card strong {
  display: block;
  margin-top: 12px;
  font-family: var(--font-display);
  font-size: 1.06rem;
  line-height: 1.3;
}

.preview-card,
.pillar-card,
.timeline-card,
.surface-card,
.role-card,
.panel-area-card,
.mini-card,
.faq-item,
.statement-item {
  display: grid;
  align-content: start;
  gap: 12px;
}

.preview-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: rgba(241, 245, 250, 0.88);
}

.preview-card--dense,
.mini-card {
  min-height: 100%;
}

.statement-block {
  display: grid;
  gap: 12px;
}

.statement-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.statement-item {
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.statement-item span {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: rgba(145, 182, 255, 0.8);
}

.feature-editorial,
.feature-rail,
.editorial-aside {
  display: grid;
  gap: 14px;
}

.feature-list,
.editorial-aside ul,
.feature-rail ul {
  display: grid;
  gap: 12px;
  padding-left: 18px;
}

.feature-rail--quote p,
.notice-card p {
  color: rgba(236, 241, 247, 0.78);
}

.editorial-aside--cards {
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.rule-article {
  padding: 18px 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
}

.rule-article__body {
  display: grid;
  gap: 10px;
}

.surface-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.surface-card__icon svg {
  width: 20px;
  height: 20px;
}

.auth-surface,
.auth-card,
.account-summary {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.auth-surface,
.auth-card,
.account-summary {
  padding: 22px;
}

.auth-surface {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.field input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 9, 12, 0.9);
  color: var(--text);
}

.field input:focus-visible {
  outline: 1px solid rgba(145, 182, 255, 0.56);
  outline-offset: 1px;
}

.auth-card__email {
  display: grid;
  gap: 12px;
}

.account-summary strong {
  font-family: var(--font-display);
  font-size: 1.32rem;
  line-height: 1.06;
}
.account-code {
  font-family: var(--font-display);
  font-size: 0.82rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-all;
}

.account-summary--management {
  gap: 16px;
}

.account-summary__grid,
.account-actions,
.panel-area-card__head {
  display: grid;
  gap: 12px;
}

.account-summary__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.login-stage {
  width: min(1120px, calc(100vw - 64px));
  margin: 0 auto;
  padding-top: 14px;
  display: grid;
  gap: 20px;
}

.login-stage__frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 420px);
  align-items: start;
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(28px, 4vw, 46px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(9, 11, 15, 0.86), rgba(6, 8, 11, 0.72));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.login-stage__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(72% 72% at 14% 18%, rgba(145, 182, 255, 0.08), transparent 72%),
    radial-gradient(72% 72% at 88% 14%, rgba(215, 161, 107, 0.06), transparent 72%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 30px 30px, 30px 30px;
  opacity: 0.24;
  pointer-events: none;
}

.login-stage__intro,
.login-stage__panel,
.login-stage__highlights,
.login-stage__card {
  display: grid;
  gap: 16px;
}

.login-stage__intro {
  max-width: 520px;
  align-content: start;
  gap: 14px;
  padding-top: 6px;
}

.login-stage__intro h1 {
  max-width: 10ch;
  font-size: clamp(2.35rem, 4.8vw, 4.2rem);
  line-height: 0.97;
}

.login-stage__intro .page-hero__text {
  max-width: 46ch;
  font-size: 0.98rem;
}

.login-stage__panel {
  position: relative;
  z-index: 1;
  align-self: stretch;
}

.login-stage__panel .auth-card,
.login-stage__panel .account-summary {
  min-height: 100%;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.024));
}

.login-stage__highlights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.login-stage__card {
  min-height: 100%;
}

.login-stage__card ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
}

.forum-nav-shell {
  width: var(--content);
  margin: 28px auto 0;
}

.forum-nav,
.forum-composer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.forum-nav__link,
.forum-nav__action,
.forum-category__last,
.forum-thread__last,
.forum-thread__headline a {
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
}

.forum-nav__link,
.forum-nav__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(232, 237, 244, 0.78);
  font-size: 0.88rem;
}

.forum-nav__link:hover,
.forum-nav__action:hover,
.forum-nav__link:focus-visible,
.forum-nav__action:focus-visible,
.forum-thread__headline a:hover,
.forum-thread__headline a:focus-visible,
.forum-category__last:hover,
.forum-category__last:focus-visible,
.forum-thread__last:hover,
.forum-thread__last:focus-visible {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.forum-nav__link.is-active,
.forum-nav__action {
  background: linear-gradient(135deg, rgba(145, 182, 255, 0.16), rgba(215, 161, 107, 0.1));
}

.forum-nav__action {
  margin-left: auto;
}

.forum-board,
.forum-thread-list,
.forum-posts,
.forum-category__title,
.forum-thread__main,
.forum-thread__headline,
.forum-composer,
.forum-field {
  display: grid;
  gap: 12px;
}

.forum-category,
.forum-thread,
.forum-post,
.forum-composer {
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.forum-category__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.forum-category__metrics,
.forum-thread__stats,
.forum-composer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.forum-category__metrics div,
.forum-thread__stats div {
  display: grid;
  gap: 4px;
  min-width: 96px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.forum-category__metrics span,
.forum-thread__stats span,
.forum-category__access,
.forum-post__head span,
.forum-post__head time,
.forum-field span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.forum-category__metrics strong,
.forum-thread__stats strong,
.forum-post__head strong {
  color: var(--text);
}

.forum-category__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
}

.forum-category__last,
.forum-thread__last {
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.forum-thread {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: start;
}

.forum-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.forum-chip--official {
  border-color: rgba(145, 182, 255, 0.2);
  background: rgba(145, 182, 255, 0.14);
  color: rgba(235, 241, 248, 0.9);
}

.forum-chip--feedback {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.forum-chip--application {
  border-color: rgba(215, 161, 107, 0.2);
  background: rgba(215, 161, 107, 0.14);
  color: rgba(244, 231, 213, 0.9);
}

.forum-chip--event {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(236, 241, 247, 0.88);
}

.forum-post {
  gap: 14px;
}

.forum-post.is-lead {
  border-color: rgba(145, 182, 255, 0.2);
  background: linear-gradient(180deg, rgba(145, 182, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.forum-post__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.forum-post__head div {
  display: grid;
  gap: 4px;
}

.forum-field input,
.forum-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 9, 12, 0.9);
  color: var(--text);
}

.forum-field textarea {
  min-height: 160px;
  resize: vertical;
}

.forum-field input:focus-visible,
.forum-field textarea:focus-visible {
  outline: 1px solid rgba(145, 182, 255, 0.56);
  outline-offset: 1px;
}

.role-card.is-active,
.panel-area-card.is-available {
  border-color: rgba(145, 182, 255, 0.24);
  background: linear-gradient(180deg, rgba(145, 182, 255, 0.12), rgba(255, 255, 255, 0.03));
}

.panel-area-card__head {
  grid-template-columns: auto auto;
  align-items: start;
  justify-content: space-between;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.status-chip--active {
  border-color: rgba(145, 182, 255, 0.24);
  background: rgba(145, 182, 255, 0.16);
  color: rgba(238, 243, 250, 0.92);
}

.microcopy {
  line-height: 1.55;
}

.microcopy--muted {
  color: var(--text-muted);
}

.microcopy--notice {
  color: rgba(244, 231, 212, 0.88);
}

.rules-stack {
  display: grid;
  gap: 14px;
}

.rp-footer {
  margin-top: clamp(72px, 10vw, 132px);
  padding-bottom: 36px;
}

.rp-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top center, rgba(145, 182, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.rp-footer__cluster,
.rp-footer__center {
  display: grid;
  gap: 12px;
}

.rp-footer__cluster a,
.rp-footer__utility a,
.page-back-link,
.preview-card a {
  transition: color var(--transition), transform var(--transition);
}

.rp-footer__cluster a:hover,
.rp-footer__utility a:hover,
.page-back-link:hover,
.preview-card a:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.rp-footer__center {
  justify-items: center;
  text-align: center;
  width: min(360px, 100%);
}

.rp-footer__mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rp-footer__center strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1;
}

.rp-footer__center span {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.rp-footer__center p {
  max-width: 34ch;
}

.rp-footer__center small {
  color: var(--text-muted);
}

@keyframes rpTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) {
  .preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forum-thread {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .forum-thread__last {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
  }

  .fact-grid,
  .statement-list,
  .preview-grid--three,
  .pillar-grid,
  .timeline-grid,
  .surface-grid,
  .role-grid,
  .panel-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-shell--split,
  .section-shell--feature,
  .rp-footer__grid {
    grid-template-columns: 1fr;
  }

  .rp-footer__center {
    width: 100%;
  }
}

@media (max-width: 980px) {
  :root {
    --container: min(100vw - 32px, 100%);
    --content: min(100vw - 32px, 100%);
    --content-narrow: min(100vw - 32px, 100%);
    --header-height: 78px;
    --space-shell-plane-opacity-left: 0.8;
    --space-shell-plane-opacity-right: 0.76;
    --space-shell-rib-opacity-left: 0.66;
    --space-shell-rib-opacity-right: 0.6;
    --space-shell-atmosphere-opacity: 0.62;
  }

  [data-page-root] {
    padding-top: calc(var(--topbar-height) + var(--header-height) + 20px);
  }

  body[data-page='login'] [data-page-root] {
    padding-top: calc(var(--header-height) + 18px);
  }

  .rp-header-shell__inner {
    grid-template-columns: auto auto;
    gap: 14px;
  }

  .rp-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    width: 100%;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid var(--line-strong);
    background: rgba(8, 10, 14, 0.98);
    box-shadow: var(--shadow);
    display: grid;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity var(--transition), transform var(--transition);
  }

  body.nav-open .rp-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .rp-nav__link {
    justify-content: flex-start;
    min-height: 44px;
  }

  .rp-nav-toggle {
    display: inline-flex;
  }

  .rp-account-trigger__copy span {
    display: none;
  }

  .account-summary__grid,
  .account-actions,
  .rp-account-panel__meta,
  .forum-composer__grid {
    grid-template-columns: 1fr;
  }

  .login-stage__frame,
  .login-stage__highlights {
    grid-template-columns: 1fr;
  }

  .forum-category__head,
  .forum-category__footer,
  .forum-thread {
    grid-template-columns: 1fr;
  }

  .forum-category__last,
  .forum-thread__last {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 760px) {
  :root {
    --space-shell-frame-opacity: 0.68;
    --space-shell-veil-opacity: 0.78;
    --space-shell-plane-opacity-left: 0.64;
    --space-shell-plane-opacity-right: 0.58;
    --space-shell-rib-opacity-left: 0.48;
    --space-shell-rib-opacity-right: 0.42;
    --space-shell-atmosphere-opacity: 0.5;
  }

  h1 {
    font-size: clamp(2.6rem, 12vw, 4.2rem);
  }

  .page-hero__headline {
    flex-direction: column;
  }

  .page-hero__headline h1 {
    max-width: 100%;
  }

  .fact-grid,
  .preview-grid,
  .preview-grid--three,
  .pillar-grid,
  .timeline-grid,
  .timeline-grid--phases,
  .statement-list,
  .surface-grid,
  .role-grid,
  .panel-area-grid {
    grid-template-columns: 1fr;
  }

  .rp-topbar__inner,
  .rp-header-shell__inner,
  .page-hero,
  .section-shell,
  .rp-footer,
  .forum-nav-shell {
    width: min(100vw - 32px, 100%);
  }

  .rp-topbar__label {
    display: none;
  }

  .rp-header-shell__actions {
    gap: 8px;
  }

  .rp-account-trigger {
    padding-inline: 10px;
  }

  .rp-ip-trigger {
    padding-inline: 10px;
  }

  .rp-account-trigger__copy strong {
    font-size: 0.82rem;
  }

  .rp-account-panel,
  .rp-ip-panel {
    width: min(100vw - 32px, 360px);
  }

  .forum-nav__action {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .page-hero--with-icon .page-hero__text,
  .page-hero--with-icon .page-hero__support {
    padding-left: 0;
  }

  .rp-header-link,
  .rp-header-cta {
    display: none;
  }

  .rule-article {
    grid-template-columns: 1fr;
  }

  .forum-category,
  .forum-thread,
  .forum-post,
  .forum-composer {
    padding: 18px;
  }

  .login-stage {
    width: min(100vw - 32px, 100%);
    padding-top: 6px;
  }

  .forum-post__head {
    flex-direction: column;
  }

  .login-stage__frame {
    padding: 22px;
  }

  .login-stage__intro h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 9vw, 3.15rem);
  }

  .login-stage__intro .page-hero__text {
    max-width: 100%;
  }

  .rp-footer__grid {
    padding: 24px;
  }
}
