@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.prod.website-files.com/681245fe1b44393791f3960a/68124e13069943c190ab3065_Inter-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url("https://cdn.prod.website-files.com/681245fe1b44393791f3960a/68124e108d0afc34ec6a0a9c_Inter-Medium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url("https://cdn.prod.website-files.com/681245fe1b44393791f3960a/68124e104621ca8630f0d8c2_Inter-SemiBold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Calsans;
  font-style: normal;
  font-weight: 600;
  src: url("https://cdn.prod.website-files.com/681245fe1b44393791f3960a/68124e106bde6e720d8cbbac_CalSans-SemiBold.woff2") format("woff2");
}

:root {
  --radius: 0.875rem;
  --background: #01030f;
  --foreground: #f8fbff;
  --card: rgba(24, 10, 6, 0.76);
  --primary: #fe4b13;
  --primary-foreground: #ffffff;
  --primary-soft: rgba(254, 75, 19, 0.14);
  --secondary: rgba(255, 255, 255, 0.06);
  --muted: rgba(255, 255, 255, 0.07);
  --muted-foreground: #f1d9cd;
  --border: rgba(255, 167, 118, 0.16);
  --input: rgba(255, 255, 255, 0.08);
  --gradient-primary: linear-gradient(135deg, #fe4b13 0%, #ff8a3d 100%);
  --gradient-soft: linear-gradient(180deg, rgba(38, 16, 10, 0.82), rgba(12, 5, 3, 0.94));
  --glass: rgba(22, 9, 5, 0.64);
  --glass-strong: rgba(28, 12, 7, 0.9);
  --shadow-card: 0 1px 0 rgba(255, 255, 255, 0.06), 0 24px 70px -38px rgba(0, 0, 0, 0.9);
  --shadow-elevated: 0 36px 90px -48px rgba(254, 75, 19, 0.65), 0 18px 54px -40px rgba(0, 0, 0, 0.95);
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Calsans", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(254, 75, 19, 0.34), transparent 34rem),
    radial-gradient(circle at 18% 8%, rgba(255, 138, 61, 0.18), transparent 28rem),
    radial-gradient(circle at 86% 14%, rgba(255, 188, 104, 0.11), transparent 26rem),
    var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

button,
input {
  font: inherit;
}

svg {
  display: block;
}

.site {
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
}

.section-anchor {
  scroll-margin-top: 88px;
}

.glass {
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.75), var(--shadow-card);
  backdrop-filter: blur(22px) saturate(1.35);
}

.header {
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
  padding: 14px 0;
}

.nav-shell {
  align-items: center;
  border-radius: 999px;
  display: flex;
  height: 62px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 980px;
  padding: 0 18px;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 9px;
}

.brand-mark {
  align-items: center;
  background: var(--gradient-primary);
  border-radius: calc(var(--radius) - 3px);
  color: var(--primary-foreground);
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.brand-text {
  color: var(--foreground);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-text span,
.primary-text {
  color: var(--primary);
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 26px;
}

.desktop-nav a,
.login-link {
  color: var(--muted-foreground);
  font-size: 14px;
  font-weight: 700;
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.login-link:hover,
.footer a:hover {
  color: var(--foreground);
}

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

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 9px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  padding: 0 26px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button svg {
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 16px;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gradient-primary);
  box-shadow: 0 14px 30px -18px #fe4b13, inset 0 1px rgba(255, 255, 255, 0.28);
  color: var(--primary-foreground);
}

.button-primary::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  content: "";
  inset: 0 auto 0 -55%;
  position: absolute;
  transform: skewX(-16deg);
  width: 42%;
}

.button-primary:hover::after {
  animation: button-shine 780ms ease;
}

.button-glass {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8), var(--shadow-card);
  color: var(--foreground);
  backdrop-filter: blur(18px);
}

.button-small {
  height: 38px;
  padding: 0 17px;
  font-size: 14px;
}

.menu-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--foreground);
  cursor: pointer;
  display: none;
  height: 38px;
  justify-content: center;
  padding: 0;
  width: 38px;
}

.menu-button svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 21px;
}

.mobile-nav {
  border-radius: 22px;
  display: none;
  margin: 8px 16px 0;
  padding: 16px;
}

.hero {
  overflow: hidden;
  position: relative;
}

