@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/vendor/fonts/outfit-400-700-latin.woff2") format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/vendor/fonts/outfit-800-latin.woff2") format('woff2');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/vendor/fonts/plus-jakarta-sans-400-700-latin.woff2") format('woff2');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/vendor/fonts/plus-jakarta-sans-800-latin.woff2") format('woff2');
}

/* Global Reset & Body */
body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #f8fafc;
  color: #334155;
  -webkit-font-smoothing: antialiased;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .card-title, .navbar-brand {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #0f172a;
}

/* Cards */
.card {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01), 0 2px 4px -1px rgba(0, 0, 0, 0.005);
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -8px rgba(99, 102, 241, 0.08), 0 4px 12px -2px rgba(99, 102, 241, 0.03);
  border-color: rgba(99, 102, 241, 0.2);
}

/* Form Controls */
.form-control, .form-select {
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  padding: 0.625rem 0.875rem;
  transition: all 0.2s ease;
  color: #334155;
}
.form-control:focus, .form-select:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
  color: #0f172a;
}
.form-label {
  font-weight: 600;
  color: #475569;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.input-group-text {
  border-radius: 10px;
  border-color: #e2e8f0;
  background-color: #f8fafc;
  color: #64748b;
  font-weight: 500;
}

/* Buttons */
.btn {
  border-radius: 10px;
  padding: 0.6rem 1.25rem;
  font-weight: 600;
  font-size: 0.925rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-primary {
  background: linear-gradient(135deg, #4f46e5 0%, #9333ea 100%);
  border: none;
  color: white !important;
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -6px rgba(99, 102, 241, 0.5);
  opacity: 0.95;
}
.btn-secondary {
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
}
.btn-secondary:hover {
  background-color: #e2e8f0;
  color: #1e293b;
  transform: translateY(-1px);
}
.btn-outline-danger {
  border-color: #fee2e2;
  background-color: transparent;
  color: #ef4444;
}
.btn-outline-danger:hover {
  background-color: #fef2f2;
  border-color: #ef4444;
  color: #dc2626;
  transform: translateY(-1px);
}
.btn-outline-warning {
  border-color: #fef9c3;
  background-color: transparent;
  color: #a16207;
}
.btn-outline-warning:hover {
  background-color: #fef9c3;
  border-color: #ca8a04;
  color: #854d0e;
  transform: translateY(-1px);
}
.btn-success {
  background-color: #10b981;
  border: none;
  color: white;
}
.btn-success:hover {
  background-color: #059669;
  transform: translateY(-1px);
  box-shadow: 0 6px 12px -4px rgba(16, 185, 129, 0.4);
}
.btn-danger {
  background-color: #ef4444;
  border: none;
  color: white;
}
.btn-danger:hover {
  background-color: #dc2626;
  transform: translateY(-1px);
  box-shadow: 0 6px 12px -4px rgba(239, 68, 68, 0.4);
}

.nav-action-button {
  min-width: 88px;
  padding-inline: 1rem;
}

.nav-action-button.btn-outline-light {
  color: #f8fafc;
  border-color: rgba(255, 255, 255, 0.25);
}

.nav-action-button.btn-outline-light:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

/* Navbar */
.navbar {
  background-color: #0f172a !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem 0;
}
.navbar-brand {
  font-size: 1.35rem;
}
.text-gradient {
  background: linear-gradient(135deg, #818cf8 0%, #c084fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Custom Gradients & Backings */
.hero-gradient-mini {
  background: radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.05) 0%, rgba(168, 85, 247, 0.02) 90%);
  border-radius: 20px;
  border: 1px solid rgba(99, 102, 241, 0.08);
}
.stat-card-gradient {
  background: radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.03) 0%, rgba(168, 85, 247, 0.01) 90%);
  border-color: rgba(99, 102, 241, 0.06);
}

