@import url('/assets/public-ui.css');

:root {
  color-scheme: light;
  --bg: #f7f9fc;
  --panel: #ffffff;
  --panel-soft: #f8fbff;
  --border: #dbe5f0;
  --border-strong: #bfd0e2;
  --text: #0f172a;
  --text-soft: #475569;
  --text-faint: #64748b;
  --brand: #2563eb;
  --brand-strong: #1d4ed8;
  --brand-soft: #dbeafe;
  --success: #047857;
  --success-soft: #d1fae5;
  --danger: #b91c1c;
  --danger-soft: #fee2e2;
  --shadow: 0 28px 80px rgba(15, 23, 42, 0.08);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.tools-white {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: linear-gradient(180deg, #fcfdff 0%, #f7f9fc 30%, #eef4fb 100%);
  color: var(--text);
}
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-strong); }
button, input, select, textarea { font: inherit; }
.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  background: #111827;
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  z-index: 20;
}
.skip-link:focus { top: 12px; }
.container { width: min(1240px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(191, 208, 226, 0.7);
}
.topbar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 800;
}
.brand:hover { color: var(--text); }
.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef5ff, #dbeafe);
  border: 1px solid rgba(96, 165, 250, 0.32);
}
.brand-sub {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-faint);
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.primary-nav a {
  color: var(--text-soft);
  font-weight: 600;
}
.primary-nav a[aria-current='page'] {
  color: var(--brand-strong);
  background: rgba(219, 234, 254, 0.78);
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.18);
}
.nav-button,
.nav-cta,
.button-primary,
.button-secondary,
.button-ghost,
.tool-copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: .18s ease;
}
.nav-button,
.button-ghost,
.tool-copy-btn {
  background: #fff;
  color: var(--text-soft);
  border-color: var(--border);
}
.nav-button:hover,
.button-ghost:hover,
.tool-copy-btn:hover {
  transform: translateY(-1px);
  border-color: var(--border-strong);
}
.nav-cta,
.button-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.24);
}
.nav-cta:hover,
.button-primary:hover { color: #fff; transform: translateY(-1px); }
.button-secondary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-strong);
  border-color: rgba(96, 165, 250, 0.22);
}
.hero-area { padding: 48px 0 26px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  gap: 24px;
  align-items: start;
}
.hero-copy,
.hero-panel,
.workspace-card,
.cta-card,
.footer-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(191, 208, 226, 0.72);
  box-shadow: var(--shadow);
}
.hero-copy {
  border-radius: var(--radius-lg);
  padding: 34px;
}
.hero-panel {
  border-radius: var(--radius-lg);
  padding: 22px;
  display: grid;
  gap: 16px;
}
.eyebrow,
.pane-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-strong);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.breadcrumbs {
  margin-top: 16px;
  color: var(--text-faint);
  font-size: 14px;
}
.breadcrumbs a { color: var(--text-faint); }
.hero-copy h1,
.toolbar-copy h2,
.cta-card h2,
.pane-head h3 { margin: 16px 0 10px; line-height: 1.1; }
.hero-copy h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.lead,
.toolbar-copy p,
.cta-card p,
.pane-head p,
.sidebar-note,
.muted { color: var(--text-soft); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 600;
}
.hero-stat-card {
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(255,255,255,0.98));
  border: 1px solid rgba(191, 208, 226, 0.72);
}
.hero-stat-card h2,
.hero-stat-card h3,
.sidebar-card h2 { margin: 0 0 12px; }
.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.hero-stat-grid div {
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--border);
}
.hero-stat-grid strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.hero-stat-grid span { color: var(--text-faint); font-size: 13px; }
.section { padding: 18px 0 26px; }
.section--compact { padding-top: 0; }
.workspace-card {
  border-radius: 30px;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
  gap: 24px;
}
.workspace-sidebar { display: grid; gap: 12px; align-content: start; }
.sidebar-card {
  border-radius: 20px;
  background: var(--panel-soft);
  border: 1px solid var(--border);
  padding: 14px;
}
.sidebar-card--soft { background: #f9fbfe; }
.sidebar-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.sidebar-search,
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
}
.sidebar-search:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid rgba(96, 165, 250, 0.18);
  border-color: rgba(96, 165, 250, 0.55);
}
.tool-list { display: grid; gap: 8px; }
.tool-link {
  text-align: left;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  padding: 10px 12px;
  font-weight: 700;
  color: var(--text-soft);
  cursor: pointer;
  transition: .18s ease;
}
.tool-link:hover,
.toolbar-chip:hover { border-color: rgba(96, 165, 250, 0.5); }
.tool-link.is-active,
.toolbar-chip.is-active {
  background: var(--brand-soft);
  color: var(--brand-strong);
  border-color: rgba(96, 165, 250, 0.45);
}
.tool-link.is-hidden { display: none; }
.workspace-main { min-width: 0; }
.workspace-toolbar {
  display: grid;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
}
.toolbar-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.toolbar-chip {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text-soft);
  font-weight: 700;
  cursor: pointer;
}
.tool-pane { display: none; }
.tool-pane.is-active { display: block; }
.pane-head { margin-bottom: 16px; }
.tool-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: 18px;
  align-items: start;
}
.tool-panel {
  padding: 20px;
  border-radius: 24px;
  background: var(--panel-soft);
  border: 1px solid var(--border);
}
.tool-form { display: grid; gap: 16px; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.field { display: grid; gap: 8px; }
.field label {
  font-size: 14px;
  color: var(--text);
  font-weight: 700;
}
.field small,
.helper-text,
.section-note {
  color: var(--text-faint);
  font-size: 13px;
  line-height: 1.65;
}
.field--full { grid-column: 1 / -1; }
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.result-shell { min-height: 280px; display: grid; gap: 14px; }
.result-placeholder,
.status-banner,
.result-card,
.metric-tile,
.result-code {
  background: #fff;
  border: 1px solid var(--border);
}
.result-placeholder,
.status-banner {
  padding: 16px 18px;
  border-radius: 18px;
  color: var(--text-soft);
  line-height: 1.75;
}
.status-banner[data-status='loading'] {
  color: var(--brand-strong);
  border-color: rgba(96, 165, 250, 0.35);
  background: #eff6ff;
}
.status-banner[data-status='error'] {
  color: var(--danger);
  border-color: rgba(248, 113, 113, 0.35);
  background: var(--danger-soft);
}
.status-banner[data-status='success'] {
  color: var(--success);
  border-color: rgba(16, 185, 129, 0.35);
  background: var(--success-soft);
}
.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.metric-tile {
  padding: 16px;
  border-radius: 18px;
}
.metric-tile strong { display: block; font-size: 1.12rem; margin-top: 8px; }
.metric-tile span {
  color: var(--text-faint);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.result-card {
  padding: 18px;
  border-radius: 18px;
}
.result-card h3,
.result-card h4 { margin: 0 0 10px; }
.result-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.result-table th,
.result-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(191, 208, 226, 0.62);
  vertical-align: top;
}
.result-table th {
  color: var(--text-faint);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.result-list {
  margin: 0;
  padding-left: 18px;
  color: var(--text-soft);
  line-height: 1.75;
}
.badge-row,
.footer-links,
.footer-meta { display: flex; flex-wrap: wrap; gap: 10px; }
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid rgba(96, 165, 250, 0.28);
  font-size: 13px;
  color: var(--brand-strong);
}
.result-code {
  white-space: pre-wrap;
  word-break: break-word;
  padding: 14px;
  border-radius: 16px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  color: #1e293b;
}
.info-stack { display: grid; gap: 10px; }
.info-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(191, 208, 226, 0.7);
}
.info-row:last-child { border-bottom: 0; }
.info-row span { color: var(--text-faint); }
.info-row strong { text-align: right; }
.cta-link-grid { display: grid; gap: 12px; margin-top: 16px; }
.cta-link-grid--actions { grid-template-columns: repeat(auto-fit, minmax(170px, max-content)); align-items: center; }
.copy-chip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  margin-bottom: 14px;
}
.copy-chip span {
  color: var(--text-faint);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.copy-chip code {
  padding: 6px 10px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--border);
  color: #1e293b;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.tool-policy {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #eff6ff;
  border: 1px solid rgba(96, 165, 250, 0.22);
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.7;
}
.monitor-cta-card {
  border-color: rgba(96, 165, 250, 0.3);
  background: #f8fbff;
}
.cta-card,
.site-footer .footer-card {
  border-radius: 28px;
  padding: 24px;
}
.site-footer { padding: 0 0 32px; }
.footer-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto auto;
  gap: 18px;
  align-items: center;
}
.footer-links a,
.footer-meta span { color: var(--text-soft); }
.footer-links [aria-current='page'] { color: var(--text); font-weight: 700; }
@media (max-width: 1120px) {
  .hero-grid,
  .workspace-card,
  .tool-layout,
  .footer-card { grid-template-columns: 1fr; }
}
@media (max-width: 840px) {
  .topbar { padding: 14px 0; align-items: flex-start; }
  .primary-nav { gap: 10px; }
  .hero-area { padding-top: 28px; }
  .hero-copy,
  .hero-panel,
  .workspace-card,
  .cta-card,
  .footer-card,
  .tool-panel { padding: 18px; }
  .hero-stat-grid,
  .metric-strip,
  .form-grid { grid-template-columns: 1fr; }
}

