/* @ai-generated by Codex gpt-5.6-sol | 2026-09-07 */
:root {
  --black: #050406;
  --warm-white: #fffdf8;
  --yellow: #ffca28;
  --mobile-yellow: #ffbe36;
  --telegram: #229ed9;
  --wide: 1520px;
  color-scheme: dark;
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--warm-white);
  background: var(--black);
}

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

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

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

button {
  border: 0;
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 5px;
}

[hidden] {
  display: none !important;
}

.layout-wide {
  width: min(calc(100% - 40px), var(--wide));
  margin-inline: auto;
}

.official-site {
  min-height: 100vh;
  background: var(--black);
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 200;
  padding: 12px 18px;
  color: var(--black);
  background: var(--yellow);
  font-weight: 700;
}

.skip-link:focus {
  top: 10px;
}

.hero {
  position: relative;
  min-height: clamp(720px, 56.302vw, 1081px);
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
}

.hero-art,
.hero-picture,
.hero-picture img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-art {
  z-index: -3;
}

.hero-picture {
  opacity: 0;
  transition: opacity 360ms ease;
}

.hero-picture.is-active {
  opacity: 1;
}

.hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  z-index: -2;
  pointer-events: none;
  background: rgba(0, 0, 0, .22);
}

.site-header {
  position: absolute;
  z-index: 5;
  top: clamp(30px, 2.5vw, 48px);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  display: block;
  width: 69px;
  height: 70px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 20%;
}

.brand-copy {
  display: grid;
  gap: 3px;
  line-height: 1;
}

.brand-copy strong {
  color: #fff7ed;
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
  white-space: nowrap;
}

.brand-copy small {
  color: rgba(255, 255, 255, .64);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 228px;
  height: 63px;
  flex: 0 0 auto;
  border: 1px solid #ffa100;
  border-radius: 82px;
  color: #ffb600;
  background: transparent;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.service-icon {
  display: block;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
}

.service-button span {
  color: transparent;
  background: linear-gradient(244.66deg, #ffa100, #ffc800);
  background-clip: text;
  -webkit-background-clip: text;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-content {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-content a,
.hero-content button,
.desktop-download {
  pointer-events: auto;
}

.hero-copy {
  position: absolute;
  top: 31.545%;
  left: 0;
  width: min(50%, 760px);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(46px, 4.584vw, 88px);
  font-weight: 900;
  line-height: 1.182;
  letter-spacing: -.02em;
}

.hero-copy h1 span,
.hero-copy h1 em {
  display: block;
  font-style: normal;
  white-space: nowrap;
}

.hero-copy h1 em {
  margin-top: clamp(12px, 1.25vw, 24px);
  color: var(--yellow);
}

.hero-copy > p {
  width: min(100%, 700px);
  margin: clamp(18px, 1.35vw, 26px) 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 500;
  line-height: 1.7;
}

.desktop-download {
  position: absolute;
  bottom: 7.77%;
  left: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(50%, 760px);
}

.qr-frame {
  width: 190px;
  height: 190px;
  flex: 0 0 190px;
  padding: 9px;
  border: 2px solid var(--yellow);
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 12px 17px rgba(0, 0, 0, .38);
}

.qr-code {
  width: 168px;
  height: 168px;
  overflow: hidden;
  background: #fffdf8;
}

.qr-code img,
.qr-code canvas {
  display: block;
  width: 168px !important;
  height: 168px !important;
}

.download-copy {
  flex: 1;
  min-width: 0;
}

.download-copy strong {
  display: block;
  color: var(--yellow);
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.download-copy p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.desktop-thumbnails {
  position: absolute;
  right: max(20px, calc((100vw - var(--wide)) / 2 - 20px));
  bottom: 7.77%;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, 126px);
  gap: 16px;
}

.thumbnail {
  width: 126px;
  height: 224px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #151219;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .36);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.thumbnail:hover {
  transform: translateY(-3px);
}

.thumbnail.is-active {
  border-color: #ffbb00;
}

.thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-indicators,
.mobile-actions {
  display: none;
}

.section-image {
  position: relative;
  min-height: clamp(720px, 56.25vw, 1080px);
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
}

.section-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
}

.section-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .4);
}

.about-backdrop {
  background-image: url("/assets/images/official-compliance-20260907/about-background-2x.webp");
}

.about-backdrop::after {
  /* Figma 3652:6330 already includes the designed gradient and dark overlay. */
  content: none;
}

.about-inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(0, 740px);
  gap: 60px;
  align-items: center;
}

