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

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;450;500;550;600;650;700;750&display=swap");

:root {
  --bg: #020207;
  --panel: #101024;
  --panel-2: #171a3d;
  --panel-3: #2b2a64;
  --line: #30315d;
  --line-strong: #43447a;
  --text: #f7f7ff;
  --muted: #b5b5cc;
  --soft: #8786a7;
  --accent: #9b84ff;
  --accent-2: #7863f0;
  --green: #275943;
  --glow: rgba(155, 132, 255, 0.16);
  --shadow: 0 22px 68px rgba(0, 0, 0, 0.42);
  --font-main: "Plus Jakarta Sans", "Aptos", "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
  --font-display: "Plus Jakarta Sans", "Aptos Display", "Segoe UI Variable Display", var(--font-main);
}

/* Nexora branding overrides for the premium product architecture. */
:root {
  --accent: #0a84ff;
  --accent-2: #0069e6;
  --panel-3: #102d54;
  --line-strong: #1a5a9f;
  --glow: rgba(10, 132, 255, 0.18);
}

.landing-body {
  background:
    radial-gradient(circle at 82% 18%, rgba(10, 132, 255, 0.2), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(10, 132, 255, 0.06), transparent 22%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    #020207;
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
}

.landing-brand .brand-mark.small {
  overflow: hidden;
  border: 1px solid rgba(10, 132, 255, 0.46);
  background: #000;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 28px rgba(10, 132, 255, 0.24);
}

.landing-brand .brand-mark.small img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  transform: scale(1.7);
}

.preview-card.main-preview-card {
  background:
    linear-gradient(180deg, rgba(10, 132, 255, 0.1), rgba(10, 132, 255, 0.02)),
    var(--panel-2);
}

