:root {
  --bg-dark: #071014;
  --bg-darker: #05090c;
  --panel: #101a20;
  --panel-soft: #142129;
  --text: #111820;
  --text-light: #f6fbff;
  --muted: #617080;
  --muted-light: #b8c5cf;
  --line: #dce6ee;
  --line-dark: rgba(180, 216, 234, 0.16);
  --cyan: #21a9f7;
  --cyan-strong: #27baff;
  --green: #53d681;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(12, 24, 32, 0.12);
  --shadow-dark: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 28px;
  min-height: 72px;
  padding: 0 4.3vw;
  color: var(--text-light);
  background: rgba(5, 9, 12, 0.94);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(18px);
}

.light-header {
  color: var(--text);
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 780;
  line-height: 1;
}

.brand-mark {
  width: 40px;
  height: 34px;
  flex: 0 0 auto;
}

.mark-blue {
  fill: #28b9ff;
}

.mark-blue-soft {
  fill: #78d7ff;
}

.mark-light {
  fill: #f7fbff;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  color: currentColor;
  font-size: 13px;
  font-weight: 610;
}

.site-nav a {
  opacity: 0.82;
}

.site-nav a:hover {
  opacity: 1;
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 720;
  line-height: 1;
  white-space: nowrap;
}

.header-action {
  padding: 0 22px;
  color: var(--cyan-strong);
  border: 1px solid rgba(39, 186, 255, 0.7);
}

