/* Sınavlara V1.4 — premium learning, support and test experience */

/* Brand system */
.site-brand.has-image {
  gap: 0;
}
.brand-image-frame {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: min(var(--brand-logo-width), 260px);
  height: 52px;
}
.brand-image-frame img {
  display: block;
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
}
.site-brand.light.has-image .brand-image-frame {
  justify-content: center;
  padding: 5px 10px;
  border-radius: 10px;
  background: #fff;
}
.brand-modern .brand-wordmark {
  font-family: Inter, ui-sans-serif, sans-serif;
  font-weight: 900;
  letter-spacing: -0.9px;
}
.brand-rounded .brand-wordmark {
  font-family: "Arial Rounded MT Bold", Nunito, ui-sans-serif, sans-serif;
  font-weight: 800;
  letter-spacing: -0.55px;
}
.brand-editorial .brand-wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.65px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
}
.eyebrow > i {
  width: 22px;
  height: 2px;
  background: currentColor;
}
.eyebrow.light {
  color: #74a9ff;
}
.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  padding: 0 19px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 850;
  transition: 0.22s;
}
.primary-button {
  min-width: 176px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 30px rgba(20, 99, 255, 0.25);
}
.primary-button:hover {
  transform: translateY(-2px);
  background: #2870ff;
  box-shadow: 0 18px 38px rgba(20, 99, 255, 0.32);
}
.primary-button b {
  font-size: 19px;
}
.ghost-button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #eaf1f8;
}
.ghost-button:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
}
.ghost-button span {
  color: var(--mint);
  font-size: 17px;
}

/* Premium home */
.home-hero {
  position: relative;
  isolation: isolate;
  padding: 84px 0 0;
  background: linear-gradient(135deg, #061522 0%, #081c31 56%, #0a2948 100%);
  color: #fff;
  overflow: hidden;
}
.home-hero:before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000, transparent 52%, #000);
}
.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}
.hero-glow-one {
  right: -170px;
  top: -180px;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(20, 99, 255, 0.28),
    rgba(20, 99, 255, 0) 69%
  );
}
.hero-glow-two {
  left: -220px;
  bottom: -250px;
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(40, 211, 162, 0.13),
    rgba(40, 211, 162, 0) 70%
  );
}
.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, 0.98fr);
  gap: 78px;
  align-items: center;
  padding-bottom: 68px;
}
.home-hero-copy h1 {
  margin: 24px 0 24px;
  max-width: 760px;
  font-size: clamp(54px, 5.5vw, 78px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -4.3px;
}
.home-hero-copy h1 em {
  display: inline-block;
  color: var(--mint);
  font-style: normal;
}
.home-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #afbece;
  font-size: 17px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 34px;
}
.hero-proof {
  display: flex;
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-proof > div {
  display: flex;
  min-width: 145px;
  flex-direction: column;
  gap: 4px;
  padding: 21px 28px 0 0;
}
.hero-proof > div + div {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-proof strong {
  font-size: 23px;
  letter-spacing: -0.8px;
}
.hero-proof span {
  color: #72879c;
  font-size: 11px;
}
.learning-dashboard {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 27px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.045)
  );
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  animation: dashboard-arrive 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.learning-dashboard:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 15px -15px -15px 15px;
  border-radius: 27px;
  background: rgba(3, 13, 25, 0.28);
  filter: blur(18px);
}
.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 2px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dashboard-topbar > div {
  display: flex;
  align-items: center;
  gap: 11px;
}
.dashboard-logo {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #fff;
}
.dashboard-logo i {
  position: absolute;
  bottom: 7px;
  width: 4px;
  border-radius: 5px;
  background: #15304d;
  transform: rotate(27deg);
}
.dashboard-logo i:first-child {
  left: 9px;
  height: 10px;
  opacity: 0.5;
}
.dashboard-logo i:nth-child(2) {
  left: 16px;
  height: 17px;
}
.dashboard-logo i:nth-child(3) {
  left: 23px;
  height: 23px;
  background: var(--blue);
}
.dashboard-topbar p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}
.dashboard-topbar p b {
  font-size: 13px;
}
.dashboard-topbar p small {
  color: #6f8397;
  font-size: 9px;
}
.dashboard-status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(40, 211, 162, 0.09);
  color: #76e2c1;
  font-size: 9px;
  font-weight: 850;
}
.dashboard-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(40, 211, 162, 0.1);
}
.dashboard-body {
  display: grid;
  gap: 9px;
  padding-top: 15px;
}
.daily-target {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  gap: 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 17px;
  background: rgba(3, 16, 30, 0.22);
}
.target-copy > span {
  color: #6e97d2;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.3px;
}
.target-copy h2 {
  margin: 9px 0 9px;
  font-size: 25px;
  line-height: 1.14;
  letter-spacing: -1px;
}
.target-copy p {
  margin: 0;
  color: #74899e;
  font-size: 11px;
  line-height: 1.55;
}
.progress-ring {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: conic-gradient(
    var(--mint) calc(var(--progress) * 1%),
    rgba(255, 255, 255, 0.08) 0
  );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.progress-ring:before {
  content: "";
  grid-area: 1/1;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #0d263d;
}
.progress-ring > span {
  grid-area: 1/1;
  position: relative;
  display: flex;
  align-items: baseline;
}
.progress-ring b {
  font-size: 24px;
}
.progress-ring small {
  color: #76e0bf;
  font-size: 10px;
}
.dashboard-task {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 13px;
  background: rgba(4, 18, 33, 0.18);
}
.dashboard-task.active {
  border-color: rgba(40, 211, 162, 0.2);
  background: rgba(40, 211, 162, 0.045);
}
.task-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(20, 99, 255, 0.14);
  color: #73a6ff;
}
.task-icon.violet {
  background: rgba(158, 103, 255, 0.13);
  color: #c1a1ff;
}
.task-icon svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
}
.dashboard-task p {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
  margin: 0;
}
.dashboard-task p small {
  color: #537fb8;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.8px;
}
.dashboard-task p b {
  font-size: 12px;
}
.dashboard-task p em {
  color: #677d92;
  font-size: 9px;
  font-style: normal;
}
.dashboard-task > strong {
  color: #8ea1b3;
  font-size: 9px;
}
.dashboard-task > strong i {
  margin-left: 5px;
  color: var(--mint);
  font-size: 13px;
  font-style: normal;
}
.dashboard-insight {
  padding: 14px 14px 10px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
}
.dashboard-insight > span {
  color: #7f92a6;
  font-size: 9px;
}
.dashboard-insight > div {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 40px;
  margin: 8px 0 5px;
}
.dashboard-insight > div i {
  flex: 1;
  height: var(--h);
  border-radius: 4px 4px 1px 1px;
  background: #254661;
}
.dashboard-insight > div i.today {
  background: linear-gradient(180deg, var(--mint), #16866d);
  box-shadow: 0 0 12px rgba(40, 211, 162, 0.18);
}
.dashboard-insight > small {
  display: block;
  color: #4d657b;
  font-size: 7px;
  text-align: justify;
}
.exam-quickbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 79px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.exam-quickbar > span {
  color: #758a9e;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.exam-quickbar > div {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.exam-quickbar > div::-webkit-scrollbar {
  display: none;
}
.exam-quickbar > div a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  color: #bac7d3;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}
.exam-quickbar > div a:hover {
  border-color: rgba(255, 255, 255, 0.23);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.exam-quickbar > div i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--quick-accent);
}
.exam-quickbar > a {
  color: #d9e3ec;
  font-size: 10px;
  font-weight: 850;
}
.exam-quickbar > a b {
  margin-left: 6px;
  color: var(--mint);
  font-size: 14px;
}
.home-actions-section {
  padding: 112px 0;
  background: #fff;
}
.home-section-head {
  margin-bottom: 48px;
}
.home-section-head.centered {
  text-align: center;
}
.home-section-head.centered .eyebrow {
  justify-content: center;
}
.home-section-head h2 {
  margin: 18px 0 14px;
  font-size: clamp(38px, 4vw, 53px);
  line-height: 1.08;
  letter-spacing: -2.6px;
}
.home-section-head > p,
.home-section-head > div > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.home-section-head.centered > p {
  max-width: 660px;
  margin: 0 auto;
}
.home-section-head.split {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 90px;
  align-items: end;
}
.home-section-head.split > div:last-child {
  padding-bottom: 4px;
}
.home-section-head.split > div:last-child p {
  margin: 0 0 15px;
}
.home-section-head.split a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #28415c;
  font-size: 12px;
  font-weight: 850;
}
.home-section-head.split a b {
  color: var(--blue);
  font-size: 16px;
}
.home-action-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.home-action-card {
  position: relative;
  display: flex;
  min-height: 365px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid #dde5ee;
  border-radius: 21px;
  background: #fff;
  overflow: hidden;
  transition: 0.25s;
}
.home-action-card:before {
  content: "";
  position: absolute;
  right: -80px;
  top: -85px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--action-color);
  opacity: 0.055;
  box-shadow: 0 0 0 40px color-mix(in srgb, var(--action-color) 4%, transparent);
  transition: 0.25s;
}
.home-action-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--action-color) 35%, #dce4ed);
  box-shadow: 0 26px 55px rgba(8, 31, 57, 0.1);
}
.home-action-card:hover:before {
  transform: scale(1.2);
  opacity: 0.08;
}
.test-action {
  --action-color: #1463ff;
}
.teacher-action {
  --action-color: #13a77d;
}
.coach-action {
  --action-color: #8b55e9;
}
.action-number {
  position: absolute;
  right: 25px;
  top: 22px;
  color: #b2bfcc;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}
.action-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 14px 0 50px;
  border-radius: 17px;
  background: color-mix(in srgb, var(--action-color) 11%, white);
  color: var(--action-color);
}
.action-icon svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
}
.home-action-card > div:nth-child(3) small {
  color: var(--action-color);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.1px;
}
.home-action-card h3 {
  margin: 9px 0 11px;
  font-size: 28px;
  letter-spacing: -1.1px;
}
.home-action-card p {
  margin: 0;
  color: #6e7e91;
  font-size: 13px;
  line-height: 1.7;
}
.home-action-card > b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid #e8edf2;
  font-size: 12px;
}
.home-action-card > b span {
  color: var(--action-color);
  font-size: 18px;
}
.home-tests-section,
.exam-centers-section {
  background: #f5f7fa;
}
.featured-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.featured-test-card {
  position: relative;
  display: flex;
  min-height: 315px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #dce5ee;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: 0.24s;
}
.featured-test-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: var(--test-accent);
}
.featured-test-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(8, 31, 57, 0.1);
}
.test-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.test-card-top > span {
  padding: 7px 9px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--test-accent) 10%, white);
  color: var(--test-accent);
  font-size: 9px;
  font-weight: 900;
}
.test-card-top > small {
  color: #b1bdc9;
  font-size: 10px;
  font-weight: 850;
}
.featured-test-card h3 {
  margin: 28px 0 10px;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.7px;
}
.featured-test-card > p {
  display: -webkit-box;
  margin: 0;
  color: #718095;
  font-size: 12px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.test-card-meta {
  display: flex;
  gap: 28px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #e8edf2;
  color: #8694a4;
  font-size: 10px;
}
.test-card-meta b {
  display: block;
  margin-bottom: 2px;
  color: #263e57;
  font-size: 14px;
}
.featured-test-card > strong {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  font-size: 11px;
}
.featured-test-card > strong i {
  color: var(--test-accent);
  font-size: 17px;
  font-style: normal;
}
.home-test-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 35px 38px;
  border: 1px dashed #cbd7e3;
  border-radius: 20px;
  background: #fff;
}
.home-test-empty span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}
.home-test-empty h3 {
  margin: 8px 0;
  font-size: 23px;
}
.home-test-empty p {
  margin: 0;
  color: #758599;
  font-size: 12px;
}
.home-test-empty a {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 14px 16px;
  border-radius: 11px;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}
