:root {
  --bg: #f8f2e5;
  --ink: #263144;
  --muted: #66706f;
  --body: #334155;
  --body-strong: #1f2937;
  --paper: rgba(255, 253, 247, 0.93);
  --surface: #fffdf7;
  --surface-clean: #ffffff;
  --surface-blue: #f7fbff;
  --shot-bg: #ffffff;
  --line: #263144;
  --soft-line: rgba(38, 49, 68, 0.2);
  --teal: #77b7ad;
  --teal-soft: #d7f2ed;
  --blue: #78a9e8;
  --orange: #f0a06f;
  --green: #8fc995;
  --amber: #ead06b;
  --pink: #f2a9b8;
  --purple: #bda1ec;
  --paper-line: rgba(79, 96, 119, 0.09);
  --paper-cross: rgba(79, 96, 119, 0.055);
  --shadow-color: rgba(38, 49, 68, 0.18);
  --shadow: 5px 6px 0 var(--shadow-color);
  --border: 3px solid var(--line);
  --button-dark: #17221f;
  --code-bg: #101827;
  --code-text: #d7ffe4;
  --radius-sketch: 20px 16px 22px 15px / 15px 21px 14px 23px;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --display: "Hannotate SC", "Kaiti SC", "STKaiti", "Chalkboard SE", "Comic Neue", "Comic Sans MS", "Space Grotesk", "Trebuchet MS", sans-serif;
}

html.dark {
  --bg: #101713;
  --ink: #f3eadb;
  --muted: #b9c7b5;
  --body: #e3d8c7;
  --body-strong: #fff3df;
  --paper: rgba(31, 41, 36, 0.94);
  --surface: #1f2924;
  --surface-clean: #25342d;
  --surface-blue: #1f302f;
  --shot-bg: #24302c;
  --line: #f3eadb;
  --soft-line: rgba(243, 234, 219, 0.18);
  --teal: #89cfc5;
  --teal-soft: rgba(137, 207, 197, 0.16);
  --blue: #9fc6f2;
  --orange: #f0a06f;
  --green: #9ed59e;
  --amber: #dcc565;
  --pink: #e79aaa;
  --purple: #c3aaef;
  --paper-line: rgba(219, 235, 218, 0.07);
  --paper-cross: rgba(219, 235, 218, 0.045);
  --shadow-color: rgba(0, 0, 0, 0.5);
  --button-dark: #14231e;
  --code-bg: #0b141f;
  --code-text: #dfffe9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(var(--paper-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--paper-cross) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 38%),
    url("/assets/sketch-theme-bg-light.png"),
    var(--bg);
  background-attachment: fixed, fixed, fixed, fixed, scroll;
  background-position: 0 0, 0 0, 0 0, center top, 0 0;
  background-size: 34px 30px, 34px 34px, auto, cover, auto;
  font-family: var(--display);
  letter-spacing: 0;
}

html.dark body {
  background:
    linear-gradient(var(--paper-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--paper-cross) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 38%),
    url("/assets/sketch-theme-bg-dark.png"),
    var(--bg);
  background-attachment: fixed, fixed, fixed, fixed, scroll;
  background-position: 0 0, 0 0, 0 0, center top, 0 0;
  background-size: 34px 30px, 34px 34px, auto, cover, auto;
}

body::before,
body::after {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  opacity: 0.58;
  filter: saturate(0.88);
}

body::before {
  content: "✦  ✧";
  top: 104px;
  right: max(18px, calc((100vw - 1152px) / 2 - 104px));
  color: var(--amber);
  font-size: 42px;
  transform: rotate(9deg);
}

body::after {
  content: "";
  left: max(12px, calc((100vw - 1152px) / 2 - 110px));
  bottom: 72px;
  width: 92px;
  height: 120px;
  background:
    radial-gradient(ellipse at 50% 88%, transparent 0 27%, var(--green) 29% 36%, transparent 38%) 0 28px / 72px 52px no-repeat,
    radial-gradient(ellipse at 45% 86%, transparent 0 27%, var(--green) 29% 36%, transparent 38%) 24px 8px / 66px 52px no-repeat,
    linear-gradient(160deg, transparent 0 47%, var(--green) 49% 51%, transparent 53% 100%) 18px 72px / 62px 46px no-repeat,
    radial-gradient(circle at 20% 96%, var(--pink) 0 3px, transparent 4px),
    radial-gradient(circle at 42% 90%, var(--amber) 0 3px, transparent 4px);
  transform: rotate(-8deg);
}

html.dark body::before,
html.dark body::after {
  opacity: 0.34;
}