.section-kicker {
  margin: 0;
  color: var(--yellow);
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.about-copy h2 {
  margin: 24px 0 0;
  font-size: clamp(40px, 2.917vw, 56px);
  font-weight: 800;
  line-height: 1.357;
  letter-spacing: -.02em;
}

.about-paragraphs {
  margin-top: 48px;
  color: rgba(255, 255, 255, .92);
  font-size: 19px;
  font-weight: 500;
  line-height: 36px;
}

.about-highlight {
  color: var(--yellow);
  font-size: clamp(40px, 4.584vw, 88px);
  line-height: 1.182;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.about-paragraphs p {
  margin: 0;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-list article {
  min-height: 292px;
  padding: 35px 29px;
  border: 1px solid rgba(255, 202, 40, .92);
  border-radius: 18px;
  background: linear-gradient(139deg, rgba(48, 48, 50, .82), rgba(67, 59, 52, .64) 50%, rgba(101, 79, 56, .46));
  box-shadow: inset 0 1px rgba(255, 255, 255, .12), 0 18px 38px rgba(0, 0, 0, .24);
}

.feature-list h3 {
  margin: 0;
  color: var(--yellow);
  font-size: 28px;
  line-height: 38px;
}

.feature-list p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}

.community-backdrop {
  background-image: url("/assets/images/official-compliance-20260907/community.webp");
}

.community-backdrop::after {
  background: rgba(0, 0, 0, .66);
}

.community-inner {
  width: min(calc(100% - 40px), 1040px);
  min-height: inherit;
  margin: 0 auto;
  padding-top: clamp(110px, 9.1vw, 175px);
  text-align: center;
}

.community-inner h2 {
  margin: 22px 0 0;
  font-size: clamp(44px, 3.125vw, 60px);
  font-weight: 800;
  line-height: 1.28;
}

.community-copy {
  margin: 30px 0 0;
  font-size: 24px;
  line-height: 38px;
}

.community-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 92px;
  border-radius: 999px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  transition: transform 180ms ease, filter 180ms ease;
}

.pill:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.pill[aria-disabled="true"] {
  opacity: .55;
}

.pill-primary {
  color: #000;
  background: #ffb92b;
  box-shadow: 0 14px 17px rgba(255, 185, 43, .26);
}

.pill-ghost,
.pill-x {
  border: 2px solid rgba(255, 255, 255, .88);
  background: rgba(0, 0, 0, .58);
}

.pill-telegram {
  background: var(--telegram);
  box-shadow: 0 16px 16px rgba(34, 158, 217, .24);
}

.pill-x {
  border-color: rgba(255, 190, 54, .76);
  background: rgba(5, 5, 7, .9);
}

.pill-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.site-footer {
  margin-top: 54px;
  text-align: center;
}

.footer-brand {
  justify-content: center;
}

.footer-brand .brand-logo {
  width: 70px;
  height: 70px;
}

.site-footer > p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
}

.content-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 26px;
  padding: 23px 20px;
  border-block: 1px solid rgba(255, 255, 255, .12);
  background: #100d11;
  font-size: 16px;
}

.content-nav a,
.footer-links a {
  transition: color 180ms ease;
}

.content-nav a:hover,
.footer-links a:hover,
.source-note a:hover {
  color: var(--yellow);
}

.seo-block {
  padding: 92px 0;
  background: #100d11;
  scroll-margin-top: 18px;
}

.seo-block-alt {
  background: #171219;
}

.seo-shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.block-label {
  margin: 0 0 15px;
  color: var(--yellow);
  font-size: 14px;
  letter-spacing: .16em;
}

.seo-heading {
  margin: 0 0 22px;
  font-size: clamp(29px, 3vw, 46px);
  line-height: 1.3;
  letter-spacing: -.025em;
}

.seo-intro {
  max-width: 850px;
  margin: 0;
  color: #d2ccd4;
  font-size: 18px;
  line-height: 1.9;
}

.app-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 50px;
  margin-top: 38px;
}

.app-intro-grid article {
  padding-top: 24px;
  border-top: 1px solid rgba(167, 132, 51, .3);
}

.app-intro-grid h3,
.topic-copy h3 {
  margin: 0 0 12px;
  color: #ffe083;
  font-size: 23px;
}