.premium-exam-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.premium-exam-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #dce4ec;
  border-radius: 17px;
  background: #fff;
  transition: 0.22s;
}
.premium-exam-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--exam-accent) 35%, #dae3ec);
  box-shadow: 0 20px 42px rgba(8, 31, 57, 0.09);
}
.premium-exam-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.premium-exam-card > div > span {
  display: grid;
  place-items: center;
  min-width: 48px;
  height: 43px;
  padding: 0 9px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--exam-accent) 10%, white);
  color: var(--exam-accent);
  font-size: 10px;
  font-weight: 900;
}
.premium-exam-card > div > small {
  color: #b5c0cb;
  font-size: 9px;
  font-weight: 850;
}
.premium-exam-card h3 {
  margin: 28px 0 9px;
  font-size: 19px;
  letter-spacing: -0.5px;
}
.premium-exam-card > p {
  display: -webkit-box;
  margin: 0;
  color: #778698;
  font-size: 11px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.premium-exam-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e8edf2;
}
.premium-exam-card footer span {
  color: #8c99a8;
  font-size: 9px;
}
.premium-exam-card footer b {
  font-size: 10px;
}
.learning-method-section {
  position: relative;
  isolation: isolate;
  background: #071a2d;
  color: #fff;
  overflow: hidden;
}
.learning-method-section:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -170px;
  top: -230px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  box-shadow:
    0 0 0 85px rgba(255, 255, 255, 0.014),
    0 0 0 170px rgba(255, 255, 255, 0.009);
}
.learning-method-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
  align-items: center;
}
.method-visual {
  position: relative;
  min-height: 455px;
}
.method-score {
  position: absolute;
  left: 7%;
  right: 14%;
  top: 48px;
  padding: 37px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 25px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.035)
  );
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.22);
}
.method-score > span {
  color: #68809a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.2px;
}
.method-score > strong {
  display: block;
  margin: 18px 0;
  font-size: 70px;
  letter-spacing: -4px;
}
.method-score > strong small {
  color: #71859a;
  font-size: 18px;
  letter-spacing: 0;
}
.method-score > div {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.method-score > div i {
  display: block;
  width: 84%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mint), #63e2bb);
}
.method-score p {
  margin: 15px 0 0;
  color: #7f93a8;
  font-size: 11px;
}
.method-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: #0e2943;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.22);
}
.method-float > i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(40, 211, 162, 0.12);
  color: var(--mint);
  font-style: normal;
}
.method-float p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}
.method-float b {
  font-size: 10px;
}
.method-float span {
  color: #758ba0;
  font-size: 9px;
}
.method-float-one {
  right: 0;
  top: 27px;
}
.method-float-two {
  left: 0;
  bottom: 46px;
}
.method-float-two > i {
  background: rgba(255, 183, 77, 0.12);
  color: #ffbd61;
}
.method-content h2 {
  margin: 20px 0 24px;
  font-size: 49px;
  line-height: 1.07;
  letter-spacing: -2.3px;
}
.method-content > p {
  max-width: 600px;
  margin: 0 0 27px;
  color: #9dafc0;
  font-size: 14px;
  line-height: 1.78;
}
.method-content ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  list-style: none;
}
.method-content li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.method-content li > b {
  color: #4d7197;
  font-size: 10px;
}
.method-content li > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.method-content li strong {
  font-size: 14px;
}
.method-content li span {
  color: #71879b;
  font-size: 11px;
}
.home-faq-section {
  background: #fff;
}
.home-faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 100px;
}
.home-faq-grid > div:first-child h2 {
  margin: 18px 0 17px;
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: -2px;
}
.home-faq-grid > div:first-child p {
  margin: 0;
  color: #718196;
  font-size: 13px;
}
.home-final-cta {
  padding: 0 0 90px;
  background: #fff;
}
.home-final-cta > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 46px 50px;
  border-radius: 24px;
  background: linear-gradient(120deg, #1463ff, #0b4bc9);
  color: #fff;
  overflow: hidden;
}
.home-final-cta > div:after {
  content: "";
  position: absolute;
  right: -90px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.04);
}
.home-final-cta > div > div,
.home-final-cta a {
  position: relative;
  z-index: 1;
}
.home-final-cta > div > div > span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.2px;
  opacity: 0.75;
}
.home-final-cta h2 {
  margin: 10px 0 0;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -1.2px;
}
.home-final-cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 205px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff;
  color: #0f58e7;
  font-size: 12px;
  font-weight: 900;
}
.home-final-cta a b {
  font-size: 18px;
}

