:root {
  --bg: #f6f1ea;
  --bg-soft: #fbf8f4;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-solid: #fffdfb;
  --surface-subtle: #f8f1ea;
  --text: #201915;
  --text-soft: #4f433b;
  --muted: #74675d;
  --line: rgba(86, 67, 54, 0.14);
  --line-strong: rgba(86, 67, 54, 0.22);
  --accent: #bc5e3d;
  --accent-strong: #9b4a2b;
  --accent-soft: #f3e0d4;
  --accent-quiet: #fbf1ea;
  --success: #23724d;
  --success-soft: rgba(35, 114, 77, 0.12);
  --error: #b1493b;
  --error-soft: rgba(177, 73, 59, 0.1);
  --processing: #315f94;
  --processing-soft: rgba(49, 95, 148, 0.12);
  --queued: #8b5a3b;
  --queued-soft: rgba(188, 94, 61, 0.12);
  --shadow-soft: 0 10px 26px rgba(67, 49, 37, 0.06);
  --shadow-subtle: 0 4px 14px rgba(67, 49, 37, 0.04);
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 20px;
  --radius-xl: 24px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 48px;
  --space-10: 64px;
  --container: 1240px;
  --font-ui: "Manrope", "Segoe UI", sans-serif;
  --font-display: "Fraunces", Georgia, serif;
}

.admin-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-tab {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(185, 205, 235, 0.64);
  border-radius: 10px;
  color: #365b86;
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.admin-tab-active {
  border-color: rgba(47, 116, 207, 0.42);
  color: #0f376d;
  background: rgba(222, 238, 255, 0.92);
}

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

.admin-link-panel,
.admin-panel {
  padding: 24px;
}

.admin-link-panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(185, 205, 235, 0.42);
  border-radius: 18px;
  color: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(16, 41, 82, 0.08);
}

.admin-link-panel strong {
  color: #18365b;
  font-size: 1.18rem;
}

.admin-link-panel span:last-child,
.admin-muted,
.admin-mini-note {
  color: #5d7495;
}

.admin-section-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.admin-token-created {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid rgba(35, 114, 77, 0.18);
  border-radius: 18px;
  background: rgba(35, 114, 77, 0.08);
}

.admin-token-created > div {
  display: grid;
  gap: 6px;
}

.admin-token-created strong {
  color: #18365b;
}

.admin-token-created input {
  width: 100%;
  min-height: 42px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92rem;
}

.admin-create-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(120px, 0.5fr) minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.admin-create-form label {
  display: grid;
  gap: 7px;
  color: #4f6a8d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.admin-create-form input {
  min-height: 40px;
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
}

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

.admin-filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.admin-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

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

.admin-table th {
  color: #4f6a8d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-table td {
  color: #18365b;
}

.admin-users-table {
  min-width: 1180px;
}

.admin-jobs-table {
  min-width: 1360px;
}

.admin-error-cell {
  max-width: 280px;
  overflow-wrap: anywhere;
}

.admin-inline-form {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-inline-form select,
.admin-inline-form input[type="number"],
.admin-inline-form input[type="text"] {
  min-height: 38px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 0.88rem;
}

.admin-inline-form input[type="number"] {
  width: 86px;
}

.admin-inline-form input[type="text"] {
  width: 150px;
}

.admin-empty {
  display: grid;
  gap: 10px;
}

.admin-mini-note {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .admin-overview-grid {
    grid-template-columns: 1fr;
  }

  .admin-link-panel,
  .admin-panel {
    padding: 18px;
  }

  .admin-token-created,
  .admin-create-form {
    grid-template-columns: 1fr;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0 0 auto 0;
  height: 220px;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, rgba(188, 94, 61, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent 80%);
  z-index: -1;
}

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

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

p,
ul,
ol,
dl {
  margin: 0;
}

ul,
ol {
  padding-left: 1.1rem;
}

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

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(246, 241, 234, 0.82);
  border-bottom: 1px solid rgba(86, 67, 54, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  min-height: 78px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
}

.brand {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-chip,
.inline-pill,
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  white-space: nowrap;
}

.brand-chip,
.inline-pill {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.inline-pill-muted {
  background: var(--surface-subtle);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.nav-link,
.link-button {
  color: var(--text-soft);
  font-weight: 600;
}

.nav-link:hover,
.link-button:hover {
  color: var(--text);
}

.nav-link-muted {
  color: var(--muted);
}

.inline-form {
  margin: 0;
}

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

.site-footer {
  border-top: 1px solid rgba(86, 67, 54, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: var(--space-6);
  align-items: center;
  min-height: 92px;
  padding: 20px 0;
}

.footer-brand {
  display: grid;
  gap: 2px;
}

.footer-title {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer-copy,
.footer-nav a {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.footer-nav a {
  font-weight: 700;
}

.footer-nav a:hover {
  color: var(--text);
}

.cookie-notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(620px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(86, 67, 54, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(41, 28, 19, 0.16);
  backdrop-filter: blur(16px);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice-copy {
  display: grid;
  gap: 4px;
}

.cookie-notice-copy strong {
  color: var(--text);
  font-size: 0.98rem;
}

.cookie-notice-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.cookie-notice-copy a {
  color: var(--text);
  font-weight: 700;
}

.legal-page {
  padding: 40px 44px 48px;
  display: grid;
  gap: 32px;
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid rgba(185, 205, 235, 0.38);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 30px rgba(16, 41, 82, 0.07);
}

.legal-hero {
  display: grid;
  gap: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(185, 205, 235, 0.34);
}

.legal-kicker {
  color: #5d7f9d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-title {
  margin: 0;
  max-width: 18ch;
  color: #18365b;
  font-family: "Inter", var(--font-ui);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 800;
  line-height: 1.06;
}

.legal-lead {
  margin: 0;
  max-width: 44rem;
  color: #5d7495;
  font-size: 1.02rem;
  line-height: 1.68;
}

.legal-note {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid rgba(183, 121, 65, 0.18);
  border-radius: 16px;
  background: #fbf6f0;
}

.legal-note strong {
  color: var(--text);
  font-size: 1rem;
}

.legal-note p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.68;
}

.legal-sections {
  display: grid;
  gap: 0;
}

.legal-sections section {
  display: grid;
  gap: 12px;
}

.legal-sections section + section {
  padding-top: 22px;
  border-top: 1px solid rgba(185, 205, 235, 0.28);
}

.legal-sections h2 {
  margin: 0;
  color: #18365b;
  font-family: "Inter", var(--font-ui);
  font-size: clamp(1.36rem, 2vw, 1.68rem);
  font-weight: 700;
  line-height: 1.2;
}

.legal-sections p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.72;
  max-width: 70ch;
}

.legal-sections code {
  padding: 2px 6px;
  border-radius: 8px;
  background: rgba(32, 25, 21, 0.07);
  color: var(--text);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.9em;
}

.legal-page a {
  color: #18365b;
  font-weight: 700;
}

.pp-hint a {
  color: var(--text);
  font-weight: 800;
}

@media (max-width: 720px) {
  .legal-page {
    padding: 24px 20px 28px;
    gap: 24px;
    border-radius: 20px;
  }

  .legal-hero {
    gap: 10px;
    padding-bottom: 20px;
  }

  .legal-title {
    max-width: none;
  }

  .legal-sections section + section {
    padding-top: 18px;
  }
}

.page {
  padding: 28px 0 56px;
}

.page-stack {
  display: grid;
  gap: 24px;
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-6);
}

.span-4 {
  grid-column: span 4;
}

.span-5 {
  grid-column: span 5;
}

.span-7 {
  grid-column: span 7;
}

.span-8 {
  grid-column: span 8;
}

.surface-panel,
.surface-inset {
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-soft);
}

.surface-panel {
  background: var(--surface);
  border-radius: var(--radius-xl);
  padding: 26px;
}

.surface-inset {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 241, 234, 0.92));
  border-radius: var(--radius-lg);
  padding: var(--space-5);
}

.eyebrow {
  display: inline-flex;
  margin-bottom: var(--space-2);
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.headline,
.page-title,
.section-title,
.job-card-title {
  margin: 0;
  color: var(--text);
  letter-spacing: -0.03em;
}

.headline {
  max-width: none;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3.2vw, 2.9rem);
  line-height: 1.04;
}

.page-title {
  max-width: 22ch;
  font-family: var(--font-ui);
  font-size: clamp(1.7rem, 2vw, 2.15rem);
  font-weight: 800;
  line-height: 1.16;
}

.section-title {
  font-family: var(--font-ui);
  font-size: clamp(1.18rem, 1.4vw, 1.42rem);
  font-weight: 800;
  line-height: 1.3;
}

.job-card-title {
  font-family: var(--font-ui);
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 800;
}

.lead {
  max-width: 58ch;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-soft);
}

.body-text {
  font-size: 0.92rem;
  line-height: 1.58;
}

.caption,
.metric-label,
.mini-label,
.field-hint,
.preview-label {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.48;
}

.muted {
  color: var(--muted);
}

.mono-inline {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, monospace;
  font-size: 0.92em;
}

.pill-row,
.hero-actions,
.button-row,
.header-actions,
.form-actions-inline {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 17px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
  cursor: pointer;
}

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

.button:disabled {
  cursor: not-allowed;
  transform: none;
  opacity: 0.6;
  box-shadow: none;
}

.button:focus-visible,
.link-button:focus-visible,
.nav-link:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(188, 94, 61, 0.28);
  outline-offset: 2px;
}

.button-primary {
  color: #fffaf7;
  background: var(--accent);
  box-shadow: 0 10px 24px rgba(188, 94, 61, 0.22);
}

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

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line);
  box-shadow: var(--shadow-subtle);
}

.button-secondary:hover {
  background: #fffdfb;
  border-color: var(--line-strong);
}

.button-ghost {
  color: var(--muted);
  background: transparent;
  border-color: transparent;
}

.button-ghost:hover {
  color: var(--error);
  background: var(--error-soft);
  border-color: transparent;
}

.button-danger {
  color: #fff;
  background: var(--error);
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(177, 73, 59, 0.28);
}

.button-danger:hover {
  background: #93372b;
}