/* Custom Status Badges */
.badge-status {
  padding: 0.45em 0.8em;
  font-weight: 700;
  border-radius: 8px;
  font-size: 0.725rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-block;
}
.badge-status-draft {
  background-color: #f1f5f9;
  color: #475569;
  border: 1px solid #cbd5e1;
}
.badge-status-approved {
  background-color: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.badge-status-rejected {
  background-color: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.badge-status-published {
  background-color: #f0f9ff;
  color: #0369a1;
  border: 1px solid #bae6fd;
}

/* Alerts */
.alert {
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 500;
}
.alert-success {
  background-color: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46;
}
.alert-danger {
  background-color: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

/* Devise Overrides */
.auth-card {
  border-radius: 24px;
  border: 1px solid rgba(99, 102, 241, 0.08);
  box-shadow: 0 20px 40px -15px rgba(99, 102, 241, 0.08);
}

.signup-page {
  max-width: 1200px;
}

.signup-spotlight {
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(79, 70, 229, 0.12), transparent 28%),
    linear-gradient(180deg, #0f172a 0%, #111c36 100%);
  color: #e2e8f0;
  box-shadow: 0 24px 48px -24px rgba(15, 23, 42, 0.45);
}

.signup-spotlight .text-muted {
  color: rgba(226, 232, 240, 0.76) !important;
}

.signup-spotlight .text-uppercase,
.signup-spotlight h2,
.signup-spotlight h3 {
  color: #ffffff;
}

.signup-value-item {
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.onboarding-card {
  border: 1px solid rgba(99, 102, 241, 0.08);
  box-shadow: 0 18px 36px -22px rgba(99, 102, 241, 0.14);
}

.onboarding-step {
  height: 100%;
  padding: 1rem;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.onboarding-step.is-done {
  background: #eff6ff;
  border-color: rgba(59, 130, 246, 0.22);
}

.onboarding-step-number {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  background: #e2e8f0;
  color: #0f172a;
  font-weight: 700;
}

.onboarding-step.is-done .onboarding-step-number {
  background: #4f46e5;
  color: #ffffff;
}

/* Custom section utilities */
.public-powered-by-text {
  color: rgba(100, 116, 139, 0.64);
  font-size: 0.7em;
}
.public-powered-by-text a {
  color: inherit !important;
  text-decoration: none;
}

.bg-indigo-subtle {
  background-color: rgba(99, 102, 241, 0.08) !important;
}
.text-indigo {
  color: #4f46e5 !important;
}
.bg-success-subtle {
  background-color: rgba(16, 185, 129, 0.08) !important;
}
.text-success {
  color: #059669 !important;
}
.bg-danger-subtle {
  background-color: rgba(239, 68, 68, 0.08) !important;
}
.text-danger {
  color: #dc2626 !important;
}
.border-dashed {
  border-style: dashed !important;
  border-width: 1.5px !important;
  border-color: #cbd5e1 !important;
}

/* Public FAQ site polish */
.public-navbar {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  position: sticky;
  top: 0;
  z-index: 1030;
}

.public-main {
  padding-bottom: 2rem;
}

.public-page .card {
  border-radius: 18px;
}

.public-hero {
  background:
    radial-gradient(circle at top right, var(--public-accent-soft, rgba(79, 70, 229, 0.12)), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.public-search {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 16px;
  box-shadow: 0 12px 28px -22px rgba(15, 23, 42, 0.35);
}

.public-faq-card,
.public-sidebar-card,
.public-empty-state {
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 30px -22px rgba(15, 23, 42, 0.35);
}

.public-answer {
  color: #334155;
  line-height: 1.75;
}

.public-answer p:last-child {
  margin-bottom: 0;
}

.public-answer ul,
.public-answer ol {
  padding-left: 1.25rem;
}

.public-breadcrumb {
  font-size: 0.92rem;
}

.public-breadcrumb a {
  color: #475569;
  text-decoration: none;
}

.public-site .btn-primary {
  background: linear-gradient(135deg, var(--public-accent, #4f46e5) 0%, var(--public-accent-tint, #6d65ee) 100%);
  border: none;
  color: white !important;
}

.public-site .btn-primary:hover {
  box-shadow: 0 8px 20px -6px var(--public-accent-soft, rgba(79, 70, 229, 0.35));
}

.public-site .public-navbar .navbar-brand,
.public-site .public-breadcrumb a:hover,
.public-site .public-faq-card h3 a:hover {
  color: var(--public-accent, #4f46e5) !important;
}

.public-footer {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.8);
}

.public-footer-link {
  color: #475569;
  text-decoration: none;
  font-weight: 600;
}

.public-footer-link:hover {
  color: var(--public-accent, #4f46e5);
}

.public-tag-pill {
  background: var(--public-accent-soft, rgba(79, 70, 229, 0.12));
  color: var(--public-accent, #4f46e5);
  border: 1px solid var(--public-accent, #4f46e5);
  padding: 0.55rem 0.9rem;
  font-weight: 600;
}

.public-tag-pill:hover {
  background: var(--public-accent-soft, rgba(79, 70, 229, 0.18));
  color: var(--public-accent, #4f46e5);
}

.public-tag-pill.is-active {
  background: var(--public-accent, #4f46e5);
  color: #ffffff;
  border-color: var(--public-accent, #4f46e5);
}

.public-tag-pill-sm {
  padding: 0.42rem 0.75rem;
  font-size: 0.82rem;
}

.public-tag-count {
  display: inline-flex;
  align-items: center;
  margin-left: 0.35rem;
  padding: 0.05rem 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
}

.marketing-footer {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.marketing-footer .footer-links li {
  margin-bottom: 0.65rem;
}

.marketing-footer .footer-links li:last-child {
  margin-bottom: 0;
}

.marketing-footer h5,
.marketing-footer h6 {
  line-height: 1.2;
}

/* Analytics dashboard */
.analytics-metric-card {
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  background: radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.04) 0%, rgba(168, 85, 247, 0.01) 90%);
  border: 1px solid rgba(99, 102, 241, 0.08);
}

.analytics-metric-value {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
}

.analytics-metric-label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-top: 0.35rem;
}

.analytics-rank-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.analytics-rank-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 0.9rem;
  gap: 0.75rem;
}

.analytics-rank-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.analytics-rank-count {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
  font-weight: 700;
  font-size: 0.78rem;
}

.analytics-empty {
  color: #94a3b8;
  font-size: 0.875rem;
  font-style: italic;
}

.dashboard-next-step-card {
  width: 100%;
  max-width: 320px;
  padding: 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(99, 102, 241, 0.12);
  box-shadow: 0 12px 28px -24px rgba(15, 23, 42, 0.32);
}

.dashboard-action-list,
.dashboard-health-list,
.dashboard-queue-list {
  display: grid;
  gap: 0.9rem;
}

.dashboard-action-item,
.dashboard-health-item,
.dashboard-queue-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.dashboard-action-index {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.12);
  color: #4338ca;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
}

.dashboard-health-item,
.dashboard-queue-item {
  justify-content: space-between;
}

.dashboard-health-copy {
  min-width: 0;
}

.dashboard-health-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  display: inline-block;
}

.dashboard-health-dot.is-good {
  background: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
}

.dashboard-health-dot.is-attention {
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.dashboard-health-value {
  flex-shrink: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: #0f172a;
  font-size: 0.8rem;
  font-weight: 700;
}

.dashboard-queue-group p.text-uppercase {
  letter-spacing: 0.06em;
}

@media (max-width: 767.98px) {
  .dashboard-action-item,
  .dashboard-health-item,
  .dashboard-queue-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-next-step-card {
    max-width: none;
  }

  .dashboard-health-value {
    align-self: flex-start;
  }
}

.content-workspace-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  width: min(100%, 420px);
}

.content-summary-item {
  padding: 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(99, 102, 241, 0.1);
}

.content-summary-value {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
}

.content-summary-label {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}

.content-tabbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.content-tab {
  min-width: 9rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  text-decoration: none;
  color: #334155;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.18);
  font-weight: 700;
}

.content-tab:hover,
.content-tab.is-active {
  color: #0f172a;
  border-color: rgba(99, 102, 241, 0.22);
  background: rgba(99, 102, 241, 0.08);
}

.content-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  height: 1.8rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: #ffffff;
  color: #4f46e5;
  font-size: 0.8rem;
  font-weight: 800;
}

.content-filter-switch {
  min-height: 100%;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.18);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.content-section-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.content-bulk-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.content-bulk-toolbar-copy {
  max-width: 420px;
}

.content-bulk-toolbar-controls {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(220px, 280px) auto;
  gap: 0.75rem;
  align-items: center;
}

.content-faq-list,
.keyword-list {
  display: grid;
  gap: 1rem;
}

.content-faq-row,
.keyword-row,
.content-empty-state {
  padding: 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: #ffffff;
}

.content-faq-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
}

.content-faq-row.is-attention {
  border-color: rgba(245, 158, 11, 0.3);
  box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.08);
}

.content-faq-row-main,
.keyword-row-main {
  min-width: 0;
}

.content-faq-row-actions,
.keyword-row-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
  gap: 0.5rem;
  min-width: 180px;
}

.content-lifecycle {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.content-lifecycle-step,
.content-score-pill,
.content-attention-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.content-lifecycle-step {
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: #64748b;
  background: #f8fafc;
}

.content-lifecycle-step.is-done {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: rgba(59, 130, 246, 0.2);
}

.content-lifecycle-step.is-current {
  background: rgba(99, 102, 241, 0.12);
  color: #4338ca;
  border-color: rgba(99, 102, 241, 0.2);
}

.content-lifecycle-step.is-rejected {
  background: #fef2f2;
  color: #b91c1c;
  border-color: rgba(239, 68, 68, 0.2);
}

.content-score-row,
.keyword-row-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.faq-score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.faq-score-tile {
  padding: 0.9rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: #f8fafc;
  box-shadow: 0 8px 20px -18px rgba(15, 23, 42, 0.4);
  min-width: 0;
}

.faq-score-tile.is-good {
  background: linear-gradient(180deg, #ecfdf5 0%, #f0fdf4 100%);
  border-color: rgba(16, 185, 129, 0.18);
}

.faq-score-tile.is-warn {
  background: linear-gradient(180deg, #fffbeb 0%, #fffbf0 100%);
  border-color: rgba(245, 158, 11, 0.18);
}

.faq-score-tile.is-bad {
  background: linear-gradient(180deg, #fff7ed 0%, #fffaf5 100%);
  border-color: rgba(249, 115, 22, 0.18);
}

.faq-score-tile.is-neutral {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.faq-score-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.05;
  white-space: nowrap;
  color: #64748b;
  margin-bottom: 0.35rem;
}

.faq-score-value {
  display: block;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 800;
  color: #0f172a;
}

.faq-score-tile.is-good .faq-score-value {
  color: #047857;
}

.faq-score-tile.is-warn .faq-score-value {
  color: #b45309;
}

.faq-score-tile.is-bad .faq-score-value {
  color: #c2410c;
}

.faq-attention-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(249, 115, 22, 0.14);
  background: linear-gradient(180deg, #fff7ed 0%, #fffaf5 100%);
}

.faq-attention-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #c2410c;
  border: 1px solid rgba(249, 115, 22, 0.16);
  font-size: 0.82rem;
  font-weight: 700;
}

.content-score-pill.is-good {
  background: #ecfdf5;
  color: #047857;
}

.content-score-pill.is-warn {
  background: #fffbeb;
  color: #b45309;
}

.content-score-pill.is-bad,
.content-attention-pill {
  background: #fff7ed;
  color: #c2410c;
}

.content-score-pill.is-neutral {
  background: #f1f5f9;
  color: #475569;
}

.content-empty-state {
  text-align: center;
  padding: 2rem 1.5rem;
  border-style: dashed;
  background: #f8fafc;
}

.keyword-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
}

@media (max-width: 1199.98px) {
  .content-bulk-toolbar-controls {
    grid-template-columns: 1fr 1fr auto;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .content-workspace-summary,
  .content-bulk-toolbar-controls,
  .content-faq-row,
  .keyword-row {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .content-tab {
    min-width: 0;
    flex: 1 1 calc(50% - 0.75rem);
  }

  .faq-score-grid {
    grid-template-columns: 1fr;
  }

  .content-faq-row-actions,
  .keyword-row-actions {
    justify-content: flex-start;
    min-width: 0;
  }
}