.cta-primary,
.nav-register,
.landing-footer a {
  background: linear-gradient(135deg, #0a84ff, #0069e6);
  color: #fff;
}

.cta-secondary:hover,
.nav-login:hover,
.landing-links a:hover {
  color: #88c6ff;
}

body.mercor-dashboard {
  background: var(--dash-bg) !important;
  color: var(--dash-text) !important;
}

body.mercor-dashboard .app-shell,
body.mercor-dashboard .main-panel {
  background: var(--dash-bg) !important;
}

body.mercor-dashboard .command-bar,
body.mercor-dashboard .main-panel .command-bar {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.mercor-dashboard .page-heading h1,
body.mercor-dashboard .opportunity-card h2,
body.mercor-dashboard .profile-summary h2,
body.mercor-dashboard .side-card h3,
body.mercor-dashboard .view-header h2 {
  color: var(--dash-text) !important;
}

body.mercor-dashboard .page-heading p,
body.mercor-dashboard .opportunity-card p,
body.mercor-dashboard .profile-summary p,
body.mercor-dashboard .side-card p {
  color: var(--dash-muted) !important;
}

body.mercor-dashboard .dashboard-search {
  background: var(--dash-surface) !important;
  box-shadow: 0 1px 2px rgba(18, 18, 18, 0.04) !important;
}

/* =========================================================
   Variables
   ========================================================= */
:root {
  --landing-radius: 8px;
  --landing-radius-sm: 6px;
  --landing-glass: rgba(9, 12, 20, 0.78);
  --landing-card: rgba(13, 17, 28, 0.92);
  --landing-card-soft: rgba(18, 29, 48, 0.82);
  --landing-border: rgba(136, 198, 255, 0.18);
  --landing-border-strong: rgba(136, 198, 255, 0.32);
  --landing-muted: #c2c8d6;
  --landing-soft: #8f9bad;
  --landing-cream: #fff8eb;
}

/* =========================================================
   Global
   ========================================================= */
.landing-body {
  color: var(--text);
  text-rendering: geometricPrecision;
}

.landing-body * {
  box-sizing: border-box;
}

.landing-body a,
.landing-body button,
.landing-body input,
.landing-body textarea,
.landing-body select,
.landing-body .premium-card,
.landing-body .pathway-cards article,
.landing-body .preview-card,
.landing-body .floating-stat {
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.landing-body a:focus-visible,
.landing-body button:focus-visible,
.landing-body input:focus-visible,
.landing-body textarea:focus-visible,
.landing-body select:focus-visible {
  outline: 2px solid rgba(80, 170, 255, 0.9);
  outline-offset: 3px;
}

.landing-page,
.link-page-shell {
  width: min(1320px, calc(100% - 48px));
}

/* =========================================================
   Navbar
   ========================================================= */
.landing-nav {
  width: 100%;
  border-color: var(--landing-border);
  background: rgba(5, 7, 12, 0.78);
  box-shadow:
    0 18px 56px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.landing-brand strong {
  color: var(--landing-cream);
  font-size: 15px;
}

.landing-links a,
.nav-login {
  position: relative;
  color: var(--landing-muted);
}

.landing-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  opacity: 0;
  background: rgba(136, 198, 255, 0.72);
  transform: scaleX(0.55);
  transition: opacity 160ms ease, transform 160ms ease;
}

.landing-links a:hover::after,
.landing-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-register,
.cta-primary,
.landing-footer > a {
  border: 1px solid rgba(136, 198, 255, 0.2);
}

.nav-register:hover,
.cta-primary:hover,
.landing-footer > a:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(10, 132, 255, 0.24);
}

/* =========================================================
   Hero
   ========================================================= */
.landing-hero {
  gap: clamp(40px, 6vw, 80px);
  padding-left: clamp(0px, 1vw, 16px);
  padding-right: clamp(0px, 1vw, 16px);
}

.landing-kicker {
  color: #f0d26d;
  letter-spacing: 0.18em;
}

.hero-copy-main h1 {
  max-width: 740px;
  letter-spacing: -0.068em;
}

.landing-lede {
  max-width: 690px;
  color: var(--landing-muted);
}

.cta-secondary {
  min-height: 44px;
  padding: 0 19px;
  border-color: var(--landing-border-strong);
  background: rgba(255, 255, 255, 0.018);
}

.cta-secondary:hover {
  background: rgba(10, 132, 255, 0.08);
  transform: translateY(-1px);
}

/* =========================================================
   Product Preview
   ========================================================= */
.hero-product {
  min-height: 548px;
}

.browser-preview,
.floating-stat,
.preview-card,
.landing-strip,
.premium-card,
.page-side-panel,
.proof-panel,
.pathway-cards article {
  border-color: var(--landing-border);
  border-radius: var(--landing-radius);
}

.browser-preview {
  right: 64px;
  top: 72px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    var(--landing-card);
}

.preview-search {
  border-color: var(--landing-border);
  background: rgba(12, 17, 29, 0.9);
  color: #aeb8c9;
}

.main-preview-card {
  padding: 28px;
}

.floating-stat {
  background: rgba(10, 13, 22, 0.94);
  backdrop-filter: blur(16px);
}

.top-stat {
  top: 34px;
  right: 8px;
}

.bottom-stat {
  right: 34px;
  bottom: 26px;
}

/* =========================================================
   Stats
   ========================================================= */
.landing-strip article {
  padding: 28px 24px;
  background: rgba(13, 17, 28, 0.94);
}

.landing-strip span {
  color: var(--landing-muted);
}

/* =========================================================
   Pathway Section
   ========================================================= */
.pathway-cards article {
  background:
    linear-gradient(180deg, rgba(10, 132, 255, 0.045), transparent 58%),
    var(--landing-card);
}

.pathway-cards article:hover,
.premium-card:hover {
  border-color: var(--landing-border-strong);
  transform: translateY(-2px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.pathway-cards h3,
.premium-card h3 {
  color: var(--landing-cream);
}

.pathway-cards p,
.premium-card p,
.page-copy p,
.page-side-panel p {
  color: var(--landing-muted);
}

/* =========================================================
   Proof Section
   ========================================================= */
.proof-row {
  color: #e1e6f0;
}

.proof-row span {
  box-shadow: 0 0 20px rgba(10, 132, 255, 0.34);
}

/* =========================================================
   Footer
   ========================================================= */
.landing-footer {
  align-items: center;
  padding-top: 32px;
}

.landing-footer .venture-line {
  margin-top: 6px;
  color: var(--landing-soft);
  font-size: 13px;
}

.footer-links {
  margin-top: 14px;
}

/* =========================================================
   Auth Pages
   ========================================================= */
.auth-panel input {
  border-color: var(--landing-border);
}

.auth-panel input:focus {
  border-color: var(--landing-border-strong);
  box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.12);
}

/* =========================================================
   Dashboard Styles
   Dashboard-specific rules remain below/above in this shared file.
   ========================================================= */

body.mercor-dashboard .nav-list {
  gap: 8px;
}

body.mercor-dashboard .nav-item {
  min-height: 42px;
}

body.mercor-dashboard .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}

body.mercor-dashboard .compact-form {
  margin-bottom: 18px;
}

body.mercor-dashboard .profile-form textarea,
body.mercor-dashboard .profile-form select {
  width: 100%;
  border: 1px solid var(--dash-line);
  border-radius: 14px;
  padding: 13px 14px;
  background: var(--dash-surface);
  color: var(--dash-text);
  font: inherit;
  outline: none;
  resize: vertical;
  box-shadow: 0 1px 2px rgba(18, 18, 18, 0.03);
}

body.mercor-dashboard .profile-form textarea:focus,
body.mercor-dashboard .profile-form select:focus {
  border-color: rgba(23, 127, 219, 0.42);
  box-shadow: 0 0 0 4px rgba(23, 127, 219, 0.1);
}

body.mercor-dashboard .interest-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

body.mercor-dashboard .interest-grid button,
body.mercor-dashboard .card-actions button,
body.mercor-dashboard .card-actions a {
  border: 1px solid var(--dash-line);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: var(--dash-text);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

body.mercor-dashboard .interest-grid button.active,
body.mercor-dashboard .card-actions button:hover,
body.mercor-dashboard .card-actions a:hover {
  border-color: rgba(23, 127, 219, 0.35);
  background: rgba(23, 127, 219, 0.1);
  color: #0874d8;
}

body.mercor-dashboard .verification-row {
  display: inline-flex;
  width: fit-content;
  margin: 8px 0 14px;
  border: 1px solid rgba(23, 127, 219, 0.18);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(23, 127, 219, 0.08);
  color: #0874d8;
  font-size: 12px;
  font-weight: 900;
}

body.mercor-dashboard .danger-button {
  border: 1px solid rgba(184, 44, 44, 0.18);
  border-radius: 999px;
  padding: 10px 16px;
  background: #fff5f5;
  color: #a82323;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

body.mercor-dashboard .dashboard-status {
  min-height: 20px;
  color: var(--dash-muted);
  font-size: 13px;
  font-weight: 700;
}

body.mercor-dashboard .role-meta {
  align-items: center;
}

body.mercor-dashboard .card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

@media (max-width: 980px) {
  body.mercor-dashboard .feature-grid {
    grid-template-columns: 1fr;
  }
}

body.mercor-dashboard .dashboard-status {
  color: var(--dash-muted);
  font-size: 14px;
  line-height: 1.5;
}

body.mercor-dashboard .filter-pill.active {
  border-color: #111;
  background: #111;
  color: #fff;
}

body.mercor-dashboard .card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

body.mercor-dashboard .card-actions button,
body.mercor-dashboard .card-actions a {
  min-height: 32px;
  border: 1px solid var(--dash-border);
  border-radius: 999px;
  padding: 0 11px;
  background: #fff;
  color: var(--dash-text);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

body.mercor-dashboard .card-actions button:hover,
body.mercor-dashboard .card-actions a:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

body.mercor-dashboard .profile-form {
  max-width: 760px;
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--dash-border);
  border-radius: 16px;
  background: var(--dash-surface);
}

body.mercor-dashboard .profile-form label {
  display: grid;
  gap: 7px;
  color: var(--dash-text);
  font-size: 13px;
  font-weight: 650;
}

body.mercor-dashboard .profile-form input {
  min-height: 42px;
  border: 1px solid var(--dash-border);
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  color: var(--dash-text);
  font: inherit;
}

body.mercor-dashboard .profile-form input:focus {
  border-color: var(--dash-blue);
  outline: 3px solid rgba(10, 132, 255, 0.12);
}

/* Final dashboard cleanup: keep the Mercor-style surface light. */
body.mercor-dashboard {
  background: var(--dash-bg);
  color: var(--dash-text);
}

body.mercor-dashboard .app-shell,
body.mercor-dashboard .main-panel {
  background: var(--dash-bg);
}

body.mercor-dashboard .command-bar,
body.mercor-dashboard .main-panel .command-bar {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.mercor-dashboard .page-heading h1,
body.mercor-dashboard .opportunity-card h2,
body.mercor-dashboard .profile-summary h2,
body.mercor-dashboard .side-card h3,
body.mercor-dashboard .view-header h2 {
  color: var(--dash-text);
}

body.mercor-dashboard .page-heading p,
body.mercor-dashboard .opportunity-card p,
body.mercor-dashboard .profile-summary p,
body.mercor-dashboard .side-card p {
  color: var(--dash-muted);
}

body.mercor-dashboard .dashboard-search {
  background: var(--dash-surface);
  box-shadow: 0 1px 2px rgba(18, 18, 18, 0.04);
}

/* Final dashboard cleanup: keep the Mercor-style surface light. */
body.mercor-dashboard .command-bar,
body.mercor-dashboard .main-panel .command-bar {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.mercor-dashboard .main-panel {
  color: var(--dash-text);
}

body.mercor-dashboard .page-heading h1,
body.mercor-dashboard .opportunity-card h2,
body.mercor-dashboard .profile-summary h2,
body.mercor-dashboard .side-card h3,
body.mercor-dashboard .view-header h2 {
  color: var(--dash-text);
}

body.mercor-dashboard .page-heading p,
body.mercor-dashboard .opportunity-card p,
body.mercor-dashboard .profile-summary p,
body.mercor-dashboard .side-card p {
  color: var(--dash-muted);
}

body.mercor-dashboard .dashboard-search {
  box-shadow: 0 1px 2px rgba(18, 18, 18, 0.04);
}

/* Mercor-inspired Nexora dashboard: bright, job-board, feed-first workspace. */
.mercor-dashboard {
  --dash-bg: #f7f7f4;
  --dash-surface: #ffffff;
  --dash-surface-2: #fbfbf8;
  --dash-border: #e7e5dd;
  --dash-border-strong: #d7d4ca;
  --dash-text: #171717;
  --dash-muted: #6f6f68;
  --dash-soft: #9a9a91;
  --dash-blue: #0a84ff;
  --dash-blue-soft: #eaf4ff;
  background: var(--dash-bg);
  color: var(--dash-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mercor-dashboard .app-shell {
  grid-template-columns: 236px minmax(0, 1fr);
  min-height: 100vh;
  background: var(--dash-bg);
}

.mercor-dashboard .sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  padding: 24px 18px;
  gap: 26px;
  background: var(--dash-surface);
  border-right: 1px solid var(--dash-border);
  box-shadow: none;
}

.mercor-dashboard .brand {
  color: var(--dash-text);
  text-decoration: none;
}

.mercor-dashboard .brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--dash-border);
  background: #050505;
  box-shadow: none;
}

.mercor-dashboard .brand p {
  color: var(--dash-text);
  font-size: 16px;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.mercor-dashboard .brand span {
  color: var(--dash-muted);
  font-size: 12px;
  font-weight: 520;
}

.mercor-dashboard .nav-list {
  gap: 5px;
  padding-bottom: 12px;
}

.mercor-dashboard .nav-item {
  min-height: 40px;
  border-radius: 8px;
  padding: 0 12px;
  color: var(--dash-muted);
  background: transparent;
  font-size: 14px;
  font-weight: 590;
  box-shadow: none;
}

.mercor-dashboard .nav-item.active,
.mercor-dashboard .nav-item:hover {
  background: #f0f0eb;
  color: var(--dash-text);
  box-shadow: none;
}

.mercor-dashboard button:disabled {
  cursor: default;
  opacity: 0.62;
}

.mercor-dashboard .compact-form {
  margin-bottom: 20px;
}

.mercor-dashboard .compact-form textarea {
  resize: vertical;
}

.mercor-dashboard .nav-icon {
  width: 17px;
  height: 17px;
}

.mercor-dashboard .pilot-card {
  margin-top: auto;
  padding: 16px;
  border: 1px solid var(--dash-border);
  border-radius: 12px;
  background: var(--dash-surface-2);
  box-shadow: none;
}

.mercor-dashboard .pilot-card::before,
.mercor-dashboard .hero-card::before,
.mercor-dashboard .panel::before,
.mercor-dashboard .metric-card::before {
  display: none;
}

.mercor-dashboard .pilot-card strong {
  margin: 5px 0 8px;
  color: var(--dash-text);
  font-size: 19px;
  font-weight: 720;
  letter-spacing: -0.02em;
}

.mercor-dashboard .pilot-card p:last-of-type {
  color: var(--dash-muted);
  font-size: 13px;
  line-height: 1.45;
}

.mercor-dashboard .main-panel {
  padding: 22px 28px 40px;
  background: var(--dash-bg);
}

.mercor-dashboard .command-bar {
  min-height: 56px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.dashboard-search {
  min-height: 44px;
  width: min(560px, 100%);
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid var(--dash-border);
  border-radius: 999px;
  background: var(--dash-surface);
}

.dashboard-search span {
  width: 14px;
  height: 14px;
  border: 2px solid var(--dash-soft);
  border-radius: 50%;
  position: relative;
}

.dashboard-search span::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  border-radius: 99px;
  background: var(--dash-soft);
  transform: rotate(45deg);
}

.dashboard-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--dash-text);
  font: inherit;
  font-size: 14px;
}

.mercor-dashboard .command-actions {
  gap: 8px;
}

.filter-pill,
.mercor-dashboard .small-button,
.mercor-dashboard .primary-button,
.opportunity-card a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dash-border);
  border-radius: 999px;
  padding: 0 14px;
  background: var(--dash-surface);
  color: var(--dash-text);
  box-shadow: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.mercor-dashboard .primary-button,
.opportunity-card a {
  border-color: #111;
  background: #111;
  color: #fff;
}

.mercor-dashboard .small-button.logout-button {
  border-color: var(--dash-border);
  background: var(--dash-surface);
  color: var(--dash-text);
}

.mercor-dashboard .primary-button:hover,
.mercor-dashboard .small-button:hover,
.opportunity-card a:hover,
.filter-pill:hover {
  transform: none;
  background: #222;
  color: #fff;
  box-shadow: none;
}

.mercor-dashboard .page-heading {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin: 24px 0 22px;
}

.mercor-dashboard .eyebrow {
  color: var(--dash-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.mercor-dashboard h1,
.mercor-dashboard h2,
.mercor-dashboard h3 {
  color: var(--dash-text);
  font-family: inherit;
  letter-spacing: -0.025em;
}

.mercor-dashboard h1 {
  max-width: 760px;
  margin-top: 6px;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 760;
  line-height: 1.02;
}

.mercor-dashboard .page-heading p:not(.eyebrow) {
  max-width: 640px;
  color: var(--dash-muted);
  font-size: 14px;
}

.dashboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
}

.feed-column,
.insight-column,
.dashboard-list {
  display: grid;
  gap: 12px;
}

.tabs-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.tabs-row button {
  min-height: 38px;
  border: 1px solid var(--dash-border);
  border-radius: 999px;
  padding: 0 14px;
  background: var(--dash-surface);
  color: var(--dash-muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.tabs-row button.active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.opportunity-card,
.profile-summary,
.side-card {
  border: 1px solid var(--dash-border);
  border-radius: 16px;
  background: var(--dash-surface);
  box-shadow: 0 1px 2px rgba(18, 18, 18, 0.04);
}

.opportunity-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 18px;
}

.opportunity-card.featured {
  border-color: var(--dash-border-strong);
  background: linear-gradient(180deg, #fff, #fbfbf8);
}

.role-mark,
.summary-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--dash-blue-soft);
  color: var(--dash-blue);
  font-size: 14px;
  font-weight: 780;
}

.role-body {
  min-width: 0;
}

.role-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--dash-muted);
  font-size: 12px;
  font-weight: 620;
}

.role-topline strong {
  border-radius: 999px;
  padding: 3px 8px;
  background: #f0f6ee;
  color: #347344;
  font-size: 11px;
  font-weight: 720;
}

.opportunity-card h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 740;
}

.opportunity-card p {
  max-width: 820px;
  margin: 7px 0 0;
  color: var(--dash-muted);
  font-size: 14px;
  line-height: 1.5;
}

.role-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.role-meta span {
  border-radius: 999px;
  padding: 5px 9px;
  background: #f2f2ee;
  color: var(--dash-muted);
  font-size: 12px;
  font-weight: 610;
}

.insight-column {
  position: sticky;
  top: 22px;
}

.profile-summary,
.side-card {
  padding: 18px;
}

.summary-avatar {
  margin-bottom: 16px;
}

.profile-summary h2,
.side-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 740;
}

.profile-summary p,
.side-card p {
  margin-top: 8px;
  color: var(--dash-muted);
  font-size: 14px;
  line-height: 1.5;
}

.summary-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--dash-border);
}

.summary-score span,
.compact-list span {
  color: var(--dash-muted);
  font-size: 13px;
  font-weight: 610;
}

.summary-score strong,
.compact-list strong {
  color: var(--dash-text);
  font-size: 20px;
  font-weight: 760;
}

.compact-list {
  gap: 0;
}

.compact-list div {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--dash-border);
}

.compact-list div:first-of-type {
  margin-top: 8px;
}

.mercor-dashboard .view-header {
  margin-bottom: 14px;
}

.mercor-dashboard .view-header h2 {
  margin: 4px 0 0;
  font-size: 30px;
  font-weight: 760;
}

@media (max-width: 1120px) {
  .mercor-dashboard .app-shell {
    grid-template-columns: 1fr;
  }

  .mercor-dashboard .sidebar {
    position: static;
    height: auto;
  }

  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .insight-column {
    position: static;
  }
}

@media (max-width: 720px) {
  .mercor-dashboard .main-panel {
    padding: 18px 14px 32px;
  }

  .mercor-dashboard .command-bar,
  .mercor-dashboard .page-heading {
    grid-template-columns: 1fr;
  }

  .mercor-dashboard .command-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .opportunity-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .opportunity-card a {
    grid-column: 2;
    width: max-content;
  }
}