.hero {
  min-height: 708px;
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(680px, 1.38fr);
  gap: clamp(54px, 10vw, 150px);
  align-items: center;
  padding: 28px 4.3vw 24px;
  color: var(--text-light);
  background:
    radial-gradient(circle at 50% 56%, rgba(33, 169, 247, 0.13), transparent 21%),
    radial-gradient(circle at 82% 17%, rgba(83, 214, 129, 0.06), transparent 25%),
    linear-gradient(180deg, #091117 0%, #05090c 100%);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  max-width: 560px;
  min-width: 0;
  padding-top: clamp(36px, 5vw, 68px);
}

.hero-copy::after {
  content: "";
  position: absolute;
  top: -52px;
  right: -190px;
  width: 310px;
  height: 560px;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    radial-gradient(circle, rgba(33, 169, 247, 0.35) 1px, transparent 1.4px),
    linear-gradient(135deg, transparent 31%, rgba(33, 169, 247, 0.24) 31.3%, transparent 31.6%);
  background-size: 12px 12px, 100% 100%;
  mask-image: linear-gradient(90deg, transparent, black 20%, black 80%, transparent);
}

.hero h1 {
  margin: 0;
  color: var(--text-light);
  font-size: clamp(72px, 6.5vw, 108px);
  font-weight: 810;
  letter-spacing: 0;
  line-height: 0.94;
}

.hero-lede {
  margin: 26px 0 0;
  max-width: 500px;
  color: #d3dee7;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.48;
}

.hero-status {
  margin: 18px 0 0;
  color: var(--cyan-strong);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 790;
  line-height: 1.05;
}

.hero-body {
  max-width: 500px;
  margin: 26px 0 0;
  color: #b8c5cf;
  font-size: 18px;
  line-height: 1.62;
}

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

.button {
  min-width: 172px;
  padding: 0 24px;
}

.button.primary {
  color: #031219;
  background: linear-gradient(180deg, #40c4ff 0%, #1ca4f1 100%);
  box-shadow: 0 12px 30px rgba(33, 169, 247, 0.25);
}

.button svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.hero-note {
  margin: 18px 0 0;
  color: var(--muted-light);
  font-size: 14px;
}

.dashboard-shell {
  display: grid;
  align-self: start;
  grid-template-columns: 50px 1fr;
  width: 100%;
  min-width: 0;
  min-height: 586px;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(20, 33, 41, 0.96), rgba(9, 16, 20, 0.96)),
    var(--panel);
  box-shadow: var(--shadow-dark);
  overflow: hidden;
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  padding-top: 18px;
  border-right: 1px solid var(--line-dark);
  background: rgba(5, 9, 12, 0.42);
}

.mini-mark {
  width: 26px;
  height: 24px;
  margin-bottom: 14px;
}

.side-glyph {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: rgba(218, 232, 240, 0.62);
  font-size: 17px;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid rgba(184, 197, 207, 0.28);
}

.side-glyph.active {
  color: var(--cyan-strong);
  background: rgba(33, 169, 247, 0.18);
  border-color: rgba(33, 169, 247, 0.6);
  box-shadow: inset 0 0 0 3px rgba(33, 169, 247, 0.12);
}

.dashboard-main {
  padding: 16px 18px 14px;
}

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

.dash-label,
.metric-card span,
.card-title {
  margin: 0;
  color: var(--muted-light);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dashboard-topline h2 {
  margin: 0;
  color: var(--text-light);
  font-size: 25px;
  line-height: 1.1;
}

.dashboard-controls {
  display: flex;
  gap: 10px;
}

.dash-select {
  min-width: 118px;
  padding: 9px 14px;
  color: #d9e7ef;
  font-size: 13px;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
}

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

.metric-card,
.radar-card,
.role-card,
.win-card,
.clutch-card,
.opening-card,
.recent-card {
  min-width: 0;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.metric-card {
  min-height: 96px;
  padding: 12px 14px 10px;
}

.metric-card strong {
  display: block;
  margin-top: 10px;
  color: var(--text-light);
  font-size: 25px;
  line-height: 1;
}

.metric-card em,
.clutch-card em,
.opening-card em {
  color: var(--green);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin-left: 6px;
}

.bar-chart {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 25px;
  margin-top: 11px;
}

.bar-chart i {
  display: block;
  width: 9px;
  background: linear-gradient(180deg, #55caff, #226e9e);
  border-radius: 2px 2px 0 0;
}

.sparkline {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  fill: none;
}

.sparkline polyline {
  stroke: var(--cyan);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.analysis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(84px, auto);
  gap: 10px;
  margin-top: 10px;
}

.radar-card {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 254px;
  padding: 14px;
}

.win-card,
.role-card,
.clutch-card,
.opening-card,
.recent-card {
  min-height: 100px;
  padding: 14px;
}

.radar-visual {
  display: grid;
  place-items: center;
  min-height: 216px;
}

.radar-visual svg {
  width: min(88%, 360px);
  height: auto;
  fill: none;
}

.radar-visual text {
  fill: #cdd9e1;
  font-size: 12px;
  text-anchor: middle;
}

.radar-visual .radar-legend text {
  text-anchor: start;
}

.radar-visual line,
.radar-ring {
  stroke: rgba(184, 197, 207, 0.4);
  stroke-width: 1;
}

.radar-ring.mid {
  stroke: rgba(184, 197, 207, 0.22);
}

.radar-fill {
  fill: rgba(33, 169, 247, 0.2);
  stroke: var(--cyan-strong);
  stroke-width: 3;
}

.donut-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}

.donut {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #142129 0 51%, transparent 52%),
    conic-gradient(var(--cyan-strong) 0 61%, rgba(184, 197, 207, 0.18) 61% 100%);
}

.donut strong {
  color: var(--text-light);
  font-size: 28px;
}

.donut-legend {
  display: grid;
  gap: 12px;
  color: #d8e4ec;
  font-size: 13px;
}

.donut-legend i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--cyan-strong);
}

.donut-legend i.muted {
  background: rgba(184, 197, 207, 0.42);
}

.role-row {
  display: grid;
  grid-template-columns: 62px minmax(70px, 1fr) 38px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #dce9f0;
  font-size: 12px;
}

.role-row i {
  height: 6px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--cyan-strong) var(--value), rgba(184, 197, 207, 0.16) var(--value));
}

.role-row b {
  color: var(--text-light);
  font-size: 12px;
  text-align: right;
}

.clutch-card span {
  display: block;
  margin-top: 12px;
  color: var(--muted-light);
  font-size: 12px;
}

.clutch-card strong,
.opening-card strong {
  display: block;
  margin-top: 4px;
  color: var(--text-light);
  font-size: 22px;
}

.mini-line {
  width: 100%;
  height: 24px;
  margin-top: 8px;
  fill: none;
}

