﻿/* SunZee1 â€” design.md / skill.md tokens */
:root {
  /* Font */
  --font-orbitron: Orbitron, "Orbitron Fallback";
  --font-space: "Space Grotesk", "Space Grotesk Fallback";
  --font-family-primary: "Space Grotesk", "Space Grotesk Fallback", Inter, system-ui, -apple-system, sans-serif;
  --font-display: var(--font-orbitron), var(--font-space), system-ui, sans-serif;
  --font-size-base: 16px;
  --font-weight-base: 400;
  --font-line-height-base: 24px;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-md: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 36px;
  --font-size-2xl: 64px;

  /* Site color scheme — single palette */
  --color-background: lab(3.8618% -3.81187 1.11833);
  --color-foreground: lab(97.742% -0.305504 3.80692);
  --color-primary: lab(80.2466% 19.9661 88.7692);
  --color-accent: lab(86.2697% -54.501 76.0734);
  --color-secondary: lab(71.5231% -52.3996 -15.5971);
  --color-border: lab(25.1348% -13.0549 5.16098 / 0.5);

  /* Compat aliases (old names → same scheme) */
  --color-text-primary: var(--color-foreground);
  --color-text-secondary: lab(74.8146% -7.39434 4.71588);
  --color-text-tertiary: lab(95.8284% -8.67364 11.7483);
  --color-text-inverse: lab(84.0172% -5.22226 4.87266);
  --color-surface-base: var(--color-background);
  --color-surface-muted: lab(9.92028% -9.94108 3.49008 / 0.4);
  --color-surface-raised: lab(9.92028% -9.94108 3.49008 / 0.5);
  --color-surface-strong: var(--color-background);
  --color-border-default: var(--color-border);
  --color-border-muted: lab(25.1348% -13.0549 5.16098 / 0.45);
  --color-accent-lime: var(--color-accent);
  --color-accent-lime-soft: var(--color-accent);
  --color-accent-amber: var(--color-primary);
  --color-accent-orange: var(--color-primary);
  --color-accent-cyan: var(--color-secondary);
  --color-accent-cream: lab(95.9639% 1.47137 70.0951);
  --color-btn-on-accent: var(--color-background);

  /* Spacing */
  --space-1: 6px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 14px;
  --space-5: 16px;
  --space-6: 20px;
  --space-7: 24px;
  --space-8: 32px;

  /* Radius / shadow / motion */
  --radius-xs: 14px;
  --radius-sm: 20px;
  --radius-pill: 999px;
  --shadow-1: lab(100% 0 0 / 0.05) 0px 1px 0px 0px inset, lab(0% 0 0 / 0.5) 0px 18px 40px -16px;
  --shadow-2: lab(100% 0 0 / 0.35) 0px 1px 0px 0px inset, lab(0% 0 0 / 0.2) 0px -1px 0px 0px inset, lab(80.2466% 19.9661 88.7692 / 0.55) 0px 10px 28px -8px;
  --motion-instant: 150ms;
  --motion-fast: 200ms;

  /* Gradients — Image 1 / sunzee1.com exact */
  --color-cyan-bright: lab(80.9124% -57.2761 -20.7878);
  --color-orange: lab(73.554% 43.5632 94.0092);
  --color-cream: lab(95.9639% 1.47137 70.0951);
  --lime: var(--color-accent);
  --cyan: var(--color-secondary);
  --amber: var(--color-primary);
  --gradient-text: linear-gradient(135deg, var(--color-cyan-bright) 0%, var(--color-accent) 50%, var(--color-primary) 100%);
  --gradient-cta:
    radial-gradient(120% 220% at 50% -40%, lab(95.9639% 1.47137 70.0951 / 0.85), transparent 50%),
    linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 65%, var(--color-orange) 100%);
  --gradient-bar: linear-gradient(90deg, var(--color-accent), var(--color-primary));
  --gradient-yield: linear-gradient(90deg, var(--color-cyan-bright) 0%, var(--color-accent) 100%);
  --gradient-aurora:
    radial-gradient(50% 35% at 20% 20%, lab(86.2697% -54.501 76.0734 / 0.22), transparent 65%),
    radial-gradient(45% 30% at 80% 30%, lab(80.2466% 19.9661 88.7692 / 0.2), transparent 65%),
    radial-gradient(60% 45% at 50% 90%, lab(71.5231% -52.3996 -15.5971 / 0.18), transparent 65%);
  --btn-radius: 0.875rem;

  /* Aliases used across components */
  --font: var(--font-family-primary);
  --text-primary: var(--color-foreground);
  --text-secondary: var(--color-text-secondary);
  --text-muted: var(--color-text-inverse);
  --text-tertiary: var(--color-text-tertiary);
  --surface-base: var(--color-background);
  --surface-muted: var(--color-surface-muted);
  --surface-raised: var(--color-surface-raised);
  --surface-strong: var(--color-background);
  --border: var(--color-border);
  --border-strong: lab(86.2697% -54.501 76.0734 / 0.45);
  --radius-sm-alias: var(--radius-xs);
  --radius-md: var(--radius-sm);
  --shadow-card: var(--shadow-1);
  --shadow-glow: var(--shadow-2);
  --ease: var(--motion-instant) ease;

  /* Layout â€” matches sunzee1.com max-w-7xl (80rem) + px-5 / sm:px-8 */
  --container: 80rem; /* 1280px */
  --container-pad: var(--space-6);
  --header-h: 80px;
  /* Same base as hero/body — no olive seam; only tiny soft top wash */
  --header-bg:
    radial-gradient(90% 120% at 50% -20%, lab(86.2697% -54.501 76.0734 / 0.05), transparent 65%),
    var(--color-background);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-base);
  line-height: var(--font-line-height-base);
  color: var(--color-foreground);
  background: var(--color-background);
  min-height: 100vh;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #ffd200 var(--color-background);
}

/* Gradient scrollbar — matches Register CTA (Image 2) */
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: var(--color-background);
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #bfff00 0%, #d4ff2e 35%, #ffd200 70%, #ffb800 100%);
  border-radius: 999px;
  border: 2px solid var(--color-background);
  background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #d4ff2e 0%, #ffd200 50%, #ff9f0a 100%);
  border: 2px solid var(--color-background);
  background-clip: padding-box;
}