.hero-liquid {
  animation: liquid-drift 12s ease-in-out infinite alternate;
  background:
    radial-gradient(circle at 52% 28%, rgba(254, 75, 19, 0.16), transparent 22rem),
    radial-gradient(circle at 18% 84%, rgba(255, 196, 128, 0.22), transparent 22rem);
  filter: blur(4px);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.hero-inner {
  padding-bottom: 96px;
  padding-top: 92px;
  text-align: center;
}

.hero-copy {
  margin: 0 auto;
  max-width: 960px;
}

.eyebrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  box-shadow: var(--shadow-card);
  color: var(--primary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  padding: 7px 13px;
  backdrop-filter: blur(18px);
}

.eyebrow svg {
  fill: none;
  height: 15px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 15px;
}

.hero h1,
.section-heading h2,
.split-heading h2,
.cta-panel h2 {
  font-family: var(--font-display);
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(48px, 7.4vw, 86px);
  font-weight: 850;
  line-height: 0.98;
  margin: 24px auto 0;
  max-width: 1100px;
  text-wrap: balance;
}

.hero-lede {
  color: var(--muted-foreground);
  font-size: 20px;
  margin: 24px auto 0;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
}

.hero-proof {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}

.hero-proof span {
  align-items: center;
  color: var(--muted-foreground);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 7px;
}

.hero-proof svg {
  fill: none;
  height: 16px;
  stroke: var(--primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  width: 16px;
}

.dashboard-stage {
  margin-top: 62px;
  position: relative;
}

.dashboard-aura {
  animation: aura-pulse 5.2s ease-in-out infinite;
  background: var(--gradient-primary);
  border-radius: 42px;
  filter: blur(58px);
  inset: -34px 12%;
  opacity: 0.18;
  position: absolute;
  z-index: -1;
}

.floating-chip {
  animation: floaty 5s ease-in-out infinite;
  border-radius: 999px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  padding: 10px 14px;
  position: absolute;
  z-index: 3;
}

.chip-left {
  left: 7%;
  top: 18%;
}

.chip-right {
  animation-delay: 1.2s;
  right: 6%;
  top: 28%;
}

.mission-window {
  border-radius: 28px;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.mission-window::before {
  animation: panel-scan 5.5s linear infinite;
  background: linear-gradient(90deg, transparent, rgba(254, 75, 19, 0.1), transparent);
  content: "";
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  transform: skewX(-12deg);
  width: 48%;
  z-index: 2;
}

.window-bar {
  align-items: center;
  background: rgba(255, 255, 255, 0.54);
  border-bottom: 1px solid rgba(255, 255, 255, 0.68);
  display: flex;
  gap: 18px;
  height: 58px;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}

.window-dots {
  display: flex;
  gap: 8px;
}

.window-dots span {
  border-radius: 999px;
  height: 11px;
  width: 11px;
}

.window-dots span:nth-child(1) {
  background: #ff5f57;
}

.window-dots span:nth-child(2) {
  background: #febc2e;
}

.window-dots span:nth-child(3) {
  background: #28c840;
}

.window-title {
  color: var(--muted-foreground);
  font-size: 13px;
  font-weight: 900;
}

.credits-pill,
.mini-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  padding: 7px 11px;
}

.credits-pill svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 14px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 560px;
}

.dashboard-sidebar {
  background: rgba(255, 255, 255, 0.44);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding: 24px 18px;
}

.sidebar-brand {
  align-items: center;
  display: flex;
  font-weight: 900;
  gap: 10px;
  margin-bottom: 24px;
}

.sidebar-brand span {
  align-items: center;
  background: var(--gradient-primary);
  border-radius: 10px;
  color: #fff;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.dashboard-sidebar a {
  border-radius: 14px;
  color: var(--muted-foreground);
  display: block;
  font-size: 14px;
  font-weight: 900;
  padding: 11px 12px;
}

.dashboard-sidebar a.active,
.dashboard-sidebar a:hover {
  background: rgba(255, 255, 255, 0.72);
  color: var(--foreground);
}

.dashboard-main {
  padding: 28px;
}

.dashboard-header,
.panel-head,
.tracking-head {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.section-kicker {
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dashboard-header h2,
.panel-head h3,
.tracking-head h3 {
  font-size: 24px;
  letter-spacing: 0;
  margin: 0;
}

.stat-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 22px;
}

.stat-card,
.campaign-panel,
.ai-panel,
.tracking-card,
.problem-card,
.format-card,
.pricing-card,
.cta-panel {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.78), var(--shadow-card);
  backdrop-filter: blur(20px) saturate(1.25);
}

.stat-card {
  border-radius: 18px;
  padding: 16px;
}

.stat-card span,
.plan-label,
.problem-card p,
.format-card p,
.tracking-card p,
.credit-card li {
  color: var(--muted-foreground);
}

.stat-card span {
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.stat-card strong {
  display: block;
  font-size: 23px;
  margin-top: 4px;
}

.dashboard-panels {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.15fr 0.85fr;
  margin-top: 12px;
}

.campaign-panel,
.ai-panel {
  border-radius: 22px;
  padding: 18px;
}

.panel-head span,
.tracking-head span {
  background: var(--primary-soft);
  border-radius: 999px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  padding: 6px 10px;
}

.campaign-table {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.table-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 14px;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  grid-template-columns: 1.3fr 0.75fr 0.45fr 0.55fr;
  padding: 10px 12px;
}

.table-head {
  background: transparent;
  border-color: transparent;
  color: var(--muted-foreground);
  font-size: 11px;
  text-transform: uppercase;
}

.good,
.warn,
.risk {
  border-radius: 999px;
  justify-self: start;
  padding: 4px 8px;
}

.good {
  background: oklch(96% 0.04 150);
  color: oklch(48% 0.13 150);
}

.warn {
  background: oklch(96% 0.05 75);
  color: oklch(54% 0.15 75);
}

.risk {
  background: oklch(96.9% 0.015 12.422);
  color: oklch(58.6% 0.253 17.585);
}

.action-stack {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.action-item {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  padding: 12px;
}

.action-item strong {
  display: block;
}

.action-item p {
  color: var(--muted-foreground);
  font-size: 13px;
  margin: 4px 0 0;
}

.signal-chart {
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  height: 170px;
  margin-top: 12px;
  overflow: hidden;
  padding: 8px 12px 0;
}

.signal-chart svg {
  height: 100%;
  width: 100%;
}

.signal-area {
  fill: url("#signalFill");
}

.signal-line,
.lost-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signal-line {
  animation: draw-line 1.9s ease both;
  stroke: var(--primary);
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  stroke-width: 4;
}

.lost-line {
  animation: draw-line 1.8s 160ms ease both;
  stroke: rgba(80, 80, 80, 0.34);
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  stroke-width: 2.5;
}

.band {
  background: rgba(255, 255, 255, 0.44);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.section-block {
  padding-bottom: 92px;
  padding-top: 92px;
}

.section-heading {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.section-heading h2,
.split-heading h2 {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 850;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}

.section-heading p,
.split-heading p {
  color: var(--muted-foreground);
  font-size: 18px;
  margin: 14px 0 0;
}

.split-heading {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
}

.problem-grid,
.tracking-grid,
.format-grid {
  display: grid;
  gap: 16px;
  margin-top: 48px;
}

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

.problem-card {
  border-radius: 24px;
  padding: 26px;
}

.problem-card span {
  color: var(--primary);
  display: block;
  font-size: 36px;
  font-weight: 900;
}

.problem-card h3,
.format-card h3 {
  font-size: 20px;
  margin: 16px 0 0;
}

.problem-card p,
.format-card p {
  margin: 8px 0 0;
}

.tracking-grid {
  grid-template-columns: 1.1fr 0.9fr 1fr;
}

.tracking-card {
  border-radius: 26px;
  min-height: 330px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.tracking-card::after,
.format-card::after,
.pricing-card::after {
  animation: panel-scan 6s linear infinite;
  background: linear-gradient(90deg, transparent, rgba(254, 75, 19, 0.09), transparent);
  content: "";
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  transform: skewX(-14deg);
  width: 48%;
}

.event-stream {
  display: grid;
  gap: 11px;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}

.event-row {
  align-items: center;
  animation: event-rise 5.8s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  grid-template-columns: 40px 1fr auto;
  padding: 12px;
}

.event-row:nth-child(2) {
  animation-delay: 350ms;
}

.event-row:nth-child(3) {
  animation-delay: 700ms;
}

.event-row:nth-child(4) {
  animation-delay: 1050ms;
}

.avatar {
  align-items: center;
  background: var(--gradient-primary);
  border-radius: 999px;
  color: white;
  display: flex;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.event-row small,
.event-row em {
  color: var(--muted-foreground);
  display: block;
  font-size: 13px;
  font-style: normal;
}

.event-row em {
  font-weight: 900;
}

.accuracy-bars {
  display: grid;
  gap: 24px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
}

.accuracy-bars span,
.accuracy-bars strong {
  display: block;
}

.accuracy-bars span {
  color: var(--muted-foreground);
  font-size: 13px;
}

.accuracy-bars strong {
  font-size: 34px;
  line-height: 1;
  margin: 6px 0 10px;
}

.accuracy-track,
.pushback-diagram span {
  background: color-mix(in oklch, var(--primary) 13%, white);
  border-radius: 999px;
  overflow: hidden;
}

.accuracy-track {
  height: 12px;
}

.accuracy-track i {
  animation: accuracy-fill 1.3s ease both;
  background: var(--gradient-primary);
  border-radius: inherit;
  display: block;
  height: 100%;
  transform-origin: left center;
}

.pushback-diagram {
  display: grid;
  gap: 11px;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}

.pushback-diagram div {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 17px;
  font-weight: 900;
  padding: 15px;
  text-align: center;
}

.pushback-diagram span {
  display: block;
  height: 10px;
  margin: 0 auto;
  position: relative;
  width: 78%;
}

.pushback-diagram span::before {
  animation: flow-dot 1.8s linear infinite;
  background: var(--primary);
  border-radius: inherit;
  content: "";
  height: 100%;
  left: -22px;
  position: absolute;
  width: 24px;
}

.tracking-card p {
  margin: 22px 0 0;
  position: relative;
  z-index: 1;
}

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

.format-card {
  border-radius: 24px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.format-card span {
  color: var(--primary);
  font-size: 30px;
  font-weight: 900;
}

.pricing-card {
  border-radius: 30px;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
  margin: 48px auto 0;
  max-width: 860px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.pricing-main,
.credit-card {
  position: relative;
  z-index: 1;
}

.plan-label {
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-row {
  align-items: baseline;
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.price-row strong {
  font-size: 72px;
  letter-spacing: 0;
  line-height: 1;
}

.price-row span {
  color: var(--muted-foreground);
  font-weight: 900;
}

.pricing-main p {
  color: var(--muted-foreground);
  margin: 18px 0 24px;
}

.credit-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  display: grid;
  gap: 22px;
  grid-template-columns: 150px 1fr;
  padding: 18px;
}

.credit-ring {
  --credits: 78;
  align-items: center;
  background: conic-gradient(var(--primary) calc(var(--credits) * 1%), color-mix(in oklch, var(--primary) 12%, white) 0);
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  position: relative;
  width: 150px;
}

.credit-ring::before {
  background: var(--glass-strong);
  border-radius: inherit;
  content: "";
  inset: 10px;
  position: absolute;
}

.credit-ring strong,
.credit-ring span {
  position: relative;
}

.credit-ring strong {
  font-size: 34px;
  line-height: 1;
}

.credit-ring span {
  color: var(--muted-foreground);
  font-size: 12px;
  font-weight: 900;
}

.credit-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.credit-card li {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
}

.credit-card li + li {
  margin-top: 11px;
}

.credit-card li::before {
  color: var(--primary);
  content: "\2713";
  font-weight: 900;
}

.cta {
  padding-bottom: 92px;
}

.cta-panel {
  border-radius: 32px;
  padding: 58px 28px;
  text-align: center;
}

.cta-panel h2 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.04;
  margin: 0;
}

.cta-panel p {
  color: var(--muted-foreground);
  font-size: 18px;
  margin: 16px auto 26px;
  max-width: 620px;
}

.footer {
  background: rgba(255, 255, 255, 0.52);
  border-top: 1px solid rgba(255, 255, 255, 0.76);
}

.footer-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding-bottom: 54px;
  padding-top: 54px;
}

.footer-brand p {
  color: var(--muted-foreground);
  max-width: 330px;
}

.footer h4 {
  margin: 0 0 16px;
}

.footer a:not(.brand) {
  color: var(--muted-foreground);
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.footer a + a {
  margin-top: 11px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.74);
}

.footer-bottom-inner {
  align-items: center;
  color: var(--muted-foreground);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding-bottom: 22px;
  padding-top: 22px;
}

.footer-bottom p {
  margin: 0;
}

.social-links {
  align-items: center;
  display: flex;
  gap: 18px;
}

.social-links a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff1ea;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  margin: 0;
  padding: 0;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
  width: 24px;
}

.social-links svg {
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.social-links a:nth-child(3) svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.social-links a + a {
  margin-top: 0;
}

.social-links a:hover {
  color: var(--primary);
  opacity: 1;
  transform: translateY(-1px);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stat-card.pulse {
  animation: metric-pop 420ms ease;
}

body.modal-open {
  overflow: hidden;
}

.glass {
  background: linear-gradient(145deg, rgba(30, 12, 7, 0.76), rgba(8, 3, 2, 0.58));
  border: 1px solid rgba(255, 167, 118, 0.18);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), var(--shadow-card);
  backdrop-filter: blur(28px) saturate(1.35);
}

.header {
  background: linear-gradient(180deg, rgba(1, 3, 15, 0.88), rgba(1, 3, 15, 0));
  backdrop-filter: blur(10px);
}

.nav-shell {
  background: rgba(18, 7, 4, 0.72);
  border-color: rgba(255, 188, 104, 0.18);
  border-radius: 18px;
  max-width: 1040px;
}

.brand-mark,
.sidebar-brand span,
.avatar {
  box-shadow: 0 16px 34px -18px rgba(254, 75, 19, 0.95), inset 0 1px rgba(255, 255, 255, 0.26);
}

.desktop-nav a,
.login-link {
  color: #f4c7b2;
  font-weight: 650;
}

.login-link {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 167, 118, 0.14);
  border-radius: 999px;
  padding: 10px 16px;
}

.button {
  font-weight: 760;
}

.button-primary {
  background: linear-gradient(135deg, #fe4b13 0%, #ff8a3d 100%);
  box-shadow: 0 18px 36px -20px rgba(254, 75, 19, 0.95), inset 0 1px rgba(255, 255, 255, 0.32);
}

.button-glass {
  background: rgba(18, 7, 4, 0.72);
  border-color: rgba(255, 188, 104, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), var(--shadow-card);
  color: var(--foreground);
}

.hero-liquid {
  background:
    radial-gradient(circle at 50% 18%, rgba(254, 75, 19, 0.28), transparent 25rem),
    radial-gradient(circle at 68% 48%, rgba(255, 138, 61, 0.13), transparent 22rem),
    radial-gradient(circle at 30% 82%, rgba(255, 80, 164, 0.08), transparent 18rem);
  filter: blur(2px);
}

.eyebrow {
  background: rgba(11, 22, 48, 0.72);
  border-color: rgba(255, 188, 104, 0.2);
  box-shadow: 0 18px 50px -38px rgba(254, 75, 19, 0.9);
  color: #fff0e8;
}

.hero h1 {
  color: #ffffff;
  font-size: clamp(50px, 7.8vw, 96px);
  max-width: 1000px;
  text-shadow: 0 22px 70px rgba(254, 75, 19, 0.22);
}

.hero-lede,
.hero-proof span {
  color: #d7c2b8;
}

.dashboard-stage::before,
.dashboard-stage::after {
  border: 1px solid rgba(254, 75, 19, 0.16);
  border-radius: 999px;
  content: "";
  height: 360px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 10px;
  transform: translateX(-50%) rotate(-8deg);
  width: min(86%, 980px);
  z-index: -1;
}

.dashboard-stage::before {
  animation: orbit-spin 18s linear infinite;
  box-shadow: 0 0 90px rgba(254, 75, 19, 0.12);
}

.dashboard-stage::after {
  animation: orbit-spin 24s linear infinite reverse;
  border-color: rgba(255, 138, 61, 0.14);
  height: 260px;
  top: 64px;
  width: min(62%, 720px);
}

.dashboard-aura {
  background: radial-gradient(circle, rgba(254, 75, 19, 0.45), rgba(255, 138, 61, 0.12) 45%, transparent 72%);
  opacity: 0.36;
}

.floating-chip {
  background: rgba(7, 15, 34, 0.74);
  border-color: rgba(255, 167, 118, 0.22);
  color: #fff0e8;
}

.mission-window {
  background: linear-gradient(145deg, rgba(10, 18, 39, 0.92), rgba(2, 6, 18, 0.82));
  border-color: rgba(255, 167, 118, 0.18);
  box-shadow: var(--shadow-elevated);
}

.mission-window::before,
.tracking-card::after,
.format-card::after,
.pricing-card::after {
  background: linear-gradient(90deg, transparent, rgba(254, 75, 19, 0.14), transparent);
}

.mission-window::after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 28%, rgba(254, 75, 19, 0.08) 70%, transparent);
  border-radius: inherit;
  content: "";
  inset: 1px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.window-bar,
.dashboard-sidebar {
  background: rgba(3, 8, 20, 0.66);
  border-color: rgba(255, 167, 118, 0.14);
}

.credits-pill,
.mini-button {
  background: rgba(254, 75, 19, 0.12);
  border-color: rgba(255, 138, 61, 0.24);
  color: #fff0e8;
}

.dashboard-sidebar a.active,
.dashboard-sidebar a:hover {
  background: rgba(254, 75, 19, 0.16);
  color: #ffffff;
}

.stat-card,
.campaign-panel,
.ai-panel,
.tracking-card,
.problem-card,
.format-card,
.pricing-card,
.cta-panel,
.event-row,
.action-item,
.pushback-diagram div,
.credit-card,
.subscription-card {
  background: linear-gradient(145deg, rgba(30, 12, 7, 0.72), rgba(8, 3, 2, 0.68));
  border: 1px solid rgba(255, 167, 118, 0.16);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 20px 56px -42px rgba(0, 0, 0, 0.95);
}

.stat-card strong,
.problem-card span,
.format-card span,
.accuracy-bars strong,
.price-row strong {
  color: #ffffff;
}

.panel-head span,
.tracking-head span {
  background: rgba(254, 75, 19, 0.14);
  color: #ffb18a;
}

.table-row {
  background: rgba(18, 7, 4, 0.74);
  border-color: rgba(255, 167, 118, 0.14);
}

.table-head {
  background: transparent;
  color: #9d8d87;
}

.good {
  background: rgba(28, 214, 143, 0.13);
  color: #fff1ea;
}

.warn {
  background: rgba(255, 199, 77, 0.13);
  color: #fff1ea;
}

.risk {
  background: rgba(255, 87, 121, 0.14);
  color: #fff1ea;
}

.signal-chart,
.accuracy-track,
.pushback-diagram span {
  background: rgba(5, 12, 28, 0.72);
  border-color: rgba(255, 167, 118, 0.14);
}

.signal-line {
  filter: drop-shadow(0 0 16px rgba(254, 75, 19, 0.55));
}

.lost-line {
  stroke: rgba(255, 255, 255, 0.22);
}

.band {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 167, 118, 0.1);
}

.credit-ring {
  background: conic-gradient(var(--primary) calc(var(--credits) * 1%), rgba(255, 255, 255, 0.08) 0);
  box-shadow: 0 0 42px rgba(254, 75, 19, 0.22);
}

.credit-ring::before {
  background: #050b1a;
}

.credit-card li::before {
  color: #ffb18a;
  content: "\2713";
  flex: 0 0 auto;
}

.footer {
  background: rgba(1, 3, 15, 0.82);
  border-top: 1px solid rgba(255, 167, 118, 0.12);
}

.social-links a {
  background: transparent;
  border-color: transparent;
}

/* Last-pass theme override. Keep this block at the end so old color experiments cannot override Reinflow. */
:root {
  --pf-orange: #ff5a1f;
  --pf-amber: #ffa500;
  --pf-ink: #262323;
  --pf-muted: #6f6863;
  --pf-paper: #f6f4ef;
  --pf-white: #ffffff;
  --pf-line: rgba(38, 35, 35, 0.12);
  --pf-glass: rgba(255, 255, 255, 0.68);
  --pf-glass-strong: rgba(255, 255, 255, 0.82);
  --primary: var(--pf-orange);
  --primary-foreground: var(--pf-white);
  --foreground: var(--pf-ink);
  --background: var(--pf-paper);
  --border: var(--pf-line);
  --gradient-primary: linear-gradient(135deg, var(--pf-orange), var(--pf-amber));
  --shadow-card: 0 18px 50px -34px rgba(38, 35, 35, 0.5), inset 0 1px rgba(255, 255, 255, 0.84);
  --shadow-elevated: 0 32px 90px -44px rgba(255, 90, 31, 0.48);
}

html,
body {
  background: var(--pf-paper) !important;
  color: var(--pf-ink) !important;
}

body {
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 90, 31, 0.18), transparent 30rem),
    radial-gradient(circle at 84% 10%, rgba(255, 165, 0, 0.14), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0%, var(--pf-paper) 46%, #fffaf4 100%) !important;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input {
  letter-spacing: 0;
}

h1,
h2,
h3,
strong {
  font-weight: 650;
  letter-spacing: 0;
}

.header {
  background: linear-gradient(180deg, rgba(246, 244, 239, 0.92), rgba(246, 244, 239, 0)) !important;
}

.nav-shell,
.mobile-nav {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  box-shadow:
    0 18px 60px -42px rgba(38, 35, 35, 0.55),
    inset 0 1px rgba(255, 255, 255, 0.9) !important;
  color: var(--pf-ink) !important;
  backdrop-filter: blur(24px) saturate(170%);
}

.brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 28px -18px rgba(255, 90, 31, 0.8);
}

.sidebar-logo {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  object-fit: cover;
}

.brand-text,
.desktop-nav a,
.mobile-nav a,
.login-link,
.menu-button,
.hero h1,
.hero-lede,
.hero-proof span,
.dashboard-header h2,
.panel-head h3,
.section-heading h2,
.section-heading p,
.split-heading h2,
.split-heading p,
.problem-card h3,
.problem-card p,
.format-card h3,
.format-card p,
.tracking-card p,
.tracking-head h3,
.accuracy-bars span,
.accuracy-bars strong,
.subscription-copy h2,
.subscription-copy p,
.pre-registration-form label,
.footer h4 {
  color: var(--pf-ink) !important;
}

.desktop-nav a,
.mobile-nav a,
.login-link,
.dashboard-sidebar a,
.button,
.mini-button,
.manager-tabs button {
  font-weight: 600;
}

.desktop-nav a:hover,
.mobile-nav a:hover,
.login-link:hover,
.footer a:hover,
.dashboard-sidebar a.active,
.dashboard-sidebar a:hover,
.section-kicker,
.plan-label {
  color: var(--pf-orange) !important;
}

.button-primary,
.brand-mark,
.avatar {
  background: var(--pf-orange) !important;
  color: var(--pf-white) !important;
  box-shadow: 0 16px 36px -24px rgba(255, 90, 31, 0.9) !important;
}

.button-primary svg {
  stroke: var(--pf-white) !important;
}

.button-glass,
.login-link,
.mini-button,
.modal-close {
  background: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(38, 35, 35, 0.1) !important;
  color: var(--pf-ink) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9);
}

.button-glass:hover,
.mini-button:hover,
.modal-close:hover {
  background: rgba(255, 90, 31, 0.1) !important;
  color: var(--pf-orange) !important;
}

.eyebrow,
.floating-chip,
.credits-pill {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  color: var(--pf-orange) !important;
  box-shadow: 0 18px 46px -34px rgba(255, 90, 31, 0.65), inset 0 1px rgba(255, 255, 255, 0.9);
}

.eyebrow svg,
.credits-pill svg,
.hero-proof svg {
  stroke: var(--pf-orange) !important;
}

.hero-liquid {
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 90, 31, 0.2), transparent 23rem),
    radial-gradient(circle at 72% 48%, rgba(255, 165, 0, 0.14), transparent 24rem) !important;
}

.dashboard-aura {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 90, 31, 0.24), transparent 25rem),
    radial-gradient(circle at 78% 16%, rgba(255, 165, 0, 0.16), transparent 24rem) !important;
}

