:root {
  --bg: #090a11;
  --bg-soft: #11131c;
  --panel: rgba(20, 22, 33, 0.88);
  --panel-strong: rgba(16, 18, 28, 0.96);
  --border: rgba(255, 255, 255, 0.08);
  --text: #f4f6fb;
  --muted: #9ea7c3;
  --muted-strong: #cad0e1;
  --accent: #6d71ff;
  --accent-soft: rgba(109, 113, 255, 0.18);
  --success: #4bd18f;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(109, 113, 255, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(95, 212, 255, 0.08), transparent 25%),
    linear-gradient(180deg, #0b0d15 0%, #08090f 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

body.landing-body {
  background:
    radial-gradient(circle at top left, rgba(109, 113, 255, 0.09), transparent 24%),
    linear-gradient(180deg, #f8f9fc 0%, #eef2f8 100%);
  color: #171b2b;
}

a {
  color: #b8bcff;
  text-decoration: none;
}

a:hover {
  color: #d4d6ff;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  padding: 24px 0 12px;
}

.brand-row,
.brand,
.header-links,
.hero-actions,
.trust-strip,
.price-row,
.card-actions,
.checkout-notes,
.order-line,
.single-platform-card {
  display: flex;
  align-items: center;
}

.brand-row,
.order-line,
.single-platform-card {
  justify-content: space-between;
}

.brand {
  gap: 12px;
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #5e65ff, #8185ff);
  color: white;
  box-shadow: 0 12px 32px rgba(109, 113, 255, 0.35);
  font-size: 0.8rem;
}

.header-links {
  gap: 16px;
}

.page-wrap {
  padding: 28px 0 72px;
}

.hero {
  padding: 48px 0 32px;
}

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

.hero-left {
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: #a8b2d6;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 12px;
}

.hero h1,
.checkout-hero h1,
.status-wrap h1 {
  margin: 18px 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.hero-copy,
.checkout-hero p,
.status-wrap p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-left .hero-copy,
.status-wrap p {
  margin-left: 0;
}

.primary-button,
.pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  padding: 0 20px;
  background: linear-gradient(135deg, #5d61ff, #7579ff);
  color: white;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 18px 48px rgba(109, 113, 255, 0.35);
  cursor: pointer;
}

.primary-button:hover,
.pill-link:hover {
  color: white;
  filter: brightness(1.06);
}

.outline-button,
.light-button,
.outline-light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 14px;
  padding: 0 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.outline-button {
  border: 1px solid rgba(20, 28, 48, 0.1);
  background: rgba(255, 255, 255, 0.76);
  color: #171b2b;
}

.outline-button:hover {
  color: #171b2b;
  background: rgba(255, 255, 255, 0.95);
}

.light-button {
  background: white;
  color: #474bf1;
  box-shadow: 0 18px 48px rgba(15, 20, 55, 0.18);
}

.outline-light-button {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.wide-button {
  width: 100%;
}

.ghost-link,
.secondary-link,
.back-link {
  color: var(--muted);
  font-weight: 700;
}

.hero-actions {
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 42px;
  align-items: center;
  min-height: 68vh;
  padding: 34px 0 54px;
}

.landing-copy .eyebrow,
.capabilities-header .section-kicker {
  background: rgba(109, 113, 255, 0.08);
  border-color: rgba(109, 113, 255, 0.12);
  color: #6166ea;
}

.landing-copy h1 {
  margin: 16px 0 12px;
  color: #171b2b;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.1rem, 5vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.landing-copy .hero-copy {
  margin: 0;
  color: #626b88;
  max-width: 560px;
}

.mini-trust {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 22px;
  color: #69728d;
  font-size: 0.92rem;
  font-weight: 700;
}

.mini-trust span::before {
  content: "◉";
  color: #7c82ff;
  margin-right: 8px;
  font-size: 0.72rem;
}

.app-shell {
  position: relative;
  border-radius: 30px;
  background: linear-gradient(180deg, #fbfcff 0%, #f2f4fb 100%);
  border: 1px solid rgba(145, 154, 189, 0.2);
  box-shadow: 0 40px 100px rgba(31, 42, 90, 0.16);
  padding: 18px;
}

.app-topbar {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 6px 0 16px;
}

.app-topbar span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #d6daf0;
}

.app-topbar span:nth-child(1) {
  background: #ffd18e;
}

.app-topbar span:nth-child(2) {
  background: #c6efcb;
}

.app-topbar span:nth-child(3) {
  background: #cfd2ff;
}

.app-body {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
}

.app-rail {
  border-radius: 22px;
  background: linear-gradient(180deg, #f6f7fd, #eceff9);
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #8892b2;
}

.rail-icon {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  box-shadow: 0 12px 22px rgba(61, 72, 108, 0.08);
}

.rail-icon.active {
  background: linear-gradient(135deg, #5d61ff, #7b7fff);
  color: white;
  box-shadow: 0 0 0 10px rgba(99, 104, 255, 0.12);
}

.app-content {
  display: grid;
  gap: 18px;
}

.assistant-meta {
  text-align: right;
  color: #a4acc5;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
}

.chat-card,
.prompt-card,
.mini-card {
  border-radius: 22px;
  background: white;
  border: 1px solid rgba(143, 152, 189, 0.16);
  box-shadow: 0 18px 48px rgba(35, 44, 76, 0.08);
}

.chat-card {
  padding: 22px;
}

.chat-label {
  color: #98a0be;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
}

.chat-card h3,
.capability-panel h3 {
  margin: 10px 0 8px;
  color: #161c2e;
  letter-spacing: -0.03em;
}

.chat-card p,
.capability-panel p {
  margin: 0;
  color: #65708e;
  line-height: 1.7;
}

.prompt-card {
  padding: 18px 20px;
  background: linear-gradient(135deg, #555aff, #777cff);
  color: white;
  font-weight: 700;
}

.mini-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mini-card {
  padding: 16px 18px;
  color: #56607d;
  font-weight: 700;
}

.app-footer-note {
  text-align: center;
  color: #a0a8c2;
  font-size: 0.88rem;
}

.landing-visual {
  position: relative;
}

.floating-badge {
  position: absolute;
  z-index: 2;
  min-width: 170px;
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(146, 154, 188, 0.14);
  box-shadow: 0 24px 48px rgba(36, 45, 77, 0.12);
}

.floating-badge strong,
.floating-badge small,
.floating-pill {
  display: block;
}

.floating-pill {
  color: #6971ea;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  margin-bottom: 6px;
}

.floating-badge strong {
  color: #1c2135;
  font-size: 0.98rem;
}

.floating-badge small {
  color: #76809c;
  margin-top: 4px;
  line-height: 1.55;
}

.live-badge {
  right: -18px;
  bottom: 12px;
}

.memory-badge {
  left: -28px;
  top: 92px;
}

.capabilities-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(245, 247, 253, 0.93));
  border: 1px solid rgba(150, 160, 200, 0.16);
  border-radius: 34px;
  padding: 34px;
  margin: 18px 0 28px;
  box-shadow: 0 28px 80px rgba(30, 40, 70, 0.08);
}

.capabilities-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.capabilities-header h2 {
  margin: 12px 0 0;
  color: #171b2b;
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: -0.05em;
}

.capabilities-header p {
  margin: 0;
  color: #69728d;
  line-height: 1.7;
}

.capability-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.72fr;
  gap: 18px;
}

.capability-panel {
  border-radius: 28px;
  background: white;
  border: 1px solid rgba(150, 160, 200, 0.16);
  padding: 24px;
}

.panel-icon {
  color: #6c72ff;
  font-weight: 800;
}

.memory-panel {
  grid-row: span 2;
}

.memory-art {
  margin-top: 22px;
  height: 260px;
  border-radius: 24px;
  background:
    radial-gradient(circle at center, rgba(58, 209, 255, 0.42), transparent 36%),
    linear-gradient(180deg, #07121b, #0b1821 55%, #071018);
  position: relative;
  overflow: hidden;
}

.memory-layer {
  position: absolute;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(86, 255, 242, 0.3), rgba(53, 92, 255, 0.18));
  box-shadow: 0 18px 48px rgba(32, 214, 255, 0.12);
  transform: perspective(600px) rotateX(66deg);
}

.memory-layer-1 {
  inset: 18% 24%;
}

.memory-layer-2 {
  inset: 30% 17%;
}

.memory-layer-3 {
  inset: 42% 10%;
}

.memory-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(98, 240, 255, 0.22), transparent 44%);
}

.search-panel {
  background: linear-gradient(180deg, #1d1893, #17135f);
  color: white;
}

.search-panel h3,
.search-panel p,
.search-panel .panel-icon,
.search-panel .source-list li {
  color: white;
}

.source-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.source-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.small-panel {
  min-height: 170px;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.mini-grid span,
.privacy-strip span {
  border-radius: 12px;
  background: #f1f4fb;
  color: #65708d;
  font-size: 0.8rem;
  font-weight: 800;
  text-align: center;
  padding: 10px 0;
}

.privacy-strip {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.lock-panel {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #eef1fb, #e4e9f9);
}

.lock-art {
  font-size: 2rem;
}

.cta-band {
  padding: 42px 24px;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(135deg, #524fff, #6b61f8 58%, #7d77ff);
  color: white;
  box-shadow: 0 32px 90px rgba(83, 79, 255, 0.28);
}

.cta-band h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.cta-band p,
.band-note {
  color: rgba(255, 255, 255, 0.85);
}

.band-note {
  margin-top: 16px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
}

.platform-grid,
.feature-grid,
.footer-grid,
.checkout-grid {
  display: grid;
  gap: 24px;
}

.platform-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0 28px;
}

.platform-card,
.feature-card,
.summary-card,
.order-card,
.single-platform-card,
.notice,
.status-wrap {
  background: linear-gradient(180deg, rgba(18, 20, 31, 0.95), rgba(11, 12, 20, 0.95));
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.platform-card {
  padding: 26px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.platform-badge,
.product-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #b9bdff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.platform-card h2,
.feature-card h3,
.summary-card h2,
.order-card h2,
.single-platform-copy h2 {
  margin: 18px 0 10px;
  font-size: 1.45rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.platform-card p,
.feature-card p,
.summary-card p,
.single-platform-copy p,
.checkout-notes p,
.status-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.price-row {
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.price {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.price-note,
.platform-meta,
.stripe-mark {
  color: var(--muted);
  font-size: 0.82rem;
}

.platform-meta {
  margin-top: 6px;
  letter-spacing: 0.12em;
}

.card-actions {
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
}

.trust-strip {
  gap: 18px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px 0 44px;
  color: var(--muted-strong);
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.93rem;
}

.trust-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6469ff, #87a5ff);
  box-shadow: 0 0 0 8px rgba(109, 113, 255, 0.1);
}

.feature-section,
.faq-section {
  padding: 26px 0 8px;
}

.section-header {
  text-align: center;
  margin-bottom: 24px;
}

.section-header h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.04em;
}

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

.feature-card {
  padding: 22px;
}

.feature-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #7b84ff;
  box-shadow: 0 0 0 12px rgba(109, 113, 255, 0.12);
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-toggle {
  width: 100%;
  background: transparent;
  border: 0;
  color: var(--text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 6px;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.faq-panel {
  padding: 0 6px 18px;
}

.faq-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.checkout-hero,
.status-wrap {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}

.secure-indicator,
.success-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9adbb6;
  font-weight: 700;
}

.secure-indicator::before,
.success-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--success);
}

.checkout-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
}

.checkout-main {
  display: grid;
  gap: 20px;
}

.summary-card,
.order-card {
  padding: 26px;
}

.product-card {
  gap: 18px;
}

.product-card,
.checkout-notes {
  display: grid;
  grid-template-columns: auto 1fr;
}

.included-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.included-list li::before {
  content: "✓";
  color: #8b91ff;
  margin-right: 12px;
}

.checkout-notes {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 8px 2px 0;
}

.order-card {
  position: sticky;
  top: 18px;
}

.order-product {
  align-items: start;
  gap: 18px;
  padding: 18px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.order-product span,
.order-line span {
  display: block;
  color: var(--muted);
}

.order-line {
  padding: 14px 0;
  gap: 12px;
}

.total-line {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 6px;
  padding-top: 18px;
}

.stripe-mark {
  margin-top: 18px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.back-link {
  display: inline-block;
  margin-top: 14px;
  text-align: center;
  width: 100%;
}

.single-platform-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 24px 28px;
  gap: 24px;
}

.single-platform-copy {
  flex: 1 1 auto;
}

.single-platform-price span {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.single-platform-price small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.notice {
  max-width: 980px;
  margin: 0 auto 24px;
  padding: 16px 18px;
}

.error-notice {
  border-color: rgba(255, 115, 115, 0.3);
  color: #ffb0b0;
}

.status-wrap {
  padding: 48px 36px;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 0 48px;
}

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

.footer-brand,
.footer-heading {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.site-footer p,
.site-footer a,
.footer-meta {
  color: var(--muted);
  line-height: 1.7;
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
}

.footer-meta {
  margin-top: 28px;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .landing-hero,
  .capabilities-header,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .memory-badge,
  .live-badge {
    position: static;
    margin-top: 14px;
  }

  .platform-grid,
  .feature-grid,
  .footer-grid,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    justify-content: flex-start;
  }

  .order-card {
    position: static;
  }

  .single-platform-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 24px, 1180px);
  }

  .brand-row {
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .header-links,
  .hero-actions,
  .card-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .mini-card-row,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .primary-button,
  .pill-link,
  .outline-button,
  .light-button,
  .outline-light-button {
    width: 100%;
  }

  .status-wrap,
  .summary-card,
  .order-card,
  .platform-card {
    border-radius: 20px;
  }
}

.admin-body {
  background: linear-gradient(180deg, #0c0f17 0%, #111523 100%);
  color: var(--text);
}

.admin-page,
.admin-login-wrap {
  display: grid;
  gap: 22px;
}

.admin-login-wrap {
  min-height: 60vh;
  place-items: center;
}

.admin-card {
  background: linear-gradient(180deg, rgba(20, 24, 38, 0.95), rgba(13, 16, 28, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.admin-login-card {
  width: min(100%, 480px);
}

.admin-page-header h1,
.admin-card h1,
.admin-card h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}

.admin-card p,
.admin-page p {
  color: #a5acc4;
}

.admin-grid {
  display: grid;
  gap: 22px;
}

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

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

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

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

.admin-form .full-width,
.admin-form-actions.full-width {
  grid-column: 1 / -1;
}

.admin-form label {
  display: grid;
  gap: 8px;
}

.admin-form label span {
  font-size: 0.88rem;
  color: #c4c9dc;
  font-weight: 700;
}

.admin-form input,
.admin-form textarea,
.admin-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: white;
  padding: 13px 14px;
}

.admin-form textarea {
  resize: vertical;
}

.checkbox-label {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.checkbox-label input {
  width: auto;
}

.admin-form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.status-stack {
  display: grid;
  gap: 10px;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 120px;
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.status-ok {
  background: rgba(75, 209, 143, 0.16);
  color: #8af0b6;
}

.status-bad {
  background: rgba(255, 104, 117, 0.16);
  color: #ffadb3;
}

.success-notice {
  border-color: rgba(75, 209, 143, 0.3);
  color: #98efbb;
}

.secret-list {
  display: grid;
  gap: 14px;
}

.secret-list div {
  display: grid;
  gap: 4px;
}

.table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: top;
}

.admin-table th {
  color: #cfd4e6;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.table-sub {
  color: #8e96b4;
  font-size: 0.82rem;
  margin-top: 5px;
  word-break: break-all;
}

.actions-cell {
  display: flex;
  gap: 12px;
  align-items: center;
}

.actions-cell form {
  margin: 0;
}

.link-button {
  border: 0;
  background: transparent;
  color: #ff9ca4;
  cursor: pointer;
  padding: 0;
}

.mapping-card {
  display: grid;
  gap: 18px;
}

.mapping-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

@media (max-width: 980px) {
  .admin-grid-2,
  .admin-form-grid,
  .admin-filter-grid {
    grid-template-columns: 1fr;
  }
}
