/* Startsida: fullbredd gra tjansteyta, 70 rem innerskal. Scopead till body.crypto-home-page. */

body.crypto-home-page {
  --gp-width: 70rem;
}

body.crypto-home-page .gp-main-home {
  width: 100%;
  max-width: none;
  min-width: 0;
}

body.crypto-home-page .crypto-home {
  --gp-white: #fff;
  --gp-ink: #141414;
  --gp-ink-soft: #3a3a3a;
  --gp-ink-muted: #6b6b6b;
  --gp-line: #e4e4e4;
  --gp-line-strong: #c9c9c9;
  --gp-serif: "Newsreader", "Iowan Old Style", Georgia, ui-serif, serif;
  --gp-sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --home-bg: #fff;
  --home-ink: #141414;
  --home-instrument: #f2f3f3;
  --home-track: #e6e7e7;
  --home-field: #eceeee;
  --home-line: #dcdede;
  --home-accent: #A84416;
  --home-good: #1f6b43;
  --home-bad: #a12622;
  --home-cross: #9a9a9a;
  --home-tooltip-muted: #c8c8c8;
  --home-radius: 1.25rem;
  --home-radius-inset: .875rem;
  --home-selected-shadow: 0 1px 2px rgb(20 20 20 / 8%), 0 0 0 1px rgb(20 20 20 / 5%);
  --good: var(--home-good);
  --bad: var(--home-bad);
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 0;
  color: var(--home-ink);
  background: var(--home-bg);
  font: 400 1.125rem/1.6 var(--gp-serif);
}

body.crypto-home-page .crypto-home [hidden] { display: none !important; }

body.crypto-home-page .crypto-home h1,
body.crypto-home-page .crypto-home h2,
body.crypto-home-page .crypto-home h3,
body.crypto-home-page .crypto-home p,
body.crypto-home-page .crypto-home ul,
body.crypto-home-page .crypto-home ol,
body.crypto-home-page .crypto-home dl,
body.crypto-home-page .crypto-home dd,
body.crypto-home-page .crypto-home dt,
body.crypto-home-page .crypto-home figure,
body.crypto-home-page .crypto-home table { margin: 0; }

body.crypto-home-page .crypto-home img,
body.crypto-home-page .crypto-home svg { display: block; max-width: 100%; height: auto; }

body.crypto-home-page .crypto-home .home-icon {
  width: 20px;
  height: 20px;
  max-width: 20px;
  flex: 0 0 20px;
  overflow: visible;
  color: var(--home-accent);
}

body.crypto-home-page .crypto-home a { color: inherit; }
body.crypto-home-page .crypto-home :where(a, button, summary, [tabindex], #home-converter-range):focus { outline: none; }
body.crypto-home-page .crypto-home :where(a, button, summary, [tabindex], #home-converter-range):focus-visible {
  outline: 2px solid var(--home-ink);
  outline-offset: 3px;
}

body.crypto-home-page .crypto-home :where(.pos, .up, .is-up) { color: var(--home-good); }
body.crypto-home-page .crypto-home :where(.neg, .down, .is-down) { color: var(--home-bad); }
body.crypto-home-page .crypto-home .dim { color: var(--gp-ink-muted); font-family: var(--gp-sans); font-weight: 400; }
body.crypto-home-page .crypto-home .mono {
  font-family: var(--gp-sans);
  font-variant-numeric: tabular-nums;
}

body.crypto-home-page .crypto-home .crypto-sr-only,
body.crypto-home-page .crypto-home .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}

body.crypto-home-page .crypto-home .home-shell {
  width: min(100% - 2 * var(--gp-gutter), var(--gp-width));
  margin-inline: auto;
  min-width: 0;
}