.pp-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(32, 25, 21, 0.52);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.pp-modal-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.pp-modal-card {
  background: var(--surface-solid);
  border-radius: var(--radius-xl);
  padding: 40px 36px 32px;
  max-width: 400px;
  width: 100%;
  box-shadow:
    0 24px 60px rgba(32, 25, 21, 0.16),
    0 4px 16px rgba(32, 25, 21, 0.08);
  text-align: center;
  transform: scale(0.94) translateY(10px);
  transition: transform 0.2s ease;
}

.pp-modal-backdrop.is-open .pp-modal-card {
  transform: scale(1) translateY(0);
}

.pp-modal-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--error-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--error);
}

.pp-modal-title {
  font-family: var(--font-ui);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}

.pp-modal-body {
  font-size: 0.92rem;
  color: var(--text-soft);
  margin: 0 0 28px;
  line-height: 1.55;
}

.pp-modal-footer {
  display: flex;
  gap: 10px;
}

.pp-modal-footer .button {
  flex: 1;
}

/* ─── Segments modal ───────────────────────────────── */

.pp-segments-backdrop {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 24px;
  background: rgba(32, 25, 21, 0.52);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.pp-segments-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.pp-segments-shell {
  background: var(--surface-solid);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(32, 25, 21, 0.18), 0 4px 16px rgba(32, 25, 21, 0.08);
  transform: scale(0.97) translateY(8px);
  transition: transform 0.22s ease;
  position: relative;
}

.pp-segments-backdrop.is-open .pp-segments-shell {
  transform: scale(1) translateY(0);
}

.pp-segments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}

.pp-segments-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.pp-segments-filename {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.pp-segments-save-status {
  font-size: 0.8rem;
  color: var(--muted);
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.2s ease;
}

.pp-segments-save-status.is-saving {
  color: var(--muted);
}

.pp-segments-save-status.is-saved {
  color: var(--success);
}

.pp-segments-save-status.is-error {
  color: var(--error);
}

.pp-segments-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.pp-segments-close {
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: color 0.15s ease, background 0.15s ease;
}

.pp-segments-close:hover {
  color: var(--text);
  background: var(--line);
}

.pp-segments-body {
  display: flex;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}

.pp-speakers-panel {
  width: 200px;
  flex-shrink: 0;
  border-right: 1px solid var(--line);
  padding: 20px 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pp-speakers-panel-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin: 0;
}

.pp-speaker-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pp-speaker-swatch {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  flex-shrink: 0;
}

.pp-speaker-input {
  flex: 1;
  min-width: 0;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.875rem;
  font-family: var(--font-ui);
  color: var(--text);
  background: var(--bg-soft);
  transition: border-color 0.15s ease;
}

.pp-speaker-input:focus {
  outline: none;
  border-color: var(--accent);
}

.pp-no-speakers-note {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
}

.pp-transcript {
  flex: 1;
  overflow-y: auto;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pp-segment {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.pp-segment:last-child {
  border-bottom: none;
}

.pp-segment-time {
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 600;
  padding-top: 2px;
  font-variant-numeric: tabular-nums;
}

.pp-segment-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pp-segment-speaker {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-soft);
}

.pp-segment-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text);
}

.pp-segments-loading {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  background: var(--surface-solid);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 500;
}

.pp-segments-loading.is-hidden {
  display: none;
}

.pp-segments-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid var(--line);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: pp-spin 0.7s linear infinite;
}

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

@media (max-width: 640px) {
  .pp-segments-backdrop {
    padding: 0;
  }

  .pp-segments-shell {
    border-radius: 0;
    max-width: none;
  }

  .pp-speakers-panel {
    display: none;
  }
}

/* ─── Toast ────────────────────────────────────────── */

.pp-toast-stack {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 600;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 360px;
  width: calc(100% - 48px);
  pointer-events: none;
}

.pp-toast {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 13px 15px;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-family: var(--font-ui);
  font-weight: 500;
  line-height: 1.45;
  box-shadow:
    0 8px 28px rgba(32, 25, 21, 0.13),
    0 2px 8px rgba(32, 25, 21, 0.07);
  pointer-events: auto;
  opacity: 0;
  transform: translateX(14px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.pp-toast.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.pp-toast.is-hiding {
  opacity: 0;
  transform: translateX(14px);
}

.pp-toast-error {
  background: #fff9f8;
  border-color: rgba(177, 73, 59, 0.2);
  color: var(--text);
}

.pp-toast-success {
  background: #f4fbf7;
  border-color: rgba(35, 114, 77, 0.18);
  color: var(--text);
}

.pp-toast-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.pp-toast-error .pp-toast-icon {
  color: var(--error);
}

.pp-toast-success .pp-toast-icon {
  color: var(--success);
}

.pp-toast-body {
  flex: 1;
}

.pp-toast-close {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 2px;
  cursor: pointer;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: color 0.15s ease, background 0.15s ease;
  margin-top: 1px;
}

.pp-toast-close:hover {
  color: var(--text);
  background: var(--line);
}

@media (max-width: 480px) {
  .pp-toast-stack {
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: auto;
    max-width: none;
  }
}

/* ─── Inline form alert ─────────────────────────────── */

.pp-form-alert {
  padding: 11px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}

.pp-form-alert-error {
  background: var(--error-soft);
  border-color: rgba(177, 73, 59, 0.2);
  color: var(--error);
}

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

.button-large {
  min-height: 48px;
  padding: 0 20px;
}

.alert {
  padding: 15px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid transparent;
}

.alert-error {
  color: var(--error);
  background: var(--error-soft);
  border-color: rgba(177, 73, 59, 0.16);
}

.alert-success {
  color: var(--success);
  background: var(--success-soft);
  border-color: rgba(35, 114, 77, 0.18);
}

.hero-shell,
.detail-layout,
.workspace-empty-grid,
.tool-grid,
.info-strip {
  align-items: stretch;
}

.hero-shell {
  gap: 18px;
}

.hero-panel,
.hero-aside,
.auth-aside,
.auth-form-card,
.tool-main,
.tool-aside,
.detail-main,
.detail-side,
.workspace-header,
.result-panel {
  display: grid;
  align-content: start;
  gap: 18px;
}

.hero-proof-grid,
.feature-grid,
.stats-strip,
.job-card-grid,
.meta-stat-grid {
  display: grid;
  gap: 14px;
}

.hero-proof-grid,
.stats-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.info-strip {
  gap: var(--space-5);
}

.metric-card,
.stat-card,
.feature-card,
.compact-panel,
.mini-stat,
.output-card {
  display: grid;
  gap: var(--space-2);
}

.metric-card,
.stat-card {
  padding: 15px 16px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(251, 244, 237, 0.94));
  border: 1px solid var(--line);
}

.metric-card strong,
.stat-card strong,
.compact-panel strong,
.mini-stat strong,
.output-card strong {
  font-size: 1.08rem;
  line-height: 1.35;
}

.preview-card,
.status-note-card,
.static-field {
  display: grid;
  gap: var(--space-2);
}

.preview-row {
  display: grid;
  gap: 6px;
}

.preview-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.workflow-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: var(--space-4);
}

.compact-workflow {
  gap: var(--space-3);
}

.workflow-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-4);
  align-items: start;
}

.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.section-block {
  display: grid;
  gap: var(--space-6);
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--space-6);
}

.section-copy {
  max-width: 34ch;
}

.feature-kicker {
  color: var(--accent-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.feature-card h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.3;
}

.auth-shell {
  align-items: stretch;
}

.aside-stack,
.panel-section,
.output-list,
.job-list,
.empty-content,
.tool-main,
.result-panel,
.detail-main,
.detail-side {
  display: grid;
  gap: var(--space-5);
}

.form-head,
.workspace-header > div:first-child,
.empty-content,
.panel-head {
  display: grid;
  gap: var(--space-3);
}

.stack-lg,
.stack-xl {
  display: grid;
}

.stack-lg {
  gap: var(--space-5);
}

.stack-xl {
  gap: var(--space-6);
}

.field {
  display: grid;
  gap: 10px;
}

.field-label {
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="file"],
select {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: #fffdfa;
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
select:focus {
  border-color: rgba(188, 94, 61, 0.48);
  box-shadow:
    0 0 0 4px rgba(188, 94, 61, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

select:disabled,
input:disabled {
  color: var(--muted);
  background: #faf6f2;
}

.form-footer {
  color: var(--muted);
  font-size: 0.94rem;
}

.form-footer a {
  color: var(--accent-strong);
  font-weight: 700;
}

.workspace-header {
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: var(--space-4);
}

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

.stat-card {
  padding: 17px 18px;
}

.stats-strip-compact .stat-card strong {
  font-size: 1.38rem;
}

.job-card {
  display: grid;
  gap: var(--space-4);
}

.job-card-top,
.status-top,
.result-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: var(--space-4);
}

.job-card-main {
  display: grid;
  gap: var(--space-2);
}

.job-card-grid,
.meta-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-stat {
  min-height: 88px;
  padding: 14px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.64);
}

.job-card-progress,
.progress-bar {
  overflow: hidden;
  border-radius: 999px;
  background: rgba(86, 67, 54, 0.08);
}

.job-card-progress {
  height: 10px;
}

.job-card-progress-fill,
.progress-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent) 0%, #d97a47 100%);
}

.empty-workspace {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: var(--space-6);
  align-items: center;
}

.empty-workspace-single {
  min-height: 0;
}

.empty-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, #fff8f2 0%, #f6e8dc 100%);
  border: 1px solid rgba(188, 94, 61, 0.18);
}

.empty-visual-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 72px;
  border-radius: 999px;
  background: #fff;
  color: var(--accent-strong);
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(188, 94, 61, 0.12);
}

.bullet-list {
  display: grid;
  gap: var(--space-3);
  padding-left: 1.05rem;
  color: var(--text-soft);
}

.tool-grid {
  align-items: start;
}

.dropzone {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  border: 1px dashed rgba(188, 94, 61, 0.38);
  border-radius: calc(var(--radius-xl) - 2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(251, 241, 234, 0.96)),
    var(--accent-quiet);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 6px 18px rgba(67, 49, 37, 0.03);
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}

.dropzone:hover,
.dropzone.is-active {
  border-color: rgba(188, 94, 61, 0.58);
  box-shadow: 0 0 0 6px rgba(188, 94, 61, 0.05);
}