*::-webkit-scrollbar-corner {
  background: var(--color-background);
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--color-accent-lime);
  outline-offset: 3px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

@media (min-width: 640px) {
  :root {
    --container-pad: var(--space-8);
  }
}

.section {
  padding: 72px 0;
}

.section-alt {
  background: linear-gradient(180deg, transparent, var(--color-surface-muted), transparent);
}

.eyebrow {
  color: var(--lime);
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--space-3);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(var(--font-size-xl), 5vw, var(--font-size-2xl));
  margin-bottom: var(--space-5);
}

h2 {
  font-size: clamp(1.75rem, 3.5vw, var(--font-size-xl));
  margin-bottom: var(--space-4);
}

h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.lead,
.section-lead {
  color: var(--color-text-secondary);
  max-width: 52ch;
  font-size: var(--font-size-md);
  line-height: var(--font-line-height-base);
}

.section-lead {
  margin-bottom: var(--space-8);
}

.text-gradient {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.text-glow {
  filter: drop-shadow(0 0 18px lab(86.2697 -54.501 76.0734 / 0.35))
    drop-shadow(0 0 28px lab(71.5231 -52.3996 -15.5971 / 0.22));
}

/* Buttons â€” match sunzee1.com sz-btn */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 40px;
  padding: 0 var(--space-5);
  border-radius: var(--btn-radius);
  font-weight: 600;
  font-size: var(--font-size-sm);
  letter-spacing: 0.01em;
  transition: transform var(--motion-instant) ease, filter var(--motion-instant) ease, background var(--motion-instant) ease, border-color var(--motion-instant) ease, box-shadow var(--motion-fast) ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: scale(0.99);
}

.btn-primary {
  color: lab(2.60257% -2.82872 1.11766);
  background: var(--gradient-cta);
  border: 0;
  box-shadow:
    lab(100% 0 0 / 0.35) 0px 1px 0px 0px inset,
    lab(0% 0 0 / 0.2) 0px -1px 0px 0px inset,
    0 10px 28px -8px lab(80.2466% 19.9661 88.7692 / 0.55),
    0 0 32px lab(73.554% 43.5632 94.0092 / 0.25);
}

.btn-primary:hover {
  filter: brightness(1.05);
}

.btn-header {
  height: 40px;
  min-height: 40px;
  padding: 0 var(--space-5);
  font-size: var(--font-size-sm);
}

.btn-hero {
  height: 56px;
  min-height: 56px;
  padding: 0 var(--space-8);
  font-size: var(--font-size-md);
}

.btn-outline {
  border: 1px solid lab(100% 0 0 / 0.28);
  background: lab(100% 0 0 / 0.03);
}

.btn-outline:hover {
  border-color: lab(86.2697% -54.501 76.0734 / 0.55);
  background: lab(86.2697% -54.501 76.0734 / 0.06);
}

.btn-login {
  height: 40px;
  min-height: 40px;
  padding: 0 var(--space-5);
  border: 1px solid lab(100% 0 0 / 0.28);
  color: var(--color-foreground);
  background: transparent;
  font-weight: 500;
}

.btn-login:hover {
  border-color: lab(100% 0 0 / 0.45);
  background: lab(100% 0 0 / 0.04);
}

.btn-outline-green {
  height: 56px;
  min-height: 56px;
  padding: 0 var(--space-8);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.55);
  color: var(--color-foreground);
  background: lab(9.92028% -9.94108 3.49008 / 0.35);
  font-size: var(--font-size-md);
  font-weight: 600;
}

.btn-outline-green:hover {
  border-color: var(--color-accent);
  background: lab(86.2697% -54.501 76.0734 / 0.08);
}

.btn-login-green {
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.55);
  color: var(--color-foreground);
  background: lab(86.2697% -54.501 76.0734 / 0.06);
}

.btn-lg {
  height: 56px;
  min-height: 56px;
  padding: 0 var(--space-8);
  font-size: var(--font-size-md);
}

.btn-ico {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Header — same color as hero/page (seamless) */
.site-header {
  position: relative;
  z-index: 50;
  height: var(--header-h);
  border-bottom: 0;
  background: var(--header-bg);
}

.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--space-5);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  justify-self: start;
}

.logo-mark {
  width: 50px;
  height: 34px;
  object-fit: contain;
  flex-shrink: 0;
  filter:
    drop-shadow(0 0 10px lab(86.2697% -54.501 76.0734 / 0.55))
    drop-shadow(0 0 22px lab(80.2466% 19.9661 88.7692 / 0.35));
}

.logo-text {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  background: linear-gradient(
    90deg,
    #7af0d0 0%,
    #b8f04a 42%,
    #e8ff4a 72%,
    #ffd200 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 14px lab(86.2697% -54.501 76.0734 / 0.28));
}

.logo-sun,
.logo-zee {
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  justify-self: center;
}

.nav a {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 500;
  transition: color var(--ease);
}

.nav a:hover {
  color: #ffffff;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  justify-self: end;
}

.site-header .btn-login {
  height: 42px;
  min-height: 42px;
  padding: 0 22px;
  border-radius: var(--btn-radius);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
}

.site-header .btn-login:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.site-header .btn-header {
  height: 42px;
  min-height: 42px;
  padding: 0 22px;
  border-radius: var(--btn-radius);
  font-size: 14px;
  font-weight: 700;
  color: #0a0a0a;
  background: linear-gradient(90deg, #bfff00 0%, #d4ff2e 35%, #ffd200 70%, #ffb800 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 0 24px rgba(191, 255, 0, 0.28),
    0 8px 22px rgba(255, 184, 0, 0.22);
}

.site-header .btn-header:hover {
  filter: brightness(1.06);
}

.nav-toggle {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  background: #ffffff;
  border-radius: 1px;
  transform-origin: center;
  transition: transform 0.22s ease, opacity 0.18s ease, top 0.22s ease;
}

.nav-toggle span:nth-child(1) { top: 14px; }
.nav-toggle span:nth-child(2) { top: 20px; }
.nav-toggle span:nth-child(3) { top: 26px; }

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

/* Hero — same site bg; soft glow only near graph/dashboard */
.hero {
  position: relative;
  padding-top: 40px;
  padding-bottom: 48px;
  overflow: hidden;
  background: var(--color-background);
}

@media (min-width: 768px) {
  .hero {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.hero-aurora {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .hero-grid {
    gap: 64px;
  }
}

.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-bottom: var(--space-5);
  padding: 6px 14px;
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.45);
  border-radius: var(--radius-pill);
  background: lab(86.2697% -54.501 76.0734 / 0.08);
  color: var(--color-accent);
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0.18em;
  backdrop-filter: blur(12px);
}

.pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 0 lab(86.2697% -54.501 76.0734 / 0.55);
  animation: pulse 1.8s infinite;
}

.pulse-sm {
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 10px lab(86.2697% -54.501 76.0734 / 0); }
  100% { box-shadow: 0 0 0 0 lab(86.2697% -54.501 76.0734 / 0); }
}