/* Dashmon tools visual refresh */
:root {
  --surface-indigo: rgba(99, 102, 241, 0.12);
  --surface-cyan: rgba(14, 165, 233, 0.12);
  --surface-mint: rgba(16, 185, 129, 0.1);
  --surface-gold: rgba(245, 158, 11, 0.1);
  --panel-tint: rgba(255, 255, 255, 0.9);
  --shadow-strong: 0 28px 80px rgba(37, 99, 235, 0.1);
}

body.tools-workbench {
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.22), transparent 30%),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.16), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(168, 85, 247, 0.14), transparent 20%),
    linear-gradient(180deg, #f8fbff 0%, #eff5ff 30%, #eef8ff 62%, #f8fbff 100%);
}

.site-shell {
  position: relative;
  isolation: isolate;
}

.site-shell::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.86), transparent 20%),
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.7), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 26%);
  z-index: -1;
}

.site-header {
  background: rgba(255, 255, 255, 0.78);
  border-bottom-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.hero-copy,
.hero-panel,
.workspace-card,
.cta-card,
.footer-card {
  box-shadow: var(--shadow-strong);
}

.hero-copy {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.96), transparent 30%),
    radial-gradient(circle at 18% 18%, rgba(191, 219, 254, 0.6), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(237, 246, 255, 0.96) 55%, rgba(236, 253, 245, 0.96) 100%);
  border-color: rgba(96, 165, 250, 0.18);
}