.dropzone input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.dropzone-copy {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding: 30px;
}

.dropzone-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(86, 67, 54, 0.1);
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.dropzone-footer {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.dropzone-footer .caption {
  color: var(--text-soft);
}

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

.form-actions-block {
  display: grid;
  gap: var(--space-2);
}

.static-field {
  min-height: 100%;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 241, 234, 0.94));
}

.static-field .field-value {
  font-family: var(--font-ui);
  font-size: 1.16rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.field-value,
.status-progress-value {
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.08;
}

.detail-main,
.detail-side {
  min-height: 100%;
}

.status-progress-value {
  white-space: nowrap;
}

.progress-panel {
  display: grid;
  gap: var(--space-3);
  padding: var(--space-5);
  border-radius: var(--radius-xl);
  background: var(--surface-subtle);
  border: 1px solid var(--line);
}

.progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

.progress-bar-large {
  height: 14px;
}

.result-box {
  min-height: 220px;
  padding: var(--space-6);
  border-radius: var(--radius-xl);
  background: #181411;
  color: #f7efe8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.7;
  font-size: 0.98rem;
}

.status-loading {
  color: var(--muted);
}

.output-summary {
  display: grid;
  gap: 8px;
}

.workspace-note {
  gap: 10px;
  border-color: rgba(188, 94, 61, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(251, 241, 234, 0.92));
}

.trust-panel,
.cta-panel {
  gap: var(--space-3);
}

.feature-card {
  min-height: 176px;
}

.compact-panel {
  padding: 18px 20px;
}

.badge {
  min-height: 32px;
  padding: 0 12px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.badge-success {
  color: var(--success);
  background: var(--success-soft);
}

.badge-error {
  color: var(--error);
  background: var(--error-soft);
}

.badge-processing {
  color: var(--processing);
  background: var(--processing-soft);
}

.badge-queued {
  color: var(--queued);
  background: var(--queued-soft);
}

.error-card {
  border-color: rgba(177, 73, 59, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 241, 239, 0.96));
}

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

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-mark {
  display: inline-flex;
  align-items: end;
  gap: 4px;
  height: 28px;
}

.brand-mark-bar {
  width: 6px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7de7ff 0%, #1785ff 100%);
  box-shadow: 0 8px 18px rgba(23, 133, 255, 0.28);
}

.brand-mark-bar-short {
  height: 16px;
}

.brand-mark-bar-medium {
  height: 22px;
}

.nav-link-active {
  color: var(--text);
}

.landing-page {
  color: #dce9ff;
  background:
    radial-gradient(circle at 18% 12%, rgba(36, 126, 255, 0.22), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(73, 198, 255, 0.14), transparent 22%),
    linear-gradient(180deg, #071428 0%, #0a2146 28%, #f4f8fd 28%, #eef4fb 100%);
}

.landing-page::before {
  background:
    radial-gradient(circle at 20% 10%, rgba(82, 198, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(7, 21, 42, 0.16), transparent 88%);
}

.landing-page .site-header {
  border-bottom-color: rgba(121, 170, 241, 0.18);
  background: rgba(6, 21, 43, 0.74);
}

.landing-page .brand {
  color: #f4f8ff;
  font-family: var(--font-ui);
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.landing-page .brand-subtitle,
.landing-page .nav-link,
.landing-page .link-button {
  color: rgba(220, 233, 255, 0.78);
}

.landing-page .nav-link:hover,
.landing-page .link-button:hover,
.landing-page .nav-link-active {
  color: #ffffff;
}

.landing-page .button-primary {
  background: linear-gradient(180deg, #2ca6ff 0%, #1578f0 100%);
  box-shadow: 0 16px 32px rgba(23, 120, 240, 0.28);
}

.landing-page .button-primary:hover {
  background: linear-gradient(180deg, #3bb1ff 0%, #1d82f8 100%);
}

.landing-page .button-secondary {
  color: #f6fbff;
  background: rgba(14, 40, 86, 0.34);
  border-color: rgba(156, 194, 255, 0.32);
  box-shadow: none;
}

.landing-page .button-secondary:hover {
  background: rgba(18, 50, 104, 0.5);
  border-color: rgba(170, 206, 255, 0.44);
}

.landing-page .page {
  padding-top: 34px;
  padding-bottom: 72px;
}

.landing-page .page-stack {
  gap: 32px;
}

.landing-header-cta {
  min-width: 178px;
}

.landing-hero,
.landing-process-shell,
.landing-offer-card,
.landing-contact-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
}

.landing-hero {
  padding: 56px 52px 52px;
  border: 1px solid rgba(123, 175, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(5, 18, 38, 0.96) 0%, rgba(9, 36, 83, 0.96) 58%, rgba(6, 17, 34, 0.98) 100%);
  box-shadow: 0 28px 80px rgba(3, 13, 31, 0.34);
}

.landing-hero::before,
.landing-process-shell::before {
  content: "";
  position: absolute;
  inset: auto -4% 18% -4%;
  height: 160px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(108, 183, 255, 0.08) 100%),
    repeating-linear-gradient(
      90deg,
      rgba(123, 197, 255, 0.16) 0 4px,
      transparent 4px 16px
    );
  opacity: 0.8;
  pointer-events: none;
}

.landing-hero::after,
.landing-process-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(88, 199, 255, 0.16), transparent 28%),
    radial-gradient(circle at 50% 86%, rgba(105, 176, 255, 0.12), transparent 26%);
  pointer-events: none;
}

.landing-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: center;
}

.landing-hero-copy {
  display: grid;
  gap: 22px;
  align-content: start;
}

.landing-kicker,
.landing-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.landing-kicker {
  color: #8bd8ff;
}

.landing-section-kicker {
  color: #3e6ba5;
}

.landing-kicker::before,
.landing-section-kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.72;
}

.landing-section-kicker-dark {
  color: #4f76a8;
}

.landing-title,
.landing-section-title,
.landing-offer-title,
.landing-contact-title {
  margin: 0;
}

.landing-title {
  max-width: 10ch;
  color: #ffffff;
  font-family: var(--font-ui);
  font-size: clamp(2.6rem, 4.9vw, 4.2rem);
  line-height: 0.98;
  font-weight: 800;
}

.landing-lead,
.landing-section-copy,
.landing-offer-copy,
.landing-contact-copy {
  margin: 0;
  max-width: 62ch;
  font-size: 1.03rem;
  line-height: 1.75;
}

.landing-lead {
  color: rgba(220, 233, 255, 0.86);
}

.landing-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.landing-primary-button,
.landing-secondary-button,
.landing-success-button {
  min-width: 220px;
}

.landing-pill-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.landing-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(148, 195, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #eef6ff;
  font-size: 0.9rem;
  font-weight: 700;
}

.landing-hero-visual {
  position: relative;
  min-height: 440px;
}

.landing-hero-ring {
  position: absolute;
  inset: 72px 44px 46px 44px;
  border-radius: 50%;
  border: 2px solid rgba(144, 199, 255, 0.3);
  box-shadow:
    inset 0 0 0 18px rgba(12, 39, 85, 0.22),
    0 0 0 1px rgba(124, 185, 255, 0.12);
}

.landing-wave-band {
  position: absolute;
  top: 52%;
  width: 34%;
  height: 88px;
  transform: translateY(-50%);
  background:
    linear-gradient(180deg, rgba(81, 201, 255, 0.12), rgba(81, 201, 255, 0)),
    repeating-linear-gradient(
      90deg,
      rgba(124, 220, 255, 0.84) 0 8px,
      transparent 8px 16px
    );
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  opacity: 0.78;
}

.landing-wave-band-left {
  left: 0;
}

.landing-wave-band-right {
  right: 0;
}

.landing-floating-card,
.landing-document-card {
  position: absolute;
  border-radius: 20px;
  border: 1px solid rgba(166, 211, 255, 0.28);
  box-shadow: 0 18px 34px rgba(1, 13, 34, 0.28);
}

.landing-floating-card {
  display: grid;
  gap: 10px;
  min-width: 160px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(96, 170, 255, 0.96), rgba(69, 128, 234, 0.9));
}

.landing-floating-card-top {
  top: 8px;
  right: 42px;
}

.landing-floating-card-bottom {
  right: 6px;
  bottom: 58px;
}

.landing-floating-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.landing-floating-wave {
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.9) 0 4px,
      transparent 4px 8px
    );
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.landing-document-card {
  top: 112px;
  right: 86px;
  display: grid;
  gap: 12px;
  width: 210px;
  padding: 22px 20px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 243, 255, 0.96));
}

.landing-document-title {
  color: #5c7eaf;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.landing-document-line {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(106, 159, 227, 0.88), rgba(199, 221, 255, 0.92));
}

.landing-document-line-wide {
  width: 88%;
}

.landing-document-line-short {
  width: 68%;
}

.landing-microphone {
  position: absolute;
  left: 108px;
  top: 98px;
  width: 148px;
  height: 246px;
}

.landing-microphone-head,
.landing-microphone-neck,
.landing-microphone-base {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.landing-microphone-head {
  top: 0;
  width: 120px;
  height: 152px;
  border-radius: 60px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.65), transparent 24%),
    linear-gradient(180deg, #eff7ff 0%, #8eb7e4 18%, #203e6b 54%, #0d1a35 100%);
  border: 1px solid rgba(187, 216, 255, 0.5);
  box-shadow:
    inset 0 -18px 26px rgba(4, 11, 24, 0.52),
    0 16px 32px rgba(2, 12, 31, 0.34);
}

.landing-microphone-head::before {
  content: "";
  position: absolute;
  inset: 18px 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent);
  opacity: 0.82;
}

.landing-microphone-neck {
  top: 142px;
  width: 16px;
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d7ecff, #365a89);
}

.landing-microphone-base {
  top: 188px;
  width: 118px;
  height: 40px;
  border-radius: 999px 999px 26px 26px;
  background: linear-gradient(180deg, #10284e 0%, #08162f 100%);
  box-shadow: 0 12px 24px rgba(2, 9, 23, 0.36);
}

.landing-microphone-base::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 140px;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(8, 22, 47, 0.88);
}