body.crypto-home-page .crypto-home .home-h1 {
  font: 500 2.5rem/1.05 var(--gp-serif);
  letter-spacing: -.02em;
  max-width: 48rem;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

body.crypto-home-page .crypto-home .home-lead {
  margin-top: .75rem;
  max-width: 45rem;
  font: 400 1.0625rem/1.47 var(--gp-sans);
  color: var(--gp-ink-soft);
  text-wrap: pretty;
}

body.crypto-home-page .crypto-home .home-h2 {
  font: 500 1.875rem/1.2 var(--gp-serif);
  letter-spacing: -.015em;
  text-wrap: balance;
}

body.crypto-home-page .crypto-home .home-prose {
  font: 400 1.125rem/1.6 var(--gp-serif);
  color: var(--gp-ink-soft);
  text-wrap: pretty;
}

body.crypto-home-page .crypto-home .home-intro {
  padding: 0 0 1rem;
}

body.crypto-home-page .crypto-home .home-hero {
  width: 100%;
  margin: 0;
  padding: 2rem 0;
  background: var(--home-instrument);
  border-radius: 0;
}

body.crypto-home-page .crypto-home .home-instrument {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

body.crypto-home-page .crypto-home .home-quote-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem 1.25rem;
  padding: 0 0 .85rem;
  border-bottom: 0;
}

body.crypto-home-page .crypto-home .home-quote-pin {
  min-width: 0;
}

body.crypto-home-page .crypto-home .home-pair-label {
  font: 500 .8125rem/1.3 var(--gp-sans);
  color: var(--gp-ink-muted);
}

body.crypto-home-page .crypto-home .home-price-readout {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: .4rem;
  margin-top: .15rem;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
}

body.crypto-home-page .crypto-home .home-price-value,
body.crypto-home-page .crypto-home .home-price-readout [data-market-price="eur"] {
  font: 500 3.5rem/1 var(--gp-sans);
  letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

body.crypto-home-page .crypto-home .home-price-unit {
  flex: 0 0 auto;
  font: 400 1.125rem/1 var(--gp-sans);
  color: var(--gp-ink-muted);
}

body.crypto-home-page .crypto-home .home-price-delta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .75rem;
  align-items: baseline;
  margin-top: .4rem;
  font: 500 .9375rem/1.3 var(--gp-sans);
  font-variant-numeric: tabular-nums;
}

body.crypto-home-page .crypto-home .home-quote-controls {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}

body.crypto-home-page .crypto-home .home-band-percent {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

body.crypto-home-page .crypto-home .home-control-field {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  min-width: 0;
}

body.crypto-home-page .crypto-home .home-control-label {
  font: 500 .8125rem/1.3 var(--gp-sans);
  color: var(--gp-ink-soft);
}

body.crypto-home-page .crypto-home .home-period-field { flex-shrink: 0; }

body.crypto-home-page .crypto-home .home-tf {
  display: inline-flex;
  align-items: stretch;
  gap: 2px;
  padding: 3px;
  border-radius: .75rem;
  border: 1px solid var(--home-line);
  background: var(--home-track);
}

body.crypto-home-page .crypto-home .tf-btn,
body.crypto-home-page .crypto-home .home-tf button {
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0 .75rem;
  font: 500 .875rem/1 var(--gp-sans);
  color: var(--home-ink);
  background: transparent;
  border: 0;
  border-radius: .6rem;
  box-shadow: none;
  transition: none;
  cursor: pointer;
  white-space: nowrap;
}

body.crypto-home-page .crypto-home .tf-btn + .tf-btn { border-left: 0; }

body.crypto-home-page .crypto-home .tf-btn.active,
body.crypto-home-page .crypto-home .tf-btn[aria-pressed="true"],
body.crypto-home-page .crypto-home .home-tf button[aria-pressed="true"] {
  background: var(--home-bg);
  color: var(--home-ink);
  box-shadow: var(--home-selected-shadow);
}

body.crypto-home-page .crypto-home .tf-btn:disabled,
body.crypto-home-page .crypto-home .home-tf button:disabled {
  color: var(--gp-ink-muted);
  cursor: not-allowed;
}

body.crypto-home-page .crypto-home .home-instrument-body {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(16.5rem, 20.5rem);
  grid-template-areas: "chart converter";
  gap: .85rem 1.75rem;
  align-items: start;
  min-width: 0;
}

body.crypto-home-page .crypto-home .home-chart-panel {
  grid-area: chart;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: .15rem 0 0;
  background: transparent;
  border: 0;
}

body.crypto-home-page .crypto-home .home-converter {
  grid-area: converter;
  min-width: 0;
  padding: 1rem 1.05rem 1.05rem;
  border: 0;
  border-radius: var(--home-radius-inset);
  background: var(--home-bg);
}

body.crypto-home-page .crypto-home .home-chart-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: .75rem 1rem;
}

body.crypto-home-page .crypto-home .home-chart-period {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  gap: .5rem .75rem;
  align-items: baseline;
  font: 500 .875rem/1.3 var(--gp-sans);
}

body.crypto-home-page .crypto-home .home-chart-period .mono,
body.crypto-home-page .crypto-home #hero-period-percent {
  font: 500 .875rem/1.3 var(--gp-sans);
  font-variant-numeric: tabular-nums;
}

