/*
 * NON-RELEASE visual prototype.
 * The full-bleed plates referenced by index.html are VR02 exploration assets,
 * not approved production assets. Keep them out of the asset manifest and SW.
 */

body[data-onboarding="active"] {
  overflow: hidden;
  color: #fff8e9;
  background: #06121e;
}

body[data-onboarding="active"] > .skip-link {
  display: none;
}

.onboarding-noscript {
  min-height: 100svh;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(28px, 8vw, 120px);
  color: #fff8e9;
  background:
    radial-gradient(circle at 72% 26%, rgba(217, 168, 82, 0.22), transparent 28%),
    linear-gradient(145deg, #071522, #0a2030 58%, #142d3c);
}

.onboarding-noscript > * {
  max-width: 720px;
  margin: 0;
}

.onboarding-noscript > p:first-child {
  color: #f2c86f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.onboarding-noscript h1 {
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 88px);
  font-weight: 500;
  line-height: 0.98;
}

.onboarding-noscript > p:last-child {
  color: rgba(255, 248, 233, 0.78);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
}

.onboarding-shell {
  position: fixed;
  z-index: 90;
  inset: 0;
  min-width: 320px;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: #fff8e9;
  background:
    radial-gradient(circle at 72% 28%, rgba(217, 168, 82, 0.22), transparent 28%),
    linear-gradient(145deg, #071522, #0a2030 56%, #142d3c);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.onboarding-world,
.onboarding-world::after,
.onboarding-world img,
.onboarding-character-layers,
.onboarding-character-layer,
.onboarding-atmosphere {
  position: absolute;
  inset: 0;
}

.onboarding-world {
  z-index: -4;
  display: block;
  overflow: hidden;
  background: #071522;
}

.onboarding-world::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 12, 21, 0.92) 0%, rgba(4, 14, 24, 0.76) 25%, rgba(5, 15, 25, 0.28) 51%, rgba(5, 15, 25, 0.06) 72%),
    linear-gradient(180deg, rgba(4, 13, 22, 0.32), transparent 33%, rgba(4, 12, 20, 0.22) 68%, rgba(4, 12, 20, 0.72));
}

.onboarding-world img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 56% center;
  transform: scale(1.015);
  filter: saturate(0.96) contrast(1.02);
  transition: object-position 900ms ease, filter 900ms ease, transform 1800ms ease;
}

.onboarding-shell[data-onboarding-state="world-arrival"] .onboarding-world img {
  animation: onboarding-arrival 2.8s cubic-bezier(0.22, 0.72, 0.28, 1) both;
}

.onboarding-shell[data-onboarding-state="orientation-choice"] .onboarding-world img,
.onboarding-shell[data-onboarding-state="orientation-consequence"] .onboarding-world img {
  object-position: 64% center;
  transform: scale(1.04);
}

.onboarding-shell[data-onboarding-state="today-ready"] .onboarding-world img,
.onboarding-shell[data-onboarding-state="first-today-story"] .onboarding-world img,
.onboarding-shell[data-onboarding-state="first-today-tool"] .onboarding-world img,
.onboarding-shell[data-onboarding-state="return-promise"] .onboarding-world img {
  object-position: 51% center;
  filter: saturate(0.9) contrast(1.06) brightness(0.82);
}

.onboarding-shell[data-environment-asset-state="fallback-loading"] .onboarding-world img,
.onboarding-shell[data-environment-asset-state="failed"] .onboarding-world img {
  opacity: 0.58;
}

@keyframes onboarding-arrival {
  from {
    opacity: 0.72;
    transform: scale(1.075) translate3d(1.2%, 0.6%, 0);
    filter: saturate(0.74) contrast(1.08) brightness(0.74);
  }
  to {
    opacity: 1;
    transform: scale(1.015);
    filter: saturate(0.96) contrast(1.02);
  }
}

.onboarding-character-layers {
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
}

