/* Knowledge Hub design system: shared by the Obsidian plugin and commercial web. */
:where(body.kh-theme-ready, html[data-kh-theme]) {
  --kh-font-ui: var(--font-interface, -apple-system), BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei UI", sans-serif;
  --kh-font-mono: var(--font-monospace, "SFMono-Regular"), Consolas, monospace;
  --kh-space-1: 4px;
  --kh-space-2: 8px;
  --kh-space-3: 12px;
  --kh-space-4: 16px;
  --kh-space-5: 20px;
  --kh-space-6: 24px;
  --kh-space-8: 32px;
  --kh-content-max: 1280px;
  --kh-control-height: 36px;
  --kh-motion-fast: 120ms;
  --kh-motion-normal: 200ms;
  --kh-focus: 0 0 0 3px color-mix(in srgb, var(--kh-accent) 28%, transparent);
  --kh-success: #30a14e;
  --kh-warning: #bf8700;
  --kh-danger: #d1242f;
  --kh-info: #0969da;
}

:where(body.kh-personality-apple.kh-appearance-day, html[data-kh-theme="apple"][data-kh-resolved-appearance="day"]) {
  --kh-bg: #f5f5f7;
  --kh-bg-subtle: #fbfbfd;
  --kh-surface: rgba(255, 255, 255, 0.86);
  --kh-surface-solid: #ffffff;
  --kh-surface-raised: rgba(255, 255, 255, 0.94);
  --kh-text: #1d1d1f;
  --kh-text-muted: #6e6e73;
  --kh-text-faint: #8e8e93;
  --kh-border: rgba(60, 60, 67, 0.16);
  --kh-border-strong: rgba(60, 60, 67, 0.28);
  --kh-accent: #007aff;
  --kh-accent-contrast: #ffffff;
  --kh-accent-soft: rgba(0, 122, 255, 0.12);
  --kh-radius-panel: 20px;
  --kh-radius-card: 16px;
  --kh-radius-control: 11px;
  --kh-radius-chip: 999px;
  --kh-border-width: 1px;
  --kh-shadow-card: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 28px rgba(0, 0, 0, 0.06);
  --kh-shadow-raised: 0 18px 48px rgba(0, 0, 0, 0.14);
  --kh-backdrop: blur(22px) saturate(160%);
  --kh-panel-decoration: none;
}

:where(body.kh-personality-apple.kh-appearance-night, html[data-kh-theme="apple"][data-kh-resolved-appearance="night"]) {
  --kh-bg: #000000;
  --kh-bg-subtle: #0d0d0f;
  --kh-surface: rgba(28, 28, 30, 0.88);
  --kh-surface-solid: #1c1c1e;
  --kh-surface-raised: rgba(44, 44, 46, 0.94);
  --kh-text: #f5f5f7;
  --kh-text-muted: #a1a1a6;
  --kh-text-faint: #7d7d83;
  --kh-border: rgba(84, 84, 88, 0.56);
  --kh-border-strong: rgba(142, 142, 147, 0.58);
  --kh-accent: #0a84ff;
  --kh-accent-contrast: #ffffff;
  --kh-accent-soft: rgba(10, 132, 255, 0.18);
  --kh-radius-panel: 20px;
  --kh-radius-card: 16px;
  --kh-radius-control: 11px;
  --kh-radius-chip: 999px;
  --kh-border-width: 1px;
  --kh-shadow-card: 0 1px 0 rgba(255, 255, 255, 0.04), 0 10px 34px rgba(0, 0, 0, 0.42);
  --kh-shadow-raised: 0 22px 56px rgba(0, 0, 0, 0.62);
  --kh-backdrop: blur(22px) saturate(140%);
  --kh-panel-decoration: none;
  --kh-success: #30d158;
  --kh-warning: #ffd60a;
  --kh-danger: #ff453a;
  --kh-info: #64d2ff;
}