.hero-copy::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  right: -56px;
  top: -56px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.18), transparent 70%);
}

.hero-copy::before {
  content: '';
  position: absolute;
  inset: auto auto 0 0;
  width: 240px;
  height: 140px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.14), transparent 72%);
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero-copy,
.hero-copy .brand-sub,
.hero-copy h1,
.hero-copy .lead,
.hero-copy .breadcrumbs,
.hero-copy .breadcrumbs a {
  color: var(--text);
}

.hero-copy .eyebrow {
  background: rgba(219, 234, 254, 0.9);
  color: var(--brand-strong);
  border: 1px solid rgba(96, 165, 250, 0.2);
}

.hero-copy .lead {
  max-width: 56ch;
}

.hero-copy .chip {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(148, 163, 184, 0.2);
  color: var(--text-soft);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(96, 165, 250, 0.22);
  color: var(--brand-strong);
  backdrop-filter: blur(10px);
}

.button-secondary:hover {
  color: var(--brand-strong);
  border-color: rgba(96, 165, 250, 0.36);
}

.quick-launch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.quick-launch-chip {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: var(--brand-strong);
  font-weight: 700;
  cursor: pointer;
  transition: .18s ease;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.06);
}

.quick-launch-chip:hover,
.quick-launch-chip:focus-visible {
  transform: translateY(-1px);
  background: rgba(239, 246, 255, 0.98);
  border-color: rgba(96, 165, 250, 0.36);
  outline: none;
}

.quick-launch-chip.is-active {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.98), rgba(224, 242, 254, 0.98));
  border-color: rgba(96, 165, 250, 0.42);
}