.landing-hero-caption {
  position: absolute;
  right: 74px;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}

.landing-benefits-section,
.landing-offer-section {
  display: grid;
  gap: 28px;
}

.landing-benefits-section {
  padding: 14px 8px 0;
}

.landing-section-heading {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.landing-section-heading-centered {
  justify-items: center;
  text-align: center;
}

.landing-section-title {
  max-width: 18ch;
  color: #12284b;
  font-family: var(--font-ui);
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.02;
  font-weight: 800;
}

.landing-section-title-light {
  color: #ffffff;
}

.landing-section-copy {
  color: #5e7598;
}

.landing-benefits-grid,
.landing-process-grid,
.landing-offer-metrics {
  display: grid;
  gap: 22px;
}

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

.landing-benefit-card {
  display: grid;
  gap: 16px;
  min-height: 220px;
  padding: 28px 26px;
  border-radius: 26px;
  border: 1px solid rgba(164, 190, 227, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.96));
  box-shadow: 0 18px 36px rgba(80, 104, 142, 0.1);
}

.landing-benefit-card h3,
.landing-process-card h3 {
  margin: 0;
  letter-spacing: -0.03em;
}

.landing-benefit-card h3 {
  color: #163256;
  font-size: 1.35rem;
  line-height: 1.2;
}

.landing-benefit-card p,
.landing-process-card p {
  margin: 0;
  line-height: 1.7;
}

.landing-benefit-card p {
  color: #5c7091;
}

.landing-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(180deg, #edf4ff 0%, #d9e8ff 100%);
  color: #1c61ca;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow: inset 0 0 0 1px rgba(116, 160, 227, 0.18);
}

.landing-process-section {
  padding-top: 8px;
}

.landing-process-shell {
  padding: 56px 46px 52px;
  border: 1px solid rgba(120, 170, 242, 0.16);
  background:
    linear-gradient(180deg, rgba(7, 24, 49, 0.96), rgba(10, 33, 70, 0.98));
  box-shadow: 0 26px 62px rgba(8, 22, 45, 0.28);
}

.landing-process-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.landing-process-card {
  display: grid;
  gap: 14px;
  min-height: 208px;
  padding: 28px 24px;
  border-radius: 24px;
  border: 1px solid rgba(126, 176, 250, 0.24);
  background: linear-gradient(180deg, rgba(13, 44, 93, 0.92), rgba(9, 28, 61, 0.92));
  box-shadow: 0 16px 28px rgba(3, 14, 31, 0.22);
}

.landing-process-card h3 {
  color: #ffffff;
  font-size: 1.32rem;
  line-height: 1.18;
}

.landing-process-card p {
  color: rgba(215, 230, 255, 0.82);
}

.landing-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(180deg, #5e9aff 0%, #3976e6 100%);
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(42, 109, 230, 0.28);
}

.landing-process-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.landing-success-button {
  color: #ffffff;
  background: linear-gradient(180deg, #56cf3e 0%, #2f9f2f 100%);
  box-shadow: 0 16px 32px rgba(56, 157, 53, 0.28);
}

.landing-success-button:hover {
  background: linear-gradient(180deg, #61dc49 0%, #37a839 100%);
}

.landing-offer-card,
.landing-contact-card {
  padding: 42px 38px;
  border: 1px solid rgba(161, 190, 228, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.98));
  box-shadow: 0 18px 36px rgba(76, 103, 140, 0.1);
}

.landing-offer-card::before,
.landing-contact-card::before {
  content: "";
  position: absolute;
  inset: auto -2% 0 -2%;
  height: 120px;
  background:
    linear-gradient(180deg, transparent, rgba(87, 163, 255, 0.1)),
    repeating-linear-gradient(
      90deg,
      rgba(111, 176, 255, 0.18) 0 4px,
      transparent 4px 16px
    );
  opacity: 0.58;
  pointer-events: none;
}

.landing-offer-title,
.landing-contact-title {
  color: #162d50;
  font-family: var(--font-ui);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
  font-weight: 800;
}

.landing-offer-copy,
.landing-contact-copy {
  color: #5f7597;
}

.landing-offer-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.landing-offer-metric {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 24px 22px;
  border-radius: 24px;
  border: 1px solid rgba(154, 190, 241, 0.3);
  background: rgba(244, 249, 255, 0.88);
}

.landing-offer-metric strong {
  color: #18468d;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1;
}

.landing-offer-metric span {
  color: #5d7498;
  font-size: 0.98rem;
  font-weight: 700;
}

.landing-actions-centered {
  justify-content: center;
  margin-top: 8px;
}

.landing-contact-card {
  margin-top: -6px;
}

@media (max-width: 1180px) {
  .landing-hero-grid,
  .landing-benefits-grid,
  .landing-process-grid,
  .landing-offer-metrics {
    grid-template-columns: 1fr;
  }

  .landing-title,
  .landing-section-title {
    max-width: none;
  }

  .landing-hero-visual {
    min-height: 360px;
  }

  .landing-document-card {
    right: 42px;
  }
}

@media (max-width: 820px) {
  .landing-page .site-nav {
    gap: 10px;
  }

  .landing-page .site-nav .nav-link {
    font-size: 0.94rem;
  }

  .landing-hero,
  .landing-process-shell,
  .landing-offer-card,
  .landing-contact-card {
    padding: 34px 24px;
    border-radius: 28px;
  }

  .landing-title {
    font-size: clamp(2.4rem, 10vw, 3.4rem);
  }

  .landing-hero-visual {
    min-height: 300px;
  }

  .landing-hero-ring {
    inset: 64px 30px 34px;
  }

  .landing-floating-card-top {
    top: 0;
    right: 24px;
  }

  .landing-floating-card-bottom {
    right: 0;
    bottom: 30px;
  }

  .landing-document-card {
    top: 84px;
    right: 60px;
    width: 180px;
  }

  .landing-microphone {
    left: 44px;
    top: 78px;
    transform: scale(0.88);
    transform-origin: left top;
  }

  .landing-hero-caption {
    right: 32px;
    font-size: 1.5rem;
  }
}

@media (max-width: 560px) {
  .brand-shell {
    align-items: flex-start;
  }

  .brand-subtitle {
    max-width: 18ch;
  }

  .landing-page .site-nav .nav-link {
    display: none;
  }

  .landing-primary-button,
  .landing-secondary-button,
  .landing-success-button,
  .landing-header-cta {
    min-width: 0;
  }

  .landing-hero {
    padding: 30px 18px 26px;
  }

  .landing-hero-copy {
    gap: 18px;
  }

  .landing-kicker,
  .landing-section-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .landing-lead,
  .landing-section-copy,
  .landing-offer-copy,
  .landing-contact-copy {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .landing-pill {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .landing-hero-visual {
    min-height: 260px;
  }

  .landing-hero-ring {
    inset: 52px 16px 22px;
  }

  .landing-floating-card {
    min-width: 128px;
    padding: 12px 14px;
  }

  .landing-floating-card-top {
    right: 6px;
  }

  .landing-floating-card-bottom {
    bottom: 18px;
  }

  .landing-document-card {
    top: 82px;
    right: 38px;
    width: 132px;
    padding: 16px 14px 18px;
  }

  .landing-microphone {
    left: 4px;
    top: 90px;
    transform: scale(0.66);
  }

  .landing-hero-caption {
    right: 14px;
    bottom: 2px;
    font-size: 1.08rem;
  }

  .landing-benefits-section,
  .landing-offer-section {
    gap: 20px;
  }

  .landing-benefit-card,
  .landing-process-card,
  .landing-offer-card,
  .landing-contact-card {
    min-height: 0;
  }
}

@media (max-width: 1080px) {
  .grid-12,
  .hero-proof-grid,
  .feature-grid,
  .stats-strip,
  .job-card-grid,
  .meta-stat-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .span-4,
  .span-5,
  .span-7,
  .span-8 {
    grid-column: 1 / -1;
  }

  .workspace-header {
    grid-template-columns: 1fr;
  }

  .empty-workspace {
    grid-template-columns: 1fr;
  }
}

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

  .header-inner,
  .site-nav,
  .job-card-top,
  .status-top,
  .result-head,
  .section-header,
  .progress-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .page {
    padding: 24px 0 40px;
  }

  .surface-panel {
    padding: 24px;
  }

  .dropzone-copy {
    padding: var(--space-6);
  }

  .headline {
    font-size: 2.1rem;
  }
}

@media (max-width: 560px) {
  .container {
    width: calc(100% - 24px);
  }

  .brand-lockup {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--space-2);
  }

  .site-nav {
    width: 100%;
  }

  .button,
  .button-small,
  .button-large {
    width: 100%;
  }

  .dropzone-footer,
  .hero-actions,
  .header-actions,
  .form-actions-inline,
  .button-row {
    width: 100%;
  }

  .dropzone-footer > *,
  .hero-actions > *,
  .header-actions > *,
  .form-actions-inline > *,
  .button-row > * {
    width: 100%;
  }

  .status-progress-value {
    font-size: 1.5rem;
  }
}

.landing-main {
  width: 100%;
  overflow: hidden;
}

.landing-alert-stack {
  padding-top: 20px;
}

.landing-page {
  background: #f5f6f8;
  color: #0f172a;
}

.landing-page .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: none;
  background: linear-gradient(180deg, #0a2549 0%, #081c38 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.landing-page .header-inner {
  min-height: 92px;
}

.landing-page .brand-shell {
  display: inline-grid;
  gap: 2px;
}

.landing-page .brand-mark {
  display: none;
}

.landing-page .brand-copy {
  display: grid;
  gap: 4px;
}

.landing-page .brand {
  color: #ffffff;
  font-family: "Inter", var(--font-ui);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}

.landing-page .brand-accent {
  color: #53b7ff;
}

.landing-page .brand-subtitle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.landing-page .site-nav {
  gap: 40px;
}

.landing-page .nav-link,
.landing-page .link-button {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Inter", var(--font-ui);
  font-size: 17px;
  font-weight: 500;
}

.landing-page .nav-link:hover,
.landing-page .link-button:hover {
  color: #ffffff;
}

.landing-page .nav-link-active {
  color: #ffffff;
}

.landing-page .nav-link-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 3px;
  border-radius: 999px;
  background: #53b7ff;
}

