:root {
  color-scheme: dark;
  --bg: #07101f;
  --bg-2: #0b1324;
  --surface: rgba(13, 24, 43, 0.76);
  --surface-strong: rgba(16, 30, 54, 0.9);
  --line: rgba(148, 163, 184, 0.18);
  --line-strong: rgba(148, 163, 184, 0.32);
  --text: #f8fafc;
  --muted: #9aa8bb;
  --muted-2: #64748b;
  --primary: #7c3aed;
  --primary-2: #06b6d4;
  --primary-3: #22c55e;
  --warning: #f59e0b;
  --danger: #fb7185;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.26), transparent 34rem),
    radial-gradient(circle at 78% 8%, rgba(6, 182, 212, 0.2), transparent 32rem),
    linear-gradient(145deg, var(--bg), var(--bg-2) 46%, #050814);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 72%);
}

button,
input {
  font: inherit;
}

button,
a {
  touch-action: manipulation;
}

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

svg {
  display: block;
  fill: currentColor;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 26rem;
  height: 26rem;
  border-radius: 999px;
  filter: blur(72px);
  opacity: 0.46;
  pointer-events: none;
}

.ambient-a {
  top: 6rem;
  left: -8rem;
  background: #7c3aed;
}

.ambient-b {
  top: 28rem;
  right: -10rem;
  background: #06b6d4;
}

.ambient-c {
  bottom: -12rem;
  left: 30%;
  background: #22c55e;
  opacity: 0.18;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  padding: 14px 0;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(124, 58, 237, 0.9), rgba(6, 182, 212, 0.86));
  box-shadow: 0 14px 34px rgba(124, 58, 237, 0.32);
}

.brand-mark svg {
  width: 24px;
  height: 24px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 16px;
  letter-spacing: -0.01em;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.5);
}

.nav a {
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  transition: 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  outline: none;
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 72px;
}

.service-notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
  padding: 14px 16px;
  border-radius: 20px;
}

.notice-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(103, 232, 249, 0.24);
  border-radius: 14px;
  background: rgba(6, 182, 212, 0.1);
  color: #67e8f9;
}

.notice-icon svg {
  width: 22px;
  height: 22px;
}

.service-notice strong,
.service-notice span {
  display: block;
}

.service-notice strong {
  margin-bottom: 2px;
  font-size: 14px;
}

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

.service-notice a {
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(103, 232, 249, 0.28);
  border-radius: 999px;
  color: #67e8f9;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 34px;
  min-height: 520px;
}

.hero-copy h1 {
  max-width: 790px;
  margin: 18px 0 18px;
  font-size: clamp(42px, 8vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.hero-copy p {
  max-width: 680px;
  margin: 0;
  color: #b8c4d7;
  font-size: clamp(16px, 2vw, 20px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.48);
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.eyebrow.mini {
  color: #67e8f9;
}

.pulse-dot {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: var(--text);
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, opacity 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

.button.primary {
  width: 100%;
  background: linear-gradient(135deg, #8b5cf6, #06b6d4);
  box-shadow: 0 18px 46px rgba(6, 182, 212, 0.18), 0 18px 46px rgba(124, 58, 237, 0.18);
}

.button.ghost {
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.07);
}

.button.link {
  min-height: 48px;
  padding: 0 4px;
  color: #67e8f9;
  background: transparent;
}

.button.compact {
  min-height: 40px;
  padding: 0 14px;
  font-size: 13px;
}

.glass {
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.76), rgba(15, 23, 42, 0.48));
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.query-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--radius-xl);
}

.query-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at top right, rgba(6, 182, 212, 0.18), transparent 46%), radial-gradient(circle at bottom left, rgba(124, 58, 237, 0.18), transparent 45%);
}

.query-card > * {
  position: relative;
}

.mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
  padding: 6px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 18px;
  background: rgba(2, 6, 23, 0.32);
}

.mode-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.mode-option svg {
  width: 17px;
  height: 17px;
}