.glass,
.mission-window,
.tracking-card,
.problem-card,
.format-card,
.cta-panel,
.event-row,
.pushback-diagram div,
.subscription-card,
.subscription-modal,
.credit-card {
  background: var(--pf-glass) !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
  box-shadow: var(--shadow-card) !important;
  backdrop-filter: blur(24px) saturate(160%);
}

.mission-window {
  overflow: hidden;
}

.mission-window::before,
.tracking-card::after,
.format-card::after,
.pricing-card::after {
  background: linear-gradient(90deg, transparent, rgba(255, 90, 31, 0.28), transparent) !important;
}

.mission-window::after {
  background: linear-gradient(135deg, rgba(255, 90, 31, 0.18), transparent 54%) !important;
}

.window-bar,
.dashboard-sidebar,
.signal-chart,
.accuracy-track,
.pushback-diagram span,
.pre-registration-form input {
  background: rgba(255, 255, 255, 0.58) !important;
  border-color: rgba(38, 35, 35, 0.1) !important;
  color: var(--pf-ink) !important;
}

.window-title,
.sidebar-brand,
.dashboard-sidebar a,
.stat-card span,
.stat-card strong,
.table-row,
.action-item strong,
.action-item p,
.credit-card li,
.price-row strong,
.price-row span,
.credit-ring strong,
.credit-ring span,
.form-status {
  color: var(--pf-ink) !important;
}

.window-dots span {
  background: rgba(255, 90, 31, 0.72) !important;
}

.system-card,
.manager-panel,
.mission-panel,
.tool-card {
  background: rgba(255, 255, 255, 0.64) !important;
  border-color: rgba(255, 255, 255, 0.78) !important;
  color: var(--pf-ink) !important;
}

.system-card span,
.tool-card span,
.panel-head span {
  color: rgba(38, 35, 35, 0.56) !important;
}

.system-card strong,
.mission-item strong,
.credit-note strong,
.tool-card h3 {
  color: var(--pf-ink) !important;
}

.system-card p,
.mission-item p,
.tool-card p,
.credit-note p {
  color: rgba(38, 35, 35, 0.62) !important;
}

.credit-balance-card {
  background: linear-gradient(135deg, var(--pf-orange), var(--pf-amber)) !important;
}

.credit-balance-card span,
.credit-balance-card strong,
.credit-balance-card p {
  color: var(--pf-white) !important;
}

.dashboard-sidebar a.active,
.dashboard-sidebar a:hover {
  background: rgba(255, 90, 31, 0.1) !important;
  border-color: rgba(255, 90, 31, 0.18) !important;
}

.sidebar-profile,
.credit-note {
  background: linear-gradient(135deg, rgba(255, 90, 31, 0.12), rgba(255, 255, 255, 0.72)) !important;
  border-color: rgba(255, 90, 31, 0.18) !important;
}

.manager-tabs button {
  background: rgba(255, 255, 255, 0.66) !important;
  border-color: rgba(38, 35, 35, 0.1) !important;
  color: rgba(38, 35, 35, 0.68) !important;
}

.manager-tabs button.active,
.mission-item > span {
  background: var(--pf-orange) !important;
  border-color: var(--pf-orange) !important;
  color: var(--pf-white) !important;
}

.manager-row,
.mission-item {
  background: rgba(255, 255, 255, 0.64) !important;
  border-color: rgba(38, 35, 35, 0.08) !important;
  color: var(--pf-ink) !important;
}

.manager-head {
  background: transparent !important;
  border-color: transparent !important;
}

.status-live {
  background: rgba(255, 90, 31, 0.12) !important;
  color: var(--pf-orange) !important;
}

.status-review {
  background: rgba(255, 165, 0, 0.14) !important;
  color: #a96300 !important;
}

.status-paused {
  background: rgba(38, 35, 35, 0.08) !important;
  color: rgba(38, 35, 35, 0.62) !important;
}

.dashboard-stage::before,
.dashboard-stage::after {
  border-color: rgba(255, 90, 31, 0.18) !important;
  box-shadow: none !important;
}

.problem-card span,
.format-card span,
.tracking-head span,
.good,
.warn,
.risk,
.form-status.success {
  color: var(--pf-orange) !important;
}

.pre-registration-form input {
  background: rgba(255, 255, 255, 0.7) !important;
}

.pre-registration-form input::placeholder {
  color: rgba(38, 35, 35, 0.42) !important;
}

.pre-registration-form input:focus {
  border-color: var(--pf-orange) !important;
  box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.13) !important;
}

.modal-backdrop {
  background: rgba(38, 35, 35, 0.34) !important;
  backdrop-filter: blur(18px);
}

.subscription-modal::before {
  background:
    radial-gradient(circle at 28% 16%, rgba(255, 90, 31, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 22%, rgba(255, 165, 0, 0.12), transparent 22rem) !important;
}

.credit-ring {
  background: conic-gradient(var(--pf-orange) calc(var(--credits) * 1%), rgba(38, 35, 35, 0.08) 0) !important;
  box-shadow: none !important;
}

.credit-ring::before {
  background: rgba(255, 255, 255, 0.94) !important;
}

.credit-card li::before {
  color: var(--pf-orange) !important;
}

.footer {
  background: #11100f !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--pf-white) !important;
}

.footer p,
.footer a,
.footer h4 {
  color: rgba(255, 255, 255, 0.82) !important;
}

.footer .brand-text {
  color: var(--pf-white) !important;
}

.social-links {
  gap: 14px;
}

.social-links a {
  width: 24px;
  height: 24px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--pf-white) !important;
  padding: 0;
}

.social-links svg {
  width: 22px;
  height: 22px;
}

/* Hide modal drag scrollbars while keeping the preregistration panel inside the viewport. */
#subscription-modal.modal-backdrop {
  box-sizing: border-box;
  overflow: hidden !important;
  padding: clamp(12px, 2.4vw, 22px) !important;
  scrollbar-width: none;
}

#subscription-modal.modal-backdrop::-webkit-scrollbar,
#subscription-modal .subscription-modal::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

#subscription-modal .subscription-modal {
  box-sizing: border-box;
  max-height: calc(100dvh - 32px) !important;
  max-width: calc(100vw - 32px) !important;
  overflow: auto !important;
  overscroll-behavior: contain;
  scrollbar-width: none;
  width: min(920px, calc(100vw - 32px)) !important;
}

#subscription-modal .subscription-card,
#subscription-modal .credit-card {
  min-width: 0;
}

/* Screenshot-style Reinflow dashboard: dark app surface, same format on desktop, tablet, and phone. */
.dashboard-stage {
  isolation: isolate;
  margin-top: 72px;
}

.dashboard-orbit-icons {
  inset: -72px -30px -42px -30px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.orbit-icon {
  align-items: center;
  animation: orbit-float 5.6s ease-in-out infinite;
  background: rgba(255, 90, 31, 0.16);
  border: 1px solid rgba(255, 90, 31, 0.5);
  border-radius: 999px;
  box-shadow:
    0 18px 46px -24px rgba(255, 90, 31, 0.62),
    inset 0 1px rgba(255, 255, 255, 0.22);
  color: #ff7a3c;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 68px;
  justify-content: center;
  position: absolute;
  width: 68px;
}

.orbit-icon::after {
  background: linear-gradient(90deg, rgba(255, 90, 31, 0.34), transparent);
  content: "";
  height: 1px;
  left: 72%;
  position: absolute;
  top: 50%;
  width: 78px;
}

.orbit-icon svg {
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 34px;
}

.orbit-icon img {
  border-radius: 12px;
  height: 38px;
  object-fit: cover;
  width: 38px;
}

.orbit-dollar {
  left: -18px;
  top: 8px;
}

.orbit-logo {
  animation-delay: 0.8s;
  background: rgba(11, 17, 31, 0.88);
  border-color: rgba(255, 90, 31, 0.45);
  right: 8%;
  top: -44px;
}

.orbit-bag {
  animation-delay: 1.45s;
  bottom: 14%;
  left: -8px;
}

.orbit-meta {
  animation-delay: 2s;
  bottom: 5%;
  right: -10px;
}

.orbit-meta svg {
  height: 26px;
  width: 44px;
}

.app-dashboard-window {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 90, 31, 0.16), transparent 22rem),
    linear-gradient(180deg, rgba(21, 21, 25, 0.98), rgba(5, 5, 7, 0.99)) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 18px !important;
  box-shadow:
    0 36px 90px -44px rgba(0, 0, 0, 0.86),
    0 28px 80px -52px rgba(255, 90, 31, 0.62),
    inset 0 1px rgba(255, 255, 255, 0.06) !important;
  color: #f7f2ed !important;
  max-width: 1280px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.app-dashboard-window::before,
.app-dashboard-window::after {
  content: none !important;
}

.app-dashboard-window .window-bar {
  background: rgba(20, 20, 24, 0.96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #f7f2ed !important;
  height: 46px;
}

.app-dashboard-window .window-dots span:nth-child(1) {
  background: #e54f4f !important;
}

.app-dashboard-window .window-dots span:nth-child(2) {
  background: #bb8d00 !important;
}

.app-dashboard-window .window-dots span:nth-child(3) {
  background: #16a164 !important;
}

.app-dashboard-window .window-title {
  color: rgba(255, 255, 255, 0.86) !important;
  font-weight: 700;
}

.app-credit-pill {
  background: rgba(255, 90, 31, 0.1) !important;
  border-color: rgba(255, 90, 31, 0.42) !important;
  color: #ff8a55 !important;
}

.app-credit-pill svg {
  stroke: #ff8a55 !important;
}

.app-dashboard-grid {
  background: #07080b;
  display: grid !important;
  grid-template-columns: 228px minmax(820px, 1fr) !important;
  min-height: 590px;
  min-width: 1050px;
}

.app-sidebar {
  background:
    linear-gradient(180deg, rgba(24, 24, 28, 0.96), rgba(12, 12, 15, 0.98)) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  padding: 18px 16px;
}

.app-sidebar-brand {
  color: #f7f2ed !important;
  gap: 10px;
  margin-bottom: 0;
}

.app-sidebar-brand strong {
  color: #f7f2ed !important;
  font-size: 0.95rem;
}

.app-sidebar .sidebar-logo {
  border-radius: 9px;
  height: 30px;
  width: 30px;
}

.account-switcher {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  gap: 8px;
  padding: 9px 10px;
  text-align: left;
  width: 100%;
}

.account-switcher span {
  background: var(--pf-orange);
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.account-switcher svg {
  fill: none;
  height: 14px;
  margin-left: auto;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 14px;
}

.app-sidebar .sidebar-label {
  color: rgba(255, 255, 255, 0.32) !important;
  font-size: 0.61rem;
  letter-spacing: 0.08em;
}

.app-sidebar .sidebar-group {
  gap: 5px;
}

.app-sidebar a {
  align-items: center;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.54) !important;
  display: flex;
  font-size: 0.78rem;
  font-weight: 650;
  gap: 10px;
  padding: 9px 10px;
}

.app-sidebar a svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 14px;
}