.hero h1 {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--space-4);
  line-height: 1.05;
  color: var(--color-foreground);
}

.lead {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 48ch;
  color: var(--color-text-secondary);
}

.lead-accent {
  display: inline;
  color: var(--color-accent);
  font-weight: 600;
  text-shadow: 0 0 16px lab(86.2697% -54.501 76.0734 / 0.35);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin: 28px 0 18px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: var(--color-text-secondary);
  font-size: var(--font-size-xs);
  margin-bottom: 0;
}

.trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-row svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.ico-green { color: var(--color-accent); }
.ico-amber { color: var(--color-primary); }
.ico-cyan { color: var(--color-secondary); }

.hero-visual {
  position: relative;
  min-width: 0;
  display: flex;
  height: 100%;
}

.dash-glow {
  position: absolute;
  inset: -18% -12% -10% -12%;
  background:
    radial-gradient(circle at 55% 35%, lab(86.2697% -54.501 76.0734 / 0.2), transparent 58%),
    radial-gradient(circle at 70% 65%, lab(71.5231% -52.3996 -15.5971 / 0.12), transparent 52%);
  filter: blur(32px);
  pointer-events: none;
  z-index: 0;
}

.dash-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: var(--space-6);
  border-radius: 1.25rem;
  background: linear-gradient(165deg, var(--color-surface-raised), var(--color-background));
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.28);
  box-shadow:
    var(--shadow-1),
    0 0 0 1px lab(86.2697% -54.501 76.0734 / 0.06),
    0 0 40px lab(86.2697% -54.501 76.0734 / 0.12);
  overflow: hidden;
}

.dash-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  color: var(--color-text-inverse);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-4);
  flex-shrink: 0;
}

.dash-label {
  color: var(--color-accent);
  display: inline-flex;
  align-items: center;
}

.dash-date {
  color: var(--color-text-inverse);
}

.dash-metrics {
  padding: var(--space-4);
  margin-bottom: var(--space-4);
  border-radius: var(--radius-xs);
  background: lab(0% 0 0 / 0.35);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.12);
  box-shadow: inset 0 0 40px lab(71.5231% -52.3996 -15.5971 / 0.04);
  flex-shrink: 0;
}

.dash-yield-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: var(--space-5);
  margin-bottom: var(--space-3);
}

.dash-kicker {
  color: var(--color-text-inverse);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.dash-power .dash-kicker { text-align: right; }

.dash-yield {
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

.yield-main {
  color: var(--color-accent);
  filter: drop-shadow(0 0 14px lab(86.2697% -54.501 76.0734 / 0.45));
}

.yield-cents {
  color: var(--color-accent);
  text-shadow: 0 0 18px lab(86.2697% -54.501 76.0734 / 0.35);
}

.dash-power-val {
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 700;
  color: var(--color-foreground);
  line-height: 1;
  text-align: right;
}

.dash-chart { height: 100px; }
.dash-chart svg { width: 100%; height: 100%; }

.panel-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  gap: 6px;
  margin-bottom: var(--space-4);
  flex: 1;
  min-height: 140px;
}

.panel-grid span {
  min-height: 0;
  aspect-ratio: 5 / 4;
  border-radius: 6px;
  background-color: #010505;
  background-image:
    linear-gradient(lab(71.5231% -52.3996 -15.5971 / 0.7), lab(71.5231% -52.3996 -15.5971 / 0.7)),
    linear-gradient(lab(71.5231% -52.3996 -15.5971 / 0.7), lab(71.5231% -52.3996 -15.5971 / 0.7)),
    linear-gradient(lab(71.5231% -52.3996 -15.5971 / 0.7), lab(71.5231% -52.3996 -15.5971 / 0.7));
  background-size: 1px 100%, 1px 100%, 100% 1px;
  background-position: 33.333% 0, 66.666% 0, 0 50%;
  background-repeat: no-repeat;
  border: 1px solid lab(71.5231% -52.3996 -15.5971 / 0.8);
  box-shadow:
    0 0 8px lab(71.5231% -52.3996 -15.5971 / 0.3),
    inset 0 0 10px lab(71.5231% -52.3996 -15.5971 / 0.14);
}

.dash-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: var(--color-surface-raised);
  color: var(--color-accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 lab(100% 0 0 / 0.04);
  flex-shrink: 0;
}

.dash-foot span { display: inline-flex; align-items: center; }

.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-3);
  margin-top: auto;
  padding-top: 24px;
}

.stat-card {
  position: relative;
  padding: 14px 14px 16px;
  border-radius: var(--radius-xs);
  background: var(--color-surface-muted);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-1);
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: radial-gradient(circle at 0 0, lab(86.2697% -54.501 76.0734 / 0.45), transparent 70%);
  pointer-events: none;
}

.stats-bar dt {
  position: relative;
  color: var(--color-text-inverse);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
}

.stats-bar dd {
  position: relative;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.stat-cyan,
.stat-lime {
  color: var(--color-accent);
  text-shadow: 0 0 16px lab(86.2697% -54.501 76.0734 / 0.28);
}

/* Steps — From photon to payout */
.how-header {
  margin-bottom: 48px;
}

.chip-aurora {
  color: var(--color-secondary);
  border: 1px solid lab(71.5231% -52.3996 -15.5971 / 0.45);
  background: lab(71.5231% -52.3996 -15.5971 / 0.08);
  display: inline-flex;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.14em;
}

.steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
}

/* no full-width line — connectors only bridge gaps between cards */

.step-card {
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 1.25rem;
  background: lab(6.5% -6.2 2.2);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-1);
  overflow: visible;
  transition: border-color var(--ease), transform var(--ease);
}

