:root {
  --paper: #F4F6F2;
  --sheet: #FFFFFF;
  --sheet-soft: #FAFBF8;
  --ink: #131820;
  --ink-soft: #4F5866;
  --ink-faint: #66707C;
  --line: #D9DED8;
  --line-strong: #BFC6C0;
  --signal: #2F5BEA;
  --signal-dark: #2346BD;
  --signal-soft: #E8EDFF;
  --success: #176B45;
  --success-soft: #E5F4EC;
  --error: #A83434;
  --error-soft: #F9E7E7;
  --font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", sans-serif;
  --utility: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --content: min(1240px, calc(100% - 48px));
  --r-surface: 18px;
  --r-control: 10px;
  --hit: 48px;
  --focus: 0 0 0 4px rgba(47, 91, 234, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body, button, a, input { font-synthesis: none; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, dl, dd { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
p, li, dd { text-wrap: pretty; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; background: var(--ink); color: white; font-weight: 800; border-radius: var(--r-control); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: none; box-shadow: var(--focus); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
}
.nav-shell { width: var(--content); height: 68px; margin: 0 auto; display: flex; align-items: center; gap: 28px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; letter-spacing: -.02em; }
.brand-lockup img { width: 36px; height: 36px; border-radius: 10px; outline: 1px solid rgba(19, 24, 32, .08); outline-offset: -1px; }
.brand-lockup b { color: var(--signal); }
.nav-links { display: flex; gap: 26px; margin-left: auto; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.nav-links a { padding: 6px 0; }
.nav-links a:hover, .text-link:hover { color: var(--signal); }
.nav-actions { display: flex; align-items: center; gap: 16px; margin-left: auto; font-size: 13px; font-weight: 800; }

.button {
  display: inline-flex;
  min-height: var(--hit);
  align-items: center;
  justify-content: center;
  border: 1px solid var(--signal);
  border-radius: var(--r-control);
  padding: 0 22px;
  background: var(--signal);
  color: white;
  font-weight: 800;
  letter-spacing: -.01em;
  cursor: pointer;
  transition-property: background-color, border-color, transform;
  transition-duration: 150ms;
  transition-timing-function: ease-out;
}
.button:hover { background: var(--signal-dark); border-color: var(--signal-dark); }
.button:active { transform: scale(.98); }
.button:disabled { cursor: not-allowed; opacity: .48; transform: none; }
.button-small { min-height: 40px; padding-inline: 16px; font-size: 13px; }
.text-arrow { display: inline-flex; margin-top: 26px; color: var(--signal); font-weight: 800; }

.hero { padding: 36px 0 28px; }
.hero-shell {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
  gap: clamp(36px, 5vw, 80px);
  align-items: start;
}
.hero-copy { position: sticky; top: 96px; padding-top: 18px; }
.eyebrow {
  margin-bottom: 16px;
  color: var(--signal);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 9ch;
  font-size: clamp(46px, 5.8vw, 78px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.02;
}
.hero-sub {
  max-width: 34em;
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
}
.tri-ruler {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  max-width: 360px;
  margin-top: 28px;
  font-variant-numeric: tabular-nums;
}
.tri-ruler > span { color: var(--ink-faint); font-family: var(--utility); font-size: 11px; font-weight: 750; }
.tri-ruler b { color: var(--ink); }
.tri-ruler > i {
  position: relative;
  height: 6px;
  border-radius: 99px;
  background: #E1E5DF;
  overflow: hidden;
}
.tri-ruler u {
  position: absolute;
  top: 0; bottom: 0;
  border-radius: inherit;
  background: var(--signal);
}

.hero-proof {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink-faint);
  font-size: 14px;
  line-height: 1.5;
}
.hero-proof strong { color: var(--ink); }

.question-card {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 88px;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-surface);
  background: var(--sheet);
  padding: 26px 28px 28px 36px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .85),
    0 18px 48px rgba(19, 24, 32, .07);
}
.question-card::before {
  content: "";
  position: absolute;
  inset: 12px auto 12px 12px;
  width: 4px;
  border-radius: 99px;
  background: var(--signal);
}
.area-picker { margin: 0 0 20px; padding: 0 0 20px; border: 0; border-bottom: 1px solid var(--line); }
.area-picker legend { margin-bottom: 12px; color: var(--ink-soft); font-size: 12px; font-weight: 800; }
.area-picker > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.area-picker button {
  display: grid;
  gap: 2px;
  min-height: 52px;
  place-content: center;
  border: 1px solid var(--line);
  border-radius: var(--r-control);
  padding: 8px 6px;
  background: var(--sheet-soft);
  color: var(--ink-soft);
  cursor: pointer;
  transition-property: border-color, background-color, color;
  transition-duration: 150ms;
}
.area-picker button b { font-family: var(--utility); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.area-picker button span { font-size: 11px; font-weight: 650; }
.area-picker button:hover { border-color: var(--line-strong); color: var(--ink); }
.area-picker button[aria-pressed="true"] { border-color: var(--signal); background: var(--signal-soft); color: var(--signal); }

.question-sheet { min-height: 360px; }
.question-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: var(--ink-faint);
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}
.question-rail {
  height: 3px;
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 99px;
  background: #E7EAE5;
}
.question-rail i { display: block; height: 100%; width: 6.66%; border-radius: inherit; background: var(--signal); }
.question-loading { display: grid; gap: 12px; padding-top: 32px; }
.question-loading i { display: block; height: 14px; border-radius: 6px; background: #E7EAE5; animation: loading 1.1s ease-in-out infinite alternate; }
.question-loading i:nth-child(1) { width: 88%; }
.question-loading i:nth-child(2) { width: 68%; animation-delay: .15s; }
.question-loading i:nth-child(3) { width: 78%; animation-delay: .3s; }
.question-loading p { margin-top: 10px; color: var(--ink-faint); font-size: 13px; }
.question-support-box {
  margin: 0 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-control);
  background: var(--sheet-soft);
  overflow: hidden;
}
.question-support-box > summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 750;
}
.question-support-box > summary::-webkit-details-marker { display: none; }
.question-support-box > summary::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--ink-faint);
  border-bottom: 2px solid var(--ink-faint);
  transform: rotate(-45deg);
  transition: transform 150ms ease;
}
.question-support-box[open] > summary::before { transform: rotate(45deg); }
.question-support {
  max-height: 220px;
  overflow: auto;
  padding: 0 16px 14px;
  max-width: 62ch;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.65;
  white-space: pre-line;
}
.question-stem-label {
  margin: 0 0 6px;
  color: var(--ink-faint);
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.question-statement {
  max-width: 62ch;
  font-size: 16.5px;
  font-weight: 520;
  line-height: 1.7;
  white-space: pre-line;
}
.question-statement.is-stem { font-weight: 650; }
.question-statement.is-stem::after { content: " …"; color: var(--ink-faint); font-weight: 700; }
.question-figure { margin: 18px 0 0; }
.question-image {
  display: block;
  max-width: min(100%, 440px);
  max-height: 260px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: var(--r-control);
  outline: 1px solid rgba(19, 24, 32, .1);
  outline-offset: -1px;
  background: var(--sheet-soft);
}
.question-figure figcaption {
  margin-top: 8px;
  color: var(--ink-faint);
  font-family: var(--utility);
  font-size: 11px;
  text-align: center;
}
.question-statement img,
.question-support img,
.question-option-content img {
  display: block;
  max-width: min(100%, 420px);
  max-height: 220px;
  height: auto;
  margin: 14px 0;
  object-fit: contain;
  border-radius: var(--r-control);
  outline: 1px solid rgba(19, 24, 32, .1);
  outline-offset: -1px;
}
.q-math { font-size: 1.02em; }
.q-math-display { display: block; margin: 12px 0; overflow-x: auto; }
.question-alternatives { display: grid; gap: 8px; margin-top: 22px; }
.question-option {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--r-control);
  padding: 10px 12px;
  background: var(--sheet);
  cursor: pointer;
  transition-property: border-color, background-color;
  transition-duration: 150ms;
}
.question-option:hover { border-color: var(--line-strong); background: var(--sheet-soft); }
.question-option:has(input:checked) { border-color: var(--signal); background: var(--signal-soft); }
.question-option input { position: absolute; opacity: 0; pointer-events: none; }
.question-option:has(input:focus-visible) { border-color: var(--signal); box-shadow: var(--focus); }
.question-option-letter { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-family: var(--utility); font-size: 12px; font-weight: 800; }
.question-option:has(input:checked) .question-option-letter { border-color: var(--signal); background: var(--signal); color: white; }
.question-option-content { padding-top: 3px; color: var(--ink); font-size: 14.5px; line-height: 1.55; white-space: pre-line; }
.question-submit { width: 100%; margin-top: 24px; }
.question-note { margin-top: 12px; color: var(--ink-faint); font-size: 12px; text-align: center; }
.question-error { display: grid; gap: 10px; justify-items: start; padding: 28px 0; }
.question-error span { color: var(--ink-soft); }
.question-feedback { padding: 26px 0 2px; border-top: 1px solid var(--line); }
.feedback-label { color: var(--success); font-family: var(--utility); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.question-feedback[data-correct="false"] .feedback-label { color: var(--error); }
.question-feedback h2 { margin-top: 10px; font-size: 25px; letter-spacing: -.035em; line-height: 1.12; }
.question-feedback > p:not(.feedback-label) { margin-top: 12px; color: var(--ink-soft); line-height: 1.55; }
.question-feedback .button { width: 100%; margin-top: 22px; }

.measure-strip {
  width: var(--content);
  margin: 8px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--r-surface);
  background: var(--sheet);
  overflow: hidden;
}
.measure-strip > div { display: grid; gap: 5px; padding: 22px 26px; border-right: 1px solid var(--line); }
.measure-strip > div:last-child { border-right: 0; }
.measure-strip strong { font-size: 18px; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.measure-strip span { color: var(--ink-faint); font-family: var(--utility); font-size: 11px; }

.section { padding: 96px 0; }
.section-shell, .footer-shell { width: var(--content); margin: 0 auto; }
.section-heading { max-width: 690px; }
.section-heading h2, .proof-grid h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.04;
}
.section-heading > p:not(.eyebrow), .proof-grid > div > p:not(.eyebrow) {
  margin-top: 20px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.6;
}