.app-sidebar a.active,
.app-sidebar a:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important;
}

.app-profile {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 0 4px;
}

.app-profile strong {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.76rem;
}

.app-profile span {
  color: rgba(255, 255, 255, 0.28) !important;
  font-size: 0.62rem;
}

.profile-avatar {
  align-items: center;
  background: linear-gradient(135deg, var(--pf-orange), #a23dff);
  border-radius: 50%;
  color: #fff !important;
  display: flex;
  font-size: 0.62rem !important;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.app-main {
  background: #07080b !important;
  color: #f7f2ed !important;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px 20px 0;
}

.app-title-row {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.app-kicker {
  align-items: center;
  color: rgba(255, 255, 255, 0.66) !important;
  display: flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 10px;
}

.app-kicker svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 14px;
}

.app-main h2 {
  color: #f7f2ed !important;
  font-size: 1.22rem;
  margin: 0;
}

.app-actions {
  align-items: center;
  display: flex;
  gap: 9px;
}

.app-actions .mini-button {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.72rem;
  padding: 8px 11px;
}

.app-actions .mini-button svg {
  fill: none;
  height: 13px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 13px;
}

.app-actions .launch-button {
  background: linear-gradient(135deg, var(--pf-orange), #8b5cf6) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

.app-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  gap: 26px;
  margin: 0 -20px;
  padding: 0 20px 12px;
}

.app-tabs button {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.44) !important;
  font-size: 0.8rem;
  padding: 0 0 9px;
  position: relative;
}

.app-tabs button.active {
  color: #ffffff !important;
}

.app-tabs button.active::after {
  background: #ffffff;
  bottom: -13px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.app-table {
  display: grid;
  margin: 0 -20px;
}

.app-table-row {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.68);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(330px, 1.7fr) 0.62fr 0.62fr 0.62fr 0.72fr 0.45fr 0.58fr;
  min-height: 41px;
  padding: 0 20px;
}

.app-table-head {
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  min-height: 38px;
  text-transform: uppercase;
}

.app-table-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-table-row:not(.app-table-head) span {
  font-size: 0.76rem;
}

.app-table-row:not(.app-table-head) span:nth-child(2) {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.72);
  justify-self: start;
  padding: 3px 7px;
}

.app-table-row small {
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.56rem;
  margin-left: 1px;
}

.campaign-name {
  align-items: center;
  color: rgba(255, 255, 255, 0.78) !important;
  display: flex;
  font-weight: 650;
  gap: 8px;
}

.fake-check {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 14px;
  width: 14px;
}

.fake-toggle {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 17px;
  position: relative;
  width: 32px;
}

.fake-toggle::after {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 1px;
  position: absolute;
  top: 1px;
  transition: transform 0.2s ease;
  width: 15px;
}

.fake-toggle.on {
  background: rgba(255, 255, 255, 0.38);
}

.fake-toggle.on::after {
  transform: translateX(15px);
}

.app-table-row.dimmed {
  opacity: 0.36;
}

@keyframes orbit-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -12px, 0) rotate(2deg);
  }
}

@media (max-width: 1120px) {
  .app-dashboard-window {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: rgba(255, 90, 31, 0.55) rgba(255, 255, 255, 0.08);
  }

  .app-dashboard-grid {
    grid-template-columns: 228px minmax(820px, 1fr) !important;
    min-width: 1048px;
  }

  .app-sidebar {
    display: flex !important;
  }
}

@media (max-width: 820px) {
  .dashboard-stage {
    margin-top: 54px;
  }

  .dashboard-orbit-icons {
    inset: -54px -8px -18px -8px;
  }

  .orbit-icon {
    display: flex !important;
    height: 52px;
    width: 52px;
  }

  .orbit-icon::after {
    width: 46px;
  }

  .orbit-icon svg {
    height: 26px;
    width: 26px;
  }

  .orbit-icon img {
    height: 30px;
    width: 30px;
  }

  .orbit-dollar {
    left: -2px;
    top: 10px;
  }

  .orbit-logo {
    right: 12px;
    top: -26px;
  }

  .orbit-bag {
    bottom: 22%;
    left: -4px;
  }

  .orbit-meta {
    bottom: 8%;
    right: 0;
  }

  .app-dashboard-window {
    border-radius: 14px !important;
  }

  .app-dashboard-grid {
    min-width: 980px;
  }
}

@media (max-width: 560px) {
  .dashboard-stage {
    margin-left: -8px;
    margin-right: -8px;
  }

  .app-dashboard-window {
    max-width: calc(100vw - 20px);
  }

  .app-dashboard-grid {
    grid-template-columns: 210px minmax(760px, 1fr) !important;
    min-height: 560px;
    min-width: 970px;
  }

  .app-sidebar {
    padding: 16px 14px;
  }

  .app-main {
    padding: 20px 18px 0;
  }

  .app-table {
    margin: 0 -18px;
  }

  .app-table-row {
    padding: 0 18px;
  }
}

.chip-left {
  left: 24px !important;
  top: -18px !important;
}

.chip-right {
  right: 24px !important;
  top: -18px !important;
}

@media (max-width: 820px) {
  .floating-chip {
    display: none;
  }
}

/* Final Reinflow surface: Postflows-inspired color, light liquid glass, and AdLevel-style product system. */
:root {
  --pf-orange: #ff5a1f;
  --pf-amber: #ffa500;
  --pf-ink: #262323;
  --pf-muted: #6f6863;
  --pf-paper: #f6f4ef;
  --pf-white: #ffffff;
  --pf-line: rgba(38, 35, 35, 0.12);
  --pf-glass: rgba(255, 255, 255, 0.68);
  --pf-glass-strong: rgba(255, 255, 255, 0.82);
  --primary: var(--pf-orange);
  --primary-foreground: var(--pf-white);
  --foreground: var(--pf-ink);
  --background: var(--pf-paper);
  --border: var(--pf-line);
  --gradient-primary: linear-gradient(135deg, var(--pf-orange), var(--pf-amber));
  --shadow-card: 0 18px 50px -34px rgba(38, 35, 35, 0.5), inset 0 1px rgba(255, 255, 255, 0.84);
  --shadow-elevated: 0 32px 90px -44px rgba(255, 90, 31, 0.48);
}

html,
body {
  background: var(--pf-paper) !important;
  color: var(--pf-ink) !important;
}

body {
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 90, 31, 0.18), transparent 30rem),
    radial-gradient(circle at 84% 10%, rgba(255, 165, 0, 0.14), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0%, var(--pf-paper) 46%, #fffaf4 100%) !important;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input {
  letter-spacing: 0;
}

h1,
h2,
h3,
strong {
  font-weight: 650;
  letter-spacing: 0;
}

.header {
  background: linear-gradient(180deg, rgba(246, 244, 239, 0.92), rgba(246, 244, 239, 0)) !important;
}

.nav-shell,
.mobile-nav {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  box-shadow:
    0 18px 60px -42px rgba(38, 35, 35, 0.55),
    inset 0 1px rgba(255, 255, 255, 0.9) !important;
  color: var(--pf-ink) !important;
  backdrop-filter: blur(24px) saturate(170%);
}

.brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 28px -18px rgba(255, 90, 31, 0.8);
}

.sidebar-logo {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  object-fit: cover;
}

.brand-text,
.desktop-nav a,
.mobile-nav a,
.login-link,
.menu-button,
.hero h1,
.hero-lede,
.hero-proof span,
.dashboard-header h2,
.panel-head h3,
.section-heading h2,
.section-heading p,
.split-heading h2,
.split-heading p,
.problem-card h3,
.problem-card p,
.format-card h3,
.format-card p,
.tracking-card p,
.tracking-head h3,
.accuracy-bars span,
.accuracy-bars strong,
.subscription-copy h2,
.subscription-copy p,
.pre-registration-form label,
.footer h4 {
  color: var(--pf-ink) !important;
}

.desktop-nav a,
.mobile-nav a,
.login-link,
.dashboard-sidebar a,
.button,
.mini-button,
.manager-tabs button {
  font-weight: 600;
}

.desktop-nav a:hover,
.mobile-nav a:hover,
.login-link:hover,
.footer a:hover,
.dashboard-sidebar a.active,
.dashboard-sidebar a:hover,
.section-kicker,
.plan-label {
  color: var(--pf-orange) !important;
}

.button-primary,
.brand-mark,
.avatar {
  background: var(--pf-orange) !important;
  color: var(--pf-white) !important;
  box-shadow: 0 16px 36px -24px rgba(255, 90, 31, 0.9) !important;
}

.button-primary svg {
  stroke: var(--pf-white) !important;
}

.button-glass,
.login-link,
.mini-button,
.modal-close {
  background: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(38, 35, 35, 0.1) !important;
  color: var(--pf-ink) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9);
}

.button-glass:hover,
.mini-button:hover,
.modal-close:hover {
  background: rgba(255, 90, 31, 0.1) !important;
  color: var(--pf-orange) !important;
}

.eyebrow,
.floating-chip,
.credits-pill {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  color: var(--pf-orange) !important;
  box-shadow: 0 18px 46px -34px rgba(255, 90, 31, 0.65), inset 0 1px rgba(255, 255, 255, 0.9);
}

.eyebrow svg,
.credits-pill svg,
.hero-proof svg {
  stroke: var(--pf-orange) !important;
}

.hero-liquid {
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 90, 31, 0.2), transparent 23rem),
    radial-gradient(circle at 72% 48%, rgba(255, 165, 0, 0.14), transparent 24rem) !important;
}

.dashboard-aura {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 90, 31, 0.24), transparent 25rem),
    radial-gradient(circle at 78% 16%, rgba(255, 165, 0, 0.16), transparent 24rem) !important;
}

.glass,
.mission-window,
.tracking-card,
.problem-card,
.format-card,
.cta-panel,
.event-row,
.pushback-diagram div,
.subscription-card,
.subscription-modal,
.credit-card {
  background: var(--pf-glass) !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
  box-shadow: var(--shadow-card) !important;
  backdrop-filter: blur(24px) saturate(160%);
}

.mission-window {
  overflow: hidden;
}

.mission-window::before,
.tracking-card::after,
.format-card::after,
.pricing-card::after {
  background: linear-gradient(90deg, transparent, rgba(255, 90, 31, 0.28), transparent) !important;
}

.mission-window::after {
  background: linear-gradient(135deg, rgba(255, 90, 31, 0.18), transparent 54%) !important;
}

.window-bar,
.dashboard-sidebar,
.signal-chart,
.accuracy-track,
.pushback-diagram span,
.pre-registration-form input {
  background: rgba(255, 255, 255, 0.58) !important;
  border-color: rgba(38, 35, 35, 0.1) !important;
  color: var(--pf-ink) !important;
}

.window-title,
.sidebar-brand,
.dashboard-sidebar a,
.stat-card span,
.stat-card strong,
.table-row,
.action-item strong,
.action-item p,
.credit-card li,
.price-row strong,
.price-row span,
.credit-ring strong,
.credit-ring span,
.form-status {
  color: var(--pf-ink) !important;
}

.window-dots span {
  background: rgba(255, 90, 31, 0.72) !important;
}

.dashboard-system {
  grid-template-columns: minmax(190px, 0.26fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 16px;
}

.system-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px;
}

.sidebar-group {
  display: grid;
  gap: 6px;
}

.sidebar-label {
  color: rgba(38, 35, 35, 0.48);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dashboard-sidebar a {
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.82rem;
  padding: 8px 10px;
}

.dashboard-sidebar a.active,
.dashboard-sidebar a:hover {
  background: rgba(255, 90, 31, 0.1) !important;
  border-color: rgba(255, 90, 31, 0.18);
}

.sidebar-profile {
  margin-top: auto;
  border: 1px solid rgba(255, 90, 31, 0.16);
  border-radius: 8px;
  padding: 12px;
  background: linear-gradient(135deg, rgba(255, 90, 31, 0.12), rgba(255, 255, 255, 0.78));
}

.sidebar-profile span {
  display: block;
  color: rgba(38, 35, 35, 0.58);
  font-size: 0.72rem;
}

.sidebar-profile strong {
  display: block;
  color: var(--pf-ink);
  font-size: 0.92rem;
  margin-top: 4px;
}

.reinflow-dashboard-main {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

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

.system-card,
.manager-panel,
.mission-panel,
.tool-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(20px) saturate(160%);
}

.system-card {
  min-height: 118px;
  padding: 14px;
}

.system-card span,
.tool-card span,
.panel-head span {
  color: rgba(38, 35, 35, 0.56) !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.system-card strong {
  display: block;
  color: var(--pf-ink) !important;
  font-size: clamp(1.18rem, 1.7vw, 1.74rem);
  line-height: 1.1;
  margin-top: 10px;
}

.system-card p,
.mission-item p,
.tool-card p,
.credit-note p {
  color: rgba(38, 35, 35, 0.62) !important;
  font-size: 0.74rem;
  line-height: 1.45;
  margin: 8px 0 0;
}

.credit-balance-card {
  background: linear-gradient(135deg, var(--pf-orange), var(--pf-amber)) !important;
  border-color: rgba(255, 255, 255, 0.7);
}

.credit-balance-card span,
.credit-balance-card strong,
.credit-balance-card p {
  color: var(--pf-white) !important;
}

.manager-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.85fr);
  gap: 12px;
}