/* connector: only in the gap between blocks, aligned to icon row */
@media (min-width: 1024px) {
  .step-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 44px; /* padding 20px + half of 48px icon */
    left: 100%;
    width: var(--space-5);
    height: 1px;
    background: lab(25.1348% -13.0549 5.16098 / 0.85);
    pointer-events: none;
    z-index: 0;
  }
}

.step-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: inherit;
  background: radial-gradient(circle at 0 0, lab(86.2697% -54.501 76.0734 / 0.45), transparent 70%);
  pointer-events: none;
  overflow: hidden;
}

.step-card:hover {
  border-color: lab(86.2697% -54.501 76.0734 / 0.45);
  transform: translateY(-2px);
}

.step-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-3);
}

.step-icon-wrap {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--color-accent);
  background: linear-gradient(
    135deg,
    lab(86.2697% -54.501 76.0734 / 0.2),
    lab(80.2466% 19.9661 88.7692 / 0.18)
  );
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.35);
}

.step-icon-wrap svg {
  width: 24px;
  height: 24px;
}

.step-badge {
  position: absolute;
  right: -6px;
  bottom: -6px;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: var(--color-accent);
  background: var(--color-background);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.35);
}

.step-label {
  color: var(--color-text-inverse);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.step-card h3 {
  margin-top: 16px;
  margin-bottom: 6px;
  color: var(--color-foreground);
  font-size: var(--font-size-lg);
}

.step-card > p {
  color: var(--color-text-secondary);
  font-size: var(--font-size-sm);
  line-height: 1.55;
}

.feature-card,
.plant-card {
  padding: 20px;
  border-radius: var(--radius-xs);
  background: var(--surface-raised);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  transition: border-color var(--ease), transform var(--ease);
}

.feature-card:hover,
.plant-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-2px);
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: var(--space-4);
  border-radius: 12px;
  color: var(--color-accent);
  background: lab(86.2697% -54.501 76.0734 / 0.08);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.2);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.feature-card p {
  color: var(--text-secondary);
  font-size: 14px;
}

/* Network — match reference SS layout (width / height / gap) */
.network-section {
  background: var(--color-background);
}

.network-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.18fr;
  gap: 64px;
  align-items: start;
}

.network-copy h2 {
  max-width: none;
  margin-bottom: 14px;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  white-space: nowrap;
}

.chip-network {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid lab(80.2466% 19.9661 88.7692 / 0.55);
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  background: lab(80.2466% 19.9661 88.7692 / 0.06);
}

.network-copy .section-lead {
  max-width: 40ch;
  margin-bottom: 24px;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

.bullet-list {
  display: grid;
  gap: 14px;
  margin-top: 0;
}

.bullet-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-foreground);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.net-ico {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: oklch(0.92 0.18 130);
  background: lab(9.92028% -9.94108 3.49008 / 0.65);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.35);
  box-shadow: 0 0 16px lab(86.2697% -54.501 76.0734 / 0.12);
}

.net-ico svg {
  width: 15px;
  height: 15px;
}

.plant-list {
  display: grid;
  gap: 16px;
}

.network-section .plant-card {
  position: relative;
  padding: 14px 16px 12px;
  border-radius: 14px;
  background: lab(6.2% -5.8 2);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.22);
  box-shadow:
    var(--shadow-1),
    inset 0 1px 0 lab(86.2697% -54.501 76.0734 / 0.08);
  overflow: hidden;
}

.network-section .plant-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 48px;
  background: radial-gradient(circle at 0 0, lab(86.2697% -54.501 76.0734 / 0.35), transparent 70%);
  pointer-events: none;
}

.network-section .plant-card:hover {
  border-color: lab(86.2697% -54.501 76.0734 / 0.4);
  transform: translateY(-2px);
}

.plant-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.plant-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.plant-sun {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: oklch(0.92 0.18 130);
  background: lab(9.92028% -9.94108 3.49008 / 0.7);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.35);
  box-shadow: 0 0 18px lab(86.2697% -54.501 76.0734 / 0.15);
}

.plant-sun svg {
  width: 18px;
  height: 18px;
}

.plant-meta h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-foreground);
  letter-spacing: -0.01em;
}

.plant-meta p {
  margin: 3px 0 0;
  color: var(--color-text-inverse);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.plant-util {
  text-align: right;
  flex-shrink: 0;
}

.plant-util strong,
.plant-util .plant-pct {
  display: block;
  color: oklch(0.92 0.18 130);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-shadow: 0 0 16px lab(86.2697% -54.501 76.0734 / 0.35);
}

.plant-util span {
  display: block;
  margin-top: 5px;
  color: var(--color-text-inverse);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.progress {
  height: 8px;
  border-radius: var(--radius-pill);
  background: lab(100% 0 0 / 0.06);
  overflow: hidden;
}

.progress span {
  display: block;
  width: var(--p);
  height: 100%;
  border-radius: inherit;
  background: var(--gradient-bar);
  box-shadow: 0 0 12px lab(86.2697% -54.501 76.0734 / 0.35);
}

.network-section .progress {
  height: 6px;
  border-radius: 999px;
  background: lab(100% 0 0 / 0.06);
  overflow: hidden;
}

.network-section .progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    #ff9820 0%,
    #ffb800 28%,
    #c8f01a 62%,
    #2ee6c8 100%
  );
  box-shadow: 0 0 10px lab(86.2697% -54.501 76.0734 / 0.28);
  transition: width 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.network-section .plant-card.is-animated .progress span {
  width: var(--p);
}

@media (prefers-reduced-motion: reduce) {
  .network-section .progress span {
    transition: none;
  }

  .network-section .plant-card .progress span {
    width: var(--p);
  }
}

.plant-foot {
  display: none;
}

/* Features — match reference SS */
.features-section {
  background: var(--color-background);
  position: relative;
}

.features-header {
  margin-bottom: 40px;
}

.chip-features {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid lab(71.5231% -52.3996 -15.5971 / 0.5);
  color: var(--color-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  background: lab(71.5231% -52.3996 -15.5971 / 0.08);
}

.features-header h2 {
  margin-bottom: 0;
  max-width: 18ch;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.features-section .feature-card {
  position: relative;
  padding: 28px 26px 30px;
  border-radius: 1rem;
  background: lab(7% -5.5 2.2);
  border: 1px solid lab(25.1348% -13.0549 5.16098 / 0.45);
  box-shadow: none;
  overflow: hidden;
  transition: border-color var(--ease), transform var(--ease);
}

.features-section .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    oklch(0.92 0.18 130 / 0.95) 35%,
    oklch(0.92 0.18 130 / 0.95) 65%,
    transparent
  );
  box-shadow: 0 0 12px oklch(0.92 0.18 130 / 0.55);
  pointer-events: none;
}

.features-section .feature-card:hover {
  border-color: lab(86.2697% -54.501 76.0734 / 0.35);
  transform: translateY(-2px);
}

.features-section .feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 12px;
  color: oklch(0.92 0.18 130);
  background: lab(86.2697% -54.501 76.0734 / 0.08);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.22);
}

