
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* Disable text selection and copy */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Disable tap highlight on mobile/tablet */
  -webkit-tap-highlight-color: transparent;
  /* Disable iOS touch callout menu */
  -webkit-touch-callout: none;
}

/* Remove focus outline/border on all interactive elements */
*:focus,
*:active,
button:focus,
button:active,
input:focus,
input:active,
a:focus,
a:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
body {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#app {
  width: 100%;
  height: 100vh;
}











































































































































/* Matches face-animation 2.0 main.css exactly */
.image-section[data-v-1a3b8d4b] {
  width: 100%;
  height: 100vh;
  display: block;
}
.image-container[data-v-1a3b8d4b] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.image-container img[data-v-1a3b8d4b] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.image-placeholder[data-v-1a3b8d4b] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2ed3f7;
  background-color: #252227;
}
.image-placeholder__loader[data-v-1a3b8d4b] {
  width: 10%;
  height: 10%;
}
.slide[data-v-1a3b8d4b] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 1000ms ease;
}
.slide--active[data-v-1a3b8d4b] {
  opacity: 1;
}

/* Fade transition matching 2.0 */
.fade-transition[data-v-1a3b8d4b] {
  transition: visibility 375ms cubic-bezier(0.4, 0.0, 0.2, 1),
              opacity 375ms cubic-bezier(0.4, 0.0, 0.2, 1);
  -webkit-transition: visibility 375ms cubic-bezier(0.4, 0.0, 0.2, 1),
                      opacity 375ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.fade-transition.fade-in[data-v-1a3b8d4b] {
  visibility: visible;
  opacity: 1;
}
.fade-transition[data-v-1a3b8d4b]:not(.fade-in) {
  visibility: hidden;
  opacity: 0;
}

/* Close button — 2.0 identical: top-right, 72x72, white circle with shadow */
.close-button[data-v-1a3b8d4b] {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 24px;
  right: 16px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 1px 3px 15px rgb(0 0 0 / 30%);
  cursor: pointer;
  transition: background-color 200ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.close-button[data-v-1a3b8d4b]:hover {
  background-color: #E0E0E0;
}
.close-button .suggestion-wheel-btn__icon[data-v-1a3b8d4b] {
  width: 48px;
  height: 48px;
  fill: #000;
}

.audio-view[data-v-01cb4228] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #252227;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-container[data-v-01cb4228] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.visualizer__container[data-v-01cb4228] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visualizer[data-v-01cb4228] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.visualizer__bar[data-v-01cb4228] {
  width: 8px;
  height: 8px;
  background-color: #08b6dd;
  margin: 0 4px;
  border-radius: 4px;
  animation: visualizerBar-data-v-01cb4228 1.2s linear infinite;
}
.visualizer__bar[data-v-01cb4228]:nth-child(1),
.visualizer__bar[data-v-01cb4228]:nth-child(7) {
  animation-delay: 0s;
}
.visualizer__bar[data-v-01cb4228]:nth-child(2),
.visualizer__bar[data-v-01cb4228]:nth-child(6) {
  animation-delay: 0.3s;
}
.visualizer__bar[data-v-01cb4228]:nth-child(3),
.visualizer__bar[data-v-01cb4228]:nth-child(5) {
  animation-delay: 0.6s;
}
.visualizer__bar[data-v-01cb4228]:nth-child(4) {
  animation-delay: 0.9s;
}
@keyframes visualizerBar-data-v-01cb4228 {
0%, 100% {
    height: 8px;
}
50% {
    height: 48px;
}
}
.close-button[data-v-01cb4228] {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 24px;
  right: 16px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 1px 3px 15px rgb(0 0 0 / 30%);
  cursor: pointer;
  transition: background-color 200ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.close-button[data-v-01cb4228]:hover {
  background-color: #E0E0E0;
}
.close-button .suggestion-wheel-btn__icon[data-v-01cb4228] {
  width: 48px;
  height: 48px;
  fill: #000;
}

.face-container[data-v-635ce5b7] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #252227;
}
#face-canvas[data-v-635ce5b7] {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 500ms ease;
  will-change: transform;
}
#face-canvas.canvas--transformed[data-v-635ce5b7] {
  transform: scale(0.5) translateX(-100%);
}

/* Dev Refresh Button */
.dev-refresh-btn[data-v-635ce5b7] {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 1000;
  padding: 0;
  line-height: 1;
}
.dev-refresh-btn[data-v-635ce5b7]:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}
.dev-refresh-btn[data-v-635ce5b7]:active {
  transform: scale(0.95);
}