.manager-panel,
.mission-panel {
  padding: 14px;
}

.manager-tabs {
  display: flex;
  gap: 6px;
  margin: 12px 0;
}

.manager-tabs button {
  border: 1px solid rgba(38, 35, 35, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  color: rgba(38, 35, 35, 0.68);
  cursor: default;
  font-size: 0.74rem;
  padding: 7px 10px;
}

.manager-tabs button.active {
  background: var(--pf-orange);
  border-color: var(--pf-orange);
  color: var(--pf-white);
}

.manager-table {
  display: grid;
  gap: 6px;
}

.manager-row {
  display: grid;
  grid-template-columns: minmax(150px, 1.25fr) 0.66fr 0.72fr 0.72fr 0.75fr 0.58fr;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border: 1px solid rgba(38, 35, 35, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--pf-ink);
  padding: 9px 10px;
}

.manager-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.76rem;
}

.manager-row span:first-child {
  font-weight: 650;
}

.manager-head {
  min-height: auto;
  background: transparent;
  border-color: transparent;
  color: rgba(38, 35, 35, 0.46);
  padding: 0 10px 2px;
  text-transform: uppercase;
}

.manager-head span {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.status-live,
.status-review,
.status-paused {
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  max-width: max-content;
  padding: 4px 8px;
}

.status-live {
  background: rgba(255, 90, 31, 0.12);
  color: var(--pf-orange) !important;
}

.status-review {
  background: rgba(255, 165, 0, 0.14);
  color: #a96300 !important;
}

.status-paused {
  background: rgba(38, 35, 35, 0.08);
  color: rgba(38, 35, 35, 0.62) !important;
}

.mission-list {
  display: grid;
  gap: 8px;
}

.mission-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  border: 1px solid rgba(38, 35, 35, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  padding: 10px;
}

.mission-item > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--pf-orange);
  color: var(--pf-white);
  font-size: 0.72rem;
  font-weight: 700;
}

.mission-item strong,
.credit-note strong,
.tool-card h3 {
  color: var(--pf-ink);
  font-size: 0.92rem;
}

.credit-note {
  border: 1px solid rgba(255, 90, 31, 0.18);
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px;
  background: linear-gradient(135deg, rgba(255, 90, 31, 0.12), rgba(255, 255, 255, 0.72));
}

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

.tool-card {
  padding: 14px;
}

.tool-card h3 {
  margin: 8px 0 0;
}

.dashboard-stage::before,
.dashboard-stage::after {
  border-color: rgba(255, 90, 31, 0.18) !important;
  box-shadow: none !important;
}

.problem-card span,
.format-card span,
.tracking-head span,
.good,
.warn,
.risk,
.form-status.success {
  color: var(--pf-orange) !important;
}

.pre-registration-form input {
  background: rgba(255, 255, 255, 0.7) !important;
}

.pre-registration-form input::placeholder {
  color: rgba(38, 35, 35, 0.42) !important;
}

.pre-registration-form input:focus {
  border-color: var(--pf-orange) !important;
  box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.13) !important;
}

.modal-backdrop {
  background: rgba(38, 35, 35, 0.34) !important;
  backdrop-filter: blur(18px);
}

.subscription-modal::before {
  background:
    radial-gradient(circle at 28% 16%, rgba(255, 90, 31, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 22%, rgba(255, 165, 0, 0.12), transparent 22rem) !important;
}

.credit-ring {
  background: conic-gradient(var(--pf-orange) calc(var(--credits) * 1%), rgba(38, 35, 35, 0.08) 0) !important;
  box-shadow: none !important;
}

.credit-ring::before {
  background: rgba(255, 255, 255, 0.94) !important;
}

.credit-card li::before {
  color: var(--pf-orange) !important;
}

.footer {
  background: #11100f !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--pf-white) !important;
}

.footer p,
.footer a,
.footer h4 {
  color: rgba(255, 255, 255, 0.82) !important;
}

.footer .brand-text {
  color: var(--pf-white) !important;
}

.social-links {
  gap: 14px;
}

.social-links a {
  width: 24px;
  height: 24px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--pf-white) !important;
  padding: 0;
}

.social-links svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 1120px) {
  .dashboard-system {
    grid-template-columns: 1fr;
  }

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

  .sidebar-brand,
  .sidebar-profile {
    grid-column: 1 / -1;
  }

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

  .manager-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .system-grid,
  .tool-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-header {
    gap: 12px;
  }

  .dashboard-actions {
    justify-content: flex-start;
  }

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

  .manager-head {
    display: none;
  }

  .manager-row span {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .system-sidebar {
    grid-template-columns: 1fr;
  }

  .manager-tabs {
    overflow-x: auto;
  }

  .manager-row {
    grid-template-columns: 1fr;
  }

  .system-card,
  .manager-panel,
  .mission-panel,
  .tool-card {
    padding: 12px;
  }
}

/* Final applied palette: #ffffff background, #000000 text, #fe4b13 accent. */
:root {
  --background: #ffffff;
  --foreground: #000000;
  --card: #ffffff;
  --primary: #fe4b13;
  --primary-foreground: #ffffff;
  --primary-soft: rgba(254, 75, 19, 0.12);
  --secondary: #ffffff;
  --muted: #ffffff;
  --muted-foreground: #000000;
  --border: #fe4b13;
  --input: #ffffff;
  --gradient-primary: linear-gradient(135deg, #fe4b13, #fe4b13);
  --gradient-soft: linear-gradient(180deg, #ffffff, #ffffff);
  --glass: rgba(255, 255, 255, 0.88);
  --glass-strong: #ffffff;
  --shadow-card: 0 18px 54px -42px rgba(0, 0, 0, 0.55);
  --shadow-elevated: 0 28px 84px -48px rgba(0, 0, 0, 0.65);
}

html,
body,
.site,
main,
.hero,
.band,
.footer,
.modal-backdrop {
  background: #ffffff !important;
  color: #000000 !important;
}

.header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) !important;
}

.hero-liquid,
.dashboard-aura,
.subscription-modal::before {
  background: radial-gradient(circle at 50% 24%, rgba(254, 75, 19, 0.12), transparent 28rem) !important;
}

.glass,
.nav-shell,
.mobile-nav,
.mission-window,
.stat-card,
.campaign-panel,
.ai-panel,
.tracking-card,
.problem-card,
.format-card,
.cta-panel,
.event-row,
.action-item,
.pushback-diagram div,
.credit-card,
.subscription-card,
.subscription-modal {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: #fe4b13 !important;
  box-shadow: var(--shadow-card) !important;
}

.window-bar,
.dashboard-sidebar,
.table-row,
.signal-chart,
.accuracy-track,
.pushback-diagram span,
.pre-registration-form input,
.button-glass,
.login-link,
.modal-close {
  background: #ffffff !important;
  border-color: #fe4b13 !important;
  color: #000000 !important;
}

.brand-mark,
.sidebar-brand span,
.avatar,
.button-primary,
.eyebrow,
.floating-chip,
.credits-pill,
.mini-button,
.panel-head span,
.tracking-head span,
.dashboard-sidebar a.active,
.dashboard-sidebar a:hover,
.good,
.warn,
.risk {
  background: #fe4b13 !important;
  border-color: #fe4b13 !important;
  color: #ffffff !important;
}

.button-primary svg {
  stroke: #ffffff !important;
}

.button-glass:hover,
.login-link:hover,
.social-links a:hover {
  color: #fe4b13 !important;
}

.brand-text,
.desktop-nav a,
.mobile-nav a,
.hero h1,
.hero-lede,
.hero-proof span,
.window-title,
.sidebar-brand,
.dashboard-sidebar a,
.section-kicker,
.dashboard-header h2,
.panel-head h3,
.tracking-head h3,
.stat-card span,
.stat-card strong,
.table-row,
.table-head,
.action-item strong,
.action-item p,
.section-heading h2,
.section-heading p,
.split-heading h2,
.split-heading p,
.problem-card h3,
.problem-card p,
.format-card h3,
.format-card p,
.tracking-card p,
.accuracy-bars span,
.accuracy-bars strong,
.plan-label,
.price-row strong,
.price-row span,
.credit-ring strong,
.credit-ring span,
.credit-card li,
.cta-panel h2,
.cta-panel p,
.footer,
.footer p,
.footer a,
.footer h4,
.subscription-copy h2,
.subscription-copy p,
.pre-registration-form label,
.form-status {
  color: #000000 !important;
}

.brand-text span,
.primary-text,
.section-kicker,
.problem-card span,
.format-card span,
.credit-card li::before,
.form-status.success,
.form-status.error {
  color: #fe4b13 !important;
}

.mission-window::before,
.tracking-card::after,
.format-card::after,
.pricing-card::after {
  background: linear-gradient(90deg, transparent, rgba(254, 75, 19, 0.18), transparent) !important;
}

.mission-window::after {
  background: linear-gradient(135deg, rgba(254, 75, 19, 0.08), transparent 55%) !important;
}

.dashboard-stage::before,
.dashboard-stage::after {
  border-color: rgba(254, 75, 19, 0.22) !important;
  box-shadow: none !important;
}

.signal-line {
  stroke: #fe4b13 !important;
}

.lost-line {
  stroke: #000000 !important;
}

.signal-area {
  fill: rgba(254, 75, 19, 0.12) !important;
}

.credit-ring {
  background: conic-gradient(#fe4b13 calc(var(--credits) * 1%), rgba(254, 75, 19, 0.12) 0) !important;
  box-shadow: none !important;
}

.credit-ring::before {
  background: #ffffff !important;
}

.pre-registration-form input::placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}

.pre-registration-form input:focus {
  background: #ffffff !important;
  border-color: #fe4b13 !important;
  box-shadow: 0 0 0 4px rgba(254, 75, 19, 0.14) !important;
}

.footer {
  border-top: 1px solid #fe4b13 !important;
}

.footer-bottom {
  border-color: #fe4b13 !important;
}

.social-links a {
  background: transparent !important;
  border-color: transparent !important;
  color: #000000 !important;
}

.window-dots span,
.window-dots span:nth-child(1),
.window-dots span:nth-child(2),
.window-dots span:nth-child(3) {
  background: #fe4b13 !important;
}

/* Postflows-inspired Reinflow theme. */
:root {
  --pf-orange: #ff5a1f;
  --pf-amber: #ffa500;
  --pf-ink: #2b2b2c;
  --pf-black: #000000;
  --pf-white: #ffffff;
  --pf-paper: #f5f5f5;
  --pf-line: #e5e5e5;
  --background: var(--pf-paper);
  --foreground: var(--pf-ink);
  --primary: var(--pf-orange);
  --primary-foreground: var(--pf-white);
  --muted-foreground: var(--pf-ink);
  --border: var(--pf-line);
  --glass: rgba(255, 255, 255, 0.68);
  --glass-strong: rgba(255, 255, 255, 0.86);
  --gradient-primary: linear-gradient(135deg, var(--pf-orange), var(--pf-amber));
  --shadow-card: 0 20px 70px -44px rgba(0, 0, 0, 0.38);
  --shadow-elevated: 0 34px 100px -54px rgba(0, 0, 0, 0.45);
}

html,
body,
.site,
main {
  background: var(--pf-paper) !important;
  color: var(--pf-ink) !important;
}

body {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 90, 31, 0.18), transparent 30rem),
    radial-gradient(circle at 16% 18%, rgba(255, 165, 0, 0.14), transparent 24rem),
    var(--pf-paper) !important;
}

.header {
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.92), rgba(245, 245, 245, 0)) !important;
}

.nav-shell {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.46)) !important;
  border: 1px solid rgba(255, 90, 31, 0.24) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.86), 0 22px 70px -48px rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(28px) saturate(1.45) !important;
}

.mobile-nav,
.glass,
.mission-window,
.stat-card,
.campaign-panel,
.ai-panel,
.tracking-card,
.problem-card,
.format-card,
.cta-panel,
.event-row,
.action-item,
.pushback-diagram div,
.credit-card,
.subscription-card,
.subscription-modal {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.56)) !important;
  border-color: rgba(255, 90, 31, 0.24) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.78), var(--shadow-card) !important;
  backdrop-filter: blur(24px) saturate(1.35) !important;
}

.brand-logo,
.sidebar-logo {
  background: var(--pf-orange);
  border-radius: 10px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  object-fit: cover;
  object-position: center;
  width: 34px;
}

.sidebar-logo {
  height: 32px;
  width: 32px;
}

