/* [project]/src/components/card/AromaResults.module.css [app-client] (css) */
.AromaResults-module__6PQBnq__drop {
  z-index: 50;
  background: var(--paper);
  border: 1px solid var(--line);
  text-align: left;
  border-radius: 16px;
  max-height: 60vh;
  padding: 6px;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  overflow: hidden auto;
  box-shadow: 0 18px 44px #211a1229;
}

.AromaResults-module__6PQBnq__note {
  text-align: center;
  color: var(--ink3);
  padding: 14px 12px;
  font-size: 12px;
}

.AromaResults-module__6PQBnq__row {
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  width: 100%;
  font: inherit;
  border-radius: 11px;
  align-items: center;
  gap: 12px;
  padding: 7px 10px;
  text-decoration: none;
  transition: background .15s;
  display: flex;
}

.AromaResults-module__6PQBnq__row + .AromaResults-module__6PQBnq__row, .AromaResults-module__6PQBnq__skRow + .AromaResults-module__6PQBnq__skRow {
  border-top: 1px solid #0000;
  border-image: linear-gradient(90deg, #0000, #211a1217 18% 82%, #0000) 1;
}

.AromaResults-module__6PQBnq__row.AromaResults-module__6PQBnq__active, .AromaResults-module__6PQBnq__row:hover {
  background: #e0a85e24;
}

.AromaResults-module__6PQBnq__dim {
  opacity: .55;
}

.AromaResults-module__6PQBnq__dead {
  cursor: default;
}

.AromaResults-module__6PQBnq__thumb {
  object-fit: contain;
  flex-shrink: 0;
  width: 40px;
  height: 52px;
}

.AromaResults-module__6PQBnq__thumbBlank {
  width: 40px;
  height: 52px;
  color: var(--ink3);
  flex-shrink: 0;
  place-items: center;
  font-size: 17px;
  display: grid;
}

.AromaResults-module__6PQBnq__txt {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.AromaResults-module__6PQBnq__rbrand {
  font-family: var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink3);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 9px;
  font-weight: 600;
  overflow: hidden;
}

.AromaResults-module__6PQBnq__year {
  letter-spacing: .04em;
  opacity: .85;
  font-weight: 500;
}

.AromaResults-module__6PQBnq__rname {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.25;
  overflow: hidden;
}

.AromaResults-module__6PQBnq__soon {
  font-family: var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--cognac);
  border: 1px solid #a96f334d;
  border-radius: 999px;
  flex-shrink: 0;
  padding: 3px 8px;
  font-size: 9px;
  font-weight: 600;
}

.AromaResults-module__6PQBnq__skRow {
  align-items: center;
  gap: 12px;
  padding: 7px 10px;
  display: flex;
}

.AromaResults-module__6PQBnq__skThumb {
  border-radius: 10px;
  flex-shrink: 0;
  width: 40px;
  height: 52px;
}

.AromaResults-module__6PQBnq__skTxt {
  flex-direction: column;
  flex: 1;
  gap: 7px;
  min-width: 0;
  display: flex;
}

.AromaResults-module__6PQBnq__skLine {
  border-radius: 6px;
  width: 72%;
  height: 10px;
}

.AromaResults-module__6PQBnq__skShort {
  width: 38%;
  height: 8px;
}

.AromaResults-module__6PQBnq__skThumb, .AromaResults-module__6PQBnq__skLine {
  background: linear-gradient(90deg, #211a120d 30%, #e0a85e2e 50%, #211a120d 70%) 0 0 / 200% 100%;
  animation: 1.3s linear infinite AromaResults-module__6PQBnq__shimmer;
}

@keyframes AromaResults-module__6PQBnq__shimmer {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .AromaResults-module__6PQBnq__skThumb, .AromaResults-module__6PQBnq__skLine {
    animation: none;
  }
}

/* [project]/src/components/card/SearchIdlePanel.module.css [app-client] (css) */
.SearchIdlePanel-module__w9h9mq__section {
  font-family: var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink3);
  padding: 8px 10px 5px;
  font-size: 10px;
  font-weight: 600;
}

.SearchIdlePanel-module__w9h9mq__notesBtn {
  color: var(--ink);
  background: #e0a85e1a;
  border: 1px solid #e0a85e73;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  margin: 0 4px 4px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s;
  display: flex;
}

.SearchIdlePanel-module__w9h9mq__notesBtn:hover {
  background: #e0a85e38;
}

.SearchIdlePanel-module__w9h9mq__emojis {
  letter-spacing: 2px;
  flex-shrink: 0;
  font-size: 13px;
}

.SearchIdlePanel-module__w9h9mq__arrow {
  color: var(--cognac);
  flex-shrink: 0;
  place-items: center;
  margin-left: auto;
  display: grid;
}