.hero-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.9));
}

.hero-stat-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 255, 0.94));
}

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

.goal-card {
  text-align: left;
  width: 100%;
  min-height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(191, 208, 226, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 247, 255, 0.94));
  padding: 20px;
  color: var(--text);
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.08);
  cursor: pointer;
  transition: .18s ease;
}

.goal-card:hover,
.goal-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(96, 165, 250, 0.35);
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.14);
  outline: none;
}

.goal-card.is-active {
  border-color: rgba(96, 165, 250, 0.42);
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.96), rgba(236, 253, 245, 0.92));
}

.goal-card-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--brand-strong);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.goal-card-title {
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.35;
}

.goal-card-copy {
  margin: 10px 0 14px;
  color: var(--text-soft);
  line-height: 1.7;
}

.goal-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.goal-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(191, 208, 226, 0.72);
  color: var(--text-faint);
  font-size: 12px;
  font-weight: 700;
}

.workspace-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 255, 0.96));
  border-color: rgba(96, 165, 250, 0.18);
}

.workspace-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.18), transparent 28%, transparent 72%, rgba(224, 242, 254, 0.16));
}

.workspace-sidebar {
  position: sticky;
  top: 88px;
}

.workspace-main,
.workspace-sidebar {
  position: relative;
  z-index: 1;
}

.workspace-main {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 250, 255, 0.82));
  border-radius: 26px;
  padding: 20px;
  border: 1px solid rgba(191, 208, 226, 0.7);
  backdrop-filter: blur(8px);
}

.sidebar-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 247, 255, 0.92));
  border-color: rgba(191, 208, 226, 0.82);
  color: var(--text);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.05);
}

.sidebar-card h2,
.sidebar-card strong,
.sidebar-label,
.sidebar-kicker {
  color: var(--text);
}

.sidebar-note,
.sidebar-mini-grid span,
.quick-tool small {
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.45;
}

.sidebar-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--brand-strong);
}

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

.sidebar-mini-grid div {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(191, 208, 226, 0.72);
}

.sidebar-search,
.field input,
.field select,
.field textarea {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.sidebar-search {
  background: rgba(255, 255, 255, 0.96);
}

.tool-link {
  background: rgba(255, 255, 255, 0.82);
  color: var(--text-soft);
  border-color: rgba(191, 208, 226, 0.74);
}

.tool-link:hover,
.toolbar-chip:hover {
  border-color: rgba(96, 165, 250, 0.5);
}

.tool-link.is-active {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.98), rgba(224, 242, 254, 0.92));
  color: var(--brand-strong);
  border-color: rgba(96, 165, 250, 0.42);
}

.sidebar-card--accent {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.96), rgba(236, 253, 245, 0.94));
}

.quick-list {
  display: grid;
  gap: 8px;
}

.quick-tool {
  width: 100%;
  text-align: left;
  border-radius: 16px;
  border: 1px solid rgba(191, 208, 226, 0.72);
  background: rgba(255, 255, 255, 0.84);
  padding: 10px 12px;
  color: var(--text);
  cursor: pointer;
  transition: .18s ease;
}

.quick-tool:hover,
.quick-tool:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(96, 165, 250, 0.32);
  outline: none;
}

.quick-tool span {
  display: block;
  font-weight: 700;
  font-size: 0.96rem;
}

.workspace-toolbar {
  padding: 20px;
  margin-bottom: 24px;
  border-radius: 24px;
  border: 1px solid rgba(191, 208, 226, 0.78);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 246, 255, 0.92));
}

.toolbar-copy p {
  max-width: 62ch;
}

.toolbar-chip {
  background: rgba(255, 255, 255, 0.9);
}

.toolbar-chip.is-active {
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.16);
}

.tool-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.94));
  border-color: rgba(191, 208, 226, 0.8);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.05);
}

.result-shell {
  gap: 16px;
}

.result-placeholder,
.result-card,
.metric-tile,
.result-code,
.status-banner {
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.05);
}

.result-placeholder {
  min-height: 180px;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.86));
}

.metric-tile {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
}

