:root {
  --website-calculator-margin: 40px;
  --website-calculator-left: var(--website-calculator-margin);
  --website-calculator-gap: var(--website-calculator-margin);
  --website-guide-top: 28px;
  --website-calculator-default-width: 390px;
  --website-calculator-max-height: 849px;
  --website-calculator-available-height: max(0px, calc(100vh - var(--website-calculator-margin) - var(--website-calculator-margin)));
  --website-calculator-height: min(var(--website-calculator-max-height), var(--website-calculator-available-height));
  --website-calculator-width: min(
    var(--website-calculator-default-width),
    calc(var(--website-calculator-height) * 0.55),
    max(0px, calc(100vw - var(--website-calculator-margin) - var(--website-calculator-gap) - var(--website-guide-right) - 260px))
  );
  --website-calculator-top: var(--website-calculator-margin);
  --website-phone-radius: 21px;
  --website-calculator-radius: var(--website-phone-radius);
  --website-surface-shadow: 0 0 0 1px rgba(235, 235, 245, 0.08), 0 22px 54px rgba(0, 0, 0, 0.56);
  --website-card-hover-shadow: 0 0 0 1px rgba(235, 235, 245, 0.13), 0 30px 72px rgba(0, 0, 0, 0.74);
  --website-card-active-shadow: 0 0 0 1px rgba(235, 235, 245, 0.16), 0 36px 86px rgba(0, 0, 0, 0.84);
  --website-card-padding: 24px;
  --website-card-padding-top: 18px;
  --website-card-gap: 10px;
  --website-card-formula-gap: 12px;
  --website-card-title-font-size: 31px;
  --website-card-title-line-height: 1.13;
  --website-card-body-font-size: 17px;
  --website-card-body-line-height: 1.5;
  --website-calculator-context-title-font-size: calc(var(--calculator-font-size) * 1.36685);
  --website-calculator-context-body-font-size: calc(var(--calculator-font-size) * 0.74956);
  --website-scrollbar-size: 12px;
  --website-mobile-app-header-height: 56px;
  --website-mobile-app-header-logo-x: -8px;
  --website-mobile-app-header-safe-lift: 0px;
  --website-mobile-app-header-logo-y: var(--website-mobile-app-header-safe-lift);
  --website-mobile-app-header-action-y: var(--website-mobile-app-header-safe-lift);
  --website-mobile-app-header-action-active-y: calc(var(--website-mobile-app-header-safe-lift) + 1px);
  --website-calculator-cell-font-size: 22.68px;
  --website-calculator-cell-line-height: 28.35px;
  --website-calculator-cell-x-padding: 14.2884px;
  --website-calculator-input-cell-height: 45.359375px;
  --website-calculator-input-padding-top: 12.474px;
  --website-calculator-input-padding-bottom: 4.536px;
  --website-calculator-result-cell-height: 40.8125px;
  --website-calculator-result-padding-top: 0px;
  --website-calculator-result-padding-bottom: 12.474px;
  --website-guide-left: calc(var(--website-calculator-left) + var(--website-calculator-width) + var(--website-calculator-gap));
  --website-guide-right: max(24px, calc(var(--website-calculator-margin) - var(--website-scrollbar-size)));
  --website-font: "SummeDINLight", var(--fn-ui-font, "DINRoundProLight", sans-serif);
  --website-ink: rgba(248, 250, 255, 0.96);
  --website-muted: rgba(248, 250, 255, 0.86);
  --website-soft: rgba(235, 235, 245, 0.42);
  --website-glass: rgba(0, 0, 0, 0.32);
  --website-glass-hover: rgba(0, 0, 0, 0.44);
  --website-glass-active: rgba(0, 0, 0, 0.54);
  --website-surface-blur: blur(5px) saturate(108%);
  --website-card: rgba(0, 0, 0, 0.58);
  --logo-holder-background-color: var(--website-card);
  --website-cell-glass: rgba(0, 0, 0, 0.56);
  --website-media-glass: rgba(0, 0, 0, 0.16);
  --website-motto-offset: 18px;
  --website-orange: #fe9f0a;
  --website-blue: #73b7ff;
  --website-green: #91bb7d;
  --website-background: #10231f;
  --website-background-image: url("brand/patterns.jpeg");
}