.app-intro-grid p,
.topic-copy p {
  margin: 0;
  color: #cfc7d0;
  font-size: 16px;
  line-height: 1.9;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.topic-card {
  overflow: hidden;
  border: 1px solid rgba(169, 139, 64, .34);
  border-radius: 12px;
  background: #211923;
}

.topic-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.topic-copy {
  padding: 18px;
}

.topic-copy h3 {
  font-size: 20px;
}

.topic-copy p {
  font-size: 15px;
}

.source-note {
  margin: 22px 0 0;
  color: #bcb3bd;
  font-size: 14px;
  line-height: 1.8;
}

.source-note a {
  color: #ffdd79;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.install-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  margin-top: 32px;
}

.install-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: install-step;
}

.install-steps li {
  position: relative;
  padding: 0 0 27px 55px;
  counter-increment: install-step;
}

.install-steps li::before {
  content: counter(install-step, decimal-leading-zero);
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--yellow);
  font-size: 22px;
}

.install-steps h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.install-steps p {
  margin: 0;
  color: #cbc3ce;
  font-size: 16px;
  line-height: 1.8;
}

.version-panel {
  padding: 26px;
  border: 1px solid rgba(169, 139, 64, .34);
  border-radius: 18px;
  background: #0c090e;
}

.version-panel h3 {
  margin: 0 0 18px;
  font-size: 23px;
}

.version-panel dl {
  margin: 0;
}

.version-panel dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: 15px;
}

.version-panel dl > div:last-child {
  border-bottom: 0;
}

.version-panel dt {
  color: #bdb2c1;
}

.version-panel dd {
  margin: 0;
  text-align: right;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.small-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  color: #100d05;
  background: var(--yellow);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.small-cta.secondary {
  border: 1px solid #caa841;
  color: #ffdb67;
  background: transparent;
}

.small-cta[aria-disabled="true"] {
  opacity: .55;
}

.install-notice {
  margin: 20px 0 0;
  padding: 16px;
  border-left: 3px solid #d2ad43;
  color: #cec4cf;
  font-size: 15px;
  line-height: 1.8;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
  margin-top: 32px;
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 12px;
  background: #221b25;
}

.faq-list summary {
  position: relative;
  padding: 22px 42px 22px 22px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  color: var(--yellow);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #d2c9d5;
  font-size: 16px;
  line-height: 1.85;
}

.final-download {
  padding: 65px 24px;
  text-align: center;
  background: linear-gradient(130deg, #29200e, #1b1320);
}

.final-download h2 {
  margin: 0 0 16px;
  font-size: 32px;
}

.final-download p {
  color: #d3cbd5;
  font-size: 17px;
  line-height: 1.8;
}

.final-download .download-actions {
  justify-content: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  margin-top: 26px;
  font-size: 15px;
}

.footer-links .report-entry {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.report-entry {
  display: inline-block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(24px + env(safe-area-inset-bottom));
  z-index: 100;
  max-width: min(88vw, 520px);
  padding: 12px 18px;
  border: 1px solid rgba(255, 202, 40, .36);
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 13, 17, .96);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .48);
  font-size: 14px;
  text-align: center;
  transform: translateX(-50%);
}

.report-page {
  min-height: 100vh;
  padding: 54px 20px;
  color: #172331;
  background: #f4f5f7;
}

.report-card {
  width: min(100%, 680px);
  margin: 0 auto;
  padding: 34px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 70px rgba(31, 43, 55, .12);
}

.report-back {
  color: #647181;
  font-size: 14px;
}

.report-card h2 {
  margin: 24px 0 0;
  font-size: 32px;
}

.report-lede {
  margin: 8px 0 30px;
  color: #87919e;
}

.report-card form {
  display: grid;
  gap: 26px;
}

.report-card fieldset {
  padding: 0;
  border: 0;
}

.report-card legend,
.report-field > span {
  color: #172331;
  font-weight: 700;
}

.report-card legend span,
.report-field b {
  color: #ec554d;
}

.report-types {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 14px;
}

.report-types label {
  font-size: 14px;
}

.report-field {
  display: grid;
  gap: 10px;
}

.report-field input,
.report-field textarea {
  width: 100%;
  border: 1px solid #d2d7dc;
  border-radius: 8px;
  outline: 0;
  color: #172331;
  background: #fff;
}

.report-field input {
  height: 44px;
  padding: 0 12px;
}

.report-field textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}