.result-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.result-code {
  background: linear-gradient(180deg, #eff6ff, #f8fafc);
}

.monitor-cta-card {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.58), rgba(236, 253, 245, 0.82));
}

.cta-card,
.footer-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 255, 0.9));
  border-color: rgba(191, 208, 226, 0.76);
  color: var(--text);
}

.cta-card h2,
.cta-card p,
.site-footer strong,
.site-footer .muted,
.footer-links a,
.footer-meta span {
  color: var(--text);
}

.cta-card .eyebrow {
  background: rgba(219, 234, 254, 0.86);
  color: var(--brand-strong);
  border: 1px solid rgba(96, 165, 250, 0.2);
}

@media (max-width: 1120px) {
  .goal-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workspace-sidebar {
    position: static;
  }
}

@media (max-width: 840px) {
  .goal-strip {
    grid-template-columns: 1fr;
  }

  .workspace-main {
    padding: 14px;
  }

  .quick-launch-row {
    gap: 8px;
  }

  .quick-launch-chip,
  .toolbar-chip {
    width: 100%;
    justify-content: center;
  }
}

/* Dashmon tools colourful refresh */
:root {
  --accent-violet: #8b5cf6;
  --accent-cyan: #06b6d4;
  --accent-amber: #f59e0b;
  --accent-rose: #f43f5e;
  --accent-mint: #10b981;
}

.hero-copy {
  background:
    radial-gradient(circle at 86% 10%, rgba(139, 92, 246, 0.16), transparent 22%),
    radial-gradient(circle at 10% 18%, rgba(34, 211, 238, 0.18), transparent 24%),
    radial-gradient(circle at 20% 100%, rgba(16, 185, 129, 0.14), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 248, 255, 0.98) 46%, rgba(250, 245, 255, 0.96) 100%);
}

.hero-glance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.glance-card {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(191, 208, 226, 0.72);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08);
}

.glance-card::after {
  content: '';
  position: absolute;
  inset: auto -18px -26px auto;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  opacity: 0.55;
}

.glance-card strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 0.96rem;
}

.glance-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
  font-size: 0.93rem;
}

.glance-card--blue {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.96));
}
.glance-card--blue::after { background: rgba(37, 99, 235, 0.14); }

.glance-card--violet {
  background: linear-gradient(180deg, rgba(245, 243, 255, 0.98), rgba(255, 255, 255, 0.98));
}
.glance-card--violet::after { background: rgba(139, 92, 246, 0.16); }

.glance-card--mint {
  background: linear-gradient(180deg, rgba(236, 253, 245, 0.98), rgba(255, 255, 255, 0.98));
}
.glance-card--mint::after { background: rgba(16, 185, 129, 0.15); }

.glance-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  font-size: 1rem;
}

.hero-panel {
  background:
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(240, 247, 255, 0.92));
}

.hero-stat-card--spotlight {
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.98), rgba(250, 245, 255, 0.96));
}

.hero-stat-card--policy {
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.96), rgba(240, 249, 255, 0.94));
}

.hero-stat-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.stat-ribbon-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  border: 1px solid transparent;
}

.stat-ribbon-pill--dns {
  background: rgba(219, 234, 254, 0.96);
  color: #1d4ed8;
  border-color: rgba(59, 130, 246, 0.22);
}

.stat-ribbon-pill--seo {
  background: rgba(254, 242, 242, 0.98);
  color: #e11d48;
  border-color: rgba(244, 63, 94, 0.18);
}

.stat-ribbon-pill--net {
  background: rgba(255, 247, 237, 0.98);
  color: #d97706;
  border-color: rgba(245, 158, 11, 0.2);
}

.quick-launch-chip:nth-child(1) { background: linear-gradient(135deg, rgba(219, 234, 254, 0.98), rgba(255,255,255,0.96)); color: #1d4ed8; }
.quick-launch-chip:nth-child(2) { background: linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(255,255,255,0.96)); color: #047857; }
.quick-launch-chip:nth-child(3) { background: linear-gradient(135deg, rgba(245, 243, 255, 0.98), rgba(255,255,255,0.96)); color: #7c3aed; }
.quick-launch-chip:nth-child(4) { background: linear-gradient(135deg, rgba(255, 247, 237, 0.98), rgba(255,255,255,0.96)); color: #c2410c; }

.goal-card {
  position: relative;
  overflow: hidden;
}

.goal-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.22), transparent 45%);
}