/* SCM Interaction loading overlay — same visual as ImageView preloader */
.interaction-loading-overlay[data-v-635ce5b7] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2ed3f7;
  background-color: #252227;
  z-index: 100;
  pointer-events: none;
}
.interaction-loading-overlay__loader[data-v-635ce5b7] {
  width: 10%;
  height: 10%;
}
.fade-transition[data-v-635ce5b7] {
  transition: visibility 375ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 375ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: visibility 375ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 375ms cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-transition.fade-in[data-v-635ce5b7] {
  visibility: visible;
  opacity: 1;
}
.fade-transition[data-v-635ce5b7]:not(.fade-in) {
  visibility: hidden;
  opacity: 0;
}

.answers-view[data-v-6bd0ea02] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f0f6f7;
  overflow: hidden;
  isolation: isolate;
}
.answers-container[data-v-6bd0ea02] {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  overflow: auto;
  z-index: 1;
}
.question-text[data-v-6bd0ea02] {
  text-align: center;
  color: #252227;
  font-size: 24px;
  font-weight: 500;
  margin: 16px 0 24px 0;
  padding: 0 16px;
}
.answers-wrapper[data-v-6bd0ea02] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.answer-button[data-v-6bd0ea02] {
  position: relative;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  margin: 12px;
  background-color: #d0dfe2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 24px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
  color: #252227;
  width: 50vw;
  min-height: 56px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 175ms ease, border-color 175ms ease;
  -webkit-transition: background-color 175ms ease, border-color 175ms ease;
  -moz-transition: background-color 175ms ease, border-color 175ms ease;
  -o-transition: background-color 175ms ease, border-color 175ms ease;
}
.answer-button[data-v-6bd0ea02]:hover {
  background-color: #c0d0d2;
}
.answer-button[data-v-6bd0ea02]:active {
  background-color: #b0c0c2;
}
.answer-button--selected[data-v-6bd0ea02] {
  border-color: #252227;
}
.answer-button[data-v-6bd0ea02]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Image answer specific styles */
.answer-button--image[data-v-6bd0ea02] {
  width: 250px;
  height: 250px;
  padding: 12px;
  flex-direction: column;
}
.image-answer-container[data-v-6bd0ea02] {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aspect-ratio-container[data-v-6bd0ea02] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.answer-image[data-v-6bd0ea02] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.answer-image-placeholder[data-v-6bd0ea02] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(37, 34, 39, 0.05);
  color: rgba(37, 34, 39, 0.3);
  border-radius: 12px;
  transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
}
.answer-image-placeholder--hidden[data-v-6bd0ea02] {
  opacity: 0;
  pointer-events: none;
}
.action-buttons[data-v-6bd0ea02] {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.action-btn[data-v-6bd0ea02] {
  border: none;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding: 16px;
  margin-bottom: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 1px 3px 15px rgb(0 0 0 / 30%);
  transition: background-color 175ms ease;
  -webkit-transition: background-color 175ms ease;
  -moz-transition: background-color 175ms ease;
  -o-transition: background-color 175ms ease;
}
.action-btn svg[data-v-6bd0ea02] {
  fill: #fff;
  width: 100%;
  margin-top: -3px;
}
.action-btn[data-v-6bd0ea02]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.stop-interaction-btn[data-v-6bd0ea02] {
  background-color: #cc1424;
}
.stop-interaction-btn[data-v-6bd0ea02]:hover {
  background-color: #f52134;
}
.repeat-question-btn[data-v-6bd0ea02] {
  background-color: #0796b6;
}
.repeat-question-btn[data-v-6bd0ea02]:hover {
  background-color: #08b6dd;
}
.visuals[data-v-6bd0ea02] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.wave[data-v-6bd0ea02] {
  position: absolute;
  width: 100%;
}
.wave--top[data-v-6bd0ea02] {
  top: -20%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.wave--bottom[data-v-6bd0ea02] {
  bottom: -10%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.loading-bar[data-v-6bd0ea02] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(37, 34, 39, 0.1);
  z-index: 9999;
  overflow: hidden;
}
.loading-bar__progress[data-v-6bd0ea02] {
  height: 100%;
  background-color: #252227;
  animation: loading-progress-data-v-6bd0ea02 1.5s ease-in-out infinite;
  -webkit-animation: loading-progress-data-v-6bd0ea02 1.5s ease-in-out infinite;
  -moz-animation: loading-progress-data-v-6bd0ea02 1.5s ease-in-out infinite;
  -o-animation: loading-progress-data-v-6bd0ea02 1.5s ease-in-out infinite;
}
@keyframes loading-progress-data-v-6bd0ea02 {
0% {
    width: 0%;
    margin-left: 0%;
}
50% {
    width: 50%;
    margin-left: 25%;
}
100% {
    width: 0%;
    margin-left: 100%;
}
}
@-webkit-keyframes loading-progress-data-v-6bd0ea02 {
0% {
    width: 0%;
    margin-left: 0%;
}
50% {
    width: 50%;
    margin-left: 25%;
}
100% {
    width: 0%;
    margin-left: 100%;
}
}
@-moz-keyframes loading-progress-data-v-6bd0ea02 {
0% {
    width: 0%;
    margin-left: 0%;
}
50% {
    width: 50%;
    margin-left: 25%;
}
100% {
    width: 0%;
    margin-left: 100%;
}
}
@-o-keyframes loading-progress-data-v-6bd0ea02 {
0% {
    width: 0%;
    margin-left: 0%;
}
50% {
    width: 50%;
    margin-left: 25%;
}
100% {
    width: 0%;
    margin-left: 100%;
}
}

.suggestion-wheel[data-v-2a7046ca] {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(32px, 96px);
  opacity: 1;
  transition: opacity 90ms ease, transform 400ms ease;
  will-change: opacity, transform;
  z-index: 200;
}
.suggestion-wheel--visible[data-v-2a7046ca] {
  transform: translate(32px, -32px);
}
.suggestion-wheel-btn[data-v-2a7046ca] {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0796b6;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 200ms ease, background-color 200ms ease,
    transform 200ms ease;
  will-change: opacity, transform;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.suggestion-wheel-btn--main[data-v-2a7046ca] {
  z-index: 10;
}
.suggestion-wheel-btn__icon[data-v-2a7046ca] {
  width: 48px;
  height: 48px;
  fill: #fff;
  transition: fill 200ms ease;
}
.suggestion-wheel--expanded .suggestion-wheel-btn--main[data-v-2a7046ca] {
  transform: scale(0.8);
  background-color: #fff;
}
.suggestion-wheel--expanded
  .suggestion-wheel-btn--main
  .suggestion-wheel-btn__icon[data-v-2a7046ca] {
  fill: #000;
}
.suggestion-wheel-btn--main .suggestion-wheel-btn__icon[data-v-2a7046ca] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.suggestion-wheel-btn--close[data-v-2a7046ca] {
  opacity: 0;
  transform: scale(0) rotate(-180deg);
  transition: fill 200ms ease, transform 200ms ease, opacity 200ms ease;
}
.suggestion-wheel--expanded .suggestion-wheel-btn--close[data-v-2a7046ca] {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.suggestion-wheel-btn--default[data-v-2a7046ca] {
  opacity: 1;
  transform: scale(1);
  transition: fill 200ms ease, transform 200ms ease, opacity 200ms ease;
}
.suggestion-wheel--expanded .suggestion-wheel-btn--default[data-v-2a7046ca] {
  opacity: 0;
  transform: scale(0);
}
.suggestion-wheel-btn--action[data-v-2a7046ca] {
  width: 112px;
  height: 112px;
  background-color: #fff;
  overflow: hidden;
  padding: 2px;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
.suggestion-wheel--expanded .suggestion-wheel-btn--action[data-v-2a7046ca] {
  pointer-events: auto;
}
.suggestion-wheel-btn__image[data-v-2a7046ca] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  pointer-events: none;
  user-select: none;
}

.daytime-btn[data-v-a8f6ceb2] {
  width: 72px;
  height: 72px;
  transform: translate(-32px, 96px);
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #0796b6;
  box-shadow: 1px 3px 15px rgb(0 0 0 / 30%);
  transition: transform 400ms ease;
  will-change: transform;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 200;
}
.daytime-btn--visible[data-v-a8f6ceb2] {
  transform: translate(-32px, -32px);
}
.daytime-btn__icon[data-v-a8f6ceb2] {
  fill: #fff;
  width: 48px;
  height: 48px;
}
.daytime-btn[data-v-a8f6ceb2]:active {
  transform: translate(-32px, -32px) scale(0.95);
}

.battery-status[data-v-822291d2] {
  width: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: flex;
  align-items: center;
  padding: 8px 0;
  z-index: 1;
  transition: transform 400ms ease;
  will-change: transform;
}
.battery-status--visible[data-v-822291d2] {
  transform: translate(-50%, 0%);
}
.battery-status__icon[data-v-822291d2] {
  width: 38px;
  height: 38px;
}
.battery-status__icon path[data-v-822291d2] {
  fill: #fff;
}
.battery-status__wrapper[data-v-822291d2] {
  width: 100%;
  position: relative;
  margin: 0px 8px;
}
.battery-status__percentage[data-v-822291d2] {
  color: #fff;
  font-size: 16px;
}
.battery-status__track[data-v-822291d2] {
  background-color: #034959;
  border-radius: 8px;
  width: 100%;
  height: 8px;
}
.battery-status__filled[data-v-822291d2] {
  background-color: #08b6dd;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  transition: width 0.3s ease;
}
.battery-status--medium .battery-status__track[data-v-822291d2] {
  background-color: #593b03;
}
.battery-status--medium .battery-status__filled[data-v-822291d2] {
  background-color: #dd9208;
  box-shadow: 0px 0px 20px 3px #dd9208;
}
.battery-status--low .battery-status__track[data-v-822291d2] {
  background-color: #941605;
}
.battery-status--low .battery-status__filled[data-v-822291d2] {
  background-color: #dd2108;
  box-shadow: 0px 0px 20px 3px #dd2108;
}
