/* [project]/node_modules/@fontsource-variable/manrope/index.css [app-client] (css) */
@font-face {
  font-family: Manrope Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/manrope-cyrillic-ext-wght-normal.1dtltwig2y3wh.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Manrope Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/manrope-cyrillic-wght-normal.1hmx3sz6swr8m.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Manrope Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/manrope-greek-wght-normal.37b2k1x9f-55d.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Manrope Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/manrope-vietnamese-wght-normal.3xvzy9_grgcx4.woff2") format("woff2-variations");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Manrope Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/manrope-latin-ext-wght-normal.0-hru0xfwhnbp.woff2") format("woff2-variations");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Manrope Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/manrope-latin-wght-normal.1p_a2k8qd5zhp.woff2") format("woff2-variations");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --ink: #26232b;
  --muted: #8a8791;
  --line: #eeecf1;
  --purple: #b5a0d5;
  --purple-soft: #eee8f8;
  --background: #fbfafc;
  --font: "Manrope Variable", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--background);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 13px;
}

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

button, a, input, select, textarea {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
  color: inherit;
  background: none;
  border: 0;
}

button:disabled {
  cursor: not-allowed;
  opacity: .42;
}

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

button, input, select, textarea, a {
  outline-offset: 4px;
}

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid #9677c1;
}

button {
  transition: background .18s, transform .18s, box-shadow .18s;
}

button:hover:not(:disabled) {
  filter: brightness(.985);
}

button:active:not(:disabled) {
  transform: translateY(1px);
}

h1, h2, h3, h4, p {
  margin: 0;
}

h1, h2, h3, h4 {
  letter-spacing: -.045em;
  font-weight: 650;
}

p {
  line-height: 1.75;
}

svg {
  flex-shrink: 0;
}

input, select {
  min-width: 0;
}