.mini-line polyline {
  stroke: var(--cyan);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recent-card {
  grid-column: span 3;
}

.recent-card .card-title {
  display: flex;
  justify-content: space-between;
}

.recent-card a {
  color: var(--cyan-strong);
  text-transform: none;
  letter-spacing: 0;
}

.recent-row {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 0.9fr 1fr 0.4fr;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
  padding-top: 14px;
  color: #dce9f0;
  font-size: 12px;
  border-top: 1px solid var(--line-dark);
}

.recent-row b {
  color: var(--green);
}

.section {
  padding: 84px 7vw;
}

.analyze {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(640px, 1.6fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
  background: var(--white);
  border-top: 1px solid rgba(220, 230, 238, 0.8);
}

.section h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 790;
  line-height: 1.1;
  letter-spacing: 0;
}

.section-copy p,
.wide-copy p,
.access-section p,
.status-panel p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.section-copy,
.wide-copy,
.feature-grid,
.principle-list,
.status-panel,
.policy-content {
  min-width: 0;
}

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

.feature-grid article {
  min-height: 230px;
  padding: 28px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.feature-grid svg {
  width: 44px;
  height: 44px;
  color: var(--cyan);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-grid h3,
.principle-list h3 {
  margin: 22px 0 0;
  color: var(--text);
  font-size: 21px;
  line-height: 1.18;
}

.feature-grid p,
.principle-list p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

@media (max-width: 1380px) and (min-width: 1121px) {
  .analyze {
    grid-template-columns: minmax(260px, 0.55fr) minmax(720px, 1.45fr);
    gap: clamp(34px, 3vw, 52px);
  }
}

.data-section {
  color: var(--text-light);
  background: #0c1419;
}

.data-section h2 {
  color: var(--text-light);
}

.wide-copy {
  max-width: 880px;
}

.data-section .wide-copy p {
  color: #c5d1da;
}

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

.principle-list div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 136px;
  padding: 30px;
  text-align: center;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.principle-list h3 {
  margin-top: 0;
  color: var(--text-light);
}

.principle-list p {
  max-width: 420px;
  color: #c5d1da;
}

.access-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: var(--text-light);
  background: var(--bg-darker);
  border-bottom: 1px solid var(--line-dark);
}

.access-section > div {
  max-width: 820px;
}

.access-section h2 {
  color: var(--text-light);
}

.access-section p {
  color: #c5d1da;
}

.status-section {
  background: #f5f8fb;
}

.status-panel {
  max-width: 900px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.status-panel a,
.policy-content a {
  color: #087fc0;
  font-weight: 760;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 7vw;
  color: var(--text-light);
  background: var(--bg-darker);
}

.site-footer > div {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted-light);
  font-size: 14px;
}

.footer-brand {
  font-size: 20px;
}

.footer-brand .brand-mark {
  width: 30px;
  height: 25px;
}

.policy-page {
  background: #f5f8fb;
}

.policy-shell {
  padding: 64px 7vw 84px;
}

.policy-hero {
  max-width: 920px;
}

.policy-hero p {
  margin: 0 0 12px;
  color: #087fc0;
  font-size: 14px;
  font-weight: 800;
}

.policy-hero h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1;
  letter-spacing: 0;
}

.policy-hero span {
  display: block;
  max-width: 760px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.policy-content {
  max-width: 940px;
  margin-top: 48px;
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.policy-content section + section {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.policy-content h2 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 24px;
  line-height: 1.25;
}

.policy-content p,
.policy-content li {
  color: #41505d;
  font-size: 16px;
  line-height: 1.72;
}

.policy-content p {
  margin: 0;
}

.policy-content p + p {
  margin-top: 16px;
}

.policy-content ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.policy-content li + li {
  margin-top: 9px;
}

.light-footer {
  color: var(--text);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.light-footer > div {
  color: var(--muted);
}

@media (max-width: 1120px) {
  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dashboard-shell {
    min-height: 480px;
  }

  .analyze {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .site-header {
    min-height: 66px;
    gap: 12px;
    padding: 0 20px;
  }

  .brand {
    font-size: 20px;
  }

  .brand-mark {
    width: 30px;
    height: 25px;
  }

  .header-action {
    display: none;
  }

  .hero {
    padding: 56px 20px 44px;
  }

  .hero h1 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .hero-lede {
    font-size: 18px;
  }

  .button {
    width: 100%;
  }

  .dashboard-shell {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: auto;
    border-radius: 12px;
  }

  .dashboard-sidebar {
    display: none;
  }

  .dashboard-main {
    padding: 18px;
  }

  .dashboard-topline {
    align-items: flex-start;
  }

  .metrics-grid,
  .analysis-grid,
  .feature-grid,
  .principle-list {
    grid-template-columns: 1fr;
  }

  .radar-card {
    grid-row: auto;
  }

  .section {
    padding: 64px 20px;
  }

  .section h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .feature-grid article {
    min-height: 0;
  }

  .access-section {
    align-items: stretch;
    flex-direction: column;
  }

  .status-panel,
  .policy-content {
    padding: 28px;
  }

  .policy-shell {
    padding: 46px 20px 64px;
  }

  .policy-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .policy-hero span {
    font-size: 17px;
  }

  .policy-content h2 {
    overflow-wrap: break-word;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 20px;
  }

  .site-footer > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 460px) {
  .dashboard-topline {
    flex-direction: column;
  }

  .dash-select {
    width: 100%;
  }

  .role-row {
    grid-template-columns: 56px 1fr 34px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.coded-page {
  min-height: 100vh;
  background: var(--white);
}

.landing-header {
  position: relative;
  align-items: center;
  min-height: 70px;
  padding: 0 3.55vw;
}

.landing-header .brand {
  gap: 6px;
  font-size: 23px;
  font-weight: 770;
}

.landing-header .brand-mark {
  width: 39px;
  height: 33px;
}

.landing-header .site-nav {
  gap: clamp(28px, 2.9vw, 43px);
  font-size: 13px;
  font-weight: 600;
}

.landing-header .header-action {
  min-height: 40px;
  padding: 0 23px;
  font-size: 13px;
}

.coded-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 0.62fr) minmax(650px, 1.38fr);
  gap: clamp(72px, 5.8vw, 112px);
  align-items: start;
  min-height: 630px;
  padding: 0 4.35vw 20px;
  isolation: isolate;
  background:
    radial-gradient(circle at 31% 44%, rgba(39, 186, 255, 0.09), transparent 20%),
    radial-gradient(circle at 76% 29%, rgba(255, 255, 255, 0.045), transparent 24%),
    linear-gradient(180deg, #071014 0%, #05090c 100%);
}

.coded-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(39, 186, 255, 0.035), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 42%);
}

.coded-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 44%;
  background: linear-gradient(180deg, transparent 0%, rgba(2, 6, 8, 0.68) 100%);
  pointer-events: none;
}

.coded-hero .hero-copy {
  max-width: 472px;
  margin-left: -2px;
  padding-top: 80px;
}

.coded-hero .hero-copy::after {
  display: none;
}

.coded-hero h1 {
  position: relative;
  top: 7px;
  display: block;
  width: max-content;
  font-size: clamp(72px, 5.6vw, 90px);
  font-weight: 780;
  line-height: 0.94;
  transform: scaleX(0.965);
  transform-origin: left bottom;
}

.coded-hero .hero-lede {
  max-width: 440px;
  margin-top: 35px;
  font-size: clamp(22px, 1.7vw, 26px);
  line-height: 1.3;
  color: #d1dbe4;
}

.coded-hero .hero-body {
  max-width: 430px;
  margin-top: 32px;
  font-size: 17px;
  line-height: 1.6;
  color: #b8c5cf;
}

.coded-hero .hero-actions {
  margin-top: 36px;
}

.coded-hero .hero-button {
  min-width: 252px;
  min-height: 61px;
  border-radius: 6px;
  color: var(--white);
  font-size: 18px;
  font-weight: 640;
  box-shadow: 0 18px 42px rgba(33, 169, 247, 0.23);
}

.coded-hero .hero-button svg {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  stroke-width: 1.7;
}

.coded-hero .hero-note {
  margin-top: 17px;
  color: #a8b6c0;
  font-size: 13px;
}

.coded-hero .hero-soon {
  margin: 30px 0 0;
  color: #dce7ef;
  font-size: clamp(24px, 1.75vw, 31px);
  font-weight: 640;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-map {
  position: absolute;
  z-index: 0;
  left: clamp(354px, 31.4vw, 520px);
  top: 38px;
  width: clamp(138px, 12vw, 190px);
  height: 560px;
  opacity: 0.55;
  pointer-events: none;
}

.hero-map svg {
  width: 100%;
  height: 100%;
}

.map-line {
  fill: none;
  stroke: rgba(39, 186, 255, 0.38);
  stroke-width: 1.2;
}

.map-line.faint {
  stroke: rgba(39, 186, 255, 0.2);
}

.map-ring {
  fill: rgba(3, 17, 25, 0.65);
  stroke: rgba(39, 186, 255, 0.62);
  stroke-width: 1;
}

.map-node,
.map-dot {
  fill: rgba(39, 186, 255, 0.74);
}

.coded-dashboard {
  position: absolute;
  z-index: 2;
  top: 27px;
  right: 4.35vw;
  width: clamp(748px, 57.3vw, 880px);
  height: 586px;
  margin-top: 0;
  min-height: 586px;
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  backdrop-filter: blur(12px);
}

.dashboard-sidebar svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dashboard-sidebar .mini-mark {
  width: 25px;
  height: 22px;
  fill: initial;
  stroke: none;
}

.side-glyph.bottom {
  margin-top: auto;
  margin-bottom: 18px;
}

.coded-dashboard .dashboard-main {
  padding: 17px 20px 13px;
}

.coded-dashboard .dashboard-topline {
  margin-bottom: 10px;
}

.coded-dashboard .dashboard-topline h2 {
  font-size: 21px;
  font-weight: 600;
}

.coded-dashboard .dash-select {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-width: 0;
  min-height: 31px;
  padding: 0 11px;
  font-size: 12px;
  line-height: 1;
}

.coded-dashboard .dash-select:first-child {
  width: 113px;
}

.coded-dashboard .dash-select:last-child {
  width: 135px;
}

.coded-dashboard .dash-select::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 12px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.7;
}

.coded-dashboard .metric-card {
  position: relative;
  min-height: 106px;
  height: 106px;
  padding: 12px 16px 9px;
  overflow: hidden;
}

.coded-dashboard .metric-card,
.coded-dashboard .radar-card,
.coded-dashboard .role-card,
.coded-dashboard .win-card,
.coded-dashboard .clutch-card,
.coded-dashboard .opening-card,
.coded-dashboard .recent-card {
  border-color: rgba(180, 216, 234, 0.13);
  background: rgba(255, 255, 255, 0.028);
}

.coded-dashboard .metrics-grid {
  height: 106px;
  width: calc(100% - 24px);
  margin-left: 0;
}

.coded-dashboard .card-title,
.coded-dashboard .metric-card span {
  color: #d9e5ed;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.coded-dashboard .metric-card strong {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 600;
}

.coded-dashboard .metric-card > span {
  position: relative;
  top: -4px;
}

.coded-dashboard .metric-card em,
.coded-dashboard .clutch-card em,
.coded-dashboard .opening-card em {
  font-weight: 600;
}

.coded-dashboard .bar-chart {
  position: absolute;
  right: 16px;
  bottom: 8px;
  left: 16px;
  justify-content: flex-end;
  height: 42px;
  margin: 0;
  opacity: 0.7;
}

.coded-dashboard .bar-chart i {
  transform: scaleY(0.74);
  transform-origin: bottom;
}

.coded-dashboard .sparkline {
  position: absolute;
  right: 16px;
  bottom: 7px;
  left: 16px;
  width: calc(100% - 32px);
  height: 24px;
  margin: 0;
  overflow: visible;
  opacity: 0.84;
}

.coded-dashboard .sparkline polyline {
  stroke-width: 1.55;
}

.coded-dashboard .analysis-grid {
  grid-template-columns: 192px minmax(0, 1fr) 219px;
  grid-template-rows: 219px 94px 68px;
  grid-template-areas:
    "win radar role"
    "clutch radar opening"
    "recent recent recent";
  align-items: stretch;
  margin-left: -6px;
}

.coded-dashboard .win-card {
  grid-area: win;
  min-height: 216px;
}

.coded-dashboard .radar-card {
  grid-area: radar;
  min-height: 0;
  padding: 14px 14px 10px;
  overflow: hidden;
}

.coded-dashboard .role-card {
  grid-area: role;
  min-height: 216px;
}

.coded-dashboard .clutch-card {
  grid-area: clutch;
  position: relative;
  min-height: 0;
  padding: 11px 14px;
  overflow: hidden;
}

.coded-dashboard .opening-card {
  grid-area: opening;
  position: relative;
  min-height: 0;
  padding: 11px 14px;
  overflow: hidden;
}

.coded-dashboard .clutch-card span {
  margin-top: 7px;
}

.coded-dashboard .clutch-card strong {
  margin-top: 2px;
  line-height: 1.04;
}

.coded-dashboard .recent-card {
  grid-area: recent;
  position: relative;
  min-height: 69px;
  padding: 9px 14px;
}

.coded-dashboard .donut {
  width: 104px;
  height: 104px;
  transform: translate(5px, -2px);
  background:
    radial-gradient(circle, #142129 0 58%, transparent 59%),
    conic-gradient(var(--cyan-strong) 0 61%, rgba(184, 197, 207, 0.18) 61% 100%);
}

.coded-dashboard .donut strong {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-1px);
}

.coded-dashboard .radar-visual {
  min-height: 238px;
}

.coded-dashboard .radar-visual svg {
  width: min(98%, 400px);
  transform: translateY(0);
}

.coded-dashboard .role-row {
  grid-template-columns: 50px minmax(0, 1fr) 38px;
  gap: 8px;
  margin-top: 14px;
}

.coded-dashboard .role-row i {
  height: 5px;
}

.coded-dashboard .role-card .card-title + .role-row {
  margin-top: 23px;
}

.coded-dashboard .role-row b {
  font-weight: 600;
}

.coded-dashboard .clutch-card strong,
.coded-dashboard .opening-card strong {
  font-weight: 600;
}

.coded-dashboard .opening-card strong {
  margin-top: 18px;
}

.coded-dashboard .clutch-card .mini-line,
.coded-dashboard .opening-card .mini-line {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 74px;
  height: 24px;
  margin: 0;
  overflow: visible;
}

.coded-dashboard .clutch-card .mini-line {
  bottom: 16px;
  width: 66px;
}

.coded-dashboard .opening-card .mini-line {
  width: 92px;
}

.coded-dashboard .mini-line polyline {
  stroke-width: 2;
}

.coded-dashboard .recent-row {
  position: absolute;
  right: 14px;
  bottom: 8px;
  left: 14px;
  margin: 0;
  padding-top: 6px;
  font-size: 11px;
  line-height: 1.2;
}

.coded-page .analyze {
  padding-top: 58px;
}

@media (min-width: 1121px) {
  .coded-page .analyze {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 64px;
    padding: 58px 4.35vw;
  }

  .coded-page .analyze h2 {
    font-size: 40px;
    line-height: 1.12;
  }
}

@media (min-width: 1440px) {
  .coded-hero {
    grid-template-columns: minmax(360px, 0.58fr) minmax(790px, 1.42fr);
  }

  .coded-dashboard {
    right: 2.05vw;
    min-height: 586px;
  }
}

@media (max-width: 1220px) {
  .coded-hero {
    grid-template-columns: 1fr;
    gap: 38px;
    min-height: auto;
    padding-bottom: 56px;
  }

  .hero-map {
    display: none;
  }

  .coded-hero .hero-copy {
    padding-top: 62px;
  }

  .coded-dashboard {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .landing-header {
    min-height: 62px;
  }

  .coded-hero {
    padding: 0 20px 52px;
  }

  .coded-hero .hero-copy {
    padding-top: 52px;
    max-width: calc(100vw - 40px);
  }

  .coded-hero h1 {
    font-size: clamp(54px, 17vw, 72px);
  }

  .coded-hero .hero-lede {
    max-width: min(320px, calc(100vw - 40px));
    font-size: 19px;
  }

  .coded-hero .hero-body {
    max-width: min(320px, calc(100vw - 40px));
    font-size: 16px;
  }

  .coded-hero .hero-soon {
    margin-top: 26px;
    font-size: 24px;
  }

  .coded-hero .hero-button {
    width: 100%;
    min-width: 0;
    max-width: calc(100vw - 40px);
  }

  .coded-dashboard {
    display: none;
  }
}