.landing-page .button-primary {
  color: #ffffff;
  background: linear-gradient(180deg, #3a98ff 0%, #176edf 100%);
  border: 0;
  box-shadow: 0 12px 35px rgba(16, 87, 184, 0.35);
}

.landing-page .button-primary:hover {
  background: linear-gradient(180deg, #4ba3ff 0%, #2178ea 100%);
}

.site-footer-landing {
  border-top-color: #dbe7f5;
  background: #ffffff;
}

.site-footer-landing .footer-title {
  color: #1c2d4b;
  font-family: "Inter", var(--font-ui);
  font-weight: 800;
}

.site-footer-landing .footer-copy,
.site-footer-landing .footer-nav a {
  color: #64748b;
}

.site-footer-landing .footer-nav a:hover {
  color: #1c2d4b;
}

.landing-page .button-small {
  min-height: 54px;
  padding: 0 32px;
  border-radius: 10px;
  font-size: 17px;
}

.landing-header-cta {
  min-width: 230px;
}

.lp-frame {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.lp-break {
  display: none;
}

.lp-hero-section,
.lp-features-section,
.lp-steps-section,
.lp-info-section,
.lp-cta-section {
  width: 100%;
}

.lp-hero-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 35%, rgba(76, 177, 255, 0.18), transparent 26%),
    radial-gradient(circle at 18% 78%, rgba(88, 181, 255, 0.09), transparent 24%),
    linear-gradient(180deg, #0a2346 0%, #081c38 100%);
}

.lp-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: 0.12;
  pointer-events: none;
}

.lp-eq-line,
.lp-bars-left,
.lp-bars-right,
.lp-bars-bottom {
  position: absolute;
  pointer-events: none;
}

.lp-eq-line {
  left: 0;
  right: 0;
  top: 58%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(111, 216, 255, 0) 0%,
    rgba(111, 216, 255, 0.7) 20%,
    rgba(111, 216, 255, 0.95) 50%,
    rgba(111, 216, 255, 0.65) 78%,
    rgba(111, 216, 255, 0) 100%
  );
  opacity: 0.75;
}

.lp-bars-left {
  left: -30px;
  bottom: 16px;
  width: 260px;
  height: 180px;
  opacity: 0.22;
  background: repeating-linear-gradient(
    90deg,
    rgba(125, 223, 255, 0.65) 0 2px,
    transparent 2px 10px
  );
  -webkit-mask:
    linear-gradient(180deg, transparent 0%, #000 20%, #000 100%),
    linear-gradient(90deg, #000 0%, #000 100%);
}

.lp-bars-right {
  right: 14px;
  top: 100px;
  width: 250px;
  height: 280px;
  opacity: 0.22;
  background: repeating-linear-gradient(
    90deg,
    rgba(125, 223, 255, 0.7) 0 2px,
    transparent 2px 10px
  );
  mask: linear-gradient(180deg, transparent 0%, #000 20%, #000 100%);
}

.lp-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
  padding: 40px 0 52px;
}

.lp-hero-copy {
  max-width: 560px;
}

.lp-hero-title {
  margin: 0;
  color: #ffffff;
  font-family: "Inter", var(--font-ui);
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.lp-hero-text {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(19px, 2vw, 21px);
  line-height: 1.7;
}

.lp-hero-actions,
.lp-steps-cta,
.lp-cta-actions {
  display: flex;
}

.lp-hero-actions {
  max-width: 360px;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 10px;
  font-family: "Inter", var(--font-ui);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  transition:
    transform 0.18s ease,
    filter 0.18s ease,
    background-color 0.18s ease;
}

.lp-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.lp-btn-blue {
  color: #ffffff;
  background: linear-gradient(180deg, #3a98ff 0%, #176edf 100%);
  box-shadow: 0 12px 35px rgba(16, 87, 184, 0.35);
}

.lp-btn-outline {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  font-weight: 500;
}

.lp-btn-green {
  min-width: 340px;
  color: #ffffff;
  background: linear-gradient(180deg, #72de42 0%, #2ca62d 100%);
  box-shadow: 0 10px 24px rgba(34, 146, 33, 0.32);
}

.lp-btn-green-compact {
  min-width: 260px;
}

.lp-hero-visual {
  position: relative;
  height: 430px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.lp-visual-ring {
  position: absolute;
  left: 52%;
  top: 46%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.lp-visual-ring-outer {
  width: 330px;
  height: 330px;
  border: 1px solid rgba(207, 245, 255, 0.35);
}

.lp-visual-ring-inner {
  width: 280px;
  height: 280px;
  border: 1px solid rgba(207, 245, 255, 0.15);
}

.lp-waveform-bars {
  position: absolute;
  left: 2%;
  right: 5%;
  top: 53%;
  display: flex;
  height: 90px;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  transform: translateY(-50%);
  opacity: 0.9;
}

.lp-waveform-bars span {
  width: 5px;
  border-radius: 999px;
  background: rgba(103, 229, 255, 0.8);
}

.lp-bubble {
  position: absolute;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding: 16px 20px;
  border-radius: 14px;
  background: #53b7ff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.lp-bubble span {
  width: 4px;
  border-radius: 999px;
  background: #ffffff;
}

.lp-bubble span:nth-child(1) {
  height: 20px;
}

.lp-bubble span:nth-child(2) {
  height: 10px;
}

.lp-bubble span:nth-child(3) {
  height: 28px;
}

.lp-bubble span:nth-child(4) {
  height: 16px;
}

.lp-bubble span:nth-child(5) {
  height: 24px;
}

.lp-bubble span:nth-child(6) {
  height: 10px;
}

.lp-bubble span:nth-child(7) {
  height: 20px;
}

.lp-bubble-left {
  left: 18%;
  top: 5%;
}

.lp-bubble-right {
  right: 6%;
  top: 10%;
}

.lp-bubble-violet {
  background: #7e90ff;
}

.lp-bubble-bottom {
  right: 1%;
  bottom: 18%;
  background: #2f8fff;
}

.lp-document-card {
  position: absolute;
  right: 18%;
  top: 20%;
  z-index: 10;
  width: 190px;
  padding: 20px 24px 24px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(3, 11, 25, 0.3);
}

.lp-document-letter {
  margin-bottom: 12px;
  color: #cbd5e1;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.34em;
}

.lp-document-lines {
  display: grid;
  gap: 12px;
}

.lp-document-lines span {
  height: 4px;
  border-radius: 999px;
  background: #e2e8f0;
}

.lp-document-line-wide {
  width: 84%;
}

.lp-document-line-short {
  width: 72%;
}

.lp-document-line-medium {
  width: 82%;
}

.lp-document-corner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  border-top-left-radius: 12px;
  background: #f1f5f9;
}

.lp-microphone {
  position: absolute;
  left: 40%;
  top: 18%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-microphone-head {
  position: relative;
  width: 128px;
  height: 240px;
  padding: 10px;
  border-radius: 60px;
  background: linear-gradient(180deg, #f8fafc 0%, #64748b 42%, #0f172a 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.lp-microphone-head::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at 50% 15%, #f6fbff 0%, #dfe8ef 18%, #768392 37%, #12243b 58%, #09131f 100%),
    radial-gradient(rgba(255, 255, 255, 0.85) 1.5px, transparent 1.5px);
  background-size: auto, 12px 12px;
  overflow: hidden;
}

.lp-microphone-core {
  position: absolute;
  left: 50%;
  top: 58%;
  width: 84px;
  height: 110px;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.28));
}

.lp-microphone-joint {
  width: 64px;
  height: 32px;
  margin-top: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #cbd5e1 0%, #334155 100%);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.lp-microphone-stand {
  width: 5px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(180deg, #cbd5e1 0%, #334155 100%);
}

.lp-microphone-base {
  width: 96px;
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e2e8f0 0%, #475569 100%);
}

.lp-headphones {
  position: absolute;
  right: 7%;
  bottom: 20%;
  z-index: 20;
  color: rgba(255, 255, 255, 0.9);
  font-size: 64px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.lp-speech-label {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.95);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.lp-speech-label-muted {
  color: rgba(255, 255, 255, 0.78);
}

.lp-wave-bottom {
  position: relative;
  height: 60px;
}

.lp-wave-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-features-section {
  padding: 40px 0;
  background: #f5f6f8;
}

.lp-feature-grid,
.lp-step-grid {
  display: grid;
  gap: 20px;
}

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

.lp-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(19, 35, 69, 0.08);
}

.lp-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 28px;
}

.lp-feature-icon-blue {
  color: #5b89d6;
  background: #f8fbff;
}

.lp-feature-icon-amber {
  color: #b9852a;
  background: #fff9ef;
}

.lp-feature-copy h3 {
  margin: 0;
  color: #24334f;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.lp-feature-copy p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
}

.lp-steps-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #10335f 0%, #0b264a 55%, #081c37 100%);
}

.lp-steps-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 14px 14px;
}

.lp-steps-panel .lp-frame {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

.lp-section-title-wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.lp-section-title-wrap::before,
.lp-section-title-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22%;
  height: 1px;
  background: rgba(171, 205, 244, 0.22);
}

.lp-section-title-wrap::before {
  left: 0;
}

.lp-section-title-wrap::after {
  right: 0;
}

.lp-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: "Inter", var(--font-ui);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lp-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.lp-step-card {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(72, 118, 177, 0.36), rgba(48, 79, 131, 0.38));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 20px rgba(0, 0, 0, 0.16);
}

.lp-step-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid rgba(115, 149, 200, 0.35);
}

.lp-step-card:last-child::after {
  display: none;
}

.lp-step-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lp-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 999px;
  background: #4e86cb;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.lp-step-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.lp-step-body {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-step-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.7;
}

.lp-steps-cta {
  justify-content: center;
  margin-top: 32px;
  padding-bottom: 14px;
}

.lp-info-section {
  padding: 56px 0;
  background: #ffffff;
}

.lp-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 24px;
  align-items: start;
}

.lp-faq-block,
.lp-contact-card {
  border: 1px solid #e6e9ef;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 3px 14px rgba(19, 35, 69, 0.08);
}

.lp-faq-block {
  padding: 28px;
}