.goal-card::after {
  content: '';
  position: absolute;
  right: -32px;
  bottom: -36px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  opacity: 0.6;
}

.goal-card--dns {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.98), rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.98));
}
.goal-card--dns::after { background: rgba(37, 99, 235, 0.14); }

.goal-card--redirect {
  background: linear-gradient(135deg, rgba(245, 243, 255, 0.98), rgba(250, 245, 255, 0.96), rgba(255, 255, 255, 0.98));
}
.goal-card--redirect::after { background: rgba(139, 92, 246, 0.14); }

.goal-card--robots {
  background: linear-gradient(135deg, rgba(254, 242, 242, 0.98), rgba(255, 247, 237, 0.96), rgba(255, 255, 255, 0.98));
}
.goal-card--robots::after { background: rgba(244, 63, 94, 0.14); }

.goal-card--ports {
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(240, 249, 255, 0.96), rgba(255, 255, 255, 0.98));
}
.goal-card--ports::after { background: rgba(16, 185, 129, 0.14); }

.workspace-card {
  background:
    radial-gradient(circle at top right, rgba(139, 92, 246, 0.08), transparent 22%),
    radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 248, 255, 0.98));
}

.sidebar-card--accent {
  background: linear-gradient(135deg, rgba(219, 234, 254, 1), rgba(233, 213, 255, 0.84));
}

.sidebar-card--dns {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(255, 255, 255, 0.96));
}

.sidebar-card--seo {
  background: linear-gradient(180deg, rgba(254, 242, 242, 0.98), rgba(255, 255, 255, 0.96));
}

.sidebar-card--network {
  background: linear-gradient(180deg, rgba(236, 253, 245, 0.98), rgba(255, 255, 255, 0.96));
}

.quick-tool:nth-child(1) {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.98), rgba(255,255,255,0.96));
}
.quick-tool:nth-child(2) {
  background: linear-gradient(135deg, rgba(254, 242, 242, 0.98), rgba(255,255,255,0.96));
}
.quick-tool:nth-child(3) {
  background: linear-gradient(135deg, rgba(245, 243, 255, 0.98), rgba(255,255,255,0.96));
}
.quick-tool:nth-child(4) {
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(255,255,255,0.96));
}

.toolbar-chip.chip-dns { background: rgba(239, 246, 255, 0.9); color: #1d4ed8; border-color: rgba(59, 130, 246, 0.18); }
.toolbar-chip.chip-seo { background: rgba(254, 242, 242, 0.9); color: #e11d48; border-color: rgba(244, 63, 94, 0.16); }
.toolbar-chip.chip-net { background: rgba(236, 253, 245, 0.92); color: #047857; border-color: rgba(16, 185, 129, 0.16); }
.toolbar-chip.chip-perf { background: rgba(245, 243, 255, 0.92); color: #7c3aed; border-color: rgba(139, 92, 246, 0.16); }

.toolbar-chip.is-active.chip-dns {
  background: linear-gradient(135deg, rgba(191, 219, 254, 0.98), rgba(224, 242, 254, 0.96));
}
.toolbar-chip.is-active.chip-seo {
  background: linear-gradient(135deg, rgba(254, 205, 211, 0.82), rgba(255, 228, 230, 0.96));
  color: #be123c;
}
.toolbar-chip.is-active.chip-net {
  background: linear-gradient(135deg, rgba(167, 243, 208, 0.86), rgba(220, 252, 231, 0.98));
  color: #047857;
}
.toolbar-chip.is-active.chip-perf {
  background: linear-gradient(135deg, rgba(221, 214, 254, 0.86), rgba(243, 232, 255, 0.98));
  color: #6d28d9;
}

.pane-head {
  position: relative;
  overflow: hidden;
  padding: 20px 22px;
  border-radius: 24px;
  border: 1px solid rgba(191, 208, 226, 0.72);
  margin-bottom: 18px;
}

.pane-head::after {
  content: '';
  position: absolute;
  inset: auto -20px -30px auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  opacity: 0.56;
}

.pane-head--dns {
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.98), rgba(245, 243, 255, 0.94));
}
.pane-head--dns::after { background: rgba(59, 130, 246, 0.12); }

.pane-head--seo {
  background: linear-gradient(135deg, rgba(254, 242, 242, 0.98), rgba(255, 247, 237, 0.96));
}
.pane-head--seo::after { background: rgba(244, 63, 94, 0.12); }

.pane-head--network {
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(240, 249, 255, 0.96));
}
.pane-head--network::after { background: rgba(16, 185, 129, 0.12); }

.tool-panel:first-child {
  position: relative;
}

.tool-panel:first-child::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(90deg, #60a5fa, #a78bfa, #34d399);
}

.result-placeholder {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(191, 219, 254, 0.46), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(241, 245, 255, 0.92));
}