body.crypto-home-page .crypto-home .home-chart-plot {
  position: relative;
  height: 210px;
  flex: 0 0 210px;
  margin-top: .75rem;
  min-width: 0;
}

body.crypto-home-page .crypto-home .home-chart-plot svg,
body.crypto-home-page .crypto-home #gp-chart-svg {
  width: 100%;
  height: 100%;
}

body.crypto-home-page .crypto-home #gp-chart-svg {
  touch-action: pan-y;
  cursor: crosshair;
}

body.crypto-home-page .crypto-home .home-grid line {
  stroke: var(--home-line);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

body.crypto-home-page .crypto-home .gp-chart-line,
body.crypto-home-page .crypto-home [data-chart-line] {
  stroke: var(--home-accent);
  fill: none;
  stroke-width: 1.6;
  vector-effect: non-scaling-stroke;
  stroke-linejoin: round;
}

body.crypto-home-page .crypto-home .gp-chart-area,
body.crypto-home-page .crypto-home [data-chart-area] {
  fill: url(#herograd);
}

body.crypto-home-page .crypto-home .gp-chart-cross,
body.crypto-home-page .crypto-home .gp-chart-point { display: none; }

body.crypto-home-page .crypto-home .gp-chart-cross.is-on,
body.crypto-home-page .crypto-home .gp-chart-point.is-on { display: block; }

body.crypto-home-page .crypto-home .gp-chart-cross,
body.crypto-home-page .crypto-home [data-chart-cross] {
  stroke: var(--home-cross);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

body.crypto-home-page .crypto-home .gp-chart-point,
body.crypto-home-page .crypto-home [data-chart-point] {
  fill: var(--home-ink);
  stroke: var(--gp-white);
  stroke-width: 2;
}

body.crypto-home-page .crypto-home .gp-chart-tooltip,
body.crypto-home-page .crypto-home [data-chart-tooltip] {
  position: absolute;
  top: 8px;
  z-index: 4;
  display: none;
  max-width: calc(100% - 1rem);
  padding: .35rem .6rem;
  background: var(--home-ink);
  color: var(--gp-white);
  font: 500 .8125rem/1.35 var(--gp-sans);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  pointer-events: none;
  border-radius: 0;
}

body.crypto-home-page .crypto-home .gp-chart-tooltip:not([hidden]),
body.crypto-home-page .crypto-home [data-chart-tooltip]:not([hidden]) { display: block; }

body.crypto-home-page .crypto-home .gp-chart-tooltip span,
body.crypto-home-page .crypto-home [data-chart-tooltip] span {
  display: block;
  margin-bottom: 2px;
  font: 400 .75rem/1.3 var(--gp-sans);
  color: var(--home-tooltip-muted);
}

body.crypto-home-page .crypto-home .gp-chart-tooltip strong,
body.crypto-home-page .crypto-home [data-chart-tooltip] strong {
  display: block;
  font: 500 1rem/1.3 var(--gp-sans);
  font-variant-numeric: tabular-nums;
  color: var(--gp-white);
}

body.crypto-home-page .crypto-home .home-chart-axis {
  display: flex;
  justify-content: space-between;
  margin-top: .4rem;
  font: 400 .75rem/1.3 var(--gp-sans);
  color: var(--gp-ink-muted);
  font-variant-numeric: tabular-nums;
}

body.crypto-home-page .crypto-home .home-history-status,
body.crypto-home-page .crypto-home [data-chart-partial],
body.crypto-home-page .crypto-home [data-chart-stale] {
  margin-top: .5rem;
  font: 400 .8125rem/1.5 var(--gp-sans);
  color: var(--gp-ink-muted);
  white-space: pre-line;
}

body.crypto-home-page .crypto-home .home-chart-instructions {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

body.crypto-home-page .crypto-home .home-chart-plot:focus-within ~ .home-chart-instructions {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
  margin-top: .75rem;
  font: 400 .8125rem/1.4 var(--gp-sans);
  color: var(--gp-ink-soft);
}

body.crypto-home-page .crypto-home .home-converter-heading {
  display: flex;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  font: 500 1.0625rem/1.3 var(--gp-sans);
  color: var(--home-ink);
}

body.crypto-home-page .crypto-home .home-converter-fields {
  display: grid;
  gap: .75rem;
  margin-top: .75rem;
}

body.crypto-home-page .crypto-home .home-converter-slider {
  position: relative;
  display: grid;
  gap: .35rem;
  margin-top: .85rem;
  min-width: 0;
}

body.crypto-home-page .crypto-home #home-converter-range {
  width: 100%;
  height: 2.75rem;
  min-height: 2.75rem;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--home-ink);
  accent-color: var(--home-ink);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

body.crypto-home-page .crypto-home #home-converter-range::-webkit-slider-runnable-track {
  height: 4px;
  border: 0;
  border-radius: 99px;
  background: var(--home-track);
}

body.crypto-home-page .crypto-home #home-converter-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -8px;
  border: 0;
  border-radius: 50%;
  background: var(--home-ink);
  box-shadow: none;
}

body.crypto-home-page .crypto-home #home-converter-range::-moz-range-track {
  height: 4px;
  border: 0;
  border-radius: 99px;
  background: var(--home-track);
}