.brand-text,
.brand-text span,
.desktop-nav a,
.mobile-nav a,
.login-link,
.hero h1,
.hero-lede,
.hero-proof span,
.window-title,
.sidebar-brand,
.dashboard-sidebar a,
.dashboard-header h2,
.panel-head h3,
.tracking-head h3,
.stat-card span,
.stat-card strong,
.table-row,
.table-head,
.action-item strong,
.action-item p,
.section-heading h2,
.section-heading p,
.split-heading h2,
.split-heading p,
.problem-card h3,
.problem-card p,
.format-card h3,
.format-card p,
.tracking-card p,
.accuracy-bars span,
.accuracy-bars strong,
.plan-label,
.price-row strong,
.price-row span,
.credit-ring strong,
.credit-ring span,
.credit-card li,
.cta-panel h2,
.cta-panel p,
.footer,
.footer p,
.footer a,
.footer h4,
.subscription-copy h2,
.subscription-copy p,
.pre-registration-form label,
.form-status {
  color: var(--pf-ink) !important;
}

.primary-text,
.section-kicker,
.problem-card span,
.format-card span,
.credit-card li::before,
.form-status.success,
.form-status.error {
  color: var(--pf-orange) !important;
}

.button-primary,
.brand-mark,
.sidebar-brand span,
.avatar,
.eyebrow,
.floating-chip,
.credits-pill,
.mini-button,
.panel-head span,
.tracking-head span,
.dashboard-sidebar a.active,
.dashboard-sidebar a:hover,
.good,
.warn,
.risk {
  background: var(--gradient-primary) !important;
  border-color: transparent !important;
  color: var(--pf-white) !important;
}

.button-primary {
  box-shadow: 0 18px 38px -22px rgba(255, 90, 31, 0.72) !important;
}

.button-primary svg {
  stroke: var(--pf-white) !important;
}

.button-glass,
.login-link,
.window-bar,
.dashboard-sidebar,
.table-row,
.signal-chart,
.accuracy-track,
.pushback-diagram span,
.pre-registration-form input,
.modal-close {
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(43, 43, 44, 0.12) !important;
  color: var(--pf-ink) !important;
  backdrop-filter: blur(18px) saturate(1.2) !important;
}

.button-glass:hover,
.login-link:hover,
.social-links a:hover {
  color: var(--pf-orange) !important;
}

.hero,
.band,
.footer {
  background: transparent !important;
}

.hero-liquid,
.dashboard-aura,
.subscription-modal::before {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 90, 31, 0.16), transparent 24rem),
    radial-gradient(circle at 72% 38%, rgba(255, 165, 0, 0.1), transparent 22rem) !important;
}

.modal-backdrop {
  background: rgba(245, 245, 245, 0.72) !important;
  backdrop-filter: blur(20px) saturate(1.25) !important;
}

.mission-window::before,
.tracking-card::after,
.format-card::after,
.pricing-card::after {
  background: linear-gradient(90deg, transparent, rgba(255, 90, 31, 0.16), transparent) !important;
}

.mission-window::after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 56%, rgba(255, 90, 31, 0.08)) !important;
}

.dashboard-stage::before,
.dashboard-stage::after {
  border-color: rgba(255, 90, 31, 0.22) !important;
}

.signal-line {
  stroke: var(--pf-orange) !important;
}

.lost-line {
  stroke: rgba(43, 43, 44, 0.28) !important;
}

.signal-area {
  fill: rgba(255, 90, 31, 0.11) !important;
}

.credit-ring {
  background: conic-gradient(var(--pf-orange) calc(var(--credits) * 1%), rgba(43, 43, 44, 0.08) 0) !important;
}

.credit-ring::before {
  background: var(--pf-white) !important;
}

.pre-registration-form input::placeholder {
  color: rgba(43, 43, 44, 0.5) !important;
}

.pre-registration-form input:focus {
  background: var(--pf-white) !important;
  border-color: var(--pf-orange) !important;
  box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.14) !important;
}

.footer-bottom,
.footer {
  border-color: var(--pf-line) !important;
}

.social-links a {
  background: transparent !important;
  border: 0 !important;
  color: var(--pf-ink) !important;
}

.window-dots span,
.window-dots span:nth-child(1),
.window-dots span:nth-child(2),
.window-dots span:nth-child(3) {
  background: var(--pf-orange) !important;
}

.menu-button {
  color: var(--pf-ink) !important;
}

.menu-button:hover {
  color: var(--pf-orange) !important;
}

.window-dots span,
.window-dots span:nth-child(1),
.window-dots span:nth-child(2),
.window-dots span:nth-child(3) {
  background: #ffffff;
}

/* Final palette: white background, black text, orange accent. */
:root {
  --background: #ffffff;
  --foreground: #000000;
  --card: #ffffff;
  --primary: #fe4b13;
  --primary-foreground: #ffffff;
  --primary-soft: rgba(254, 75, 19, 0.12);
  --secondary: #ffffff;
  --muted: #ffffff;
  --muted-foreground: #000000;
  --border: #fe4b13;
  --input: #ffffff;
  --gradient-primary: linear-gradient(135deg, #fe4b13 0%, #fe4b13 100%);
  --gradient-soft: linear-gradient(180deg, #ffffff, #ffffff);
  --glass: rgba(255, 255, 255, 0.82);
  --glass-strong: #ffffff;
  --shadow-card: 0 18px 54px -42px rgba(0, 0, 0, 0.55);
  --shadow-elevated: 0 28px 84px -48px rgba(0, 0, 0, 0.65);
}

body {
  background: #ffffff;
  color: #000000;
}

.site,
.hero,
.band,
.footer,
.modal-backdrop {
  background: #ffffff;
}

.header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0));
}

.hero-liquid,
.dashboard-aura,
.subscription-modal::before {
  background: radial-gradient(circle at 50% 24%, rgba(254, 75, 19, 0.12), transparent 28rem);
}

.glass,
.nav-shell,
.mobile-nav,
.mission-window,
.stat-card,
.campaign-panel,
.ai-panel,
.tracking-card,
.problem-card,
.format-card,
.cta-panel,
.event-row,
.action-item,
.pushback-diagram div,
.credit-card,
.subscription-card,
.subscription-modal {
  background: rgba(255, 255, 255, 0.88);
  border-color: #fe4b13;
  box-shadow: var(--shadow-card);
}

.window-bar,
.dashboard-sidebar,
.table-row,
.signal-chart,
.accuracy-track,
.pushback-diagram span,
.pre-registration-form input,
.button-glass,
.login-link,
.modal-close {
  background: #ffffff;
  border-color: #fe4b13;
  color: #000000;
}

.brand-mark,
.sidebar-brand span,
.avatar,
.button-primary,
.eyebrow,
.floating-chip,
.credits-pill,
.mini-button,
.panel-head span,
.tracking-head span,
.dashboard-sidebar a.active,
.dashboard-sidebar a:hover,
.good,
.warn,
.risk {
  background: #fe4b13;
  border-color: #fe4b13;
  color: #ffffff;
}

.button-primary svg {
  stroke: #ffffff;
}

.button-glass,
.login-link {
  color: #000000;
}

.button-glass:hover,
.login-link:hover,
.social-links a:hover {
  color: #fe4b13;
}

.brand-text,
.desktop-nav a,
.mobile-nav a,
.hero h1,
.hero-lede,
.hero-proof span,
.window-title,
.sidebar-brand,
.dashboard-sidebar a,
.section-kicker,
.dashboard-header h2,
.panel-head h3,
.tracking-head h3,
.stat-card span,
.stat-card strong,
.table-row,
.table-head,
.action-item strong,
.action-item p,
.section-heading h2,
.section-heading p,
.split-heading h2,
.split-heading p,
.problem-card span,
.problem-card h3,
.problem-card p,
.format-card span,
.format-card h3,
.format-card p,
.tracking-card p,
.accuracy-bars span,
.accuracy-bars strong,
.plan-label,
.price-row strong,
.price-row span,
.credit-ring strong,
.credit-ring span,
.credit-card li,
.cta-panel h2,
.cta-panel p,
.footer,
.footer p,
.footer a,
.footer h4,
.subscription-copy h2,
.subscription-copy p,
.pre-registration-form label,
.form-status {
  color: #000000;
}

.brand-text span,
.primary-text,
.section-kicker,
.problem-card span,
.format-card span,
.credit-card li::before,
.form-status.success,
.form-status.error {
  color: #fe4b13;
}

.mission-window::before,
.tracking-card::after,
.format-card::after,
.pricing-card::after {
  background: linear-gradient(90deg, transparent, rgba(254, 75, 19, 0.18), transparent);
}

.mission-window::after {
  background: linear-gradient(135deg, rgba(254, 75, 19, 0.08), transparent 55%);
}

.dashboard-stage::before,
.dashboard-stage::after {
  border-color: rgba(254, 75, 19, 0.22);
}

.signal-line {
  stroke: #fe4b13;
}

.lost-line {
  stroke: #000000;
}

.signal-area {
  fill: rgba(254, 75, 19, 0.12);
}

.credit-ring {
  background: conic-gradient(#fe4b13 calc(var(--credits) * 1%), rgba(254, 75, 19, 0.12) 0);
}

.credit-ring::before {
  background: #ffffff;
}

.pre-registration-form input::placeholder {
  color: rgba(0, 0, 0, 0.55);
}

.pre-registration-form input:focus {
  background: #ffffff;
  border-color: #fe4b13;
  box-shadow: 0 0 0 4px rgba(254, 75, 19, 0.14);
}

.footer {
  border-top: 1px solid #fe4b13;
}

.footer-bottom {
  border-color: #fe4b13;
}

.social-links a {
  background: transparent;
  border-color: transparent;
  color: #000000;
}

.window-dots span,
.window-dots span:nth-child(1),
.window-dots span:nth-child(2),
.window-dots span:nth-child(3) {
  background: #fe4b13;
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-backdrop {
  animation: modal-fade 180ms ease both;
  background:
    radial-gradient(circle at 50% 16%, rgba(254, 75, 19, 0.24), transparent 32rem),
    rgba(1, 3, 15, 0.78);
  backdrop-filter: blur(18px) saturate(1.18);
  display: grid;
  inset: 0;
  overflow: auto;
  padding: 26px;
  place-items: center;
  position: fixed;
  z-index: 100;
}

.subscription-modal {
  animation: modal-in 240ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  border-radius: 30px;
  display: grid;
  gap: 22px;
  grid-template-columns: 1.05fr 0.95fr;
  max-height: calc(100vh - 52px);
  max-width: 920px;
  overflow: auto;
  padding: 34px;
  position: relative;
  width: min(100%, 920px);
}

.subscription-modal::before {
  animation: liquid-drift 10s ease-in-out infinite alternate;
  background:
    radial-gradient(circle at 22% 22%, rgba(254, 75, 19, 0.2), transparent 20rem),
    radial-gradient(circle at 78% 32%, rgba(255, 188, 104, 0.1), transparent 18rem);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.subscription-copy,
.subscription-card,
.subscription-modal .credit-card {
  position: relative;
  z-index: 1;
}

.subscription-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.subscription-copy p {
  color: var(--muted-foreground);
  font-size: 17px;
  margin: 16px 0 0;
}

.subscription-card {
  border-radius: 24px;
  padding: 24px;
}

.pre-registration-form {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

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

.pre-registration-form label {
  color: #f4c7b2;
  display: grid;
  font-size: 12px;
  font-weight: 850;
  gap: 7px;
  letter-spacing: 0.04em;
  min-width: 0;
  text-transform: uppercase;
}

.pre-registration-form input {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 167, 118, 0.16);
  border-radius: 15px;
  color: #ffffff;
  height: 46px;
  min-width: 0;
  outline: none;
  padding: 0 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  width: 100%;
}

.pre-registration-form input::placeholder {
  color: rgba(216, 196, 187, 0.58);
}

.pre-registration-form input:focus {
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(254, 75, 19, 0.72);
  box-shadow: 0 0 0 4px rgba(254, 75, 19, 0.14);
}

.pre-registration-form .button {
  margin-top: 2px;
  width: 100%;
}

.pre-registration-form .button[disabled] {
  cursor: progress;
  opacity: 0.72;
  transform: none;
}

.form-status {
  color: #f4c7b2;
  font-size: 13px;
  font-weight: 760;
  min-height: 20px;
  margin: 0;
}

.form-status.success {
  color: #ffb18a;
}

.form-status.error {
  color: #ff9b7a;
}

.subscription-modal .credit-card {
  grid-column: 1 / -1;
  grid-template-columns: 150px 1fr;
  margin: 0;
}

.modal-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 188, 104, 0.18);
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: transform 160ms ease, background-color 160ms ease;
  width: 42px;
  z-index: 4;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: scale(1.04);
}

.modal-close svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
  width: 18px;
}

@keyframes button-shine {
  to {
    left: 130%;
  }
}

@keyframes orbit-spin {
  to {
    transform: translateX(-50%) rotate(352deg);
  }
}

@keyframes modal-fade {
  from {
    opacity: 0;
  }
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
}

@keyframes liquid-drift {
  to {
    transform: translate3d(2%, -1%, 0) scale(1.04);
  }
}

@keyframes aura-pulse {
  50% {
    opacity: 0.26;
    transform: scale(1.04);
  }
}

@keyframes floaty {
  50% {
    transform: translateY(-10px);
  }
}

