:root {
  color-scheme: dark;
  --bg: #07080b;
  --bg-2: #0b0d12;
  --text: #eef1f6;
  --muted: #98a2b3;
  --soft: #d8dde7;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(52, 231, 217, 0.34);
  --panel: rgba(11, 13, 18, 0.62);
  --panel-strong: rgba(11, 13, 18, 0.88);
  --cyan: #34e7d9;
  --green: #70ffb8;
  --violet: #7c5cff;
  --orange: #ffb020;
  --danger: #ff6b6b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 8%, rgba(52, 231, 217, 0.18), transparent 29%),
    radial-gradient(circle at 84% 18%, rgba(124, 92, 255, 0.16), transparent 28%),
    radial-gradient(circle at 68% 72%, rgba(255, 176, 32, 0.08), transparent 28%),
    linear-gradient(180deg, #07080b 0%, #0a0c11 48%, #050609 100%),
    var(--bg);
  color: var(--text);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-page="home"] .account,
body[data-page="home"] .admin {
  display: none;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 8, 11, 0.92), rgba(11, 13, 18, 0.38) 48%, rgba(7, 8, 11, 0.9)),
    linear-gradient(180deg, rgba(52, 231, 217, 0.08), rgba(7, 8, 11, 0.92) 82%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(52, 231, 217, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 231, 217, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 72%);
}

#liquid-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  filter: saturate(0.62) contrast(0.78);
}

.topbar,
main,
.footer {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 5, 8, 0.86);
  backdrop-filter: blur(14px);
}

.brand,
.nav,
.actions,
.trust-row,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.brand-logo {
  display: block;
  flex: 0 0 36px;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  inline-size: 36px;
  block-size: 36px;
  border: 1px solid rgba(119, 237, 255, 0.45);
  border-radius: 8px;
  background: rgba(119, 237, 255, 0.08);
  object-fit: cover;
  box-shadow: 0 0 22px rgba(119, 237, 255, 0.16);
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(119, 237, 255, 0.55);
  background: rgba(119, 237, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(119, 237, 255, 0.08);
  color: var(--cyan);
}

.nav {
  gap: 4px;
}

.nav a {
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
}

.nav a:hover {
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-toggle,
.topbar-login {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.lang-toggle {
  min-width: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
  cursor: pointer;
}

.topbar-login {
  padding: 0 14px;
  border: 1px solid rgba(119, 237, 255, 0.34);
  background: rgba(119, 237, 255, 0.08);
}

.section {
  width: min(1200px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 112px 0;
  opacity: 1;
  transform: none;
  transition: none;
}

.section.is-visible,
.hero,
.account {
  opacity: 1;
  transform: none;
}

.hero {
  display: grid;
  min-height: auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  padding-top: 122px;
  padding-bottom: 6px;
}

#features {
  padding-top: 32px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(38px, 5.25vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  max-width: 880px;
  font-size: clamp(34px, 5.6vw, 66px);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.18;
}

.lead {
  max-width: 720px;
  color: var(--soft);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.48;
}

.actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  text-align: center;
  white-space: normal;
}

.button[hidden] {
  display: none;
}

.button.primary {
  border-color: rgba(119, 237, 255, 0.48);
  background: linear-gradient(135deg, rgba(119, 237, 255, 0.98), rgba(166, 255, 202, 0.94));
  color: #031017;
  box-shadow: 0 14px 34px rgba(119, 237, 255, 0.16);
}

.button.ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.trust-row {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.trust-row span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
}

.app-hero,
.screen-card,
.card,
.step,
.price-card,
.account-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.app-hero {
  position: relative;
  overflow: hidden;
  border-color: var(--line-strong);
  border-radius: 8px;
  transform: perspective(1400px) rotateY(-4deg) rotateX(1.5deg);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(119, 237, 255, 0.08);
}

.app-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 70%, rgba(119, 237, 255, 0.08)),
    linear-gradient(180deg, transparent 64%, rgba(2, 5, 8, 0.64));
}

.app-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: left top;
}