.features-section .feature-icon svg {
  width: 22px;
  height: 22px;
}

.features-section .feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  color: var(--color-foreground);
}

.features-section .feature-card p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.6;
  max-width: 36ch;
}

/* FAQ — narrower than other sections, SS match */
.faq-section {
  background: var(--color-background);
}

.faq-wrap {
  max-width: 46rem; /* ~736px — only FAQ narrower; other sections keep 80rem */
  margin-inline: auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 36px;
}

.chip-faq {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.55);
  color: oklch(0.92 0.18 130);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  background: lab(86.2697% -54.501 76.0734 / 0.06);
}

.faq-wrap > .faq-header h2,
.faq-wrap > h2 {
  margin-bottom: 0;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border-radius: 1.25rem;
  background: lab(7% -5.5 2.2);
  border: 1px solid lab(25.1348% -13.0549 5.16098 / 0.55);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: 18px 20px;
  font-weight: 500;
  font-size: 15px;
  color: var(--color-foreground);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.4);
  color: oklch(0.92 0.18 130);
  font-size: 18px;
  line-height: 1;
  transition: transform var(--ease), background var(--ease);
}

.faq-item[open] summary::after {
  content: "–";
  background: lab(86.2697% -54.501 76.0734 / 0.1);
}

.faq-item p {
  padding: 0 20px 18px;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.6;
  max-width: none;
}

.faq-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.faq-btn-app,
.faq-btn-about {
  height: 44px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 0.875rem;
  font-size: 14px;
  font-weight: 600;
  background: lab(7% -5.5 2.2);
}

.faq-btn-app {
  border: 1px solid oklch(0.92 0.18 130 / 0.75);
  color: oklch(0.92 0.18 130);
}

.faq-btn-app:hover {
  background: lab(86.2697% -54.501 76.0734 / 0.08);
}

.faq-btn-about {
  border: 1px solid lab(100% 0 0 / 0.22);
  color: var(--color-foreground);
}

.faq-btn-about:hover {
  border-color: lab(100% 0 0 / 0.4);
  background: lab(100% 0 0 / 0.04);
}

/* CTA — horizontal banner matching SS */
.cta-section {
  background: var(--color-background);
}

.cta-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(36px, 4.5vw, 52px) clamp(28px, 4vw, 48px);
  border-radius: 1.75rem;
  overflow: hidden;
  text-align: left;
  background:
    radial-gradient(70% 120% at 28% 50%, lab(86.2697% -54.501 76.0734 / 0.22), transparent 58%),
    radial-gradient(50% 90% at 55% 40%, lab(80.2466% 19.9661 88.7692 / 0.1), transparent 55%),
    linear-gradient(180deg, lab(6.5% -5.5 2) 0%, lab(3.8618% -3.81187 1.11833) 100%);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.35);
  box-shadow:
    0 0 0 1px lab(86.2697% -54.501 76.0734 / 0.06),
    0 0 60px lab(86.2697% -54.501 76.0734 / 0.12);
}

.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(lab(86.2697% -54.501 76.0734 / 0.05) 1px, transparent 1px),
    linear-gradient(90deg, lab(86.2697% -54.501 76.0734 / 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 80% at 40% 50%, #000 20%, transparent 75%);
  pointer-events: none;
  opacity: 0.7;
}

.cta-copy {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  max-width: 36rem;
}

.cta-banner h2 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.cta-banner p {
  margin: 0;
  color: var(--color-text-secondary);
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.6;
}

.cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-shrink: 0;
}

.cta-register {
  box-shadow:
    inset 0 1px 0 lab(100% 0 0 / 0.35),
    0 10px 28px -6px lab(80.2466% 19.9661 88.7692 / 0.55),
    0 0 28px lab(73.554% 43.5632 94.0092 / 0.28);
}

.cta-login {
  color: oklch(0.92 0.18 130);
  border-color: oklch(0.92 0.18 130 / 0.65);
  background: lab(3.8618% -3.81187 1.11833 / 0.35);
}

/* Footer — 4-col match SS (chat ignored) */
.site-footer {
  position: relative;
  padding: 64px 0 56px;
  border-top: 1px solid lab(100% 0 0 / 0.08);
  background:
    radial-gradient(55% 80% at 92% 100%, lab(40% -20 20 / 0.18), transparent 60%),
    var(--color-background);
  overflow: hidden;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px 48px;
  align-items: start;
}

.footer-wordmark {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2ee6c8;
  -webkit-text-fill-color: #2ee6c8;
  background: none;
  filter: none;
}

.footer-brand p {
  margin-top: 14px;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.6;
  max-width: 28ch;
}

.footer-copy {
  margin-top: 28px !important;
  color: var(--color-text-inverse) !important;
  font-size: 12px !important;
  max-width: none !important;
}

.site-footer h3 {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-inverse);
}

.site-footer li + li {
  margin-top: 12px;
}

.site-footer .footer-col a {
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 400;
  transition: color var(--ease);
}

.site-footer .footer-col a:hover {
  color: var(--color-foreground);
}

.footer-bottom {
  display: none;
}

.chat-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.chat-fab {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1a6dff;
  color: #fff;
  border: 0;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(26, 109, 255, 0.4);
  transition: transform 150ms ease, filter 150ms ease;
}

.chat-fab svg {
  width: 24px;
  height: 24px;
}

.chat-fab:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.chat-panel {
  width: min(340px, calc(100vw - 36px));
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  color: #111;
}

.chat-panel[hidden] {
  display: none !important;
}