:where(body.kh-personality-komi.kh-appearance-day, html[data-kh-theme="komi"][data-kh-resolved-appearance="day"]) {
  --kh-bg: #f1eadb;
  --kh-bg-subtle: #f8f2e6;
  --kh-surface: #fffaf0;
  --kh-surface-solid: #fffaf0;
  --kh-surface-raised: #fffdf7;
  --kh-text: #1b150d;
  --kh-text-muted: #62584b;
  --kh-text-faint: #877a68;
  --kh-border: #1b150d;
  --kh-border-strong: #1b150d;
  --kh-accent: #d8202a;
  --kh-accent-contrast: #ffffff;
  --kh-accent-soft: rgba(216, 32, 42, 0.12);
  --kh-radius-panel: 4px;
  --kh-radius-card: 3px;
  --kh-radius-control: 3px;
  --kh-radius-chip: 2px;
  --kh-border-width: 3px;
  --kh-shadow-card: 6px 6px 0 #1b150d;
  --kh-shadow-raised: 10px 10px 0 #1b150d;
  --kh-backdrop: none;
  --kh-panel-decoration: repeating-linear-gradient(0deg, transparent 0 23px, rgba(27, 21, 13, 0.035) 23px 24px);
  --kh-success: #177245;
  --kh-warning: #ad5b00;
  --kh-danger: #d8202a;
  --kh-info: #1f4ed8;
}

:where(body.kh-personality-komi.kh-appearance-night, html[data-kh-theme="komi"][data-kh-resolved-appearance="night"]) {
  --kh-bg: #11110f;
  --kh-bg-subtle: #171612;
  --kh-surface: #1d1c18;
  --kh-surface-solid: #1d1c18;
  --kh-surface-raised: #26241e;
  --kh-text: #f4ead5;
  --kh-text-muted: #c3b89f;
  --kh-text-faint: #948a76;
  --kh-border: #f4ead5;
  --kh-border-strong: #f4ead5;
  --kh-accent: #f5a300;
  --kh-accent-contrast: #1b150d;
  --kh-accent-soft: rgba(245, 163, 0, 0.16);
  --kh-radius-panel: 4px;
  --kh-radius-card: 3px;
  --kh-radius-control: 3px;
  --kh-radius-chip: 2px;
  --kh-border-width: 3px;
  --kh-shadow-card: 6px 6px 0 #000000;
  --kh-shadow-raised: 10px 10px 0 #000000;
  --kh-backdrop: none;
  --kh-panel-decoration: repeating-linear-gradient(0deg, transparent 0 23px, rgba(244, 234, 213, 0.035) 23px 24px);
  --kh-success: #59c985;
  --kh-warning: #f5a300;
  --kh-danger: #ff5964;
  --kh-info: #88c0d0;
}

@media (prefers-reduced-motion: reduce) {
  :where(body.kh-theme-ready, html[data-kh-theme]) {
    --kh-motion-fast: 0ms;
    --kh-motion-normal: 0ms;
  }
}

:root {
  --page: var(--kh-bg);
  --surface: var(--kh-surface-solid);
  --surface-2: var(--kh-bg-subtle);
  --surface-3: var(--kh-surface-raised);
  --ink: var(--kh-text);
  --muted: var(--kh-text-muted);
  --faint: var(--kh-text-faint);
  --line: var(--kh-border);
  --line-strong: var(--kh-border-strong);
  --accent: var(--kh-accent);
  --accent-strong: color-mix(in srgb, var(--kh-accent) 78%, var(--kh-text));
  --accent-soft: var(--kh-accent-soft);
  --danger: var(--kh-danger);
  --danger-soft: color-mix(in srgb, var(--kh-danger) 13%, var(--kh-surface-solid));
  --shadow: var(--kh-shadow-raised);
  --radius-card: var(--kh-radius-card);
  --radius-control: var(--kh-radius-control);
  --header-height: 72px;
  --shell: min(1184px, var(--kh-content-max));
  font-family: var(--kh-font-ui);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  min-width: 0;
  background: var(--page);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-image: var(--kh-panel-decoration);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 72% 6%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 32%),
    linear-gradient(115deg, color-mix(in srgb, var(--surface-2) 55%, transparent), transparent 44%);
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 58%, transparent);
  outline-offset: 3px;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

h1,
h2,
h3,
strong {
  font-weight: 680;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: var(--radius-control);
  background: var(--ink);
  color: var(--page);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header-height);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 84%, transparent);
  background: color-mix(in srgb, var(--page) 88%, transparent);
  backdrop-filter: blur(20px) saturate(150%);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 100%;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: max-content;
  font-weight: 720;
  letter-spacing: -0.02em;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 520;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, var(--line));
  border-radius: 9px;
  background: var(--ink);
  color: var(--page);
  font-size: 14px;
}

.primary-nav {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
}

.primary-nav a,
.site-footer a,
.text-link {
  transition: color 180ms ease;
}