.hero-stat {
  position: absolute;
  z-index: 2;
  width: min(230px, 46%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(3, 7, 12, 0.76);
  padding: 13px 14px;
  backdrop-filter: blur(12px);
}

.hero-stat.top {
  top: 18px;
  right: 18px;
}

.hero-stat.bottom {
  left: 18px;
  bottom: 18px;
}

.hero-stat b {
  display: block;
  color: var(--cyan);
  font-size: 18px;
}

.hero-stat span {
  color: var(--muted);
  font-size: 12px;
}

.section-head {
  margin-bottom: 34px;
}

.compact-head {
  max-width: 980px;
}

.section-head p:not(.eyebrow),
.card p,
.step span,
.price-card p,
figcaption span {
  color: var(--muted);
  line-height: 1.6;
}

.showcase .section-head {
  max-width: 930px;
}

.proof-row {
  display: grid;
  grid-template-columns: 0.72fr 0.9fr 1.2fr;
  gap: 12px;
  margin: -10px 0 18px;
}

.proof-row div {
  min-height: 104px;
  border: 1px solid rgba(119, 237, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 17px;
}

.proof-row b,
.proof-row span {
  display: block;
}

.proof-row b {
  margin-bottom: 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-row span {
  color: var(--soft);
  line-height: 1.45;
}

.feature-walkthrough {
  padding-bottom: 48px;
}

.product-proof {
  margin-bottom: 34px;
}

.feature-story-list {
  display: grid;
  gap: 28px;
}

.feature-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  min-height: 520px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(119, 237, 255, 0.08), transparent 36%),
    rgba(5, 11, 18, 0.62);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.feature-story.reverse {
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
}

.feature-story.reverse .feature-story-copy {
  order: 2;
}

.feature-story.reverse .feature-shot {
  order: 1;
}

.trial-story {
  border-color: rgba(166, 255, 202, 0.32);
  background:
    linear-gradient(135deg, rgba(166, 255, 202, 0.09), transparent 40%),
    rgba(5, 11, 18, 0.66);
}

.feature-story-copy {
  display: grid;
  gap: 14px;
  align-content: center;
}

.feature-story-copy h3 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
}

.feature-story-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--soft);
  font-size: 17px;
  line-height: 1.62;
}

.feature-shot {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(3, 7, 12, 0.78);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(119, 237, 255, 0.06);
}

.feature-shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: left top;
}

.how-to {
  margin-top: 4px;
  padding: 18px;
  border: 1px solid rgba(166, 255, 202, 0.22);
  border-radius: 8px;
  background: rgba(166, 255, 202, 0.055);
}

.how-to b {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.how-to ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 19px;
  color: var(--muted);
  line-height: 1.45;
}

.screen-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 16px;
}

.screen-card {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
}

.screen-card.large {
  grid-row: span 3;
}

.screen-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.screen-card.large img {
  aspect-ratio: 16 / 10.5;
}

figcaption {
  display: grid;
  gap: 4px;
  padding: 16px 18px 18px;
}

figcaption b {
  font-size: 17px;
}

.cards,
.admin-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  min-height: 244px;
  padding: 22px;
  border-radius: 8px;
}

.icon {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 40px;
  align-items: start;
}

.sticky-copy {
  position: sticky;
  top: 108px;
}

.timeline {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: 20px;
  border-radius: 8px;
}

.step b {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(119, 237, 255, 0.42);
  background: rgba(119, 237, 255, 0.08);
  color: var(--cyan);
}

.pricing {
  padding-top: 80px;
}

.price-card {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 26px;
  align-items: center;
  padding: 28px;
  border-radius: 8px;
  background: var(--panel-strong);
}

.price {
  min-width: 165px;
  text-align: right;
}

.price span,
.price small {
  display: block;
  color: var(--muted);
}

.price b {
  display: block;
  color: var(--green);
  font-size: 44px;
}

.pricing-actions {
  display: grid;
  justify-items: stretch;
  gap: 8px;
}

.steam-trade-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 22px;
  align-items: start;
  margin-top: 16px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.steam-trade-copy h3 {
  margin-bottom: 10px;
}

.steam-trade-fields {
  display: grid;
  gap: 12px;
}

.steam-trade-fields label {
  display: grid;
  gap: 8px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
}

.steam-trade-fields input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  padding: 0 13px;
  font: inherit;
  outline: none;
}