.chat-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 14px;
  background: #1a6dff;
  color: #fff;
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-weight: 700;
}

.chat-panel-head-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.chat-close {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
}

.chat-close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.chat-ver {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.chat-form {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.chat-form label {
  display: grid;
  gap: 6px;
}

.chat-form label span {
  font-size: 13px;
  font-weight: 700;
  color: #111;
}

.chat-form label em {
  color: #e11d48;
  font-style: normal;
}

.chat-form input,
.chat-form textarea {
  width: 100%;
  border: 1px solid #d4d4d8;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  font-size: 14px;
  color: #111;
  background: #fff;
  outline: none;
  resize: vertical;
}

.chat-form input::placeholder,
.chat-form textarea::placeholder {
  color: #a1a1aa;
}

.chat-form input:focus,
.chat-form textarea:focus {
  border-color: #1a6dff;
  box-shadow: 0 0 0 3px rgba(26, 109, 255, 0.15);
}

.chat-submit {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #1a6dff;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 2px;
}

.chat-submit:hover {
  filter: brightness(1.06);
}

@media (max-width: 480px) {
  .chat-widget {
    right: 12px;
    bottom: 12px;
  }

  .chat-fab {
    width: 52px;
    height: 52px;
  }
}

/* ========== Responsive ========== */
@media (max-width: 980px) {
  .hero-grid,
  .network-grid {
    grid-template-columns: 1fr;
  }

  .network-copy h2 {
    white-space: normal;
  }

  .hero-grid {
    gap: 40px;
    align-items: start;
  }

  .hero-copy,
  .hero-visual,
  .dash-card {
    height: auto;
  }

  .stats-bar {
    margin-top: 20px;
    padding-top: 0;
  }

  .hero-visual {
    order: 2;
  }

  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 16px 16px;
    background: var(--header-bg);
    border-bottom: 1px solid var(--color-border);
    justify-self: stretch;
    z-index: 40;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 14px 12px;
    border-radius: 12px;
  }

  .nav a:hover {
    background: lab(86.2697% -54.501 76.0734 / 0.06);
  }

  .nav-toggle {
    display: inline-block;
  }

  .header-actions .btn-login {
    display: none;
  }

  .stats-bar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 56px 0;
  }

  .hero {
    padding-top: 28px;
  }

  .steps-grid,
  .feature-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stats-bar {
    grid-template-columns: 1fr 1fr;
  }

  .hero-ctas,
  .faq-actions {
    flex-direction: column;
  }

  .hero-ctas .btn,
  .faq-actions .btn {
    width: 100%;
  }

  .trust-row {
    flex-direction: column;
    gap: 10px;
  }

  .panel-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    min-height: 118px;
  }

  .panel-grid span {
    border-radius: 5px;
    aspect-ratio: 4 / 3;
  }

  .dash-yield-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .dash-power .dash-kicker,
  .dash-power-val {
    text-align: left;
  }

  .cta-banner {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }

  .cta-actions {
    justify-content: stretch;
  }

  .cta-actions .btn {
    flex: 1;
  }

  .header-actions .btn-primary {
    padding-inline: 14px;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .stats-bar {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ========== Get the app page ========== */
.app-hero {
  position: relative;
  padding-top: 48px;
  padding-bottom: 72px;
  background:
    radial-gradient(55% 50% at 8% 0%, lab(86.2697% -54.501 76.0734 / 0.12), transparent 55%),
    var(--color-background);
  overflow: hidden;
}

.app-hero-inner {
  max-width: 56rem;
}

.chip-app {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid lab(71.5231% -52.3996 -15.5971 / 0.55);
  color: lab(71.5231% -52.3996 -15.5971);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  background: lab(71.5231% -52.3996 -15.5971 / 0.08);
}

.app-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(2.4rem, 5.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--color-foreground);
}

.app-lead {
  margin: 0 0 36px;
  max-width: 58ch;
  color: var(--color-text-secondary);
  font-size: 16px;
  line-height: 1.65;
}

.app-link {
  color: oklch(0.92 0.18 130);
  font-weight: 600;
  text-decoration: none;
}

.app-link:hover {
  text-decoration: underline;
}

.app-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 52px;
}

.app-ctas .btn-hero {
  height: 56px;
  min-height: 56px;
  padding: 0 32px;
  font-size: var(--font-size-md);
}

.app-ctas .btn-outline-green {
  color: var(--color-foreground);
}

.app-install {
  box-shadow:
    inset 0 1px 0 lab(100% 0 0 / 0.35),
    0 10px 28px -6px lab(80.2466% 19.9661 88.7692 / 0.55),
    0 0 28px lab(73.554% 43.5632 94.0092 / 0.28);
}

.app-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 80px;
  max-width: 48rem;
  justify-content: start;
}

.app-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-text-secondary);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.app-feat-ico {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: oklch(0.92 0.18 130);
  background: lab(9.92028% -9.94108 3.49008 / 0.55);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.4);
  box-shadow: 0 0 14px lab(86.2697% -54.501 76.0734 / 0.12);
}

.app-feat-ico svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 640px) {
  .app-features {
    grid-template-columns: 1fr;
  }

  .app-ctas .btn {
    width: 100%;
  }
}

/* Install it in four taps */
.install-section {
  background: var(--color-background);
  padding-top: 24px;
}

.install-title {
  margin: 0 0 32px;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  letter-spacing: -0.03em;
  color: var(--color-foreground);
}

.install-four {
  color: var(--color-secondary);
}

.install-taps {
  color: var(--color-primary);
  background: linear-gradient(90deg, var(--color-accent), var(--color-primary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.install-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 20px;
}

.install-card {
  padding: 24px 22px 26px;
  border-radius: 1.25rem;
  background: lab(6.5% -5.5 2);
  border: 1px solid lab(25.1348% -13.0549 5.16098 / 0.55);
  box-shadow: var(--shadow-1);
}

.install-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.install-platform-ico {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: oklch(0.92 0.18 130);
  background: lab(86.2697% -54.501 76.0734 / 0.08);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.4);
}

.install-platform-ico svg {
  width: 22px;
  height: 22px;
}

.install-card-head h3 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--color-foreground);
}

.install-card-head p {
  margin: 4px 0 0;
  color: var(--color-text-inverse);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.install-steps {
  list-style: none;
  display: grid;
  gap: 14px;
}

.install-steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--color-foreground);
  font-size: 14px;
  line-height: 1.45;
}