body.crypto-home-page .crypto-home #home-converter-range::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  border-radius: 50%;
  background: var(--home-ink);
  box-shadow: none;
}

body.crypto-home-page .crypto-home #home-converter-range[data-synced="false"]::-webkit-slider-thumb {
  opacity: 0;
}

body.crypto-home-page .crypto-home #home-converter-range[data-synced="false"]::-moz-range-thumb {
  opacity: 0;
}

body.crypto-home-page .crypto-home .home-converter-range-scale {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  min-width: 0;
  font: 400 .75rem/1.3 var(--gp-sans);
  color: var(--gp-ink-muted);
  font-variant-numeric: tabular-nums;
}

body.crypto-home-page .crypto-home .home-converter-range-scale span {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.crypto-home-page .crypto-home #home-converter-range-max {
  max-width: 70%;
  text-align: right;
}

body.crypto-home-page .crypto-home .home-converter-range-help {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

body.crypto-home-page .crypto-home .home-converter-range-status {
  font: 400 .8125rem/1.4 var(--gp-sans);
  color: var(--gp-ink-soft);
}

body.crypto-home-page .crypto-home .home-converter-range-status:empty { display: none; }

body.crypto-home-page .crypto-home .home-converter-field {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  min-width: 0;
  cursor: pointer;
}

body.crypto-home-page .crypto-home .home-converter-label {
  font: 500 .8125rem/1.3 var(--gp-sans);
  color: var(--gp-ink-soft);
}

body.crypto-home-page .crypto-home .home-converter-input {
  display: flex;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  height: 3.5rem;
  min-height: 3.5rem;
  padding: 0 .9rem;
  border: 0;
  border-radius: .75rem;
  background: var(--home-instrument);
}

body.crypto-home-page .crypto-home .home-converter-input input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--home-ink);
  font: 500 1.5rem/1 var(--gp-sans);
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

body.crypto-home-page .crypto-home .home-converter-input input:focus {
  outline: none;
}

body.crypto-home-page .crypto-home .home-converter-input:focus-within {
  outline: 2px solid var(--home-ink);
  outline-offset: 3px;
}

body.crypto-home-page .crypto-home .home-converter-unit {
  flex: 0 0 auto;
  font: 500 .8125rem/1 var(--gp-sans);
  color: var(--gp-ink-muted);
}

body.crypto-home-page .crypto-home .home-converter-status {
  margin-top: .65rem;
  font: 400 .8125rem/1.4 var(--gp-sans);
  color: var(--gp-ink-soft);
}

body.crypto-home-page .crypto-home .home-instrument-meta {
  margin-top: .85rem;
  padding: .15rem 0 0;
  border-top: 1px solid var(--home-line);
}

body.crypto-home-page .crypto-home .home-status {
  margin-top: .75rem;
  font: 400 .875rem/1.4 var(--gp-sans);
  color: var(--gp-ink-muted);
}

body.crypto-home-page .crypto-home [data-market-status="fresh"] .home-status {
  display: none !important;
}

body.crypto-home-page .crypto-home [data-market-status="stale"] [data-market-status-message] {
  display: none !important;
}

body.crypto-home-page .crypto-home [data-market-status="stale"] [data-market-stale],
body.crypto-home-page .crypto-home [data-market-status="unavailable"] [data-market-status-message] {
  display: block;
  padding: .35rem 0 .35rem .85rem;
  border-left: 2px solid var(--home-bad);
}

body.crypto-home-page .crypto-home .home-market-details { margin-top: .35rem; }
body.crypto-home-page .crypto-home .home-rates { margin-top: 2.75rem; }

body.crypto-home-page .crypto-home .home-market-details .home-h2 {
  font: 500 1.0625rem/1.3 var(--gp-sans);
  letter-spacing: 0;
  color: var(--home-ink);
}

