@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=DM+Sans:wght@500;700;800&family=Montserrat:wght@700;800&display=swap");

:root {
  --bg: #121013;
  --surface: #1a171d;
  --surface-soft: #211d25;
  --surface-muted: #2a242f;
  --text: #f7f2f8;
  --muted: #a69aad;
  --line: rgba(255, 255, 255, 0.09);
  --pink: #e68db2;
  --pink-deep: #d77ca3;
  --pink-soft: #d784a7;
  --blue: #86baf4;
  --red: #eb685b;
  --yellow: #f1db67;
  --mint: #92e2b7;
  --shadow: 0 22px 64px rgba(0, 0, 0, 0.28);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max-width: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
}

body.theme-light {
  --bg: #f7f7f8;
  --surface: #ffffff;
  --surface-soft: #f3f1f5;
  --surface-muted: #ece8ef;
  --text: #2f2d31;
  --muted: #7f7788;
  --line: rgba(41, 29, 43, 0.1);
  --shadow: 0 18px 40px rgba(35, 21, 38, 0.08);
}

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

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

button {
  cursor: pointer;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.04em;
}

p {
  margin: 0;
}

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

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

.header-frame {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
}

.page-shell {
  min-height: 100vh;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(18, 16, 19, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.navbar-inner {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-link,
.logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 11px);
  gap: 4px;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  display: block;
}

.dot-pink { background: #ec9bc9; }
.dot-lavender { background: #dcbcf6; }
.dot-blue { background: #80b3f5; }
.dot-mint { background: #9fe6c0; }
.dot-yellow { background: #f5db52; }
.dot-soft-pink { background: #f7c8ea; }
.dot-soft-blue { background: #a8cdf8; }
.dot-soft-lavender { background: #e3cff9; }
.dot-soft-mint { background: #b8efd0; }

.logo-wordmark {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.18rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: inherit;
}

.nav-links {
  display: inline-flex;
  gap: 28px;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: 8px;
}

.nav-actions,
.app-topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-actions {
  justify-content: flex-end;
}

.theme-toggle {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--text);
  box-shadow: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.05);
}

.theme-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  transition: opacity 180ms ease, transform 180ms ease;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.theme-icon-sun {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4.2'/%3E%3Cpath d='M12 2.5v2.4M12 19.1v2.4M4.93 4.93l1.7 1.7M17.37 17.37l1.7 1.7M2.5 12h2.4M19.1 12h2.4M4.93 19.07l1.7-1.7M17.37 6.63l1.7-1.7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4.2'/%3E%3Cpath d='M12 2.5v2.4M12 19.1v2.4M4.93 4.93l1.7 1.7M17.37 17.37l1.7 1.7M2.5 12h2.4M19.1 12h2.4M4.93 19.07l1.7-1.7M17.37 6.63l1.7-1.7'/%3E%3C/svg%3E");
}

.theme-icon-moon {
  opacity: 0;
  transform: scale(0.7) rotate(18deg);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.2 14.5A8.8 8.8 0 0 1 9.5 3.8 9.8 9.8 0 1 0 20.2 14.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.2 14.5A8.8 8.8 0 0 1 9.5 3.8 9.8 9.8 0 1 0 20.2 14.5Z'/%3E%3C/svg%3E");
}

body.theme-light .theme-toggle {
  background: transparent;
  color: #8f8796;
  box-shadow: none;
}

body.theme-light .theme-icon-sun {
  opacity: 0;
  transform: scale(0.7) rotate(-20deg);
}

body.theme-light .theme-icon-moon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

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

.nav-text-button {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--pink);
  color: #241622;
  box-shadow: 0 18px 36px rgba(230, 141, 178, 0.22);
}

.nav-cta {
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 14px;
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(230, 141, 178, 0.2);
}

body.theme-light .nav-cta {
  color: #fff;
}

body.theme-light .hero-primary-cta {
  color: #fff;
}

.button-secondary {
  border-color: var(--line);
  background: transparent;
  color: var(--text);
}

.hero-section {
  padding: 110px 0 86px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 46px;
  align-items: center;
}

.hero-grid-single {
  grid-template-columns: minmax(0, 780px);
  justify-content: start;
}

.hero-copy {
  max-width: 760px;
}

.hero-pill,
.section-tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(230, 141, 178, 0.1);
  color: var(--pink);
  border: 1px solid rgba(230, 141, 178, 0.14);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-copy h1,
.results-header h1 {
  margin-top: 24px;
  font-size: clamp(1.9rem, 4.2vw, 3.2rem);
  line-height: 1.02;
}

.hero-copy p,
.results-header p,
.section-copy p,
.audit-card-header p {
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-actions .button {
  padding: 11px 20px;
}

.hero-stats {
  display: grid;
  gap: 18px;
}

.stat-card,
.step-card,
.audit-card,
.results-card,
.metric-card,
.audit-card-shell {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 24px;
}

.stat-card span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.stat-card strong {
  display: block;
  margin-top: 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 2.7rem;
  line-height: 0.95;
}

.stat-card p {
  margin-top: 8px;
  color: var(--muted);
}

.stat-red { color: var(--red); }
.stat-blue { color: var(--blue); }
.stat-pink { color: var(--pink); }

.problem-section {
  background: var(--pink-soft);
  color: #201520;
  padding: 88px 0;
}

.problem-copy p,
.problem-quote,
.problem-card {
  color: rgba(32, 21, 32, 0.78);
}

.final-cta .section-copy p {
  color: rgba(32, 21, 32, 0.82);
}

.section-copy {
  max-width: 760px;
}

.centered-copy {
  margin-inline: auto;
  text-align: center;
}

.section-copy h2 {
  font-size: clamp(2.15rem, 3.2vw, 3.35rem);
  line-height: 1.04;
}

.problem-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
}

.problem-card {
  padding: 22px 24px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(32, 21, 32, 0.12);
  background: rgba(255, 255, 255, 0.08);
  line-height: 1.6;
}

.problem-quote {
  margin-top: 34px;
  font-size: 1.5rem;
  font-style: italic;
}

.content-section {
  padding: 96px 0;
}

.steps-grid,
.audit-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

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

.step-card,
.audit-card,
.results-card {
  padding: 26px;
}

.step-card {
  padding: 12px 20px 8px;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.step-icon-tile {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(230, 141, 178, 0.08);
}

.step-icon {
  width: 28px;
  height: 28px;
  display: block;
  color: var(--pink);
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.step-icon-clipboard {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='4.5' width='12' height='16' rx='2'/%3E%3Cpath d='M9 4.5h6v3H9z'/%3E%3Cpath d='M9.5 11h5M9.5 15h5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='4.5' width='12' height='16' rx='2'/%3E%3Cpath d='M9 4.5h6v3H9z'/%3E%3Cpath d='M9.5 11h5M9.5 15h5'/%3E%3C/svg%3E");
}

.step-icon-search {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.5' cy='10.5' r='5.7'/%3E%3Cpath d='m15 15 4.5 4.5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.5' cy='10.5' r='5.7'/%3E%3Cpath d='m15 15 4.5 4.5'/%3E%3C/svg%3E");
}

.step-icon-chart {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 5v14h15'/%3E%3Cpath d='M8 16V9M12 16V6M16 16v-4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 5v14h15'/%3E%3Cpath d='M8 16V9M12 16V6M16 16v-4'/%3E%3C/svg%3E");
}

.step-icon-lock {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5.5' y='10' width='13' height='9.5' rx='2'/%3E%3Cpath d='M8.5 10V7.8a3.5 3.5 0 0 1 7 0V10'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5.5' y='10' width='13' height='9.5' rx='2'/%3E%3Cpath d='M8.5 10V7.8a3.5 3.5 0 0 1 7 0V10'/%3E%3C/svg%3E");
}

.step-icon-send {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12.2 20 6.2 15.2 18l-3-3.1-4 2.1.2-4.4-3.9-.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12.2 20 6.2 15.2 18l-3-3.1-4 2.1.2-4.4-3.9-.4Z'/%3E%3C/svg%3E");
}

.step-icon-check {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.4'/%3E%3Cpath d='m8.6 12.2 2.2 2.3 4.8-5.1'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.4'/%3E%3Cpath d='m8.6 12.2 2.2 2.3 4.8-5.1'/%3E%3C/svg%3E");
}

.audit-icon {
  width: 28px;
  height: 28px;
  display: block;
  flex: 0 0 auto;
  color: var(--pink);
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.audit-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.audit-icon-target {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.6'/%3E%3Ccircle cx='12' cy='12' r='4.8'/%3E%3Ccircle cx='12' cy='12' r='1.3' fill='black' stroke='none'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.6'/%3E%3Ccircle cx='12' cy='12' r='4.8'/%3E%3Ccircle cx='12' cy='12' r='1.3' fill='black' stroke='none'/%3E%3C/svg%3E");
}

.audit-icon-report {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3.5h7l4 4V20a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 6 20V5A1.5 1.5 0 0 1 7.5 3.5Z'/%3E%3Cpath d='M14 3.5V8h4'/%3E%3Cpath d='M9 12h6M9 16h6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3.5h7l4 4V20a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 6 20V5A1.5 1.5 0 0 1 7.5 3.5Z'/%3E%3Cpath d='M14 3.5V8h4'/%3E%3Cpath d='M9 12h6M9 16h6'/%3E%3C/svg%3E");
}

.audit-icon-kpi {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.6'/%3E%3Cpath d='M12 6.3v3.1M12 14.6v3.1M6.3 12h3.1M14.6 12h3.1'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.6'/%3E%3Cpath d='M12 6.3v3.1M12 14.6v3.1M6.3 12h3.1M14.6 12h3.1'/%3E%3C/svg%3E");
}

.audit-icon-scope {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4v15.5'/%3E%3Cpath d='M6 8.2h12'/%3E%3Cpath d='M8.1 8.2 5.6 12h5L8.1 8.2Zm10.3 0L15.9 12h5l-2.5-3.8Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4v15.5'/%3E%3Cpath d='M6 8.2h12'/%3E%3Cpath d='M8.1 8.2 5.6 12h5L8.1 8.2Zm10.3 0L15.9 12h5l-2.5-3.8Z'/%3E%3C/svg%3E");
}

.audit-icon-roi {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.8v18.4'/%3E%3Cpath d='M16.2 6.4c-1-.9-2.6-1.4-4.2-1.4-2.6 0-4.4 1.3-4.4 3.3 0 1.8 1.2 2.8 4.3 3.5 3 .7 4.2 1.7 4.2 3.6 0 2.1-1.9 3.5-4.8 3.5-1.9 0-3.6-.6-4.8-1.7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.8v18.4'/%3E%3Cpath d='M16.2 6.4c-1-.9-2.6-1.4-4.2-1.4-2.6 0-4.4 1.3-4.4 3.3 0 1.8 1.2 2.8 4.3 3.5 3 .7 4.2 1.7 4.2 3.6 0 2.1-1.9 3.5-4.8 3.5-1.9 0-3.6-.6-4.8-1.7'/%3E%3C/svg%3E");
}

.audit-icon-leads {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.3'/%3E%3Cpath d='M4.5 18.5c0-2.9 2.3-4.8 4.5-4.8s4.5 1.9 4.5 4.8'/%3E%3Cpath d='M17.4 9.2c1.6.2 2.8 1.4 3 3'/%3E%3Cpath d='M16.7 13.8c1.8 0 3.6 1.4 3.8 3.7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.3'/%3E%3Cpath d='M4.5 18.5c0-2.9 2.3-4.8 4.5-4.8s4.5 1.9 4.5 4.8'/%3E%3Cpath d='M17.4 9.2c1.6.2 2.8 1.4 3 3'/%3E%3Cpath d='M16.7 13.8c1.8 0 3.6 1.4 3.8 3.7'/%3E%3C/svg%3E");
}

.audit-icon-paid {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.2 12.4 20 6.1 15.1 18l-3.1-3.2-3.9 2 .1-4.4L4.2 12.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.2 12.4 20 6.1 15.1 18l-3.1-3.2-3.9 2 .1-4.4L4.2 12.4Z'/%3E%3C/svg%3E");
}

.audit-icon-social {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='12' r='2.1'/%3E%3Ccircle cx='18' cy='6' r='2.1'/%3E%3Ccircle cx='18' cy='18' r='2.1'/%3E%3Cpath d='M7.9 11l8-4M7.9 13l8 4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='12' r='2.1'/%3E%3Ccircle cx='18' cy='6' r='2.1'/%3E%3Ccircle cx='18' cy='18' r='2.1'/%3E%3Cpath d='M7.9 11l8-4M7.9 13l8 4'/%3E%3C/svg%3E");
}

.step-number {
  color: var(--pink);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
}

.step-card h3,
.audit-card h3,
.results-card h3 {
  font-size: 1.18rem;
  line-height: 1.08;
}

.audit-card h3 {
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

.step-card p,
.audit-card p,
.results-card p,
.results-list {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.65;
}

.step-card h3 {
  max-width: 340px;
  margin: 0 auto;
  font-size: 1.34rem;
  line-height: 1.28;
}

.step-card p {
  max-width: 360px;
  margin: 16px auto 0;
  font-size: 0.98rem;
  line-height: 1.72;
}

.audit-section {
  background: rgba(255, 255, 255, 0.02);
}

.outcomes-shell {
  max-width: 860px;
}

.outcomes-shell .section-copy h2 {
  font-size: clamp(1.95rem, 2.8vw, 2.8rem);
  line-height: 1.04;
  max-width: 100%;
  white-space: nowrap;
  margin-bottom: 14px;
}

.outcomes-list {
  margin-top: 42px;
  display: grid;
  gap: 18px;
}

.outcome-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.outcome-check {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(230, 141, 178, 0.1);
  color: var(--pink);
  font-weight: 800;
  flex: 0 0 auto;
}

.outcome-item p {
  line-height: 1.6;
  font-size: 1.1rem;
}

.outcomes-shell .section-copy p {
  font-size: clamp(1.16rem, 1.8vw, 1.34rem);
}

.final-cta-inner {
  display: grid;
  gap: 28px;
  justify-items: center;
}

.final-cta .section-copy {
  max-width: 980px;
}

.final-cta .section-copy h2 {
  font-size: clamp(1.95rem, 2.8vw, 2.8rem);
  line-height: 1.04;
  max-width: 100%;
  white-space: nowrap;
  margin: 0 auto 18px;
  text-wrap: balance;
}

.final-cta .section-copy p {
  max-width: 1100px;
  margin: 0 auto;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
  text-wrap: balance;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 24px 0 34px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--muted);
}

.app-shell {
  min-height: 100vh;
  background: #151217;
}

.app-topbar {
  border-bottom: 1px solid var(--line);
}

.app-topbar-inner {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-top-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.app-title {
  color: var(--muted);
  font-size: 1.15rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.audit-page {
  padding: 32px 0 60px;
}

.audit-page .narrow-container {
  width: min(100% - 40px, 840px);
}

.audit-progress {
  margin-bottom: 20px;
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 1.15rem;
}

.progress-bar {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pink), #f2a2c3);
}

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

.step-dot {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
}

.step-dot.is-active {
  background: rgba(230, 141, 178, 0.2);
  color: var(--text);
  border: 1px solid rgba(230, 141, 178, 0.28);
}

.audit-card-shell {
  padding: 26px;
  min-height: 0;
}

.audit-card-header h1 {
  font-size: clamp(1.42rem, 2.2vw, 2.15rem);
  line-height: 1.08;
}

.audit-card-header p {
  font-size: 0.98rem;
}

.answer-stack {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.audit-form-grid {
  display: grid;
  gap: 16px;
}

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

.audit-field {
  display: grid;
  gap: 9px;
}

.audit-field label,
.audit-block-title {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.audit-field input,
.audit-field select,
.audit-field textarea {
  width: 100%;
  min-height: 68px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--text);
  padding: 18px 24px;
  font-size: 1.02rem;
  font-family: "DM Sans", sans-serif;
  outline: none;
  box-shadow: 0 8px 24px rgba(10, 8, 12, 0.04);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.audit-field textarea {
  min-height: 132px;
  resize: vertical;
}

.audit-field input:focus,
.audit-field select:focus,
.audit-field textarea:focus {
  border-color: rgba(230, 141, 178, 0.42);
  box-shadow: 0 0 0 4px rgba(230, 141, 178, 0.08);
}

.audit-block {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

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

.audit-multi-card {
  text-align: left;
  padding: 16px 18px;
  min-height: 76px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.45;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.audit-multi-card:hover {
  transform: translateY(-1px);
  border-color: rgba(230, 141, 178, 0.32);
}

.audit-multi-card.is-selected {
  border-color: rgba(230, 141, 178, 0.52);
  background: rgba(230, 141, 178, 0.12);
}

.audit-question-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
}

.audit-question-text {
  margin: 0;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 500;
}

.audit-choice-group {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.audit-choice-button {
  min-width: 66px;
  padding: 10px 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.audit-choice-button.is-selected {
  background: rgba(230, 141, 178, 0.16);
  border-color: rgba(230, 141, 178, 0.42);
  color: var(--text);
}

.audit-stage-note {
  margin: 0;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px dashed rgba(230, 141, 178, 0.3);
  color: var(--muted);
  line-height: 1.6;
}

.answer-option {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 600;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.answer-option:hover {
  transform: translateY(-1px);
  border-color: rgba(230, 141, 178, 0.32);
}

.answer-option.is-selected {
  border-color: rgba(230, 141, 178, 0.52);
  background: rgba(230, 141, 178, 0.12);
}

.audit-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.results-page {
  padding: 36px 0 92px;
}

body.theme-light .navbar,
body.theme-light .app-topbar {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(41, 29, 43, 0.08);
}

body.theme-light .navbar-inner,
body.theme-light .app-topbar-inner {
  height: 66px;
}

body.theme-light .nav-links {
  color: #8d8695;
}

body.theme-light .nav-links a:hover {
  color: #3d3341;
}

body.theme-light .button-secondary {
  background: #ffffff;
}

body.theme-light .dashboard-field input,
body.theme-light .dashboard-field select,
body.theme-light .dashboard-field textarea {
  border-color: rgba(41, 29, 43, 0.1);
  background: #ffffff;
  color: #2f2d31;
}

body.theme-light .audit-section,
body.theme-light .content-section.audit-section {
  background: rgba(31, 19, 34, 0.03);
}

body.theme-light .stat-card,
body.theme-light .step-card,
body.theme-light .audit-card,
body.theme-light .results-card,
body.theme-light .metric-card,
body.theme-light .audit-card-shell,
body.theme-light .results-cta {
  background: var(--surface);
}

body.theme-light .answer-option {
  background: var(--surface-soft);
}

body.theme-light .audit-field input,
body.theme-light .audit-field select,
body.theme-light .audit-field textarea,
body.theme-light .audit-multi-card,
body.theme-light .audit-question-row,
body.theme-light .audit-block {
  background: #ffffff;
  border-color: rgba(41, 29, 43, 0.1);
}

.dashboard-page {
  padding: 36px 0 92px;
}

.results-header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.results-header.results-header-simple {
  align-items: stretch;
}

.results-prompt-copy {
  margin-top: 18px;
  color: #f1d2e1;
  font-family: "DM Sans", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.55;
}

.results-risk-panel {
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(230, 141, 178, 0.08);
  display: grid;
  align-content: start;
  gap: 12px;
}

.results-risk-panel span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.results-risk-panel strong {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.results-risk-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.results-risk-panel.results-risk-panel-blocked {
  background: rgba(255, 255, 255, 0.03);
}

.results-risk-panel.results-risk-panel-high {
  background: rgba(235, 104, 91, 0.12);
  border-color: rgba(235, 104, 91, 0.24);
}

.results-risk-panel.results-risk-panel-verify {
  background: rgba(241, 219, 103, 0.11);
  border-color: rgba(241, 219, 103, 0.22);
}

.results-risk-panel.results-risk-panel-low {
  background: rgba(146, 226, 183, 0.12);
  border-color: rgba(146, 226, 183, 0.22);
}

body.theme-light .results-risk-panel.results-risk-panel-high {
  background: rgba(235, 104, 91, 0.08);
  border-color: rgba(235, 104, 91, 0.18);
}

body.theme-light .results-risk-panel.results-risk-panel-verify {
  background: rgba(241, 219, 103, 0.16);
  border-color: rgba(214, 181, 51, 0.24);
}

body.theme-light .results-risk-panel.results-risk-panel-low {
  background: rgba(146, 226, 183, 0.16);
  border-color: rgba(101, 182, 141, 0.24);
}

.dashboard-advisor-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}

.dashboard-advisor-avatar {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: rgba(230, 141, 178, 0.16);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  overflow: hidden;
  flex-shrink: 0;
}

.dashboard-advisor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboard-advisor-copy p {
  margin-top: 6px;
}

.results-scoreboard {
  display: grid;
  gap: 16px;
}

.metric-card {
  padding: 24px;
}

.metric-card span {
  display: block;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.metric-card strong {
  display: block;
  margin-top: 14px;
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 0.96;
  font-family: "DM Sans", sans-serif;
}

.metric-card strong.results-score-value {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  white-space: nowrap;
  color: #f7f2f8;
  font-size: clamp(2.75rem, 4.6vw, 3.8rem);
  line-height: 0.94;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.metric-card strong.results-score-value .results-score-number {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.metric-card strong.results-score-value .results-score-scale {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  transform: none;
}

.metric-risk strong {
  font-size: 2rem;
}

.results-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 28px;
}

.results-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  padding: 28px 28px 30px;
}

.results-card-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.results-card-heading h2 {
  font-size: clamp(1.65rem, 2.2vw, 2.15rem);
  letter-spacing: -0.03em;
}

.results-card-copy {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
  max-width: none;
}

.results-card-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  flex-shrink: 0;
  background: transparent;
  border: 2px solid currentColor;
  position: relative;
}

.results-card-icon-findings {
  color: #7bbced;
}

.results-card-icon-activity {
  color: #7a7a7a;
}

.results-card-icon-actions {
  color: #ef82aa;
}

.results-card-icon::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 999px;
  background: currentColor;
}

.results-rich-list,
.results-flag-list {
  margin-top: 26px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.results-rich-item,
.results-flag-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 22px;
}

.results-rich-index {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #84c6ff;
  background: rgba(132, 198, 255, 0.1);
}

.results-rich-list-accent .results-rich-index {
  color: var(--pink);
  background: rgba(230, 141, 178, 0.1);
}

.results-rich-text,
.results-flag-text {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.65;
}

.results-rich-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.results-rich-list-accent .results-rich-item {
  border-color: rgba(239, 130, 170, 0.22);
  background: rgba(239, 130, 170, 0.05);
}

.results-flag-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(217, 209, 225, 0.05);
}

.results-flag-dot {
  width: 10px;
  height: 10px;
  margin-top: 9px;
  border-radius: 999px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.58);
}

.results-cta {
  display: grid;
  gap: 20px;
  margin-top: 30px;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(230, 141, 178, 0.08);
}

.results-cta h2 {
  font-size: 2rem;
}

.signup-page {
  padding: 34px 0 80px;
}

.signup-section {
  padding-top: 0;
}

.signup-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.signup-brief,
.signup-panel {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.signup-brief {
  padding: 34px 30px;
}

.signup-brief h1 {
  margin-top: 18px;
  font-size: clamp(2.3rem, 4vw, 3.35rem);
  line-height: 0.98;
}

.signup-brief-copy {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.signup-why {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.signup-why-card {
  padding: 18px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(230, 141, 178, 0.08);
}

.signup-why-card strong {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

.signup-why-card p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.signup-panel {
  padding: 32px 30px;
}

.signup-panel-header h2 {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.05;
}

.signup-panel-header p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.65;
}

.signup-grid {
  margin-top: 24px;
}

.signup-note {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.6;
}

.signup-error {
  margin-top: 14px;
  color: #f05858;
  font-weight: 700;
}

.signup-error.is-hidden {
  display: none;
}

.signup-actions {
  margin-top: 26px;
}

body.theme-light .signup-brief,
body.theme-light .signup-panel {
  border-color: rgba(41, 29, 43, 0.1);
  background: #ffffff;
}

body.theme-light .signup-brief h1,
body.theme-light .signup-panel-header h2,
body.theme-light .signup-why-card strong {
  color: #2f2d31;
}

body.theme-light .signup-brief-copy,
body.theme-light .signup-why-card p,
body.theme-light .signup-panel-header p,
body.theme-light .signup-note {
  color: #7f7788;
}

body.theme-light .signup-why-card {
  border-color: rgba(41, 29, 43, 0.1);
  background: rgba(230, 141, 178, 0.08);
}

body.theme-light .signup-error {
  color: #e25555;
}

.dashboard-hero {
  padding-top: 44px;
}

.dashboard-header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.dashboard-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.dashboard-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.dashboard-step.is-active {
  border-color: rgba(230, 141, 178, 0.24);
  background: rgba(230, 141, 178, 0.08);
}

.dashboard-step-number {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(230, 141, 178, 0.16);
  color: var(--pink);
  font-size: 0.82rem;
  font-weight: 800;
  flex: 0 0 auto;
}

.dashboard-step strong {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

.dashboard-step p {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.92rem;
}

.dashboard-summary-grid {
  display: grid;
  gap: 16px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.dashboard-grid-large {
  grid-template-columns: 1.15fr 0.85fr;
}

.dashboard-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.dashboard-card h2 {
  margin-top: 18px;
  font-size: 1.65rem;
}

.dashboard-copy {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.65;
}

.dashboard-inline-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.column-actions {
  margin-top: 22px;
}

.dashboard-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.dashboard-field {
  display: grid;
  gap: 8px;
}

.dashboard-field label {
  font-weight: 700;
  color: var(--text);
}

.dashboard-field input,
.dashboard-field select,
.dashboard-field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--text);
}

.dashboard-field textarea {
  min-height: 118px;
  resize: vertical;
}

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

.dashboard-check {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
}

.dashboard-check input {
  accent-color: var(--pink);
}

.dashboard-dropzone {
  margin-top: 20px;
  padding: 22px;
  border-radius: 18px;
  border: 1px dashed rgba(230, 141, 178, 0.32);
  background: rgba(230, 141, 178, 0.06);
}

.dashboard-dropzone strong {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 1.05rem;
}

.dashboard-dropzone p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.dashboard-dropzone-optional {
  margin-top: 24px;
}

.dashboard-response-list {
  margin-top: 20px;
  display: grid;
  gap: 14px;
}

.dashboard-response-row {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #ece4eb;
  background: #faf8fb;
}

.dashboard-response-copy strong {
  display: block;
  color: #323232;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.dashboard-response-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
  color: #6f6a72;
}

.dashboard-response-actions label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.dashboard-response-actions input {
  accent-color: var(--pink);
}

.workspace-status {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(230, 141, 178, 0.18);
  background: rgba(230, 141, 178, 0.08);
  color: var(--pink);
  font-weight: 700;
}

.workspace-panel,
.workspace-preview {
  margin-top: 20px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
}

.workspace-heading {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.workspace-preview h3 {
  margin-top: 14px;
  font-size: 2rem;
}

.workspace-preview p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}

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

.dashboard-light-body {
  background: #f8f8f8;
  color: #303030;
}

.dashboard-light-body.theme-dark {
  background: #121013;
  color: #f7f2f8;
}

.dashboard-light-shell {
  min-height: 100vh;
  background: #f8f8f8;
  color: #303030;
}

.dashboard-light-body.theme-dark .dashboard-light-shell {
  background: #121013;
  color: #f7f2f8;
}

.dashboard-light-container {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
}

.dashboard-flow {
  width: min(100%, 1024px);
  margin: 0 auto;
}

.dashboard-light-topbar {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #e8e3e8;
}

.dashboard-light-body.theme-dark .dashboard-light-topbar {
  background: rgba(18, 16, 19, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.dashboard-light-topbar-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dashboard-account {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #7b7b7b;
  font-size: 0.95rem;
}

.dashboard-admin-link {
  color: #8f8796;
  font-size: 0.92rem;
  font-weight: 700;
}

.dashboard-admin-link:hover {
  color: #2f2d31;
}

.theme-toggle-light {
  background: transparent;
  color: #8f8796;
  box-shadow: none;
}

.dashboard-light-body.theme-dark .theme-toggle-light {
  background: transparent;
  color: #f7f2f8;
  box-shadow: none;
}

.dashboard-light-body.theme-dark .theme-icon-sun {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.dashboard-light-body.theme-dark .theme-icon-moon {
  opacity: 0;
  transform: scale(0.7) rotate(18deg);
}

.dashboard-email {
  font-weight: 600;
}

.dashboard-light-body.theme-dark .dashboard-account,
.dashboard-light-body.theme-dark .dashboard-email {
  color: #c3b9c6;
}

.dashboard-light-body.theme-dark .dashboard-admin-link {
  color: #c3b9c6;
}

.dashboard-light-body.theme-dark .dashboard-admin-link:hover {
  color: #f5f0f6;
}

.dashboard-logout {
  padding: 10px 16px;
  border-radius: 14px;
  border: 1px solid #dfd8df;
  background: #ffffff;
  color: #3c3c3c;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.dashboard-light-body.theme-dark .dashboard-logout {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #f2edf3;
  box-shadow: none;
}

.dashboard-light-main {
  padding: 40px 0 32px;
}

.dashboard-light-container-wide {
  width: min(100% - 48px, 1380px);
}

.dashboard-welcome h1 {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  line-height: 1.05;
  color: #333333;
}

.dashboard-light-body.theme-dark .dashboard-welcome h1 {
  color: #f5f0f6;
}

.dashboard-welcome p {
  margin-top: 4px;
  color: #8a8a8a;
  font-size: 0.95rem;
}

.dashboard-light-body.theme-dark .dashboard-welcome p,
.dashboard-light-body.theme-dark .dashboard-history-meta,
.dashboard-light-body.theme-dark .dashboard-metric-card span {
  color: #a89dad;
}

.dashboard-metrics {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.dashboard-metric-card {
  padding: 28px 22px;
  border-radius: 18px;
  border: 1px solid #e8e2e8;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(40, 26, 36, 0.04);
  min-height: 136px;
}

.dashboard-light-body.theme-dark .dashboard-metric-card,
.dashboard-light-body.theme-dark .dashboard-history-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: #1a171d;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.dashboard-metric-card span {
  display: block;
  color: #949494;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.dashboard-metric-card strong {
  display: block;
  margin-top: 8px;
  color: #303030;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2.1rem, 2.8vw, 2.6rem);
  line-height: 0.95;
}

.dashboard-score-metric {
  display: inline-flex !important;
  align-items: baseline;
  gap: 2px;
}

.dashboard-score-metric span {
  display: inline !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: normal !important;
}

.dashboard-light-body.theme-dark .dashboard-metric-card strong,
.dashboard-light-body.theme-dark .dashboard-history-name,
.dashboard-light-body.theme-dark .dashboard-history-meta strong,
.dashboard-light-body.theme-dark .dashboard-history-header h2 {
  color: #f5f0f6;
}

.dashboard-metric-card small {
  color: #8b8b8b;
  font-size: 0.62em;
  font-weight: 700;
}

.dashboard-risk-text.risk-red {
  color: #f05858;
}

.dashboard-risk-text.risk-blue {
  color: #77bcec;
}

.dashboard-risk-text.risk-neutral {
  color: #4c4c4c;
}

.dashboard-history {
  margin-top: 48px;
}

.dashboard-history-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.dashboard-history-header h2 {
  font-size: 1.75rem;
  color: #323232;
}

.dashboard-new-audit {
  min-width: 156px;
  padding: 12px 18px;
  box-shadow: 0 10px 20px rgba(230, 141, 178, 0.18);
}

.dashboard-history-list {
  display: grid;
  gap: 18px;
}

.dashboard-history-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  border-radius: 18px;
  border: 1px solid #e8e2e8;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(40, 26, 36, 0.04);
  min-height: 132px;
}

.dashboard-history-card-main {
  display: grid;
  gap: 8px;
}

.dashboard-history-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.dashboard-history-name {
  font-family: "DM Sans", sans-serif;
  font-size: 1.15rem;
  color: #2f2f2f;
}

.dashboard-history-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
}

.badge-red {
  color: #f05858;
  background: #fff2f2;
  border-color: #f7c8c8;
}

.badge-blue {
  color: #77bcec;
  background: #f1f8fe;
  border-color: #cfe7fb;
}

.badge-neutral {
  color: #666666;
  background: #f5f5f5;
  border-color: #e4e4e4;
}

.dashboard-history-meta {
  margin-top: 2px;
  color: #8a8a8a;
  font-size: 0.92rem;
}

.dashboard-history-meta strong {
  color: #363636;
}

.dashboard-view-button {
  min-width: 156px;
  background: #ffffff;
  color: #3b3b3b;
  border-color: #ddd6dd;
  padding: 12px 18px;
  align-self: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.dashboard-light-body.theme-dark .dashboard-view-button {
  background: rgba(255, 255, 255, 0.04);
  color: #f5f0f6;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.dashboard-consultation {
  margin-top: 32px;
  padding: 54px 24px 50px;
  border-radius: 18px;
  background: #767676;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.dashboard-unlock,
.dashboard-review-card,
.dashboard-review-status {
  border-radius: 18px;
  border: 1px solid #e8e2e8;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(40, 26, 36, 0.04);
}

.dashboard-unlock {
  margin-top: 32px;
  padding: 32px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.dashboard-kicker {
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b8b8b;
}

.dashboard-unlock h2,
.dashboard-review-status h2,
.dashboard-review-card h3 {
  margin-top: 10px;
  font-size: 1.9rem;
  line-height: 1.08;
  color: #2f2f2f;
}

.dashboard-unlock p,
.dashboard-review-status p,
.dashboard-review-card p {
  margin-top: 12px;
  color: #7f7f7f;
  line-height: 1.6;
}

.dashboard-review-workflow {
  margin-top: 22px;
}

.dashboard-review-status {
  padding: 28px 30px;
}

.dashboard-metrics + .dashboard-review-status {
  margin-top: 22px;
}

.dashboard-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.dashboard-review-grid-team {
  align-items: start;
}

.dashboard-team-layout {
  display: grid;
  grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
  gap: 24px;
  margin-top: 22px;
  align-items: start;
}

.dashboard-team-sidebar {
  display: grid;
  gap: 24px;
  align-items: start;
}

.dashboard-team-thread-card {
  min-height: 100%;
}

.dashboard-team-thread-card .dashboard-chatbox {
  min-height: 720px;
}

.dashboard-team-case-list {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.dashboard-empty-copy {
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px dashed rgba(232, 226, 232, 0.2);
  background: rgba(34, 28, 40, 0.58);
  color: rgba(232, 225, 239, 0.74);
  font-size: 0.98rem;
  line-height: 1.55;
}

.dashboard-team-case-item {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid #e8e2e8;
  background: #faf8fb;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.dashboard-team-case-item:hover {
  border-color: #efc5dc;
  background: #fff1f8;
  transform: translateY(-1px);
}

.dashboard-team-case-item.is-active {
  border-color: #e58db2;
  background: #fff1f8;
  box-shadow: 0 10px 20px rgba(229, 141, 178, 0.12);
}

.dashboard-team-case-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.dashboard-team-case-copy strong {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #2f2f2f;
}

.dashboard-team-case-copy span {
  color: #8a8a8a;
  font-size: 0.88rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.dashboard-team-case-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 0.82rem;
  font-weight: 700;
  justify-self: start;
  max-width: 100%;
}

.dashboard-team-case-status.is-ready {
  background: #eef8ef;
  border-color: #c8e7cb;
  color: #3f8b54;
}

.dashboard-team-case-status.is-review {
  background: #fff2f2;
  border-color: #f4cbcb;
  color: #e05b5b;
}

.dashboard-team-case-status.is-monitoring {
  background: #f5f5f5;
  border-color: #e3e3e3;
  color: #676767;
}

.dashboard-team-case-status.is-waiting {
  background: #f1f8fe;
  border-color: #cee5fa;
  color: #69b3e6;
}

.dashboard-review-card {
  padding: 28px 30px;
}

.dashboard-review-card-flow {
  margin-top: 20px;
}

.dashboard-review-card-wide {
  margin-top: 22px;
}

.dashboard-flow-step {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-top: 22px;
  margin-top: 22px;
  border-top: 1px solid #ede6ee;
}

.dashboard-flow-step:first-of-type {
  margin-top: 24px;
}

.dashboard-flow-step-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff1f8;
  color: #d77ca3;
  border: 1px solid #f0cade;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dashboard-flow-step-body h4 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1.16rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #2f2f2f;
}

.dashboard-flow-step-body > p {
  margin-top: 10px;
}

.dashboard-chatbox {
  margin-top: 18px;
  border-radius: 18px;
  border: 1px solid #ece4eb;
  background: #faf8fb;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.dashboard-thread-helper {
  margin: 0;
  padding: 16px 18px 0;
  color: #746b78;
  font-size: 0.95rem;
  line-height: 1.55;
}

.dashboard-thread-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid #ece4eb;
  background: rgba(255, 255, 255, 0.68);
}

.dashboard-thread-filter-group,
.dashboard-thread-nav-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.dashboard-thread-filter,
.dashboard-thread-link {
  border: 1px solid #e7dde6;
  background: #ffffff;
  color: #5f5664;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 14px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.dashboard-thread-filter:hover,
.dashboard-thread-link:hover {
  transform: translateY(-1px);
  border-color: #e4abc7;
  color: #2f2d31;
}

.dashboard-thread-filter.is-active {
  background: #fff1f8;
  border-color: #e58db2;
  color: #a04773;
}

.dashboard-thread-meta {
  color: #847b88;
  font-size: 0.9rem;
  font-weight: 600;
}

.dashboard-thread-link.is-disabled,
.dashboard-thread-link:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.dashboard-chat-thread {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-bottom: 1px solid #ece4eb;
  max-height: 460px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.dashboard-chat-message {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.dashboard-chat-message-client {
  justify-content: flex-end;
}

.dashboard-chat-avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #241622;
  color: #f3d0e2;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  flex: 0 0 auto;
  overflow: hidden;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05);
}

.dashboard-chat-avatar-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dashboard-chat-bubble {
  max-width: min(100%, 980px);
  padding: 16px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #ece4eb;
}

.dashboard-chat-message-client .dashboard-chat-bubble {
  background: #fff1f8;
  border-color: #f0cade;
}

.dashboard-chat-bubble strong {
  display: block;
  color: #2f2f2f;
  font-family: "DM Sans", sans-serif;
  font-size: 0.98rem;
}

.dashboard-chat-bubble p {
  margin-top: 8px;
  color: #5f5664;
  line-height: 1.6;
}

.dashboard-chat-composer {
  padding: 20px;
}

.dashboard-chat-composer .dashboard-attachment-list {
  margin-top: 0;
  margin-bottom: 12px;
}

.dashboard-chat-input-shell {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  gap: 12px;
  align-items: end;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid #e5dde6;
  background: #ffffff;
}

.dashboard-chat-composer textarea {
  width: 100%;
  min-height: 92px;
  padding: 12px 2px;
  border-radius: 0;
  border: 0;
  background: transparent;
  resize: vertical;
  color: #2f2f2f;
  outline: none;
}

.dashboard-chat-composer textarea::placeholder {
  color: #8c8491;
}

.dashboard-attachment-list,
.dashboard-chat-attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashboard-attachment-list {
  margin-top: 14px;
}

.dashboard-attachment-chip,
.dashboard-chat-attachment {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff1f8;
  border: 1px solid #f0cade;
  color: #8a4f6d;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

.dashboard-attachment-chip:hover,
.dashboard-chat-attachment:hover {
  transform: translateY(-1px);
  background: #ffe7f3;
  border-color: #e7b8d0;
}

.dashboard-chat-attachments {
  margin-top: 12px;
}

.dashboard-send-icon-button {
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 16px;
  align-self: end;
}

.dashboard-attach-button {
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 16px;
  align-self: end;
}

.dashboard-attach-icon {
  width: 18px;
  height: 18px;
  display: block;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.44 11.05 12.25 20.24a6 6 0 0 1-8.49-8.49l9.2-9.19a4 4 0 1 1 5.65 5.66l-9.2 9.19a2 2 0 1 1-2.82-2.83l8.48-8.48'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.44 11.05 12.25 20.24a6 6 0 0 1-8.49-8.49l9.2-9.19a4 4 0 1 1 5.65 5.66l-9.2 9.19a2 2 0 1 1-2.82-2.83l8.48-8.48'/%3E%3C/svg%3E");
}

.dashboard-send-arrow {
  width: 18px;
  height: 18px;
  display: block;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h12'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h12'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E");
}

.attachment-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.attachment-preview-modal.is-hidden {
  display: none;
}

.attachment-preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 12, 18, 0.72);
  backdrop-filter: blur(6px);
}

.attachment-preview-panel {
  position: relative;
  width: min(100%, 1080px);
  max-height: min(88vh, 920px);
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  border: 1px solid #e5dde6;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.attachment-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid #ece4eb;
}

.attachment-preview-header strong {
  font-family: "DM Sans", sans-serif;
  font-size: 1.1rem;
  color: #2f2f2f;
}

.attachment-preview-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.attachment-preview-actions .button {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 0.94rem;
  font-weight: 700;
}

.attachment-preview-actions .attachment-preview-download,
.attachment-preview-actions .attachment-preview-close {
  background: #fff1f8;
  border-color: #e7b8d0;
  color: #8a3f68;
  box-shadow: none;
}

.attachment-preview-actions .attachment-preview-download:hover,
.attachment-preview-actions .attachment-preview-close:hover {
  background: #ffe5f2;
  border-color: #db8db5;
  color: #6f214c;
}

.attachment-preview-body {
  padding: 18px;
  overflow: auto;
  background: #faf8fb;
}

.attachment-preview-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 14px;
  background: #ffffff;
}

.attachment-preview-frame {
  display: block;
  width: 100%;
  height: 72vh;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
}

.attachment-preview-text {
  margin: 0;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #ece4eb;
  background: #ffffff;
  color: #2f2f2f;
  font: 0.94rem/1.6 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  white-space: pre-wrap;
  word-break: break-word;
}

.attachment-preview-fallback {
  padding: 28px;
  border-radius: 14px;
  border: 1px solid #ece4eb;
  background: #ffffff;
  color: #5f5664;
}

.dashboard-request-list {
  margin: 18px 0 0;
  padding-left: 20px;
  color: #4b4b4b;
  line-height: 1.65;
}

.dashboard-request-list li + li {
  margin-top: 10px;
}

.dashboard-rfi-meta-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 12px;
}

.dashboard-rfi-meta-grid .dashboard-field {
  margin: 0;
}

.dashboard-rfi-meta-grid input[readonly] {
  background: rgba(255, 255, 255, 0.58);
  color: rgba(38, 32, 42, 0.9);
}

.dashboard-forward-box {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid #ece4eb;
  background: #faf8fb;
}

.dashboard-forward-box strong {
  display: block;
  color: #303030;
  font-family: "DM Sans", sans-serif;
  font-size: 0.98rem;
}

.dashboard-forward-address {
  margin-top: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #d77ca3;
}

.dashboard-forward-box p {
  margin-top: 10px;
}

.dashboard-file-input {
  display: none;
}

.dashboard-evidence-actions {
  margin-top: 20px;
}

.dashboard-submit-message {
  margin-top: 14px;
  color: #d77ca3;
  font-weight: 600;
}

.dashboard-recommendation-footer {
  margin-top: 18px;
  color: #303030;
  font-weight: 600;
}

.dashboard-status-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.dashboard-status-step {
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid #ece4eb;
  background: #faf8fb;
}

.dashboard-status-step strong {
  display: block;
  color: #303030;
  font-family: "DM Sans", sans-serif;
}

.dashboard-status-step p {
  margin-top: 6px;
  font-size: 0.94rem;
}

.dashboard-status-step.is-complete {
  border-color: #f2d4e3;
  background: #fff7fb;
}

.dashboard-status-step.is-active {
  border-color: #edb6cf;
  background: #fff1f8;
}

.is-hidden {
  display: none !important;
}

.dashboard-light-body.theme-dark .dashboard-consultation {
  background: #2a242f;
}

.dashboard-light-body.theme-dark .dashboard-unlock,
.dashboard-light-body.theme-dark .dashboard-review-card,
.dashboard-light-body.theme-dark .dashboard-review-status,
.dashboard-light-body.theme-dark .dashboard-status-step {
  border-color: rgba(255, 255, 255, 0.08);
  background: #1a171d;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.dashboard-light-body.theme-dark .dashboard-unlock h2,
.dashboard-light-body.theme-dark .dashboard-review-status h2,
.dashboard-light-body.theme-dark .dashboard-review-card h3,
.dashboard-light-body.theme-dark .dashboard-flow-step-body h4,
.dashboard-light-body.theme-dark .dashboard-status-step strong,
.dashboard-light-body.theme-dark .dashboard-request-list {
  color: #f5f0f6;
}

.dashboard-light-body.theme-dark .dashboard-unlock p,
.dashboard-light-body.theme-dark .dashboard-review-status p,
.dashboard-light-body.theme-dark .dashboard-review-card p,
.dashboard-light-body.theme-dark .dashboard-kicker {
  color: #a89dad;
}

.dashboard-light-body.theme-dark .dashboard-forward-box {
  border-color: rgba(255, 255, 255, 0.08);
  background: #221d25;
}

.dashboard-light-body.theme-dark .dashboard-chatbox,
.dashboard-light-body.theme-dark .dashboard-chat-thread {
  border-color: rgba(255, 255, 255, 0.08);
}

.dashboard-light-body.theme-dark .dashboard-chatbox {
  background: #221d25;
}

.dashboard-light-body.theme-dark .dashboard-thread-helper {
  color: #a89dad;
}

.dashboard-light-body.theme-dark .dashboard-thread-tools {
  background: rgba(18, 15, 23, 0.88);
  border-color: rgba(255, 255, 255, 0.08);
}

.dashboard-light-body.theme-dark .dashboard-thread-filter,
.dashboard-light-body.theme-dark .dashboard-thread-link {
  background: #17131b;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(232, 225, 239, 0.82);
}

.dashboard-light-body.theme-dark .dashboard-thread-filter.is-active {
  background: rgba(230, 141, 178, 0.14);
  border-color: rgba(230, 141, 178, 0.45);
  color: #f0bdd7;
}

.dashboard-light-body.theme-dark .dashboard-thread-meta {
  color: rgba(232, 225, 239, 0.65);
}

.dashboard-light-body.theme-dark .dashboard-chat-avatar {
  background: #f1d2e1;
  color: #241622;
}

.dashboard-light-body.theme-dark .dashboard-team-case-item {
  border-color: rgba(255, 255, 255, 0.08);
  background: #1f1b22;
}

.dashboard-light-body.theme-dark .dashboard-team-case-item:hover,
.dashboard-light-body.theme-dark .dashboard-team-case-item.is-active {
  border-color: rgba(236, 155, 201, 0.22);
  background: #241f27;
  box-shadow: none;
}

.dashboard-light-body.theme-dark .dashboard-team-case-copy strong {
  color: #f5f0f6;
}

.dashboard-light-body.theme-dark .dashboard-team-case-copy span {
  color: #a89dad;
}

.reviewer-profile-card {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.reviewer-avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 28px;
  border: 1px solid #ece4eb;
  background: #faf8fb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #8a4f6d;
  font-family: "DM Sans", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
}

.reviewer-avatar-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.reviewer-avatar-preview img.is-visible {
  display: block;
}

.reviewer-profile-fields {
  display: grid;
  gap: 14px;
}

.dashboard-field select,
.dashboard-field input {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #e5dde6;
  background: #ffffff;
  color: #2f2f2f;
}

.dashboard-field select {
  appearance: none;
}

.dashboard-assignee-note {
  margin-top: 14px;
  font-size: 0.92rem;
  color: #8a8a8a;
}

.dashboard-light-body.theme-dark .reviewer-avatar-preview {
  border-color: rgba(255, 255, 255, 0.08);
  background: #221d25;
  color: #f1bdd7;
}

.dashboard-light-body.theme-dark .dashboard-field select,
.dashboard-light-body.theme-dark .dashboard-field input {
  border-color: rgba(255, 255, 255, 0.08);
  background: #221d25;
  color: #f5f0f6;
}

.dashboard-light-body.theme-dark .dashboard-assignee-note {
  color: #a89dad;
}

.dashboard-light-body.theme-dark .dashboard-field input {
  border-color: rgba(255, 255, 255, 0.08);
  background: #1a171d;
  color: #f5f0f6;
}

.dashboard-light-body.theme-dark .dashboard-chat-bubble,
.dashboard-light-body.theme-dark .dashboard-chat-input-shell,
.dashboard-light-body.theme-dark .dashboard-chat-composer textarea {
  background: #1a171d;
  border-color: rgba(255, 255, 255, 0.08);
}

.dashboard-light-body.theme-dark .dashboard-chat-message-client .dashboard-chat-bubble {
  background: rgba(236, 155, 201, 0.08);
  border-color: rgba(236, 155, 201, 0.14);
}

.dashboard-light-body.theme-dark .dashboard-chat-bubble strong,
.dashboard-light-body.theme-dark .dashboard-chat-composer label,
.dashboard-light-body.theme-dark .dashboard-forward-box strong,
.dashboard-light-body.theme-dark .dashboard-forward-address {
  color: #f5f0f6;
}

.dashboard-light-body.theme-dark .dashboard-chat-composer textarea {
  color: #f5f0f6;
  -webkit-text-fill-color: #f5f0f6;
}

.dashboard-light-body.theme-dark .dashboard-chat-composer textarea::placeholder {
  color: #9f95a4;
  -webkit-text-fill-color: #9f95a4;
}

.dashboard-light-body.theme-dark .dashboard-chat-bubble p {
  color: #b7aebb;
}

.dashboard-light-body.theme-dark .dashboard-attachment-chip,
.dashboard-light-body.theme-dark .dashboard-chat-attachment {
  background: rgba(236, 155, 201, 0.08);
  border-color: rgba(236, 155, 201, 0.16);
  color: #f1bdd7;
}

.dashboard-light-body.theme-dark .dashboard-flow-step {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.dashboard-light-body.theme-dark .dashboard-flow-step-label {
  background: rgba(236, 155, 201, 0.08);
  border-color: rgba(236, 155, 201, 0.16);
  color: #ec9bc9;
}

.dashboard-light-body.theme-dark .dashboard-submit-message {
  color: #ec9bc9;
}

.dashboard-light-body.theme-dark .dashboard-response-row {
  border-color: rgba(255, 255, 255, 0.08);
  background: #221d25;
}

.dashboard-light-body.theme-dark .dashboard-response-copy strong,
.dashboard-light-body.theme-dark .dashboard-response-actions,
.dashboard-light-body.theme-dark .dashboard-recommendation-footer {
  color: #f5f0f6;
}

.dashboard-light-body.theme-dark .dashboard-status-step.is-complete,
.dashboard-light-body.theme-dark .dashboard-status-step.is-active {
  background: #221d25;
}

.dashboard-consultation h2 {
  font-size: clamp(2rem, 2.5vw, 2.7rem);
}

.dashboard-consultation p {
  max-width: 700px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  font-size: 1rem;
}

.dashboard-consultation-button {
  margin-top: 28px;
  min-width: 300px;
  padding: 14px 20px;
}

@media (max-width: 1080px) {
  .hero-grid,
  .results-header,
  .dashboard-header,
  .dashboard-steps,
  .steps-grid,
  .audit-grid,
  .results-grid,
  .dashboard-grid,
  .dashboard-grid-large {
    grid-template-columns: 1fr;
  }

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

  .results-rich-list,
  .results-flag-list {
    grid-template-columns: 1fr;
  }

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

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

  .signup-shell {
    grid-template-columns: 1fr;
  }
}

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

  .header-frame {
    width: min(100% - 28px, 1280px);
  }

  .dashboard-light-container-wide {
    width: min(100% - 28px, 1380px);
  }

  .app-topbar-inner,
  .dashboard-top-actions,
  .progress-meta,
  .audit-actions,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-inner {
    height: auto;
    padding: 14px 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .app-topbar-actions {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }

  .brand-link,
  .logo-wrap {
    min-width: 0;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    width: auto;
    margin-left: auto;
    gap: 12px;
    flex-shrink: 0;
  }

  .hero-section,
  .content-section,
  .problem-section {
    padding: 56px 0;
  }

  .hero-copy h1,
  .results-header h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .section-copy,
  .hero-copy,
  .problem-copy {
    min-width: 0;
  }

  .hero-stats,
  .problem-grid,
  .step-dots,
  .dashboard-form-grid,
  .dashboard-check-grid {
    grid-template-columns: 1fr;
  }

  .audit-form-grid-two,
  .audit-multi-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-light-topbar-inner,
  .dashboard-account,
  .dashboard-history-header,
  .dashboard-history-card,
  .dashboard-unlock,
  .results-cta,
  .hero-actions,
  .dashboard-inline-actions,
  .dashboard-thread-tools {
    flex-direction: column;
    align-items: flex-start;
  }

  .results-header {
    gap: 22px;
  }

  .results-risk-panel,
  .results-cta,
  .dashboard-metric-card,
  .dashboard-review-card,
  .dashboard-history-card {
    padding: 22px 20px;
  }

  .results-risk-panel strong {
    font-size: clamp(2.3rem, 12vw, 3.8rem);
  }

  .audit-card-shell {
    padding: 24px;
    min-height: 0;
  }

  .audit-card-header h1 {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }

  .progress-meta {
    gap: 8px;
  }

  .step-dots {
    display: none;
  }

  .audit-question-row {
    flex-direction: column;
  }

  .audit-choice-group {
    width: 100%;
  }

  .audit-choice-button {
    flex: 1 1 0;
  }

  .audit-page .narrow-container {
    width: min(100% - 24px, 840px);
  }

  .audit-actions .button,
  .hero-actions .button,
  .results-cta .button,
  .dashboard-inline-actions .button {
    width: 100%;
  }

  .nav-cta {
    width: auto;
    min-width: 220px;
    padding: 14px 24px;
    white-space: nowrap;
  }

  .logo-wordmark {
    font-size: 1.02rem;
  }

  .dashboard-consultation-button,
  .dashboard-view-button,
  .dashboard-new-audit,
  .dashboard-review-grid,
  .dashboard-status-steps {
    width: 100%;
  }

  .dashboard-review-grid,
  .dashboard-status-steps {
    grid-template-columns: 1fr;
  }

  .dashboard-team-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-rfi-meta-grid {
    grid-template-columns: 1fr;
  }

  .reviewer-profile-card {
    grid-template-columns: 1fr;
  }

  .dashboard-flow-step {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dashboard-response-actions {
    flex-direction: column;
    gap: 10px;
  }

  .dashboard-thread-nav-group,
  .dashboard-thread-filter-group {
    width: 100%;
  }

  .dashboard-thread-link,
  .dashboard-thread-filter {
    min-height: 40px;
  }

  .dashboard-chat-thread {
    padding: 16px;
  }

  .dashboard-chat-input-shell {
    grid-template-columns: 1fr;
  }

  .dashboard-send-icon-button,
  .dashboard-attach-button {
    width: 100%;
  }

  .dashboard-consultation-button,
  .dashboard-view-button,
  .dashboard-new-audit,
  .dashboard-unlock .button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .app-topbar-inner,
  .dashboard-light-topbar-inner,
  .dashboard-account {
    gap: 12px;
  }

  .logo-wordmark {
    font-size: 0.92rem;
  }

  .app-title {
    font-size: 0.95rem;
  }

  .hero-pill,
  .hero-pill-outline {
    font-size: 0.84rem;
    padding: 10px 14px;
  }

  .hero-copy h1,
  .results-header h1 {
    line-height: 0.98;
  }

  .dashboard-welcome h1,
  .dashboard-review-status h2,
  .dashboard-review-card h3,
  .dashboard-history-header h2,
  .results-cta h2 {
    font-size: clamp(1.55rem, 7vw, 2.2rem);
  }

  .dashboard-team-case-item,
  .dashboard-review-card,
  .dashboard-metric-card,
  .results-cta,
  .results-risk-panel {
    border-radius: 18px;
  }

  .dashboard-team-case-status {
    white-space: normal;
    text-align: center;
  }

  .dashboard-history-card-actions,
  .dashboard-history-card-actions .button {
    width: 100%;
  }

  .dashboard-thread-meta {
    font-size: 0.85rem;
  }
}