/* Dashboard blue system */
.dashboard-body {
  --panel: #07111f;
  --panel-2: #0b1728;
  --panel-3: #111b2a;
  --line: #233044;
  --line-strong: #31445d;
  --text: #f4f9ff;
  --muted: #a9bdd4;
  --soft: #7594b6;
  --accent: #2f8fe8;
  --accent-2: #62b7ef;
  --green: #103b35;
  --gold: #9fc8e8;
  --glow: rgba(47, 143, 232, 0.12);
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    radial-gradient(circle at 78% 28%, rgba(10, 132, 255, 0.08), transparent 34%),
    radial-gradient(circle at 92% 52%, rgba(0, 112, 255, 0.045), transparent 36%),
    linear-gradient(90deg, #020307 0%, #03060d 52%, #06101a 100%);
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
}

.dashboard-body .sidebar {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10, 132, 255, 0.035), transparent 34%),
    #05070d;
  background-size: 72px 72px, 72px 72px, auto, auto;
  border-right-color: rgba(130, 174, 212, 0.16);
}

.dashboard-body .main-panel {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 78% 12%, rgba(10, 132, 255, 0.045), transparent 32%),
    transparent;
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.dashboard-body .role-pill,
.dashboard-body .nav-item.active,
.dashboard-body .nav-item:hover {
  background:
    linear-gradient(90deg, rgba(90, 145, 190, 0.15), rgba(90, 145, 190, 0.035)),
    #0c1420;
  color: #bfd4e8;
}

.dashboard-body .pilot-card,
.dashboard-body .hero-card,
.dashboard-body .metric-card,
.dashboard-body .panel,
.dashboard-body .track-card,
.dashboard-body .brief-card,
.dashboard-body .task-card,
.dashboard-body .profile-card,
.dashboard-body .command-bar,
.dashboard-body .search-panel input {
  border-color: rgba(126, 172, 210, 0.18);
  background:
    linear-gradient(180deg, rgba(96, 142, 184, 0.035), rgba(255, 255, 255, 0.01)),
    var(--panel);
}

.dashboard-body .pilot-card::before,
.dashboard-body .hero-card::before,
.dashboard-body .panel::before,
.dashboard-body .metric-card::before {
  background: linear-gradient(90deg, transparent, rgba(142, 185, 220, 0.18), transparent);
}

.dashboard-body .hero-card {
  background:
    linear-gradient(120deg, rgba(76, 132, 178, 0.08), transparent 36%),
    linear-gradient(135deg, #07101c 0%, #101b2b 52%, #060d16 100%);
}

.dashboard-body .status-pill,
.dashboard-body .track-meta span,
.dashboard-body .badge-row span,
.dashboard-body .small-button.muted {
  background: rgba(90, 132, 170, 0.1);
  border-color: rgba(126, 172, 210, 0.18);
  color: #bdd4e9;
}

.dashboard-body .check-row {
  background: linear-gradient(90deg, rgba(86, 132, 172, 0.13), rgba(86, 132, 172, 0.045));
}

.dashboard-body .primary-button,
.dashboard-body .small-button,
.dashboard-body .track-icon,
.dashboard-body .avatar {
  background: linear-gradient(135deg, #287dca, #5aa6dc);
  color: #ffffff;
  box-shadow: 0 13px 34px rgba(47, 143, 232, 0.12);
}

.dashboard-body .primary-button:hover,
.dashboard-body .small-button:hover {
  background: linear-gradient(135deg, #2f8fe8, #78bdec);
}

.dashboard-body .bar,
.dashboard-body .meter {
  background: rgba(116, 154, 188, 0.13);
}

.dashboard-body .bar span,
.dashboard-body .meter span {
  background: linear-gradient(90deg, #2f8fe8, #8ac8ed);
}

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body .metric-card strong,
.dashboard-body .pilot-card strong {
  color: #f4f9ff;
}

.dashboard-body .eyebrow,
.dashboard-body .brief-card strong,
.dashboard-body .task-card > span,
.dashboard-body .pilot-card strong,
.dashboard-body .status-pill,
.dashboard-body .track-card.featured .track-icon {
  color: #9fc8e8;
}

.landing-page,
.link-page-shell {
  width: calc(100% - 48px);
  max-width: none;
}

.landing-nav {
  width: 100%;
}

.auth-brand {
  width: max-content;
  margin-bottom: 42px;
  text-decoration: none;
}

.compact-auth {
  min-height: calc(100vh - 180px);
  padding-top: 64px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.footer-links a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
}

.footer-links a:hover {
  color: #88c6ff;
}

.brand-mark img,
.mini-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-dashboard .brand-mark {
  overflow: hidden;
  border: 1px solid rgba(10, 132, 255, 0.46);
}

.link-dashboard .brand-mark img {
  transform: scale(1.7);
}

.link-dashboard .small-button {
  color: #fff;
  background: linear-gradient(135deg, #0a84ff, #0069e6);
}

.link-dashboard .track-card,
.link-dashboard .task-card,
.link-dashboard .brief-card,
.link-dashboard .profile-card {
  min-height: 160px;
  padding: 22px;
}

.link-dashboard .track-card span {
  color: var(--muted);
}

.link-dashboard .profile-card strong {
  display: block;
  margin: 12px 0;
  color: var(--text);
  font-size: 46px;
  letter-spacing: -0.06em;
}

.link-page-shell {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 54px;
}

.page-hero-premium {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.55fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: end;
  padding: 82px 20px 54px;
}

.page-hero-premium h1 {
  max-width: 900px;
  color: #fff8eb;
  font-family: var(--font-display);
  font-size: clamp(50px, 7vw, 96px);
  font-weight: 850;
  line-height: 0.92;
  letter-spacing: -0.07em;
  margin: 0;
}

.page-hero-premium p:not(.landing-kicker),
.page-side-panel p,
.page-copy p,
.premium-card p,
.legal-copy p,
.legal-copy li {
  color: var(--muted);
  font-weight: 650;
}

.page-hero-premium p:not(.landing-kicker) {
  max-width: 700px;
  margin-top: 22px;
  font-size: 18px;
}

.page-side-panel,
.premium-card,
.legal-copy,
.auth-panel {
  border: 1px solid rgba(200, 182, 255, 0.18);
  border-radius: 8px;
  background: rgba(15, 16, 34, 0.88);
  box-shadow: var(--shadow);
}

.page-side-panel {
  padding: 24px;
}

.page-side-panel strong {
  display: block;
  color: #fff8eb;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 20px;
}

.premium-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-card {
  min-height: 250px;
  padding: 26px;
}

.premium-card span {
  display: block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.premium-card h3 {
  color: #fff8eb;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.page-copy {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 38px;
  padding: 80px 20px 0;
}

.page-copy h2,
.legal-copy h2 {
  color: #fff8eb;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0;
}

.legal-copy {
  max-width: 920px;
  margin: 0 20px;
  padding: 34px;
}

.legal-copy h2 {
  margin-top: 34px;
  font-size: 32px;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy p,
.legal-copy li {
  line-height: 1.7;
}

.auth-page {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 54px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 80px 0;
}

.auth-copy h1 {
  max-width: 760px;
  color: #fff8eb;
  font-size: clamp(54px, 7vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.auth-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 650;
}

.auth-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.auth-panel h2 {
  color: #fff8eb;
  font-size: 34px;
  letter-spacing: -0.04em;
}

.auth-panel label {
  display: grid;
  gap: 8px;
  color: #fff8eb;
  font-size: 13px;
  font-weight: 800;
}

.auth-panel input,
.auth-panel textarea {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: #0b0d18;
  color: #fff;
  font: inherit;
}

.auth-panel textarea {
  min-height: 140px;
  padding-top: 12px;
}

.auth-panel button,
.auth-panel .cta-primary {
  width: 100%;
}

.form-status,
.auth-alt {
  min-height: 20px;
  color: var(--muted);
  text-align: center;
}

.auth-alt a {
  color: #88c6ff;
}

.form-status[data-error="true"] {
  color: #ff8d9b;
}

.launch-note {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(10, 132, 255, 0.28);
  border-radius: 8px;
  background: rgba(10, 132, 255, 0.08);
}

.launch-note strong {
  color: #fff8eb;
}

@media (max-width: 980px) {
  .page-hero-premium,
  .page-copy,
  .premium-grid,
  .premium-grid.two,
  .auth-page {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .link-page-shell,
  .auth-page {
    width: min(100% - 28px, 1320px);
  }

  .page-hero-premium,
  .premium-grid,
  .page-copy {
    padding-left: 0;
    padding-right: 0;
  }
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 76% 12%, rgba(34, 31, 83, 0.28), transparent 28%),
    linear-gradient(180deg, #030307 0%, #000 100%);
  color: var(--text);
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.app-shell {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 22px;
  background: linear-gradient(180deg, #0d0e1d 0%, #0a0b17 100%);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.brand,
.mini-brand,
.role-pill,
.nav-item,
.command-bar,
.command-actions,
.brief-card,
.profile-card {
  display: flex;
  align-items: center;
}

.brand {
  gap: 16px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: #000;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.brand p,
.brand span,
.page-heading p,
h1,
h2,
h3,
p {
  margin: 0;
}

.brand p {
  font-family: var(--font-display);
  font-size: 23px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.brand span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.01em;
}

.role-pill,
.nav-item {
  border-radius: 14px;
  background: var(--panel-3);
  color: var(--accent);
  font-weight: 780;
}

.role-pill {
  gap: 10px;
  padding: 10px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.shield {
  width: 15px;
  height: 17px;
  background: var(--accent);
  clip-path: polygon(50% 0, 93% 18%, 83% 75%, 50% 100%, 17% 75%, 7% 18%);
}

.nav-list {
  display: grid;
  gap: 11px;
}

.nav-item {
  border: 0;
  gap: 14px;
  min-height: 48px;
  padding: 0 16px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.005em;
}

.nav-item.active,
.nav-item:hover {
  background: var(--panel-3);
  color: var(--accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.nav-icon,
.mini-mark,
.icon-button::before,
.icon-button::after,
.upload,
.check-row span {
  display: inline-block;
  flex: 0 0 auto;
}

.nav-icon {
  position: relative;
  width: 20px;
  height: 20px;
  color: currentColor;
}

.home::before {
  content: "";
  position: absolute;
  inset: 7px 3px 1px;
  background: currentColor;
}

.home::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 45%, 84% 45%, 84% 100%, 60% 100%, 60% 68%, 40% 68%, 40% 100%, 16% 100%, 16% 45%, 0 45%);
}

.cap::before {
  content: "";
  position: absolute;
  inset: 2px 0 8px;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 38%, 50% 76%, 0 38%);
}

.cap::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 3px;
  height: 6px;
  border-radius: 0 0 8px 8px;
  background: currentColor;
}

.clipboard::before,
.idcard::before {
  content: "";
  position: absolute;
  inset: 4px 2px 1px;
  border-radius: 2px;
  border: 3px solid currentColor;
}

.clipboard::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 7px;
  height: 5px;
  border-radius: 2px;
  background: currentColor;
}

.wallet::before {
  content: "";
  position: absolute;
  inset: 4px 1px 3px;
  border-radius: 3px;
  border: 3px solid currentColor;
}

.wallet::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 8px;
  width: 7px;
  height: 6px;
  border-radius: 6px 0 0 6px;
  background: currentColor;
}

.idcard::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 6px;
  height: 5px;
  border-radius: 1px;
  background: currentColor;
}

.pilot-card,
.hero-card,
.metric-card,
.panel,
.track-card,
.brief-card,
.task-card,
.profile-card {
  border: 1px solid color-mix(in srgb, var(--line-strong) 88%, white 12%);
  border-radius: 22px;
  background: rgba(16, 16, 36, 0.88);
  box-shadow: var(--shadow);
}

.pilot-card {
  margin-top: auto;
  padding: 22px;
  border-radius: 22px;
}

.eyebrow {
  color: var(--accent);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.pilot-card strong {
  display: block;
  margin: 7px 0 26px;
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.018em;
}

.pilot-card p:last-of-type,
.panel-copy,
.track-card p,
.brief-card p,
.task-card p,
.profile-card p,
.clean-list {
  color: var(--muted);
  line-height: 1.54;
}

.meter,
.bar {
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--green);
}

.meter span,
.bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.main-panel {
  min-width: 0;
  padding: 14px 22px 38px;
}

.command-bar {
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 9px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  background: rgba(8, 8, 17, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mini-brand {
  gap: 10px;
  font-size: 14px;
  letter-spacing: -0.006em;
}

.mini-mark {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #000;
  position: relative;
}

.mini-mark::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.command-actions {
  gap: 12px;
}

.icon-button {
  position: relative;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.search-toggle::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 11px;
  height: 11px;
  border: 3px solid var(--muted);
  border-radius: 50%;
}

.search-toggle::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 9px;
  height: 3px;
  border-radius: 99px;
  background: var(--muted);
  transform: rotate(45deg);
}

.tune-toggle::before,
.tune-toggle::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  height: 2px;
  background: var(--muted);
  box-shadow: 0 9px 0 var(--muted);
}

.tune-toggle::before {
  top: 7px;
}

.tune-toggle::after {
  top: 3px;
  width: 4px;
  height: 8px;
  left: 9px;
  right: auto;
  border-radius: 99px;
  background: var(--muted);
  box-shadow: 10px 9px 0 var(--muted);
}

.page-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin: 18px 0 26px;
}

h1 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.4vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 860;
}

.page-heading p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.55;
  letter-spacing: 0.002em;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 850;
}

h3 {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: -0.015em;
  font-weight: 800;
}

.primary-button,
.small-button {
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.icon-button:hover {
  color: var(--text);
}

.search-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin: -10px 0 24px;
}

.search-panel.open {
  display: grid;
}

.search-panel input {
  min-width: 0;
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  padding: 12px 14px;
  background: var(--panel);
  color: var(--text);
  outline: none;
}

.view {
  display: none;
}

.view.active {
  display: block;
}

.hero-card {
  max-width: 1192px;
  min-height: 176px;
  padding: 30px 28px;
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 82% 0%, rgba(72, 73, 143, 0.34), transparent 36%),
    linear-gradient(135deg, var(--panel) 0%, #1b214b 100%);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.42), 0 0 0 1px var(--glow);
}

.status-pill {
  width: max-content;
  margin-bottom: 19px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.17);
  color: #fff;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: -0.01em;
}

.status-pill.green {
  background: rgba(60, 172, 111, 0.18);
  color: #78df9d;
}

.status-pill.amber {
  background: rgba(236, 166, 58, 0.18);
  color: #f5c46d;
}

.hero-card p {
  margin-top: 13px;
  max-width: 1180px;
  color: #e6e6f3;
  font-weight: 560;
  line-height: 1.58;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 252px));
  gap: 14px;
  margin: 18px 0;
}

.metric-card {
  min-height: 248px;
  padding: 24px 22px 22px;
  display: grid;
  align-content: space-between;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.metric-card:hover,
.track-card:hover,
.task-card:hover,
.brief-card:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46), 0 0 0 1px var(--glow);
}

.metric-card span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -0.008em;
}

.metric-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 31px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.026em;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(320px, 0.98fr);
  gap: 14px;
  max-width: 1584px;
}