.method-list { margin: 48px 0 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.method-list li { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.method-list li > span { color: var(--signal); font-family: var(--utility); font-size: 14px; font-weight: 800; font-variant-numeric: tabular-nums; }
.method-list h3 { font-size: clamp(22px, 2.4vw, 32px); letter-spacing: -.035em; }
.method-list p { margin-top: 8px; color: var(--ink-soft); font-size: 16px; line-height: 1.55; }

.result-section { background: var(--ink); color: white; }
.result-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: clamp(48px, 7vw, 100px); align-items: center; }
.result-section .eyebrow, .result-section .text-arrow { color: #9DB1FF; }
.result-section .section-heading > p:not(.eyebrow) { color: #B5BDC8; }
.result-card {
  border: 1px solid #313844;
  border-radius: var(--r-surface);
  background: #171B22;
  padding: clamp(26px, 4vw, 42px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}
.result-kicker, .result-label { color: #8B94A1; font-family: var(--utility); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.result-label { display: block; margin-top: 28px; }
.result-range { display: block; margin-top: 6px; color: white; font-size: clamp(48px, 6.4vw, 76px); letter-spacing: -.06em; line-height: 1; font-variant-numeric: tabular-nums; }
.range-track {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 28px;
  margin-top: 16px;
  color: #8B94A1;
  font-family: var(--utility);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}
.range-track span:nth-child(2) { text-align: center; }
.range-track span:nth-child(3) { text-align: right; }
.range-track u, .range-track i {
  position: absolute;
  top: 16px;
  height: 6px;
  border-radius: 99px;
}
.range-track u { left: 0; right: 0; background: #252B35; }
.range-track i { left: 49%; width: 13%; background: #7594FF; }
.result-priority, .result-memory { display: grid; gap: 6px; margin-top: 26px; padding-top: 22px; border-top: 1px solid #313844; }
.result-priority span { color: #9DB1FF; font-family: var(--utility); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.result-priority strong, .result-memory b { font-size: 17px; line-height: 1.4; }
.result-priority small, .result-memory span { color: #8B94A1; line-height: 1.5; }
.result-button { width: 100%; margin-top: 28px; pointer-events: none; }

.proof-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: clamp(56px, 8vw, 120px); }
.proof-grid dl { margin: 0; border-top: 1px solid var(--ink); }
.proof-grid dl > div { display: grid; grid-template-columns: 130px 1fr; gap: 25px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.proof-grid dt { color: var(--signal); font-family: var(--utility); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.proof-grid dd { color: var(--ink-soft); line-height: 1.55; }

.pricing { background: color-mix(in srgb, var(--sheet) 70%, var(--paper)); }
.pricing-shell > .section-heading { margin-bottom: 44px; }
.price-plan {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  border: 1px solid var(--ink);
  border-radius: var(--r-surface);
  background: var(--sheet);
  overflow: hidden;
}
.plan-copy, .plan-buy { padding: clamp(28px, 4.5vw, 52px); }
.plan-copy { border-right: 1px solid var(--line); }
.plan-name { color: var(--signal); font-family: var(--utility); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.plan-copy h3 { max-width: 19ch; margin-top: 16px; font-size: clamp(26px, 3.4vw, 42px); letter-spacing: -.04em; line-height: 1.06; }
.plan-copy > p:last-child { max-width: 55ch; margin-top: 20px; color: var(--ink-soft); line-height: 1.6; }
.plan-buy { display: flex; flex-direction: column; justify-content: center; }
.price { display: flex; align-items: end; gap: 10px; }
.price strong { font-size: clamp(48px, 6.4vw, 76px); letter-spacing: -.06em; line-height: .9; font-variant-numeric: tabular-nums; }
.price span { padding-bottom: 6px; color: var(--ink-faint); font-family: var(--utility); font-size: 11px; }
.plan-buy > p:not(.price) { margin-top: 18px; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.plan-buy .button { margin-top: 24px; }
.plan-buy small { margin-top: 10px; color: var(--ink-faint); text-align: center; }
.free-path, .pro-path { margin-top: 22px; color: var(--ink-soft); line-height: 1.55; }
.free-path a, .pro-path a { color: var(--signal); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.pro-path { margin-top: 8px; font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(48px, 8vw, 110px); }
.faq-list { border-top: 1px solid var(--ink); }
.faq { border-bottom: 1px solid var(--line); }
.faq button {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 18px;
  gap: 20px;
  align-items: center;
  min-height: 44px;
  border: 0;
  padding: 22px 0;
  background: transparent;
  text-align: left;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}
.faq button i { position: relative; width: 16px; height: 16px; }
.faq button i::before, .faq button i::after { content: ""; position: absolute; top: 7px; left: 1px; width: 14px; height: 2px; background: var(--signal); }
.faq button i::after { transform: rotate(90deg); transition: transform .15s ease; }
.faq button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq > div { padding: 0 42px 22px 0; color: var(--ink-soft); line-height: 1.6; }

.site-footer { padding: 48px 0 96px; border-top: 1px solid var(--line); }
.footer-shell { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 40px; color: var(--ink-soft); font-size: 13px; }
.footer-shell strong { color: var(--ink); }
.footer-shell > div p { margin-top: 8px; }
.footer-shell nav { display: grid; gap: 10px; align-content: start; }
.footer-shell nav a:hover { color: var(--signal); }
.footer-shell > p { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid var(--line); }
.mobile-action { display: none; }

@keyframes loading { to { opacity: .45; } }

@media (max-width: 920px) {
  .nav-links { display: none; }
  .hero-shell, .result-grid, .proof-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { position: static; padding-top: 0; }
  .hero h1 { max-width: 10ch; }
  .result-grid, .proof-grid, .faq-grid { gap: 40px; }
  .price-plan { grid-template-columns: 1fr; }
  .plan-copy { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 640px) {
  :root { --content: min(100% - 28px, 1240px); }
  .nav-shell { height: 60px; }
  .brand-lockup span, .nav-actions { display: none; }
  .nav-actions { margin-left: auto; }
  .hero { padding: 18px 0 16px; }
  .hero-shell { gap: 20px; }
  .hero h1 { max-width: 9.5ch; font-size: clamp(40px, 11.5vw, 52px); }
  .hero-sub { margin-top: 14px; font-size: 15px; }
  .tri-ruler { margin-top: 20px; }
  .hero-proof { display: none; }
  .question-card { padding: 20px 16px 22px 26px; }
  .question-card::before { inset: 10px auto 10px 8px; width: 3px; }
  .area-picker > div { grid-template-columns: repeat(2, 1fr); }
  .question-sheet { min-height: 300px; }
  .question-head { font-size: 9.5px; }
  .question-statement { font-size: 15px; }
  .question-option { grid-template-columns: 32px 1fr; padding: 9px 10px; }
  .measure-strip { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .measure-strip > div { padding: 16px 18px; border-bottom: 1px solid var(--line); }
  .measure-strip > div:nth-child(2) { border-right: 0; }
  .measure-strip > div:nth-child(3),
  .measure-strip > div:nth-child(4) { border-bottom: 0; }
  .section { padding: 68px 0; }
  .section-heading h2, .proof-grid h2 { font-size: clamp(32px, 10vw, 44px); }
  .method-list li { grid-template-columns: 32px 1fr; gap: 12px; padding: 22px 0; }
  .result-card { padding: 22px 18px; }
  .proof-grid dl > div { grid-template-columns: 1fr; gap: 8px; }
  .plan-copy, .plan-buy { padding: 26px 20px; }
  .footer-shell { grid-template-columns: 1fr; gap: 28px; }
  .footer-shell > p { grid-column: auto; }
  .site-footer { padding-bottom: 94px; }
  .mobile-action {
    position: fixed;
    z-index: 40;
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: 14px;
    display: flex;
    min-height: var(--hit);
    align-items: center;
    justify-content: center;
    border-radius: var(--r-control);
    background: var(--signal);
    color: white;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(19, 24, 32, .16);
  }
  #continue-relampago { display: none; }
  .mobile-action[hidden] { display: none !important; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header { background: var(--paper); backdrop-filter: none; -webkit-backdrop-filter: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