/* Test catalogue and start */
.tests-hero {
  position: relative;
  isolation: isolate;
  padding: 72px 0 78px;
  background: linear-gradient(135deg, #061522, #0a2745);
  color: #fff;
  overflow: hidden;
}
.tests-hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -180px;
  top: -220px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 99, 255, 0.25), transparent 68%);
}
.tests-hero-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 90px;
  align-items: end;
}
.tests-hero .breadcrumb {
  margin-bottom: 23px;
}
.tests-hero h1 {
  margin: 20px 0 18px;
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: -3px;
}
.tests-hero h1 em {
  color: var(--mint);
  font-style: normal;
}
.tests-hero-grid > div:first-child > p {
  max-width: 690px;
  margin: 0;
  color: #a8b8c8;
  font-size: 15px;
  line-height: 1.75;
}
.tests-hero-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  overflow: hidden;
}
.tests-hero-card > div {
  display: flex;
  min-height: 130px;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}
.tests-hero-card > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.tests-hero-card span {
  color: #70869b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.1px;
}
.tests-hero-card b {
  margin: 10px 0 2px;
  font-size: 34px;
}
.tests-hero-card small {
  color: #8598aa;
  font-size: 9px;
}
.tests-hero-card footer {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #91a5b7;
  font-size: 9px;
}
.tests-hero-card footer i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(40, 211, 162, 0.1);
}
.tests-catalog {
  background: #f5f7fa;
}
.test-filter {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 34px;
  padding: 13px 15px;
  border: 1px solid #dce4ed;
  border-radius: 15px;
  background: #fff;
}
.test-filter > span {
  flex: 0 0 auto;
  color: #65768a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.7px;
}
.test-filter > div {
  display: flex;
  gap: 6px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.test-filter > div::-webkit-scrollbar {
  display: none;
}
.test-filter a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid #e1e7ee;
  border-radius: 9px;
  color: #5e7185;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}
.test-filter a:hover,
.test-filter a.active {
  border-color: var(--filter-accent, var(--blue));
  background: color-mix(in srgb, var(--filter-accent, var(--blue)) 8%, white);
  color: var(--filter-accent, var(--blue));
}
.test-filter a small {
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 4px;
  border-radius: 6px;
  background: #eef2f6;
  color: #738396;
  font-size: 8px;
}
.test-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.catalog-test-card {
  position: relative;
  display: flex;
  min-height: 370px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #dce4ed;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: 0.24s;
}
.catalog-test-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: var(--test-accent);
}
.catalog-test-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(8, 31, 57, 0.1);
}
.catalog-test-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-test-top > span {
  padding: 7px 9px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--test-accent) 10%, white);
  color: var(--test-accent);
  font-size: 9px;
  font-weight: 900;
}
.catalog-test-top > small {
  color: #8a98a8;
  font-size: 9px;
}
.catalog-test-card h2 {
  margin: 28px 0 10px;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.8px;
}
.catalog-test-card > p {
  display: -webkit-box;
  margin: 0;
  color: #718195;
  font-size: 12px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.catalog-test-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: auto;
  border: 1px solid #e7ecf1;
  border-radius: 11px;
  overflow: hidden;
}
.catalog-test-stats > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  padding: 11px;
  background: #fafbfd;
}
.catalog-test-stats > span + span {
  border-left: 1px solid #e7ecf1;
}
.catalog-test-stats small {
  color: #98a4b0;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.7px;
}
.catalog-test-stats b {
  overflow: hidden;
  color: #334b64;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalog-test-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  padding-top: 16px;
  border-top: 1px solid #e8edf2;
  font-size: 11px;
  font-weight: 850;
}
.catalog-test-card > a b {
  color: var(--test-accent);
  font-size: 17px;
}
.tests-empty {
  padding: 65px 30px;
  border: 1px dashed #c9d5e1;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
.tests-empty > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}
.tests-empty h2 {
  margin: 10px 0;
  font-size: 28px;
}
.tests-empty p {
  margin: 0 auto;
  color: #758599;
  font-size: 12px;
}
.tests-empty a {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  margin-top: 24px;
  padding: 13px 16px;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
}
.test-intro-page {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  padding: 52px 0 90px;
  background: linear-gradient(180deg, #f5f7fa, #fff);
  overflow: hidden;
}
.test-intro-page:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -170px;
  top: -220px;
  width: 590px;
  height: 590px;
  border-radius: 50%;
  background: var(--test-accent);
  opacity: 0.065;
}
.test-intro-page .breadcrumb a:hover {
  color: var(--ink);
}
.test-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 90px;
  align-items: center;
  padding-top: 35px;
}
.exam-pill {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 9px;
  background: color-mix(in srgb, var(--test-accent) 10%, white);
  color: var(--test-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.8px;
}
.test-intro-copy h1 {
  max-width: 760px;
  margin: 20px 0 19px;
  font-size: 56px;
  line-height: 1.06;
  letter-spacing: -2.8px;
}
.test-intro-copy > p {
  max-width: 720px;
  margin: 0;
  color: #65768b;
  font-size: 15px;
  line-height: 1.78;
}
.test-scope-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 26px;
}
.test-scope-chips span {
  padding: 8px 10px;
  border: 1px solid #dbe4ed;
  border-radius: 8px;
  background: #fff;
  color: #53677d;
  font-size: 9px;
  font-weight: 750;
}
.test-start-card {
  padding: 26px;
  border: 1px solid #d9e3ec;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 26px 65px rgba(8, 31, 57, 0.11);
}
.test-start-card > span {
  color: var(--test-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.1px;
}
.test-start-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0;
  border: 1px solid #e3e9ef;
  border-radius: 12px;
  overflow: hidden;
}
.test-start-stats p {
  display: flex;
  min-height: 84px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
}
.test-start-stats p + p {
  border-left: 1px solid #e3e9ef;
}
.test-start-stats b {
  font-size: 23px;
}
.test-start-stats small {
  color: #8997a6;
  font-size: 8px;
}
.test-start-card ul {
  display: grid;
  gap: 11px;
  margin: 0 0 21px;
  padding: 0;
  list-style: none;
}
.test-start-card li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #5d7085;
  font-size: 11px;
  line-height: 1.45;
}
.test-start-card li i {
  display: grid;
  place-items: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: #eaf8f3;
  color: #138164;
  font-size: 8px;
  font-style: normal;
}
.test-start-card form button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  padding: 0 17px;
  border: 0;
  border-radius: 12px;
  background: var(--test-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 13px 28px
    color-mix(in srgb, var(--test-accent) 24%, transparent);
}
.test-start-card form button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.test-start-card form button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}
.test-start-card form button b {
  font-size: 18px;
}
.start-note {
  display: block;
  margin-top: 11px;
  color: #8d99a6;
  font-size: 9px;
  text-align: center;
}