.steam-trade-fields input:focus {
  border-color: rgba(119, 237, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(119, 237, 255, 0.12);
}

.download-link {
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.download-link:hover {
  color: var(--cyan);
}

.download-meta {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  text-align: center;
}

.account-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 16px;
  align-items: stretch;
}

.account-panel {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 100%;
  padding: 24px;
  border-radius: 8px;
  background: var(--panel-strong);
}

.account-panel h3,
.account-panel h4 {
  margin-bottom: 8px;
}

.account-panel h4 {
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-panel label {
  display: grid;
  gap: 8px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
}

.account-panel input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  padding: 0 13px;
  font: inherit;
  outline: none;
}

.account-panel input:focus {
  border-color: rgba(119, 237, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(119, 237, 255, 0.12);
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-message.error {
  color: var(--danger);
}

.form-message.success {
  color: var(--green);
}

.profile-card[data-state="active"] {
  border-color: rgba(166, 255, 202, 0.36);
}

.profile-card[data-state="expired"],
.profile-card[data-state="past_due"] {
  border-color: rgba(255, 179, 95, 0.42);
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.profile-stats div {
  min-height: 92px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.profile-stats dt {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-stats dd {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  font-weight: 850;
}

.profile-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 12px 13px;
  color: var(--soft);
}

.profile-list span {
  color: var(--muted);
}

.device-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.device-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 12px 13px;
}

.device-list b,
.device-list span {
  display: block;
}

.device-list span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.device-revoke {
  min-height: 34px;
  border: 1px solid rgba(255, 111, 143, 0.36);
  border-radius: 8px;
  background: rgba(255, 111, 143, 0.08);
  color: #ffb6c6;
  padding: 0 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.device-revoke:hover:not(:disabled) {
  border-color: rgba(255, 111, 143, 0.72);
  background: rgba(255, 111, 143, 0.16);
}

.device-revoke:disabled {
  cursor: wait;
  opacity: 0.6;
}

.admin-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 16px;
}

.admin-shell .account-panel {
  min-height: 0;
}

.admin-login-panel[hidden],
.admin-workspace[hidden] {
  display: none;
}

.admin-workspace {
  display: grid;
  gap: 16px;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
}

.admin-toolbar label {
  flex: 1 1 240px;
}

.admin-toolbar .button {
  min-height: 46px;
}

.admin-period {
  max-width: 140px;
}

.admin-period select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  padding: 0 12px;
  font: inherit;
}

.steam-guard-panel {
  border-color: rgba(124, 92, 255, 0.38);
  background:
    radial-gradient(circle at 92% 4%, rgba(124, 92, 255, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.04);
}

.steam-guard-heading {
  align-items: start;
  justify-content: space-between;
}

.steam-guard-heading > div {
  max-width: 720px;
}

.steam-guard-heading p:not(.eyebrow) {
  margin: 6px 0 0;
  color: var(--muted);
}

.steam-guard-badge {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 8px 11px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.steam-guard-badge.warn {
  border-color: rgba(255, 207, 102, 0.42);
  background: rgba(255, 207, 102, 0.1);
  color: #ffe1a0;
}

.steam-guard-badge.ok {
  border-color: rgba(166, 255, 202, 0.38);
  background: rgba(166, 255, 202, 0.09);
  color: var(--green);
}

.steam-guard-form {
  display: grid;
  grid-template-columns: minmax(180px, 280px) auto;
  gap: 10px;
  align-items: end;
}

.steam-guard-form input {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 19px;
  font-weight: 800;
}

.steam-guard-status {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.steam-guard-status.warn {
  color: #ffe1a0;
}

.steam-guard-status.ok {
  color: var(--green);
}

.steam-guard-status.error {
  color: #ffb6c6;
}

.steam-guard-note {
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 620px) {
  .steam-guard-form {
    grid-template-columns: 1fr;
  }

  .steam-guard-form .button {
    width: 100%;
  }
}

.monitoring-status {
  color: var(--muted);
  font-size: 13px;
}

.monitoring-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.monitoring-card {
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 13px;
  overflow: hidden;
}

.monitoring-card.ok {
  border-color: rgba(166, 255, 202, 0.34);
  background: rgba(166, 255, 202, 0.07);
}

.monitoring-card.warn {
  border-color: rgba(255, 207, 102, 0.42);
  background: rgba(255, 207, 102, 0.08);
}

.monitoring-card span,
.monitoring-card small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.monitoring-card b {
  display: block;
  margin: 7px 0;
  color: var(--text);
  font-size: 21px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.monitoring-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.monitoring-columns h4 {
  margin: 0 0 8px;
  font-size: 14px;
}

.monitoring-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.monitoring-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  padding: 9px 10px;
  font-size: 12px;
}

.monitoring-list span {
  overflow-wrap: anywhere;
  color: var(--muted);
}

.monitoring-list b {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

.subscription-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.subscription-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 13px;
}

.subscription-list b,
.subscription-list span {
  display: block;
}

.subscription-list span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.subscription-actions {
  display: flex;
  gap: 8px;
}

.subscription-actions button {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  padding: 0 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.subscription-actions .revoke {
  border-color: rgba(255, 111, 143, 0.42);
  color: #ffb6c6;
}

.steam-trade-list li {
  align-items: start;
}

.steam-trade-list small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.issued-key {
  border: 1px solid rgba(166, 255, 202, 0.32);
  border-radius: 8px;
  background: rgba(166, 255, 202, 0.07);
  padding: 13px;
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.admin-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-grid .card {
  min-height: 220px;
}

.footer {
  justify-content: space-between;
  width: min(1200px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 34px 0 48px;
  color: var(--muted);
  font-size: 14px;
}

.topbar {
  border-bottom: 1px solid rgba(52, 231, 217, 0.18);
  background:
    linear-gradient(90deg, rgba(7, 8, 11, 0.96), rgba(11, 13, 18, 0.78)),
    rgba(7, 8, 11, 0.9);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.34);
}

.brand {
  font-family: Oswald, Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.brand-logo {
  border-color: rgba(52, 231, 217, 0.62);
  background: rgba(52, 231, 217, 0.1);
  box-shadow:
    0 0 0 1px rgba(52, 231, 217, 0.12),
    0 0 28px rgba(52, 231, 217, 0.2);
}

.nav a,
.lang-toggle,
.topbar-login {
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav a:hover,
.lang-toggle:hover,
.topbar-login:hover {
  border-color: rgba(52, 231, 217, 0.36);
  color: var(--cyan);
  background: rgba(52, 231, 217, 0.08);
}

.topbar-login {
  border-color: rgba(52, 231, 217, 0.34);
  background: rgba(52, 231, 217, 0.08);
}

.eyebrow,
.icon,
.proof-row b,
.how-to b,
.profile-stats dt,
.download-meta,
.issued-key {
  font-family: "JetBrains Mono", Consolas, monospace;
  letter-spacing: 0.08em;
}

.eyebrow,
.icon,
.proof-row b,
.how-to b {
  color: var(--cyan);
}

h1,
h2,
h3,
.price b,
.hero-stat b,
.profile-stats dd {
  font-family: Oswald, Manrope, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  text-wrap: balance;
}

h3 {
  letter-spacing: 0.01em;
}

.button,
.device-revoke,
.subscription-actions button {
  font-family: Oswald, Manrope, sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.button {
  min-height: 50px;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.button.primary {
  border-color: rgba(52, 231, 217, 0.78);
  background: linear-gradient(135deg, #34e7d9, #70ffb8);
  color: #061012;
  box-shadow:
    0 16px 36px rgba(52, 231, 217, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.button.ghost {
  border-color: rgba(124, 92, 255, 0.34);
  background: rgba(124, 92, 255, 0.09);
}

.trust-row span,
.proof-row div,
.profile-stats div,
.profile-list li,
.device-list li,
.subscription-list li {
  border-color: rgba(52, 231, 217, 0.14);
  background:
    linear-gradient(135deg, rgba(52, 231, 217, 0.055), transparent 44%),
    rgba(255, 255, 255, 0.035);
}

.app-hero,
.screen-card,
.card,
.step,
.price-card,
.account-panel,
.feature-story,
.feature-shot,
.steam-trade-panel {
  border-color: rgba(52, 231, 217, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(52, 231, 217, 0.075), transparent 34%),
    linear-gradient(315deg, rgba(124, 92, 255, 0.06), transparent 38%),
    var(--panel);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.app-hero,
.feature-shot,
.price-card,
.account-panel,
.feature-story,
.steam-trade-panel {
  position: relative;
}

.app-hero::after,
.feature-shot::after,
.price-card::after,
.account-panel::after,
.feature-story::after,
.steam-trade-panel::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 74px;
  height: 74px;
  pointer-events: none;
  content: "";
  border-top: 1px solid rgba(52, 231, 217, 0.42);
  border-right: 1px solid rgba(52, 231, 217, 0.42);
}

.app-hero::before,
.feature-shot::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px),
    linear-gradient(180deg, transparent 62%, rgba(7, 8, 11, 0.72));
}

.hero-stat {
  border-color: rgba(52, 231, 217, 0.26);
  background: rgba(7, 8, 11, 0.82);
}

.hero-stat b,
.price b {
  color: var(--cyan);
}

.feature-story.reverse,
.trial-story {
  border-color: rgba(255, 176, 32, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 176, 32, 0.08), transparent 38%),
    linear-gradient(315deg, rgba(124, 92, 255, 0.075), transparent 38%),
    var(--panel);
}

.step b {
  border-color: rgba(52, 231, 217, 0.46);
  background: rgba(52, 231, 217, 0.09);
  color: var(--cyan);
  font-family: "JetBrains Mono", Consolas, monospace;
}

.how-to,
.issued-key {
  border-color: rgba(112, 255, 184, 0.26);
  background: rgba(112, 255, 184, 0.06);
}

.steam-trade-fields label,
.account-panel label,
.admin-toolbar label {
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.steam-trade-fields input,
.account-panel input {
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(7, 8, 11, 0.7);
  font-family: Manrope, Inter, sans-serif;
}

.steam-trade-fields input:focus,
.account-panel input:focus {
  border-color: rgba(52, 231, 217, 0.78);
  box-shadow: 0 0 0 3px rgba(52, 231, 217, 0.12);
}

.profile-card[data-state="active"] {
  border-color: rgba(112, 255, 184, 0.42);
}

.profile-card[data-state="expired"],
.profile-card[data-state="past_due"] {
  border-color: rgba(255, 176, 32, 0.46);
}

.device-revoke,
.subscription-actions .revoke {
  border-color: rgba(255, 107, 107, 0.42);
  color: #ffc1c1;
}

.footer {
  border-top: 1px solid rgba(52, 231, 217, 0.12);
}

@media (max-width: 980px) {
  .topbar {
    position: absolute;
  }

  .nav {
    display: none;
  }

  .hero,
  .split,
  .feature-story,
  .feature-story.reverse,
  .price-card,
  .steam-trade-panel,
  .screen-grid,
  .account-grid,
  .proof-row {
    grid-template-columns: 1fr;
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .monitoring-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monitoring-columns {
    grid-template-columns: 1fr;
  }

  .app-hero {
    transform: none;
  }

  .feature-story.reverse .feature-story-copy,
  .feature-story.reverse .feature-shot {
    order: initial;
  }

  .cards,
  .feature-grid,
  .admin-grid,
  .profile-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticky-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .section {
    width: min(100vw - 24px, 1200px);
    padding: 84px 0;
  }

  .monitoring-grid {
    grid-template-columns: 1fr;
  }

  .monitoring-list li {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 112px;
    padding-bottom: 34px;
  }

  .cards,
  .feature-grid,
  .admin-grid,
  .profile-stats,
  .proof-row {
    grid-template-columns: 1fr;
  }

  .card,
  .admin-grid .card {
    min-height: auto;
  }

  .feature-story {
    min-height: auto;
    padding: 18px;
  }

  .step {
    grid-template-columns: 1fr;
  }

  .price,
  .price-card {
    text-align: left;
  }

  .pricing-actions {
    justify-items: start;
  }

  .download-link,
  .download-meta {
    text-align: left;
  }

  .hero-stat {
    position: absolute;
    width: min(245px, calc(100% - 20px));
    margin: 0;
    padding: 10px 11px;
  }

  .hero-stat.top {
    top: 10px;
    right: 10px;
  }

  .hero-stat.bottom {
    left: 10px;
    bottom: 10px;
  }

  .hero-stat b {
    font-size: 15px;
  }
}