.mode-option span {
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.12);
  color: var(--muted-2);
  font-size: 11px;
}

.mode-option.active {
  border-color: rgba(103, 232, 249, 0.32);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.22), rgba(6, 182, 212, 0.14));
  color: var(--text);
}

.mode-option:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.card-head,
.panel-head,
.section-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.card-kicker {
  color: #67e8f9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.card-head h2,
.info-card h2,
.section-title h2 {
  margin: 4px 0 0;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.secure-badge,
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.09);
  color: #86efac;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.secure-badge svg {
  width: 16px;
  height: 16px;
}

.status-badge.warn {
  border-color: rgba(245, 158, 11, 0.32);
  background: rgba(245, 158, 11, 0.11);
  color: #fcd34d;
}

.status-badge.danger {
  border-color: rgba(251, 113, 133, 0.3);
  background: rgba(251, 113, 133, 0.1);
  color: #fda4af;
}

.query-form {
  margin-top: 28px;
}

.query-form label {
  display: block;
  margin-bottom: 8px;
  color: #dbeafe;
  font-size: 14px;
  font-weight: 800;
}

.input-shell {
  display: flex;
  align-items: center;
  min-height: 58px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 18px;
  background: rgba(2, 6, 23, 0.42);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.input-shell:focus-within {
  border-color: rgba(103, 232, 249, 0.72);
  box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.12);
}

.input-shell input {
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 0 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-family: var(--mono);
  font-size: 14px;
}

.input-shell button {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin-right: 5px;
  place-items: center;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.input-shell button:hover,
.input-shell button:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  outline: none;
}

.input-shell svg {
  width: 21px;
  height: 21px;
}

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

.form-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.mini-action {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.mini-action:hover,
.mini-action:focus-visible {
  border-color: rgba(103, 232, 249, 0.36);
  color: #67e8f9;
  outline: none;
}

.spinner {
  display: none;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 820ms linear infinite;
}

.loading .spinner {
  display: inline-block;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

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

.message.error {
  color: #fda4af;
}

.message.success {
  color: #86efac;
}

.result,
.info-grid,
.guide {
  margin-top: 56px;
}

.hidden {
  display: none !important;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.metric-card {
  position: relative;
  overflow: hidden;
  min-height: 154px;
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(15, 23, 42, 0.64);
}

.metric-card::after {
  position: absolute;
  right: -38px;
  bottom: -46px;
  width: 124px;
  height: 124px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.12);
  content: "";
}

.metric-card.glow-card {
  background: linear-gradient(145deg, rgba(124, 58, 237, 0.28), rgba(6, 182, 212, 0.16)), rgba(15, 23, 42, 0.78);
}

.metric-card span,
.metric-card small {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.metric-card strong {
  display: block;
  margin: 14px 0 8px;
  font-family: var(--mono);
  font-size: clamp(25px, 3vw, 34px);
  letter-spacing: -0.04em;
}

.quota-meter {
  position: relative;
  height: 9px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.58);
}

.quota-meter span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22c55e, #06b6d4);
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.28);
  transition: width 360ms ease;
}

.details-grid,
.info-grid,
.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.panel,
.info-card,
.guide-card {
  border-radius: var(--radius-xl);
}

.panel {
  padding: 24px;
}

.panel h3,
.guide-card h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.panel p,
.info-card p,
.guide-card li {
  color: var(--muted);
}

.panel-head p {
  margin: 4px 0 0;
  font-size: 14px;
}

.kv-list {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
}

.kv-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.kv-list dt {
  color: var(--muted);
  font-size: 13px;
}

.kv-list dd {
  margin: 0;
  color: #e2e8f0;
  font-family: var(--mono);
  font-size: 13px;
  text-align: right;
  overflow-wrap: anywhere;
}

.usage-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.usage-split div {
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 16px;
  background: rgba(2, 6, 23, 0.28);
}

.usage-split span,
.usage-split strong {
  display: block;
}

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

.usage-split strong {
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 18px;
}