/* Focused test runner */
.test-mode-body {
  min-height: 100vh;
  background: #f2f5f8;
}
.test-mode-body.finish-modal-open {
  overflow: hidden;
}
.test-runner {
  min-height: 100vh;
  background: linear-gradient(180deg, #f1f4f8, #f7f9fb);
}
.test-runner-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid #dce4ec;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 26px rgba(8, 31, 57, 0.055);
  backdrop-filter: blur(16px);
}
.test-runner-header > .container {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 160px;
  align-items: center;
  gap: 28px;
  min-height: 82px;
}
.runner-brand {
  font-size: 20px;
}
.runner-brand .brand-image-frame {
  height: 46px;
}
.runner-title {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}
.runner-title small {
  color: var(--blue);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.2px;
}
.runner-title strong {
  overflow: hidden;
  color: #213950;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.runner-timer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.runner-timer > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #edf3ff;
  color: var(--blue);
}
.runner-timer svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.runner-timer p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}
.runner-timer small {
  color: #8a98a8;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.7px;
}
.runner-timer b {
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}
.runner-timer.warning > span {
  background: #fff0f2;
  color: #c23f57;
  animation: timer-alert 1.2s infinite;
}
.runner-timer.warning b {
  color: #b43249;
}
.runner-progress {
  height: 3px;
  background: #e8edf2;
}
.runner-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--mint));
  transition: width 0.35s ease;
}
.test-runner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 275px;
  gap: 22px;
  align-items: start;
  padding-top: 28px;
  padding-bottom: 55px;
}
.question-stage {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(440px, auto) auto;
  min-width: 0;
  border: 1px solid #dbe4ed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(8, 31, 57, 0.07);
  overflow: hidden;
}
.question-stage-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 24px;
  border-bottom: 1px solid #e8edf2;
  background: #fafbfd;
}
.question-stage-top > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7d8d9d;
  font-size: 9px;
}
.question-stage-top > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}
.question-stage-top > button {
  display: none;
  border: 0;
  background: transparent;
  color: #405872;
  font-size: 10px;
  font-weight: 850;
}
.question-panel {
  grid-column: 1;
  grid-row: 2;
  display: none;
  padding: 30px 36px 34px;
}
.question-panel.active,
.question-panel.leaving-left,
.question-panel.leaving-right {
  display: block;
}
.question-panel.entering-right,
.question-panel.entering-left {
  animation: question-enter 0.33s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.question-panel.entering-left {
  animation-name: question-enter-left;
}
.question-panel.leaving-left {
  animation: question-leave 0.3s ease both;
}
.question-panel.leaving-right {
  animation: question-leave-right 0.3s ease both;
}
.question-context {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.question-context > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.question-context > div > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}
.question-context > div > small {
  color: #8997a6;
  font-size: 10px;
}
.question-context > button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid #d8e1ea;
  border-radius: 9px;
  background: #fff;
  color: #6d7e90;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}
.question-context > button:hover,
.question-context > button.active {
  border-color: #e0b04e;
  background: #fff8e9;
  color: #986714;
}
.question-context > button i {
  font-size: 12px;
  font-style: normal;
}
.question-text {
  max-width: 900px;
  margin-bottom: 30px;
  color: #1d354e;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.7;
  letter-spacing: -0.15px;
}
.answer-options {
  display: grid;
  gap: 9px;
}
.answer-options label {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 14px;
  min-height: 63px;
  padding: 9px 14px 9px 10px;
  border: 1px solid #dce4ec;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  transition: 0.18s;
}
.answer-options label:hover {
  border-color: #aabed3;
  background: #fbfcfe;
  transform: translateX(2px);
}
.answer-options input {
  position: absolute;
  opacity: 0;
}
.choice-key {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: #f0f3f7;
  color: #486078;
  font-size: 12px;
  font-weight: 900;
  transition: 0.18s;
}
.choice-text {
  color: #445a71;
  font-size: 13px;
  line-height: 1.55;
}
.answer-options label > i {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #e8f0ff;
  color: transparent;
  font-size: 10px;
  font-style: normal;
  transform: scale(0.75);
  transition: 0.18s;
}
.answer-options label:has(input:checked) {
  border-color: #7da7ea;
  background: #f3f7ff;
  box-shadow: 0 8px 22px rgba(20, 99, 255, 0.08);
}
.answer-options input:checked ~ .choice-key {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 6px 14px rgba(20, 99, 255, 0.22);
}
.answer-options input:checked ~ i {
  background: #1463ff;
  color: #fff;
  transform: scale(1);
}
.answer-options label.answer-confirmed {
  animation: answer-confirm 0.4s ease;
}
.question-actions {
  grid-column: 1;
  grid-row: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 24px;
  border-top: 1px solid #e7edf2;
  background: #fafbfd;
}
.question-actions > span {
  color: #7d8d9d;
  font-size: 10px;
  font-weight: 850;
}
.runner-secondary,
.runner-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
}
.runner-secondary {
  border: 1px solid #cfd9e3;
  background: #fff;
  color: #415970;
}
.runner-secondary:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.runner-primary {
  border: 0;
  background: var(--navy);
  color: #fff;
}
.runner-primary:hover {
  background: var(--blue);
}
.runner-primary span,
.runner-secondary span {
  font-size: 15px;
}
.question-map {
  position: sticky;
  top: 110px;
  padding: 20px;
  border: 1px solid #dbe4ed;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8, 31, 57, 0.06);
}
.map-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8edf2;
}
.map-head > span {
  color: #37516c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.8px;
}
.map-head > b {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #718296;
  font-size: 8px;
}
.map-head > b i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
}
.map-head em {
  color: #253e58;
  font-style: normal;
}
.map-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin: 17px 0;
}
.map-grid button {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid #dae3eb;
  border-radius: 9px;
  background: #fafbfd;
  color: #66798c;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.map-grid button:hover,
.map-grid button.current {
  border-color: var(--blue);
  color: var(--blue);
}
.map-grid button.current {
  box-shadow: inset 0 0 0 1px var(--blue);
  background: #eef4ff;
}
.map-grid button.answered {
  border-color: #a9ddce;
  background: #edf9f5;
  color: #137a5f;
}
.map-grid button.marked:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e6a829;
}
.map-grid button i {
  display: none;
}
.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding-top: 2px;
}
.map-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #8391a0;
  font-size: 7px;
}
.map-legend i {
  width: 8px;
  height: 8px;
  border: 1px solid #d6e0e9;
  border-radius: 3px;
  background: #fafbfd;
}
.map-legend i.answered {
  border-color: #a9ddce;
  background: #edf9f5;
}
.map-legend i.marked {
  border-color: #e8c982;
  background: #fff8e9;
}
.finish-test-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 46px;
  margin-top: 19px;
  padding: 0 13px;
  border: 0;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 25px rgba(20, 99, 255, 0.2);
}
.finish-test-button b {
  font-size: 16px;
}
.question-map > p {
  margin: 10px 4px 0;
  color: #929daa;
  font-size: 8px;
  line-height: 1.45;
  text-align: center;
}
.finish-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.22s;
}
.finish-modal.open {
  opacity: 1;
  visibility: visible;
}
.finish-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 15, 28, 0.7);
  backdrop-filter: blur(4px);
}
.finish-modal > div {
  position: relative;
  width: min(510px, 100%);
  padding: 38px;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
  text-align: center;
  transform: translateY(15px) scale(0.98);
  transition: 0.25s;
}
.finish-modal.open > div {
  transform: none;
}
.finish-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border-radius: 17px;
  background: #eaf8f3;
  color: #138164;
  font-size: 22px;
}
.finish-modal h2 {
  margin: 0 0 10px;
  font-size: 27px;
  letter-spacing: -1px;
}
.finish-modal p {
  margin: 0;
  color: #718195;
  font-size: 12px;
  line-height: 1.7;
}
.finish-modal p b {
  color: #233c56;
}
.finish-modal > div > div {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 8px;
  margin-top: 25px;
}
.finish-modal > div > div button {
  min-height: 47px;
  padding: 0 13px;
  border: 1px solid #d1dce6;
  border-radius: 10px;
  background: #fff;
  color: #405970;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
}
.finish-modal > div > div button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}
.test-toast {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: 24px;
  max-width: calc(100% - 32px);
  padding: 11px 15px;
  border-radius: 10px;
  background: #071a2d;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate(-50%, 15px);
  pointer-events: none;
  transition: 0.22s;
}
.test-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Test result */
.result-hero {
  position: relative;
  isolation: isolate;
  padding: 62px 0 68px;
  background: linear-gradient(135deg, #061522, #0a2846);
  color: #fff;
  overflow: hidden;
}
.result-hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -130px;
  top: -200px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(40, 211, 162, 0.15),
    transparent 67%
  );
}
.result-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 80px;
  align-items: center;
}
.result-hero h1 {
  margin: 17px 0 13px;
  font-size: 47px;
  letter-spacing: -2.2px;
}
.result-hero-grid > div:first-child > p {
  max-width: 670px;
  margin: 0;
  color: #a8b8c8;
  font-size: 14px;
  line-height: 1.7;
}
.result-score-ring {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(
    var(--mint) calc(var(--score) * 1%),
    rgba(255, 255, 255, 0.09) 0
  );
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.025);
  animation: score-ring 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.result-score-ring:before {
  content: "";
  grid-area: 1/1;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: #0a233b;
}
.result-score-ring > span {
  grid-area: 1/1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.result-score-ring b {
  font-size: 39px;
  letter-spacing: -2px;
}
.result-score-ring small {
  color: #71879b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.1px;
}
.result-content {
  background: #f5f7fa;
}
.result-summary-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: -145px;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
.result-summary-grid article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 94px;
  padding: 17px;
  border: 1px solid #dce4ed;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 13px 30px rgba(8, 31, 57, 0.055);
}
.result-summary-grid article > span {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 11px;
  background: #eef2f6;
  color: #637689;
  font-size: 15px;
  font-weight: 900;
}
.result-summary-grid article.correct > span {
  background: #eaf8f3;
  color: #138164;
}
.result-summary-grid article.wrong > span {
  background: #fff0f2;
  color: #b73c52;
}
.result-summary-grid article.net > span {
  background: #edf3ff;
  color: #1463ff;
}
.result-summary-grid article.time > span {
  background: #f1edfb;
  color: #7450bd;
}
.result-summary-grid p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.result-summary-grid small {
  color: #8d99a6;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.8px;
}
.result-summary-grid b {
  font-size: 20px;
}
.result-insight {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  margin-bottom: 52px;
  padding: 20px 22px;
  border: 1px solid #dbe4ed;
  border-radius: 17px;
  background: #fff;
}
.result-insight > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #eaf8f3;
}
.result-insight > span i {
  width: 20px;
  height: 20px;
  border: 5px solid #1aa77f;
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(45deg);
}
.result-insight > div > small {
  color: #168365;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1px;
}
.result-insight h2 {
  margin: 5px 0 4px;
  font-size: 19px;
}
.result-insight p {
  margin: 0;
  color: #748498;
  font-size: 11px;
}
.result-insight > a {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
}
.result-insight > a b {
  font-size: 15px;
}
.result-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 28px;
}
.result-heading h2 {
  margin: 16px 0 9px;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -2px;
}
.result-heading > div:first-child > p {
  margin: 0;
  color: #8190a1;
  font-size: 10px;
}
.result-heading > div:last-child {
  display: flex;
  gap: 8px;
}
.result-heading a,
.result-heading button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid #cad6e1;
  border-radius: 10px;
  background: #fff;
  color: #405970;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
}
.result-heading a b {
  color: var(--blue);
  font-size: 14px;
}
.result-answers {
  display: grid;
  gap: 9px;
}
.result-answer {
  border: 1px solid #dce4ed;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}
.result-answer.correct {
  --state-color: #149071;
}
.result-answer.wrong {
  --state-color: #c34058;
}
.result-answer.blank {
  --state-color: #7c8b9a;
}
.result-answer > button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 85px;
  padding: 13px 17px;
  border: 0;
  background: #fff;
  color: #243d57;
  text-align: left;
  cursor: pointer;
}
.result-answer > button > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--state-color) 10%, white);
  color: var(--state-color);
  font-size: 11px;
  font-weight: 900;
}
.result-answer > button > div {
  min-width: 0;
}
.result-answer > button small {
  color: #8493a3;
  font-size: 8px;
}
.result-answer > button h3 {
  overflow: hidden;
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-answer > button > strong {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--state-color);
  font-size: 10px;
}
.result-answer > button > strong i {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  color: #6e7f91;
  font-size: 13px;
  font-style: normal;
  transition: 0.2s;
}
.result-answer.open > button > strong i {
  transform: rotate(180deg);
}
.result-answer-detail {
  max-height: 0;
  padding: 0 25px;
  border-top: 0 solid #e7edf2;
  background: #fafbfd;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.45s ease,
    padding 0.3s ease,
    border-width 0.3s ease,
    opacity 0.25s ease;
}
.result-answer.open .result-answer-detail {
  max-height: 2600px;
  padding: 24px 25px 26px;
  border-top-width: 1px;
  opacity: 1;
}
.result-question-text {
  color: #263f59;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.7;
}
.answer-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 20px 0;
}
.answer-comparison p {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  padding: 14px;
  border: 1px solid #dce4ed;
  border-radius: 11px;
  background: #fff;
}
.answer-comparison p.user-answer {
  border-color: #e2ccd1;
  background: #fff8f9;
}
.result-answer.correct .answer-comparison p.user-answer {
  border-color: #bde3d8;
  background: #f4fbf8;
}
.answer-comparison p.correct-answer {
  border-color: #bde3d8;
  background: #f4fbf8;
}
.answer-comparison small {
  color: #8997a5;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.8px;
}
.answer-comparison b {
  color: #36506a;
  font-size: 11px;
  line-height: 1.5;
}
.solution-box {
  padding: 18px;
  border-left: 3px solid var(--blue);
  border-radius: 0 11px 11px 0;
  background: #edf3ff;
}
.solution-box > span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1px;
}
.solution-box p {
  margin: 9px 0 0;
  color: #526a82;
  font-size: 12px;
  line-height: 1.75;
}
.ask-result-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #d7e1eb;
  border-radius: 10px;
  background: #fff;
  color: #2c4864;
  font-size: 10px;
  font-weight: 850;
}
.ask-result-question b {
  color: var(--blue);
  font-size: 15px;
}