.install-steps strong {
  font-weight: 700;
}

.step-num {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 8px;
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.45);
  color: oklch(0.92 0.18 130);
  font-size: 12px;
  font-weight: 700;
  background: lab(86.2697% -54.501 76.0734 / 0.06);
}

.install-warn {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 1.25rem;
  background: lab(6.5% -5.5 2 / 0.85);
  border: 1px solid lab(80.2466% 19.9661 88.7692 / 0.55);
}

.install-warn-ico {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--color-primary);
  background: lab(80.2466% 19.9661 88.7692 / 0.1);
  border: 1px solid lab(80.2466% 19.9661 88.7692 / 0.45);
}

.install-warn-ico svg {
  width: 20px;
  height: 20px;
}

.install-warn h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--color-primary);
}

.install-warn p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .install-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .install-warn {
    flex-direction: column;
  }
}

/* App FAQ — narrower + responsive */
.app-faq-section {
  background: var(--color-background);
  padding-top: 40px;
  padding-bottom: 72px;
}

.app-faq-wrap {
  max-width: 46rem;
  margin-inline: auto;
}

.app-faq-wrap > h2 {
  margin: 0 0 28px;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: -0.03em;
}

.app-faq-list {
  display: grid;
  gap: 12px;
}

.app-faq-item {
  position: relative;
  border-radius: 1.25rem;
  background: lab(7% -5.5 2.2);
  border: 1px solid lab(25.1348% -13.0549 5.16098 / 0.55);
  overflow: hidden;
}

.app-faq-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14%;
  right: 14%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    oklch(0.92 0.18 130 / 0.7),
    transparent
  );
  pointer-events: none;
}

.app-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-weight: 500;
  font-size: clamp(14px, 2.5vw, 15px);
  color: var(--color-foreground);
  line-height: 1.35;
}

.app-faq-item summary::-webkit-details-marker {
  display: none;
}

.app-faq-item summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.45);
  color: oklch(0.92 0.18 130);
  font-size: 18px;
  line-height: 1;
}

.app-faq-item[open] summary::after {
  content: "–";
  background: lab(86.2697% -54.501 76.0734 / 0.1);
}

.app-faq-item p {
  padding: 0 20px 18px;
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.6;
}

.app-faq-foot {
  margin: 22px 0 0;
  color: var(--color-text-secondary);
  font-size: 14px;
  line-height: 1.6;
}

.app-faq-foot a {
  color: oklch(0.92 0.18 130);
  font-weight: 600;
}

.app-faq-foot a:hover {
  text-decoration: underline;
}

/* App page global responsive polish */
@media (max-width: 820px) {
  .app-hero {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .install-section,
  .app-faq-section {
    padding-top: 16px;
  }

  .app-faq-section {
    padding-bottom: 56px;
  }

  .install-title {
    font-size: clamp(1.6rem, 6vw, 2.25rem);
  }
}

@media (max-width: 640px) {
  .app-ctas {
    flex-direction: column;
  }

  .app-ctas .btn,
  .install-card,
  .install-warn {
    width: 100%;
  }

  .app-faq-item summary {
    padding: 16px;
  }

  .app-faq-item p {
    padding: 0 16px 16px;
  }
}









/* ========== Register / Auth page ========== */
.auth-page {
  min-height: 100vh;
  background:
    radial-gradient(50% 40% at 85% 15%, lab(86.2697% -54.501 76.0734 / 0.12), transparent 55%),
    radial-gradient(40% 35% at 10% 80%, lab(71.5231% -52.3996 -15.5971 / 0.08), transparent 50%),
    var(--color-background);
}

.auth-header {
  height: 72px;
  background: var(--header-bg);
  border-bottom: 0;
}

.auth-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.auth-secured {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.auth-secured a {
  color: var(--color-accent);
  font-weight: 600;
}

.auth-secured a:hover {
  text-decoration: underline;
}

.auth-main {
  padding: 28px 0 56px;
}

.auth-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  align-items: center;
  width: 100%;
}

.auth-copy {
  max-width: none;
  width: 100%;
}

.auth-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--color-foreground);
  font-weight: 700;
}

.auth-lead {
  margin: 0 0 28px;
  max-width: 42ch;
  color: var(--color-text-secondary);
  font-size: 15px;
  line-height: 1.7;
}

.auth-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 36rem;
  width: 100%;
}

.auth-stat {
  position: relative;
  padding: 12px 18px 14px;
  min-height: 0;
  border-radius: 12px;
  background: lab(5.5% -4.5 1.8);
  border: 1px solid lab(25.1348% -13.0549 5.16098 / 0.5);
  overflow: hidden;
  box-shadow: inset 0 1px 0 lab(100% 0 0 / 0.03);
}

.auth-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 40px;
  background: radial-gradient(circle at 0 0, lab(86.2697% -54.501 76.0734 / 0.55), transparent 68%);
  pointer-events: none;
}

.auth-stat-label {
  position: relative;
  display: block;
  margin-bottom: 6px;
  color: lab(70% -4 8 / 0.75);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.auth-stat-value {
  position: relative;
  display: block;
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  background: linear-gradient(90deg, #00d2ff 0%, #2ee6a8 55%, #85f128 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 12px lab(71.5231% -52.3996 -15.5971 / 0.35));
}

.auth-card {
  position: relative;
  max-width: none;
  width: 100%;
  justify-self: stretch;
  padding: 26px 26px 24px;
  border-radius: 1.25rem;
  background:
    radial-gradient(80% 50% at 50% 0%, lab(86.2697% -54.501 76.0734 / 0.14), transparent 55%),
    lab(6.2% -5.5 2);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.28);
  box-shadow:
    var(--shadow-1),
    0 0 50px lab(86.2697% -54.501 76.0734 / 0.1);
}

.auth-card h2 {
  margin: 0 0 6px;
  font-size: clamp(1.35rem, 2.5vw, 1.6rem);
  letter-spacing: -0.02em;
  color: var(--color-foreground);
}

.auth-card-lead {
  margin: 0 0 4px;
  color: var(--color-text-secondary);
  font-size: 13px;
  line-height: 1.45;
}

.auth-form {
  display: grid;
  gap: 10px;
}

.form-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 6px 0 0;
  color: oklch(0.92 0.18 130);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.form-divider::before,
.form-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: lab(86.2697% -54.501 76.0734 / 0.22);
}