.lp-info-kicker {
  color: #3b76bb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lp-info-title,
.lp-contact-title {
  margin: 10px 0 0;
  color: #1c2d4b;
  font-family: "Inter", var(--font-ui);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.lp-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.lp-faq-item {
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  background: #f8fbff;
}

.lp-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: #24334f;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

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

.lp-faq-item summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  background: #e7f2ff;
  color: #256fbd;
  font-size: 20px;
  line-height: 1;
}

.lp-faq-item[open] summary::after {
  content: "-";
}

.lp-faq-item p {
  margin: 0;
  padding: 0 20px 18px;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

.lp-contact-card {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(232, 242, 255, 0.96)),
    #f8fbff;
}

.lp-contact-copy {
  margin: 16px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}

.lp-contact-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.lp-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 10px;
  background: linear-gradient(180deg, #3a98ff 0%, #176edf 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(16, 87, 184, 0.22);
}

.lp-contact-meta {
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.lp-cta-section {
  position: relative;
  overflow: hidden;
  padding: 24px 0 96px;
  background: #ffffff;
}

.lp-bars-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 170px;
  opacity: 0.35;
  background: repeating-linear-gradient(
    90deg,
    rgba(108, 186, 255, 0.45) 0 3px,
    transparent 3px 11px
  );
  mask: linear-gradient(180deg, transparent 0%, #000 45%, #000 100%);
}

.lp-cta-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}

.lp-cta-title {
  margin: 0;
  color: #1c2d4b;
  font-family: "Inter", var(--font-ui);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lp-cta-copy {
  margin: 12px 0 0;
  color: #64748b;
  font-size: clamp(18px, 2vw, 22px);
}

.lp-cta-actions {
  justify-content: center;
  margin-top: 32px;
}

.lp-contact-note {
  max-width: 760px;
  margin: 28px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
}

@media (min-width: 640px) {
  .lp-break {
    display: inline;
  }
}

@media (max-width: 1180px) {
  .lp-feature-grid,
  .lp-step-grid,
  .lp-info-grid {
    grid-template-columns: 1fr;
  }

  .lp-step-card::after,
  .lp-section-title-wrap::before,
  .lp-section-title-wrap::after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .lp-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 0 40px;
  }

  .lp-hero-copy {
    max-width: 100%;
  }

  .lp-hero-visual {
    height: 410px;
  }

  .lp-bars-right {
    display: none;
  }
}

@media (max-width: 880px) {
  .landing-page .header-inner {
    min-height: 78px;
    flex-direction: row;
    align-items: center;
  }

  .landing-page .site-nav {
    width: auto;
    flex-direction: row;
    gap: 14px;
  }

  .landing-page .site-nav .nav-link {
    display: none;
  }

  .landing-page .site-nav > * {
    width: auto;
  }

  .landing-page .button-small,
  .landing-header-cta {
    min-width: 0;
    min-height: 46px;
    padding: 0 18px;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .lp-frame {
    width: calc(100% - 24px);
  }

  .lp-bars-left {
    display: none;
  }

  .lp-eq-line {
    top: 62%;
  }

  .lp-hero-visual {
    height: 320px;
  }

  .lp-visual-ring-outer {
    width: 240px;
    height: 240px;
  }

  .lp-visual-ring-inner {
    width: 194px;
    height: 194px;
  }

  .lp-document-card {
    top: 24%;
    right: 16%;
    width: 150px;
    padding: 16px 18px 20px;
  }

  .lp-document-letter {
    font-size: 28px;
  }

  .lp-microphone {
    left: 34%;
    top: 20%;
    transform: scale(0.82);
    transform-origin: top left;
  }

  .lp-headphones {
    right: 6%;
    bottom: 22%;
    font-size: 48px;
  }

  .lp-bubble-left {
    left: 10%;
  }

  .lp-bubble-right {
    right: 2%;
  }

  .lp-bubble-bottom {
    right: -1%;
    bottom: 18%;
  }

  .lp-speech-label {
    bottom: 1%;
    font-size: 24px;
  }

  .lp-btn-green {
    min-width: 0;
    width: 100%;
    max-width: 340px;
  }
}

@media (max-width: 560px) {
  .landing-page .header-inner {
    gap: 12px;
  }

  .landing-page .brand {
    font-size: 25px;
  }

  .landing-page .brand-subtitle {
    font-size: 12px;
  }

  .lp-hero-actions,
  .lp-steps-cta,
  .lp-cta-actions {
    width: 100%;
  }

  .lp-btn,
  .lp-btn-green {
    width: 100%;
    max-width: none;
  }

  .lp-hero-visual {
    height: 272px;
  }

  .lp-waveform-bars {
    gap: 4px;
  }

  .lp-waveform-bars span {
    width: 4px;
  }

  .lp-bubble {
    padding: 12px 14px;
    gap: 5px;
  }

  .lp-bubble span {
    width: 3px;
  }

  .lp-document-card {
    right: 12%;
    width: 124px;
  }

  .lp-microphone {
    left: 28%;
    transform: scale(0.66);
  }

  .lp-headphones {
    display: none;
  }

  .lp-speech-label {
    font-size: 18px;
  }

  .lp-features-section {
    padding: 28px 0;
  }

  .lp-feature-card,
  .lp-step-card,
  .lp-faq-block,
  .lp-contact-card {
    padding: 18px;
  }

  .lp-info-section {
    padding: 36px 0;
  }

  .lp-faq-item summary {
    padding: 16px;
  }

  .lp-faq-item p {
    padding: 0 16px 16px;
  }

  .lp-contact-note {
    font-size: 15px;
  }
}

.product-page {
  color: #12304f;
  background:
    radial-gradient(circle at 10% 0%, rgba(72, 143, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #eef4ff 0%, #f6f8fc 22%, #ffffff 100%);
}

.product-page .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: none;
  background: linear-gradient(180deg, rgb(10, 37, 73) 0%, rgb(8, 28, 56) 100%);
  box-shadow: 0 10px 28px rgba(7, 24, 50, 0.14);
}

.product-page .header-inner {
  min-height: 86px;
  padding: 10px 0;
}

.product-page .brand-shell {
  display: inline-grid;
  gap: 2px;
}

.product-page .brand-mark {
  display: none;
}

.product-page .brand-copy {
  display: grid;
  gap: 4px;
}

.product-page .brand {
  color: #ffffff;
  font-family: "Inter", var(--font-ui);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.product-page .brand-accent {
  color: #53b7ff;
}

.product-page .brand-subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.product-page .site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.product-page .nav-link,
.product-page .link-button {
  color: rgba(255, 255, 255, 0.84);
  font-family: "Inter", var(--font-ui);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 4px;
  border-radius: 999px;
  white-space: nowrap;
  transition:
    color 0.18s ease,
    background-color 0.18s ease;
}

.product-page .nav-link:hover,
.product-page .link-button:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.pp-quota-hint {
  font-size: 0.88rem;
  color: #5a7190;
  line-height: 1.5;
}

.pp-quota-hint strong {
  color: #18365b;
  font-weight: 600;
}

.product-page .page {
  padding: 28px 0 60px;
}

.product-page .page-stack {
  gap: 24px;
}

.product-page .button {
  font-family: "Inter", var(--font-ui);
  font-weight: 700;
}

.product-page .button-primary {
  color: #ffffff;
  background: linear-gradient(180deg, #3a98ff 0%, #176edf 100%);
  box-shadow: 0 12px 35px rgba(16, 87, 184, 0.24);
  letter-spacing: -0.012em;
}

.product-page .button-primary:hover {
  background: linear-gradient(180deg, #4ca3ff 0%, #1d79eb 100%);
}

.product-page .button-primary.button-file-gate:disabled {
  opacity: 1;
  transform: none;
  cursor: not-allowed;
  color: rgba(18, 48, 79, 0.42);
  background: linear-gradient(180deg, rgba(248, 250, 253, 0.98), rgba(235, 241, 250, 0.96));
  border: 1px solid rgba(136, 166, 209, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.product-page .button-primary.button-file-gate:disabled:focus-visible {
  outline-color: rgba(136, 166, 209, 0.4);
}

.product-page .button-secondary {
  color: #12304f;
  border-color: rgba(139, 171, 217, 0.34);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(16, 41, 82, 0.08);
}

.product-page .button-secondary:hover {
  background: #ffffff;
  border-color: rgba(110, 154, 224, 0.44);
}

.product-page .button-small {
  min-height: 42px;
  padding: 0 16px;
}

.product-page .button-large {
  min-height: 54px;
  padding: 0 22px;
}

.product-page .alert {
  position: relative;
  overflow: hidden;
  padding: 22px 28px;
  border-radius: 30px;
  border-width: 1px;
  box-shadow:
    0 18px 44px rgba(15, 38, 74, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  line-height: 1.55;
}

.product-page .alert::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(118, 173, 241, 0.28), rgba(255, 255, 255, 0.84));
}

.product-page .alert-error {
  color: #9b2c2c;
  background:
    radial-gradient(circle at top right, rgba(255, 147, 147, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 241, 241, 0.98));
  border-color: rgba(201, 68, 68, 0.18);
}

.product-page .alert-success {
  color: #216340;
  background:
    radial-gradient(circle at top right, rgba(107, 214, 152, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(236, 255, 244, 0.98));
  border-color: rgba(46, 168, 45, 0.18);
}

.product-page input[type="email"],
.product-page input[type="password"],
.product-page input[type="text"],
.product-page input[type="file"],
.product-page select {
  min-height: 56px;
  border: 1px solid rgba(136, 166, 209, 0.26);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
  color: #12304f;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.product-page input[type="email"]:focus,
.product-page input[type="password"]:focus,
.product-page input[type="text"]:focus,
.product-page select:focus {
  border-color: rgba(58, 152, 255, 0.52);
  box-shadow:
    0 0 0 4px rgba(58, 152, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.product-page input:disabled,
.product-page select:disabled {
  color: #7c8da5;
  background: #f2f5fa;
}

.pp-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(185, 205, 235, 0.42);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
  box-shadow: 0 18px 42px rgba(16, 41, 82, 0.09);
}

.pp-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(118, 173, 241, 0.25), rgba(255, 255, 255, 0.9));
}

.pp-hero-card,
.pp-form-panel,
.pp-auth-copy,
.pp-tool-main,
.pp-tool-side,
.pp-stat-card,
.pp-note-card,
.pp-job-card,
.pp-empty-state,
.pp-detail-main,
.pp-detail-side,
.pp-result-panel,
.pp-error-panel,
.pp-loading-card {
  padding: 28px;
}

.pp-stack,
.pp-auth-copy,
.pp-form-panel,
.pp-tool-main,
.pp-tool-side,
.pp-note-card,
.pp-empty-copy,
.pp-result-panel,
.pp-detail-main,
.pp-detail-side {
  display: grid;
  gap: 20px;
}

.pp-auth-grid,
.pp-tool-grid,
.pp-detail-grid,
.pp-stats-grid,
.pp-job-grid,
.pp-value-grid,
.pp-info-grid {
  display: grid;
  gap: 20px;
}

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

.pp-auth-grid,
.pp-tool-grid,
.pp-detail-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: start;
}

.pp-hero-card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  background:
    radial-gradient(circle at top right, rgba(83, 183, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(15, 54, 104, 0.98) 0%, rgba(11, 36, 74, 0.98) 100%);
  color: #ffffff;
}

.pp-hero-card::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.32), rgba(132, 194, 255, 0.54), rgba(255, 255, 255, 0.14));
}

.pp-hero-copy {
  display: grid;
  gap: 12px;
  align-content: start;
}

.pp-auth-copy {
  gap: 24px;
  background:
    radial-gradient(circle at top left, rgba(83, 183, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 250, 255, 0.98));
}

.pp-auth-copy .pp-page-title {
  max-width: 18ch;
  font-size: clamp(2.2rem, 4.3vw, 4.1rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.pp-auth-copy .pp-page-lead {
  max-width: 34rem;
  font-size: 1.04rem;
}

.pp-form-panel {
  align-content: start;
  gap: 22px;
  background:
    radial-gradient(circle at top left, rgba(83, 183, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(241, 247, 255, 0.99));
  box-shadow:
    0 24px 50px rgba(16, 41, 82, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.82) inset;
}

.pp-form-panel .pp-section-title {
  font-size: clamp(1.6rem, 2.3vw, 2.15rem);
}

.pp-form-panel .pp-form-stack {
  gap: 20px;
}

.pp-form-panel .button-large {
  min-width: 180px;
  padding: 0 28px;
}

.pp-form-panel .pp-hint {
  max-width: 280px;
}

.pp-form-panel .pp-field-label {
  color: #4f6a8d;
}

.pp-form-panel input[type="email"],
.pp-form-panel input[type="password"],
.pp-form-panel input[type="text"] {
  font-size: 1.02rem;
}

.pp-form-panel .pp-form-footer {
  padding-top: 4px;
}

.pp-section-head {
  display: grid;
  gap: 12px;
}

.pp-header-meta,
.pp-inline-actions,
.pp-form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #7fd8ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pp-eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.74;
}

.pp-page-title,
.pp-section-title,
.pp-card-title,
.pp-cta-title {
  margin: 0;
  font-family: "Inter", var(--font-ui);
  font-weight: 800;
}

.pp-page-title {
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.01;
}

.pp-section-title {
  color: #18365b;
  font-size: clamp(1.32rem, 2vw, 1.9rem);
  line-height: 1.14;
}

.pp-card-title {
  color: #18365b;
  font-size: 1.18rem;
  line-height: 1.25;
}

.pp-page-lead,
.pp-body-copy,
.pp-note-card p,
.pp-info-card p,
.pp-value-card p,
.pp-side-card p,
.pp-empty-copy p,
.pp-step-item p {
  margin: 0;
  color: #5d7495;
  font-size: 0.98rem;
  line-height: 1.72;
}

.pp-hero-card .pp-page-lead,
.pp-hero-card .pp-file-caption {
  color: rgba(255, 255, 255, 0.82);
}

.pp-hero-card .button {
  min-width: 174px;
}

.pp-file-caption {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.pp-meta-pill,
.pp-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.pp-meta-pill {
  border: 1px solid rgba(191, 225, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #f3f8ff;
}

.pp-status-pill {
  min-height: 32px;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.pp-status-success {
  color: #216340;
  background: rgba(46, 168, 45, 0.12);
}

.pp-status-error {
  color: #9b2c2c;
  background: rgba(220, 74, 74, 0.12);
}

.pp-status-processing {
  color: #1757b4;
  background: rgba(58, 152, 255, 0.12);
}

.pp-status-queued {
  color: #8a5b19;
  background: rgba(230, 171, 51, 0.14);
}

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

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

.pp-value-card,
.pp-info-card,
.pp-side-card,
.pp-stat-card,
.pp-mini-card,
.pp-progress-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(188, 208, 237, 0.4);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 246, 255, 0.96));
}

.pp-progress-card[hidden] {
  display: none;
}

.pp-jobs-board#pp-jobs,
#pp-jobs.pp-empty-state {
  scroll-margin-top: 120px;
}

.pp-value-card strong,
.pp-info-card strong,
.pp-side-card strong,
.pp-note-card strong,
.pp-stat-card strong,
.pp-mini-card strong,
.pp-progress-card strong {
  color: #18365b;
  font-size: 1.08rem;
  line-height: 1.35;
}

.pp-progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pp-value-label,
.pp-field-label,
.pp-mini-label {
  color: #557095;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pp-form-stack {
  display: grid;
  gap: 18px;
}

.pp-form-stack-sm {
  gap: 14px;
}

.pp-form-stack-lg {
  gap: 24px;
}

.pp-field {
  display: grid;
  gap: 10px;
}

.pp-form-actions {
  align-items: center;
  justify-content: space-between;
}

.pp-form-actions-block {
  display: grid;
  gap: 10px;
}

.pp-form-footer {
  margin: 0;
  color: #607792;
  font-size: 0.96rem;
}

.pp-form-footer a {
  color: #176edf;
  font-weight: 700;
}

.pp-hint {
  margin: 0;
  color: #607792;
  font-size: 0.88rem;
  line-height: 1.6;
}

.pp-dropzone {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border: 1px dashed rgba(59, 152, 255, 0.36);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(83, 183, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 244, 255, 0.98));
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.pp-dropzone:hover,
.pp-dropzone.is-active {
  border-color: rgba(59, 152, 255, 0.58);
  box-shadow: 0 0 0 6px rgba(59, 152, 255, 0.08);
}

.pp-dropzone::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 28%),
    radial-gradient(circle at top left, rgba(83, 183, 255, 0.08), transparent 30%);
}

.pp-dropzone input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.pp-dropzone-copy {
  display: grid;
  gap: 14px;
  justify-items: start;
  padding: 28px;
  position: relative;
  z-index: 1;
}

.pp-dropzone-copy .pp-section-title {
  max-width: 24ch;
  text-wrap: balance;
}

.pp-dropzone-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 54, 104, 0.08);
  color: #1c5fc9;
  font-size: 0.82rem;
  font-weight: 700;
}

.pp-dropzone-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pp-side-section {
  display: grid;
  gap: 14px;
}

.pp-side-section .pp-eyebrow {
  margin-bottom: 2px;
}

.pp-step-list {
  display: grid;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pp-step-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(189, 208, 236, 0.44);
}

.pp-step-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.pp-step-item strong {
  color: #18365b;
  display: block;
  margin-bottom: 6px;
}

.pp-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(180deg, #edf4ff 0%, #d8e9ff 100%);
  color: #1f67cf;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

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

.pp-stat-card {
  padding: 22px 20px;
  min-height: 0;
}

.pp-stat-card strong {
  font-size: clamp(1.95rem, 2.6vw, 2.6rem);
  line-height: 1;
}

.pp-stat-card p {
  font-size: 0.93rem;
  line-height: 1.55;
}

.pp-note-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px 24px;
  background:
    radial-gradient(circle at top right, rgba(83, 183, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 255, 0.98));
}

.pp-note-copy {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.pp-note-copy strong {
  font-size: 1.18rem;
}

.pp-note-copy.pp-note-copy-fluid {
  max-width: none;
}

.pp-note-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 220px;
}

.pp-note-actions .pp-inline-actions {
  justify-content: flex-end;
}

.pp-note-actions .pp-form-stack {
  min-width: min(360px, 100%);
}

.pp-note-actions .button-small {
  min-width: 172px;
}

.pp-jobs-board {
  display: grid;
  gap: 0;
  border-radius: 30px;
  border: 1px solid rgba(193, 210, 236, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
  box-shadow:
    0 22px 56px rgba(15, 38, 74, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.pp-jobs-head,
.pp-jobs-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1.7fr) minmax(0, 2.1fr) 190px;
  gap: 18px;
  align-items: start;
  padding: 18px 22px;
}

.pp-jobs-head {
  padding-bottom: 14px;
  color: #6a7f9f;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pp-job-list {
  display: grid;
  gap: 0;
}

.pp-jobs-row {
  border-top: 1px solid rgba(193, 210, 236, 0.6);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.98));
  scroll-margin-top: 120px;
}