.rank-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.rank-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.rank-model {
  min-width: 0;
  color: #e2e8f0;
  font-family: var(--mono);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-quota {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
}

.rank-bar {
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.12);
}

.rank-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8b5cf6, #06b6d4);
}

.empty-state,
.table-empty {
  color: var(--muted-2);
  font-size: 14px;
}

.logs-panel {
  margin-top: 18px;
}

.table-wrap {
  width: 100%;
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 18px;
}

.log-cards {
  display: none;
}

table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
  text-align: left;
}

th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

td {
  color: #dbeafe;
  font-family: var(--mono);
  font-size: 13px;
}

tr:last-child td {
  border-bottom: 0;
}

.model-cell {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-card,
.guide-card {
  padding: 26px;
}

.info-card p {
  margin: 14px 0 0;
}

.notice-box,
.code-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background: rgba(2, 6, 23, 0.34);
}

.notice-box {
  align-items: flex-start;
  flex-direction: column;
}

.recharge-snapshot {
  border-color: rgba(103, 232, 249, 0.22);
  background: rgba(6, 182, 212, 0.08);
}

.notice-box strong {
  color: #dbeafe;
}

.code-line code {
  min-width: 0;
  color: #a7f3d0;
  font-family: var(--mono);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.code-line.stacked {
  margin-top: 10px;
}

.copy-btn {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(103, 232, 249, 0.28);
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.1);
  color: #67e8f9;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.copy-btn:hover,
.copy-btn:focus-visible {
  background: rgba(6, 182, 212, 0.18);
  outline: none;
}

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

.guide-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(103, 232, 249, 0.24);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(6, 182, 212, 0.16), rgba(124, 58, 237, 0.12));
  color: #67e8f9;
}

.guide-icon svg {
  width: 24px;
  height: 24px;
}

.guide-card ol {
  margin: 14px 0 0;
  padding-left: 20px;
}

.guide-card li + li {
  margin-top: 8px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 40px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  color: var(--muted-2);
  font-size: 13px;
}

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

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

@media (max-width: 980px) {
  .hero,
  .details-grid,
  .info-grid,
  .guide-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 28px;
  }

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

@media (max-width: 720px) {
  .topbar {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    border-radius: 18px;
  }

  .nav a {
    flex: 1 0 auto;
    text-align: center;
  }

  main {
    padding-top: 22px;
  }

  .service-notice {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .service-notice a {
    grid-column: 1 / -1;
    justify-content: center;
    text-align: center;
  }

  .hero-copy h1 {
    letter-spacing: -0.055em;
  }

  .mode-switch,
  .usage-split {
    grid-template-columns: 1fr;
  }

  .query-card,
  .panel,
  .info-card,
  .guide-card {
    padding: 20px;
    border-radius: 24px;
  }

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

  .result-actions {
    width: 100%;
  }

  .result-actions .button {
    flex: 1 1 auto;
  }

  .table-wrap {
    display: none;
  }

  .log-cards {
    display: grid;
    gap: 12px;
    margin-top: 18px;
  }

  .log-card {
    padding: 15px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 18px;
    background: rgba(2, 6, 23, 0.3);
  }

  .log-card-head,
  .log-card-grid {
    display: grid;
    gap: 8px;
  }

  .log-card-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .log-card-model {
    min-width: 0;
    overflow: hidden;
    color: #e2e8f0;
    font-family: var(--mono);
    font-size: 13px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .log-card-time {
    color: var(--muted-2);
    font-family: var(--mono);
    font-size: 11px;
  }

  .log-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px;
  }

  .log-card-grid span {
    display: block;
    color: var(--muted);
    font-size: 11px;
  }

  .log-card-grid strong {
    display: block;
    margin-top: 3px;
    font-family: var(--mono);
    font-size: 13px;
  }

  .card-head,
  .panel-head,
  .section-title,
  .footer,
  .code-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .kv-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .kv-list dd {
    text-align: left;
  }

  .footer {
    gap: 8px;
  }
}