input[type="checkbox"] {
  accent-color: #75618f;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

input[type="range"] {
  accent-color: #8e75b1;
  width: 100%;
}

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

.sidebar {
  border-right: 1px solid var(--line);
  z-index: 30;
  background: #fff;
  flex-direction: column;
  width: 226px;
  padding: 36px 20px 18px;
  display: flex;
  position: fixed;
  inset: 0 auto 0 0;
}

.brand {
  letter-spacing: -2px;
  align-items: center;
  width: fit-content;
  padding: 0 9px;
  font-size: 38px;
  font-weight: 780;
  line-height: 1.2;
  display: flex;
}

.brand-mark {
  color: #9a7ab6;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-right: 9px;
  display: grid;
}

.brand-symbol {
  align-items: center;
  gap: 3px;
  margin-right: 11px;
  display: flex;
  transform: rotate(-16deg);
}

.brand-symbol span {
  background: #b4a0d5;
  border-radius: 8px;
  width: 8px;
  height: 23px;
}

.brand-symbol span:nth-child(2) {
  background: #29262d;
  height: 33px;
}

.brand-symbol span:nth-child(3) {
  background: #cfc1e3;
  height: 18px;
}

.sidebar-caption {
  letter-spacing: 1.35px;
  color: #9b959f;
  margin: 15px 0 48px 11px;
  font-size: 7.7px;
  font-weight: 650;
}

.nav-label {
  letter-spacing: 1.25px;
  color: #a7a1ad;
  margin: 0 0 15px 14px;
  font-size: 9px;
  font-weight: 650;
}

.main-nav {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.nav-item {
  color: #77717f;
  text-align: left;
  white-space: nowrap;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 13px 14px;
  font-size: 11.5px;
  display: flex;
}

.nav-item:hover {
  background: #f7f5fa;
}

.nav-item.active {
  color: #5d4879;
  background: #eee8f7;
  font-weight: 750;
}

.nav-item.active svg {
  stroke: #77618f;
}

.nav-count {
  background: #e1d6ee;
  border-radius: 6px;
  place-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: auto;
  font-size: 9px;
  display: grid;
}

.nav-divider {
  background: var(--line);
  height: 1px;
  margin: 16px 13px;
}

.nav-new {
  letter-spacing: .5px;
  color: #9b87b6;
  margin-left: auto;
  font-size: 7px;
  font-weight: 750;
}

.advisor-dot {
  background: #b6a1d2;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: auto;
}

.sidebar-bottom {
  margin-top: auto;
  padding-top: 50px;
}

.sidebar-prompt {
  background: linear-gradient(130deg, #f5f0fa, #fbf5f2);
  border: 1px solid #f0e9f4;
  border-radius: 16px;
  padding: 19px 15px 16px;
  position: relative;
  overflow: hidden;
}

.little-sparkle {
  color: #af95c6;
  margin-bottom: 8px;
  font-size: 35px;
  line-height: 1;
  display: inline-block;
  transform: rotate(12deg);
}

.sidebar-prompt h4 {
  white-space: pre-line;
  letter-spacing: -.35px;
  font-size: 14px;
  line-height: 1.55;
}

.sidebar-prompt p {
  color: #8c8291;
  margin-top: 7px;
  font-size: 9px;
}

.sidebar-prompt button {
  border-bottom: 1px solid #c6b9d2;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 0 0 5px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.help-link {
  color: #77717f;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 23px 12px 17px;
  font-size: 11px;
  display: flex;
}

.help-link svg:last-child {
  margin-left: auto;
}

.sidebar-location {
  border-top: 1px solid var(--line);
  color: #a29ca8;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 17px 0 0;
  font-size: 8px;
  display: flex;
}

.flag-ru {
  background: linear-gradient(#fff 0 33%, #7293c9 33% 66%, #d98989 66%);
  border: 1px solid #e7e5e9;
  border-radius: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 12px;
  display: inline-block;
}

.workspace {
  margin-left: 226px;
}

.topbar {
  border-bottom: 1px solid var(--line);
  background: #ffffffd9;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 87px;
  padding: 0 38px;
  display: flex;
}

.breadcrumb {
  color: #aba5b1;
  font-size: 10px;
}

.breadcrumb > span {
  color: #c8c2cc;
  margin: 0 11px;
}

.breadcrumb strong {
  color: #655e6d;
  font-weight: 550;
}

.topbar-actions {
  align-items: center;
  gap: 18px;
  display: flex;
}

.header-search {
  color: #a29ba9;
  align-items: center;
  gap: 9px;
  width: 248px;
  display: flex;
}

.header-search input {
  background: none;
  border: 0;
  outline: none;
  width: 100%;
  font-size: 10px;
}

.header-search input::placeholder {
  color: #a19aa8;
}

.header-search kbd {
  color: #aaa2b4;
  border: 1px solid #eae6ee;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 13px;
}

.language-switch {
  background: #f4f1f7;
  border: 1px solid #eeebf2;
  border-radius: 8px;
  gap: 2px;
  padding: 3px;
  display: flex;
}

.language-switch button {
  color: #8a8193;
  border-radius: 5px;
  min-width: 30px;
  padding: 5px 6px;
  font-size: 9px;
  font-weight: 700;
}

.language-switch button.active {
  color: #332b3f;
  background: #fff;
  box-shadow: 0 1px 5px #3a245a0c;
}

.topbar-divider {
  background: var(--line);
  width: 1px;
  height: 23px;
}

.profile-button {
  color: #826789;
  background: #eae0ee;
  border-radius: 50%;
  place-items: center;
  width: 35px;
  height: 35px;
  display: grid;
}

.main-content {
  max-width: 1650px;
  margin: auto;
  padding: 35px 38px 0;
}

.page-heading {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  display: flex;
}

.greeting {
  letter-spacing: 1.6px;
  color: #9a8f9f;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 8px;
  font-weight: 750;
  display: flex;
}

.tiny-sun {
  color: #b69bc9;
  font-size: 18px;
  line-height: 1;
}

h1 {
  letter-spacing: -1.3px;
  font-size: 30px;
  line-height: 1.35;
}

.page-heading > div > p {
  color: #918999;
  letter-spacing: .05px;
  margin-top: 7px;
  font-size: 11px;
}

.lavender-period {
  color: #b19bcf;
}

.location-pill {
  white-space: nowrap;
  color: #69606f;
  background: #fff;
  border: 1px solid #e6e1e9;
  border-radius: 8px;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  font-size: 9px;
  display: flex;
}

.location-pill > svg {
  margin-left: 4px;
}

.overview-grid {
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 23px;
  display: grid;
}

.overview-main {
  min-width: 0;
}

.hero-card {
  background: #eee9f7;
  border: 1px solid #e9e1f3;
  border-radius: 20px;
  min-height: 279px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-card:after {
  content: "";
  opacity: .5;
  background: #f5f0fb;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  position: absolute;
  top: -45px;
  right: 26px;
}

.hero-copy {
  z-index: 2;
  width: 56%;
  padding: 31px 0 29px 29px;
  position: relative;
}

.hero-eyebrow {
  letter-spacing: 1.1px;
  color: #8b789f;
  white-space: nowrap;
  align-items: center;
  gap: 6px;
  font-size: 7px;
  font-weight: 750;
  display: flex;
}

.hero-copy h2 {
  letter-spacing: -1.4px;
  margin: 15px 0 12px;
  font-size: 30px;
  font-weight: 650;
  line-height: 1.25;
}

.hero-copy p {
  color: #8a7d97;
  white-space: pre-line;
  font-size: 10px;
  line-height: 1.9;
}

.button {
  white-space: nowrap;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 39px;
  padding: 12px 18px;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.5;
  display: inline-flex;
}

.button.primary {
  color: #fff;
  background: #242127;
  box-shadow: 0 3px 4px #24212708;
}

.button.primary:hover {
  background: #3b3343;
}

.button.secondary {
  color: #665772;
  background: #fff;
  border: 1px solid #e6e0eb;
}

.button.ghost {
  color: #8e809c;
  background: none;
}

.button svg {
  flex-shrink: 0;
}

.hero-copy > .button {
  gap: 23px;
  margin-top: 20px;
  font-size: 10px;
}

.hero-micro {
  color: #a094ab;
  align-items: center;
  gap: 5px;
  margin-top: 11px;
  font-size: 8px;
  display: flex;
}

.hero-micro > span {
  margin: 0 3px;
}

.hero-visual {
  z-index: 1;
  align-items: center;
  width: 52%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 2px;
  right: -32px;
}

.globe-art {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.floating-note {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #83728e;
  white-space: nowrap;
  background: #ffffffc4;
  border: 1px solid #ffffffd4;
  border-radius: 7px;
  padding: 8px 11px;
  font-size: 8px;
  position: absolute;
  bottom: 32px;
  right: 66px;
  transform: rotate(-6deg);
  box-shadow: 0 4px 14px #725b8c0c;
}

.floating-note > span {
  color: #a381bc;
  padding-right: 5px;
  font-size: 13px;
}

.section-heading {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 17px;
  display: flex;
}

.section-heading h2 {
  letter-spacing: -.5px;
  font-size: 16px;
}

.section-heading p {
  color: #9c94a4;
  margin-top: 5px;
  font-size: 10px;
}

.text-button {
  color: #807087;
  white-space: nowrap;
  align-items: center;
  gap: 7px;
  padding: 4px 0;
  font-size: 9px;
  font-weight: 650;
  display: flex;
}

.text-button:hover {
  color: #3b2d4b;
}

.fields-section {
  margin-top: 27px;
}

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

.field-card {
  text-align: left;
  border: 1px solid #eee6f2;
  border-radius: 15px;
  flex-direction: column;
  min-height: 188px;
  padding: 18px 17px 0;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.field-card:hover {
  box-shadow: 0 6px 18px #4c32530a;
  transform: translateY(-3px) !important;
}

.purple {
  color: #86709d;
  background: #eee9f7;
}

.pink {
  color: #b4828c;
  background: #f8e9eb;
}

.mint {
  color: #7a9b85;
  background: #e9f1eb;
}

.peach {
  color: #b3947a;
  background: #faece1;
}

.blue {
  color: #7590a8;
  background: #e9f0f6;
}

.field-card.purple {
  background: #f2edf8;
}

.field-card.pink {
  background: #faeef0;
  border-color: #f2e4e8;
}

.field-card.mint {
  background: #edf4ef;
  border-color: #e4ede7;
}

.field-card-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.field-card-top > svg {
  color: #9d8ba8;
  width: 15px;
}

.field-icon {
  background: #ffffff83;
  border: 1px solid #ffffffbf;
  border-radius: 12px;
  place-items: center;
  width: 43px;
  height: 43px;
  display: grid;
  box-shadow: 0 3px 8px #8a75940a;
}

.field-card h3 {
  letter-spacing: -.35px;
  color: #44374a;
  font-size: 13px;
  line-height: 1.5;
}

.field-card p {
  color: #a08da8;
  margin-top: 4px;
  font-size: 9px;
}

.field-card.mint p {
  color: #95a69a;
}

.field-card.pink p {
  color: #b1999e;
}

.field-card-bottom {
  color: #95859d;
  border-top: 1px solid #d5c8e343;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  padding: 12px 0;
  font-size: 8px;
  display: flex;
}

.field-card-bottom > span:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.muted {
  opacity: .6;
  padding-left: 5px;
}

.round-arrow {
  background: #ffffff8c;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 23px;
  height: 23px;
  display: grid;
}

.overview-rail {
  flex-direction: column;
  gap: 18px;
  display: flex;
}

.journey-card {
  background: #fff;
  border: 1px solid #ebe6ef;
  border-radius: 19px;
  flex: 1;
  padding: 20px 21px 13px;
}

.card-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.small-icon {
  border-radius: 11px;
  place-items: center;
  width: 36px;
  height: 36px;
  display: inline-grid;
}

.pill {
  letter-spacing: .65px;
  border-radius: 5px;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  font-size: 7px;
  font-weight: 650;
  line-height: 1.5;
  display: inline-flex;
}

.pill.neutral {
  color: #9b8da6;
  background: #f6f3f8;
}

.journey-card h3 {
  white-space: pre-line;
  letter-spacing: -.8px;
  font-size: 21px;
  line-height: 1.3;
}

.journey-card > p {
  color: #a096aa;
  white-space: pre-line;
  margin-top: 10px;
  font-size: 9px;
  line-height: 1.8;
}

.journey-progress {
  color: #9a8ca5;
  justify-content: space-between;
  align-items: center;
  margin: 22px 0 8px;
  font-size: 8px;
  display: flex;
}

.journey-progress strong {
  color: #8e74aa;
  font-size: 9px;
}

.progress-track {
  background: #f0ebf4;
  border-radius: 10px;
  height: 5px;
  overflow: hidden;
}

.progress-track > span {
  background: #b19aca;
  border-radius: 10px;
  height: 100%;
  transition: width .3s;
  display: block;
}

.journey-step {
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  display: flex;
  position: relative;
}

.journey-step:first-of-type {
  margin-top: 10px;
}

.step-circle {
  color: #c3bacb;
  background: #f7f5f9;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 23px;
  height: 23px;
  font-size: 9px;
  display: grid;
  position: relative;
}

.step-circle.current {
  color: #997cb6;
  background: #ece4f4;
}

.step-circle.done {
  color: #7b9a80;
  background: #e3eee4;
}

.journey-step:not(:last-child) .step-circle:after {
  content: "";
  border-left: 1px dashed #e1d9e8;
  height: 16px;
  position: absolute;
  top: 27px;
  left: 11px;
}

.journey-step strong {
  color: #6d6277;
  font-size: 9px;
  font-weight: 650;
}

.journey-step small {
  color: #b0a5b9;
  margin-top: 3px;
  font-size: 7.7px;
  display: block;
}

.journey-step > svg {
  color: #ab93c0;
  margin-left: auto;
}

.advisor-promo {
  text-align: left;
  color: #fff;
  background: radial-gradient(at 95% 0, #484047, #252326 70%);
  border-radius: 17px;
  padding: 21px 21px 17px;
  position: relative;
  overflow: hidden;
}

.advisor-promo > div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.advisor-promo-icon {
  color: #d0bade;
  background: #ffffff10;
  border: 1px solid #ffffff10;
  border-radius: 11px;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.dark-pill {
  color: #bcafb9;
  background: #ffffff07;
  border: 1px solid #ffffff0c;
  font-size: 6px;
}

.advisor-promo h3 {
  letter-spacing: -.7px;
  white-space: pre-line;
  margin-top: 14px;
  font-size: 21px;
  line-height: 1.35;
}

.advisor-promo p {
  color: #aaa0ab;
  white-space: pre-line;
  margin-top: 9px;
  font-size: 9px;
}

.advisor-promo-link {
  color: #e2dce5;
  border-top: 1px solid #ffffff13;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 13px;
  font-size: 9px;
  display: flex;
}

.advisor-promo-link > span {
  color: #504057;
  background: #d7c4e6;
  border-radius: 8px;
  place-items: center;
  width: 26px;
  height: 26px;
  display: grid;
}

.cities-preview {
  margin-top: 29px;
}

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

.city-preview-card {
  text-align: left;
  background: #fff;
  border: 1px solid #eae4ed;
  border-radius: 15px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.city-preview-card:hover {
  box-shadow: 0 5px 17px #4b354a0a;
  transform: translateY(-3px) !important;
}

.city-art {
  width: 100%;
  height: 132px;
  display: block;
}

.city-preview-body {
  justify-content: space-between;
  gap: 10px;
  padding: 15px 17px;
  display: flex;
}

.city-preview-body h3 {
  letter-spacing: -.3px;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  display: flex;
}

.city-preview-body h3 svg {
  color: #a297ac;
  width: 14px;
}

.city-preview-body p {
  color: #a094aa;
  margin-top: 4px;
  font-size: 8px;
}

.city-starting {
  text-align: right;
  white-space: nowrap;
  flex-direction: column;
  gap: 3px;
  display: flex;
}

.city-starting small {
  color: #a79bad;
  font-size: 7px;
  font-weight: 450;
}

.city-starting strong {
  font-size: 10px;
  font-weight: 700;
}

.city-starting strong small {
  margin-left: 2px;
}

.page-footer {
  color: #b2a8ba;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
  padding: 29px 0 22px;
  font-size: 8px;
  display: flex;
}

.footer-brand {
  letter-spacing: -.7px;
  color: #9f8cae;
  font-size: 15px;
  font-weight: 750;
}

.data-badge {
  align-items: center;
  gap: 6px;
  margin-left: auto;
  font-size: 7px;
  display: flex;
}

.tiny-dot {
  background: #b5a1c9;
  border-radius: 50%;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  display: inline-block;
}

.tiny-dot.green {
  background: #9bbc9b;
}

.mobile-menu, .mobile-bottom {
  display: none;
}

.icon-button {
  color: #9c8aa9;
  border-radius: 9px;
  flex-shrink: 0;
  place-items: center;
  width: 33px;
  height: 33px;
  display: inline-grid;
}

.icon-button:hover {
  background: #f0eaf6;
}

.icon-button.saved {
  color: #9875b8;
  background: #f0e6f7;
}

.eyebrow {
  letter-spacing: 1.2px;
  color: #9b86ac;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  font-weight: 700;
  display: flex;
}

.full-width {
  width: 100%;
}

.field-tabs {
  flex-wrap: wrap;
  gap: 7px;
  margin: 4px 0 24px;
  display: flex;
}

.field-tabs button {
  color: #8c7c99;
  background: #fff;
  border: 1px solid #e7e1ed;
  border-radius: 9px;
  padding: 10px 14px;
  font-size: 10px;
}

.field-tabs button.active {
  color: #fff;
  background: #28222e;
  border-color: #28222e;
}

.filter-bar {
  background: #fff;
  border: 1px solid #eae4ef;
  border-radius: 13px;
  gap: 12px;
  padding: 13px;
  display: flex;
}

.filter-search {
  color: #a898b4;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 0 9px;
  display: flex;
}

.filter-search input {
  color: #544261;
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 11px;
}

.filter-search input::placeholder {
  color: #b1a2bd;
}

.filter-bar select {
  color: #86728f;
  background: #f9f7fb;
  border: 1px solid #eae4ef;
  border-radius: 8px;
  max-width: 210px;
  padding: 10px 12px;
  font-size: 10px;
}

.results-meta {
  color: #a08faa;
  align-items: center;
  gap: 20px;
  margin: 19px 2px;
  font-size: 10px;
  display: flex;
}

.results-meta .text-button {
  margin-left: auto;
}

.results-meta label {
  align-items: center;
  gap: 7px;
  font-size: 9px;
  display: flex;
}

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

.program-card {
  background: #fff;
  border: 1px solid #eae4ef;
  border-radius: 16px;
  flex-direction: column;
  padding: 21px;
  transition: box-shadow .2s;
  display: flex;
}

.program-card:hover {
  box-shadow: 0 5px 18px #51355908;
}

.program-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.program-icon {
  border-radius: 13px;
  place-items: center;
  width: 46px;
  height: 46px;
  display: grid;
}

.program-school {
  letter-spacing: .9px;
  min-height: 20px;
  font-size: 7px;
  line-height: 1.6;
}

.title-button {
  text-align: left;
  padding: 0;
}

.title-button h3 {
  color: #45364e;
  letter-spacing: -.45px;
  font-size: 16px;
  line-height: 1.5;
}

.title-button:hover h3 {
  color: #9a77b1;
}

.program-location {
  color: #a390af;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  font-size: 9px;
  display: flex;
}

.program-tags {
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 18px;
  margin-bottom: 10px;
  display: flex;
}

.program-tags > span {
  color: #9b87a6;
  background: #f8f5fa;
  border-radius: 5px;
  padding: 5px 7px;
  font-size: 8px;
}

.program-bottom {
  border-top: 1px solid #f1ebf5;
  justify-content: space-between;
  align-items: end;
  gap: 7px;
  margin-top: auto;
  padding-top: 20px;
  display: flex;
}

.program-bottom small {
  color: #aa9cb3;
  margin-bottom: 5px;
  font-size: 8px;
  display: block;
}

.program-bottom strong {
  color: #63506e;
  font-size: 11px;
}

.compare-button {
  color: #9b81af;
  border: 1px solid #e9e0ef;
  border-radius: 7px;
  align-items: center;
  gap: 4px;
  padding: 6px;
  font-size: 8px;
  display: flex;
}

.compare-button.active {
  background: #eee4f7;
  border-color: #d9c5e9;
}

.fit-note {
  color: #7a967f;
  align-items: center;
  gap: 5px;
  margin: 2px 0 16px;
  font-size: 8px;
  display: flex;
}

.fit-note .tiny-dot {
  background: #95b19b;
}

.fit-note.needs-check {
  color: #b08d62;
}

.fit-note.needs-check .tiny-dot {
  background: #c4a580;
}

.empty-state {
  text-align: center;
  background: #fff;
  border: 1px dashed #ded1e9;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 55px 25px;
  display: flex;
}

.empty-state > span {
  color: #a88bbc;
  background: #f0e8f7;
  border-radius: 20px;
  place-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: 4px;
  display: grid;
}

.empty-state h3 {
  font-size: 22px;
}

.empty-state p {
  color: #a290af;
  max-width: 440px;
  font-size: 12px;
}

.empty-state .button {
  margin-top: 12px;
}

.compare-tray {
  z-index: 40;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e8dcee;
  border-radius: 15px;
  align-items: center;
  gap: 18px;
  padding: 12px 14px 12px 21px;
  display: flex;
  position: fixed;
  bottom: 22px;
  left: calc(50% + 113px);
  transform: translateX(-50%);
  box-shadow: 0 9px 35px #4124531c;
}

.compare-tray > span {
  color: #917a9c;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  display: flex;
}

.compare-tray > span > strong {
  color: #55405e;
}

.toast {
  color: #fff;
  z-index: 120;
  background: #302734;
  border: 1px solid #ffffff20;
  border-radius: 12px;
  align-items: center;
  gap: 9px;
  max-width: 90vw;
  padding: 14px 22px;
  font-size: 11px;
  animation: .2s appear;
  display: flex;
  position: fixed;
  bottom: 90px;
  left: calc(50% + 113px);
  transform: translateX(-50%);
  box-shadow: 0 5px 20px #33213620;
}

.report-intro {
  background: #f3edf9;
  border: 1px solid #e9e0f3;
  border-radius: 16px;
  align-items: center;
  gap: 16px;
  margin-bottom: 25px;
  padding: 22px;
  display: flex;
}

.report-intro > div {
  flex: 1;
}

.report-intro h3 {
  font-size: 17px;
}

.report-intro p {
  color: #9a86a8;
  max-width: 670px;
  margin-top: 5px;
  font-size: 10px;
}

.report-fields .field-card {
  min-height: 220px;
}

.field-rank {
  letter-spacing: 1px;
  color: #a590b1;
  margin-bottom: 7px;
  font-size: 7px;
  display: block;
}

.report-fields .field-card h3 {
  font-size: 18px;
}

.report-reasons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 23px 0 37px;
  display: grid;
}

.reason-card {
  background: #fff;
  border: 1px solid #ece4f1;
  border-radius: 15px;
  padding: 22px;
}

.reason-card h3 {
  margin-bottom: 10px;
  font-size: 15px;
}

.reason-card h4 {
  letter-spacing: 0;
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 11px;
}

.reason-card p {
  color: #9a86a6;
  margin-top: 10px;
  font-size: 10px;
}

.report-footer {
  background: #f2edf6;
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  padding: 18px 22px;
  display: flex;
}

.report-footer p {
  color: #9883a4;
  font-size: 12px;
}

.count-label {
  color: #9c82ae;
  vertical-align: middle;
  background: #eee7f5;
  border-radius: 6px;
  margin-left: 8px;
  padding: 3px 7px;
  font-size: 10px;
}

.checklist-section {
  background: #fff;
  border: 1px solid #e9e0ef;
  border-radius: 17px;
  margin-top: 28px;
  padding: 26px;
}

.task-list {
  margin-top: 13px;
}

.task-row {
  border-bottom: 1px solid #f1eaf5;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  display: flex;
}

.task-check {
  text-align: left;
  color: #776281;
  flex: 1;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.task-check > svg {
  color: #d8c9e2;
}

.task-row.done .task-check {
  color: #b0a1b9;
}

.task-row.done .task-check > svg {
  color: #99b69e;
}

.task-row.done .task-check > span {
  text-decoration: line-through;
}

.add-task {
  color: #b19cc0;
  border: 1px solid #eae2f0;
  border-radius: 10px;
  align-items: center;
  gap: 12px;
  margin-top: 19px;
  padding: 7px 8px 7px 14px;
  display: flex;
}

.add-task input {
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  font-size: 11px;
}

.add-task input::placeholder {
  color: #b3a3be;
}

.save-notice {
  color: #ad99b8;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 10px;
  font-size: 10px;
  display: flex;
}

.save-notice p {
  flex: 1;
}

.save-notice .text-button {
  font-size: 10px;
}

.city-selector {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 27px;
  display: grid;
}

.city-selector-card {
  text-align: left;
  background: #fff;
  border: 2px solid #0000;
  border-radius: 13px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ece4f1;
}

.city-selector-card.active {
  border-color: #b29bc9;
  box-shadow: 0 3px 10px #936ba018;
}

.city-selector-card .city-art {
  height: 90px;
}

.city-selector-card > span {
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 11px 12px;
  font-size: 10px;
  font-weight: 650;
  display: flex;
}

.city-selector-card > span svg {
  color: #b39ac4;
  width: 14px;
}

.city-intro {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 32px 0 24px;
  display: flex;
}

.city-intro h2 {
  letter-spacing: -1px;
  margin: 8px 0 5px;
  font-size: 33px;
}

.city-intro p {
  color: #9c88a9;
  font-size: 11px;
}

.city-intro .eyebrow {
  font-size: 8px;
}

.budget-layout {
  grid-template-columns: minmax(0, 1fr) 335px;
  gap: 24px;
  display: grid;
}

.budget-breakdown {
  background: #fff;
  border: 1px solid #eae2f0;
  border-radius: 18px;
  padding: 25px;
}

.budget-breakdown .section-heading {
  margin-bottom: 27px;
}

.control-label {
  color: #8f7a9f;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 600;
  display: block;
}

.housing-switch {
  background: #f7f3fa;
  border: 1px solid #ede4f2;
  border-radius: 9px;
  gap: 4px;
  padding: 4px;
  display: flex;
}

.housing-switch button {
  color: #a08aad;
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 11px 6px;
  font-size: 9px;
  display: flex;
}

.housing-switch button.active {
  color: #6b4f81;
  background: #fff;
  box-shadow: 0 1px 7px #6c418311;
}

.stacked-cost-bar {
  border-radius: 5px;
  gap: 3px;
  height: 20px;
  margin: 28px 0 17px;
  display: flex;
  overflow: hidden;
}

.stacked-cost-bar > div {
  min-width: 0;
  transition: width .3s;
}

.cost-row {
  border-bottom: 1px solid #f2ebf6;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 17px 0;
  font-size: 11px;
  display: flex;
}

.cost-row > span {
  color: #9b86aa;
  align-items: center;
  gap: 9px;
  display: flex;
}

.cost-row i {
  border-radius: 3px;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  display: block;
}

.cost-row > strong {
  color: #6a507a;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 550;
}

.cost-edit {
  color: #8b6e9e;
  align-items: center;
  gap: 7px;
  display: flex;
}

.cost-edit input {
  color: #7b5e8d;
  text-align: right;
  background: #fcf9ff;
  border: 1px solid #e2d5ec;
  border-radius: 6px;
  width: 100px;
  padding: 6px;
  font-size: 11px;
}

.cost-total {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 22px 0 5px;
  font-size: 12px;
  font-weight: 650;
  display: flex;
}

.cost-total > strong {
  letter-spacing: -.6px;
  color: #614972;
  font-size: 18px;
}

.budget-custom-note {
  color: #b4a3bd;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  font-size: 8px;
  line-height: 1.7;
  display: flex;
}

.budget-summary {
  background: linear-gradient(140deg, #f1ebf8, #f6f0f7);
  border: 1px solid #e8ddf1;
  border-radius: 18px;
  padding: 24px;
}

.budget-summary-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.budget-summary h3 {
  white-space: pre-line;
  letter-spacing: -1px;
  margin: 17px 0 27px;
  font-size: 24px;
  line-height: 1.35;
}

.budget-summary .control-label {
  font-size: 9px;
}

.tuition-input {
  color: #ac92bd;
  background: #fff;
  border: 1px solid #e6d9f0;
  border-radius: 9px;
  align-items: center;
  gap: 9px;
  padding: 12px;
  display: flex;
}

.tuition-input input {
  color: #664b77;
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}

.budget-summary .subtle-note {
  margin: 7px 0 17px;
  font-size: 8px;
}

.budget-checkbox {
  color: #957ba5;
  align-items: center;
  gap: 8px;
  margin: 14px 0;
  font-size: 9px;
  line-height: 1.6;
  display: flex;
}

.annual-line {
  color: #a087b0;
  justify-content: space-between;
  align-items: start;
  gap: 15px;
  margin: 18px 0;
  font-size: 8px;
  display: flex;
}

.annual-line > strong {
  color: #836392;
  text-align: right;
  font-size: 9px;
  font-weight: 600;
}

.annual-total {
  border-top: 1px solid #dacce5;
  flex-direction: column;
  gap: 8px;
  margin-top: 19px;
  padding-top: 18px;
  display: flex;
}

.annual-total > span {
  color: #9a7eaa;
  font-size: 10px;
}

.annual-total > strong {
  letter-spacing: -.8px;
  font-size: 22px;
  line-height: 1.4;
}

.annual-total > small {
  color: #ab94b8;
  font-size: 8px;
}

.budget-fit {
  color: #7a957d;
  background: #e6efe6;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px;
  font-size: 9px;
  line-height: 1.7;
  display: flex;
}

.budget-fit.over {
  color: #af8865;
  background: #f4e8de;
}

.budget-footnote {
  color: #b09abd;
  margin-top: 18px;
  font-size: 8px;
}

.source-note {
  color: #ad97b9;
  background: #f7f3fa;
  border: 1px solid #ede5f3;
  border-radius: 10px;
  align-items: flex-start;
  gap: 10px;
  margin: 23px 0 0;
  padding: 15px 17px;
  display: flex;
}

.source-note > svg {
  margin-top: 2px;
}

.source-note strong {
  font-size: 9px;
  font-weight: 600;
}

.source-note p {
  margin: 4px 0 0;
  font-size: 8px;
  line-height: 1.7;
}

.advisor-layout {
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: 23px;
  display: grid;
}

.chat-panel {
  background: #fff;
  border: 1px solid #e8def0;
  border-radius: 20px;
  flex-direction: column;
  min-height: 620px;
  display: flex;
  overflow: hidden;
}

.chat-header {
  background: #faf7fd;
  border-bottom: 1px solid #eee5f5;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  display: flex;
}

.chat-avatar {
  color: #a589ba;
  background: #eee4f7;
  border-radius: 14px;
  place-items: center;
  width: 44px;
  height: 44px;
  display: grid;
}

.chat-header h3 {
  letter-spacing: -.2px;
  font-size: 13px;
}

.chat-header > div > span {
  color: #ad96bd;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  font-size: 8px;
  display: flex;
}

.chat-header > .icon-button {
  margin-left: auto;
}

.chat-messages {
  scrollbar-width: thin;
  scrollbar-color: #e4d8ec transparent;
  flex: 1;
  min-height: 360px;
  max-height: 550px;
  padding: 26px 23px;
  overflow-y: auto;
}

.chat-message {
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 22px;
  animation: .2s appear;
  display: flex;
}

.message-icon {
  color: #ac91be;
  background: #f1e8f9;
  border-radius: 10px;
  flex-shrink: 0;
  place-items: center;
  width: 29px;
  height: 29px;
  display: grid;
}

.chat-message > div {
  white-space: pre-line;
  color: #947da3;
  background: #f5f0f9;
  border-radius: 0 14px 14px;
  max-width: 88%;
  padding: 16px 18px;
  font-size: 11px;
  line-height: 1.95;
}

.chat-message.user {
  flex-direction: row-reverse;
}

.chat-message.user .message-icon {
  color: #89718f;
  background: #eae6ed;
}

.chat-message.user > div {
  color: #eae0f1;
  background: #322838;
  border-radius: 14px 0 14px 14px;
}

.chat-message.error > div {
  color: #af8d70;
  background: #fff2e8;
}

.chat-prompts {
  flex-wrap: wrap;
  gap: 9px;
  margin: 4px 0 16px 39px;
  display: flex;
}

.chat-prompts button {
  color: #a087b0;
  text-align: left;
  border: 1px solid #e6d8ef;
  border-radius: 9px;
  align-items: center;
  gap: 12px;
  padding: 11px;
  font-size: 9px;
  display: flex;
}

.chat-input {
  border: 1px solid #e6daed;
  border-radius: 11px;
  align-items: center;
  gap: 12px;
  margin: 0 23px;
  padding: 7px 7px 7px 16px;
  display: flex;
}

.chat-input input {
  color: #775a87;
  background: none;
  border: 0;
  outline: none;
  flex: 1;
  font-size: 11px;
}

.chat-input input::placeholder {
  color: #baa5c7;
}

.chat-input button {
  color: #fff;
  background: #2e2534;
  border-radius: 8px;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
}

.chat-disclaimer {
  text-align: center;
  color: #bdabc8;
  padding: 13px;
  font-size: 8px;
}

.chat-context {
  background: #efe8f7;
  border: 1px solid #e7dcf0;
  border-radius: 17px;
  padding: 24px;
}

.chat-context h3 {
  letter-spacing: -.8px;
  margin: 19px 0 12px;
  font-size: 23px;
  line-height: 1.4;
}

.chat-context p {
  color: #a58bb6;
  margin-bottom: 23px;
  font-size: 11px;
}

.chat-context .button {
  gap: 8px;
  width: 100%;
  font-size: 10px;
}

.chat-shortcuts {
  padding: 24px 0;
}

.chat-shortcuts h4 {
  margin-bottom: 15px;
  font-size: 11px;
}

.chat-shortcuts button {
  text-align: left;
  color: #a389b3;
  background: #fff;
  border: 1px solid #e9ddf1;
  border-radius: 9px;
  align-items: center;
  gap: 9px;
  width: 100%;
  margin-bottom: 9px;
  padding: 13px;
  font-size: 10px;
  display: flex;
}

.chat-shortcuts button svg:last-child {
  margin-left: auto;
}

.chat-side > .subtle-note {
  padding: 0 8px;
  font-size: 9px;
}

.dialog-backdrop {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 100;
  background: #29202c66;
  justify-content: center;
  align-items: center;
  padding: 30px;
  animation: .2s appear;
  display: flex;
  position: fixed;
  inset: 0;
}

.dialog {
  scrollbar-width: thin;
  scrollbar-color: #e1d5e9 transparent;
  background: #fff;
  border-radius: 24px;
  outline: none;
  width: 570px;
  max-width: 100%;
  max-height: 90vh;
  padding: 37px;
  position: relative;
  overflow: auto;
  box-shadow: 0 25px 100px #20162533;
}

.dialog-wide {
  width: 1000px;
}

.dialog-close {
  z-index: 5;
  color: #9e83ad;
  background: #ffffffad;
  border: 1px solid #ece2f1;
  position: absolute;
  top: 16px;
  right: 16px;
}

.dialog h2 {
  letter-spacing: -.9px;
  margin: 12px 0 16px;
  font-size: 29px;
  line-height: 1.35;
}

.dialog h3 {
  letter-spacing: -.3px;
  margin: 26px 0 10px;
  font-size: 14px;
}

.dialog > p {
  color: #a08aac;
  margin: 10px 0 17px;
  font-size: 11px;
}

.dialog .dialog-lead {
  font-size: 12px;
  line-height: 1.9;
}

.detail-icon {
  border-radius: 19px;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 0 23px;
  display: grid;
}

.detail-tags {
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0;
  display: flex;
}

.detail-tags > span {
  color: #a48bb5;
  background: #f4eef9;
  border-radius: 7px;
  padding: 7px 10px;
  font-size: 9px;
}

.try-card {
  color: #ad93bd;
  background: #f3edf9;
  border: 1px solid #e9e0f1;
  border-radius: 12px;
  align-items: flex-start;
  gap: 12px;
  margin: 21px 0;
  padding: 18px;
  display: flex;
}

.try-card > svg {
  margin-top: 1px;
}

.try-card h4 {
  letter-spacing: 0;
  color: #826491;
  margin-bottom: 7px;
  font-size: 11px;
}

.try-card p {
  font-size: 10px;
  line-height: 1.9;
}

.subtle-note {
  color: #ad98bb;
  font-size: 9px;
  line-height: 1.8;
}

.detail-city-art {
  border-radius: 14px;
  height: 160px;
  margin-bottom: 26px;
}

.detail-cost {
  color: #ac92bc;
  border-bottom: 1px solid #eee4f5;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  font-size: 10px;
  display: flex;
}

.detail-cost > strong {
  color: #765687;
  white-space: nowrap;
  font-size: 12px;
}

.requirements {
  color: #b69b79;
  background: #faf5ed;
  border-radius: 10px;
  margin: 23px 0;
  padding: 17px;
}

.requirements h4 {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 11px;
}

.requirements p {
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  font-size: 10px;
  display: flex;
}

.detail-actions {
  gap: 10px;
  margin-top: 24px;
  display: flex;
}

.detail-actions .button {
  flex: 1;
  padding: 12px;
  font-size: 9px;
}

.comparison-scroll {
  margin-top: 26px;
  overflow: auto;
}

.comparison-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  font-size: 10px;
}

.comparison-table th, .comparison-table td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ede2f4;
  min-width: 140px;
  padding: 17px;
  line-height: 1.9;
}

.comparison-table th {
  color: #91739f;
  background: #faf6fd;
  font-weight: 600;
}

.comparison-table th:first-child {
  color: #baa3c8;
  background: #fff;
  min-width: 120px;
  font-weight: 400;
}

.comparison-table thead th {
  color: #6a497c;
  font-size: 13px;
  font-weight: 650;
}

.comparison-table small {
  color: #b59ac5;
  margin-top: 7px;
  font-size: 8px;
  font-weight: 400;
  display: block;
}

.comparison-table td {
  color: #a48ab4;
}

.account-form {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.account-form label {
  color: #a48cb3;
  font-size: 11px;
}

.account-form input {
  color: #745385;
  outline-offset: 3px;
  border: 1px solid #e4d6ed;
  border-radius: 9px;
  padding: 14px;
}

.account-message {
  background: #f0e8f7;
  border-radius: 10px;
  padding: 14px;
  line-height: 1.9;
}

.help-steps {
  margin: 25px 0;
}

.help-steps p {
  color: #a68ab7;
  align-items: center;
  gap: 18px;
  margin: 16px 0;
  font-size: 11px;
  display: flex;
}

.help-steps strong {
  color: #9972b0;
  font-size: 17px;
}

.quiz-layout {
  grid-template-columns: 310px minmax(0, 1fr);
  min-height: 640px;
  margin: -37px;
  display: grid;
}

.quiz-aside {
  background: linear-gradient(160deg, #eee7f8, #f7ecf2);
  flex-direction: column;
  padding: 42px 30px;
  display: flex;
  overflow: hidden;
}

.quiz-aside .eyebrow {
  letter-spacing: .8px;
  font-size: 7px;
}

.quiz-aside h2 {
  white-space: pre-line;
  margin: 31px 0 14px;
  font-size: 31px;
  line-height: 1.4;
}

.quiz-aside > p {
  color: #a88fb8;
  font-size: 11px;
  line-height: 1.9;
}

.quiz-aside .globe-art {
  width: 330px;
  max-width: none;
  margin: 25px 0 0 -48px;
}

.quiz-note {
  color: #b49bc3;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 8px;
  line-height: 1.7;
  display: flex;
}

.quiz-main {
  flex-direction: column;
  min-width: 0;
  padding: 39px 39px 25px;
  display: flex;
}

.quiz-progress-label {
  color: #ac93bb;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 3px 15px 12px 0;
  font-size: 9px;
  display: flex;
}

.quiz-progress-label > span:last-child {
  color: #9973b1;
  font-size: 10px;
}

.quiz-question {
  flex: 1;
  margin: 38px 0 25px;
  animation: .25s appear;
}

.quiz-question > .eyebrow {
  font-size: 7px;
}

.quiz-question h2 {
  margin: 13px 0 10px;
  font-size: 25px;
  line-height: 1.4;
}

.quiz-question > p {
  color: #af98bd;
  margin-bottom: 25px;
  font-size: 10px;
  line-height: 1.9;
}

.answer-grid {
  grid-template-columns: 1fr;
  gap: 10px;
  display: grid;
}

.answer-grid.compact {
  grid-template-columns: 1fr 1fr;
}

.answer-option {
  text-align: left;
  background: #fff;
  border: 1px solid #e9deef;
  border-radius: 10px;
  align-items: center;
  gap: 11px;
  min-height: 61px;
  padding: 13px;
  display: flex;
}

.answer-option:hover {
  background: #faf6fd;
  border-color: #d7c2e6;
}

.answer-option.selected {
  background: #f4ecfc;
  border-color: #b99bce;
  box-shadow: 0 0 0 1px #b99bce;
}

.answer-letter {
  color: #b49bc4;
  background: #f6f0fa;
  border: 1px solid #ebdef3;
  border-radius: 7px;
  flex-shrink: 0;
  place-items: center;
  width: 27px;
  height: 27px;
  font-size: 10px;
  display: grid;
}

.selected .answer-letter {
  color: #fff;
  background: #c0a4d3;
  border-color: #c0a4d3;
}

.answer-option strong {
  color: #8a6d9d;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
}

.answer-option small {
  color: #b59cc6;
  margin-top: 4px;
  font-size: 8px;
  line-height: 1.6;
  display: block;
}

.answer-check {
  color: #ac87c5;
  margin-left: auto;
  display: flex;
}

.compact .answer-check {
  display: none;
}

.unsure {
  color: #b5a0c2;
  align-items: center;
  gap: 5px;
  margin: 19px auto 0;
  padding: 7px;
  font-size: 9px;
  display: flex;
}

.unsure.chosen {
  color: #88649f;
  text-decoration: underline;
}

.quiz-footer {
  border-top: 1px solid #efe5f5;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-top: 19px;
  display: flex;
}

.quiz-footer > .button {
  gap: 9px;
  padding: 11px 14px;
  font-size: 10px;
}

.quiz-footer > span {
  color: #c3b0ce;
  text-align: center;
  font-size: 7px;
}

.budget-question {
  text-align: center;
  background: #f8f2fc;
  border-radius: 14px;
  padding: 26px;
}

.budget-question > strong {
  letter-spacing: -1px;
  color: #90719f;
  margin-bottom: 8px;
  font-size: 30px;
  display: block;
}

.budget-question > label {
  color: #b49ac5;
  margin: 5px 0 28px;
  font-size: 9px;
  display: block;
}

.range-labels {
  color: #ae94bc;
  justify-content: space-between;
  margin: 10px 0 20px;
  font-size: 8px;
  display: flex;
}

.spin {
  animation: 1s linear infinite spin;
}

.selected {
  background: #eee4f6;
}

.count-label {
  display: inline-block;
}

.nav-scrim {
  display: none;
}

@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 1500px) {
  .sidebar {
    width: 250px;
    padding: 39px 25px 20px;
  }

  .workspace {
    margin-left: 250px;
  }

  .main-content {
    padding: 40px 46px 0;
  }

  .topbar {
    padding: 0 46px;
  }

  .overview-grid {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 27px;
  }

  .hero-card {
    min-height: 320px;
  }

  .hero-copy {
    padding: 38px;
  }

  .hero-copy h2 {
    font-size: 36px;
  }

  .hero-copy p {
    font-size: 12px;
  }

  .hero-eyebrow {
    font-size: 8px;
  }

  .hero-copy > .button {
    padding: 13px 20px;
    font-size: 11px;
  }

  .hero-micro {
    font-size: 9px;
  }

  .field-card {
    min-height: 213px;
    padding: 21px 21px 0;
  }

  .field-card h3 {
    font-size: 16px;
  }

  .field-card p {
    font-size: 10px;
  }

  .field-card-bottom {
    font-size: 9px;
  }

  .journey-card {
    padding: 25px;
  }

  .journey-card h3, .advisor-promo h3 {
    font-size: 24px;
  }

  .journey-card > p, .advisor-promo p, .journey-step strong {
    font-size: 10px;
  }

  .journey-step small {
    font-size: 8px;
  }

  .journey-step {
    padding: 14px 0;
  }

  .advisor-promo {
    padding: 25px;
  }

  .city-art {
    height: 158px;
  }

  .city-preview-body h3 {
    font-size: 15px;
  }

  .city-starting strong {
    font-size: 12px;
  }

  .section-heading h2 {
    font-size: 18px;
  }

  .page-heading h1 {
    font-size: 34px;
  }

  .page-heading > div > p {
    font-size: 12px;
  }

  .compare-tray, .toast {
    left: calc(50% + 125px);
  }
}

@media (max-width: 1190px) {
  .sidebar {
    width: 198px;
    padding: 30px 14px 17px;
  }

  .brand {
    font-size: 34px;
  }

  .sidebar-caption {
    letter-spacing: 1px;
    font-size: 6.5px;
  }

  .nav-item {
    gap: 9px;
    padding: 12px 11px;
    font-size: 10px;
  }

  .nav-label {
    font-size: 8px;
  }

  .workspace {
    margin-left: 198px;
  }

  .main-content {
    padding: 29px 27px 0;
  }

  .topbar {
    padding: 0 27px;
  }

  .header-search {
    width: 190px;
  }

  .overview-grid {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 18px;
  }

  .hero-copy {
    padding-left: 23px;
  }

  .hero-copy h2 {
    font-size: 26px;
  }

  .hero-copy p {
    font-size: 9px;
  }

  .hero-eyebrow {
    letter-spacing: .6px;
    font-size: 6px;
  }

  .hero-visual {
    top: 6px;
    right: -42px;
  }

  .hero-card {
    min-height: 280px;
  }

  .floating-note {
    font-size: 6px;
    bottom: 36px;
    right: 47px;
  }

  .journey-card {
    padding: 17px;
  }

  .journey-card h3 {
    font-size: 19px;
  }

  .field-grid {
    gap: 10px;
  }

  .field-card {
    padding: 15px 12px 0;
  }

  .field-card h3 {
    font-size: 11px;
  }

  .field-card p {
    font-size: 8px;
  }

  .field-card-bottom {
    font-size: 7px;
  }

  .section-heading h2 {
    font-size: 14px;
  }

  .city-preview-body {
    padding: 13px;
  }

  .city-preview-body h3 {
    font-size: 11px;
  }

  .city-preview-body p {
    font-size: 7px;
  }

  .city-starting strong {
    font-size: 9px;
  }

  .city-preview-body h3 svg {
    display: none;
  }

  .budget-layout {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 18px;
  }

  .budget-breakdown, .budget-summary {
    padding: 20px;
  }

  .annual-total > strong {
    font-size: 19px;
  }

  .program-card {
    padding: 17px;
  }

  .program-bottom {
    flex-wrap: wrap;
    row-gap: 13px;
  }

  .program-bottom .compare-button {
    margin-left: auto;
  }

  .advisor-layout {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .compare-tray, .toast {
    left: calc(50% + 99px);
  }
}

@media (max-width: 1020px) {
  .topbar {
    height: 74px;
  }

  .header-search {
    display: none;
  }

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

  .overview-rail {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    display: grid;
  }

  .journey-card {
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    padding: 22px;
    display: grid;
  }

  .journey-card .card-heading {
    grid-column: 1 / -1;
    margin-bottom: 12px;
  }

  .journey-card h3 {
    white-space: normal;
    grid-column: 1 / -1;
    font-size: 19px;
  }

  .journey-card > p {
    white-space: normal;
    grid-column: 1 / -1;
    margin-top: 5px;
    font-size: 9px;
  }

  .journey-card .journey-progress {
    grid-column: 1 / -1;
    margin-top: 16px;
  }

  .journey-card .progress-track {
    grid-column: 1 / -1;
  }

  .journey-step {
    grid-column: 1 / -1;
    padding: 9px 0;
  }

  .journey-step:first-of-type {
    margin-top: 4px;
  }

  .advisor-promo {
    flex-direction: column;
    padding: 26px;
    display: flex;
  }

  .advisor-promo h3 {
    margin-top: 25px;
    font-size: 28px;
  }

  .advisor-promo p {
    margin: 17px 0;
    font-size: 10px;
  }

  .advisor-promo-link {
    margin-top: auto;
    padding-top: 17px;
  }

  .hero-card {
    min-height: 280px;
  }

  .hero-copy {
    width: 57%;
    padding: 32px;
  }

  .hero-copy h2 {
    font-size: 32px;
  }

  .hero-copy p {
    font-size: 10px;
  }

  .hero-eyebrow {
    font-size: 7px;
  }

  .hero-visual {
    width: 50%;
    right: -15px;
  }

  .floating-note {
    font-size: 8px;
    right: 35px;
  }

  .field-card {
    min-height: 185px;
    padding: 18px 17px 0;
  }

  .field-card h3 {
    font-size: 13px;
  }

  .field-card p {
    font-size: 9px;
  }

  .field-card-bottom {
    font-size: 8px;
  }

  .section-heading h2 {
    font-size: 16px;
  }

  .page-heading h1 {
    font-size: 26px;
  }

  .page-heading > div > p {
    font-size: 10px;
  }

  .location-pill {
    display: none;
  }

  .city-preview-grid {
    gap: 12px;
  }

  .city-preview-body {
    flex-wrap: wrap;
  }

  .city-starting {
    text-align: left;
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }

  .city-starting > small {
    font-size: 7px;
  }

  .city-art {
    height: 117px;
  }

  .page-footer {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .data-badge {
    font-size: 7px;
  }

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

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

  .budget-summary {
    grid-template-columns: 1fr 1fr;
    gap: 12px 30px;
    display: grid;
  }

  .budget-summary-top {
    grid-column: 1 / -1;
  }

  .budget-summary h3 {
    white-space: normal;
    grid-column: 1 / -1;
    margin: 2px 0 12px;
    font-size: 25px;
  }

  .budget-summary .control-label {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .budget-summary .tuition-input {
    grid-column: 1 / -1;
  }

  .budget-summary .subtle-note {
    grid-column: 1 / -1;
    margin: 0;
  }

  .budget-checkbox {
    margin: 3px 0;
  }

  .annual-line {
    margin: 5px 0;
  }

  .annual-total {
    grid-column: 1 / -1;
    margin-top: 10px;
  }

  .budget-fit, .budget-footnote {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .city-selector {
    gap: 9px;
  }

  .city-selector-card > span {
    padding: 10px 8px;
    font-size: 9px;
  }

  .city-selector-card > span svg {
    display: none;
  }

  .city-selector-card .city-art {
    height: 70px;
  }

  .city-intro .button {
    font-size: 9px;
  }

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

  .chat-side {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    display: grid;
  }

  .chat-side > .subtle-note {
    grid-column: 1 / -1;
  }

  .chat-shortcuts {
    padding: 12px 0;
  }

  .chat-context h3 {
    font-size: 20px;
  }

  .chat-context p {
    font-size: 10px;
  }

  .chat-context .button {
    width: auto;
  }

  .report-reasons {
    gap: 12px;
  }

  .reason-card {
    padding: 17px;
  }

  .reason-card h3 {
    font-size: 13px;
  }

  .reason-card p {
    font-size: 9px;
  }

  .report-intro {
    flex-wrap: wrap;
  }

  .report-intro > .button {
    margin-left: 52px;
  }

  .report-fields .field-card h3 {
    font-size: 15px;
  }

  .report-fields .field-card {
    min-height: 225px;
  }

  .quiz-layout {
    grid-template-columns: 255px minmax(0, 1fr);
  }

  .quiz-aside {
    padding: 38px 24px;
  }

  .quiz-aside h2 {
    font-size: 27px;
  }

  .quiz-main {
    padding: 38px 26px 23px;
  }

  .quiz-aside .globe-art {
    width: 290px;
  }

  .answer-grid.compact {
    grid-template-columns: 1fr;
  }

  .answer-option {
    min-height: 48px;
  }

  .quiz-question {
    margin-top: 29px;
  }

  .quiz-question h2 {
    font-size: 24px;
  }

  .quiz-footer > span {
    display: none;
  }

  .dialog-wide {
    width: 850px;
  }

  .quiz-aside .eyebrow {
    font-size: 6px;
  }

  .hero-copy > .button {
    padding: 13px 20px;
  }
}

@media (max-width: 760px) {
  .sidebar {
    z-index: 80;
    width: 235px;
    transition: transform .25s;
    transform: translateX(-100%);
  }

  .sidebar.open {
    transform: translateX(0);
  }

  .sidebar .brand {
    font-size: 38px;
  }

  .sidebar .nav-item {
    padding: 14px;
    font-size: 12px;
  }

  .sidebar .sidebar-caption {
    font-size: 7px;
  }

  .nav-scrim {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 75;
    background: #21182866;
    display: block;
    position: fixed;
    inset: 0;
  }

  .workspace {
    margin-left: 0;
  }

  .topbar {
    gap: 10px;
    height: 70px;
    padding: 0 22px;
  }

  .topbar-left {
    align-items: center;
    gap: 11px;
    display: flex;
  }

  .mobile-menu {
    color: #867090;
    display: grid;
  }

  .breadcrumb {
    font-size: 9px;
  }

  .breadcrumb > span {
    margin: 0 6px;
  }

  .topbar-actions {
    gap: 13px;
  }

  .topbar-divider {
    display: none;
  }

  .main-content {
    padding: 27px 22px 75px;
  }

  .page-heading h1 {
    max-width: 550px;
    font-size: 28px;
  }

  .page-heading {
    margin-bottom: 24px;
  }

  .page-heading > div > p {
    max-width: 420px;
    font-size: 11px;
  }

  .greeting {
    letter-spacing: 1.4px;
    font-size: 7px;
  }

  .hero-copy {
    width: 60%;
    padding: 29px 26px;
  }

  .hero-copy h2 {
    font-size: 30px;
  }

  .hero-visual {
    width: 49%;
    top: 8px;
    right: -17px;
  }

  .hero-copy p {
    font-size: 10px;
  }

  .hero-eyebrow {
    letter-spacing: .8px;
    font-size: 6px;
  }

  .hero-micro {
    font-size: 7px;
  }

  .hero-copy > .button {
    padding: 12px 16px;
    font-size: 9px;
  }

  .floating-note {
    font-size: 7px;
    bottom: 35px;
    right: 31px;
  }

  .section-heading h2 {
    font-size: 16px;
  }

  .field-card {
    min-height: 185px;
    padding: 16px 14px 0;
  }

  .field-card h3 {
    font-size: 12px;
  }

  .field-card p {
    font-size: 8px;
  }

  .field-card-bottom {
    font-size: 7px;
  }

  .journey-card {
    padding: 20px;
  }

  .advisor-promo {
    padding: 23px;
  }

  .city-preview-body h3 {
    font-size: 12px;
  }

  .city-preview-grid {
    gap: 12px;
  }

  .city-preview-body {
    padding: 12px;
  }

  .city-art {
    height: 115px;
  }

  .city-preview-body p {
    font-size: 8px;
  }

  .city-starting > small {
    font-size: 7px;
  }

  .city-starting > strong {
    font-size: 9px;
  }

  .page-footer {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .page-footer > .data-badge {
    width: 100%;
    margin-left: 0;
    font-size: 8px;
  }

  .page-footer > span:nth-child(2) {
    font-size: 8px;
  }

  .mobile-bottom {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 45;
    padding: 10px 10px max(10px, env(safe-area-inset-bottom));
    background: #ffffffed;
    border-top: 1px solid #e8dfef;
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 0 0;
  }

  .mobile-bottom button {
    color: #b39dc0;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-width: 65px;
    min-height: 40px;
    font-size: 8px;
    display: flex;
  }

  .mobile-bottom button.active {
    color: #785d91;
    font-weight: 750;
  }

  .mobile-bottom button.active > svg {
    fill: #eee5f8;
  }

  .compare-tray {
    border-radius: 12px;
    gap: 10px;
    max-width: calc(100% - 24px);
    padding: 10px 12px;
    bottom: 80px;
    left: 50%;
  }

  .compare-tray > span {
    gap: 6px;
    font-size: 9px;
  }

  .compare-tray .button {
    padding: 10px 12px;
    font-size: 9px;
  }

  .toast {
    width: max-content;
    max-width: 90vw;
    padding: 14px 16px;
    font-size: 10px;
    bottom: 145px;
    left: 50%;
  }

  .dialog-backdrop {
    padding: 18px;
  }

  .dialog {
    border-radius: 20px;
    max-height: 92dvh;
    padding: 28px;
  }

  .dialog h2 {
    font-size: 25px;
  }

  .quiz-layout {
    grid-template-columns: 1fr;
    min-height: 600px;
    margin: -28px;
  }

  .quiz-aside {
    display: none;
  }

  .quiz-main {
    padding: 38px 27px 25px;
  }

  .quiz-question {
    margin-top: 32px;
  }

  .quiz-question h2 {
    font-size: 27px;
  }

  .quiz-question > p {
    font-size: 11px;
  }

  .answer-grid.compact {
    grid-template-columns: 1fr 1fr;
  }

  .answer-option {
    min-height: 64px;
    padding: 14px 12px;
  }

  .answer-option strong {
    font-size: 11px;
  }

  .answer-option small {
    font-size: 9px;
  }

  .quiz-footer > span {
    font-size: 7px;
    display: block;
  }

  .quiz-footer > .button {
    min-height: 43px;
    font-size: 11px;
  }

  .quiz-progress-label {
    font-size: 9px;
  }

  .quiz-progress-label > span:last-child {
    margin-right: 20px;
  }

  .city-selector {
    scrollbar-width: thin;
    gap: 11px;
    padding: 2px 2px 8px;
    display: flex;
    overflow-x: auto;
  }

  .city-selector-card {
    min-width: 135px;
  }

  .city-selector-card .city-art {
    height: 83px;
  }

  .city-selector-card > span {
    padding: 11px;
    font-size: 10px;
  }

  .city-selector-card > span svg {
    display: block;
  }

  .city-intro h2 {
    font-size: 31px;
  }

  .city-intro > div > p {
    font-size: 10px;
  }

  .city-intro {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 17px;
  }

  .budget-breakdown {
    padding: 22px;
  }

  .report-intro > div {
    min-width: 230px;
  }

  .report-intro > .button {
    margin-left: 52px;
  }

  .report-fields .field-card h3 {
    font-size: 14px;
  }

  .report-reasons {
    grid-template-columns: 1fr;
  }

  .reason-card h3 {
    font-size: 16px;
  }

  .reason-card p {
    font-size: 11px;
  }

  .reason-card {
    padding: 22px;
  }

  .reason-card h4 {
    font-size: 12px;
  }

  .checklist-section {
    padding: 23px;
  }

  .save-notice {
    flex-wrap: wrap;
  }

  .save-notice p {
    min-width: 240px;
  }

  .task-check {
    font-size: 11px;
  }

  .chat-panel {
    min-height: 570px;
  }

  .filter-bar {
    flex-wrap: wrap;
  }

  .filter-search {
    flex: 1 0 100%;
    padding: 7px;
  }

  .filter-bar select {
    flex: 1;
    max-width: none;
  }

  .results-meta {
    flex-wrap: wrap;
    gap: 12px;
  }

  .results-meta label {
    font-size: 8px;
  }

  .program-grid {
    gap: 13px;
  }

  .program-card {
    padding: 18px;
  }

  .program-bottom strong {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .main-content {
    padding: 25px 18px 78px;
  }

  .topbar {
    height: 65px;
    padding: 0 17px;
  }

  .breadcrumb {
    font-size: 0;
  }

  .breadcrumb > span {
    display: none;
  }

  .breadcrumb strong {
    font-size: 11px;
  }

  .topbar-left {
    gap: 7px;
  }

  .topbar-actions {
    gap: 10px;
  }

  .profile-button {
    width: 32px;
    height: 32px;
  }

  .page-heading h1 {
    letter-spacing: -1.2px;
    font-size: 28px;
    line-height: 1.3;
  }

  .page-heading > div > p {
    font-size: 10px;
    line-height: 1.85;
  }

  .greeting {
    letter-spacing: 1.4px;
    font-size: 6.5px;
  }

  .hero-card {
    border-radius: 20px;
    min-height: 394px;
    display: block;
  }

  .hero-copy {
    width: 100%;
    padding: 26px 25px 0;
  }

  .hero-copy h2 {
    margin-top: 13px;
    font-size: 30px;
    line-height: 1.25;
  }

  .hero-copy p {
    max-width: 265px;
    font-size: 10px;
  }

  .hero-eyebrow {
    letter-spacing: .6px;
    font-size: 6.5px;
  }

  .hero-copy > .button {
    margin-top: 19px;
    padding: 13px 17px;
  }

  .hero-micro {
    flex-wrap: wrap;
    gap: 3px;
    max-width: 110px;
    margin-top: 13px;
    font-size: 7px;
    line-height: 1.5;
  }

  .hero-micro > span {
    margin: 0 1px;
  }

  .hero-visual {
    pointer-events: none;
    width: 65%;
    height: 215px;
    top: auto;
    bottom: -3px;
    right: -26px;
  }

  .floating-note {
    padding: 5px 7px;
    font-size: 6px;
    bottom: 26px;
    right: 37px;
  }

  .hero-card:after {
    width: 280px;
    height: 280px;
    top: 166px;
    right: -95px;
  }

  .fields-section {
    margin-top: 25px;
  }

  .section-heading {
    align-items: start;
    gap: 10px;
  }

  .section-heading h2 {
    font-size: 17px;
    line-height: 1.4;
  }

  .section-heading p {
    margin-top: 6px;
    font-size: 9px;
  }

  .section-heading .text-button {
    gap: 4px;
    padding-top: 4px;
    font-size: 8px;
  }

  .section-heading .text-button > svg {
    width: 12px;
  }

  .fields-section .section-heading > div {
    max-width: 230px;
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .field-card {
    min-height: unset;
    border-radius: 14px;
    grid-template-columns: 50px 1fr;
    align-items: center;
    column-gap: 14px;
    padding: 17px;
    display: grid;
  }

  .field-card-top {
    grid-row: 1 / 3;
    margin: 0;
    display: block;
  }

  .field-card-top > svg {
    display: none;
  }

  .field-icon {
    width: 48px;
    height: 48px;
  }

  .field-card h3 {
    letter-spacing: -.3px;
    font-size: 14px;
  }

  .field-card p {
    margin-top: 3px;
    font-size: 9px;
  }

  .field-card-bottom {
    border: 0;
    grid-column: 2;
    margin-top: 8px;
    padding: 0;
    font-size: 8px;
  }

  .round-arrow {
    position: absolute;
    bottom: 20px;
    right: 17px;
  }

  .field-card {
    position: relative;
  }

  .field-card-bottom > span:first-child {
    max-width: 80%;
  }

  .overview-rail {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .overview-grid {
    gap: 18px;
  }

  .journey-card {
    padding: 24px;
  }

  .journey-card h3 {
    font-size: 23px;
  }

  .journey-card > p {
    font-size: 10px;
  }

  .journey-step {
    padding: 12px 0;
  }

  .journey-step strong {
    font-size: 11px;
  }

  .journey-step small, .journey-progress {
    font-size: 9px;
  }

  .advisor-promo {
    min-height: 242px;
    padding: 24px;
  }

  .advisor-promo h3 {
    white-space: normal;
    max-width: 245px;
    margin-top: 18px;
    font-size: 26px;
  }

  .advisor-promo p {
    white-space: normal;
    margin: 12px 0 20px;
    font-size: 10px;
  }

  .advisor-promo-link {
    font-size: 10px;
  }

  .cities-preview {
    margin-top: 27px;
  }

  .cities-preview > .section-heading {
    flex-wrap: wrap;
    align-items: start;
  }

  .cities-preview > .section-heading .text-button {
    margin-top: 0;
  }

  .city-preview-grid {
    grid-template-columns: 1fr;
  }

  .city-preview-card {
    border-radius: 13px;
    grid-template-columns: 115px 1fr;
    align-items: stretch;
    display: grid;
  }

  .city-preview-card > .city-art {
    height: 100%;
    min-height: 105px;
  }

  .city-preview-body {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 15px;
  }

  .city-preview-body h3 {
    font-size: 14px;
  }

  .city-preview-body h3 svg {
    display: block;
  }

  .city-preview-body p {
    font-size: 9px;
  }

  .city-starting > small {
    font-size: 8px;
  }

  .city-starting > strong {
    font-size: 10px;
  }

  .city-starting strong small {
    font-size: 8px;
  }

  .page-footer {
    gap: 8px;
  }

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

  .page-footer > span:nth-child(2), .page-footer > .data-badge {
    font-size: 7px;
  }

  .field-tabs {
    gap: 7px;
    margin-bottom: 19px;
  }

  .field-tabs button {
    padding: 9px 10px;
    font-size: 9px;
  }

  .program-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .program-card {
    padding: 23px;
  }

  .program-school {
    font-size: 8px;
  }

  .title-button h3 {
    font-size: 19px;
  }

  .program-location {
    font-size: 10px;
  }

  .program-tags > span {
    font-size: 9px;
  }

  .program-bottom strong {
    font-size: 13px;
  }

  .program-bottom small {
    font-size: 9px;
  }

  .compare-button {
    padding: 7px;
    font-size: 9px;
  }

  .filter-bar {
    gap: 9px;
    padding: 10px;
  }

  .filter-bar select {
    width: 130px;
    padding: 10px 7px;
    font-size: 9px;
  }

  .filter-search input {
    font-size: 11px;
  }

  .results-meta {
    font-size: 9px;
  }

  .report-fields .field-card {
    min-height: unset;
  }

  .report-fields .field-card h3 {
    font-size: 15px;
  }

  .report-intro {
    gap: 11px;
    padding: 18px;
  }

  .report-intro > .small-icon {
    display: none;
  }

  .report-intro > div {
    min-width: 0;
  }

  .report-intro h3 {
    font-size: 16px;
  }

  .report-intro p {
    font-size: 10px;
  }

  .report-intro > .button {
    margin-left: 0;
    padding: 10px 13px;
  }

  .field-rank {
    margin-bottom: 4px;
    font-size: 6px;
  }

  .report-reasons {
    margin-top: 18px;
    margin-bottom: 25px;
  }

  .report-footer {
    flex-direction: column;
    align-items: start;
    gap: 13px;
    padding: 18px;
  }

  .report-footer p {
    font-size: 11px;
  }

  .report-footer .button {
    width: 100%;
  }

  .checklist-section {
    padding: 20px;
  }

  .checklist-section .section-heading {
    align-items: center;
  }

  .checklist-section .section-heading h2 {
    font-size: 16px;
  }

  .checklist-section .pill {
    white-space: nowrap;
    font-size: 6px;
  }

  .task-check {
    gap: 10px;
    font-size: 10px;
  }

  .task-check > svg {
    width: 20px;
  }

  .add-task {
    gap: 7px;
    padding-left: 9px;
  }

  .add-task > svg {
    display: none;
  }

  .add-task .button {
    padding: 10px;
    font-size: 9px;
  }

  .add-task input {
    font-size: 10px;
  }

  .save-notice p {
    font-size: 9px;
  }

  .save-notice .text-button {
    margin-left: 28px;
  }

  .budget-layout {
    gap: 17px;
  }

  .budget-breakdown {
    padding: 20px;
  }

  .budget-breakdown .section-heading h2 {
    font-size: 16px;
  }

  .budget-breakdown .section-heading p {
    font-size: 9px;
  }

  .housing-switch button {
    flex-direction: column;
    gap: 5px;
    padding: 10px 5px;
    font-size: 8px;
  }

  .housing-switch {
    gap: 1px;
  }

  .cost-row {
    padding: 15px 0;
    font-size: 10px;
  }

  .cost-row > strong {
    font-size: 10px;
  }

  .cost-row > span {
    gap: 7px;
  }

  .cost-total {
    font-size: 11px;
  }

  .cost-total > strong {
    font-size: 16px;
  }

  .budget-summary {
    padding: 24px;
    display: block;
  }

  .budget-summary .control-label {
    margin-bottom: 12px;
  }

  .budget-summary .subtle-note {
    margin: 8px 0 21px;
    font-size: 9px;
  }

  .budget-checkbox {
    margin: 16px 0;
    font-size: 10px;
  }

  .annual-line {
    margin: 18px 0;
    font-size: 10px;
  }

  .annual-line > strong {
    font-size: 10px;
  }

  .annual-total {
    margin-top: 20px;
    padding-top: 20px;
  }

  .annual-total > strong {
    font-size: 24px;
  }

  .budget-fit {
    margin-top: 20px;
  }

  .budget-footnote {
    margin-top: 18px;
    font-size: 9px;
  }

  .source-note {
    padding: 13px;
  }

  .source-note strong {
    font-size: 9px;
  }

  .source-note p {
    font-size: 8px;
  }

  .advisor-layout {
    gap: 17px;
  }

  .chat-panel {
    border-radius: 16px;
    min-height: 545px;
  }

  .chat-header {
    padding: 17px;
  }

  .chat-header h3 {
    font-size: 12px;
  }

  .chat-messages {
    min-height: 340px;
    max-height: 450px;
    padding: 23px 15px;
  }

  .chat-message {
    gap: 7px;
  }

  .chat-message > div {
    max-width: 90%;
    padding: 14px;
    font-size: 10px;
    line-height: 1.9;
  }

  .message-icon {
    border-radius: 7px;
    width: 24px;
    height: 24px;
  }

  .message-icon svg {
    width: 14px;
  }

  .chat-prompts {
    gap: 7px;
    margin-left: 31px;
  }

  .chat-prompts button {
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    font-size: 9px;
  }

  .chat-input {
    margin: 0 15px;
    padding-left: 12px;
  }

  .chat-input input {
    font-size: 10px;
  }

  .chat-disclaimer {
    padding: 12px;
    font-size: 7px;
  }

  .chat-side {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .chat-context {
    padding: 23px;
  }

  .chat-context p {
    font-size: 11px;
  }

  .chat-shortcuts {
    padding: 24px 0 10px;
  }

  .dialog-backdrop {
    padding: 12px;
  }

  .dialog {
    border-radius: 19px;
    padding: 27px 22px;
  }

  .dialog h2 {
    font-size: 24px;
  }

  .dialog-close {
    width: 29px;
    height: 29px;
    top: 12px;
    right: 12px;
  }

  .dialog > p {
    font-size: 11px;
  }

  .detail-icon {
    border-radius: 16px;
    width: 54px;
    height: 54px;
  }

  .detail-actions {
    flex-direction: column;
  }

  .detail-actions .button {
    font-size: 10px;
  }

  .detail-cost {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 9px;
  }

  .detail-cost > strong {
    font-size: 12px;
  }

  .detail-city-art {
    height: 130px;
  }

  .quiz-layout {
    min-height: 600px;
    margin: -27px -22px;
  }

  .quiz-main {
    padding: 41px 22px 23px;
  }

  .quiz-progress-label {
    font-size: 8px;
  }

  .quiz-question {
    margin-top: 32px;
  }

  .quiz-question h2 {
    font-size: 25px;
  }

  .quiz-question > p {
    margin-bottom: 24px;
    font-size: 10px;
  }

  .answer-grid.compact {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .answer-option {
    min-height: 58px;
    padding: 12px;
  }

  .answer-option strong {
    font-size: 10px;
  }

  .answer-option small {
    font-size: 9px;
  }

  .answer-grid.compact .answer-option {
    min-height: 47px;
    padding: 10px 12px;
  }

  .quiz-footer > span {
    display: none;
  }

  .quiz-footer > .button {
    min-height: 42px;
    padding: 11px 14px;
    font-size: 10px;
  }

  .quiz-main .eyebrow {
    letter-spacing: 1px;
    font-size: 6px;
  }

  .budget-question {
    padding: 25px 18px;
  }

  .budget-question > strong {
    font-size: 29px;
  }

  .compare-tray {
    justify-content: space-between;
    gap: 8px;
    width: calc(100% - 24px);
    padding: 9px 10px;
  }

  .compare-tray > span {
    font-size: 8px;
  }

  .compare-tray > span svg {
    width: 16px;
  }

  .compare-tray .button {
    gap: 5px;
    padding: 10px;
    font-size: 8px;
  }

  .compare-tray > .icon-button {
    width: 25px;
  }

  .comparison-table th, .comparison-table td {
    padding: 13px;
    font-size: 9px;
  }

  .comparison-table thead th {
    font-size: 11px;
  }

  .empty-state {
    padding: 40px 20px;
  }

  .empty-state h3 {
    font-size: 20px;
  }

  .empty-state p {
    font-size: 11px;
  }
}

.quiz-locale {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0 18px 20px 0;
  display: flex;
}

.quiz-locale .language-switch button {
  min-width: 32px;
  min-height: 28px;
  font-size: 10px;
}

.quiz-locale .eyebrow {
  font-size: 8px;
}

.sidebar-caption, .nav-label, .sidebar-location, .breadcrumb, .sidebar-prompt p, .help-link {
  color: #78717f;
}

.greeting, .page-heading > div > p, .hero-copy p, .hero-micro, .section-heading p, .city-preview-body p, .city-starting small, .page-footer, .data-badge {
  color: #79717f;
}

.hero-eyebrow, .floating-note {
  color: #756081;
}

.field-card p, .field-card.mint p, .field-card.pink p, .field-card-bottom, .field-rank {
  color: #7f6b84;
}

.pill.neutral, .journey-card > p, .journey-progress, .journey-step small, .journey-step strong {
  color: #796785;
}

.text-button, .nav-item, .program-school, .program-location, .program-tags > span, .program-bottom small, .results-meta, .filter-search input::placeholder, .filter-bar select {
  color: #80678e;
}

.reason-card p, .report-intro p, .report-footer p, .save-notice, .city-intro p, .control-label, .cost-row > span, .budget-custom-note {
  color: #7b6389;
}

.subtle-note, .source-note, .source-note p, .budget-summary .subtle-note, .budget-checkbox, .annual-line, .annual-total > span, .annual-total > small, .budget-footnote, .chat-disclaimer, .chat-header > div > span, .chat-context p, .chat-prompts button, .chat-shortcuts button {
  color: #7b628b;
}

.chat-message.assistant > div, .dialog > p, .dialog .dialog-lead, .try-card p, .try-card h4, .detail-tags > span, .detail-cost, .help-steps p, .account-form label {
  color: #795e89;
}

.quiz-aside > p, .quiz-note, .quiz-question > p, .quiz-progress-label, .answer-option strong, .answer-option small, .unsure, .quiz-footer > span, .range-labels, .budget-question > label {
  color: #7e6290;
}

.answer-option.selected strong {
  color: #664478;
}

.answer-option.selected small {
  color: #79578e;
}

.program-tags > span, .detail-tags > span {
  background: #f2ecf7;
}

.button:disabled {
  opacity: .48;
}

@media (min-width: 1021px) {
  .hero-card {
    min-height: 303px;
  }

  .hero-copy h2 {
    font-size: 32px;
  }

  .hero-copy p {
    font-size: 11px;
  }

  .hero-eyebrow {
    font-size: 7px;
  }

  .hero-micro {
    font-size: 9px;
  }

  .field-card {
    min-height: 204px;
  }

  .field-card h3 {
    font-size: 14px;
  }

  .field-card p {
    font-size: 10px;
  }

  .field-card-bottom {
    font-size: 9px;
  }

  .journey-card > p {
    display: none;
  }

  .journey-card {
    padding-bottom: 14px;
  }

  .journey-step {
    padding: 10px 0;
  }

  .journey-step small {
    font-size: 8px;
  }

  .journey-step strong {
    font-size: 10px;
  }

  .advisor-promo h3 {
    font-size: 23px;
  }

  .advisor-promo p {
    font-size: 10px;
  }

  .page-heading > div > p, .nav-item {
    font-size: 12px;
  }

  .section-heading p {
    font-size: 11px;
  }

  .section-heading h2 {
    font-size: 17px;
  }

  .text-button {
    font-size: 10px;
  }
}

@media (min-width: 1500px) {
  .hero-card {
    min-height: 328px;
  }

  .hero-copy h2 {
    font-size: 36px;
  }

  .hero-copy p {
    font-size: 12px;
  }

  .field-card {
    min-height: 216px;
  }

  .field-card h3 {
    font-size: 16px;
  }

  .field-card p {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

.sidebar .brand {
  letter-spacing: -1.4px;
  font-size: 29px;
}

.sidebar .sidebar-caption {
  letter-spacing: .05px;
  margin: 13px 9px 34px;
  font-size: 9px;
  line-height: 1.8;
}

.footer-brand {
  letter-spacing: -.45px;
}

@media (max-width: 1190px) {
  .sidebar .brand {
    font-size: 25px;
  }

  .brand-mark {
    width: 29px;
    margin-right: 7px;
  }

  .brand-mark svg {
    width: 27px;
  }
}

@media (max-width: 760px) {
  .sidebar .brand {
    font-size: 30px;
  }

  .sidebar .sidebar-caption {
    font-size: 10px;
  }

  .brand-mark {
    width: 34px;
  }
}

/*# sourceMappingURL=_04gxy5c._.css.map*/