.primary-nav a:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--accent);
}

.header-actions,
.button-row,
.delivery-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-actions {
  grid-column: 3;
  justify-self: end;
}

.theme-toggle,
.menu-toggle {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  background: var(--surface);
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
}

.theme-toggle {
  padding: 0 12px;
}

.menu-toggle {
  display: none;
  padding: 0 14px;
}

.mobile-nav {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  cursor: pointer;
  font-weight: 660;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button-small {
  min-height: 40px;
  padding-inline: 15px;
  font-size: 14px;
}

.button-primary {
  background: var(--accent);
  color: #f6fff9;
}

.button-primary:hover {
  background: var(--accent-strong);
}

.button-secondary {
  border-color: var(--line-strong);
  background: var(--surface);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
}

.hero {
  display: grid;
  min-height: calc(100dvh - var(--header-height));
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: 36px;
  padding-block: 56px 48px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin-bottom: 24px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.product-hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(45px, 5.6vw, 76px);
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.hero-lead,
.product-copy > p:not(.eyebrow) {
  max-width: 34rem;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.65;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: #111513;
  box-shadow: var(--shadow);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.08);
  content: "";
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.proof-band {
  border-block: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 84%, transparent);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid p {
  display: grid;
  min-height: 106px;
  align-content: center;
  gap: 3px;
  margin: 0;
  padding-inline: 24px;
  border-left: 1px solid var(--line);
}

.proof-grid p:last-child {
  border-right: 1px solid var(--line);
}

.proof-grid strong {
  font-size: 15px;
}

.proof-grid span {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding-block: 116px;
}

.section-tight {
  padding-top: 36px;
}

.section-heading {
  display: grid;
  max-width: 760px;
  gap: 14px;
  margin-bottom: 44px;
}

.section-heading h2,
.privacy-copy h2,
.final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4.5vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.section-heading p,
.privacy-copy p,
.final-cta p {
  max-width: 60ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.workspace-demo {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.demo-toolbar {
  display: flex;
  min-height: 60px;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
}

.demo-toolbar button,
.admin-tabs button {
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.demo-toolbar button[aria-selected="true"],
.admin-tabs button[aria-selected="true"] {
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-weight: 680;
}

.demo-frame {
  display: grid;
  min-height: 500px;
  grid-template-columns: 210px 1fr;
}

.demo-sidebar {
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 24px 14px;
  border-right: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-2) 68%, transparent);
}

.demo-title {
  margin: 0 10px 18px;
  font-weight: 700;
}

.demo-nav {
  padding: 9px 10px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 14px;
}

.demo-nav.active {
  background: var(--surface);
  color: var(--ink);
}

.demo-content {
  position: relative;
  min-width: 0;
  padding: 28px;
}

.demo-panel {
  display: none;
  animation: panel-in 260ms ease both;
}

.demo-panel.is-active {
  display: block;
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.demo-row {
  display: grid;
  min-height: 68px;
  grid-template-columns: 2fr 1fr 0.8fr 0.7fr;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.demo-row:last-child {
  border-bottom: 0;
}

.demo-row.demo-head {
  min-height: 46px;
  color: var(--faint);
  font-size: 12px;
}

.demo-row em {
  width: max-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 12px;
  font-style: normal;
}

.demo-row time {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.kanban-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.kanban-grid section {
  min-height: 360px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: color-mix(in srgb, var(--surface-2) 55%, transparent);
}

.kanban-grid h3 {
  margin-bottom: 18px;
  font-size: 14px;
}

.kanban-grid article {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  font-size: 14px;
}

.kanban-grid small {
  color: var(--muted);
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.calendar-head span {
  color: var(--muted);
  font-size: 13px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.calendar-grid > span,
.calendar-grid > b {
  min-height: 44px;
  padding: 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.calendar-grid > span {
  min-height: 38px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.calendar-grid > b {
  display: grid;
  min-height: 110px;
  align-content: start;
  gap: 16px;
  font-size: 13px;
  font-weight: 540;
}

.calendar-grid i {
  padding: 5px 7px;
  border-left: 3px solid var(--accent);
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 11px;
  font-style: normal;
}

.gallery-grid {
  grid-template-columns: 1.3fr 0.7fr;
}

.gallery-grid article {
  display: grid;
  min-height: 180px;
  align-content: end;
  gap: 4px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(145deg, transparent 45%, color-mix(in srgb, var(--accent) 14%, transparent)),
    var(--surface-2);
}

.gallery-grid article:nth-child(2),
.gallery-grid article:nth-child(3) {
  min-height: 140px;
}

.gallery-grid span {
  color: var(--muted);
  font-size: 13px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.capability {
  grid-column: span 4;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.capability h3 {
  margin-bottom: 12px;
  font-size: 22px;
  letter-spacing: -0.025em;
}

.capability p {
  margin-bottom: 0;
  color: var(--muted);
}

.capability-wide {
  display: grid;
  min-height: 350px;
  grid-column: span 8;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 36px;
}

.capability-accent {
  background: var(--accent);
  color: #f5fff9;
}

.capability-accent p {
  color: rgb(245 255 249 / 0.78);
}

.capability-image {
  grid-column: span 8;
  overflow: hidden;
  min-height: 300px;
  padding: 0;
  background: #111513;
}

.capability-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relation-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 60px;
  padding: 30px;
}

.relation-map::before,
.relation-map::after {
  position: absolute;
  inset: 50% 18%;
  height: 1px;
  background: var(--accent);
  content: "";
}

.relation-map::after {
  inset: 18% 50%;
  width: 1px;
  height: auto;
}

.relation-map span {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 76px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: 0 8px 26px color-mix(in srgb, var(--ink) 8%, transparent);
}

.privacy-section {
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.privacy-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 90px;
}

.privacy-copy {
  position: sticky;
  top: calc(var(--header-height) + 42px);
}

.privacy-copy h2 {
  margin-bottom: 20px;
}

.privacy-copy .text-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--accent);
  font-weight: 680;
}

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

.privacy-facts article {
  display: grid;
  min-height: 190px;
  align-content: end;
  gap: 7px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--page);
}

.privacy-facts article:nth-child(2) {
  transform: translateY(42px);
}

.privacy-facts strong {
  font-size: 20px;
}

.privacy-facts span {
  color: var(--muted);
  font-size: 14px;
}

.plan-list {
  display: grid;
  border-top: 1px solid var(--line-strong);
}

.plan-row {
  display: grid;
  min-height: 112px;
  grid-template-columns: minmax(190px, 0.8fr) 1.6fr auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.plan-row h3 {
  margin: 0;
  font-size: 23px;
}

.plan-row p {
  margin: 0;
  color: var(--muted);
}

.plan-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.plan-price {
  min-width: 76px;
  text-align: right;
  font-size: 22px;
  font-weight: 700;
}

.plan-list-large .plan-row {
  min-height: 132px;
}

.inline-status {
  min-height: 24px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.skeleton-row span {
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--surface-2), var(--surface-3), var(--surface-2));
  background-size: 220% 100%;
  animation: skeleton 1.5s ease infinite;
}

.skeleton-row span:nth-child(2) {
  width: 64%;
}

.skeleton-row span:nth-child(3) {
  width: 110px;
}

@keyframes skeleton {
  to { background-position: -120% 0; }
}

.faq-section {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 80px;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 44px 24px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 620;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  color: var(--accent);
  content: "+";
  font-size: 25px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 65ch;
  padding: 0 40px 24px 0;
  color: var(--muted);
}

.final-cta {
  padding-block: 92px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.final-cta h2 {
  margin-bottom: 14px;
}

.site-footer {
  padding-block: 56px;
  border-top: 1px solid var(--line);
  background: var(--page);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1.2fr;
  align-items: start;
  gap: 52px;
}

.footer-grid > div p,
.footer-grid > p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.footer-grid nav {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 8px 20px;
  font-size: 13px;
}

.compact-footer {
  padding-block: 36px;
}

.product-hero {
  display: grid;
  min-height: 680px;
  grid-template-columns: 1fr 0.86fr;
  align-items: center;
  gap: 72px;
  padding-block: 72px;
}

.product-hero h1 {
  max-width: 760px;
  font-size: clamp(44px, 5vw, 68px);
}

.product-art {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: #111513;
  box-shadow: var(--shadow);
}

.product-art img {
  width: 100%;
  height: 600px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 68% center;
}

.feature-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 48px;
}

.feature-specs article {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: start;
  gap: 24px;
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
}

.feature-specs p {
  margin: 0;
  color: var(--muted);
}

.delivery-section {
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.delivery-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 0;
  list-style: none;
  counter-reset: delivery;
}

.delivery-list li {
  position: relative;
  min-height: 180px;
  padding: 28px 28px 28px 86px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  counter-increment: delivery;
}

.delivery-list li::before {
  position: absolute;
  top: 27px;
  left: 28px;
  color: var(--accent);
  content: counter(delivery, decimal-leading-zero);
  font-weight: 720;
}

.delivery-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.delivery-actions {
  margin-top: 30px;
}

.portal-page {
  background: var(--surface-2);
}

.portal-shell {
  max-width: 840px;
  padding-block: 72px 110px;
}

.portal-intro {
  margin-bottom: 42px;
}

.portal-intro h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.portal-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.portal-card {
  display: grid;
  gap: 34px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.portal-card h2 {
  margin-bottom: 8px;
}

.portal-card > div > p,
.portal-card small {
  color: var(--muted);
}

.portal-card form,
.admin-login form {
  display: grid;
  gap: 10px;
}

label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 640;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  background: var(--page);
  color: var(--ink);
}

input,
select {
  min-height: 48px;
  padding: 0 13px;
}

textarea {
  padding: 12px 13px;
  line-height: 1.5;
  resize: vertical;
}

input::placeholder {
  color: var(--faint);
}

.portal-card form .button,
.admin-login form .button {
  width: max-content;
  margin-top: 8px;
}

.form-error {
  min-height: 24px;
  margin: 0;
  color: var(--danger);
  font-size: 13px;
}

.download-result {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.result-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.result-heading > div {
  display: grid;
  gap: 4px;
}

.result-heading span,
.result-heading p {
  color: var(--muted);
  font-size: 13px;
}

.result-heading strong {
  font-size: 28px;
}

.file-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.file-row {
  display: grid;
  min-height: 68px;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.file-row span {
  color: var(--muted);
  font-size: 13px;
}

.file-row a {
  color: var(--accent);
  font-weight: 680;
}

.result-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.security-note {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: color-mix(in srgb, var(--surface) 68%, transparent);
}

.security-note p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.legal-page {
  max-width: 820px;
  padding-block: 80px 120px;
}

.legal-page h1 {
  margin-bottom: 12px;
  font-size: clamp(42px, 6vw, 64px);
  letter-spacing: -0.05em;
}

.legal-date {
  margin-bottom: 56px;
  color: var(--muted);
}

.legal-page section {
  padding-block: 25px;
  border-top: 1px solid var(--line);
}

.legal-page h2 {
  margin-bottom: 12px;
  font-size: 22px;
}

.legal-page section p {
  margin: 0;
  color: var(--muted);
}

.admin-page {
  background: var(--surface-2);
}

.admin-shell {
  padding-block: 54px 110px;
}

.admin-login {
  display: grid;
  max-width: 850px;
  grid-template-columns: 1fr 0.8fr;
  gap: 64px;
  margin: 80px auto;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.admin-login h2 {
  margin-bottom: 14px;
  font-size: 42px;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.admin-login > div > p:not(.eyebrow) {
  color: var(--muted);
}

.admin-user-chip {
  max-width: 180px;
  overflow: hidden;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-password-panel {
  margin-top: 52px;
}

.admin-password-panel form,
.admin-login form {
  display: grid;
  gap: 12px;
}

.form-actions,
.table-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.admin-titlebar,
.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.admin-titlebar {
  margin-bottom: 26px;
}

.admin-titlebar h2 {
  margin-bottom: 4px;
  font-size: 38px;
  letter-spacing: -0.04em;
}

.admin-titlebar p,
.panel-header p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.metric {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.metric:last-child {
  border-right: 0;
}

.metric span {
  display: block;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.metric strong {
  display: block;
  margin-top: 8px;
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 28px;
  font-variant-numeric: tabular-nums;
}

.admin-tabs {
  display: flex;
  gap: 4px;
  margin-top: 24px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.admin-panel {
  display: none;
  margin-top: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.admin-panel.is-active {
  display: block;
}

.panel-header {
  margin-bottom: 24px;
}

.panel-header h2 {
  margin-bottom: 3px;
}

.code-generator {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  align-items: end;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-2);
}

.code-generator label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
}

.code-generator select,
.code-generator input {
  min-height: 42px;
  background: var(--surface);
}

.code-generator .button {
  min-height: 42px;
}

.form-hint {
  margin: 10px 2px 14px;
  color: var(--muted);
  font-size: 12px;
}

.admin-filterbar {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-2);
}

.admin-filterbar label {
  display: grid;
  min-width: min(260px, 100%);
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
}

.admin-filterbar select {
  min-height: 42px;
  background: var(--surface);
}

.generated-codes {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 50%, var(--line));
  border-radius: 12px;
  background: var(--accent-soft);
}

.generated-code {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.generated-code button,
.table-action {
  border: 0;
  background: transparent;
  color: var(--accent-strong);
  cursor: pointer;
  font-weight: 680;
}

.table-action.danger {
  color: var(--danger);
}

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

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

th,
td {
  padding: 13px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

th {
  color: var(--muted);
  font-size: 11px;
  font-weight: 640;
  letter-spacing: 0.04em;
}

td code {
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
}

.status-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 11px;
}

.status-badge.active,
.status-badge.unused {
  background: var(--accent-soft);
  color: var(--accent-strong);
}

.status-badge.revoked,
.status-badge.refunded,
.status-badge.expired {
  background: var(--danger-soft);
  color: var(--danger);
}

.status-badge.deactivated,
.status-badge.restricted,
.status-badge.claimed {
  background: color-mix(in srgb, var(--muted) 12%, transparent);
  color: var(--muted);
}

.release-list {
  display: grid;
  gap: 12px;
}

.release-form {
  display: grid;
  grid-template-columns: 0.7fr 0.7fr auto;
  align-items: end;
  gap: 12px;
  margin-bottom: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-2);
}

.release-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
}

.release-notes,
.release-files {
  grid-column: 1 / -1;
}

.release-item,
.empty-state {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.release-item {
  display: grid;
  grid-template-columns: 0.5fr 0.7fr 1.8fr;
  gap: 20px;
}

.release-item p,
.empty-state p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

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

.catalog-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-2);
}

.catalog-card h3 {
  margin: 0 0 16px;
}

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

.catalog-form label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 12px;
}

.catalog-form input,
.catalog-form select,
.catalog-form textarea,
.admin-filterbar input,
.admin-filterbar select {
  width: 100%;
  min-height: 42px;
  background: var(--surface);
}

.catalog-wide {
  grid-column: 1 / -1;
}

.catalog-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.catalog-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.catalog-row p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.filter-drawer-header,
.mobile-filter-button,
.mobile-command-bar,
.filter-backdrop {
  display: none;
}

.admin-table-loading {
  padding: 28px;
  color: var(--muted);
  text-align: center;
}

[hidden] {
  display: none !important;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms cubic-bezier(0.16, 1, 0.3, 1), transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.js .reveal[data-delay="1"] {
  transition-delay: 100ms;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

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

  .primary-nav a:nth-last-child(-n + 2) {
    display: none;
  }

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

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

  .metric:nth-child(3) {
    border-right: 0;
  }

  .metric:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .primary-nav,
  .header-actions .button {
    display: none;
  }

  .header-actions {
    grid-column: 2;
    justify-self: end;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-inner:has(.menu-toggle) {
    grid-template-columns: 1fr auto auto;
  }

  .mobile-nav {
    position: absolute;
    top: var(--header-height);
    left: 16px;
    right: 16px;
    display: none;
    width: auto;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .mobile-nav a {
    padding: 10px;
    border-radius: 8px;
  }

  .hero,
  .product-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 64px;
  }

  .hero h1,
  .product-hero h1 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .hero-visual {
    order: 2;
  }

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

  .proof-grid p:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .proof-grid p:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding-block: 82px;
  }

  .section-tight {
    padding-top: 24px;
  }

  .demo-frame {
    grid-template-columns: 1fr;
  }

  .demo-sidebar {
    display: none;
  }

  .capability,
  .capability-wide,
  .capability-image {
    grid-column: span 12;
  }

  .capability-wide {
    grid-template-columns: 1fr;
  }

  .privacy-layout,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .privacy-copy {
    position: static;
  }

  .privacy-facts article:nth-child(2) {
    transform: none;
  }

  .plan-row {
    grid-template-columns: 1fr auto;
    padding-block: 18px;
  }

  .plan-row > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .final-cta-inner,
  .result-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .product-art img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .feature-specs,
  .delivery-list {
    grid-template-columns: 1fr;
  }

  .admin-login {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-block: 30px;
  }

  .code-generator {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .release-form .button {
    width: max-content;
  }

  .code-generator .button {
    align-self: end;
  }
}

@media (max-width: 560px) {
  .brand small {
    display: none;
  }

  .theme-toggle {
    padding-inline: 10px;
  }

  .hero {
    gap: 40px;
    padding-block: 50px;
  }

  .hero h1,
  .product-hero h1 {
    font-size: clamp(40px, 13vw, 55px);
  }

  .button-row,
  .delivery-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button,
  .delivery-actions .button {
    width: 100%;
  }

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

  .proof-grid p {
    min-height: 82px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .proof-grid p:last-child {
    border-bottom: 0;
  }

  .demo-toolbar {
    overflow-x: auto;
  }

  .demo-content {
    padding: 18px;
  }

  .demo-row {
    grid-template-columns: 1.4fr 0.7fr;
  }

  .demo-row > :nth-child(2),
  .demo-row > :nth-child(4) {
    display: none;
  }

  .kanban-grid,
  .gallery-grid,
  .privacy-facts {
    grid-template-columns: 1fr;
  }

  .calendar-grid > b {
    min-height: 72px;
    padding: 6px;
  }

  .calendar-grid i {
    overflow: hidden;
    padding: 3px;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .capability {
    min-height: auto;
    padding: 23px;
  }

  .relation-map {
    gap: 20px;
    padding: 10px;
  }

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

  .plan-row > p,
  .plan-meta {
    grid-column: 1;
  }

  .plan-meta {
    justify-content: space-between;
  }

  .faq-section {
    gap: 20px;
  }

  .product-hero {
    gap: 38px;
    padding-block: 50px;
  }

  .feature-specs article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .delivery-list li {
    padding-left: 70px;
  }

  .portal-shell {
    padding-block: 48px 80px;
  }

  .portal-card {
    padding: 24px;
  }

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

  .file-row span {
    grid-column: 1;
    grid-row: 2;
  }

  .admin-login {
    padding: 28px;
  }

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

  .metric:nth-child(2n) {
    border-right: 0;
  }

  .metric:nth-child(-n + 4) {
    border-bottom: 1px solid var(--line);
  }

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

  .admin-panel {
    padding: 18px;
  }

  .code-generator {
    grid-template-columns: 1fr;
  }

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

  .release-notes,
  .release-files {
    grid-column: 1;
  }

  .release-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .admin-page {
    padding-bottom: 68px;
  }

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

  .catalog-wide {
    grid-column: 1;
  }

  .mobile-filter-button {
    display: inline-flex;
    margin-bottom: 14px;
  }

  .filter-drawer {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    max-height: 82vh;
    margin: 0;
    padding: 18px 18px calc(18px + env(safe-area-inset-bottom));
    overflow-y: auto;
    border-radius: 18px 18px 0 0;
    background: var(--surface);
    box-shadow: 0 -18px 60px rgb(0 0 0 / 20%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(105%);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .filter-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .filter-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column: 1 / -1;
  }

  .filter-drawer-header button {
    border: 0;
    background: transparent;
    color: var(--text);
    font-size: 28px;
  }

  .filter-backdrop.is-open {
    position: fixed;
    z-index: 70;
    inset: 0;
    display: block;
    background: rgb(0 0 0 / 42%);
  }

  .mobile-command-bar {
    position: fixed;
    z-index: 60;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: color-mix(in srgb, var(--surface) 92%, transparent);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
  }

  .mobile-command-bar button {
    min-height: 44px;
    border: 0;
    border-right: 1px solid var(--line);
    background: transparent;
    color: var(--text);
  }

  .mobile-command-bar button:last-child {
    border-right: 0;
  }

  .admin-panel .table-wrap {
    overflow: visible;
  }

  .admin-panel table,
  .admin-panel thead,
  .admin-panel tbody,
  .admin-panel tr,
  .admin-panel td {
    display: block;
    width: 100%;
  }

  .admin-panel thead {
    display: none;
  }

  .admin-panel tr {
    margin-bottom: 12px;
    padding: 9px 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface-2);
  }

  .admin-panel td[data-label] {
    display: grid;
    grid-template-columns: minmax(86px, 0.7fr) minmax(0, 1.3fr);
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
    overflow-wrap: anywhere;
  }

  .admin-panel td[data-label]::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 11px;
  }

  .admin-panel td[data-label]:last-child {
    border-bottom: 0;
  }
}