/* Premium teacher and coach workspaces */
.chat-workspace {
  position: relative;
  isolation: isolate;
  min-height: 900px;
  padding: 55px 0 80px;
  background: linear-gradient(180deg, #071a2d 0 260px, #f3f6f9 260px);
  overflow: hidden;
}
.chat-workspace:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -180px;
  top: -210px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 99, 255, 0.2), transparent 68%);
}
.coach-workspace:before {
  background: radial-gradient(
    circle,
    rgba(139, 85, 233, 0.18),
    transparent 68%
  );
}
.chat-page-heading {
  margin-bottom: 35px;
  color: #fff;
}
.chat-page-heading .breadcrumb {
  margin-bottom: 22px;
}
.chat-page-heading > div h1 {
  margin: 14px 0 10px;
  font-size: 48px;
  letter-spacing: -2.3px;
}
.chat-page-heading > div p {
  max-width: 730px;
  margin: 0;
  color: #9fb0c1;
  font-size: 14px;
  line-height: 1.7;
}
.premium-chat-shell {
  position: relative;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 690px;
  border: 1px solid #d8e2eb;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 28px 75px rgba(5, 25, 47, 0.13);
  overflow: hidden;
}
.premium-chat-shell .selector-backdrop {
  position: absolute;
  z-index: 40;
  inset: 0;
  display: block;
  border: 0;
  background: rgba(4, 18, 32, 0.56);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.premium-chat-shell.selector-open .selector-backdrop {
  opacity: 1;
  pointer-events: auto;
}
.premium-chat-shell .educator-selector {
  position: absolute;
  z-index: 41;
  inset: 0 auto 0 0;
  display: flex;
  width: 350px;
  min-width: 0;
  flex-direction: column;
  padding: 24px 18px 18px;
  border: 0;
  border-right: 1px solid #d7e1ea;
  background: #f7f9fc;
  box-shadow: 18px 0 55px rgba(5, 25, 47, 0.18);
  transform: translateX(-108%);
  transition: transform 0.25s ease;
}
.premium-chat-shell.selector-open .educator-selector {
  transform: none;
}
.premium-chat-shell .selector-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 18px;
}
.premium-chat-shell .selector-head span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}
.premium-chat-shell .selector-head h2 {
  margin: 6px 0 0;
  font-size: 19px;
}
.premium-chat-shell .selector-head button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d4dee8;
  border-radius: 9px;
  background: #fff;
  color: #51677d;
  font-size: 19px;
  cursor: pointer;
}
.premium-chat-shell .educator-options {
  display: grid;
  gap: 7px;
  max-height: 515px;
  overflow: auto;
}
.premium-chat-shell .educator-option {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 66px;
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.premium-chat-shell .educator-option:hover,
.premium-chat-shell .educator-option.active {
  border-color: #d7e2ed;
  background: #fff;
  box-shadow: 0 7px 18px rgba(8, 31, 57, 0.055);
}
.premium-chat-shell .educator-option > img,
.premium-chat-shell .educator-option > span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 11px;
  background: #e8effb;
  color: var(--blue);
  object-fit: cover;
  font-size: 13px;
  font-weight: 900;
}
.premium-chat-shell .educator-option p {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.premium-chat-shell .educator-option p b,
.premium-chat-shell .educator-option p small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.premium-chat-shell .educator-option p b {
  font-size: 12px;
}
.premium-chat-shell .educator-option p small {
  color: #7b8999;
  font-size: 9px;
}
.premium-chat-shell .educator-option > i {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #edf1f5;
  color: transparent;
  font-size: 9px;
  font-style: normal;
}
.premium-chat-shell .educator-option.active > i {
  background: #e7f8f2;
  color: #128061;
}
.premium-chat-shell .selector-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: auto;
  padding: 14px;
  border: 1px solid #dae3ec;
  border-radius: 12px;
  background: #fff;
}
.premium-chat-shell .selector-note > i {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(40, 211, 162, 0.1);
}
.premium-chat-shell .selector-note p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.premium-chat-shell .selector-note b {
  font-size: 10px;
}
.premium-chat-shell .selector-note span {
  color: #8391a0;
  font-size: 9px;
  line-height: 1.45;
}
.educator-empty {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 1px dashed #cbd7e3;
  border-radius: 13px;
  background: #fff;
  text-align: center;
}
.educator-empty > span {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
  border-radius: 14px;
  background: #eaf1ff;
}
.educator-empty > span i {
  position: absolute;
  display: block;
  background: #356fc5;
}
.educator-empty > span i:first-child {
  left: 18px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.educator-empty > span i:last-child {
  left: 12px;
  bottom: 9px;
  width: 24px;
  height: 13px;
  border-radius: 13px 13px 6px 6px;
}
.educator-empty b {
  font-size: 12px;
}
.educator-empty p {
  margin: 6px 0 0;
  color: #8190a0;
  font-size: 9px;
  line-height: 1.55;
}
.chat-context-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 25px 21px;
  border-right: 1px solid #dfe6ed;
  background: linear-gradient(180deg, #f7f9fc, #f3f6f9);
}
.context-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.context-brand > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(145deg, #1463ff, #0b4bc8);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 9px 20px rgba(20, 99, 255, 0.2);
}
.coach-workspace .context-brand > span {
  background: linear-gradient(145deg, #8b55e9, #6840ba);
  box-shadow: 0 9px 20px rgba(139, 85, 233, 0.2);
}
.context-brand > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}
.context-brand small {
  color: #70859a;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.9px;
}
.context-brand strong {
  font-size: 13px;
}
.context-lead {
  margin: 21px 0;
  color: #64778b;
  font-size: 12px;
  line-height: 1.65;
}
.context-profile-button {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 59px;
  padding: 8px;
  border: 1px solid #b9cdee;
  border-radius: 13px;
  background: #fff;
  color: #183c6b;
  text-align: left;
  box-shadow: 0 8px 20px rgba(20, 99, 255, 0.06);
  cursor: pointer;
}
.context-profile-button > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}
.context-profile-button small {
  color: #7890ab;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.7px;
}
.context-profile-button strong {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.context-profile-button > b {
  color: var(--blue);
  font-size: 15px;
}
.profile-select-icon {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #1463ff;
}
.profile-select-icon i {
  position: absolute;
  display: block;
  background: #fff;
}
.profile-select-icon i:first-child {
  left: 14px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.profile-select-icon i:last-child {
  left: 9px;
  bottom: 7px;
  width: 20px;
  height: 11px;
  border-radius: 11px 11px 6px 6px;
}
.context-divider {
  height: 1px;
  margin: 23px 0;
  background: #dfe6ed;
}
.quick-prompts {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.quick-prompts > span {
  margin-bottom: 3px;
  color: #8190a0;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.quick-prompts button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 43px;
  padding: 8px 10px;
  border: 1px solid #dce4ec;
  border-radius: 10px;
  background: #fff;
  color: #4a6178;
  font-size: 9px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}
.quick-prompts button:hover {
  border-color: #abc2df;
  color: #174d92;
}
.quick-prompts button b {
  color: var(--blue);
  font-size: 13px;
}
.context-usage {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
  padding-top: 22px;
}
.context-usage > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #718296;
  font-size: 9px;
}
.context-usage > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}
.context-usage > strong {
  font-size: 11px;
}
.conversation-panel {
  display: flex;
  min-width: 0;
  min-height: 690px;
  flex-direction: column;
}
.conversation-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 12px 20px;
  border-bottom: 1px solid #e3e9ef;
}
.selected-educator {
  display: flex;
  align-items: center;
  gap: 11px;
}
.selected-educator > span {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 13px;
  background: #e7effb;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  overflow: hidden;
}
.selected-educator > span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selected-educator p {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 8px;
  margin: 0;
}
.selected-educator small {
  grid-column: 1/-1;
  color: #8392a2;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.8px;
}
.selected-educator b {
  font-size: 13px;
}
.selected-educator em {
  align-self: center;
  color: #78899b;
  font-size: 9px;
  font-style: normal;
}
.mobile-profile-button {
  display: none;
  align-items: center;
  gap: 12px;
  height: 38px;
  padding: 0 11px;
  border: 1px solid #bed0e7;
  border-radius: 9px;
  background: #fff;
  color: #23528e;
  font-size: 9px;
  font-weight: 850;
}
.conversation-body {
  display: flex;
  min-height: 450px;
  max-height: 510px;
  flex: 1;
  flex-direction: column;
  gap: 17px;
  padding: 24px;
  overflow-y: auto;
  background: linear-gradient(180deg, #fff, #fbfcfe);
}
.chat-welcome {
  padding: 21px 22px;
  border: 1px solid #dbe5ee;
  border-radius: 15px;
  background: linear-gradient(135deg, #f7faff, #fbfdff);
}
.chat-welcome > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #e7efff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}
.chat-welcome h2 {
  margin: 13px 0 7px;
  font-size: 20px;
}
.chat-welcome p {
  max-width: 630px;
  margin: 0;
  color: #728397;
  font-size: 11px;
  line-height: 1.65;
}
.message {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  max-width: 82%;
}
.message-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #e8effb;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  overflow: hidden;
}
.message-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.message small {
  padding-left: 3px;
  color: #8291a0;
  font-size: 9px;
}
.message p {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #dce4ec;
  border-radius: 6px 15px 15px 15px;
  background: #fff;
  color: #334a62;
  font-size: 13px;
  line-height: 1.65;
  white-space: pre-wrap;
  box-shadow: 0 7px 18px rgba(8, 31, 57, 0.035);
}
.visitor-message {
  align-self: flex-end;
}
.visitor-message p {
  border-color: #1463ff;
  border-radius: 15px 6px 15px 15px;
  background: #1463ff;
  color: #fff;
}
.typing-message p {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 58px;
  min-height: 42px;
}
.typing-message p i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #91a1b1;
  animation: chat-pulse 1s infinite;
}
.typing-message p i:nth-child(2) {
  animation-delay: 0.15s;
}
.typing-message p i:nth-child(3) {
  animation-delay: 0.3s;
}
.conversation-composer {
  padding: 12px 19px 15px;
  border-top: 1px solid #e4eaf0;
  background: #fff;
}
.conversation-composer .message-form {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  margin: 0;
  padding: 8px;
  border: 1px solid #c8d5e2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(8, 31, 57, 0.065);
}
.conversation-composer .message-form:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(20, 99, 255, 0.07);
}
.conversation-composer textarea {
  min-height: 42px;
  max-height: 145px;
  flex: 1;
  padding: 10px 8px;
  border: 0;
  outline: 0;
  resize: none;
  color: #263f58;
  font: 13px/1.5 inherit;
}
.conversation-composer button[type="submit"] {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}
.conversation-composer button[type="submit"]:hover {
  background: var(--blue);
}
.conversation-composer button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.composer-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 9px 2px 0;
  color: #8795a4;
  font-size: 8px;
}
.composer-note > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.composer-note i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
}
.quota-card {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 14px;
  max-width: 620px;
  padding: 17px;
  border: 1px solid #e5d5ad;
  border-radius: 15px;
  background: linear-gradient(135deg, #fffaf0, #fff);
  box-shadow: 0 12px 28px rgba(113, 82, 20, 0.07);
}
.quota-card-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 12px;
  background: #fff1ca;
  color: #9a6815;
  font-size: 18px;
  font-weight: 900;
}
.quota-card > div > small {
  color: #a27624;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.9px;
}
.quota-card h3 {
  margin: 6px 0 6px;
  color: #4f4027;
  font-size: 15px;
}
.quota-card p {
  margin: 0;
  color: #7a6a4d;
  font-size: 10px;
  line-height: 1.6;
}
.quota-card > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid #eee1c3;
}
.quota-card a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 9px 11px;
  border-radius: 9px;
  background: #172f49;
  color: #fff;
  font-size: 9px;
  font-weight: 850;
}
.quota-card a b {
  font-size: 13px;
}
.quota-card > div > div > span {
  color: #8b795a;
  font-size: 9px;
}
.quota-locked {
  opacity: 0.68;
}
.chat-unavailable {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  border: 1px solid #dbe4ed;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  box-shadow: 0 24px 65px rgba(8, 31, 57, 0.08);
}