.pp-jobs-row:target {
  background:
    linear-gradient(180deg, rgba(244, 249, 255, 0.98), rgba(231, 241, 255, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(33, 105, 206, 0.22),
    inset 0 0 0 3px rgba(83, 183, 255, 0.12);
}

.pp-jobs-cell {
  display: grid;
  gap: 10px;
  min-width: 0;
  align-content: start;
}

.pp-jobs-cell .pp-mini-label {
  display: none;
}

.pp-jobs-date strong {
  color: #16365c;
  font-size: 0.98rem;
  line-height: 1.4;
}

.pp-jobs-subtle {
  color: #7186a2;
  font-size: 0.86rem;
  line-height: 1.45;
}

.pp-jobs-source-head {
  display: grid;
  gap: 10px;
}

.pp-file-kind-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  width: fit-content;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ece6ff 0%, #ddd2ff 100%);
  color: #6550c9;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pp-jobs-file-name {
  margin: 0;
  color: #18365b;
  font-size: 1rem;
  line-height: 1.42;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.pp-jobs-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pp-jobs-meta-list span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(226, 236, 250, 0.78);
  color: #527094;
  font-size: 0.82rem;
  line-height: 1.4;
}

.pp-jobs-status-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pp-jobs-status-head strong {
  color: #18365b;
  font-size: 1rem;
  line-height: 1.35;
}

.pp-jobs-progress-value {
  color: #1d67cf;
  font-size: 0.92rem;
  font-weight: 800;
}

.pp-jobs-progress-track {
  height: 10px;
  max-width: 360px;
}

.pp-jobs-result-preview,
.pp-jobs-error-text {
  margin: 0;
  color: #284c74;
  font-size: 0.94rem;
  line-height: 1.65;
}

.pp-jobs-error-text {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 240, 240, 0.92);
  border: 1px solid rgba(220, 74, 74, 0.16);
  color: #8b3c3c;
}