.report-field input:focus,
.report-field textarea:focus {
  border-color: #168cff;
  box-shadow: 0 0 0 3px rgba(22, 140, 255, .13);
}

.report-submit {
  justify-self: start;
  min-width: 88px;
  height: 42px;
  border-radius: 7px;
  color: #fff;
  background: #1d8cf2;
}

.report-status {
  margin-bottom: 24px;
  padding: 12px 14px;
  border-radius: 8px;
  color: #2a7354;
  background: #effbf5;
}

.report-status.is-error {
  color: #9c3d36;
  background: #fff0ef;
}

@media (min-width: 1024px) {
  .community-actions {
    grid-template-columns: repeat(2, 330px);
    justify-content: center;
    gap: 22px;
    margin-top: 42px;
  }

  .community-actions .pill {
    min-height: 70px;
    gap: 14px;
    border-radius: 35px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .community-actions .pill-icon {
    width: 26px;
    height: 26px;
    font-size: 24px;
    line-height: 26px;
  }

  .community-actions .pill-telegram {
    background: #2ca8e0;
    box-shadow: 0 12px 14px rgba(0, 0, 0, .28);
  }

  .community-actions .pill-x {
    border: 1px solid rgba(255, 202, 40, .76);
    background: rgba(8, 8, 10, .9);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
  }
}

@media (max-width: 1500px) and (min-width: 1024px) {
  .desktop-thumbnails {
    grid-template-columns: repeat(5, 100px);
  }

  .thumbnail {
    width: 100px;
    height: 178px;
  }

  .feature-list {
    gap: 14px;
  }

  .feature-list article {
    min-height: 250px;
    padding: 28px 22px;
  }
}

@media (max-width: 1180px) and (min-width: 1024px) {
  .hero-copy {
    top: 27%;
  }

  .desktop-download {
    width: calc(50% - 12px);
  }

  .qr-frame {
    width: 150px;
    height: 150px;
    flex-basis: 150px;
    padding: 6px;
  }

  .qr-code,
  .qr-code img,
  .qr-code canvas {
    width: 134px !important;
    height: 134px !important;
  }

  .desktop-thumbnails {
    grid-template-columns: repeat(5, 78px);
    gap: 10px;
  }

  .thumbnail {
    width: 78px;
    height: 139px;
  }

  .about-inner {
    grid-template-columns: .9fr 1.1fr;
    gap: 32px;
  }
}

@media (max-width: 1023px) {
  body {
    background-color: #000;
    background-image: url("/assets/images/official-20260907/mobile-background.webp");
    background-repeat: no-repeat;
    background-position: center -22.27vw;
    background-size: 99.47vw auto;
  }

  .official-site {
    background: transparent;
  }

  .layout-wide {
    width: calc(100% - 6.667vw);
  }

  .hero {
    min-height: 181.47vw;
    overflow: visible;
    background: transparent;
  }

  .hero-art {
    height: 121.07vw;
    overflow: hidden;
  }

  .hero-picture img {
    object-fit: cover;
    object-position: center;
  }

  .hero-shade {
    height: 121.07vw;
    background: rgba(0, 0, 0, .5);
  }

  .site-header {
    top: 5.333vw;
  }

  .brand {
    gap: 2.133vw;
  }

  .brand-logo {
    width: 10.933vw;
    height: 10.933vw;
  }

  .brand-copy {
    gap: 1.067vw;
  }

  .brand-copy strong {
    font-size: 4.267vw;
    line-height: 4.267vw;
  }

  .brand-copy small {
    font-size: 2.667vw;
    line-height: 2.667vw;
    letter-spacing: .267vw;
  }

  .service-button {
    width: 24.533vw;
    height: 7.467vw;
    gap: .267vw;
    font-size: 3.467vw;
  }

  .service-icon {
    width: 5.733vw;
    height: 5.733vw;
  }

  .hero-copy {
    top: 58.267vw;
    width: 100%;
  }

  .hero-copy h1 {
    font-size: 8.533vw;
    line-height: 1.3;
  }

  .hero-copy h1 em {
    margin-top: 0;
  }

  .hero-copy > p {
    width: 100%;
    margin-top: 2.933vw;
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 1.58;
  }

  .desktop-download,
  .desktop-thumbnails {
    display: none;
  }

  .hero-indicators {
    position: absolute;
    top: 106.8vw;
    left: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 2.667vw;
    transform: translateX(-50%);
  }

  .indicator {
    width: 2.4vw;
    height: 2.4vw;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .38);
    transition: width 180ms ease, background 180ms ease;
  }

  .indicator.is-active {
    width: 6.4vw;
    background: #fff;
  }

  .mobile-actions {
    position: absolute;
    top: 115.467vw;
    left: 0;
    display: grid;
    width: 100%;
    gap: 2.933vw;
  }

  .mobile-actions .pill {
    min-height: 12.267vw;
    font-size: 4vw;
  }

  .install-tip {
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 2.933vw;
    line-height: 4.4vw;
    text-align: center;
  }

  .mobile-actions .pill-icon {
    width: 5.067vw;
    height: 5.067vw;
    font-size: 4vw;
  }

  .section-image {
    min-height: auto;
    overflow: visible;
    background: transparent;
  }

  .section-backdrop {
    display: none;
  }

  .about {
    padding: 0 3.333vw 21.733vw;
  }

  .about-inner {
    width: 100%;
    display: block;
  }

  .section-kicker {
    color: var(--mobile-yellow);
    font-size: 3.733vw;
    line-height: 4.533vw;
  }

  .about-copy h2 {
    margin-top: 10.133vw;
    font-size: 6.4vw;
    line-height: 1.42;
  }

  .about-highlight {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    white-space: normal;
  }

  .about-paragraphs {
    margin-top: 11.2vw;
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 1.62;
  }

  .about-paragraphs p + p {
    margin-top: 2.4vw;
  }

  .feature-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.2vw;
    margin-top: 11.2vw;
  }

  .feature-list article {
    min-height: 26.337vw;
    padding: 4vw 4.267vw;
    border: .267vw solid rgba(255, 190, 54, .78);
    border-radius: 1.067vw;
    background: rgba(26, 24, 29, .88);
    box-shadow: 0 1.6vw 3.733vw rgba(0, 0, 0, .18);
  }

  .feature-list h3 {
    font-size: 4.533vw;
    line-height: 5.667vw;
  }

  .feature-list p {
    margin-top: 2.133vw;
    font-size: 3.467vw;
    font-weight: 400;
    line-height: 1.52;
  }

  .community {
    min-height: 132.933vw;
    padding: 10.933vw 3.333vw 5.6vw;
    background: transparent;
  }

  .community-inner {
    width: 100%;
    min-height: 0;
    padding: 0;
  }

  .community-inner h2 {
    margin-top: 4.533vw;
    font-size: 6.667vw;
    line-height: 9.2vw;
  }

  .community-copy {
    margin-top: 4.533vw;
    font-size: 3.733vw;
    line-height: 5.9vw;
  }

  .community-actions {
    grid-template-columns: 1fr;
    gap: 3.2vw;
    margin-top: 6.4vw;
  }

  .community-actions .pill {
    min-height: 13.867vw;
    gap: 2.133vw;
    font-size: 4vw;
  }

  .community-actions .pill-icon {
    width: 5.067vw;
    height: 5.067vw;
    font-size: 4vw;
  }

  .site-footer {
    margin-top: 7.2vw;
  }

  .seo-block {
    padding: 64px 0;
  }

  .seo-heading {
    font-size: 32px;
  }

  .seo-intro {
    font-size: 17px;
  }

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

  .footer-brand .brand-logo {
    width: 11.2vw;
    height: 11.2vw;
  }

  .site-footer > p {
    margin-top: 3.733vw;
    font-size: 2.667vw;
    line-height: 3.733vw;
  }

  .report-entry {
    margin-top: 1.333vw;
    font-size: 2.4vw;
  }
}

@media (max-width: 520px) {
  .content-nav {
    gap: 14px 20px;
    font-size: 15px;
  }

  .seo-shell {
    width: calc(100% - 40px);
  }

  .app-intro-grid,
  .install-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .topic-copy {
    padding: 14px;
  }

  .topic-copy h3 {
    font-size: 19px;
  }

  .topic-copy p {
    font-size: 14px;
  }

  .seo-heading {
    font-size: 29px;
  }

  .download-actions .small-cta {
    width: 100%;
  }

  .final-download h2 {
    font-size: 28px;
  }

  .report-page {
    padding: 28px 14px;
  }

  .report-card {
    padding: 24px 18px;
  }

  .report-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-picture,
  .thumbnail,
  .pill {
    transition: none;
  }
}