.result-placeholder::after {
  content: 'Live results appear here';
  position: absolute;
  left: 18px;
  bottom: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(59, 130, 246, 0.58);
}

.cta-card--colorful {
  background:
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.2), transparent 22%),
    radial-gradient(circle at bottom left, rgba(244, 114, 182, 0.16), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.94), rgba(250, 245, 255, 0.94));
}

.cta-card--colorful .button-primary {
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}

.footer-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.94));
}

@media (max-width: 1120px) {
  .hero-glance-grid {
    grid-template-columns: 1fr;
  }
}

/* Dashmon tools final proportion + premium polish pass */
:root {
  --tools-container-width: min(1360px, calc(100% - 24px));
  --tools-hero-columns: minmax(0, 1.22fr) minmax(360px, 0.9fr);
  --tools-sidebar-column: minmax(224px, 264px);
  --tools-workspace-gap: 16px;
  --tools-workspace-padding: 18px;
  --tools-sidebar-gap: 10px;
  --tools-main-padding: 16px 16px 18px;
  --tools-panel-columns: minmax(270px, 0.74fr) minmax(520px, 1.26fr);
  --tools-panel-columns-performance: minmax(270px, 0.68fr) minmax(580px, 1.32fr);
  --tools-panel-gap: 14px;
  --tools-panel-padding: 18px;
  --tools-result-min-height: 160px;
}

.container {
  width: var(--tools-container-width);
}

.hero-area {
  padding: 38px 0 18px;
}

.hero-grid {
  grid-template-columns: var(--tools-hero-columns);
  align-items: stretch;
}

.hero-copy,
.hero-panel {
  min-height: 100%;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px;
}

.hero-copy h1 {
  max-width: 11ch;
  letter-spacing: -0.04em;
}

.hero-panel {
  justify-content: space-between;
}

.hero-stat-card {
  border-color: rgba(186, 198, 218, 0.82);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.06);
}

.section {
  padding: 14px 0 22px;
}

.workspace-card {
  align-items: start;
  grid-template-columns: var(--tools-sidebar-column) minmax(0, 1fr);
  gap: var(--tools-workspace-gap);
  padding: var(--tools-workspace-padding);
}

.workspace-sidebar {
  gap: var(--tools-sidebar-gap);
  top: 14px;
  max-height: none;
  overflow: visible;
  overscroll-behavior: auto;
  scrollbar-gutter: auto;
  padding-right: 0;
}

.workspace-sidebar::-webkit-scrollbar {
  width: 8px;
}

.workspace-sidebar::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.42);
  border-radius: 999px;
}

.workspace-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar-card {
  padding: 11px;
  border-radius: 20px;
}

.sidebar-card h2 {
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.quick-list,
.tool-list {
  gap: 6px;
}

.quick-tool,
.tool-link {
  min-height: 36px;
  padding: 7px 11px;
}

.quick-tool small {
  font-size: 12px;
  line-height: 1.32;
}

.workspace-main {
  min-width: 0;
  padding: var(--tools-main-padding);
}

.workspace-main > .workspace-toolbar:empty {
  display: none;
}

.pane-head {
  margin-bottom: 14px;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.05);
}

.tool-layout {
  grid-template-columns: var(--tools-panel-columns);
  gap: var(--tools-panel-gap);
}