/* Motion */
@keyframes dashboard-arrive {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes timer-alert {
  50% {
    transform: scale(1.06);
  }
}
@keyframes question-enter {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes question-enter-left {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes question-leave {
  to {
    opacity: 0;
    transform: translateX(-18px);
  }
}
@keyframes question-leave-right {
  to {
    opacity: 0;
    transform: translateX(18px);
  }
}
@keyframes answer-confirm {
  50% {
    transform: translateX(4px);
  }
}
@keyframes score-ring {
  from {
    opacity: 0;
    transform: scale(0.82) rotate(-18deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Responsive */
@media (max-width: 1180px) {
  .home-hero-grid {
    grid-template-columns: 1fr 450px;
    gap: 45px;
  }
  .home-hero-copy h1 {
    font-size: 58px;
  }
  .home-action-card {
    padding: 23px;
  }
  .premium-exam-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .test-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .learning-method-grid {
    gap: 70px;
  }
  .tests-hero-grid {
    grid-template-columns: 1fr 330px;
    gap: 55px;
  }
  .premium-chat-shell {
    grid-template-columns: 270px minmax(0, 1fr);
  }
  .chat-context-panel {
    padding: 22px 17px;
  }
  .result-summary-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .result-summary-grid article {
    padding: 13px;
    gap: 9px;
  }
}
@media (max-width: 960px) {
  .home-hero {
    padding-top: 65px;
  }
  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .home-hero-copy {
    max-width: 760px;
  }
  .learning-dashboard {
    max-width: 650px;
  }
  .home-action-grid,
  .featured-test-grid {
    grid-template-columns: 1fr;
  }
  .home-action-card {
    min-height: 290px;
  }
  .action-icon {
    margin-bottom: 30px;
  }
  .home-section-head.split {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .learning-method-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .method-visual {
    min-height: 410px;
  }
  .home-faq-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .tests-hero-grid {
    grid-template-columns: 1fr;
  }
  .tests-hero-card {
    max-width: 480px;
  }
  .test-intro-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .test-start-card {
    max-width: 520px;
  }
  .test-runner-header > .container {
    grid-template-columns: 180px minmax(0, 1fr) 140px;
  }
  .test-runner-grid {
    grid-template-columns: 1fr;
  }
  .question-map {
    position: static;
    display: none;
  }
  .question-map.mobile-open {
    display: block;
  }
  .question-stage-top > button {
    display: inline-flex;
  }
  .result-summary-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: -120px;
  }
  .result-summary-grid article:nth-child(n + 4) {
    grid-column: auto;
  }
  .premium-chat-shell {
    grid-template-columns: 1fr;
  }
  .chat-context-panel {
    display: none;
  }
  .mobile-profile-button {
    display: flex;
  }
  .conversation-panel {
    min-height: 700px;
  }
  .conversation-body {
    max-height: none;
  }
  .tests-hero h1 {
    font-size: 50px;
  }
}
@media (max-width: 720px) {
  .container {
    width: min(var(--container), calc(100% - 30px));
  }
  .home-hero {
    padding-top: 50px;
  }
  .home-hero-grid {
    padding-bottom: 50px;
  }
  .home-hero-copy h1 {
    font-size: 47px;
    letter-spacing: -2.8px;
  }
  .home-hero-copy > p {
    font-size: 15px;
  }
  .hero-proof {
    flex-wrap: wrap;
  }
  .hero-proof > div {
    min-width: 33.333%;
    padding-right: 14px;
  }
  .hero-proof > div + div {
    padding-left: 14px;
  }
  .learning-dashboard {
    padding: 14px;
    border-radius: 21px;
  }
  .daily-target {
    grid-template-columns: 1fr;
  }
  .progress-ring {
    display: none;
  }
  .exam-quickbar {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 14px 0;
  }
  .exam-quickbar > span {
    display: none;
  }
  .home-actions-section,
  .section {
    padding: 75px 0;
  }
  .home-section-head h2 {
    font-size: 38px;
    letter-spacing: -1.7px;
  }
  .home-section-head {
    margin-bottom: 34px;
  }
  .premium-exam-grid {
    grid-template-columns: 1fr;
  }
  .home-final-cta > div {
    align-items: flex-start;
    flex-direction: column;
    padding: 35px 28px;
  }
  .home-final-cta a {
    width: 100%;
  }
  .method-content h2 {
    font-size: 39px;
  }
  .method-score {
    left: 4%;
    right: 4%;
    padding: 28px;
  }
  .method-float-one {
    right: 0;
  }
  .method-float-two {
    left: 0;
  }
  .home-faq-grid > div:first-child h2 {
    font-size: 37px;
  }
  .test-catalog-grid {
    grid-template-columns: 1fr;
  }
  .test-filter {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .test-filter > div {
    width: 100%;
  }
  .tests-hero {
    padding: 55px 0 62px;
  }
  .tests-hero h1 {
    font-size: 43px;
    letter-spacing: -2.2px;
  }
  .test-intro-copy h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .test-intro-page {
    padding-top: 37px;
  }
  .test-runner-header > .container {
    grid-template-columns: 1fr auto;
    gap: 15px;
    min-height: 70px;
  }
  .runner-title {
    grid-column: 1/-1;
    grid-row: 2;
    padding-bottom: 10px;
    text-align: left;
  }
  .runner-brand {
    font-size: 17px;
  }
  .runner-brand .brand-image-frame {
    width: min(var(--brand-logo-width), 150px);
    height: 40px;
  }
  .runner-timer > span {
    width: 34px;
    height: 34px;
  }
  .test-runner-grid {
    width: 100%;
    padding-top: 12px;
  }
  .question-stage {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .question-panel {
    padding: 23px 17px 27px;
  }
  .question-text {
    font-size: 16px;
  }
  .answer-options label {
    grid-template-columns: 38px minmax(0, 1fr) 21px;
    padding-right: 10px;
  }
  .choice-key {
    width: 38px;
    height: 38px;
  }
  .choice-text {
    font-size: 12px;
  }
  .question-actions {
    padding: 14px 15px;
  }
  .runner-secondary,
  .runner-primary {
    gap: 11px;
    padding: 0 11px;
  }
  .question-map {
    margin: 0 15px;
  }
  .finish-modal > div {
    padding: 30px 22px;
  }
  .finish-modal > div > div {
    grid-template-columns: 1fr;
  }
  .result-hero {
    padding: 50px 0 120px;
  }
  .result-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .result-score-ring {
    width: 125px;
    height: 125px;
  }
  .result-score-ring:before {
    width: 98px;
    height: 98px;
  }
  .result-summary-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -85px;
  }
  .result-summary-grid article:last-child {
    grid-column: 1/-1;
  }
  .result-insight {
    grid-template-columns: 44px 1fr;
  }
  .result-insight > span {
    width: 44px;
    height: 44px;
  }
  .result-insight > a {
    grid-column: 1/-1;
    justify-content: space-between;
  }
  .result-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .result-heading h2 {
    font-size: 35px;
  }
  .result-heading > div:last-child {
    width: 100%;
    flex-wrap: wrap;
  }
  .result-heading a,
  .result-heading button {
    flex: 1;
    justify-content: center;
  }
  .result-answer > button {
    grid-template-columns: 37px minmax(0, 1fr);
    padding: 12px;
  }
  .result-answer > button > span {
    width: 37px;
    height: 37px;
  }
  .result-answer > button > strong {
    grid-column: 2;
    justify-content: space-between;
  }
  .result-answer.open .result-answer-detail {
    padding: 20px 15px;
  }
  .answer-comparison {
    grid-template-columns: 1fr;
  }
  .chat-workspace {
    padding-top: 42px;
    background: linear-gradient(180deg, #071a2d 0 235px, #f3f6f9 235px);
  }
  .chat-page-heading > div h1 {
    font-size: 39px;
  }
  .premium-chat-shell {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .premium-chat-shell .educator-selector {
    width: calc(100% - 28px);
  }
  .conversation-head {
    padding: 11px 13px;
  }
  .selected-educator em {
    display: none;
  }
  .conversation-body {
    min-height: 460px;
    padding: 18px 13px;
  }
  .message {
    max-width: 93%;
  }
  .conversation-composer {
    padding: 10px 12px 13px;
  }
  .composer-note small {
    display: none;
  }
  .quota-card {
    grid-template-columns: 1fr;
  }
  .quota-card-icon {
    width: 39px;
    height: 39px;
  }
  .quota-card > div > div {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-brand.has-image .brand-image-frame {
    max-width: 170px;
  }
}
@media (max-width: 480px) {
  .home-hero-copy h1 {
    font-size: 41px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions a {
    width: 100%;
  }
  .hero-proof > div {
    min-width: 50%;
  }
  .hero-proof > div:nth-child(3) {
    margin-top: 14px;
    padding-left: 0;
    border-left: 0;
  }
  .dashboard-task {
    grid-template-columns: 39px minmax(0, 1fr);
  }
  .dashboard-task > strong {
    display: none;
  }
  .home-action-card {
    min-height: 310px;
  }
  .home-section-head h2 {
    font-size: 34px;
  }
  .method-visual {
    min-height: 360px;
  }
  .method-score > strong {
    font-size: 58px;
  }
  .method-float {
    padding: 10px;
  }
  .tests-hero-card {
    grid-template-columns: 1fr;
  }
  .tests-hero-card > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }
  .tests-hero-card footer {
    grid-column: 1;
  }
  .test-intro-copy h1 {
    font-size: 37px;
  }
  .test-start-card {
    padding: 20px;
  }
  .answer-options label {
    grid-template-columns: 35px minmax(0, 1fr);
  }
  .choice-key {
    width: 35px;
    height: 35px;
  }
  .answer-options label > i {
    display: none;
  }
  .question-context {
    align-items: flex-start;
    flex-direction: column;
  }
  .question-actions > span {
    display: none;
  }
  .question-actions {
    gap: 8px;
  }
  .question-actions button {
    flex: 1;
  }
  .result-summary-grid {
    gap: 7px;
  }
  .result-summary-grid article {
    min-height: 82px;
    padding: 10px;
  }
  .result-summary-grid article > span {
    width: 34px;
    height: 34px;
  }
  .result-summary-grid b {
    font-size: 17px;
  }
  .result-heading > div:last-child {
    flex-direction: column;
  }
  .result-heading a,
  .result-heading button {
    width: 100%;
  }
  .selected-educator small {
    display: none;
  }
  .selected-educator p {
    display: flex;
    flex-direction: column;
  }
  .mobile-profile-button {
    padding: 0 9px;
  }
  .chat-page-heading > div h1 {
    font-size: 34px;
  }
  .chat-welcome {
    padding: 18px;
  }
  .message p {
    font-size: 12px;
  }
  .conversation-composer button[type="submit"] span {
    display: none;
  }
  .conversation-composer button[type="submit"] {
    padding: 0 15px;
  }
  .brand-image-frame {
    max-width: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .learning-dashboard {
    animation: none;
  }
  .result-score-ring {
    animation: none;
  }
}
.reduce-interface-motion *,
.reduce-interface-motion *:before,
.reduce-interface-motion *:after {
  animation: none !important;
  transition-duration: 0.01ms !important;
}