@media (orientation: portrait) {
  html.has-ios-safari-browser-chrome {
    --website-mobile-app-header-safe-lift: -5px;
  }
}

@font-face {
  font-family: "SummeDINLight";
  src: url("fonts/dinroundpro_light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "SummeDINMedium";
  src: url("fonts/DINRoundPro-Medium-Extended.ttf?din-1eb3d81d") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "SummeDINGuideBold";
  src: url("fonts/dinroundpro_bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

html:not(.mobile-calculator-open) {
  background-color: var(--website-background) !important;
  color-scheme: normal;
}

html:not(.mobile-calculator-open) body {
  background-color: var(--website-background) !important;
  background-image: none !important;
  color-scheme: normal;
}

html.app-booting body::before,
html.app-booting body::after {
  content: none !important;
  display: none !important;
}

html:not(.mobile-calculator-open)::after {
  content: none !important;
  display: none !important;
}

.mobile-app-header {
  display: none;
}

.mobile-calculator-backdrop,
.mobile-calculator-close {
  display: none;
}

.website-guide,
.website-guide * {
  box-sizing: border-box;
}

.website-guide *:not(.card-calculator-strip):not(.card-calculator-strip *) {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.website-guide {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: var(--website-guide-top) var(--website-guide-right) 72px var(--website-guide-left);
  scrollbar-gutter: stable;
  background-color: var(--website-background);
  background-image: var(--website-background-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--website-ink);
  font-family: var(--website-font);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  scrollbar-color: rgba(235, 235, 245, 0.34) transparent;
  scrollbar-width: thin;
}

html.summe-save-modal-open .summeSaveBackdrop {
  z-index: 300;
}

.website-guide::-webkit-scrollbar {
  display: block;
  width: var(--website-scrollbar-size);
  height: var(--website-scrollbar-size);
  background-color: var(--website-background);
  background-image: var(--website-background-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.website-guide::-webkit-scrollbar-track,
.website-guide::-webkit-scrollbar-track-piece {
  background-color: var(--website-background);
  background-image: var(--website-background-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.website-guide::-webkit-scrollbar-thumb {
  min-height: 48px;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 999px;
  background: rgba(235, 235, 245, 0.34);
  background-clip: padding-box;
}

.website-guide::-webkit-scrollbar-thumb:hover {
  background: rgba(235, 235, 245, 0.5);
  background-clip: padding-box;
}

.mobile-app-header.mobile-app-header {
  display: none;
}

.website-guide button,
.website-guide input {
  font: inherit;
}

.website-guide button,
.website-guide a {
  -webkit-tap-highlight-color: transparent;
}

.website-guide p {
  margin-top: 0;
}

#topContainer.website-card-context-loaded .calculator-top-content-cell {
  min-height: 0;
  padding: 0;
}

#topContainer.website-card-context-loaded #logoHolder::after {
  content: none;
}

#topContainer.website-card-context-loaded #svgLogo,
#topContainer.website-card-context-loaded #appUpdateButton {
  display: none !important;
}

.website-calculator-card-context {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--website-card-gap);
  box-sizing: border-box;
  width: 100%;
  padding:
    var(--website-card-padding-top)
    var(--website-card-padding)
    calc(var(--website-card-gap) + var(--website-card-formula-gap));
  border-top: 0;
  overflow: hidden;
  background-color: transparent;
  color: rgba(248, 250, 255, 0.92);
  font-family: var(--website-font);
  font-weight: 300;
  text-align: left;
}

.website-calculator-card-context strong,
.website-calculator-card-context span {
  display: block;
  overflow: visible;
  letter-spacing: 0;
}

.website-calculator-card-context strong {
  color: #fff;
  font-family: "SummeDINGuideBold", var(--website-font);
  font-size: var(--website-calculator-context-title-font-size);
  font-weight: 700;
  line-height: var(--website-card-title-line-height);
}

.website-calculator-card-context span {
  color: rgba(248, 250, 255, 0.74);
  font-family: var(--website-font);
  font-size: var(--website-calculator-context-body-font-size);
  font-weight: 300;
  line-height: var(--website-card-body-line-height);
}

.website-guide .expression-card > .card-kicker {
  display: none;
  color: var(--website-soft);
  font-family: var(--website-font);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.search {
  position: relative;
  display: none;
  width: 100%;
  margin: 0 0 16px;
}

.guide-search-icon {
  position: absolute;
  left: var(--fn-search-icon-left);
  top: calc(50% - 1px);
  z-index: 1;
  display: block;
  width: var(--fn-search-icon-size);
  height: var(--fn-search-icon-size);
  transform: translateY(-50%);
  opacity: 0.38;
  pointer-events: none;
}

.search input {
  width: 100%;
  height: 48px;
  padding: 8px 15px 10px var(--fn-search-text-left);
  border: 1px solid var(--calculator-frame-border-color);
  border-radius: var(--website-phone-radius);
  outline: none;
  color: var(--website-ink);
  background: var(--website-card);
  font-weight: 300;
  box-shadow: var(--website-surface-shadow);
  -webkit-backdrop-filter: var(--website-surface-blur);
  backdrop-filter: var(--website-surface-blur);
}

.search input::placeholder {
  color: rgba(235, 235, 245, 0.38);
  font-family: var(--website-font);
  font-weight: 300;
}

.search input:focus {
  background: var(--website-card-active);
  box-shadow: var(--website-surface-shadow);
}

.search input::-webkit-search-decoration,
.search input::-webkit-search-cancel-button,
.search input::-webkit-search-results-button,
.search input::-webkit-search-results-decoration {
  display: none;
}

.guide-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: -4px 0 32px;
}

.app-availability {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 34px;
  min-width: 0;
  padding: 0 0 0 var(--website-motto-offset);
  background: transparent;
  box-shadow: none;
}

.app-availability-icon {
  display: block;
  flex: 0 0 auto;
  width: 110px;
  height: 110px;
  filter:
    drop-shadow(0 5px 10px rgba(0, 0, 0, 0.42))
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.28));
}

.website-guide .app-availability.app-availability > strong {
  min-width: 0;
  max-width: 760px;
  color: #fff;
  font-family: "SummeDINGuideBold", var(--website-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.42;
  text-shadow:
    0 5px 10px rgba(0, 0, 0, 0.48),
    0 18px 30px rgba(0, 0, 0, 0.3);
}

.website-guide .app-availability.app-availability > strong > span {
  display: block;
}

.website-guide .app-availability.app-availability > strong > .motto-light {
  font-family: var(--website-font);
  font-weight: 300;
}

.download-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 0;
  min-height: 34px;
  margin-top: 12px;
  padding: 7px 15px 8px;
  border: 0;
  border-radius: 999px;
  color: rgba(248, 250, 255, 0.92);
  background: #00a83b;
  background-clip: padding-box;
  font-family: var(--website-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0 0 0 1px rgba(235, 235, 245, 0.12), 0 9px 20px rgba(0, 0, 0, 0.42);
  outline: none;
  transition: background-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.download-button:hover,
.download-button:focus-visible {
  background: #00bd43;
  box-shadow: 0 0 0 1px rgba(235, 235, 245, 0.16), 0 12px 28px rgba(0, 0, 0, 0.52);
  outline: none;
}

.download-button:focus {
  outline: none;
}

.download-button:active {
  background: #009934;
  box-shadow: 0 0 0 1px rgba(235, 235, 245, 0.18), 0 6px 14px rgba(0, 0, 0, 0.48);
  transform: translateY(1px);
}

.download-button::selection {
  background: transparent;
  color: inherit;
}

.website-guide .download-button.download-button {
  font-family: var(--website-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}

.expression-list {
  display: grid;
  grid-template-columns: repeat(var(--website-masonry-column-count, 2), minmax(260px, 1fr));
  gap: 16px;
  align-items: start;
}

@media (max-width: 699px) {
  .expression-list {
    --website-masonry-column-count: 1;
  }
}

.expression-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
}

.expression-card {
  display: flex;
  flex-direction: column;
  gap: var(--website-card-gap);
  width: 100%;
  margin: 0;
  padding: var(--website-card-padding-top) var(--website-card-padding) var(--website-card-padding);
  border: 0;
  border-radius: var(--website-phone-radius);
  color: var(--website-ink);
  font-size: var(--website-card-body-font-size);
  line-height: var(--website-card-body-line-height);
  background: var(--website-card);
  text-align: left;
  vertical-align: top;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  box-shadow: var(--website-surface-shadow);
  transition: box-shadow 140ms ease, transform 140ms ease;
}

.expression-card:hover,
.expression-card:focus-visible {
  box-shadow: var(--website-card-hover-shadow);
  outline: none;
}

.expression-card:active {
  box-shadow: var(--website-card-active-shadow);
}

.expression-card.static-card {
  cursor: default;
}

.expression-card.static-card:hover {
  box-shadow: var(--website-card-hover-shadow);
}

.website-guide .expression-list .expression-card > strong {
  color: var(--website-ink);
  font-family: "SummeDINGuideBold", var(--website-font);
  font-size: var(--website-card-title-font-size);
  font-weight: 700;
  line-height: var(--website-card-title-line-height);
}

.website-guide code {
  --calculator-font-size: var(--website-calculator-cell-font-size);
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "SummeDINMedium", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.02em;
  font-weight: 500;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.website-guide code.is-calculator-formatted {
  background: transparent;
}

.card-calculator-strip {
  --calculator-font-size: var(--website-calculator-cell-font-size);
  display: block;
  width: calc(100% + (2 * var(--website-card-padding)));
  margin: var(--website-card-formula-gap) calc(-1 * var(--website-card-padding)) calc(-1 * var(--website-card-padding));
  background: var(--website-cell-glass);
  overflow: hidden;
}

.card-calculator-strip:not(.is-calculator-rendered) {
  border-top: 1px solid rgba(235, 235, 245, 0.2);
}

.media-card .card-calculator-strip {
  margin-bottom: 0;
}

.card-calculator-strip.is-calculator-rendered .section {
  display: block;
  width: 100%;
  color: #fff;
  background: transparent !important;
  background-color: transparent !important;
  font-family: f0, "SummeDINMedium", sans-serif;
  font-size: var(--website-calculator-cell-font-size);
  font-weight: 500;
  line-height: normal;
}

.card-calculator-strip.is-calculator-rendered .editable {
  font-family: f0, "SummeDINMedium", sans-serif;
  font-size: var(--website-calculator-cell-font-size);
  font-weight: 500;
  line-height: var(--website-calculator-cell-line-height);
  pointer-events: none;
}

.card-calculator-strip.is-calculator-rendered .results,
.card-calculator-strip.is-calculator-rendered .resultLine,
.card-calculator-strip.is-calculator-rendered .result {
  background: transparent !important;
  background-color: transparent !important;
  font-family: f0, "SummeDINMedium", sans-serif;
  font-size: var(--website-calculator-cell-font-size);
  font-weight: 500;
}

.card-calculator-strip.is-calculator-rendered .resultLine {
  line-height: var(--website-calculator-cell-line-height);
}

.card-calculator-strip.is-calculator-rendered .variableName {
  white-space: nowrap;
}

.card-calculator-strip.is-calculator-rendered .plotButton,
.card-calculator-strip.is-calculator-rendered .plotButtonHitArea {
  pointer-events: auto;
  cursor: pointer;
}

.expression-card > code,
.expression-card > code.is-calculator-formatted {
  display: block;
  width: calc(100% + (2 * var(--website-card-padding)));
  max-width: none;
  min-height: var(--website-calculator-input-cell-height);
  margin: var(--website-card-formula-gap) calc(-1 * var(--website-card-padding)) calc(-1 * var(--website-card-padding));
  padding: var(--website-calculator-input-padding-top) var(--website-calculator-cell-x-padding) var(--website-calculator-input-padding-bottom);
  border-top: 1px solid rgba(235, 235, 245, 0.2);
  background: var(--website-cell-glass);
  font-size: var(--website-calculator-cell-font-size);
  line-height: var(--website-calculator-cell-line-height);
  text-align: left;
}

.card-calculator-strip code,
.card-calculator-strip code.is-calculator-formatted {
  display: block;
  width: 100%;
  max-width: none;
  padding-right: var(--website-calculator-cell-x-padding);
  padding-left: var(--website-calculator-cell-x-padding);
  background: transparent;
  box-shadow: inset 0 1px 0 rgba(235, 235, 245, 0.16);
  font-size: var(--website-calculator-cell-font-size);
  line-height: var(--website-calculator-cell-line-height);
}

.card-calculator-strip code:first-child {
  box-shadow: none;
}

.card-calculator-strip code.card-cell-input {
  min-height: var(--website-calculator-input-cell-height);
  padding-top: var(--website-calculator-input-padding-top);
  padding-bottom: var(--website-calculator-input-padding-bottom);
  text-align: left;
}

.card-calculator-strip code.card-cell-result {
  min-height: var(--website-calculator-result-cell-height);
  padding-top: var(--website-calculator-result-padding-top);
  padding-bottom: var(--website-calculator-result-padding-bottom);
  text-align: right;
}

.website-guide code span {
  line-height: inherit;
  vertical-align: baseline;
}

.website-guide code .triplet {
  margin-left: .175em;
}

.website-guide code .leftMarginClass {
  margin-left: .1em;
}

.website-guide code .rightMarginClass {
  margin-right: .1em;
}

.website-guide code .hexClass {
  color: #FFD700;
}

.website-guide code .bigLeftMarginClass {
  margin-left: .15em;
}

.website-guide code .bigRightMarginClass {
  margin-right: .15em;
}

.website-guide code .radixClass {
  color: #fff;
}

.website-guide code .radixPrefix {
  color: #818181;
}

.website-guide code .smallCaps {
  font-variant: all-small-caps;
  font-size: 1em;
  line-height: 1;
}

.website-guide code .variableSuffix {
  font-size: inherit;
  line-height: 1;
}

.website-guide code .operandClass {
  color: #fe9f0a;
}

.website-guide code .matrixShapeMeta {
  color: #8b8b8b;
}

.website-guide code .matrixShapeKind {
  margin-left: 0;
}

.expression-card > span:not(.card-kicker) {
  color: var(--website-muted);
  font-weight: 300;
}

.store-tile-list,
.language-tile-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.website-guide .store-tile-list > span,
.website-guide .language-tile-list > a {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 13px 7px;
  border-radius: 999px;
  color: rgba(248, 250, 255, 0.92);
  background: rgba(0, 0, 0, 0.44);
  font-family: var(--website-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(235, 235, 245, 0.08);
}

.website-guide .store-tile-list > span {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 1px rgba(235, 235, 245, 0.12);
}

.website-guide .store-tile-list > span.is-platform-match {
  color: #080808;
  background: rgba(254, 159, 10, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.website-guide .language-tile-list > a {
  min-width: 0;
  cursor: pointer;
}

.language-card .language-tile-list {
  gap: 5px;
}

.website-guide .language-card .language-tile-list > a {
  min-height: 24px;
  padding: 4px 10px 5px;
  font-size: 13px;
}

.website-guide .language-card .language-tile-list > a:hover,
.website-guide .language-card .language-tile-list > a:focus-visible {
  color: #080808;
  background: rgba(248, 250, 255, 0.92);
  outline: none;
}

.website-guide .language-card .language-tile-list > a.is-active-language {
  color: #080808;
  background: rgba(254, 159, 10, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

#download {
  scroll-margin-top: calc(var(--website-guide-top) + 16px);
}

.inline-modifier-key {
  display: inline-flex;
  width: 1.7em;
  height: 0.95em;
  margin: 0 0.08em;
  vertical-align: -0.13em;
}

.inline-modifier-key svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.inline-modifier-key path {
  stroke-width: 0.27;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}

.inline-modifier-key-blue path {
  fill: #84a7d9;
  stroke: rgba(255, 255, 255, 0.26);
}

.inline-modifier-key-green path {
  fill: #8fbd7c;
  stroke: rgba(255, 255, 255, 0.22);
}

.media-card img {
  display: block;
  width: calc(100% + (2 * var(--website-card-padding)));
  height: auto;
  aspect-ratio: 1 / 1;
  margin: calc(-1 * var(--website-card-gap)) calc(-1 * var(--website-card-padding)) calc(-1 * var(--website-card-padding));
  border-top: 1px solid rgba(235, 235, 245, 0.18);
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  background: var(--website-media-glass);
  opacity: 0.76;
  cursor: pointer;
}

.is-hidden-by-search {
  display: none;
}

@media (min-width: 901px) {
  :root:not(.mobile-calculator-open) {
    --calculator-width: var(--website-calculator-width) !important;
    --calculator-frame-height: var(--website-calculator-height) !important;
    --calculator-render-width: var(--website-calculator-width) !important;
    --calculator-render-height: var(--website-calculator-height) !important;
    --calculator-frame-left: var(--website-calculator-left) !important;
    --calculator-frame-top: var(--website-calculator-top) !important;
    --calculator-frame-border-color: transparent !important;
    --calculator-frame-radius: var(--website-calculator-radius) !important;
  }

  html:not(.mobile-calculator-open) .mainContainer {
    z-index: 30 !important;
    left: var(--website-calculator-left) !important;
    top: var(--website-calculator-top) !important;
    width: var(--website-calculator-width) !important;
    height: var(--website-calculator-height) !important;
    overflow: hidden !important;
    border-radius: var(--website-calculator-radius) !important;
    clip-path: inset(0 round var(--website-calculator-radius)) !important;
    box-shadow: none;
  }

  html:not(.mobile-calculator-open) body::after {
    content: "";
    position: fixed;
    z-index: 29;
    left: var(--website-calculator-left);
    top: var(--website-calculator-top);
    width: var(--website-calculator-width);
    height: var(--website-calculator-height);
    border-radius: var(--website-calculator-radius);
    box-shadow: var(--website-surface-shadow);
    pointer-events: none;
  }

}

@media (min-width: 901px) and (max-width: 1160px) {
  .guide-hero {
    flex-direction: column;
    gap: 18px;
  }

  .download-button {
    align-self: flex-start;
    margin-top: 0;
    margin-left: 8px;
  }
}

@media (max-width: 900px), (pointer: coarse) {
  :root {
    --website-motto-offset: 14px;
  }

  .mobile-app-header.mobile-app-header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 14px;
    width: auto;
    height: calc(var(--website-mobile-app-header-height) + env(safe-area-inset-top, 0px));
    min-height: calc(var(--website-mobile-app-header-height) + env(safe-area-inset-top, 0px));
    overflow: hidden;
    padding:
      env(safe-area-inset-top, 0px)
      max(16px, env(safe-area-inset-right, 0px))
      0
      max(10px, env(safe-area-inset-left, 0px));
    background: var(--website-orange);
    color: #080808;
    font-family: var(--website-font);
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.22), 0 7px 18px rgba(0, 0, 0, 0.22);
    contain: paint;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }

  .mobile-app-header-brand {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    height: var(--website-mobile-app-header-height);
    color: #080808;
    line-height: 1;
  }

  .mobile-app-header-logo {
    display: block;
    flex: 0 0 auto;
    width: min(162px, 47vw);
    height: auto;
    object-fit: contain;
    filter: brightness(0);
    transform: translate(var(--website-mobile-app-header-logo-x), var(--website-mobile-app-header-logo-y));
  }

  .mobile-app-header-action.mobile-app-header-action {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 34px;
    padding: 0 16px 1px;
    border-radius: 999px;
    background: #080808;
    color: #fff;
    font-family: var(--website-font);
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
    cursor: pointer;
    transform: translateY(var(--website-mobile-app-header-action-y));
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-app-header-action:active {
    background: #1a1a1a;
    transform: translateY(var(--website-mobile-app-header-action-active-y));
  }

  html:not(.mobile-calculator-open),
  html:not(.mobile-calculator-open) body {
    position: static !important;
    width: auto !important;
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden !important;
    background-color: var(--website-background) !important;
    background-image: var(--website-background-image) !important;
    background-position: center top !important;
    background-repeat: repeat-y !important;
    background-size: max(720px, 100vw) auto !important;
    scrollbar-color: rgba(235, 235, 245, 0.34) transparent;
    scrollbar-width: thin;
  }

  html:not(.mobile-calculator-open) {
    overflow-y: auto !important;
  }

  html:not(.mobile-calculator-open) body {
    overflow-y: visible !important;
  }

  html:not(.mobile-calculator-open) body::after {
    content: none !important;
    display: none !important;
  }

  html.is-tall-full-viewport-calculator:not(.mobile-calculator-open),
  html.is-tall-full-viewport-calculator:not(.mobile-calculator-open) body {
    background-color: var(--website-background) !important;
    background-image: var(--website-background-image) !important;
    background-position: center top !important;
    background-repeat: repeat-y !important;
    background-size: max(720px, 100vw) auto !important;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    display: block;
    width: var(--website-scrollbar-size);
    height: var(--website-scrollbar-size);
    background: transparent !important;
  }

  html::-webkit-scrollbar-track,
  html::-webkit-scrollbar-track-piece,
  body::-webkit-scrollbar-track,
  body::-webkit-scrollbar-track-piece {
    background: transparent !important;
  }

  html::-webkit-scrollbar-thumb,
  body::-webkit-scrollbar-thumb {
    min-height: 48px;
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 999px;
    background: rgba(235, 235, 245, 0.34);
    background-clip: padding-box;
  }

  html::-webkit-scrollbar-thumb:hover,
  body::-webkit-scrollbar-thumb:hover {
    background: rgba(235, 235, 245, 0.5);
    background-clip: padding-box;
  }

  .mainContainer {
    display: none !important;
  }

  .website-guide {
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: visible;
    padding:
      calc(var(--website-guide-top) + var(--website-mobile-app-header-height) + env(safe-area-inset-top, 0px))
      max(var(--website-calculator-margin), env(safe-area-inset-right, 0px))
      calc(42px + env(safe-area-inset-bottom, 0px))
      max(var(--website-calculator-margin), env(safe-area-inset-left, 0px));
    background-position: center top;
    background-repeat: repeat-y;
    background-size: max(720px, 100vw) auto;
    scrollbar-gutter: auto;
  }

  .website-guide::-webkit-scrollbar,
  .website-guide::-webkit-scrollbar-track,
  .website-guide::-webkit-scrollbar-track-piece {
    background: transparent !important;
  }

  #download {
    scroll-margin-top: calc(var(--website-mobile-app-header-height) + env(safe-area-inset-top, 0px) + 16px);
  }

  .search {
    max-width: none;
  }

  .guide-hero {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 28px;
  }

  .download-button {
    display: none;
  }

  .expression-card {
    gap: var(--website-card-gap);
  }
}

@media (max-width: 520px) {
  :root {
    --website-mobile-guide-gutter: 26px;
    --website-card-title-font-size: 27px;
  }

  .website-guide {
    padding-right: max(var(--website-mobile-guide-gutter), env(safe-area-inset-right, 0px));
    padding-left: max(var(--website-mobile-guide-gutter), env(safe-area-inset-left, 0px));
  }

  .app-availability {
    gap: 28px;
  }

  .app-availability-icon {
    width: 72px;
    height: 72px;
  }

  .website-guide .app-availability.app-availability > strong {
    font-size: 31px;
    line-height: 1.4;
  }

}

@media (max-width: 900px) and (hover: hover) and (pointer: fine) {
  html:not(.mobile-calculator-open),
  html:not(.mobile-calculator-open) body {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  html:not(.mobile-calculator-open) {
    overflow-y: hidden !important;
  }

  html:not(.mobile-calculator-open) body {
    overflow-y: hidden !important;
  }

  html:not(.mobile-calculator-open) .website-guide {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding:
      calc(var(--website-guide-top) + var(--website-mobile-app-header-height))
      var(--website-guide-right)
      72px
      var(--website-calculator-margin);
    scrollbar-gutter: stable;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: max(720px, 100vw) auto;
  }

  html:not(.mobile-calculator-open) .website-guide::-webkit-scrollbar {
    display: block;
    width: var(--website-scrollbar-size);
    height: var(--website-scrollbar-size);
    background-color: var(--website-background) !important;
    background-image: var(--website-background-image) !important;
    background-position: center top !important;
    background-repeat: repeat-y !important;
    background-size: max(720px, 100vw) auto !important;
  }

  html:not(.mobile-calculator-open) .website-guide::-webkit-scrollbar-track,
  html:not(.mobile-calculator-open) .website-guide::-webkit-scrollbar-track-piece {
    background-color: var(--website-background) !important;
    background-image: var(--website-background-image) !important;
    background-position: center top !important;
    background-repeat: repeat-y !important;
    background-size: max(720px, 100vw) auto !important;
  }
}

@media (max-width: 900px), (pointer: coarse) {
  html.mobile-calculator-open {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  html.mobile-calculator-open body {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  html.mobile-calculator-open .mobile-app-header.mobile-app-header,
  html.mobile-calculator-open .website-guide {
    display: none !important;
  }

  .mobile-calculator-backdrop {
    position: fixed;
    z-index: 210;
    inset: 0;
    display: none;
    background-color: var(--website-background);
    background-image: var(--website-background-image);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: max(720px, 100vw) auto;
    touch-action: none;
  }

  html.mobile-calculator-open .mobile-calculator-backdrop:not([hidden]) {
    display: none;
  }

  html.mobile-calculator-open .mainContainer {
    display: flex !important;
  }

  html.mobile-calculator-open.mobile-calculator-plot-launching .mainContainer {
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-calculator-close {
    position: fixed;
    z-index: 230;
    top: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: var(--plot-close-size);
    height: var(--plot-close-size);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: rgba(190, 190, 190, 0.94);
    background: rgba(0, 0, 0, 0.7);
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: f0, "SummeDINMedium", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    font-synthesis: none;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }

  .mobile-calculator-close .plotControlGlyph {
    display: block;
    flex: 0 0 auto;
    width: calc(var(--plot-control-icon-size) * 1.28);
    height: calc(var(--plot-control-icon-size) * 1.28);
    fill: currentColor;
    pointer-events: none;
    transform: none;
  }

  .mobile-calculator-close:active {
    background: rgba(255, 255, 255, 0.18);
  }

  html.mobile-calculator-open .mobile-calculator-close:not([hidden]) {
    display: inline-flex;
  }

  html.mobile-calculator-open.mobile-calculator-plot-launching .mobile-calculator-close {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) and (min-aspect-ratio: 55/100),
  (min-width: 480px) and (min-height: 700px),
  (min-width: 431px) and (min-height: 933px) {
  html.mobile-calculator-open:not(.is-tall-full-viewport-calculator) body {
    background-color: var(--website-background) !important;
    background-image: var(--website-background-image) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}