body.crypto-home-page .crypto-home .home-market-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  align-items: stretch;
  margin-top: .55rem;
}

body.crypto-home-page .crypto-home .home-market-stats .home-cell {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: .9rem .95rem .85rem;
  background: var(--gp-white);
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius-inset);
}

body.crypto-home-page .crypto-home .home-market-stats dt {
  display: flex;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  font: 400 .9375rem/1.3 var(--gp-sans);
  color: var(--gp-ink-soft);
}

body.crypto-home-page .crypto-home .home-market-stats .home-cell-v {
  margin-top: .35rem;
  font: 500 1.75rem/1.15 var(--gp-sans);
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  overflow-wrap: normal;
}

body.crypto-home-page .crypto-home .home-market-stats .home-cell-u {
  font: 400 .9375rem/1 var(--gp-sans);
  color: var(--gp-ink-soft);
  margin-left: .25rem;
}

body.crypto-home-page .crypto-home .home-market-stats .home-cell-s {
  margin-top: auto;
  padding-top: .4rem;
  font: 400 .8125rem/1.4 var(--gp-sans);
  color: var(--gp-ink-soft);
}

body.crypto-home-page .crypto-home .home-cell-v.is-unavailable {
  font: 400 .875rem/1.4 var(--gp-sans);
  white-space: normal;
}

body.crypto-home-page .crypto-home .home-provenance { margin: 0; }

body.crypto-home-page .crypto-home .home-convert {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  padding: .15rem 0 0;
}

body.crypto-home-page .crypto-home .home-convert .home-prose { margin-top: .7rem; }

body.crypto-home-page .crypto-home .home-rate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
  min-width: 0;
}

body.crypto-home-page .crypto-home .home-ratetable {
  width: 100%;
  border-collapse: collapse;
}

body.crypto-home-page .crypto-home .home-ratetable caption {
  text-align: left;
  padding: 0 0 .55rem;
  font: 500 .9375rem/1.3 var(--gp-sans);
  color: var(--home-ink);
}

body.crypto-home-page .crypto-home .home-ratetable th,
body.crypto-home-page .crypto-home .home-ratetable td {
  padding: .55rem 0;
  border-bottom: 1px solid var(--home-line);
  text-align: left;
  font: 400 .9375rem/1.3 var(--gp-sans);
}

body.crypto-home-page .crypto-home .home-ratetable th {
  color: var(--gp-ink-muted);
  font-weight: 400;
  font-size: .8125rem;
  border-bottom-color: var(--home-ink);
}

body.crypto-home-page .crypto-home .home-ratetable .num {
  text-align: right;
  font-family: var(--gp-sans);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.01em;
}

body.crypto-home-page .crypto-home .home-faq {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  max-width: 50rem;
  align-items: start;
  padding: 4rem 0 4rem;
}

body.crypto-home-page .crypto-home .home-faq-list { border-top: 1px solid var(--gp-line); }
body.crypto-home-page .crypto-home .home-faq-list details { border-bottom: 1px solid var(--gp-line); }
body.crypto-home-page .crypto-home .home-faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  list-style: none;
  cursor: pointer;
  font: 500 1.25rem/1.3 var(--gp-serif);
}
body.crypto-home-page .crypto-home .home-faq-list summary::-webkit-details-marker { display: none; }
body.crypto-home-page .crypto-home .home-faq-list summary::after {
  content: "+";
  font: 400 1.25rem/1 var(--gp-sans);
  color: var(--gp-ink-muted);
}
body.crypto-home-page .crypto-home .home-faq-list details[open] summary::after { content: "\2212"; }
body.crypto-home-page .crypto-home .home-faq-a {
  padding: 0 0 1.1rem;
  font: 400 1.0625rem/1.55 var(--gp-serif);
  color: var(--gp-ink-soft);
  max-width: 44rem;
}