.pp-jobs-actions {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.pp-jobs-actions .pp-mini-label {
  flex-shrink: 0;
}

.pp-jobs-action-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.pp-jobs-action-stack [data-delete-job-id] {
  margin-top: auto;
}

.pp-download-menu {
  position: relative;
}

.pp-split-btn {
  display: flex;
}

.pp-split-main {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid rgba(255,255,255,0.3);
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.product-page .pp-split-main {
  font-weight: 600;
}

.pp-split-arrow {
  flex-shrink: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.pp-download-caret {
  transition: transform 0.18s ease;
}

.pp-download-menu.is-open .pp-download-caret {
  transform: rotate(180deg);
}

.pp-download-list {
  position: fixed;
  z-index: 650;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  padding: 6px;
  border-radius: 14px;
  border: 1px solid rgba(188, 208, 237, 0.6);
  background: #fff;
  box-shadow: 0 16px 40px rgba(16, 41, 82, 0.16);
}

.pp-download-list.is-open {
  display: flex;
}

.pp-download-item {
  display: block;
  padding: 9px 8px;
  border-radius: 9px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #16365c;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.pp-download-item:hover {
  background: rgba(118, 173, 241, 0.14);
}

.pp-jobs-actions-note {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(188, 208, 237, 0.42);
  background: rgba(248, 251, 255, 0.92);
}

.pp-jobs-actions-note strong {
  color: #16365c;
  font-size: 0.9rem;
  line-height: 1.4;
}

.pp-jobs-actions-note p {
  margin: 0;
  color: #7186a2;
  font-size: 0.85rem;
  line-height: 1.55;
}

.pp-job-head,
.pp-detail-head,
.pp-result-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.pp-job-copy {
  display: grid;
  gap: 8px;
}

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

.pp-mini-card {
  min-height: 96px;
}

.pp-progress {
  overflow: hidden;
  height: 12px;
  border-radius: 999px;
  background: rgba(18, 48, 79, 0.08);
}

.pp-progress-lg {
  height: 14px;
}

.pp-progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3a98ff 0%, #176edf 100%);
}

.pp-empty-state {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 22px;
  align-items: center;
}

.pp-empty-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(235, 244, 255, 0.98), rgba(220, 233, 252, 0.98));
}

.pp-empty-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}

.pp-empty-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: #ffffff;
  color: #176edf;
  font-size: 1.15rem;
  font-weight: 800;
  border: 1px solid rgba(177, 201, 235, 0.4);
  box-shadow: 0 10px 24px rgba(16, 41, 82, 0.12);
  position: relative;
  z-index: 1;
}

.pp-empty-copy {
  gap: 12px;
}

.pp-empty-copy .pp-section-title {
  line-height: 1.06;
}

.pp-detail-main,
.pp-detail-side {
  min-height: 100%;
}

.pp-progress-value {
  color: #18365b;
  font-family: "Inter", var(--font-ui);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.pp-loading-card {
  color: #607792;
  font-size: 0.98rem;
}

.pp-result-panel,
.pp-error-panel {
  gap: 18px;
}

.pp-tool-side {
  align-content: start;
  gap: 18px;
  background:
    radial-gradient(circle at top right, rgba(83, 183, 255, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(240, 246, 255, 0.98));
}

.pp-tool-main .pp-hint {
  max-width: 42rem;
}

.pp-side-card {
  gap: 14px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 24px rgba(16, 41, 82, 0.05);
}

.pp-side-card strong {
  font-size: 1.16rem;
}

.pp-side-card p {
  line-height: 1.66;
}

.pp-result-box {
  min-height: 240px;
  margin: 0;
  padding: 24px;
  border-radius: 24px;
  background: #0b1830;
  color: #edf4ff;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.95rem;
  line-height: 1.72;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.pp-error-panel {
  border-color: rgba(220, 74, 74, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 242, 242, 0.98));
}

@media (max-width: 1180px) {
  .pp-auth-grid,
  .pp-tool-grid,
  .pp-detail-grid,
  .pp-stats-grid,
  .pp-job-grid,
  .pp-value-grid,
  .pp-info-grid {
    grid-template-columns: 1fr;
  }

  .pp-note-card {
    grid-template-columns: 1fr;
  }

  .pp-note-actions {
    justify-content: flex-start;
    min-width: 0;
  }

  .pp-jobs-head,
  .pp-jobs-row {
    grid-template-columns: 132px minmax(0, 1.25fr) minmax(0, 1.75fr) 172px;
  }
}

@media (max-width: 880px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: var(--space-3);
    align-items: start;
  }

  .footer-nav {
    gap: var(--space-3);
  }

  .cookie-notice {
    right: 16px;
    bottom: 16px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cookie-notice .button {
    width: 100%;
  }

  .product-page .header-inner {
    min-height: 78px;
    flex-direction: row;
    align-items: center;
  }

  .product-page .site-nav {
    gap: 10px;
    width: auto;
    flex-direction: row;
  }

  .product-page .button-small {
    min-height: 40px;
    padding: 0 14px;
  }

  .pp-hero-card,
  .pp-job-head,
  .pp-detail-head,
  .pp-result-head,
  .pp-form-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .pp-empty-state {
    grid-template-columns: 1fr;
  }

  .pp-form-panel .pp-hint {
    max-width: none;
  }

  .pp-hero-card .button {
    min-width: 0;
  }

  .pp-jobs-head {
    display: none;
  }

  .pp-jobs-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pp-jobs-cell .pp-mini-label {
    display: inline-flex;
  }

  .pp-jobs-progress-track {
    max-width: none;
  }

  .pp-jobs-action-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp-jobs-action-stack [data-delete-job-id] {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .product-page .container {
    width: calc(100% - 24px);
  }

  .product-page .header-inner {
    min-height: auto;
    padding: 12px 0 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .product-page .brand {
    font-size: 24px;
  }

  .product-page .brand-subtitle {
    font-size: 11px;
    line-height: 1.15;
  }

  .product-page .site-nav {
    width: 100%;
    gap: 8px 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .product-page .nav-link,
  .product-page .link-button {
    font-size: 13px;
    min-height: auto;
    padding: 0;
  }

  .product-page .button,
  .product-page .button-large {
    width: 100%;
  }

  .product-page .alert {
    padding: 18px 20px;
    border-radius: 24px;
    font-size: 0.96rem;
  }

  .product-page .site-nav .button,
  .product-page .site-nav .button-small {
    width: auto;
    min-height: 34px;
    padding: 0 14px;
    font-size: 13px;
  }

  .product-page .site-nav .inline-form {
    width: auto;
  }

  .pp-hero-card,
  .pp-form-panel,
  .pp-auth-copy,
  .pp-tool-main,
  .pp-tool-side,
  .pp-stat-card,
  .pp-note-card,
  .pp-empty-state,
  .pp-detail-main,
  .pp-detail-side,
  .pp-result-panel,
  .pp-error-panel,
  .pp-loading-card {
    padding: 20px;
    border-radius: 24px;
  }

  .pp-jobs-board {
    border-radius: 24px;
  }

  .pp-jobs-row {
    padding: 16px;
  }

  .pp-dropzone-copy {
    padding: 22px;
  }

  .pp-auth-copy .pp-page-title {
    max-width: none;
    font-size: 2.18rem;
    line-height: 0.98;
  }

  .pp-hero-card .pp-page-title {
    font-size: 2.05rem;
  }

  .pp-page-lead,
  .pp-body-copy,
  .pp-note-card p,
  .pp-info-card p,
  .pp-value-card p,
  .pp-side-card p,
  .pp-empty-copy p,
  .pp-step-item p {
    font-size: 0.93rem;
    line-height: 1.6;
  }

  .pp-stat-card strong {
    font-size: 2.05rem;
  }

  .pp-jobs-action-stack {
    display: flex;
    grid-template-columns: unset;
  }

  .pp-empty-visual {
    min-height: 116px;
  }

  .pp-empty-pill {
    width: 64px;
    height: 64px;
  }

  .pp-step-item {
    gap: 12px;
    padding: 12px 0;
  }

  .pp-step-number {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 0.76rem;
  }

  .pp-inline-actions,
  .pp-form-actions,
  .pp-dropzone-footer,
  .pp-header-meta {
    width: 100%;
  }

  .pp-inline-actions > *,
  .pp-form-actions > *,
  .pp-dropzone-footer > *,
  .pp-header-meta > * {
    width: 100%;
  }

  .pp-note-actions .pp-form-stack,
  .pp-note-actions .pp-inline-actions,
  .pp-note-actions .pp-inline-actions > * {
    width: 100%;
  }
}

/* Settings page */
.pp-settings-layout {
  display: grid;
  gap: 20px;
  max-width: 600px;
  width: 100%;
}

.pp-settings-heading {
  gap: 4px;
}

.pp-settings-card {
  display: grid;
  gap: 20px;
}

.pp-settings-danger-card {
  border-color: rgba(177, 73, 59, 0.2);
  background: linear-gradient(180deg, rgba(255, 248, 247, 0.98), rgba(255, 243, 241, 0.98));
}

.pp-danger-title {
  color: var(--error);
}

.pp-danger-details {
  display: grid;
  gap: 16px;
}

.pp-danger-details > summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-self: start;
  width: auto;
}

.pp-danger-details > summary::-webkit-details-marker {
  display: none;
}

.pp-danger-form {
  padding-top: 4px;
  border-top: 1px solid rgba(177, 73, 59, 0.15);
}