.panel {
  padding: 24px 22px;
}

.panel h2,
.view-header h2 {
  margin-top: 10px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 17px;
  border-radius: 13px;
  background: var(--panel-3);
  color: var(--text);
  font-size: 14px;
  font-weight: 780;
  letter-spacing: -0.006em;
}

.check-row span {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--muted);
}

.check-row.done span {
  border-color: var(--accent);
  background: var(--accent);
}

.check-row.done span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 7px;
  height: 10px;
  border-right: 2px solid #161632;
  border-bottom: 2px solid #161632;
  transform: rotate(45deg);
}

.primary-button,
.small-button {
  min-height: 32px;
  border-radius: 999px;
  padding: 8px 18px 9px;
  background: var(--accent);
  color: #211840;
  font-size: 14px;
  letter-spacing: -0.006em;
  box-shadow: 0 10px 26px rgba(155, 132, 255, 0.2);
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.primary-button:hover,
.small-button:hover {
  transform: translateY(-1px);
  background: #a992ff;
  box-shadow: 0 14px 30px rgba(155, 132, 255, 0.28);
}

.primary-button.with-icon {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
}

.upload {
  width: 12px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 2px;
  position: relative;
}

.upload::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  width: 4px;
  height: 4px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.view-header {
  margin-bottom: 18px;
}

.track-grid,
.work-board,
.profile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.track-card,
.task-card {
  min-height: 230px;
  padding: 23px 22px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.track-card.featured {
  background: var(--panel-2);
}

.track-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 11px;
  background: var(--accent);
  color: #211840;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.track-meta,
.badge-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.track-meta span,
.badge-row span {
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--panel-3);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.004em;
}

.brief-list {
  display: grid;
  gap: 12px;
}

.brief-card {
  justify-content: space-between;
  gap: 18px;
  padding: 23px 22px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.brief-card h3,
.task-card h3 {
  margin: 12px 0 8px;
}

.brief-card strong,
.task-card > span {
  color: var(--accent);
  font-weight: 850;
  letter-spacing: -0.015em;
}

.small-button.muted {
  background: var(--panel-3);
  color: var(--muted);
}

.profile-grid {
  grid-template-columns: 1.1fr 0.7fr 1fr;
}

.profile-card {
  gap: 18px;
  padding: 28px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  border-radius: 17px;
  background: var(--accent);
  color: #211840;
  font-family: var(--font-display);
  font-weight: 850;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.clean-list {
  margin: 14px 0 0;
  padding-left: 18px;
}

@media (max-width: 1120px) {
  .app-shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    height: auto;
  }

  .nav-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .pilot-card {
    margin-top: 0;
  }

  .metric-grid,
  .track-grid,
  .work-board,
  .profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .main-panel {
    padding: 14px;
  }

  .page-heading,
  .search-panel,
  .metric-grid,
  .track-grid,
  .work-board,
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .nav-list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-item {
    padding: 0 12px;
  }

  .hero-card {
    min-height: auto;
    padding: 24px;
  }

  .metric-card {
    min-height: 170px;
  }

  .brief-card,
  .profile-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Premium visual direction: sharper, quieter, more intentional. */
:root {
  --bg: #030407;
  --panel: #0d0f16;
  --panel-2: #111421;
  --panel-3: #171a2a;
  --line: #202536;
  --line-strong: #343a52;
  --text: #f5f1e8;
  --muted: #a7a2b2;
  --soft: #777386;
  --accent: #c8b6ff;
  --accent-2: #8f77e8;
  --green: #243b33;
  --gold: #bfa769;
  --shadow: 0 18px 55px rgba(0, 0, 0, 0.46);
  --font-main: "Aptos", "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
  --font-display: "Aptos Display", "Aptos", "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
}

body {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 74% 14%, rgba(200, 182, 255, 0.13), transparent 28%),
    radial-gradient(circle at 18% 86%, rgba(191, 167, 105, 0.035), transparent 24%),
    #030407;
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
}

.app-shell {
  grid-template-columns: 292px minmax(0, 1fr);
}

.sidebar {
  background:
    linear-gradient(180deg, rgba(200, 182, 255, 0.055), transparent 32%),
    #090a10;
  border-right-color: rgba(200, 182, 255, 0.16);
}

.brand-mark,
.mini-mark {
  background:
    radial-gradient(circle at 35% 20%, rgba(191, 167, 105, 0.14), transparent 26%),
    #020204;
  border: 1px solid rgba(200, 182, 255, 0.18);
}

.brand p {
  font-family: var(--font-main);
  font-weight: 760;
  letter-spacing: -0.035em;
}

.brand span,
.mini-brand,
.nav-item,
.role-pill,
.metric-card span,
.check-row,
.primary-button,
.small-button {
  font-size: 13px;
  letter-spacing: 0.01em;
}

.role-pill,
.nav-item.active,
.nav-item:hover {
  background:
    linear-gradient(90deg, rgba(200, 182, 255, 0.18), rgba(200, 182, 255, 0.05)),
    #141625;
  color: #e7dcff;
}

.nav-item {
  border-radius: 8px;
  min-height: 46px;
}

.pilot-card,
.hero-card,
.metric-card,
.panel,
.track-card,
.brief-card,
.task-card,
.profile-card,
.command-bar,
.search-panel input {
  border-radius: 8px;
  border-color: rgba(200, 182, 255, 0.19);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    var(--panel);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.pilot-card {
  position: relative;
  overflow: hidden;
}

.pilot-card::before,
.hero-card::before,
.panel::before,
.metric-card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 182, 255, 0.34), transparent);
}

.hero-card,
.panel,
.metric-card {
  position: relative;
  overflow: hidden;
}

.eyebrow {
  color: var(--gold);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.16em;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 760;
  color: #fff8eb;
}