@keyframes panel-scan {
  to {
    left: 130%;
  }
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes event-rise {
  50% {
    transform: translateY(-4px);
  }
}

@keyframes accuracy-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes flow-dot {
  to {
    left: calc(100% + 24px);
  }
}

@keyframes metric-pop {
  48% {
    transform: scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 16px;
  }

  .dashboard-grid,
  .dashboard-panels,
  .split-heading,
  .pricing-card,
  .credit-card {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-right: 0;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 14px;
  }

  .sidebar-brand {
    margin: 0 10px 0 0;
  }

  .dashboard-sidebar a {
    white-space: nowrap;
  }

  .tracking-grid,
  .problem-grid,
  .format-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .credit-ring {
    margin: 0 auto;
  }
}

@media (max-width: 820px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header {
    padding: 10px 0;
  }

  .nav-shell {
    margin: 0 16px;
  }

  .desktop-nav,
  .nav-actions {
    display: none;
  }

  .menu-button {
    display: flex;
  }

  .mobile-nav.open {
    display: grid;
    gap: 12px;
  }

  .mobile-nav a {
    color: var(--muted-foreground);
    font-weight: 800;
  }

  .mobile-nav .button {
    color: var(--primary-foreground);
    justify-self: start;
  }

  .hero-inner {
    padding-bottom: 70px;
    padding-top: 86px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-lede,
  .section-heading p,
  .split-heading p,
  .cta-panel p {
    font-size: 16px;
  }

  .dashboard-stage {
    margin-top: 56px;
  }

  .floating-chip {
    display: none;
  }

  .stat-grid,
  .tracking-grid,
  .problem-grid,
  .format-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .table-row {
    grid-template-columns: 1fr 0.8fr;
  }

  .table-row span:nth-child(3),
  .table-row span:nth-child(4) {
    text-align: left;
  }

  .table-head {
    display: none;
  }

  .dashboard-main {
    padding: 16px;
  }

  .window-title {
    display: none;
  }

  .section-block {
    padding-bottom: 68px;
    padding-top: 68px;
  }

  .footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .subscription-modal {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .subscription-modal .credit-card {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 520px) {
  .button {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero h1 {
    font-size: 39px;
  }

  .mission-window {
    border-radius: 22px;
  }

  .credits-pill {
    font-size: 0;
  }

  .credits-pill svg {
    margin: 0;
  }

  .dashboard-sidebar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  .sidebar-brand {
    grid-column: 1 / -1;
    justify-content: center;
    margin: 0;
  }

  .dashboard-sidebar a {
    font-size: 12px;
    padding: 10px 7px;
    text-align: center;
  }

  .stat-card strong,
  .price-row strong {
    font-size: 42px;
  }

  .pricing-card {
    padding: 22px;
  }

  .modal-backdrop {
    padding: 14px;
  }

  .subscription-modal {
    border-radius: 22px;
    max-height: calc(100vh - 28px);
    padding: 22px;
  }

  .subscription-card {
    padding: 18px;
  }
}

/* WeTracked-style typography and orange-only polish. */
body {
  color: #fffaf7;
}

.brand-mark,
.brand-text,
.sidebar-brand,
.avatar,
.hero h1,
.section-heading h2,
.split-heading h2,
.cta-panel h2,
.subscription-copy h2 {
  font-weight: 600;
}

.desktop-nav a,
.login-link,
.button,
.button-small,
.mobile-nav a,
.eyebrow,
.hero-proof span,
.floating-chip,
.credits-pill,
.mini-button,
.dashboard-sidebar a,
.section-kicker,
.stat-card span,
.panel-head span,
.tracking-head span,
.table-row,
.action-item strong,
.plan-label,
.price-row span,
.credit-ring span,
.credit-card li,
.pre-registration-form label,
.form-status,
.footer a {
  font-weight: 500;
}

.dashboard-header h2,
.panel-head h3,
.tracking-head h3,
.problem-card h3,
.format-card h3,
.stat-card strong,
.problem-card span,
.format-card span,
.accuracy-bars strong,
.price-row strong,
.credit-ring strong {
  font-weight: 600;
}

.hero h1 {
  font-size: clamp(48px, 7.2vw, 88px);
  letter-spacing: 0.01em;
  line-height: 1;
}

.section-heading h2,
.split-heading h2,
.cta-panel h2,
.subscription-copy h2 {
  font-size: clamp(34px, 4.8vw, 54px);
  letter-spacing: 0.01em;
  line-height: 1.04;
}

.hero-lede,
.section-heading p,
.split-heading p,
.cta-panel p,
.subscription-copy p,
.pricing-main p,
.action-item p,
.problem-card p,
.format-card p,
.tracking-card p,
.stat-card span,
.event-row small,
.event-row em,
.credit-ring span,
.price-row span,
.footer p {
  color: #f1d9cd;
}

.desktop-nav a,
.login-link,
.mobile-nav a,
.hero-proof span,
.window-title,
.table-head,
.pre-registration-form label,
.form-status {
  color: #f4c7b2;
}

.glass,
.mission-window,
.stat-card,
.campaign-panel,
.ai-panel,
.tracking-card,
.problem-card,
.format-card,
.cta-panel,
.event-row,
.action-item,
.pushback-diagram div,
.credit-card,
.subscription-card {
  background: linear-gradient(145deg, rgba(30, 12, 7, 0.76), rgba(8, 3, 2, 0.68));
  border-color: rgba(255, 167, 118, 0.18);
}

.nav-shell,
.button-glass,
.table-row,
.signal-chart,
.accuracy-track,
.pushback-diagram span,
.pre-registration-form input {
  background: rgba(18, 7, 4, 0.74);
  border-color: rgba(255, 167, 118, 0.18);
}

.eyebrow,
.floating-chip,
.credits-pill,
.mini-button,
.panel-head span,
.tracking-head span,
.dashboard-sidebar a.active,
.dashboard-sidebar a:hover {
  background: rgba(254, 75, 19, 0.13);
  color: #fff1ea;
}

.good,
.warn,
.risk {
  background: rgba(254, 75, 19, 0.12);
  color: #fff1ea;
}

.lost-line {
  stroke: rgba(255, 255, 255, 0.22);
}

.credit-card li::before,
.form-status.success {
  color: #ffb18a;
}

.form-status.error {
  color: #ffffff;
}

.footer {
  background: rgba(8, 3, 2, 0.88);
}

/* Strict two-color palette: #fe4b13 and #ffffff only. */
:root {
  --background: #fe4b13;
  --foreground: #ffffff;
  --card: rgba(255, 255, 255, 0.14);
  --primary: #fe4b13;
  --primary-foreground: #ffffff;
  --primary-soft: rgba(255, 255, 255, 0.18);
  --secondary: rgba(255, 255, 255, 0.12);
  --muted: rgba(255, 255, 255, 0.12);
  --muted-foreground: #ffffff;
  --border: rgba(255, 255, 255, 0.34);
  --input: rgba(255, 255, 255, 0.14);
  --gradient-primary: linear-gradient(135deg, #fe4b13 0%, #fe4b13 100%);
  --gradient-soft: linear-gradient(180deg, #fe4b13, #fe4b13);
  --glass: rgba(255, 255, 255, 0.14);
  --glass-strong: rgba(255, 255, 255, 0.22);
  --shadow-card: 0 1px 0 rgba(255, 255, 255, 0.24), 0 24px 70px -42px rgba(254, 75, 19, 0.8);
  --shadow-elevated: 0 38px 90px -48px rgba(254, 75, 19, 0.9);
}

body {
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.26), transparent 34rem),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.14), transparent 28rem),
    #fe4b13;
  color: #ffffff;
}

.header {
  background: linear-gradient(180deg, rgba(254, 75, 19, 0.92), transparent);
}

.glass,
.nav-shell,
.mobile-nav,
.mission-window,
.stat-card,
.campaign-panel,
.ai-panel,
.tracking-card,
.problem-card,
.format-card,
.cta-panel,
.event-row,
.action-item,
.pushback-diagram div,
.credit-card,
.subscription-card,
.subscription-modal {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.22), var(--shadow-card);
}

.window-bar,
.dashboard-sidebar,
.table-row,
.signal-chart,
.accuracy-track,
.pushback-diagram span,
.pre-registration-form input,
.button-glass,
.login-link,
.modal-close,
.social-links a {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.brand-mark,
.sidebar-brand span,
.avatar,
.button-primary {
  background: #ffffff;
  color: #fe4b13;
  box-shadow: none;
}

.button-primary svg {
  stroke: #fe4b13;
}

.button-glass:hover,
.login-link:hover,
.social-links a:hover {
  color: #ffffff;
}

.brand-text,
.brand-text span,
.desktop-nav a,
.login-link,
.mobile-nav a,
.hero h1,
.hero-lede,
.hero-proof span,
.eyebrow,
.floating-chip,
.credits-pill,
.mini-button,
.window-title,
.sidebar-brand,
.dashboard-sidebar a,
.section-kicker,
.dashboard-header h2,
.panel-head h3,
.tracking-head h3,
.stat-card span,
.stat-card strong,
.table-row,
.table-head,
.action-item strong,
.action-item p,
.section-heading h2,
.section-heading p,
.split-heading h2,
.split-heading p,
.problem-card span,
.problem-card h3,
.problem-card p,
.format-card span,
.format-card h3,
.format-card p,
.tracking-card p,
.accuracy-bars span,
.accuracy-bars strong,
.plan-label,
.price-row strong,
.price-row span,
.credit-ring strong,
.credit-ring span,
.credit-card li,
.cta-panel h2,
.cta-panel p,
.footer,
.footer p,
.footer a,
.footer h4,
.subscription-copy h2,
.subscription-copy p,
.pre-registration-form label,
.form-status {
  color: #ffffff;
}

.eyebrow,
.floating-chip,
.credits-pill,
.mini-button,
.panel-head span,
.tracking-head span,
.dashboard-sidebar a.active,
.dashboard-sidebar a:hover,
.good,
.warn,
.risk {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.hero-liquid,
.dashboard-aura,
.modal-backdrop,
.subscription-modal::before {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.2), transparent 26rem),
    #fe4b13;
}

.modal-backdrop {
  background: rgba(254, 75, 19, 0.82);
}

.mission-window::before,
.tracking-card::after,
.format-card::after,
.pricing-card::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
}

.mission-window::after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 55%);
}

.dashboard-stage::before,
.dashboard-stage::after {
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.signal-line,
.lost-line {
  stroke: #ffffff;
}

.signal-area {
  fill: rgba(255, 255, 255, 0.16);
}

.credit-ring {
  background: conic-gradient(#ffffff calc(var(--credits) * 1%), rgba(255, 255, 255, 0.18) 0);
  box-shadow: none;
}

.credit-ring::before {
  background: #fe4b13;
}

.credit-card li::before,
.form-status.success,
.form-status.error {
  color: #ffffff;
}

.pre-registration-form input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.pre-registration-form input:focus {
  background: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

.footer {
  background: #fe4b13;
  border-color: rgba(255, 255, 255, 0.34);
}

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.34);
}

.social-links a {
  background: transparent;
  border-color: transparent;
}

/* True final override: Reinflow uses the Postflows-like light surface, not the old full-orange theme. */
/* Dashboard guard: keep the screenshot-style app mockup dark even after the global light theme rules below. */
.dashboard-stage .app-dashboard-window {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 90, 31, 0.16), transparent 22rem),
    linear-gradient(180deg, rgba(21, 21, 25, 0.98), rgba(5, 5, 7, 0.99)) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 18px !important;
  box-shadow:
    0 36px 90px -44px rgba(0, 0, 0, 0.86),
    0 28px 80px -52px rgba(255, 90, 31, 0.62),
    inset 0 1px rgba(255, 255, 255, 0.06) !important;
  color: #f7f2ed !important;
  max-width: 1280px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.dashboard-stage .app-dashboard-window::before,
.dashboard-stage .app-dashboard-window::after {
  content: none !important;
}

.dashboard-stage .app-dashboard-window .window-bar {
  background: rgba(20, 20, 24, 0.96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #f7f2ed !important;
  height: 46px;
}

.dashboard-stage .app-dashboard-window .window-title,
.dashboard-stage .app-main h2,
.dashboard-stage .app-sidebar-brand strong,
.dashboard-stage .campaign-name {
  color: #f7f2ed !important;
}

.dashboard-stage .app-dashboard-window .window-dots span:nth-child(1) {
  background: #e54f4f !important;
}

.dashboard-stage .app-dashboard-window .window-dots span:nth-child(2) {
  background: #bb8d00 !important;
}

.dashboard-stage .app-dashboard-window .window-dots span:nth-child(3) {
  background: #16a164 !important;
}

.dashboard-stage .app-credit-pill {
  background: rgba(255, 90, 31, 0.1) !important;
  border-color: rgba(255, 90, 31, 0.42) !important;
  color: #ff8a55 !important;
}

.dashboard-stage .app-credit-pill svg {
  stroke: #ff8a55 !important;
}

.dashboard-stage .app-dashboard-grid {
  background: #07080b;
  display: grid !important;
  grid-template-columns: 228px minmax(820px, 1fr) !important;
  min-height: 590px;
  min-width: 1050px;
}

.dashboard-stage .app-sidebar {
  background: linear-gradient(180deg, rgba(24, 24, 28, 0.96), rgba(12, 12, 15, 0.98)) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  display: flex !important;
  flex-direction: column;
}

.dashboard-stage .app-sidebar .sidebar-label {
  color: rgba(255, 255, 255, 0.32) !important;
}

.dashboard-stage .app-sidebar a {
  color: rgba(255, 255, 255, 0.54) !important;
}

.dashboard-stage .app-sidebar a.active,
.dashboard-stage .app-sidebar a:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important;
}