/* [project]/src/components/card/MicButton.module.css [app-client] (css) */
.MicButton-module__ns9cSq__mic {
  width: var(--mic-size, 36px);
  height: var(--mic-size, 36px);
  cursor: pointer;
  color: #fff;
  background: linear-gradient(140deg, #f6cd82 0%, var(--amber) 48%, var(--cognac) 100%);
  border: 0;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  padding: 0;
  transition: transform .15s, box-shadow .3s, filter .15s;
  display: grid;
  position: relative;
  box-shadow: 0 0 0 3px #e0a85e2e, 0 4px 14px #e0a85e80, inset 0 1px #ffffff73;
}

.MicButton-module__ns9cSq__mic:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(140deg, #e8694f 0%, #c0392b 100%);
  border-radius: 50%;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.MicButton-module__ns9cSq__icon {
  place-items: center;
  animation: .28s cubic-bezier(.34, 1.56, .64, 1) MicButton-module__ns9cSq__iconin;
  display: grid;
  position: relative;
}

.MicButton-module__ns9cSq__icon svg {
  display: block;
}

@keyframes MicButton-module__ns9cSq__iconin {
  from {
    opacity: 0;
    transform: scale(.3)rotate(-70deg);
  }

  to {
    opacity: 1;
    transform: scale(1)rotate(0);
  }
}

.MicButton-module__ns9cSq__mic:hover {
  filter: brightness(1.05);
  transform: translateY(-1px)scale(1.05);
  box-shadow: 0 0 0 4px #e0a85e3d, 0 6px 18px #e0a85e99, inset 0 1px #ffffff80;
}

.MicButton-module__ns9cSq__mic:active {
  transform: translateY(0)scale(.97);
}

.MicButton-module__ns9cSq__mic:disabled {
  cursor: default;
}

.MicButton-module__ns9cSq__recording {
  color: #fff;
  box-shadow: 0 4px 16px #c0392b73, inset 0 1px #ffffff40;
}

.MicButton-module__ns9cSq__recording:before {
  opacity: 1;
}

.MicButton-module__ns9cSq__recording:hover {
  filter: none;
  transform: none;
}

.MicButton-module__ns9cSq__recording:after {
  content: "";
  opacity: .5;
  pointer-events: none;
  border: 2.5px solid #c0392b;
  border-radius: 50%;
  animation: 1.1s ease-out infinite MicButton-module__ns9cSq__micpulse;
  position: absolute;
  inset: -5px;
}

@keyframes MicButton-module__ns9cSq__micpulse {
  from {
    opacity: .5;
    transform: scale(.82);
  }

  to {
    opacity: 0;
    transform: scale(1.55);
  }
}

.MicButton-module__ns9cSq__denied, .MicButton-module__ns9cSq__error {
  color: #c0392b;
  background: var(--porcelain);
  box-shadow: 0 2px 8px #211a121f;
}

.MicButton-module__ns9cSq__denied:hover, .MicButton-module__ns9cSq__error:hover {
  filter: none;
  transform: none;
}

.MicButton-module__ns9cSq__spinner {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: .7s linear infinite MicButton-module__ns9cSq__micspin;
}

@keyframes MicButton-module__ns9cSq__micspin {
  to {
    transform: rotate(360deg);
  }
}

/* [project]/src/components/card/ScanOverlay.module.css [app-client] (css) */
.ScanOverlay-module__NPgQMq__overlay {
  z-index: 1000;
  background: radial-gradient(120% 80% at 50% 38%, #1c1016, var(--void) 62%);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  place-items: center;
  animation: .18s ease-out ScanOverlay-module__NPgQMq__cbFade;
  display: grid;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

@keyframes ScanOverlay-module__NPgQMq__cbFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ScanOverlay-module__NPgQMq__panel {
  justify-items: center;
  gap: 30px;
  padding: 0 24px;
  display: grid;
  position: relative;
}

.ScanOverlay-module__NPgQMq__ring {
  width: 120px;
  height: 120px;
  position: relative;
}

.ScanOverlay-module__NPgQMq__ring:before, .ScanOverlay-module__NPgQMq__ring:after {
  content: "";
  border: 2px solid var(--amber);
  border-radius: 50%;
  position: absolute;
  inset: 0;
}

.ScanOverlay-module__NPgQMq__ring:before {
  opacity: .28;
}

.ScanOverlay-module__NPgQMq__ring:after {
  animation: 1.5s cubic-bezier(.45, 0, .55, 1) infinite ScanOverlay-module__NPgQMq__cbPulse;
  box-shadow: 0 0 32px 3px #e0a85e73;
}

@keyframes ScanOverlay-module__NPgQMq__cbPulse {
  0% {
    opacity: .9;
    transform: scale(.72);
  }

  70% {
    opacity: 0;
    transform: scale(1.18);
  }

  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

.ScanOverlay-module__NPgQMq__status {
  font-family: var(--mono);
  letter-spacing: .18em;
  color: var(--amber);
  text-align: center;
  font-size: 18px;
}

.ScanOverlay-module__NPgQMq__status.ScanOverlay-module__NPgQMq__err {
  color: var(--rosed);
}

.ScanOverlay-module__NPgQMq__dots {
  text-align: left;
  letter-spacing: normal;
  width: 3ch;
  display: inline-block;
}

.ScanOverlay-module__NPgQMq__dots:after {
  content: "";
  animation: 1.4s steps(4, end) infinite ScanOverlay-module__NPgQMq__cbDots;
}

@keyframes ScanOverlay-module__NPgQMq__cbDots {
  0% {
    content: "";
  }

  25% {
    content: ".";
  }

  50% {
    content: "..";
  }

  75% {
    content: "...";
  }
}

@media (prefers-reduced-motion: reduce) {
  .ScanOverlay-module__NPgQMq__ring:after, .ScanOverlay-module__NPgQMq__dots:after {
    animation: none;
  }
}

/* [project]/src/components/card/CameraCapture.module.css [app-client] (css) */
.CameraCapture-module__0w0Zza__cam {
  z-index: 1000;
  background: var(--void, #0b0910);
  border: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  animation: .18s ease-out CameraCapture-module__0w0Zza__ccFade;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.CameraCapture-module__0w0Zza__cam:focus {
  outline: none;
}

.CameraCapture-module__0w0Zza__cam::backdrop {
  background: var(--void, #0b0910);
}

@keyframes CameraCapture-module__0w0Zza__ccFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.CameraCapture-module__0w0Zza__video {
  object-fit: cover;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .35s;
  position: absolute;
  inset: 0;
}

.CameraCapture-module__0w0Zza__video.CameraCapture-module__0w0Zza__on {
  opacity: 1;
}

.CameraCapture-module__0w0Zza__finder {
  aspect-ratio: 1;
  pointer-events: none;
  width: min(62vw, 300px);
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.CameraCapture-module__0w0Zza__corner {
  opacity: .9;
  border: 3px solid #000;
  width: 26px;
  height: 26px;
  position: absolute;
}

.CameraCapture-module__0w0Zza__tl {
  border-bottom: 0;
  border-right: 0;
  border-top-left-radius: 10px;
  top: 0;
  left: 0;
}

.CameraCapture-module__0w0Zza__tr {
  border-bottom: 0;
  border-left: 0;
  border-top-right-radius: 10px;
  top: 0;
  right: 0;
}

.CameraCapture-module__0w0Zza__bl {
  border-top: 0;
  border-right: 0;
  border-bottom-left-radius: 10px;
  bottom: 0;
  left: 0;
}

.CameraCapture-module__0w0Zza__br {
  border-top: 0;
  border-left: 0;
  border-bottom-right-radius: 10px;
  bottom: 0;
  right: 0;
}

.CameraCapture-module__0w0Zza__cross {
  opacity: .55;
  border: 2px solid #000;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.CameraCapture-module__0w0Zza__hint {
  font-family: var(--mono);
  letter-spacing: .22em;
  text-align: center;
  color: #000;
  opacity: .9;
  font-size: 15px;
  position: absolute;
  top: calc(44% + min(31vw, 150px) + 22px);
  left: 0;
  right: 0;
}

.CameraCapture-module__0w0Zza__close {
  top: calc(14px + env(safe-area-inset-top));
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
  background: #0b091073;
  border: 1px solid #ffffff38;
  border-radius: 50%;
  place-items: center;
  width: 40px;
  height: 40px;
  display: grid;
  position: absolute;
  right: 14px;
}

.CameraCapture-module__0w0Zza__close svg {
  width: 18px;
  height: 18px;
}

.CameraCapture-module__0w0Zza__controls {
  left: 0;
  right: 0;
  bottom: calc(26px + env(safe-area-inset-bottom));
  justify-content: center;
  align-items: center;
  gap: 44px;
  display: flex;
  position: absolute;
}

.CameraCapture-module__0w0Zza__side {
  place-items: center;
  width: 65px;
  height: 65px;
  display: grid;
}

.CameraCapture-module__0w0Zza__round {
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
  background: #0b091073;
  border: 1px solid #ffffff40;
  border-radius: 50%;
  place-items: center;
  width: 65px;
  height: 65px;
  display: grid;
}

.CameraCapture-module__0w0Zza__round svg {
  width: 27px;
  height: 27px;
}

.CameraCapture-module__0w0Zza__round.CameraCapture-module__0w0Zza__torchOn {
  background: var(--amber);
  border-color: var(--amber);
  color: #1c1016;
  box-shadow: 0 0 22px #e0a85e8c;
}

.CameraCapture-module__0w0Zza__shutter {
  border: 3px solid var(--amber);
  cursor: pointer;
  background: none;
  border-radius: 50%;
  width: 91px;
  height: 91px;
  padding: 5px;
  transition: transform .12s;
}

.CameraCapture-module__0w0Zza__shutter:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 0 0 26px #e0a85e59;
}

.CameraCapture-module__0w0Zza__shutter:active {
  transform: scale(.92);
}

.CameraCapture-module__0w0Zza__shutter:disabled {
  opacity: .4;
  cursor: default;
}

@media (prefers-reduced-motion: reduce) {
  .CameraCapture-module__0w0Zza__cam, .CameraCapture-module__0w0Zza__video {
    transition: none;
    animation: none;
  }
}

/* [project]/src/components/i18n/LanguageSwitcher.module.css [app-client] (css) */
.LanguageSwitcher-module__1RT9Za__switcher {
  z-index: 3;
  right: calc(env(safe-area-inset-right, 0px) + 16px);
  bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
  border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-family: var(--body);
  background: #fffdf89e;
  border-radius: 999px;
  align-items: center;
  gap: 2px;
  padding: 7px 12px;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  box-shadow: 0 4px 14px #211a120f;
}

.LanguageSwitcher-module__1RT9Za__lang {
  appearance: none;
  letter-spacing: .04em;
  color: var(--ink3);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 2px 3px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  transition: color .16s;
}

.LanguageSwitcher-module__1RT9Za__lang:hover {
  color: var(--amber-ink);
}

.LanguageSwitcher-module__1RT9Za__lang:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
  border-radius: 6px;
}

.LanguageSwitcher-module__1RT9Za__active {
  color: var(--amber-ink);
  cursor: default;
  font-weight: 700;
}

.LanguageSwitcher-module__1RT9Za__sep {
  color: var(--ink3);
  opacity: .7;
  -webkit-user-select: none;
  user-select: none;
  font-size: 11px;
}

/* [project]/src/components/nav/TopBarActions.module.css [app-client] (css) */
.TopBarActions-module__kbPw6a__actions {
  align-items: center;
  gap: 10px;
  display: flex;
}

.TopBarActions-module__kbPw6a__langInline {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
  border: 0;
  padding: 0;
  position: static;
}

.TopBarActions-module__kbPw6a__devEmpty {
  border: 1px dashed var(--ink2, #8a8a8a);
  color: var(--ink2, #8a8a8a);
  letter-spacing: .04em;
  cursor: pointer;
  background: none;
  border-radius: 999px;
  flex: none;
  padding: 4px 9px;
  font: 500 11px / 1 ui-monospace, SFMono-Regular, Menlo, monospace;
  transition: color .16s, border-color .16s, background .16s;
}

.TopBarActions-module__kbPw6a__devEmpty[data-on] {
  border-style: solid;
  border-color: var(--amber, #c8a24a);
  background: color-mix(in srgb, var(--amber, #c8a24a) 16%, transparent);
  color: var(--amber-ink, #8a6b1f);
}

.TopBarActions-module__kbPw6a__gearBtn {
  width: 36px;
  height: 36px;
  color: var(--ink2);
  cursor: pointer;
  background: none;
  border: 0;
  flex: none;
  place-items: center;
  transition: color .16s, transform .3s;
  display: grid;
}

.TopBarActions-module__kbPw6a__gearBtn svg {
  width: 23px;
  height: 23px;
}

.TopBarActions-module__kbPw6a__gearBtn:hover {
  color: var(--amber-ink);
  transform: rotate(30deg);
}

.TopBarActions-module__kbPw6a__gearBtn:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
}

/* [project]/src/components/portrait/PortraitSituations.module.css [app-client] (css) */
.PortraitSituations-module__1ya9ea__wrap {
  z-index: 120;
  padding: calc(60px + env(safe-area-inset-top, 0px)) 26px
    calc(28px + env(safe-area-inset-bottom, 0px));
  background: radial-gradient(86% 50% at 50% 2%, #fffdf8, #f3ecdf 64%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: .28s both PortraitSituations-module__1ya9ea__portraitIn;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

@keyframes PortraitSituations-module__1ya9ea__portraitIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.PortraitSituations-module__1ya9ea__back {
  top: calc(16px + env(safe-area-inset-top, 0px));
  font-family: var(--body);
  color: #1a1418;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  left: 18px;
}

.PortraitSituations-module__1ya9ea__back svg {
  flex-shrink: 0;
}

.PortraitSituations-module__1ya9ea__mid {
  text-align: left;
  width: min(360px, 100%);
  margin: auto 0;
}

.PortraitSituations-module__1ya9ea__title {
  font-family: var(--disp);
  letter-spacing: -.015em;
  color: #1c1a16;
  margin: 0 0 14px;
  font-size: clamp(24px, 6.6vw, 30px);
  font-weight: 600;
  line-height: 1.12;
}

.PortraitSituations-module__1ya9ea__list {
  flex-direction: column;
  display: flex;
}

.PortraitSituations-module__1ya9ea__row {
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  border-top: 1px solid #211a121f;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 15px 2px;
  animation: .45s cubic-bezier(.2, .7, .2, 1) both PortraitSituations-module__1ya9ea__rowIn;
  display: flex;
}

.PortraitSituations-module__1ya9ea__row:first-child {
  border-top: 0;
}

@keyframes PortraitSituations-module__1ya9ea__rowIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.PortraitSituations-module__1ya9ea__rowText {
  min-width: 0;
  font-family: var(--disp);
  color: #1c1a16;
  flex: 1;
  font-size: 17.5px;
  line-height: 1.25;
}

.PortraitSituations-module__1ya9ea__rowArrow {
  color: #c2762e;
  flex: none;
  font-size: 15px;
  transition: transform .2s;
}

.PortraitSituations-module__1ya9ea__row:active .PortraitSituations-module__1ya9ea__rowArrow {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .PortraitSituations-module__1ya9ea__wrap, .PortraitSituations-module__1ya9ea__row {
    animation: none;
  }
}

/* [project]/src/components/onboarding/Spotlight.module.css [app-client] (css) */
.Spotlight-module__C_JpOq__root {
  z-index: 1300;
  pointer-events: none;
  animation: .35s both Spotlight-module__C_JpOq__spotIn;
  position: fixed;
  inset: 0;
}

@keyframes Spotlight-module__C_JpOq__spotIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Spotlight-module__C_JpOq__shade {
  pointer-events: auto;
  background: #0d090bb8;
  position: absolute;
}

.Spotlight-module__C_JpOq__ring {
  border: 2px solid var(--amber);
  animation: 1.6s ease-in-out infinite Spotlight-module__C_JpOq__spotPulse;
  position: absolute;
}

@keyframes Spotlight-module__C_JpOq__spotPulse {
  0%, 100% {
    box-shadow: 0 0 #e0a85e8c;
  }

  50% {
    box-shadow: 0 0 0 7px #e0a85e1f;
  }
}

.Spotlight-module__C_JpOq__hint {
  pointer-events: auto;
  background: var(--paper, #fffdf8);
  width: max-content;
  max-width: min(320px, 100vw - 48px);
  color: var(--ink);
  font-family: var(--body);
  border-radius: 16px;
  padding: 13px 16px;
  font-size: 17px;
  line-height: 1.45;
  animation: .45s cubic-bezier(.2, .7, .2, 1) .15s both Spotlight-module__C_JpOq__hintIn;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 12px 34px #0d090b59;
}

@keyframes Spotlight-module__C_JpOq__hintIn {
  from {
    opacity: 0;
    transform: translateX(-50%)translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%)translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .Spotlight-module__C_JpOq__root, .Spotlight-module__C_JpOq__ring, .Spotlight-module__C_JpOq__hint {
    animation: none;
  }
}

/* [project]/src/components/home/WhatSheet.module.css [app-client] (css) */
.WhatSheet-module__KGex9G__root {
  z-index: 1100;
  position: fixed;
  inset: 0;
}

.WhatSheet-module__KGex9G__veil {
  cursor: pointer;
  background: #0d090b80;
  border: 0;
  padding: 0;
  animation: .25s both WhatSheet-module__KGex9G__veilIn;
  position: absolute;
  inset: 0;
}

@keyframes WhatSheet-module__KGex9G__veilIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.WhatSheet-module__KGex9G__sheet {
  box-sizing: border-box;
  width: min(100%, 430px);
  max-height: calc(100dvh - 16px);
  padding: 10px 16px calc(18px + env(safe-area-inset-bottom, 0px));
  background: var(--paper, #fffdf8);
  border-radius: 24px 24px 0 0;
  flex-direction: column;
  animation: .35s cubic-bezier(.2, .7, .2, 1) both WhatSheet-module__KGex9G__sheetUp;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 -14px 44px #0d090b4d;
}

@keyframes WhatSheet-module__KGex9G__sheetUp {
  from {
    transform: translateX(-50%)translateY(100%);
  }

  to {
    transform: translateX(-50%)translateY(0);
  }
}

.WhatSheet-module__KGex9G__grip {
  background: #211a122e;
  border-radius: 999px;
  width: 40px;
  height: 4px;
  margin: 0 auto 12px;
}

.WhatSheet-module__KGex9G__title {
  font-family: var(--disp);
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0 4px 10px;
  font-size: 19px;
  font-weight: 500;
}

.WhatSheet-module__KGex9G__list {
  overscroll-behavior: contain;
  flex-direction: column;
  min-height: 0;
  display: flex;
  overflow-y: auto;
}

.WhatSheet-module__KGex9G__row {
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: none;
  border: 0;
  border-bottom: 1px solid #211a1214;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 4px;
  display: flex;
}

.WhatSheet-module__KGex9G__row:last-child {
  border-bottom: 0;
}

.WhatSheet-module__KGex9G__row:active {
  background: #e0a85e14;
}

.WhatSheet-module__KGex9G__ic {
  width: 22px;
  height: 22px;
  color: var(--amber-ink);
  flex: none;
}

.WhatSheet-module__KGex9G__txt {
  min-width: 0;
  font-family: var(--body);
  color: var(--ink);
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.WhatSheet-module__KGex9G__arr {
  color: var(--amber-ink);
  flex: none;
  font-size: 15px;
}

.WhatSheet-module__KGex9G__soon {
  color: var(--amber-ink);
  font-family: var(--body);
  white-space: nowrap;
  background: #e0a85e29;
  border: 1px solid #c0884066;
  border-radius: 999px;
  flex: none;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  animation: .3s cubic-bezier(.2, .7, .2, 1) both WhatSheet-module__KGex9G__soonIn;
}

@keyframes WhatSheet-module__KGex9G__soonIn {
  from {
    opacity: 0;
    transform: translateX(6px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .WhatSheet-module__KGex9G__veil, .WhatSheet-module__KGex9G__sheet, .WhatSheet-module__KGex9G__soon {
    animation: none;
  }
}

/* [project]/src/components/home/PulseBoard.module.css [app-client] (css) */
.PulseBoard-module__8BPY1q__live {
  margin-top: 10px;
}

.PulseBoard-module__8BPY1q__tick {
  border-bottom: 1px solid var(--line);
  padding: 6px 0 8px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 7% 93%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 7% 93%, #0000);
}

.PulseBoard-module__8BPY1q__tickIn {
  white-space: nowrap;
  will-change: transform;
  gap: 38px;
  width: max-content;
  animation: 169s linear infinite PulseBoard-module__8BPY1q__tickMove;
  display: inline-flex;
}

@keyframes PulseBoard-module__8BPY1q__tickMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.PulseBoard-module__8BPY1q__half {
  gap: 38px;
  display: inline-flex;
}

.PulseBoard-module__8BPY1q__tickItem {
  font-family: var(--mono);
  letter-spacing: .02em;
  color: var(--ink2);
  align-items: baseline;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.PulseBoard-module__8BPY1q__tickItem b {
  color: var(--amber-ink);
  font-weight: 600;
}

a.PulseBoard-module__8BPY1q__tickItem:hover {
  color: var(--ink);
}

.PulseBoard-module__8BPY1q__tickIcon {
  font-size: 12px;
}

.PulseBoard-module__8BPY1q__lbl {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1px;
  display: flex;
}

.PulseBoard-module__8BPY1q__l {
  font-family: var(--mono);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink3);
  align-items: center;
  gap: 7px;
  font-size: 9.5px;
  font-weight: 600;
  display: flex;
}

.PulseBoard-module__8BPY1q__dot {
  background: var(--amber-ink);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  animation: 2.4s infinite PulseBoard-module__8BPY1q__dotPulse;
}

@keyframes PulseBoard-module__8BPY1q__dotPulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .45;
  }
}

.PulseBoard-module__8BPY1q__r {
  font-family: var(--mono);
  color: var(--ink3);
  font-variant-numeric: tabular-nums;
  font-size: 9.5px;
}

.PulseBoard-module__8BPY1q__vrow {
  border: 0;
  border-top: 1px solid var(--line);
  cursor: pointer;
  text-align: left;
  width: 100%;
  font: inherit;
  color: inherit;
  background: none;
  align-items: center;
  gap: 14px;
  padding: 8px 4px;
  animation: .6s cubic-bezier(.2, .7, .2, 1) both PulseBoard-module__8BPY1q__rowIn;
  display: flex;
}

.PulseBoard-module__8BPY1q__vrow:first-of-type {
  border-top: 0;
}

@keyframes PulseBoard-module__8BPY1q__rowIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.PulseBoard-module__8BPY1q__tx {
  flex: 1;
  min-width: 0;
  display: block;
}

.PulseBoard-module__8BPY1q__why {
  font-family: var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--amber-ink);
  font-variant-numeric: tabular-nums;
  margin-bottom: 3px;
  font-size: 9.5px;
  font-weight: 700;
  display: block;
}

.PulseBoard-module__8BPY1q__why b {
  color: inherit;
  font-weight: 700;
}

.PulseBoard-module__8BPY1q__n {
  font-family: var(--disp);
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}

.PulseBoard-module__8BPY1q__c {
  font-family: var(--disp);
  color: var(--ink2);
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 2px;
  font-size: 12px;
  font-style: italic;
  display: block;
  overflow: hidden;
}

.PulseBoard-module__8BPY1q__tl {
  text-align: right;
  flex: none;
  width: 62px;
}

.PulseBoard-module__8BPY1q__v {
  font-family: var(--mono);
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  font-size: 18px;
  font-weight: 600;
}

.PulseBoard-module__8BPY1q__tr {
  background: linear-gradient(90deg, #9bb0c4, #9db8bf 30%, #bcae93 52%, #e0a85e 76%, #c2762e 100%);
  border-radius: 3px;
  height: 5px;
  margin-top: 6px;
  position: relative;
}

.PulseBoard-module__8BPY1q__tr i {
  background: var(--ink);
  border: 2px solid var(--paper);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: left .9s cubic-bezier(.2, .7, .2, 1);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 1px 4px #211a124d;
}

@media (max-height: 700px) {
  .PulseBoard-module__8BPY1q__live {
    margin-top: 7px;
  }

  .PulseBoard-module__8BPY1q__tick {
    padding: 5px 0 6px;
  }

  .PulseBoard-module__8BPY1q__vrow {
    padding: 6px 4px;
  }

  .PulseBoard-module__8BPY1q__n {
    font-size: 15px;
  }

  .PulseBoard-module__8BPY1q__c {
    font-size: 11.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .PulseBoard-module__8BPY1q__tickIn, .PulseBoard-module__8BPY1q__dot, .PulseBoard-module__8BPY1q__vrow {
    animation: none;
  }

  .PulseBoard-module__8BPY1q__tr i {
    transition: none;
  }
}

/* [project]/src/components/home/HomeLanding.module.css [app-client] (css) */
.HomeLanding-module__7hlO0G__landing {
  overscroll-behavior: contain;
  height: 100dvh;
  padding: env(safe-area-inset-top, 0px) 18px
    calc(var(--navbar-h) + env(safe-area-inset-bottom, 0px));
  flex-direction: column;
  display: flex;
  position: relative;
  overflow-y: auto;
}

@media (min-width: 720px) {
  .HomeLanding-module__7hlO0G__landing {
    height: 92vh;
  }
}

.HomeLanding-module__7hlO0G__bg {
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg,
      var(--porcelain) 0,
      var(--porcelain) calc(env(safe-area-inset-top, 0px) + 8px),
      #f3ecdf00 calc(env(safe-area-inset-top, 0px) + 120px)),
    radial-gradient(120% 70% at 50% -8%, #fffdf8, var(--porcelain) 62%);
  position: absolute;
  inset: 0;
}

.HomeLanding-module__7hlO0G__dots {
  inset: calc(env(safe-area-inset-top, 0px) + 34px) 0 0;
  background-image: radial-gradient(var(--porcelain) 1px, transparent 1px);
  opacity: .7;
  background-size: 22px 22px;
  position: absolute;
  -webkit-mask-image: radial-gradient(74% 58% at 50% 30%, #000 40%, #0000 92%);
  mask-image: radial-gradient(74% 58% at 50% 30%, #000 40%, #0000 92%);
}

.HomeLanding-module__7hlO0G__content {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
  position: relative;
}

.HomeLanding-module__7hlO0G__content > * {
  flex-shrink: 0;
}

.HomeLanding-module__7hlO0G__bar {
  padding: var(--topbar-block) 0;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

.HomeLanding-module__7hlO0G__spA {
  flex: .55 auto;
  min-height: 8px;
}

.HomeLanding-module__7hlO0G__spB {
  flex: auto;
  min-height: 10px;
}

.HomeLanding-module__7hlO0G__spC {
  flex: .8 auto;
  min-height: 8px;
}

.HomeLanding-module__7hlO0G__strike {
  font-family: var(--disp);
  text-align: center;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0;
  font-size: clamp(21px, 5.8vw, 24px);
  font-weight: 500;
  line-height: 1.26;
}

.HomeLanding-module__7hlO0G__strike em {
  color: var(--amber-ink);
  font-style: italic;
  font-weight: 500;
}

.HomeLanding-module__7hlO0G__frow {
  --mic-size: 44px;
  z-index: 5;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.HomeLanding-module__7hlO0G__fld {
  background: #5f5f5f3d;
  border-radius: 999px;
  flex: 1;
  align-items: center;
  min-width: 0;
  height: 50px;
  padding: 0 18px;
  transition: box-shadow .15s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #211a124d;
}

.HomeLanding-module__7hlO0G__fld:focus-within, .HomeLanding-module__7hlO0G__fld[data-voice] {
  box-shadow: 0 0 0 1.5px var(--amber) inset;
}

.HomeLanding-module__7hlO0G__input {
  min-width: 0;
  font-family: var(--body);
  color: var(--ink);
  caret-color: var(--amber);
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  font-size: 16px;
}

.HomeLanding-module__7hlO0G__input::placeholder {
  color: #211a129e;
}

.HomeLanding-module__7hlO0G__inputVoice {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.HomeLanding-module__7hlO0G__wave {
  pointer-events: none;
  flex: 1;
  min-width: 0;
  height: 34px;
}

.HomeLanding-module__7hlO0G__camBtn {
  cursor: pointer;
  color: #fff;
  background: linear-gradient(140deg, #e2bd85 0%, #c1955c 50%, #8f6134 100%);
  border: 0;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  transition: transform .12s;
  display: grid;
  box-shadow: 0 0 0 3px #c1955c24, 0 4px 12px #c1955c6b, inset 0 1px #fff6;
}

.HomeLanding-module__7hlO0G__camBtn:active {
  transform: scale(.93);
}

.HomeLanding-module__7hlO0G__camBtn:disabled {
  opacity: .7;
  cursor: default;
}

@keyframes HomeLanding-module__7hlO0G__askIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.HomeLanding-module__7hlO0G__what {
  text-align: center;
}

.HomeLanding-module__7hlO0G__whatBtn {
  border: 1.5px solid var(--amber);
  cursor: pointer;
  height: 54px;
  font-family: var(--disp);
  letter-spacing: -.01em;
  color: var(--ink);
  background: none;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  font-size: 23px;
  font-weight: 500;
  animation: 4.5s ease-in-out infinite HomeLanding-module__7hlO0G__whatGlow;
  display: inline-flex;
}

.HomeLanding-module__7hlO0G__whatBtn:active {
  opacity: .7;
}

.HomeLanding-module__7hlO0G__whatChev {
  color: var(--amber-ink);
  flex: none;
}

@keyframes HomeLanding-module__7hlO0G__whatGlow {
  0%, 74%, 100% {
    box-shadow: 0 0 #e0a85e00;
  }

  87% {
    box-shadow: 0 0 0 6px #e0a85e29, 0 0 20px #e0a85e66;
  }
}

.HomeLanding-module__7hlO0G__portraitOn {
  width: fit-content;
  color: var(--amber-ink);
  background: #e0a85e26;
  border: 1px solid #c0884073;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin: 10px auto 0;
  padding: 7px 8px 7px 14px;
  animation: .5s cubic-bezier(.2, .7, .2, 1) both HomeLanding-module__7hlO0G__askIn;
  display: flex;
}

.HomeLanding-module__7hlO0G__portraitOnTxt {
  font-family: var(--body);
  font-size: 12.5px;
  font-weight: 600;
}

.HomeLanding-module__7hlO0G__portraitOnX {
  width: 20px;
  height: 20px;
  color: var(--ink2);
  cursor: pointer;
  background: #211a1214;
  border: 0;
  border-radius: 50%;
  place-items: center;
  padding: 0;
  font-size: 13px;
  line-height: 1;
  display: grid;
}

.HomeLanding-module__7hlO0G__method {
  text-align: center;
  font-family: var(--mono);
  letter-spacing: .08em;
  color: var(--ink3);
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 9.5px;
  text-decoration: none;
  display: block;
}

.HomeLanding-module__7hlO0G__method b {
  color: var(--amber-ink);
  font-weight: 600;
}

@media (max-height: 700px) {
  .HomeLanding-module__7hlO0G__strike {
    font-size: clamp(19px, 5.4vw, 22px);
  }

  .HomeLanding-module__7hlO0G__frow {
    margin-top: 11px;
  }

  .HomeLanding-module__7hlO0G__fld {
    height: 46px;
  }

  .HomeLanding-module__7hlO0G__whatBtn {
    height: 48px;
    padding: 0 20px;
    font-size: 21px;
  }

  .HomeLanding-module__7hlO0G__spA {
    min-height: 4px;
  }

  .HomeLanding-module__7hlO0G__spB {
    min-height: 6px;
  }

  .HomeLanding-module__7hlO0G__spC {
    min-height: 5px;
  }

  .HomeLanding-module__7hlO0G__method {
    margin-top: 3px;
    margin-bottom: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .HomeLanding-module__7hlO0G__portraitOn, .HomeLanding-module__7hlO0G__whatBtn {
    animation: none;
  }
}

/* [project]/src/components/nav/TabBar.module.css [app-client] (css) */
.TabBar-module__zcBG9G__nav {
  left: 50%;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 40;
  background: linear-gradient(165deg, #1a1419, #0f0b0d);
  border: 1px solid #f3ece11a;
  border-radius: 999px;
  align-items: stretch;
  width: min(376px, 100% - 24px);
  height: 60px;
  display: flex;
  position: fixed;
  transform: translateX(-50%);
  box-shadow: inset 0 1px #f3ece114;
}

.TabBar-module__zcBG9G__item {
  cursor: pointer;
  color: var(--cream);
  font-family: var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  background: none;
  border: 0;
  border-radius: 999px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  transition: color .15s, transform .12s;
  display: flex;
}

.TabBar-module__zcBG9G__item svg {
  width: 21px;
  height: 21px;
}

.TabBar-module__zcBG9G__label {
  line-height: 1;
}

.TabBar-module__zcBG9G__item.TabBar-module__zcBG9G__active {
  color: #241402;
  background: linear-gradient(140deg, #f6cd82, var(--amber) 55%, #c9853b);
  margin: 6px;
  box-shadow: 0 4px 12px #e0a85e59, inset 0 1px #ffffff59;
}

.TabBar-module__zcBG9G__scan {
  color: var(--amber);
}

.TabBar-module__zcBG9G__item:disabled {
  opacity: .55;
  cursor: default;
}

.TabBar-module__zcBG9G__item:active {
  transform: scale(.95);
}

@media (prefers-reduced-motion: reduce) {
  .TabBar-module__zcBG9G__item {
    transition: none;
  }

  .TabBar-module__zcBG9G__item:active {
    transform: none;
  }
}

/*# sourceMappingURL=src_components_1fo8ayz._.css.map*/