@media (max-width: 63.99rem) {
  body.crypto-home-page .crypto-home {
    font-size: 1.0625rem;
    line-height: 1.55;
  }

  body.crypto-home-page .crypto-home .home-h1 {
    font-size: 1.875rem;
    line-height: 1.07;
  }

  body.crypto-home-page .crypto-home .home-lead {
    max-width: none;
    font-size: 1rem;
    line-height: 1.44;
  }

  body.crypto-home-page .crypto-home .home-h2 {
    font-size: 1.625rem;
  }

  body.crypto-home-page .crypto-home .home-prose { font-size: 1.0625rem; line-height: 1.55; }

  body.crypto-home-page .crypto-home .home-intro { padding: 0 0 .85rem; }

  body.crypto-home-page .crypto-home .home-hero {
    padding: 1.5rem 0 1.75rem;
  }

  body.crypto-home-page .crypto-home .home-quote-row {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: .85rem;
    padding: 0 0 .75rem;
  }

  body.crypto-home-page .crypto-home .home-price-value,
  body.crypto-home-page .crypto-home .home-price-readout [data-market-price="eur"] {
    font-size: 2.75rem;
    letter-spacing: -.03em;
  }

  body.crypto-home-page .crypto-home .home-price-unit { font-size: 1.0625rem; }
  body.crypto-home-page .crypto-home .home-price-delta {
    margin-top: .35rem;
    font-size: .875rem;
  }

  body.crypto-home-page .crypto-home .home-quote-controls {
    width: 100%;
  }

  body.crypto-home-page .crypto-home .home-instrument-body {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "converter"
      "chart";
    gap: .85rem;
  }

  body.crypto-home-page .crypto-home .home-converter {
    border: 0;
    padding: .95rem 1rem 1rem;
  }

  body.crypto-home-page .crypto-home .home-converter-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
  }

  body.crypto-home-page .crypto-home .home-converter-input input {
    font-size: 1.375rem;
  }

  body.crypto-home-page .crypto-home .home-chart-panel {
    padding: 0;
  }

  body.crypto-home-page .crypto-home .home-chart-head {
    flex-direction: column;
    align-items: stretch;
    gap: .75rem;
  }

  body.crypto-home-page .crypto-home .home-tf {
    display: flex;
    width: 100%;
  }

  body.crypto-home-page .crypto-home .home-tf .tf-btn,
  body.crypto-home-page .crypto-home .home-tf button {
    flex: 1;
    min-width: 0;
    min-height: 2.75rem;
    padding: 0 .3rem;
    font-size: .8125rem;
  }

  body.crypto-home-page .crypto-home .home-chart-plot {
    height: 200px;
    flex: 0 0 200px;
    margin-top: .7rem;
  }

  body.crypto-home-page .crypto-home .home-chart-axis { gap: .5rem; }
  body.crypto-home-page .crypto-home .home-chart-axis span {
    flex: 1 1 0;
    min-width: 0;
    white-space: normal;
    text-wrap: balance;
  }
  body.crypto-home-page .crypto-home .home-chart-axis span:nth-child(2) { text-align: center; }
  body.crypto-home-page .crypto-home .home-chart-axis span:last-child { text-align: right; }

  body.crypto-home-page .crypto-home .home-instrument-meta {
    margin-top: .75rem;
    padding: .1rem 0 0;
  }

  body.crypto-home-page .crypto-home .home-faq {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  body.crypto-home-page .crypto-home .home-rates { margin-top: 2.25rem; }

  body.crypto-home-page .crypto-home .home-market-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
  }

  body.crypto-home-page .crypto-home .home-market-stats .home-cell-v {
    font-size: 1.625rem;
  }

  body.crypto-home-page .crypto-home .home-convert,
  body.crypto-home-page .crypto-home .home-rate-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  body.crypto-home-page .crypto-home .home-faq-list summary {
    font-size: 1.125rem;
    padding: .9rem 0;
  }
}

@media (max-width: 40rem) {
  body.crypto-home-page .crypto-home .home-price-readout {
    width: 100%;
  }

  body.crypto-home-page .crypto-home .home-price-value,
  body.crypto-home-page .crypto-home .home-price-readout [data-market-price="eur"] {
    font-size: clamp(1.75rem, 9.4vw, 2.5rem);
    letter-spacing: -.035em;
  }

  body.crypto-home-page .crypto-home .home-price-unit {
    font-size: clamp(.9375rem, 3.8vw, 1.0625rem);
  }

  body.crypto-home-page .crypto-home .home-converter {
    padding: .85rem .85rem .9rem;
  }

  body.crypto-home-page .crypto-home .home-converter-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  body.crypto-home-page .crypto-home .home-converter-input input {
    font-size: 1.375rem;
  }

  body.crypto-home-page .crypto-home .home-market-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  body.crypto-home-page .crypto-home .home-ratetable th,
  body.crypto-home-page .crypto-home .home-ratetable td {
    font-size: .875rem;
    padding: .5rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.crypto-home-page .crypto-home * { transition: none !important; animation: none !important; }
}