.field {
  display: grid;
  gap: 6px;
}

.field-label {
  color: var(--color-text-inverse);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.field-control {
  position: relative;
  display: flex;
  align-items: center;
}

.field-ico {
  position: absolute;
  left: 12px;
  width: 15px;
  height: 15px;
  color: var(--color-text-inverse);
  pointer-events: none;
}

.field-control input {
  width: 100%;
  height: 42px;
  padding: 0 12px 0 38px;
  border-radius: 11px;
  border: 1px solid lab(25.1348% -13.0549 5.16098 / 0.65);
  background: lab(3.8618% -3.81187 1.11833 / 0.65);
  color: var(--color-foreground);
  font: inherit;
  font-size: 13px;
  outline: none;
  transition: border-color var(--ease), box-shadow var(--ease);
}

.field-control input::placeholder {
  color: lab(100% 0 0 / 0.28);
}

.field-control input:focus {
  border-color: lab(86.2697% -54.501 76.0734 / 0.55);
  box-shadow: 0 0 0 3px lab(86.2697% -54.501 76.0734 / 0.1);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.auth-submit {
  width: 100%;
  height: 46px;
  margin-top: 4px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
}

.auth-switch {
  margin: 14px 0 0;
  text-align: center;
  color: var(--color-text-secondary);
  font-size: 13px;
}

.auth-switch a {
  color: oklch(0.92 0.18 130);
  font-weight: 600;
}

.auth-switch a:hover {
  text-decoration: underline;
}

.auth-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 0;
  color: var(--color-text-inverse);
  font-size: 11px;
}

.auth-secure svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: var(--color-accent);
}

.field-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.field-forgot {
  color: var(--color-accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.field-forgot:hover {
  text-decoration: underline;
}

.auth-card-login {
  width: 92%;
  max-width: 92%;
  justify-self: end;
  padding: 34px 28px 32px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.auth-card-login .auth-form {
  gap: 18px;
  margin-top: 14px;
  flex: 1;
}

.auth-card-login .auth-submit {
  margin-top: 12px;
}

.auth-card-login .auth-switch {
  margin-top: 18px;
}

.auth-card-login .auth-secure {
  margin-top: 16px;
}

@media (max-width: 980px) {
  .auth-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: none;
  }

  .auth-card {
    justify-self: stretch;
    max-width: 32rem;
    margin-inline: auto;
  }

  .auth-card-login {
    width: 100%;
    max-width: 32rem;
    min-height: 0;
  }

  .auth-stats {
    grid-template-columns: repeat(3, 1fr);
    max-width: 28rem;
  }
}

@media (max-width: 640px) {
  .auth-main {
    padding: 24px 0 48px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .auth-stats {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .auth-card {
    padding: 22px 18px;
  }
}

/* ========== User / Admin panels (static demo) ========== */
.panel-page {
  min-height: 100vh;
  background: var(--color-background);
  color: var(--color-foreground);
}

.panel-shell {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 100vh;
}

.panel-side {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 18px;
  border-right: 1px solid var(--color-border);
  background: var(--header-bg);
}

.panel-role {
  margin: 8px 0 16px;
  color: var(--color-text-secondary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.panel-nav a {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background var(--ease), color var(--ease);
}

.panel-nav a:hover,
.panel-nav a.is-active {
  color: var(--color-foreground);
  background: lab(86.2697% -54.501 76.0734 / 0.08);
}

.panel-logout {
  margin-top: auto;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.panel-logout:hover {
  color: var(--color-foreground);
  border-color: lab(100% 0 0 / 0.28);
}

.panel-main {
  padding: 28px 28px 48px;
  min-width: 0;
}

.panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.panel-kicker {
  margin-bottom: 4px;
  color: var(--color-text-secondary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.panel-top h1 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.panel-top-btn {
  height: 40px;
  min-height: 40px;
  padding: 0 16px;
  flex-shrink: 0;
}

.panel-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.panel-stat {
  padding: 18px 20px;
  border-radius: var(--radius-xs);
  border: 1px solid var(--color-border);
  background: var(--color-surface-raised);
}

.panel-stat-label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-text-secondary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.panel-stat-value {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.2;
}

.text-lime { color: var(--color-accent); }
.text-amber { color: var(--color-primary); }

.panel-card {
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: var(--radius-xs);
  border: 1px solid var(--color-border);
  background: var(--color-surface-raised);
}

.panel-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.panel-card-head h2 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
}

.panel-chip {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid lab(80.2466% 19.9661 88.7692 / 0.45);
  color: var(--color-primary);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.panel-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.panel-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.panel-table th,
.panel-table td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid lab(100% 0 0 / 0.06);
  white-space: nowrap;
}

.panel-table th {
  color: var(--color-text-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.panel-table tbody tr:last-child td {
  border-bottom: 0;
}

.badge-live,
.badge-pending {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.badge-live {
  color: var(--color-accent);
  background: lab(86.2697% -54.501 76.0734 / 0.1);
  border: 1px solid lab(86.2697% -54.501 76.0734 / 0.35);
}

.badge-pending {
  color: var(--color-primary);
  background: lab(80.2466% 19.9661 88.7692 / 0.1);
  border: 1px solid lab(80.2466% 19.9661 88.7692 / 0.35);
}

.auth-demo {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid lab(100% 0 0 / 0.08);
  color: var(--color-text-secondary);
  font-size: 13px;
  text-align: center;
}

.auth-demo a {
  color: var(--color-accent);
  font-weight: 600;
  text-decoration: none;
}

.auth-demo a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .panel-shell {
    grid-template-columns: 1fr;
  }

  .panel-side {
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 16px;
  }

  .panel-nav {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0;
  }

  .panel-logout {
    margin-top: 12px;
    width: fit-content;
  }
}

@media (max-width: 640px) {
  .panel-main {
    padding: 20px 16px 40px;
  }

  .panel-stats {
    grid-template-columns: 1fr;
  }

  .panel-top {
    flex-direction: column;
    align-items: stretch;
  }

  .panel-top-btn {
    width: 100%;
  }
}

@media(max-width:568px){
      .btn-mobile{
      display:none;
  }
}