[data-tool-section='performance'] .tool-layout {
  grid-template-columns: var(--tools-panel-columns-performance);
}

.tool-layout > *,
.result-shell > * {
  min-width: 0;
}

.tool-panel {
  padding: var(--tools-panel-padding);
  border-radius: 22px;
}

.result-shell {
  min-height: unset;
  gap: 12px;
  align-content: start;
}

.result-placeholder,
.result-card,
.metric-tile,
.result-code,
.status-banner {
  padding-left: 14px;
  padding-right: 14px;
  border-color: rgba(186, 198, 218, 0.8);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.05);
}

.result-placeholder {
  min-height: var(--tools-result-min-height);
}

.result-card {
  border-radius: 20px;
  overflow-x: auto;
}

.result-code {
  overflow-x: auto;
}

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

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

.summary-block {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 255, 0.92));
  border: 1px solid rgba(186, 198, 218, 0.72);
}

.summary-block > span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.badge-pill--status {
  justify-self: start;
  text-transform: capitalize;
}

.badge-pill--present,
.badge-pill--open,
.badge-pill--seen,
.badge-pill--success {
  background: #ecfdf5;
  border-color: rgba(16, 185, 129, 0.24);
  color: #047857;
}

.badge-pill--warning,
.badge-pill--mixed {
  background: #fff7ed;
  border-color: rgba(245, 158, 11, 0.24);
  color: #b45309;
}

.badge-pill--missing,
.badge-pill--not-seen,
.badge-pill--error {
  background: #fef2f2;
  border-color: rgba(239, 68, 68, 0.22);
  color: #b91c1c;
}

.badge-pill--not-checked,
.badge-pill--neutral {
  background: #f8fafc;
  border-color: rgba(148, 163, 184, 0.24);
  color: #475569;
}

.info-row strong,
.result-table td,
.result-table th,
.copy-chip code,
.metric-tile strong {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.result-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  table-layout: auto;
}

.result-table th,
.result-table td {
  padding: 9px 10px;
}

.result-table td {
  color: var(--text-soft);
}

.metric-tile strong {
  line-height: 1.35;
}

.info-row {
  gap: 12px;
}

.cta-card--colorful {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 247, 255, 0.94) 55%, rgba(245, 243, 255, 0.94));
}

@media (max-width: 1280px) {
  :root {
    --tools-panel-columns: minmax(250px, 0.8fr) minmax(420px, 1.2fr);
    --tools-panel-columns-performance: minmax(250px, 0.74fr) minmax(460px, 1.26fr);
  }
}

@media (max-width: 1120px) {
  .hero-grid,
  .workspace-card,
  .tool-layout,
  [data-tool-section='performance'] .tool-layout,
  .summary-grid,
  .metric-strip--quad {
    grid-template-columns: 1fr;
  }

  .workspace-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}


/* Tools sidebar cleanup: fold popular-check styling into DNS group */
.sidebar-card--feature {
  background: linear-gradient(135deg, rgba(219, 234, 254, 1), rgba(233, 213, 255, 0.84));
}

.sidebar-card--feature .tool-list--feature {
  gap: 8px;
}

.tool-link--feature {
  width: 100%;
  text-align: left;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(191, 208, 226, 0.72);
  background: rgba(255, 255, 255, 0.86);
  padding: 8px 11px;
  color: var(--text);
  transition: .18s ease;
}

.tool-link--feature span {
  display: block;
  font-weight: 700;
  font-size: 0.96rem;
}

.tool-link--feature small {
  display: block;
  margin-top: 3px;
  color: var(--text-soft);
  font-size: 11.5px;
  line-height: 1.3;
  font-weight: 500;
}

.tool-link--feature:hover,
.tool-link--feature:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.97);
  border-color: rgba(96, 165, 250, 0.34);
  outline: none;
}

.tool-link--feature.is-active {
  background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(239, 246, 255, 0.98));
  border-color: rgba(96, 165, 250, 0.42);
  color: var(--brand-strong);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
}

.tool-link--feature.is-active small {
  color: var(--text-soft);
}

.workspace-sidebar {
  margin-top: 0;
  align-self: start;
}