h1 {
  max-width: 820px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

h3 {
  font-family: var(--font-main);
  font-weight: 720;
  letter-spacing: -0.025em;
}

.page-heading {
  align-items: center;
  margin: 22px 0 28px;
}

.page-heading p,
.hero-card p,
.panel-copy,
.track-card p,
.brief-card p,
.task-card p,
.profile-card p,
.clean-list {
  color: #b8b1c2;
  font-weight: 430;
  line-height: 1.66;
}

.command-bar {
  min-height: 50px;
  background: rgba(7, 8, 13, 0.88);
  backdrop-filter: blur(18px);
}

.primary-button,
.small-button,
.status-pill,
.track-meta span,
.badge-row span {
  border-radius: 7px;
}

.hero-card {
  max-width: 100%;
  min-height: 188px;
  padding: 34px 30px;
  background:
    linear-gradient(120deg, rgba(200, 182, 255, 0.12), transparent 34%),
    linear-gradient(135deg, #10131f 0%, #17182a 52%, #0b0d14 100%);
}

.status-pill {
  background: rgba(200, 182, 255, 0.12);
  border: 1px solid rgba(200, 182, 255, 0.18);
  color: #e4dcff;
}

.metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-card {
  min-height: 220px;
  padding: 25px 22px 23px;
}

.metric-card strong {
  font-family: var(--font-main);
  color: #fff7e4;
  font-size: 34px;
  font-weight: 710;
  letter-spacing: -0.055em;
}

.bar,
.meter {
  height: 6px;
  background: rgba(200, 182, 255, 0.12);
}

.bar span,
.meter span {
  background: linear-gradient(90deg, var(--accent), #d6ccff);
}

.content-grid {
  gap: 16px;
}

.panel {
  padding: 26px 24px;
}

.check-row {
  min-height: 50px;
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(200, 182, 255, 0.14), rgba(200, 182, 255, 0.07));
}

.check-row span {
  width: 18px;
  height: 18px;
}

.check-row.done span {
  background: var(--accent);
  border-color: var(--accent);
}

.primary-button,
.small-button {
  background: linear-gradient(135deg, #c8b6ff, #a997f0);
  color: #121019;
  font-weight: 720;
  box-shadow: 0 13px 34px rgba(200, 182, 255, 0.16);
}

.primary-button:hover,
.small-button:hover {
  background: linear-gradient(135deg, #d8ccff, #b7a4f4);
}

.track-card,
.task-card,
.brief-card {
  min-height: 216px;
}

.track-icon,
.avatar {
  border-radius: 8px;
  background: linear-gradient(135deg, #c8b6ff, #a997f0);
}

.track-meta span,
.badge-row span,
.small-button.muted {
  background: rgba(200, 182, 255, 0.11);
  border: 1px solid rgba(200, 182, 255, 0.16);
  color: #dfd4ff;
}

.brief-card strong,
.task-card > span {
  color: var(--gold);
}

.pilot-card strong,
.status-pill,
.track-card.featured .track-icon {
  color: #f4df9f;
}

@media (max-width: 700px) {
  h1 {
    font-size: clamp(34px, 12vw, 46px);
  }

  .hero-card,
  .panel {
    padding: 24px;
  }
}

.landing-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 18%, rgba(200, 182, 255, 0.18), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(191, 167, 105, 0.045), transparent 22%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    #030407;
  background-size: auto, auto, 64px 64px, 64px 64px, auto;
}

.landing-page {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 44px;
}

.landing-nav {
  position: sticky;
  top: 18px;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  min-height: 68px;
  padding: 11px 13px 11px 16px;
  border: 1px solid rgba(200, 182, 255, 0.18);
  border-radius: 8px;
  background: rgba(9, 10, 16, 0.82);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px);
}

.landing-brand,
.landing-links,
.landing-actions,
.hero-cta,
.preview-top,
.compact-preview-card,
.landing-footer,
.proof-row {
  display: flex;
  align-items: center;
}

.landing-brand {
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  font-weight: 780;
  letter-spacing: -0.02em;
}

.brand-mark.small {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.brand-mark.small svg {
  width: 21px;
  height: 21px;
}

.landing-links {
  gap: 28px;
}

.landing-links a,
.nav-login,
.nav-register,
.cta-primary,
.cta-secondary,
.landing-footer a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 720;
}

.landing-links a:hover,
.nav-login:hover {
  color: var(--text);
}

.landing-actions {
  justify-content: flex-end;
  gap: 8px;
}

.nav-register,
.cta-primary,
.landing-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 19px;
  background: linear-gradient(135deg, #c8b6ff, #a997f0);
  color: #121019;
  box-shadow: 0 13px 34px rgba(200, 182, 255, 0.16);
}

.nav-login {
  padding: 0 12px;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
  min-height: calc(100vh - 120px);
  padding: 54px 20px 42px;
}

.landing-kicker {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy-main h1 {
  max-width: 780px;
  color: #fff8eb;
  font-family: var(--font-display);
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 780;
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.landing-lede {
  max-width: 670px;
  margin: 24px 0 0;
  color: #b8b1c2;
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.hero-cta {
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.cta-primary,
.cta-secondary {
  min-width: 154px;
  min-height: 44px;
  justify-content: center;
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(200, 182, 255, 0.24);
  border-radius: 8px;
  color: #ddd4f7;
}

.hero-product {
  position: relative;
  min-height: 540px;
}

.browser-preview {
  position: absolute;
  left: 0;
  right: 54px;
  top: 64px;
  min-height: 478px;
  padding: 16px;
  border: 1px solid rgba(200, 182, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    #0d0f16;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
}

.preview-top {
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.preview-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4a4f66;
}

.preview-top div {
  margin-left: auto;
  color: #dcd5ef;
}

.preview-search {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(200, 182, 255, 0.18);
  border-radius: 8px;
  background: #111421;
  color: var(--muted);
  font-weight: 720;
}

.preview-card {
  border: 1px solid rgba(200, 182, 255, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(200, 182, 255, 0.09), rgba(200, 182, 255, 0.035));
}

.main-preview-card {
  margin-top: 16px;
  padding: 26px;
  min-height: 190px;
}

.main-preview-card p {
  margin: 0 0 16px;
  color: #d8cffd;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.main-preview-card h2 {
  max-width: 430px;
  color: #fff8eb;
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 780;
  letter-spacing: -0.05em;
}

.preview-steps {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.preview-steps span {
  border-radius: 7px;
  padding: 8px 10px;
  background: rgba(200, 182, 255, 0.11);
  color: #dfd4ff;
  font-size: 12px;
  font-weight: 760;
}

.compact-preview-card {
  gap: 16px;
  margin-top: 16px;
  padding: 18px;
}

.compact-preview-card strong {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: rgba(191, 167, 105, 0.16);
  color: #f4df9f;
  font-size: 24px;
}

.compact-preview-card h3,
.compact-preview-card p {
  margin: 0;
}

.compact-preview-card h3 {
  color: #fff8eb;
  font-size: 21px;
}

.compact-preview-card p {
  color: var(--muted);
}

.floating-stat {
  position: absolute;
  width: 220px;
  padding: 24px;
  border: 1px solid rgba(200, 182, 255, 0.18);
  border-radius: 8px;
  background: rgba(13, 15, 22, 0.94);
  box-shadow: 0 20px 62px rgba(0, 0, 0, 0.42);
}

.top-stat {
  top: 26px;
  right: 0;
}

.bottom-stat {
  right: 24px;
  bottom: 32px;
  width: 190px;
}

.floating-stat p {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.floating-stat strong {
  display: block;
  color: #fff8eb;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.floating-stat span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  line-height: 1.45;
}

.landing-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(200, 182, 255, 0.18);
  border-radius: 8px;
  background: rgba(200, 182, 255, 0.18);
}

.landing-strip article {
  padding: 24px;
  background: #0d0f16;
}

.landing-strip strong {
  display: block;
  color: #fff8eb;
  font-size: 32px;
  letter-spacing: -0.04em;
}

.landing-strip span {
  color: var(--muted);
  font-weight: 720;
}

.landing-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  padding: 84px 20px 0;
}

.landing-section h2 {
  max-width: 480px;
  color: #fff8eb;
  font-family: var(--font-main);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 780;
  letter-spacing: -0.06em;
}

.pathway-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.pathway-cards article,
.proof-panel {
  border: 1px solid rgba(200, 182, 255, 0.18);
  border-radius: 8px;
  background: #0d0f16;
  box-shadow: var(--shadow);
}

.pathway-cards article {
  min-height: 224px;
  padding: 24px;
}

.pathway-cards span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 820;
}

.pathway-cards h3 {
  margin: 24px 0 10px;
  color: #fff8eb;
  font-size: 22px;
}

.pathway-cards p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.proof-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(200, 182, 255, 0.16);
}

.proof-row {
  gap: 14px;
  min-height: 70px;
  padding: 0 22px;
  background: #0d0f16;
  color: #ddd5ef;
  font-weight: 720;
}

.proof-row span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent);
}

.landing-footer {
  justify-content: space-between;
  gap: 20px;
  margin-top: 90px;
  padding: 28px 20px 0;
  border-top: 1px solid rgba(200, 182, 255, 0.18);
}

.landing-footer strong {
  color: #fff8eb;
  font-size: 20px;
}

.landing-footer p {
  margin: 4px 0 0;
  color: var(--muted);
}

@media (max-width: 980px) {
  .landing-nav {
    position: static;
    grid-template-columns: 1fr auto;
  }

  .landing-links {
    display: none;
  }

  .landing-hero,
  .landing-section {
    grid-template-columns: 1fr;
  }

  .hero-product {
    min-height: 590px;
  }

  .pathway-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .landing-page {
    width: min(100% - 28px, 1320px);
    padding-top: 14px;
  }

  .landing-nav {
    gap: 12px;
  }

  .landing-actions {
    gap: 4px;
  }

  .nav-login {
    display: none;
  }

  .hero-copy-main h1 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .landing-lede {
    font-size: 21px;
  }

  .landing-hero {
    padding: 42px 0 28px;
  }

  .browser-preview,
  .floating-stat {
    position: static;
    width: auto;
  }

  .hero-product {
    display: grid;
    gap: 12px;
    min-height: auto;
  }

  .landing-strip {
    grid-template-columns: 1fr;
  }

  .landing-section {
    padding: 58px 0 0;
  }

  .landing-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}

.workspace-body {
  min-height: 100vh;
  background: #141416;
  color: #080b12;
}

.ambitio-layout {
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  min-height: 100vh;
  background: #141416;
}

.workspace-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 42px 10px 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #141416;
  color: #f8f7fb;
}

.workspace-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 10px 18px;
  color: #f8f7fb;
  text-decoration: none;
}

.workspace-logo strong {
  font-size: 23px;
  font-weight: 820;
  letter-spacing: -0.04em;
}

.workspace-search {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 16px;
  background: transparent;
  color: #f8f7fb;
  cursor: pointer;
  text-align: left;
}

.workspace-search span {
  width: 15px;
  height: 15px;
  border: 2px solid #b9bac5;
  border-radius: 50%;
  position: relative;
}

.workspace-search span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  right: -6px;
  bottom: -3px;
  border-radius: 99px;
  background: #b9bac5;
  transform: rotate(45deg);
}

.workspace-search kbd {
  margin-left: auto;
  border: 0;
  border-radius: 5px;
  padding: 4px 7px;
  background: #242428;
  color: #d6d4dd;
  font: inherit;
  font-size: 13px;
}

.workspace-nav {
  display: grid;
  gap: 6px;
}

.workspace-nav a {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 7px;
  padding: 0 14px;
  color: #d7d6de;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.workspace-nav a.active {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #202126;
  color: #fff;
}

.workspace-nav a.active::before {
  content: "";
  position: absolute;
  left: -10px;
  width: 3px;
  height: 22px;
  border-radius: 99px;
  background: var(--gold);
}

.nav-dot,
.nav-spark,
.nav-box,
.nav-line {
  width: 17px;
  height: 17px;
  border-radius: 5px;
  border: 1px solid currentColor;
}

.nav-dot {
  border-radius: 50%;
  background: currentColor;
}

.nav-spark {
  transform: rotate(45deg);
}

.nav-line {
  height: 2px;
  border: 0;
  background: currentColor;
}

.app-download {
  margin-top: auto;
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 780;
}

.workspace-shell {
  margin: 42px 16px 0 0;
  min-width: 0;
  border-radius: 14px 0 0 14px;
  background: #fbfbfc;
  overflow: hidden;
}

.workspace-topbar {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  border-bottom: 1px dashed #dedfe6;
  background: #fff;
}

.breadcrumb,
.workspace-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.breadcrumb strong {
  color: #090b13;
  font-size: 16px;
}

.home-glyph {
  width: 17px;
  height: 17px;
  border: 1.8px solid #161920;
  border-radius: 4px;
  transform: rotate(45deg);
}

.workspace-tools button,
.user-avatar {
  width: 34px;
  height: 34px;
  border: 1px solid #e2e3e8;
  border-radius: 50%;
  background: #fff;
}

.user-avatar {
  display: grid;
  place-items: center;
  border: 0;
  background: #7d67e8;
  color: #fff;
  font-weight: 820;
}

.workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  padding: 20px 22px 28px;
}