* {
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--blue) 65%, var(--line)) transparent;
}

::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}

::-webkit-scrollbar-track {
  background:
    linear-gradient(var(--paper-line) 1px, transparent 1px) 0 0 / 100% 12px,
    color-mix(in srgb, var(--surface) 82%, transparent);
  border-left: 2px solid color-mix(in srgb, var(--line) 28%, transparent);
}

::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background:
    repeating-linear-gradient(-12deg, rgba(255, 255, 255, 0.35) 0 2px, transparent 2px 8px),
    color-mix(in srgb, var(--blue) 72%, var(--surface));
  background-clip: padding-box;
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--line) 40%, transparent);
}

::-webkit-scrollbar-thumb:hover {
  background:
    repeating-linear-gradient(-12deg, rgba(255, 255, 255, 0.38) 0 2px, transparent 2px 8px),
    color-mix(in srgb, var(--amber) 78%, var(--surface));
  background-clip: padding-box;
}

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

code,
pre {
  font-family: var(--mono);
}

strong {
  font-weight: 800;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1152px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 24px 0 40px;
}

.brutal-card {
  border: var(--border);
  border-color: var(--card-line, var(--line));
  border-radius: var(--radius-sketch);
  background:
    repeating-linear-gradient(-10deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 9px),
    linear-gradient(var(--paper-line) 1px, transparent 1px) 0 8px / 100% 28px,
    var(--paper);
  box-shadow: 5px 6px 0 color-mix(in srgb, var(--card-line, var(--line)) 24%, transparent);
}

html.dark .brutal-card {
  background:
    repeating-linear-gradient(-10deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 9px),
    linear-gradient(var(--paper-line) 1px, transparent 1px) 0 8px / 100% 28px,
    var(--paper);
}

.accent-yellow {
  --card-line: #d99b2d;
}

.accent-red {
  --card-line: #d76b61;
}

.accent-cyan {
  --card-line: #4f9fba;
}

.accent-lime {
  --card-line: #73a969;
}

.accent-pink {
  --card-line: #d97899;
}

.accent-white {
  --card-line: color-mix(in srgb, var(--line) 78%, var(--blue));
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 18px 22px;
  margin-bottom: 24px;
  position: sticky;
  top: 12px;
  z-index: 10;
  backdrop-filter: blur(8px);
  transform: rotate(-0.15deg);
}

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

.brand-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  min-width: 82px;
  min-height: 50px;
  padding: 6px 12px;
  border: var(--border);
  border-radius: 15px 12px 16px 11px / 10px 16px 12px 15px;
  background: #fffdf7;
  color: #263144;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: var(--shadow);
}

