@font-face {
  font-family: "Vibe Minecraft";
  src: url("../assets/fonts/vibe-minecraft.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* Website themes. Client-preview colors deliberately belong to the client. */
.theme-mode-tabs {
  display: flex;
  gap: 6px;
  padding: 16px 22px 0;
}
.theme-mode-tabs button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--surface);
  color: var(--muted);
  font-size: 10px;
}
.theme-mode-tabs button span {
  font: 8px var(--mono);
  opacity: 0.7;
}
.theme-mode-tabs button[aria-pressed="true"] {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), 0.07);
  color: var(--accent);
}
.theme-dialog .theme-mode-tabs {
  padding: 0 0 19px;
}
.theme-tile[data-mode="light"] {
  background: #fff !important;
  border-color: #e0e4e8 !important;
}
.theme-tile[data-mode="light"] > span:last-child {
  color: #434d56 !important;
}
.theme-tile[data-mode="light"].active {
  outline: 2px solid var(--swatch);
  outline-offset: 1px;
}
.theme-tile[data-mode="light"] .swatch {
  background: linear-gradient(140deg, #fff 10%, var(--swatch));
}
.theme-tile[data-mode="rainbow"] .swatch {
  background: linear-gradient(
    110deg,
    #ff849a,
    #ffc67d,
    #ecf98a,
    #7ef0b8,
    #79d9ff,
    #b69aff,
    #f199e6
  );
  height: 48px;
}
.rainbow-grid {
  grid-template-columns: 1fr !important;
}
.rainbow-grid .theme-tile {
  padding: 14px;
}
.theme-tile .swatch .icon {
  color: #162016;
}
.theme-dialog > p {
  margin-bottom: 20px;
}
@property --spectrum-hue {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@keyframes spectrum {
  from {
    --spectrum-hue: 0;
  }
  to {
    --spectrum-hue: 360;
  }
}
@keyframes rainbow-flow {
  to {
    background-position: 200% center;
  }
}
html[data-mode="rainbow"] {
  animation: spectrum 16s linear infinite;
}
html[data-mode="rainbow"] .hero h1 .accent {
  background: linear-gradient(
    90deg,
    #ff96ac,
    #ffe28d,
    #b2ff95,
    #83e8ff,
    #bba0ff,
    #ff96ac
  );
  background-size: 200% auto;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  animation: rainbow-flow 9s linear infinite;
}
html[data-mode="rainbow"] .button-primary {
  background: linear-gradient(
    110deg,
    #ff9eb4,
    #ffe58e,
    #aaf59e,
    #95defe,
    #c5a8ff
  );
  border-color: transparent;
}
html[data-mode="light"] {
  color-scheme: light;
}
html[data-mode="light"] body {
  --bg: #ffffff;
  --surface: #fbfcfd;
  --panel: #f3f5f7;
  --text: #172128;
  --muted: #626d77;
  --line: #dfe5e9;
  background: #fff;
  color: var(--text);
}
html[data-mode="light"] .site-header {
  background: #ffffffed;
}
html[data-mode="light"]
  :is(
    .brand-client,
    .hero-description,
    .hero-meta,
    .subtle,
    .art-coordinate,
    .preview-heading,
    .feature-card p,
    .feature-card a,
    .card-index,
    .section-heading > p,
    .demo-note,
    .playground-footnote,
    .theme-copy p,
    .theme-card-heading,
    .theme-preview-footer,
    .theme-saved,
    .reviews-footer,
    .download-note,
    .download-specs,
    .download-card > p,
    .download-heading > p,
    .footer-tagline,
    .footer-links,
    .footer-bottom,
    .dialog-footer,
    .theme-dialog > p,
    .review-dialog > p,
    .form-hint,
    .review-dialog label
  ) {
  color: var(--muted);
}
html[data-mode="light"]
  :is(
    .button-secondary,
    .theme-trigger,
    .icon-button,
    .floating-card,
    .install-guide,
    .review-card,
    .review-dialog select,
    .review-dialog textarea,
    .module-search,
    .playground-controls
  ) {
  background: #fff;
  color: var(--text);
  border-color: var(--line);
}
html[data-mode="light"] .button-primary {
  color: #fff;
}
html[data-mode="light"]
  :is(.stats-strip, .playground-section, .download-section) {
  background:
    radial-gradient(
      ellipse at 50% 20%,
      rgba(var(--accent-rgb), 0.025),
      transparent 60%
    ),
    #fff;
}
html[data-mode="light"] :is(.feature-card, .download-card, .theme-showcase) {
  background: linear-gradient(135deg, #fff, #f7f9fa);
}
html[data-mode="light"]
  :is(
    .theme-tile:not([data-mode="light"]),
    .theme-mode-tabs button,
    .launcher-terminal,
    .button-disabled,
    .neutral,
    .launcher-download .feature-icon
  ) {
  background: #f4f6f7;
  border-color: var(--line);
}
html[data-mode="light"]
  :is(
    .theme-tile > span:last-child,
    .theme-mode-tabs button,
    .download-specs strong,
    .footer-bottom .credits,
    .review-card blockquote,
    .install-guide strong,
    .install-guide summary,
    .review-dialog input,
    .review-dialog textarea,
    .dialog-heading h2
  ) {
  color: var(--text);
}
html[data-mode="light"]
  :is(
    .theme-card-heading > span:first-child,
    .install-guide li,
    .install-guide summary > span:last-child,
    .terminal-status,
    .launcher-terminal,
    .floating-card small
  ) {
  color: var(--muted);
}
html[data-mode="light"] .mobile-nav:not([hidden]) {
  background: #fff;
}
html[data-mode="light"] .hero:before {
  background-image:
    linear-gradient(#d8e2e880 1px, transparent 1px),
    linear-gradient(90deg, #d8e2e880 1px, transparent 1px);
}
html[data-mode="light"] .hero h1 .accent {
  text-shadow: 0 0 55px rgba(var(--accent-rgb), 0.08);
}
html[data-mode="light"] .theme-tile.active > span:last-child {
  color: var(--accent);
}
html[data-mode="light"] dialog {
  background: #fff;
}
html[data-mode="light"] .toast {
  background: #fff;
  color: var(--text);
}
html[data-mode="light"] .module-search input {
  color: var(--text);
}
html[data-mode="light"] .module-search kbd {
  background: #f0f3f5;
  border-color: var(--line);
  color: var(--muted);
}

/* Seven transmissions, with a fixed text area to prevent typing layout shifts. */
.motto-terminal {
  max-width: 400px;
  margin-top: 24px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-left: 2px solid var(--accent);
  border-radius: 4px;
  background: rgba(var(--accent-rgb), 0.025);
}
.motto-terminal-top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font: 8px var(--mono);
  letter-spacing: 1.2px;
  margin-bottom: 9px;
}
.motto-terminal-top > span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
}
.motto-terminal-top .status-dot {
  width: 4px;
  height: 4px;
}
.motto-line {
  display: flex;
  align-items: baseline;
  min-height: 40px;
  color: var(--accent);
  font: 12px/1.65 var(--mono);
  gap: 9px;
}
.motto-prompt {
  opacity: 0.6;
  flex-shrink: 0;
}
.typing-caret {
  height: 13px;
  width: 5px;
  background: var(--accent);
  flex-shrink: 0;
  animation: blink 1s steps(2) infinite;
  align-self: flex-start;
  margin-top: 3px;
  margin-left: -6px;
}
.hero-description {
  margin-top: 18px;
}
.hero {
  padding-top: 62px;
  padding-bottom: 62px;
}

/* Original Skeet board: 380 wide, 355 high plus its 5-pixel top edge. */
.skeet-window {
  --skeet-accent: #2de2c2;
  --skeet-secondary: #a855f7;
  position: relative;
  display: block;
  width: 608px;
  max-width: 100%;
  height: 576px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #161616;
  overflow: hidden;
  box-shadow: 0 18px 60px #0008;
  isolation: isolate;
  color-scheme: dark;
}
.skeet-board {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 360px;
  background: #161616;
  border: 1px solid #28272a;
  transform-origin: top left;
  font:
    8px/8px "Vibe Minecraft",
    monospace;
  color: #f1f7ff;
  text-shadow: 1px 1px #3c3e3f;
  -webkit-font-smoothing: none;
  font-synthesis: none;
  letter-spacing: 0;
}
.skeet-board * {
  box-sizing: border-box;
}
.skeet-board :is(button, input, select, summary, output) {
  font: inherit;
  letter-spacing: 0;
  text-shadow: inherit;
  line-height: 8px;
}
.skeet-board button:focus-visible,
.skeet-board select:focus-visible,
.skeet-board input:focus-visible,
.skeet-content:focus-visible,
.skeet-board summary:focus-visible {
  outline: 1px solid #8fa5c4;
  outline-offset: -1px;
}
.skeet-accent {
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--skeet-accent),
    var(--skeet-secondary)
  );
  z-index: 2;
}
.skeet-rail {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  width: 50px;
  background: #0c0c0c;
  border-right: 1px solid #28272a;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 3px;
  overflow: hidden;
}
.skeet-category {
  position: relative;
  flex-shrink: 0;
  width: 43px;
  height: 49px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f1f7ff;
}
.skeet-category:before {
  content: "";
  position: absolute;
  inset: 0 0 2px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.skeet-category:hover:before {
  background: #131315;
}
.skeet-category.active:before {
  background: #161616;
  border-color: #28272a;
}
.skeet-category img {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  max-width: none;
  filter: brightness(0.57);
  opacity: 1;
  object-fit: contain;
}
.skeet-category.active img {
  filter: none;
}
.skeet-category-label {
  display: none;
  position: absolute;
  left: -3px;
  right: -3px;
  top: 38px;
  text-align: center;
  color: #f1f7ff;
  white-space: nowrap;
  font-size: 8px;
  line-height: 8px;
}
.skeet-category.active .skeet-category-label {
  display: block;
}
.skeet-content {
  position: absolute;
  left: 57px;
  right: 5px;
  top: 9px;
  bottom: 4px;
  overflow: auto;
  display: grid;
  grid-template-columns: 155px 155px;
  gap: 5px;
  align-items: start;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--skeet-accent) #292a31;
  overscroll-behavior: contain;
}
.skeet-content::-webkit-scrollbar {
  width: 2px;
}
.skeet-content::-webkit-scrollbar-track {
  background: #292a31;
}
.skeet-content::-webkit-scrollbar-thumb {
  background: var(--skeet-accent);
}
.skeet-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.skeet-module {
  background: #161616;
  border: 1px solid #28272a;
  width: 155px;
  min-width: 0;
  margin: 0;
  border-radius: 0;
}
.skeet-module.enabled {
  border-color: color-mix(in srgb, var(--skeet-accent) 75%, #161616);
}
.skeet-module-row {
  display: flex;
  height: 13px;
  align-items: center;
  min-width: 0;
}
.skeet-module-row:hover {
  background: #1b1b1e;
}
.skeet-module-toggle {
  flex: 1;
  min-width: 0;
  display: block;
  padding: 2px 0 2px 2px;
  height: 13px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  color: #c1c3c9;
  background: none;
  border: 0;
  border-radius: 0;
}
.skeet-module.enabled .skeet-module-toggle {
  color: #f1f7ff;
}
.skeet-expand {
  display: block;
  flex-shrink: 0;
  min-width: 13px;
  height: 13px;
  padding: 2px 2px 2px 1px;
  white-space: nowrap;
  color: #8fa5c4;
  background: none;
  border: 0;
  border-radius: 0;
}
.skeet-settings {
  padding: 2px 3px 0;
  margin: 0;
  border: 0;
}
.skeet-setting {
  position: relative;
  min-height: 17px;
  margin-bottom: 1px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  border-radius: 2px;
  background: #111114f5;
  color: #8fa5c4;
  padding: 0 4px;
  column-gap: 4px;
}
.skeet-setting-name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 8px;
  padding-top: 4px;
  height: 15px;
  text-overflow: clip;
}
.skeet-value {
  padding: 4px 0 0;
  max-width: 100%;
  width: 100%;
  height: 17px;
  text-align: right;
  overflow: hidden;
  color: var(--skeet-accent);
  background: none;
  border: 0;
  border-radius: 0;
  text-overflow: clip;
  white-space: nowrap;
}
.skeet-value.on {
  color: var(--skeet-accent);
}
.skeet-value.off {
  color: #667995;
}
select.skeet-value {
  appearance: none;
  cursor: pointer;
  direction: rtl;
  padding-bottom: 5px;
}
select.skeet-value option {
  direction: ltr;
  color: #f1f7ff;
  background: #161616;
}
.skeet-text {
  color: #8fa5c4;
  outline: none !important;
  padding-top: 0;
  height: 17px;
}
.skeet-text:focus {
  color: #f1f7ff;
}
.skeet-slider-control {
  position: relative;
  height: 17px;
  margin: 0;
  min-width: 0;
}
.skeet-number-value {
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  color: #f1f7ff;
  text-align: right;
  pointer-events: none;
}
.skeet-slider-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  height: 4px;
  border-radius: 2px;
  background: #243550;
}
.skeet-slider {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 10px;
  margin: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline-offset: 1px !important;
  accent-color: var(--skeet-accent);
  padding: 0;
}
.skeet-slider::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
  border: none;
}
.skeet-slider::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 4px;
  border: 0;
  background: transparent;
}
.skeet-slider::-moz-range-track {
  height: 4px;
  background: transparent;
  border: none;
}
.skeet-slider::-moz-range-thumb {
  width: 0;
  height: 4px;
  border: 0;
  background: transparent;
}
.skeet-setting.range .skeet-slider {
  pointer-events: none;
}
.skeet-setting.range .skeet-slider::-webkit-slider-thumb {
  width: 2px;
  height: 6px;
  margin-top: -1px;
  background: #f1f7ff;
  pointer-events: auto;
  cursor: ew-resize;
}
.skeet-setting.range .skeet-slider::-moz-range-thumb {
  width: 2px;
  height: 6px;
  background: #f1f7ff;
  pointer-events: auto;
  cursor: ew-resize;
  border-radius: 0;
}
.skeet-options {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 1px 0 0;
}
.skeet-option {
  height: 12px;
  min-height: 12px;
  padding: 2px 3px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  background: #0a1020a3;
  color: #8fa5c4;
  border-radius: 2px;
  border: 0;
}
.skeet-option.selected {
  color: var(--skeet-accent);
}
.multi-count {
  color: #8fa5c4;
}
.skeet-color-details {
  position: relative;
  justify-self: end;
  z-index: 4;
  margin-top: 3px;
}
.skeet-color-details[open] {
  z-index: 10;
}
.skeet-color-swatch {
  display: block;
  list-style: none;
  width: 13px;
  height: 11px;
  cursor: pointer;
  background: repeating-conic-gradient(#555 0 25%, #aaa 0 50%) 0/6px 6px;
  border: 1px solid #9ab6da88;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #060b14;
}
.skeet-color-swatch::-webkit-details-marker {
  display: none;
}
.skeet-color-swatch:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--swatch);
  opacity: var(--opacity, 1);
}
.skeet-color-popup {
  position: absolute;
  right: 0;
  top: 14px;
  width: 116px;
  padding: 6px;
  background: #111827;
  border: 1px solid #445875;
  color: #f1f7ff;
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-shadow: 1px 1px #222;
  font:
    8px "Vibe Minecraft",
    monospace;
  box-shadow: 0 2px 10px #0008;
}
.skeet-color-popup > input[type="color"] {
  display: block;
  width: 100%;
  height: 45px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
.skeet-color-popup input[type="text"] {
  min-width: 0;
  width: 100%;
  color: #f1f7ff;
  background: #0a101a;
  border: 1px solid #334661;
  height: 15px;
  padding: 2px;
  font:
    8px "Vibe Minecraft",
    monospace;
}
.skeet-color-popup input[type="range"] {
  width: 100%;
  height: 9px;
  margin: 0;
  accent-color: var(--skeet-accent);
}
.skeet-grip {
  position: absolute;
  right: 3px;
  bottom: 0;
  width: 2px;
  height: 2px;
  background: #59606b;
  box-shadow: -3px 0 #59606b, -6px 0 #59606b, 3px -3px #59606b,
    3px -6px #59606b, 3px -9px #59606b;
  pointer-events: none;
}
.skeet-empty {
  grid-column: 1/-1;
  font:
    8px "Vibe Minecraft",
    monospace;
  color: #8fa5c4;
  padding: 6px;
}
.hero-window.skeet-window {
  width: min(456px, 100%);
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  transform: none;
  box-shadow: 0 25px 90px #0008;
}
.hero-art {
  height: 480px;
  min-width: 0;
}
.hero-art .floating-card {
  bottom: -12px;
  right: 0;
  transform: none;
  z-index: 3;
}
.hero-art .coordinate-top {
  top: -12px;
}
.hero-art .coordinate-bottom {
  bottom: -44px;
}
.playground-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 18px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}
.playground-controls > div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 150px;
}
.playground-controls h3 {
  font: 600 13px var(--display);
  letter-spacing: 0;
}
.playground-style-label {
  font: 8px var(--mono);
  color: var(--muted);
}
.playground-controls .module-search {
  margin-left: auto;
  width: 285px;
  max-width: 40%;
}
.all-settings-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
}
.all-settings-toggle input {
  accent-color: var(--accent);
}
.skeet-stage {
  padding: 40px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(#05070866, #05070866),
    url("../assets/screenshots/ClickGUIs/Skeet.png") center/cover;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.playground-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  font: 9px var(--mono);
  color: var(--muted);
}

/* Both source screenshot collections remain visible and independent. */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.showcase-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 20px;
}
.showcase-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 17px;
}
.showcase-panel-header h3 {
  font-size: 21px;
  margin-top: 6px;
}
.showcase-panel-header .eyebrow {
  font-size: 7px;
  color: var(--muted);
  letter-spacing: 1.1px;
}
.gallery-counter {
  font: 9px var(--mono);
  color: var(--muted);
  white-space: nowrap;
}
.showcase-select-label {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 15px;
}
.gallery-select {
  width: 100%;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--bg);
  color: var(--text);
  font-size: 11px;
}
.showcase-image-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #0b0d0b;
}
.showcase-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #0b0d0b;
  cursor: zoom-in;
}
.showcase-image {
  width: 100%;
  height: auto;
  aspect-ratio: 2048/1094;
  object-fit: contain;
  display: block;
}
.showcase-image-wrap .gallery-arrow {
  top: calc(50% - 18px);
  font-family: Arial, sans-serif;
}
.showcase-zoom {
  position: absolute;
  right: 12px;
  bottom: 10px;
  background: #0b0d0bb3;
  color: #fff;
  border: 1px solid #ffffff30;
  border-radius: 3px;
  padding: 3px;
  pointer-events: none;
}
.showcase-zoom .icon {
  width: 14px;
  height: 14px;
}
.showcase-image-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  margin-top: 13px;
}
.showcase-image-caption > span {
  color: var(--muted);
  font-size: 9px;
}
.showcase-thumbnails {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
  padding: 15px 1px 6px;
}
.showcase-thumbnail {
  width: 88px;
  min-width: 88px;
  border: 1px solid var(--line);
  padding: 0;
  background: var(--bg);
  border-radius: 4px;
  overflow: hidden;
  text-align: left;
  color: var(--muted);
}
.showcase-thumbnail img {
  width: 100%;
  height: 46px;
  object-fit: cover;
  opacity: 0.6;
}
.showcase-thumbnail span {
  display: block;
  padding: 6px;
  font-size: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.showcase-thumbnail.active {
  border-color: var(--accent);
  color: var(--accent);
}
.showcase-thumbnail.active img,
.showcase-thumbnail:hover img {
  opacity: 1;
}
.featured-reviews {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.review-rep {
  color: var(--accent);
  font: 600 15px var(--mono);
}
.featured-reviews .review-card {
  padding: 22px;
}
.featured-reviews blockquote {
  font-size: 13px;
  line-height: 1.8;
  margin: 17px 0 25px;
}
.featured-reviews .review-author {
  font-size: 11px;
  gap: 9px;
}
.featured-reviews .review-author img {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 8px;
}
.review-author small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 2px;
}
.review-author > .icon {
  width: 12px;
  height: 12px;
}

@media (max-width: 1050px) {
  .playground-controls {
    flex-wrap: wrap;
    gap: 12px;
  }
  .playground-controls > div {
    min-width: 0;
  }
  .playground-controls .module-search {
    max-width: none;
    flex: 1;
  }
  .featured-reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-window.skeet-window {
    width: 100%;
  }
  .hero-art .coordinate-top {
    top: 20px;
  }
  .hero-art .coordinate-bottom {
    bottom: 0;
  }
  .hero-art .floating-card {
    bottom: 20px;
  }
  .hero-art {
    height: 440px;
  }
}
@media (max-width: 850px) {
  .showcase-grid {
    gap: 15px;
  }
  .showcase-panel {
    padding: 15px;
  }
  .showcase-panel-header h3 {
    font-size: 18px;
  }
  .hero-art .floating-card {
    bottom: 30px;
  }
  .hero-art .coordinate-bottom {
    bottom: 7px;
  }
  .hero-art .coordinate-top {
    top: 30px;
  }
  .playground-controls .module-search {
    min-width: 190px;
  }
  .playground-status {
    font-size: 8px;
  }
  .motto-terminal {
    padding: 10px 12px;
    max-width: 310px;
  }
  .motto-line {
    font-size: 11px;
    min-height: 52px;
  }
  .motto-terminal-top {
    font-size: 7px;
  }
}
@media (max-width: 600px) {
  .hero {
    padding-top: 44px;
    padding-bottom: 50px;
  }
  .hero-art {
    height: auto;
    display: block;
    margin-top: 62px;
    padding-bottom: 46px;
  }
  .hero-window.skeet-window {
    width: 100%;
    max-width: 380px;
    margin: auto;
  }
  .hero-art .coordinate-top {
    top: -23px;
    right: 4px;
  }
  .hero-art .floating-card {
    bottom: 10px;
    right: 2px;
  }
  .hero-art .coordinate-bottom {
    bottom: -17px;
  }
  .hero-art .orbit {
    top: 15px;
    max-width: 100%;
  }
  .motto-terminal {
    max-width: 100%;
    margin-top: 21px;
  }
  .motto-line {
    font-size: 11px;
    min-height: 40px;
  }
  .hero-description {
    margin-top: 16px;
  }
  .playground-controls {
    padding: 12px;
    gap: 10px;
  }
  .playground-controls > div {
    width: 100%;
    justify-content: space-between;
  }
  .playground-controls .module-search {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    order: 1;
  }
  .all-settings-toggle {
    font-size: 10px;
    order: 2;
  }
  .playground-controls > .text-button {
    margin-left: auto;
    order: 3;
  }
  .skeet-stage {
    padding: 18px 8px;
    border-radius: 4px;
  }
  .playground-status {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    font-size: 8px;
  }
  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .showcase-panel {
    padding: 17px;
  }
  .showcase-panel-header h3 {
    font-size: 21px;
  }
  .showcase-image-wrap .gallery-arrow {
    top: calc(50% - 15px);
  }
  .showcase-thumbnails {
    padding-top: 13px;
  }
  .featured-reviews {
    grid-template-columns: 1fr;
  }
  .featured-reviews .review-card {
    padding: 23px;
  }
  .featured-reviews blockquote {
    font-size: 14px;
    margin-bottom: 23px;
  }
  .theme-mode-tabs {
    gap: 5px;
    padding: 14px 16px 0;
  }
  .theme-mode-tabs button {
    padding: 8px 7px;
    font-size: 9px;
    gap: 7px;
  }
  .theme-dialog .theme-mode-tabs {
    padding: 0 0 16px;
  }
  .theme-preview-footer {
    font-size: 9px;
  }
  .all-themes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  html[data-mode="rainbow"],
  html[data-mode="rainbow"] .hero h1 .accent {
    animation: none;
  }
  .typing-caret {
    animation: none;
  }
}