.workspace-main {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.stage-banner {
  min-height: 130px;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 25px;
  border: 1px solid #f0e5e4;
  border-radius: 16px;
  background:
    radial-gradient(circle at 24% 0%, rgba(200, 182, 255, 0.18), transparent 36%),
    linear-gradient(100deg, #fff8f8, #f7eefb 48%, #f7e5d5);
  box-shadow: 0 8px 22px rgba(31, 31, 48, 0.05);
}

.stage-banner p {
  margin: 0 0 8px;
  color: #090b13;
  font-size: 14px;
  font-weight: 800;
}

.stage-banner h1 {
  max-width: none;
  margin: 0;
  color: #4f3bb4;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 820;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.stage-banner span {
  display: block;
  margin-top: 8px;
  color: #5f6270;
  font-weight: 560;
}

.stage-banner a {
  flex: 0 0 auto;
  color: #090b13;
  text-decoration: none;
  font-weight: 800;
}

.stage-banner a::after {
  content: " ->";
  margin-left: 8px;
}

.analysis-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.95fr) minmax(360px, 1fr);
  gap: 20px;
}

.white-card {
  border: 1px solid #e7e8ee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(31, 31, 48, 0.06);
}

.card-heading {
  padding: 18px 22px;
  border-bottom: 1px dashed #dedfe6;
}

.card-heading.horizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.card-heading h2 {
  margin: 0;
  color: #090b13;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 820;
  letter-spacing: -0.025em;
}

.card-heading a,
.card-heading button {
  border: 0;
  background: transparent;
  color: #090b13;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.gauge-wrap {
  padding: 28px 22px 22px;
  text-align: center;
}

.gauge {
  width: 255px;
  height: 128px;
  margin: 0 auto 24px;
  display: grid;
  place-items: end center;
  border-radius: 255px 255px 0 0;
  background: conic-gradient(from 270deg at 50% 100%, #76ad43 0deg 122deg, #eef0f5 122deg 180deg, transparent 180deg 360deg);
  position: relative;
}

.gauge::after {
  content: "";
  position: absolute;
  left: 31px;
  right: 31px;
  bottom: 0;
  height: 97px;
  border-radius: 190px 190px 0 0;
  background: #fff;
}

.gauge div {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.gauge strong {
  display: block;
  color: #090b13;
  font-size: 26px;
  letter-spacing: -0.04em;
}

.gauge span {
  color: #606371;
}

.gauge-wrap p {
  max-width: 520px;
  margin: 0 auto;
  color: #616474;
  line-height: 1.5;
}

.score-list {
  display: grid;
  padding: 0 22px 20px;
}

.score-list div {
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px dashed #dedfe6;
}

.score-list span {
  color: #090b13;
  font-size: 14px;
  font-weight: 780;
}

.score-list strong {
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 14px;
}

.score-list .good {
  border: 1px solid #bceecb;
  background: #effdf2;
  color: #35a26c;
}

.score-list .warn {
  border: 1px solid #f7c8c8;
  background: #fff4f4;
  color: #dc3030;
}

.suggestions-card {
  min-height: 574px;
}

.suggestion-list {
  display: grid;
  padding: 8px 16px 18px;
}

.suggestion-list p {
  margin: 0;
  padding: 18px 10px 18px 26px;
  border-bottom: 1px dashed #dedfe6;
  color: #5f6270;
  line-height: 1.45;
  position: relative;
}

.suggestion-list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--gold);
  border-radius: 4px;
}

.match-card {
  min-height: 220px;
}

.match-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 20px 16px;
}

.match-grid article {
  min-height: 128px;
  border-radius: 12px;
  padding: 18px;
  background: #f8f8fa;
}

.match-grid p,
.match-grid span {
  color: #777b89;
}

.match-grid p {
  margin: 0 0 12px;
}

.match-grid strong {
  display: block;
  color: #090b13;
  font-size: 28px;
  letter-spacing: -0.045em;
}

.workspace-aside {
  display: grid;
  align-content: start;
  gap: 20px;
}

.meeting-item {
  margin: 16px;
  padding: 20px;
  border-radius: 12px;
  background: #fbfbfc;
  box-shadow: 0 8px 20px rgba(31, 31, 48, 0.06);
}

.meeting-item strong {
  color: #090b13;
}

.meeting-item p {
  color: #6c6f7d;
  line-height: 1.5;
}

.meeting-item a {
  color: #090b13;
  text-decoration: none;
  font-weight: 800;
}

.ask-card {
  min-height: 498px;
  padding: 64px 20px 20px;
  text-align: center;
  background:
    linear-gradient(180deg, #fff8f0, #fff 34%),
    #fff;
}

.ask-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 18px;
  background: #fff;
  color: #5a43c8;
  box-shadow: 0 8px 22px rgba(31, 31, 48, 0.08);
  font-size: 26px;
  font-weight: 900;
}

.ask-card h2 {
  margin: 0;
  color: #4f3bb4;
  font-family: var(--font-main);
  font-size: 18px;
  letter-spacing: -0.025em;
}

.ask-card p {
  max-width: 260px;
  margin: 12px auto 24px;
  color: #6c6f7d;
  line-height: 1.45;
}

.chips {
  display: flex;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.chips span {
  border-radius: 999px;
  padding: 7px 12px;
  background: #f4f4f5;
  color: #747887;
  font-size: 12px;
}

.ask-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 10px;
  margin-top: auto;
  border: 1px solid #e7e8ee;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 8px 20px rgba(31, 31, 48, 0.06);
}

.ask-input input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: #090b13;
}

.ask-input button {
  border: 0;
  border-radius: 8px;
  background: #202126;
  color: #fff;
}