.brand-chip img {
  display: block;
  max-width: 100%;
  height: 30px;
  filter: contrast(1.45) saturate(1.05);
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  white-space: nowrap;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.topnav a,
.footer-links a,
.doc-lang-toggle,
.doc-theme-toggle {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 2px solid var(--line);
  border-radius: 999px 850px 920px 780px / 760px 999px 720px 940px;
  background:
    repeating-linear-gradient(-12deg, rgba(255, 255, 255, 0.22) 0 2px, transparent 2px 8px),
    var(--surface);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  font-family: var(--display);
  box-shadow: 2px 3px 0 var(--shadow-color);
  cursor: pointer;
  transition:
    box-shadow 160ms ease,
    color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.topnav .nav-cta,
.doc-theme-toggle {
  background: var(--ink);
  color: var(--surface);
}

.doc-theme-toggle {
  min-width: 62px;
  background:
    repeating-linear-gradient(-12deg, rgba(255, 255, 255, 0.2) 0 2px, transparent 2px 8px),
    var(--amber);
  color: var(--button-dark);
}

.doc-lang-toggle {
  min-width: 72px;
  background:
    repeating-linear-gradient(-12deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 8px),
    color-mix(in srgb, var(--blue) 48%, var(--surface));
  color: var(--button-dark);
}

.content {
  display: grid;
  min-width: 0;
  gap: 24px;
}

.content > * {
  min-width: 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transform: rotate(0.12deg);
}

.hero::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 120px;
  height: 42px;
  pointer-events: none;
  opacity: 0.5;
  background:
    radial-gradient(circle at 12% 50%, var(--pink) 0 4px, transparent 5px),
    radial-gradient(circle at 28% 44%, var(--amber) 0 3px, transparent 4px),
    radial-gradient(circle at 44% 54%, var(--green) 0 4px, transparent 5px),
    radial-gradient(circle at 62% 46%, var(--blue) 0 3px, transparent 4px),
    radial-gradient(circle at 78% 54%, var(--purple) 0 4px, transparent 5px);
}

.hero-copy {
  display: flex;
  min-height: 360px;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.hero-copy h2 {
  margin: 0 0 16px;
  max-width: 760px;
  font-size: 64px;
  line-height: 0.98;
  overflow-wrap: anywhere;
  color: var(--ink);
}

.hero-copy h2 span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.hero-lead {
  max-width: 62ch;
  margin: 0 0 22px;
  color: var(--body);
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.action,
.copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--border);
  border-radius: 15px 12px 17px 11px / 11px 17px 12px 15px;
  font-family: var(--display);
  font-weight: 800;
  cursor: pointer;
}

.action {
  min-height: 52px;
  padding: 0 18px;
  box-shadow: var(--shadow);
}

.action.primary {
  background: var(--teal);
  color: var(--button-dark);
}

.action.secondary {
  background: var(--surface-clean);
}

.hero-stats {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 14px;
}

.stat-block {
  min-width: 0;
  padding: 18px;
  border-width: 2px;
  transform: rotate(-0.2deg);
}

.stat-block:first-child {
  background:
    repeating-linear-gradient(-12deg, rgba(255, 255, 255, 0.2) 0 2px, transparent 2px 8px),
    var(--teal-soft);
}

.stat-block:nth-child(2) {
  background: var(--surface-blue);
}

.stat-block:nth-child(3) {
  background:
    repeating-linear-gradient(-12deg, rgba(255, 255, 255, 0.2) 0 2px, transparent 2px 8px),
    color-mix(in srgb, var(--amber) 38%, var(--surface));
}

.stat-block p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.stat-block code {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
  word-break: break-word;
}

.micro-note {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

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

.section-panel,
.split-grid > article {
  min-width: 0;
  padding: 24px;
}

.section-panel,
.split-grid > article,
.footer {
  box-shadow: 4px 5px 0 var(--shadow-color);
}

.section-head {
  display: flex;
  min-width: 0;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.section-tag {
  display: inline-flex;
  min-width: 50px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: var(--border);
  border-radius: 13px 10px 14px 11px / 10px 14px 11px 13px;
  background: var(--ink);
  color: var(--surface);
  font-weight: 800;
}

.section-head h3,
.tip-box h4 {
  min-width: 0;
  margin: 0;
  font-size: 32px;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.section-intro,
.callout-text {
  margin: 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.6;
}

.step-list,
.bullet-list {
  margin: 0;
  padding-left: 22px;
  color: var(--body-strong);
  font-size: 16px;
  line-height: 1.7;
}

.step-list li + li,
.bullet-list li + li {
  margin-top: 8px;
}

.step-list.compact li + li {
  margin-top: 6px;
}

.matrix {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 16px;
  font-size: 15px;
}

.matrix th,
.matrix td {
  padding: 14px 12px;
  border: 2px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.matrix th {
  background:
    repeating-linear-gradient(-10deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 8px),
    color-mix(in srgb, var(--blue) 18%, var(--surface));
  font-weight: 800;
}

.check-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.check-card,
.field-card,
.config-note {
  padding: 16px;
  border: 2px solid var(--line);
  border-radius: 17px 14px 18px 13px / 13px 18px 12px 17px;
  background:
    repeating-linear-gradient(-10deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 8px),
    color-mix(in srgb, var(--surface) 88%, transparent);
}

.check-card strong,
.field-label,
.config-note span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.check-card p,
.field-card span,
.config-note p {
  display: block;
  margin: 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.55;
}

.shot {
  margin: 22px 0 16px;
  padding: 14px;
  overflow: hidden;
}

.shot-frame {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--soft-line);
  border-radius: var(--radius-sketch);
  background: var(--shot-bg);
}

.shot img {
  display: block;
  width: 100%;
}

.shot figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.pin {
  position: absolute;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: var(--border);
  border-radius: 999px;
  background: var(--amber);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 3px 3px 0 var(--line);
  transform: rotate(-4deg);
}

.pin-provider-plus {
  top: 5%;
  right: 4%;
}

.pin-provider-tabs {
  top: 5%;
  left: 55%;
}

.pin-provider-list {
  top: 18%;
  left: 7%;
}

.pin-provider-current {
  right: 7%;
  bottom: 27%;
}

.pin-add-preset {
  top: 22%;
  left: 10%;
}

.pin-add-name {
  top: 70%;
  left: 11%;
}

.pin-add-website {
  top: 83%;
  left: 11%;
}

.pin-add-submit {
  right: 6%;
  bottom: 4%;
}

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

.legend-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px;
  border: 2px solid var(--line);
  border-radius: 16px 12px 15px 13px / 12px 16px 13px 15px;
  background:
    repeating-linear-gradient(-10deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 8px),
    color-mix(in srgb, var(--surface) 86%, transparent);
  color: var(--body);
  font-size: 14px;
  line-height: 1.5;
}

.legend-item span {
  display: inline-flex;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: var(--amber);
  color: var(--ink);
  font-weight: 800;
}

.tip-box {
  margin-top: 18px;
  padding: 18px;
  background:
    repeating-linear-gradient(-10deg, rgba(255, 255, 255, 0.2) 0 2px, transparent 2px 8px),
    color-mix(in srgb, var(--amber) 38%, var(--surface));
  box-shadow: 4px 5px 0 var(--shadow-color);
}

.field-grid,
.code-stack {
  display: grid;
  gap: 14px;
}

.field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.field-card > code,
.config-note > code {
  display: block;
  margin-bottom: 8px;
  padding: 10px 12px;
  border: 2px solid var(--line);
  border-radius: 12px 10px 13px 9px / 9px 13px 10px 12px;
  background: var(--surface);
  color: var(--ink);
  font-size: 15px;
  word-break: break-word;
}

.config-illustration {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.config-note.primary {
  background:
    repeating-linear-gradient(-10deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 8px),
    var(--teal-soft);
}

.config-note h4 {
  margin: 0 0 8px;
  font-size: 22px;
}

.code-card {
  overflow: hidden;
}

.code-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 3px solid var(--line);
  background:
    repeating-linear-gradient(-10deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 8px),
    color-mix(in srgb, var(--surface) 90%, transparent);
}

.code-card pre {
  margin: 0;
  padding: 18px;
  overflow-x: auto;
  color: var(--code-text);
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 10px / 100% 24px,
    var(--code-bg);
  font-size: 14px;
  line-height: 1.6;
}

.copy-button {
  min-height: 36px;
  padding: 0 14px;
  background: var(--surface);
  color: var(--ink);
  font-size: 14px;
}

.copy-button.copied {
  background:
    repeating-linear-gradient(-12deg, rgba(255, 255, 255, 0.24) 0 2px, transparent 2px 8px),
    var(--green);
  color: var(--button-dark);
}

.copy-button:hover,
.topnav a:hover,
.footer-links a:hover,
.action:hover,
.doc-lang-toggle:hover,
.doc-theme-toggle:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 5px 0 color-mix(in srgb, var(--card-line, var(--line)) 24%, transparent);
}

.topnav a:focus-visible,
.footer-links a:focus-visible,
.action:focus-visible,
.copy-button:focus-visible,
.doc-lang-toggle:focus-visible,
.doc-theme-toggle:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

@keyframes doodle-drift {
  0%,
  100% {
    transform: translateY(0) rotate(9deg);
  }

  50% {
    transform: translateY(-6px) rotate(12deg);
  }
}

@keyframes pencil-bounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-3px) scale(1.02);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body::before {
    animation: doodle-drift 6s ease-in-out infinite;
  }

  .hero::after {
    animation: pencil-bounce 5s ease-in-out infinite;
  }

  .copy-button.copied {
    animation: pencil-bounce 420ms ease;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  margin-top: 24px;
}

.footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1040px) {
  .hero,
  .split-grid,
  .check-row,
  .field-grid,
  .legend-grid,
  .config-illustration {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 0;
  }

  .hero-copy h2 {
    font-size: 56px;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100vw - 18px, 100%);
    padding-top: 14px;
  }

  .topbar,
  .hero,
  .section-panel,
  .split-grid > article,
  .footer {
    padding: 16px;
  }

  .topbar,
  .brand-lockup,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .topnav {
    justify-content: flex-start;
  }

  .hero-copy h2 {
    font-size: 42px;
  }

  .topbar h1 {
    font-size: 28px;
    white-space: normal;
  }

  .section-head h3,
  .tip-box h4 {
    font-size: 26px;
  }

  .matrix {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .shot {
    padding: 8px;
  }

  .pin {
    width: 30px;
    height: 30px;
    font-size: 13px;
    box-shadow: 2px 2px 0 var(--line);
  }

  .pin-provider-tabs {
    left: 49%;
  }

  .pin-provider-current {
    right: 4%;
    bottom: 24%;
  }

  .pin-add-name,
  .pin-add-website {
    left: 8%;
  }
}

@media (max-width: 420px) {
  .hero-copy h2 {
    font-size: 38px;
  }
}

@media (max-width: 1350px) {
  body::before,
  body::after {
    display: none;
  }
}