.onboarding-character-layer {
  margin: 0;
  pointer-events: none;
}

.onboarding-character-layer[hidden] {
  display: none !important;
}

.onboarding-character-layer img {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.onboarding-character-layer-elvi img {
  right: clamp(5vw, 9vw, 150px);
  bottom: clamp(4svh, 8svh, 90px);
  max-height: min(42svh, 470px);
}

.onboarding-character-layer-archivist img {
  right: clamp(4vw, 8vw, 130px);
  bottom: clamp(5svh, 9svh, 100px);
  max-height: min(48svh, 520px);
}

.onboarding-character-layer[data-character-active="true"] {
  animation: onboarding-character-arrival 720ms cubic-bezier(0.2, 0.72, 0.3, 1) both;
  animation-iteration-count: 1;
}

@keyframes onboarding-character-arrival {
  from { opacity: 0; transform: translate3d(0, 12px, 0) scale(0.985); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

.onboarding-atmosphere {
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.onboarding-light {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffd887;
  box-shadow: 0 0 8px #ffd887, 0 0 26px rgba(255, 205, 112, 0.78);
  opacity: 0;
  animation: onboarding-light-pass 2.8s ease-out both;
}

.onboarding-light-one {
  top: 28%;
  right: 34%;
  animation-delay: 420ms;
}

.onboarding-light-two {
  right: 18%;
  bottom: 27%;
  animation-delay: 920ms;
}

@keyframes onboarding-light-pass {
  0% { opacity: 0; transform: translateY(12px) scale(0.6); }
  36% { opacity: 0.92; }
  100% { opacity: 0.24; transform: translateY(-8px) scale(1); }
}

.onboarding-topbar {
  position: fixed;
  z-index: 3;
  inset: 0 0 auto;
  min-height: calc(78px + env(safe-area-inset-top));
  padding: calc(18px + env(safe-area-inset-top)) clamp(20px, 4vw, 64px) 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.onboarding-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffe7ad;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.42);
}

.onboarding-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #071522;
  background: linear-gradient(145deg, #fff0bd, #d9a849 72%);
  border: 1px solid rgba(255, 244, 208, 0.82);
  border-radius: 50%;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24), 0 0 28px rgba(240, 190, 91, 0.22);
}

.onboarding-brand-mark svg,
.onboarding-choice-mark svg,
.onboarding-direction svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.onboarding-brand strong,
.onboarding-brand small {
  display: block;
}

.onboarding-brand strong {
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.24em;
}

.onboarding-brand small {
  margin-top: 3px;
  color: rgba(255, 248, 233, 0.68);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.onboarding-top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.onboarding-top-action,
.onboarding-text-action {
  min-height: 44px;
  padding: 8px 13px;
  color: rgba(255, 248, 233, 0.82);
  background: rgba(4, 14, 24, 0.32);
  border: 1px solid rgba(255, 248, 233, 0.18);
  border-radius: 999px;
  cursor: pointer;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.onboarding-main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(92px + env(safe-area-inset-top)) clamp(28px, 8vw, 132px) calc(78px + env(safe-area-inset-bottom));
}

.onboarding-stage {
  width: min(100%, 610px);
}

.onboarding-panel {
  width: 100%;
  max-height: calc(100svh - 176px);
  overflow: auto;
  padding: 18px 22px 24px 2px;
  color: #fff8e9;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.48);
  animation: onboarding-panel-enter 320ms ease both;
  scrollbar-width: thin;
  scrollbar-color: rgba(238, 190, 92, 0.6) transparent;
}

@keyframes onboarding-panel-enter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.onboarding-panel h1 {
  max-width: 12ch;
  margin: 0;
  color: #fff8e9;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 5.2vw, 74px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.onboarding-panel h1:focus {
  outline: none;
}

.onboarding-panel[data-state-panel="context-choice"] h1,
.onboarding-panel[data-state-panel="age-band"] h1,
.onboarding-panel[data-state-panel="local-profile"] h1,
.onboarding-panel[data-state-panel="accessibility-assent"] h1,
.onboarding-panel[data-state-panel="family-connection"] h1,
.onboarding-panel[data-state-panel="family-connection-info"] h1,
.onboarding-panel[data-state-panel="reset-confirm"] h1 {
  font-size: clamp(36px, 4.4vw, 58px);
}

.onboarding-kicker {
  margin: 0 0 14px;
  color: #f2c86f;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.onboarding-lead {
  max-width: 48ch;
  margin: 22px 0 0;
  color: rgba(255, 248, 233, 0.86);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.55;
}

.onboarding-primary,
.onboarding-danger-action {
  width: fit-content;
  min-width: 220px;
  min-height: 56px;
  margin-top: 28px;
  padding: 13px 28px;
  color: #081522;
  background: linear-gradient(135deg, #ffe8a7, #d8a241 76%);
  border: 1px solid rgba(255, 240, 190, 0.86);
  border-radius: 999px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.25), 0 0 36px rgba(232, 179, 72, 0.16);
  cursor: pointer;
  font-weight: 850;
  text-shadow: none;
}

.onboarding-danger-action {
  color: #fff8e9;
  background: rgba(128, 44, 39, 0.84);
  border-color: rgba(255, 198, 180, 0.44);
}

.onboarding-primary:disabled {
  opacity: 0.46;
  cursor: not-allowed;
  filter: grayscale(0.45);
}

.onboarding-panel > .onboarding-text-action,
.onboarding-actions > .onboarding-text-action {
  display: block;
  width: fit-content;
  margin-top: 12px;
  color: rgba(255, 248, 233, 0.78);
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
  text-decoration-color: rgba(242, 200, 111, 0.46);
  text-underline-offset: 4px;
}

.onboarding-system-note {
  margin: 16px 0 0;
  color: rgba(255, 248, 233, 0.62);
  font-size: 13px;
}

.onboarding-form {
  max-width: 560px;
  margin-top: 24px;
}

.onboarding-options,
.onboarding-avatar-options,
.onboarding-comprehension {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

.onboarding-options-compact {
  grid-template-columns: repeat(2, minmax(130px, 1fr));
}

.onboarding-choice {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  color: rgba(255, 248, 233, 0.86);
  background: rgba(4, 14, 24, 0.38);
  border: 1px solid rgba(255, 248, 233, 0.18);
  border-radius: 16px;
  cursor: pointer;
  text-shadow: none;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.onboarding-choice:has(input:checked) {
  color: #fff8e9;
  background: rgba(128, 91, 31, 0.54);
  border-color: #f2c86f;
  box-shadow: inset 0 0 0 1px rgba(255, 232, 167, 0.18), 0 8px 28px rgba(0, 0, 0, 0.18);
}

.onboarding-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.onboarding-choice-mark {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  color: #f3c96f;
  border: 1px solid rgba(242, 200, 111, 0.44);
  border-radius: 50%;
}

.onboarding-choice input:focus-visible + .onboarding-choice-mark {
  outline: 3px solid #ffdb86;
  outline-offset: 4px;
}

.onboarding-name-field {
  display: grid;
  gap: 7px;
  color: rgba(255, 248, 233, 0.82);
  font-size: 13px;
}

.onboarding-name-field input {
  width: min(100%, 430px);
  min-height: 54px;
  padding: 12px 16px;
  color: #fff8e9;
  background: rgba(4, 14, 24, 0.44);
  border: 1px solid rgba(255, 248, 233, 0.24);
  border-radius: 14px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.onboarding-form small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 248, 233, 0.58);
  font-size: 11px;
}

.onboarding-avatar-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.onboarding-avatar-options legend,
.onboarding-comprehension legend {
  width: 100%;
  margin-bottom: 9px;
  color: rgba(255, 248, 233, 0.78);
  font-size: 13px;
}

.onboarding-avatar-options .onboarding-choice {
  min-width: 116px;
  min-height: 48px;
  flex: 1 1 116px;
}

.onboarding-preferences {
  width: min(100%, 470px);
  margin-bottom: 18px;
  color: rgba(255, 248, 233, 0.78);
}

.onboarding-preferences summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 750;
}

.onboarding-toggle-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  padding: 10px 0 4px;
  font-size: 13px;
}

.onboarding-toggle-list label {
  display: flex;
  gap: 8px;
  align-items: center;
}

.onboarding-toggle-list input {
  width: 18px;
  height: 18px;
  accent-color: #e2b251;
}

.onboarding-comprehension {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.onboarding-comprehension .onboarding-choice {
  min-height: 46px;
  flex: 1 1 130px;
}

.onboarding-actions {
  margin-top: 4px;
}

.onboarding-boundary-list {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 248, 233, 0.82);
}

.onboarding-boundary-list li::before {
  margin-right: 8px;
  color: #f2c86f;
  content: "—";
}

.onboarding-direction-options {
  width: min(100%, 560px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.onboarding-direction {
  min-height: 54px;
  flex: 1 1 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 16px;
  color: #fff8e9;
  background: rgba(5, 16, 27, 0.46);
  border: 1px solid rgba(242, 200, 111, 0.42);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 760;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.46);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.onboarding-direction span {
  color: #f2c86f;
  font-size: 20px;
}

.onboarding-direction span svg {
  display: block;
}

.onboarding-tool-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.onboarding-tool-line span {
  padding: 8px 12px;
  color: #ffe5aa;
  background: rgba(7, 20, 32, 0.5);
  border: 1px solid rgba(242, 200, 111, 0.24);
  border-radius: 999px;
  text-shadow: none;
}

.onboarding-storage-note {
  position: fixed;
  z-index: 3;
  right: clamp(20px, 4vw, 64px);
  bottom: calc(18px + env(safe-area-inset-bottom));
  margin: 0;
  color: rgba(255, 248, 233, 0.56);
  font-size: 11px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.64);
}

.onboarding-shell[data-storage-mode="local"] [data-session-copy],
.onboarding-shell[data-storage-mode="session"] [data-local-copy] {
  display: none;
}

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

.onboarding-shell button:focus-visible,
.onboarding-shell input:focus-visible,
.onboarding-shell summary:focus-visible {
  outline: 3px solid #ffdb86;
  outline-offset: 4px;
}

.onboarding-shell[data-high-contrast="true"] .onboarding-world::after {
  background: linear-gradient(90deg, rgba(1, 7, 12, 0.98), rgba(1, 7, 12, 0.74) 46%, rgba(1, 7, 12, 0.18));
}

.onboarding-shell[data-high-contrast="true"] .onboarding-choice,
.onboarding-shell[data-high-contrast="true"] .onboarding-name-field input {
  background: rgba(0, 0, 0, 0.84);
  border-color: rgba(255, 255, 255, 0.64);
}

.onboarding-shell[data-simple-text="true"] .onboarding-lead {
  max-width: 38ch;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.62;
}

@media (max-width: 799px) {
  .onboarding-world::after {
    background:
      linear-gradient(180deg, rgba(4, 13, 22, 0.24), transparent 34%, rgba(3, 11, 19, 0.46) 58%, rgba(3, 11, 19, 0.96) 92%),
      linear-gradient(90deg, rgba(4, 13, 22, 0.24), rgba(4, 13, 22, 0.04));
  }

  .onboarding-world img,
  .onboarding-shell[data-onboarding-state="orientation-choice"] .onboarding-world img,
  .onboarding-shell[data-onboarding-state="orientation-consequence"] .onboarding-world img,
  .onboarding-shell[data-onboarding-state="today-ready"] .onboarding-world img,
  .onboarding-shell[data-onboarding-state="first-today-story"] .onboarding-world img,
  .onboarding-shell[data-onboarding-state="first-today-tool"] .onboarding-world img,
  .onboarding-shell[data-onboarding-state="return-promise"] .onboarding-world img {
    object-position: center center;
  }

  .onboarding-character-layer-elvi img,
  .onboarding-character-layer-archivist img {
    right: 4vw;
    bottom: 32svh;
    max-height: min(31svh, 330px);
  }

  .onboarding-main {
    align-items: flex-end;
    padding: calc(86px + env(safe-area-inset-top)) 20px calc(62px + env(safe-area-inset-bottom));
  }

  .onboarding-stage {
    width: 100%;
  }

  .onboarding-panel {
    max-height: min(65svh, 630px);
    padding: 24px 4px 8px;
  }

  .onboarding-panel h1,
  .onboarding-panel[data-state-panel="context-choice"] h1,
  .onboarding-panel[data-state-panel="age-band"] h1,
  .onboarding-panel[data-state-panel="local-profile"] h1,
  .onboarding-panel[data-state-panel="accessibility-assent"] h1,
  .onboarding-panel[data-state-panel="family-connection"] h1,
  .onboarding-panel[data-state-panel="family-connection-info"] h1,
  .onboarding-panel[data-state-panel="reset-confirm"] h1 {
    max-width: 14ch;
    font-size: clamp(34px, 10.5vw, 52px);
  }

  .onboarding-lead {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.45;
  }

  .onboarding-primary,
  .onboarding-danger-action {
    width: 100%;
    min-height: 56px;
    margin-top: 20px;
  }

  .onboarding-options,
  .onboarding-options-compact {
    grid-template-columns: 1fr;
  }

  .onboarding-toggle-list {
    grid-template-columns: 1fr;
  }

  .onboarding-direction-options {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .onboarding-direction {
    min-height: 50px;
  }

  .onboarding-storage-note {
    right: auto;
    left: 20px;
    bottom: calc(12px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 520px) {
  .onboarding-topbar {
    min-height: calc(70px + env(safe-area-inset-top));
    padding: calc(12px + env(safe-area-inset-top)) 16px 10px;
  }

  .onboarding-brand-mark {
    width: 36px;
    height: 36px;
  }

  .onboarding-brand strong {
    font-size: 13px;
  }

  .onboarding-brand small {
    display: none;
  }

  .onboarding-top-action {
    min-width: 44px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .onboarding-main {
    padding-inline: 16px;
  }

  .onboarding-panel {
    max-height: 69svh;
  }

  .onboarding-choice {
    min-height: 50px;
  }

  .onboarding-avatar-options .onboarding-choice {
    flex-basis: 44%;
  }
}

@media (min-width: 800px) and (max-width: 1099px) {
  .onboarding-main {
    align-items: flex-end;
    padding: 120px 7vw 9svh;
  }

  .onboarding-world::after {
    background:
      linear-gradient(180deg, rgba(4, 13, 22, 0.24), transparent 34%, rgba(3, 11, 19, 0.8) 88%),
      linear-gradient(90deg, rgba(4, 13, 22, 0.78), rgba(4, 13, 22, 0.08) 68%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .onboarding-shell *,
  .onboarding-shell *::before,
  .onboarding-shell *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .onboarding-character-layer[data-character-active="true"] {
    animation: none !important;
    transform: none !important;
  }
}

.onboarding-shell[data-reduced-motion="true"] *,
.onboarding-shell[data-reduced-motion="true"] *::before,
.onboarding-shell[data-reduced-motion="true"] *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

.onboarding-shell[data-reduced-motion="true"] .onboarding-character-layer[data-character-active="true"] {
  animation: none !important;
  transform: none !important;
}

@media (prefers-contrast: more) {
  .onboarding-choice,
  .onboarding-name-field input,
  .onboarding-top-action,
  .onboarding-direction {
    background: rgba(0, 0, 0, 0.82);
    border-color: rgba(255, 255, 255, 0.72);
  }
}