@media (max-width: 1180px) {
  .workspace-grid,
  .analysis-grid {
    grid-template-columns: 1fr;
  }

  .workspace-aside {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .ambitio-layout {
    grid-template-columns: 1fr;
  }

  .workspace-sidebar {
    position: static;
    height: auto;
  }

  .workspace-shell {
    margin: 0;
    border-radius: 0;
  }

  .workspace-aside,
  .match-grid {
    grid-template-columns: 1fr;
  }

  .stage-banner {
    flex-direction: column;
  }
}

/* Final Nexora overrides: keep these after the base product stylesheet. */
:root {
  --accent: #0a84ff;
  --accent-2: #0069e6;
  --panel-3: #102d54;
  --line-strong: #1a5a9f;
  --glow: rgba(10, 132, 255, 0.18);
}

.landing-body {
  background:
    radial-gradient(circle at 82% 18%, rgba(10, 132, 255, 0.2), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(10, 132, 255, 0.06), transparent 22%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    #020207;
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
}

.landing-brand .brand-mark.small {
  overflow: hidden;
  border: 1px solid rgba(10, 132, 255, 0.46);
  background: #000;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 28px rgba(10, 132, 255, 0.24);
}

.landing-brand .brand-mark.small img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  transform: scale(1.7);
}

.preview-card.main-preview-card {
  background:
    linear-gradient(180deg, rgba(10, 132, 255, 0.1), rgba(10, 132, 255, 0.02)),
    var(--panel-2);
}

.cta-primary,
.nav-register,
.landing-footer a {
  background: linear-gradient(135deg, #0a84ff, #0069e6);
  color: #fff;
}

.cta-secondary:hover,
.nav-login:hover,
.landing-links a:hover {
  color: #88c6ff;
}

body.mercor-dashboard {
  background: var(--dash-bg) !important;
  color: var(--dash-text) !important;
}

body.mercor-dashboard .app-shell,
body.mercor-dashboard .main-panel {
  background: var(--dash-bg) !important;
}

body.mercor-dashboard .command-bar,
body.mercor-dashboard .main-panel .command-bar {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.mercor-dashboard .page-heading h1,
body.mercor-dashboard .opportunity-card h2,
body.mercor-dashboard .profile-summary h2,
body.mercor-dashboard .side-card h3,
body.mercor-dashboard .view-header h2 {
  color: var(--dash-text) !important;
}

body.mercor-dashboard .page-heading p,
body.mercor-dashboard .opportunity-card p,
body.mercor-dashboard .profile-summary p,
body.mercor-dashboard .side-card p {
  color: var(--dash-muted) !important;
}

body.mercor-dashboard .dashboard-search {
  background: var(--dash-surface) !important;
  box-shadow: 0 1px 2px rgba(18, 18, 18, 0.04) !important;
}

/* Final Nexora launch polish: intentionally last. */
.landing-page,
.link-page-shell {
  width: min(1320px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.landing-nav {
  width: 100%;
  border-color: rgba(136, 198, 255, 0.18);
  background: rgba(5, 7, 12, 0.82);
}

.landing-links {
  gap: clamp(16px, 2.2vw, 28px);
}

.landing-links a,
.nav-login,
.nav-register,
.cta-primary,
.cta-secondary,
.landing-footer a {
  letter-spacing: 0;
}

.landing-body a,
.landing-body button,
.landing-body input,
.landing-body textarea,
.landing-body select,
.landing-body .premium-card,
.landing-body .pathway-cards article,
.landing-body .preview-card,
.landing-body .floating-stat {
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.landing-body a:focus-visible,
.landing-body button:focus-visible,
.landing-body input:focus-visible,
.landing-body textarea:focus-visible,
.landing-body select:focus-visible {
  outline: 2px solid rgba(80, 170, 255, 0.9);
  outline-offset: 3px;
}

.hero-copy-main h1 {
  max-width: 760px;
  letter-spacing: -0.064em;
}

.landing-lede,
.landing-strip span,
.pathway-cards p,
.premium-card p,
.page-copy p,
.page-side-panel p {
  color: #c2c8d6;
}

.browser-preview,
.preview-card,
.floating-stat,
.landing-strip,
.pathway-cards article,
.proof-panel,
.premium-card,
.page-side-panel,
.auth-panel,
.launch-note {
  border-color: rgba(136, 198, 255, 0.18);
  border-radius: 8px;
}

.browser-preview {
  right: 64px;
  top: 72px;
}

.top-stat {
  top: 34px;
  right: 8px;
}

.bottom-stat {
  right: 34px;
  bottom: 26px;
}

.pathway-cards article,
.premium-card {
  padding: 24px;
}

.pathway-cards article:hover,
.premium-card:hover,
.preview-card:hover {
  border-color: rgba(136, 198, 255, 0.34);
  transform: translateY(-2px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.landing-footer .venture-line {
  margin-top: 6px;
  color: #8f9bad;
  font-size: 13px;
}

.auth-panel input:focus {
  border-color: rgba(136, 198, 255, 0.34);
  box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.12);
}

@media (max-width: 1024px) {
  .landing-page,
  .link-page-shell {
    width: min(100% - 40px, 1320px);
  }

  .landing-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 64px;
  }

  .hero-product {
    min-height: 520px;
  }

  .landing-section,
  .page-copy {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .landing-nav {
    top: 0;
    grid-template-columns: 1fr auto;
    min-height: 64px;
    padding: 10px;
  }

  .landing-links {
    display: none;
  }

  .hero-copy-main h1 {
    max-width: 620px;
    font-size: clamp(44px, 12vw, 70px);
    line-height: 0.98;
    letter-spacing: -0.052em;
  }

  .landing-lede {
    font-size: clamp(18px, 4vw, 23px);
    line-height: 1.28;
  }

  .browser-preview,
  .floating-stat {
    position: static;
    width: 100%;
  }

  .hero-product {
    display: grid;
    gap: 12px;
    min-height: auto;
  }

  .pathway-cards,
  .premium-grid,
  .premium-grid.two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .landing-page,
  .link-page-shell {
    width: min(100% - 28px, 1320px);
  }

  .landing-brand {
    gap: 9px;
  }

  .landing-brand strong {
    font-size: 14px;
  }

  .brand-mark.small {
    width: 36px;
    height: 36px;
  }

  .nav-login {
    display: none;
  }

  .nav-register,
  .cta-primary,
  .cta-secondary,
  .landing-footer a {
    min-width: auto;
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .hero-cta {
    align-items: stretch;
  }

  .hero-cta a {
    flex: 1 1 100%;
  }

  .hero-copy-main h1 {
    font-size: clamp(38px, 13.5vw, 56px);
  }

  .landing-kicker {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .main-preview-card {
    padding: 22px;
  }

  .main-preview-card h2 {
    font-size: 29px;
  }

  .compact-preview-card {
    align-items: flex-start;
  }

  .landing-strip article,
  .pathway-cards article,
  .premium-card,
  .page-side-panel {
    padding: 20px;
  }
}

@media (max-width: 360px) {
  .landing-page,
  .link-page-shell {
    width: min(100% - 22px, 1320px);
  }

  .landing-nav {
    padding: 8px;
  }

  .nav-register {
    padding-inline: 12px;
  }

  .hero-copy-main h1 {
    font-size: 38px;
  }

  .landing-lede {
    font-size: 17px;
  }
}

/* Final light launch override: keep dashboard architecture, remove dark theme surfaces. */
body.dashboard-body.mercor-dashboard {
  --dash-bg: #f7fbff;
  --dash-panel: rgba(255, 255, 255, 0.94);
  --dash-panel-2: rgba(240, 247, 255, 0.92);
  --dash-border: rgba(25, 73, 130, 0.13);
  --dash-text: #101a2d;
  --dash-muted: #62738c;
  --dash-blue: #1388ff;
  --dash-blue-soft: rgba(19, 136, 255, 0.1);
  background:
    radial-gradient(circle at 78% 8%, rgba(19, 136, 255, 0.12), transparent 28%),
    linear-gradient(rgba(19, 72, 130, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 72, 130, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #edf6ff 100%);
  background-size: auto, 72px 72px, 72px 72px, auto;
  color: var(--dash-text);
}

body.dashboard-body.mercor-dashboard .app-shell,
body.dashboard-body.mercor-dashboard .main-panel {
  background: transparent;
  color: var(--dash-text);
}

body.dashboard-body.mercor-dashboard .sidebar {
  border-right: 1px solid var(--dash-border);
  background: rgba(255, 255, 255, 0.82);
  color: var(--dash-muted);
  box-shadow: 18px 0 44px rgba(26, 71, 125, 0.06);
  backdrop-filter: blur(18px);
}

body.dashboard-body.mercor-dashboard .brand-mark {
  border-color: rgba(19, 136, 255, 0.24);
  background: rgba(255, 255, 255, 0.76);
}

body.dashboard-body.mercor-dashboard .brand p,
body.dashboard-body.mercor-dashboard h1,
body.dashboard-body.mercor-dashboard h2,
body.dashboard-body.mercor-dashboard h3,
body.dashboard-body.mercor-dashboard .metric-card strong,
body.dashboard-body.mercor-dashboard .pilot-card strong,
body.dashboard-body.mercor-dashboard .opportunity-card h2,
body.dashboard-body.mercor-dashboard .profile-summary h2,
body.dashboard-body.mercor-dashboard .side-card h3,
body.dashboard-body.mercor-dashboard .view-header h2 {
  color: var(--dash-text);
}

body.dashboard-body.mercor-dashboard .brand span,
body.dashboard-body.mercor-dashboard .page-heading p,
body.dashboard-body.mercor-dashboard .opportunity-card p,
body.dashboard-body.mercor-dashboard .profile-summary p,
body.dashboard-body.mercor-dashboard .side-card p,
body.dashboard-body.mercor-dashboard .dashboard-status,
body.dashboard-body.mercor-dashboard .role-meta,
body.dashboard-body.mercor-dashboard .nav-item {
  color: var(--dash-muted);
}

body.dashboard-body.mercor-dashboard .command-bar,
body.dashboard-body.mercor-dashboard .main-panel .command-bar,
body.dashboard-body.mercor-dashboard .pilot-card,
body.dashboard-body.mercor-dashboard .hero-card,
body.dashboard-body.mercor-dashboard .metric-card,
body.dashboard-body.mercor-dashboard .panel,
body.dashboard-body.mercor-dashboard .track-card,
body.dashboard-body.mercor-dashboard .brief-card,
body.dashboard-body.mercor-dashboard .task-card,
body.dashboard-body.mercor-dashboard .profile-card,
body.dashboard-body.mercor-dashboard .profile-summary,
body.dashboard-body.mercor-dashboard .side-card,
body.dashboard-body.mercor-dashboard .opportunity-card,
body.dashboard-body.mercor-dashboard .search-panel input,
body.dashboard-body.mercor-dashboard .dashboard-search {
  border-color: var(--dash-border);
  background: var(--dash-panel);
  color: var(--dash-text);
  box-shadow: 0 18px 48px rgba(26, 71, 125, 0.1);
}

body.dashboard-body.mercor-dashboard .hero-card {
  background:
    radial-gradient(circle at 90% 12%, rgba(19, 136, 255, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(231, 244, 255, 0.92));
}

body.dashboard-body.mercor-dashboard .nav-item.active,
body.dashboard-body.mercor-dashboard .nav-item:hover,
body.dashboard-body.mercor-dashboard .role-pill,
body.dashboard-body.mercor-dashboard .check-row,
body.dashboard-body.mercor-dashboard .status-pill,
body.dashboard-body.mercor-dashboard .track-meta span,
body.dashboard-body.mercor-dashboard .badge-row span,
body.dashboard-body.mercor-dashboard .small-button.muted {
  border-color: rgba(19, 136, 255, 0.16);
  background: var(--dash-blue-soft);
  color: #0b65bf;
}

body.dashboard-body.mercor-dashboard .primary-button,
body.dashboard-body.mercor-dashboard .small-button,
body.dashboard-body.mercor-dashboard .track-icon,
body.dashboard-body.mercor-dashboard .avatar,
body.dashboard-body.mercor-dashboard .filter-pill.active {
  background: linear-gradient(135deg, #1388ff, #0067df);
  color: #ffffff;
}

body.dashboard-body.mercor-dashboard .small-button.logout-button {
  background: #ffffff;
  color: var(--dash-text);
  border-color: var(--dash-border);
}

body.dashboard-body.mercor-dashboard .profile-form input,
body.dashboard-body.mercor-dashboard .profile-form textarea,
body.dashboard-body.mercor-dashboard .profile-form select,
body.dashboard-body.mercor-dashboard .dashboard-search input {
  border-color: var(--dash-border);
  background: rgba(255, 255, 255, 0.88);
  color: var(--dash-text);
}

body.dashboard-body.mercor-dashboard .nav-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

/* High quality dashboard overview */
body.dashboard-body.mercor-dashboard .overview-shell {
  max-width: 980px;
  display: grid;
  gap: 18px;
}

body.dashboard-body.mercor-dashboard .overview-welcome {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 6px 2px 2px;
}

body.dashboard-body.mercor-dashboard .overview-welcome h2 {
  margin: 0;
  color: var(--dash-text);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 820;
  letter-spacing: -0.045em;
}

body.dashboard-body.mercor-dashboard .overview-welcome p:not(.eyebrow) {
  margin: 7px 0 0;
  color: var(--dash-muted);
  font-size: 14px;
}

body.dashboard-body.mercor-dashboard .overview-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.dashboard-body.mercor-dashboard .overview-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(19, 136, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, #1388ff, #0067df);
  color: #fff;
  font-weight: 900;
}

body.dashboard-body.mercor-dashboard .overview-panel {
  border: 1px solid rgba(25, 73, 130, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(26, 71, 125, 0.08);
  overflow: hidden;
}

body.dashboard-body.mercor-dashboard .overview-panel-head {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(25, 73, 130, 0.1);
}

body.dashboard-body.mercor-dashboard .overview-panel-head h3 {
  margin: 0;
  color: var(--dash-text);
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.025em;
}

body.dashboard-body.mercor-dashboard .overview-panel-head button {
  border: 0;
  background: transparent;
  color: #0b65bf;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
}

body.dashboard-body.mercor-dashboard .overview-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

body.dashboard-body.mercor-dashboard .overview-stat {
  min-height: 104px;
  display: grid;
  align-content: start;
  gap: 5px;
  border: 1px solid rgba(25, 73, 130, 0.11);
  border-radius: 13px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.86);
  position: relative;
}

body.dashboard-body.mercor-dashboard .overview-stat::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: #1388ff;
}

body.dashboard-body.mercor-dashboard .overview-stat.is-amber::after {
  background: #f6a600;
}

body.dashboard-body.mercor-dashboard .overview-stat.is-indigo::after {
  background: #1463ff;
}

body.dashboard-body.mercor-dashboard .overview-stat.is-green::after {
  background: #16b364;
}

body.dashboard-body.mercor-dashboard .overview-stat span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(19, 136, 255, 0.1);
  color: #0b65bf;
  font-size: 11px;
  font-weight: 900;
}

body.dashboard-body.mercor-dashboard .overview-stat strong {
  color: var(--dash-text);
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.045em;
}

body.dashboard-body.mercor-dashboard .overview-stat small {
  color: var(--dash-muted);
  font-size: 12px;
  font-weight: 750;
}

body.dashboard-body.mercor-dashboard .overview-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.dashboard-body.mercor-dashboard .overview-list {
  display: grid;
  padding: 4px 16px 14px;
}

body.dashboard-body.mercor-dashboard .overview-list-item {
  min-height: 68px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(25, 73, 130, 0.09);
}

body.dashboard-body.mercor-dashboard .overview-list-item:last-child {
  border-bottom: 0;
}

body.dashboard-body.mercor-dashboard .overview-item-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(19, 136, 255, 0.1);
  color: #0b65bf;
  font-size: 11px;
  font-weight: 900;
}

body.dashboard-body.mercor-dashboard .overview-list-item strong {
  display: block;
  color: var(--dash-text);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

body.dashboard-body.mercor-dashboard .overview-list-item small,
body.dashboard-body.mercor-dashboard .overview-list-item time {
  color: var(--dash-muted);
  font-size: 11px;
  font-weight: 700;
}

body.dashboard-body.mercor-dashboard .overview-list-item a,
body.dashboard-body.mercor-dashboard .overview-list-item button {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(19, 136, 255, 0.16);
  border-radius: 9px;
  background: #fff;
  color: #0b65bf;
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
}

body.dashboard-body.mercor-dashboard .proof-grid .overview-stat::after {
  background: rgba(19, 136, 255, 0.28);
}

body.dashboard-body.mercor-dashboard .achievement-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

body.dashboard-body.mercor-dashboard .achievement-row article {
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 3px;
  border: 1px solid rgba(25, 73, 130, 0.11);
  border-radius: 13px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.86);
}

body.dashboard-body.mercor-dashboard .achievement-row span {
  color: #0b65bf;
  font-size: 11px;
  font-weight: 900;
}

body.dashboard-body.mercor-dashboard .achievement-row strong {
  color: var(--dash-text);
  font-size: 13px;
  font-weight: 850;
}

body.dashboard-body.mercor-dashboard .achievement-row small {
  color: var(--dash-muted);
  font-size: 11px;
  font-weight: 700;
}

body.dashboard-body.mercor-dashboard .overview-hidden-controls {
  display: none;
}

@media (max-width: 980px) {
  body.dashboard-body.mercor-dashboard .overview-two-column,
  body.dashboard-body.mercor-dashboard .overview-stat-grid,
  body.dashboard-body.mercor-dashboard .achievement-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.dashboard-body.mercor-dashboard .overview-welcome,
  body.dashboard-body.mercor-dashboard .overview-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.dashboard-body.mercor-dashboard .overview-stat-grid,
  body.dashboard-body.mercor-dashboard .overview-two-column,
  body.dashboard-body.mercor-dashboard .achievement-row {
    grid-template-columns: 1fr;
  }
}

/* Dashboard overview polish: wider, sharper, clearer. */
body.dashboard-body.mercor-dashboard {
  --dash-text: #07142a;
  --dash-muted: #52657f;
  --dash-border: rgba(26, 72, 130, 0.14);
  font-family: "Inter Tight", "Plus Jakarta Sans", "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
}

body.dashboard-body.mercor-dashboard .main-panel {
  padding: clamp(22px, 3vw, 38px);
}

body.dashboard-body.mercor-dashboard .command-bar {
  align-items: center;
  margin-bottom: clamp(20px, 3vw, 34px);
}

body.dashboard-body.mercor-dashboard .dashboard-search {
  width: min(720px, 100%);
  min-height: 50px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 16px 42px rgba(26, 71, 125, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.dashboard-body.mercor-dashboard .filter-pill,
body.dashboard-body.mercor-dashboard .small-button.logout-button {
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

body.dashboard-body.mercor-dashboard .page-heading {
  margin: 0 0 20px;
  align-items: end;
}

body.dashboard-body.mercor-dashboard .page-heading h1 {
  max-width: none;
  font-size: clamp(42px, 4.6vw, 74px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.065em;
}

body.dashboard-body.mercor-dashboard .page-heading p:not(.eyebrow) {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 650;
}

body.dashboard-body.mercor-dashboard .page-heading .primary-button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(19, 136, 255, 0.24);
}

body.dashboard-body.mercor-dashboard .overview-shell {
  max-width: none;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 20px;
  align-items: start;
}

body.dashboard-body.mercor-dashboard .overview-welcome,
body.dashboard-body.mercor-dashboard .overview-tracker,
body.dashboard-body.mercor-dashboard .overview-panel:first-of-type {
  grid-column: 1 / -1;
}

body.dashboard-body.mercor-dashboard .overview-welcome {
  min-height: 72px;
  align-items: center;
  padding: 0 2px;
}

body.dashboard-body.mercor-dashboard .overview-welcome .eyebrow {
  color: #1388ff;
}

body.dashboard-body.mercor-dashboard .overview-welcome h2 {
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.06em;
}

body.dashboard-body.mercor-dashboard .overview-welcome p:not(.eyebrow) {
  font-size: 15px;
  font-weight: 650;
}

body.dashboard-body.mercor-dashboard .overview-avatar {
  width: 48px;
  height: 48px;
  box-shadow: 0 16px 34px rgba(19, 136, 255, 0.24);
}

body.dashboard-body.mercor-dashboard .overview-panel {
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 255, 0.94)),
    #fff;
  box-shadow:
    0 22px 56px rgba(26, 71, 125, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.dashboard-body.mercor-dashboard .overview-panel-head {
  min-height: 64px;
  padding: 0 22px;
}

body.dashboard-body.mercor-dashboard .overview-panel-head h3 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

body.dashboard-body.mercor-dashboard .overview-panel-head button {
  font-size: 13px;
  font-weight: 900;
}

body.dashboard-body.mercor-dashboard .overview-stat-grid {
  gap: 14px;
  padding: 20px;
}

body.dashboard-body.mercor-dashboard .overview-stat {
  min-height: 118px;
  border-radius: 16px;
  padding: 16px;
  background:
    radial-gradient(circle at 90% 0%, rgba(19, 136, 255, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.92);
}

body.dashboard-body.mercor-dashboard .overview-stat span,
body.dashboard-body.mercor-dashboard .overview-item-icon {
  border: 1px solid rgba(19, 136, 255, 0.12);
  background: #eaf4ff;
}

body.dashboard-body.mercor-dashboard .overview-stat strong {
  margin-top: 4px;
  font-size: 30px;
  font-weight: 900;
}

body.dashboard-body.mercor-dashboard .overview-stat small {
  font-size: 13px;
  font-weight: 850;
}

body.dashboard-body.mercor-dashboard .overview-two-column {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
}

body.dashboard-body.mercor-dashboard .overview-list {
  padding: 6px 20px 16px;
}

body.dashboard-body.mercor-dashboard .overview-list-item {
  min-height: 78px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
}

body.dashboard-body.mercor-dashboard .overview-list-item strong {
  font-size: 15px;
  font-weight: 900;
}

body.dashboard-body.mercor-dashboard .overview-list-item small,
body.dashboard-body.mercor-dashboard .overview-list-item time {
  font-size: 12px;
  font-weight: 750;
}

body.dashboard-body.mercor-dashboard .achievement-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
}

body.dashboard-body.mercor-dashboard .achievement-row article {
  min-height: 86px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
}

body.dashboard-body.mercor-dashboard .achievement-row strong {
  font-size: 15px;
  font-weight: 900;
}

@media (min-width: 1360px) {
  body.dashboard-body.mercor-dashboard .overview-tracker .overview-stat-grid {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
}

@media (max-width: 1120px) {
  body.dashboard-body.mercor-dashboard .overview-shell,
  body.dashboard-body.mercor-dashboard .overview-two-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.dashboard-body.mercor-dashboard .page-heading h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  body.dashboard-body.mercor-dashboard .overview-stat-grid,
  body.dashboard-body.mercor-dashboard .achievement-row {
    grid-template-columns: 1fr;
  }
}

/* Dashboard typography refinement: crisp, lighter, and less bulky. */
body.dashboard-body.mercor-dashboard {
  --dash-text: #07162d;
  --dash-muted: #4f6178;
  font-family: "Inter", "Plus Jakarta Sans", "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.dashboard-body.mercor-dashboard .page-heading h1 {
  color: var(--dash-text);
  font-family: "Inter", "Plus Jakarta Sans", "Segoe UI Variable Display", system-ui, sans-serif;
  font-size: clamp(40px, 4.2vw, 66px);
  line-height: 0.98;
  font-weight: 650;
  letter-spacing: -0.045em;
}

body.dashboard-body.mercor-dashboard .overview-welcome h2,
body.dashboard-body.mercor-dashboard .view-header h2 {
  color: var(--dash-text);
  font-family: "Inter", "Plus Jakarta Sans", "Segoe UI Variable Display", system-ui, sans-serif;
  font-weight: 650;
  letter-spacing: -0.04em;
}

body.dashboard-body.mercor-dashboard .overview-panel-head h3,
body.dashboard-body.mercor-dashboard .dashboard-card h3,
body.dashboard-body.mercor-dashboard .profile-card h3,
body.dashboard-body.mercor-dashboard .section-title {
  color: var(--dash-text);
  font-weight: 650;
  letter-spacing: -0.026em;
}

body.dashboard-body.mercor-dashboard .overview-stat strong,
body.dashboard-body.mercor-dashboard .stat-card strong,
body.dashboard-body.mercor-dashboard .proof-item strong,
body.dashboard-body.mercor-dashboard .profile-strength strong {
  color: #091a34;
  font-weight: 650;
  letter-spacing: -0.035em;
}

body.dashboard-body.mercor-dashboard .overview-list-item strong,
body.dashboard-body.mercor-dashboard .achievement-row strong,
body.dashboard-body.mercor-dashboard .opportunity-card h3,
body.dashboard-body.mercor-dashboard .application-card h3,
body.dashboard-body.mercor-dashboard .saved-card h3 {
  color: #0a1730;
  font-weight: 620;
  letter-spacing: -0.022em;
}

body.dashboard-body.mercor-dashboard .overview-stat small,
body.dashboard-body.mercor-dashboard .overview-list-item small,
body.dashboard-body.mercor-dashboard .overview-list-item time,
body.dashboard-body.mercor-dashboard .page-heading p:not(.eyebrow),
body.dashboard-body.mercor-dashboard .overview-welcome p:not(.eyebrow),
body.dashboard-body.mercor-dashboard .muted,
body.dashboard-body.mercor-dashboard .profile-meta {
  color: var(--dash-muted);
  font-weight: 450;
  letter-spacing: -0.006em;
}

body.dashboard-body.mercor-dashboard .eyebrow,
body.dashboard-body.mercor-dashboard .overview-panel-head button,
body.dashboard-body.mercor-dashboard .primary-button,
body.dashboard-body.mercor-dashboard .filter-pill,
body.dashboard-body.mercor-dashboard .small-button,
body.dashboard-body.mercor-dashboard .nav-item {
  font-weight: 600;
  letter-spacing: -0.012em;
}

/* Overview schedule panels */
body.dashboard-body.mercor-dashboard .overview-two-column {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

body.dashboard-body.mercor-dashboard .overview-two-column .overview-panel {
  min-width: 0;
}

body.dashboard-body.mercor-dashboard .overview-two-column .overview-list {
  min-height: 250px;
}

body.dashboard-body.mercor-dashboard .overview-list-item time {
  color: #0b65bf;
  white-space: nowrap;
}

@media (max-width: 1320px) {
  body.dashboard-body.mercor-dashboard .overview-two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.dashboard-body.mercor-dashboard .overview-two-column .overview-panel:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  body.dashboard-body.mercor-dashboard .overview-two-column {
    grid-template-columns: 1fr;
  }

  body.dashboard-body.mercor-dashboard .overview-two-column .overview-panel:last-child {
    grid-column: auto;
  }
}