.dashboard-stage .app-profile {
  background: transparent !important;
  border: 0 !important;
}

.dashboard-stage .app-profile strong {
  color: rgba(255, 255, 255, 0.8) !important;
}

.dashboard-stage .app-profile span {
  color: rgba(255, 255, 255, 0.28) !important;
}

.dashboard-stage .profile-avatar {
  color: #ffffff !important;
}

.dashboard-stage .app-main {
  background: #07080b !important;
  color: #f7f2ed !important;
}

.dashboard-stage .app-kicker {
  color: rgba(255, 255, 255, 0.66) !important;
}

.dashboard-stage .app-actions .mini-button {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.dashboard-stage .app-actions .launch-button {
  background: linear-gradient(135deg, var(--pf-orange), #8b5cf6) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

.dashboard-stage .app-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.dashboard-stage .app-tabs button {
  background: transparent !important;
  border: 0 !important;
  color: rgba(255, 255, 255, 0.44) !important;
}

.dashboard-stage .app-tabs button.active {
  color: #ffffff !important;
}

.dashboard-stage .app-tabs button.active::after {
  background: #ffffff;
}

.dashboard-stage .app-table-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.68);
}

.dashboard-stage .app-table-head {
  color: rgba(255, 255, 255, 0.28);
}

.dashboard-stage .app-table-row:not(.app-table-head) span:nth-child(2) {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
}

.dashboard-stage .app-table-row small {
  color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 1120px) {
  .dashboard-stage .app-dashboard-window {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .dashboard-stage .app-dashboard-grid {
    grid-template-columns: 228px minmax(820px, 1fr) !important;
    min-width: 1048px;
  }

  .dashboard-stage .app-sidebar {
    display: flex !important;
  }
}

@media (max-width: 560px) {
  .dashboard-stage .app-dashboard-window {
    max-width: calc(100vw - 20px);
  }

  .dashboard-stage .app-dashboard-grid {
    grid-template-columns: 210px minmax(760px, 1fr) !important;
    min-width: 970px;
  }
}

.chip-left {
  left: 24px !important;
  top: -18px !important;
}

.chip-right {
  right: 24px !important;
  top: -18px !important;
}

@media (max-width: 820px) {
  .floating-chip {
    display: none;
  }
}

@media (max-width: 1120px) {
  .dashboard-system {
    grid-template-columns: 1fr !important;
  }

  .system-sidebar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sidebar-brand,
  .sidebar-profile {
    grid-column: 1 / -1;
  }

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

  .manager-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 820px) {
  .system-grid,
  .tool-grid {
    grid-template-columns: 1fr !important;
  }

  .dashboard-header {
    gap: 12px;
  }

  .dashboard-actions {
    justify-content: flex-start;
  }

  .manager-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .manager-head {
    display: none;
  }

  .manager-row span {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .system-sidebar {
    grid-template-columns: 1fr !important;
  }

  .manager-tabs {
    overflow-x: auto;
  }

  .manager-row {
    grid-template-columns: 1fr !important;
  }

  .system-card,
  .manager-panel,
  .mission-panel,
  .tool-card {
    padding: 12px;
  }
}

:root {
  --pf-orange: #ff5a1f;
  --pf-amber: #ffa500;
  --pf-ink: #262323;
  --pf-muted: #6f6863;
  --pf-paper: #f6f4ef;
  --pf-white: #ffffff;
  --pf-line: rgba(38, 35, 35, 0.12);
  --primary: var(--pf-orange);
  --foreground: var(--pf-ink);
  --background: var(--pf-paper);
  --border: var(--pf-line);
  --gradient-primary: linear-gradient(135deg, var(--pf-orange), var(--pf-amber));
  --shadow-card: 0 18px 50px -34px rgba(38, 35, 35, 0.5), inset 0 1px rgba(255, 255, 255, 0.84);
}

html,
body {
  background: var(--pf-paper) !important;
  color: var(--pf-ink) !important;
}

body {
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 90, 31, 0.18), transparent 30rem),
    radial-gradient(circle at 84% 10%, rgba(255, 165, 0, 0.14), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0%, var(--pf-paper) 46%, #fffaf4 100%) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input {
  letter-spacing: 0;
}

h1,
h2,
h3,
strong {
  font-weight: 650;
  letter-spacing: 0;
}

.header {
  background: linear-gradient(180deg, rgba(246, 244, 239, 0.92), rgba(246, 244, 239, 0)) !important;
}

.nav-shell,
.mobile-nav {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 18px 60px -42px rgba(38, 35, 35, 0.55), inset 0 1px rgba(255, 255, 255, 0.9) !important;
  color: var(--pf-ink) !important;
  backdrop-filter: blur(24px) saturate(170%);
}

.brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 28px -18px rgba(255, 90, 31, 0.8);
}

.sidebar-logo {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  object-fit: cover;
}

.brand-text,
.desktop-nav a,
.mobile-nav a,
.login-link,
.menu-button,
.hero h1,
.hero-lede,
.hero-proof span,
.dashboard-header h2,
.panel-head h3,
.section-heading h2,
.section-heading p,
.split-heading h2,
.split-heading p,
.problem-card h3,
.problem-card p,
.format-card h3,
.format-card p,
.tracking-card p,
.tracking-head h3,
.accuracy-bars span,
.accuracy-bars strong,
.subscription-copy h2,
.subscription-copy p,
.pre-registration-form label,
.footer h4 {
  color: var(--pf-ink) !important;
}

.desktop-nav a:hover,
.mobile-nav a:hover,
.login-link:hover,
.dashboard-sidebar a.active,
.dashboard-sidebar a:hover,
.section-kicker,
.plan-label,
.problem-card span,
.format-card span,
.tracking-head span,
.form-status.success {
  color: var(--pf-orange) !important;
}

.desktop-nav a,
.mobile-nav a,
.login-link,
.dashboard-sidebar a,
.button,
.mini-button,
.manager-tabs button {
  font-weight: 600;
}

.button-primary,
.brand-mark,
.avatar {
  background: var(--pf-orange) !important;
  color: var(--pf-white) !important;
  box-shadow: 0 16px 36px -24px rgba(255, 90, 31, 0.9) !important;
}

.button-primary svg,
.eyebrow svg,
.credits-pill svg,
.hero-proof svg {
  stroke: var(--pf-white) !important;
}

.eyebrow svg,
.credits-pill svg,
.hero-proof svg {
  stroke: var(--pf-orange) !important;
}

.button-glass,
.login-link,
.mini-button,
.modal-close {
  background: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(38, 35, 35, 0.1) !important;
  color: var(--pf-ink) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9);
}

.button-glass:hover,
.mini-button:hover,
.modal-close:hover {
  background: rgba(255, 90, 31, 0.1) !important;
  color: var(--pf-orange) !important;
}

.eyebrow,
.floating-chip,
.credits-pill {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  color: var(--pf-orange) !important;
  box-shadow: 0 18px 46px -34px rgba(255, 90, 31, 0.65), inset 0 1px rgba(255, 255, 255, 0.9);
}

.hero-liquid {
  background: radial-gradient(circle at 34% 26%, rgba(255, 90, 31, 0.2), transparent 23rem), radial-gradient(circle at 72% 48%, rgba(255, 165, 0, 0.14), transparent 24rem) !important;
}

.dashboard-aura {
  background: radial-gradient(circle at 28% 24%, rgba(255, 90, 31, 0.24), transparent 25rem), radial-gradient(circle at 78% 16%, rgba(255, 165, 0, 0.16), transparent 24rem) !important;
}

.glass,
.mission-window,
.tracking-card,
.problem-card,
.format-card,
.cta-panel,
.event-row,
.pushback-diagram div,
.subscription-card,
.subscription-modal,
.credit-card {
  background: rgba(255, 255, 255, 0.68) !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
  box-shadow: var(--shadow-card) !important;
  backdrop-filter: blur(24px) saturate(160%);
}

.mission-window {
  overflow: hidden;
}

.mission-window::before,
.tracking-card::after,
.format-card::after,
.pricing-card::after {
  background: linear-gradient(90deg, transparent, rgba(255, 90, 31, 0.28), transparent) !important;
}

.mission-window::after {
  background: linear-gradient(135deg, rgba(255, 90, 31, 0.18), transparent 54%) !important;
}

.window-bar,
.dashboard-sidebar,
.signal-chart,
.accuracy-track,
.pushback-diagram span,
.pre-registration-form input {
  background: rgba(255, 255, 255, 0.58) !important;
  border-color: rgba(38, 35, 35, 0.1) !important;
  color: var(--pf-ink) !important;
}

.window-title,
.sidebar-brand,
.dashboard-sidebar a,
.stat-card span,
.stat-card strong,
.table-row,
.action-item strong,
.action-item p,
.credit-card li,
.price-row strong,
.price-row span,
.credit-ring strong,
.credit-ring span,
.form-status {
  color: var(--pf-ink) !important;
}

.window-dots span {
  background: rgba(255, 90, 31, 0.72) !important;
}

.system-card,
.manager-panel,
.mission-panel,
.tool-card,
.manager-row,
.mission-item {
  background: rgba(255, 255, 255, 0.64) !important;
  border-color: rgba(255, 255, 255, 0.78) !important;
  color: var(--pf-ink) !important;
}

.system-card span,
.tool-card span,
.panel-head span {
  color: rgba(38, 35, 35, 0.56) !important;
}

.system-card strong,
.mission-item strong,
.credit-note strong,
.tool-card h3 {
  color: var(--pf-ink) !important;
}

.system-card p,
.mission-item p,
.tool-card p,
.credit-note p {
  color: rgba(38, 35, 35, 0.62) !important;
}

.credit-balance-card {
  background: linear-gradient(135deg, var(--pf-orange), var(--pf-amber)) !important;
}

.credit-balance-card span,
.credit-balance-card strong,
.credit-balance-card p {
  color: var(--pf-white) !important;
}

.dashboard-sidebar a.active,
.dashboard-sidebar a:hover {
  background: rgba(255, 90, 31, 0.1) !important;
  border-color: rgba(255, 90, 31, 0.18) !important;
}

.sidebar-profile,
.credit-note {
  background: linear-gradient(135deg, rgba(255, 90, 31, 0.12), rgba(255, 255, 255, 0.72)) !important;
  border-color: rgba(255, 90, 31, 0.18) !important;
}

.manager-tabs button {
  background: rgba(255, 255, 255, 0.66) !important;
  border-color: rgba(38, 35, 35, 0.1) !important;
  color: rgba(38, 35, 35, 0.68) !important;
}

.manager-tabs button.active,
.mission-item > span {
  background: var(--pf-orange) !important;
  border-color: var(--pf-orange) !important;
  color: var(--pf-white) !important;
}

.manager-head {
  background: transparent !important;
  border-color: transparent !important;
}

.status-live {
  background: rgba(255, 90, 31, 0.12) !important;
  color: var(--pf-orange) !important;
}

.status-review {
  background: rgba(255, 165, 0, 0.14) !important;
  color: #a96300 !important;
}

.status-paused {
  background: rgba(38, 35, 35, 0.08) !important;
  color: rgba(38, 35, 35, 0.62) !important;
}

.dashboard-stage::before,
.dashboard-stage::after {
  border-color: rgba(255, 90, 31, 0.18) !important;
  box-shadow: none !important;
}

.pre-registration-form input {
  background: rgba(255, 255, 255, 0.7) !important;
}

.pre-registration-form input::placeholder {
  color: rgba(38, 35, 35, 0.42) !important;
}

.pre-registration-form input:focus {
  border-color: var(--pf-orange) !important;
  box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.13) !important;
}

.modal-backdrop {
  background: rgba(38, 35, 35, 0.34) !important;
  backdrop-filter: blur(18px);
}

.subscription-modal::before {
  background: radial-gradient(circle at 28% 16%, rgba(255, 90, 31, 0.18), transparent 24rem), radial-gradient(circle at 82% 22%, rgba(255, 165, 0, 0.12), transparent 22rem) !important;
}

.credit-ring {
  background: conic-gradient(var(--pf-orange) calc(var(--credits) * 1%), rgba(38, 35, 35, 0.08) 0) !important;
  box-shadow: none !important;
}

.credit-ring::before {
  background: rgba(255, 255, 255, 0.94) !important;
}

.credit-card li::before {
  color: var(--pf-orange) !important;
}

.footer {
  background: #11100f !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--pf-white) !important;
}

.footer p,
.footer a,
.footer h4 {
  color: rgba(255, 255, 255, 0.82) !important;
}

.footer .brand-text {
  color: var(--pf-white) !important;
}

.social-links {
  gap: 14px;
}

.social-links a {
  width: 24px;
  height: 24px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--pf-white) !important;
  padding: 0;
}

.social-links svg {
  width: 22px;
  height: 22px;
}
