@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Pacifico&display=swap');

@font-face {
  font-family: "Drond";
  src: url("/fonts/drond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.result-prize-text {
  font-family: "Drond", sans-serif;
  font-size: 37px;
  line-height: 0.85 !important;
  text-transform: uppercase;
}

.result-treat-badge {
  font-family: "Drond", sans-serif;
  line-height: 0.85;
  text-transform: uppercase;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.page-bg {
  background: radial-gradient(ellipse at center, #f9a8d4 0%, #f472b6 45%, #ec4899 100%);
  padding: 48px 16px;
}


a {
  text-decoration: none;
  color: inherit;
}

#home .screen-statusbar {
  width: 100%;
}

.phone-wrap {
  position: relative;
  display: inline-block;
  max-width: 360px;
  width: 100%;
}

.phone-wrap::after {
  content: '';
  display: block;
  padding-top: 233.33%;
}

.phone-img {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 10;
  pointer-events: none;
  display: block;
}

.screen-overlay {
  position: absolute;
  top: 11.98%;
  left: 15.11%;
  width: 69.78%;
  height: 45.38%;
  overflow: hidden;
  display: flex;
  align-self: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 21px;
}

#home .container {
  display: flex;
  justify-content: center;
}

.container {
    position: relative;
}

.screen-statusbar {
  display: flex;
  -webkit-text-stroke: #ffffff 0px;
  font-size: 16px;
  background: linear-gradient(2deg, #94a2d3, #dbebff);
  box-shadow: -1px -1px 5px 0px #000000ad;
  z-index: 33;
  padding: 7px 18px 2px 18px;
  justify-content: space-between;
}

.statusbar-carrier,
.statusbar-info {
  font-size: 12px;
  font-weight: 600;
  color: #111;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-shadow: -1px -1px 0 #e8e8e8, 1px -1px 0 #e8e8e8, -1px 1px 0 #e8e8e8, 1px 1px 0 #e8e8e8;
}

.screen-statusbar p {
  margin-top: -5px;
  margin-bottom: 0px !important;
}

.screen-statusbar img {
  width: 15px;
  margin-top: -2px; 
}

.statusbar-info {
  font-size: 12px;
  font-weight: 600;
  color: #111;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-shadow: -1px -1px 0 #e8e8e8, 1px -1px 0 #e8e8e8, -1px 1px 0 #e8e8e8, 1px 1px 0 #e8e8e8;
}

.statusbar-signal {
  font-size: 0.55rem;
  letter-spacing: -1px;
}

.screen-hero {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  background: linear-gradient(94deg, rgb(255 96 0) 0%, rgba(255, 73, 56, 1) 35%, rgba(247, 32, 140, 1) 100%);
  display: flex;
  flex-direction: column;
}

.hero-sparkles {
  position: absolute;
  top: 6%;
  right: 1%;
  width: 96%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.hero-text {
  position: relative;
  z-index: 3;
  margin-top: 25px;
  text-align: center;
  margin-bottom: -5px;
}

.fancy-k {
  width: 78px;
  margin-right: -32px;
  margin-bottom: 10px;
}

.hero-bold-fancy {
  margin-bottom: -18px;
  margin-left: -15px;
}

.screen-static {
  position: absolute;
  z-index: 999;
  opacity: 0.065;
  pointer-events: none;
}

.hero-title {
  line-height: 0px;
  align-self: center;
  justify-self: center;
  text-align: left !Important;
}

.hero-script {
  font-family: 'Pacifico', cursive;
  font-size: 1.8rem;
  color: #ffffff;
  display: block;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.18);
  line-height: 1.1;
}

.hero-bold {
  font-family: drond, sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 0.85;
}

.hero-subtitle {
  margin-top: -10px !important;
  margin: 4px 0 0;
  font-size: 0.56rem;
  font-weight: 400;
  color: #ffe8cc;
  align-self: center;
  text-align: left;
  margin-left: -7px;
  font-weight: 900;
  font-size: 10px;
  justify-self: center;
  letter-spacing: -0.04em;
}

.hero-characters {
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.screen-notification {
  position: absolute;
  background: transparent;
  padding: 5px 6px;
  z-index: 9999;
  width: 90%;
  align-self: center;
  bottom: 45px;
}

.notif-inner {
  background: linear-gradient(360deg, rgb(255 255 255) 0%, rgb(218 218 218) 35%, rgb(255 255 255) 100%);
  border-radius: 9px;
  padding: 8px 6px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
}

.notif-text {
  border: 2px solid #f93896;
  border-radius: 6px;
  padding: 14px 10px 14px 10px;
  line-height: 10px;
  font-size: 11px;
}

.notif-badge {
  background: transparent;
  color: #212121;
  letter-spacing: -0.8px !important;
  position: absolute;
  font-size: 9px;
  top: 7.5px;
  left: 25px;
  background-color: #fdfdfd;
  background: linear-gradient(355deg, #efefef, #fdfdfd);
  font-weight: 700;
  letter-spacing: -0.8px !important;
  padding: 1px 3px;
}

#home {
  background-image: url(/img/home/bg.png);
  background-size: cover;
}

.cta-bar {  
  background: linear-gradient(2deg, #94a2d3, #dbebff);
  padding: 5px 0 6px;
  display: flex;
  margin-top: 0px;
  justify-content: center;
}

.cta-btn {
  text-shadow: -1px -1px 0 #e8e8e8, 1px -1px 0 #e8e8e8, -1px 1px 0 #e8e8e8, 1px 1px 0 #e8e8e8;
  background: none;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0em;
  color: #111;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}

#home {
  height: 100vh;
  overflow: hidden;
}



































#kviz .screen-statusbar {
  padding: 7px 18px 7px 18px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#kviz .screen-statusbar p {
  margin-top: 0px;
}

#kviz .screen-statusbar img {
  width: 25px;
  margin-top: -7px;
}

#kviz .statusbar-info, #kviz .statusbar-carrier {
  font-size: 18px;
}

#kviz .container {
  padding: 23px 20px;
}

#kviz {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: url(/img/poll/bg.jpg);
  background-size: cover;
  min-height: 100vh;
}

#kviz .container {
  z-index: 10;
}

.kviz-sparkles {
  position: absolute;
  top: 0;
  width: 100vw;
}

.kviz-title-wrap {
  box-shadow: 0px 0px 13px 2px #ffffffd6;
  margin-top: 25px;
  position: relative;
  background: linear-gradient(360deg, rgb(255 255 255) 0%, rgb(231 230 230) 35%, rgb(255 255 255) 100%);
  border-radius: 15px;
  padding: 15px;
  width: 100%;
  align-self: center;
}

.kviz-title {
  border: 2px solid #f93896;
  border-radius: 10px;
  padding: 15px 15px 15px 15px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0px !important;
  font-family: drond;
}

.kviz-subtitle {
  background: transparent;
  color: #f93896;
  letter-spacing: -0.8px !important;
  position: absolute;
  font-size: 14px;
  top: 6px;
  left: 35px;
  background: linear-gradient(355deg, #efefef, #fdfdfd);
  font-weight: 700;
  letter-spacing: -0.8px !important;
  padding: 1px 6px;
}

#kviz .screen-statusbar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.kviz-step {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
  margin-bottom: 45px;
}

.kviz-item {
  box-shadow: 0px 0px 13px 2px #ffffffd6;
  cursor: pointer;
  border-radius: 15px;
  padding: 15px;
  font-weight: bold;
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFD1E8 49.71%, #FFFFFF 99.42%);
}

.kviz-item:has(:checked) {
    border: 3.5px solid #f93896 !important;
}

.kviz-item:has(:checked):after {
  content: "Выбрано";
  font-weight: 500;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #f93896;
  padding: 1px 12px 5px 15px;
  border-radius: 0px 6px 0px 12px;
  color: white;
  font-size: 14px;
}

.result-share-btn {
  position: sticky;
  bottom: 20px;
}

.kviz-item img {
  width: 100%;
}

.kviz-option-text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}

.kviz-next, .kviz-prev {
  text-shadow: -1px -1px 0 #e8e8e8, 1px -1px 0 #e8e8e8, -1px 1px 0 #e8e8e8, 1px 1px 0 #e8e8e8;
  background: none;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0em;
  color: #111;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}

.kviz-navigation {
    background: linear-gradient(2deg, #94a2d3, #dbebff);
    display: flex;
    margin-top: 0px;
    justify-content: space-between;
    position: fixed;
    padding: 10px 25px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.kviz-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.audio-player {
  display: flex;
  gap: 24px;
}

.audio-play-btn {
  z-index: 999;
  width: 70px;
  pointer-events: all;
  height: 70px;
  border-radius: 999px;
  background-image: url(/img/poll/audio-pattern-1.png);
  border: 0px;
  background: url(/img/poll/audio-pattern-1.png), radial-gradient(50% 50% at 50% 50%, #f3edf0 79.81%, #FF8EC4 100%);
  background-size: cover;
  background-position: center center;
}

.audio-info {
  width: 70%;
}

.audio-player p {
  font-size: 15px;
  margin-bottom: 0px;
  text-shadow: 0px 0px 5.55px #FFFFFF, 0px 0px 5.55px #FFFFFF, 0px 0px 5.55px #FFFFFF, 0px 0px 5.55px #FFFFFF, 0px 0px 5.55px #FFFFFF, 0px 0px 5.55px #FFFFFF, 0px 0px 5.55px #FFFFFF, 0px 0px 5.55px #FFFFFF;
}

.kviz-item.purple {
  background: linear-gradient(90deg, #FFFBFD 0%, #FFA5D0 100%);
  border: 2px solid #fff;
}

.icon-play, .icon-pause {
  padding: 7px;
  background-color: rgb(251, 238, 244);
  border-radius: 999px;
  place-content: center;
}

.icon-play polygon, .icon-pause rect {
  color: #c82d78;
}

.hidden {
  display: none;
}

.audio-progress-wrap {
  position: relative;
  width: 100%;
  padding: 6px 0;
  cursor: pointer;
}

.audio-progress-track {
  position: relative;
  width: 100%;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
  background: linear-gradient(180deg, #FF81BD 0%, #FFFFFF 49.52%, #FF81BD 100%);
}

.audio-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%; /* JS updates this as the song plays */
  background: linear-gradient(180deg, #FF81BD 0%, #FFFFFF 49.52%, #FF81BD 100%);
  border-radius: 4px;
  pointer-events: none; /* clicks pass through to the track underneath */
}

.audio-progress-thumb {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 16px;
  height: 24px;
  border-radius: 3px;
  background: #ffffff;
  transform: translate(-50%, -50%);
  cursor: pointer;  
}

/* Now this works, since it's a real element: */
.audio-progress-thumb::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 25%;
  box-shadow: #F99CC9 4px 0px 3px 0px;
  width: 50%;
  height: 100%;
  /* width: 6px; */
  transform: translate(-50%, -50%);
}

input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.kviz-item {
  z-index: 99;
  position: relative;
}

.kviz-item.textful .subtitle {
  background: transparent;
  color: #f93896;
  letter-spacing: -0.8px !important;
  position: absolute;
  font-size: 14px;
  top: 15px;
  left: 43px;
  background: linear-gradient(360deg, #ffddee, #ffedf6);
  font-weight: 700;
  letter-spacing: -0.8px !important;
  padding: 1px 6px;
}

.kviz-item.textful .kviz-option-text {
  border: 2px solid #f93896;
  border-radius: 10px;
  padding: 20px 25px 20px 15px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px !important;
}

.kviz-step.small:not(.hidden) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 15px;
}

.kviz-step.small .kviz-title-wrap {
  grid-column: 1 / -1;
}

.kviz-item.small img {
  max-width: 100%;
}

.audio-progress-wrap,
.audio-progress-track,
.audio-progress-thumb {
  user-select: none;
  -webkit-user-select: none;
  touch-action: none; /* важно для touch — отключает скролл страницы пальцем именно в этой зоне */
}

@media only screen and (min-width: 800px) {

  .result-share-btn {
    max-width: 400px;
    margin-left: 20px;
  }

  .kviz-navigation, .screen-statusbar {
    align-self: center;
    justify-self: center;
  }

  .kviz-navigation {
    max-width: 380px;
    left: auto;
}
  
  .kviz-sparkles {
    position: absolute;
    top: 40px;
    width: 490px;
  }

  #kviz .container {
    max-width: 380px;
  }
}















.result {
  background-size: cover !important;
  background: url(/img/result/bg.jpg);
  padding: 25px 0 0 0;
}

.result .container {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 18px;
}

/* HEADER */

.result-header-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.result-kicker {
  font-size: 26px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  margin: 0;
}

.result-heading {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.result-pages {
  margin-left: auto;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

.result-bubble {
  position: relative;
  width: 195px;
  margin: 14px 0 -5px auto;
  background: url(/img/result/bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  padding: 9px 25px;
  transform: rotate(-6deg);
  z-index: 2;
}

/* MAIN CARD */

.result-card {
  border: 2px solid #e8bdf3;
  backdrop-filter: blur(3px);
  border-radius: 20px;
  box-shadow: 0px 0px 12px 10px #fca4ffb5;
  background: #fca4ffc2;
  position: relative;
  overflow: visible;
  margin-top: 20px;
  padding: 25px 18px 0px;
}

.result-sparkles {
  left: -20px;
  position: absolute;
  width: 110%;
  height: auto;
  border-radius: 20px;
  pointer-events: none;
}

/* HERO */

.result-hero {
  position: relative;
  z-index: 1;
}

.result-hero-text {
  position: relative;
  z-index: 2;
}

.result-hero-label {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  margin: 0;
}

.result-hero-name {
  margin: -20px -21px 15px;
}

.result-hero-img {
  position: absolute;
  top: -35px;
  right: -71px;
  width: 80%;
  max-width: 350px;
  display: block;
  z-index: 1;
}

/* NOTES (общий стиль для листов бумаги) */

.result-note {
  position: relative;
  z-index: 1;
  background: linear-gradient(139deg,rgba(209, 166, 225, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 60%, rgba(225, 186, 234, 1) 100%);
  border-radius: 4px;
  padding: 12px 9px 12px;
  margin-top: -8px;
}

.result-note--about .result-note-title {
  text-shadow: 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF;
  position: absolute;
  left: 35px;
  top: 9px;
  color: #8642b9;
  font-size: 17.5px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0px 6px;
  background: linear-gradient(134deg,rgba(221, 189, 233, 1) 0%, rgba(244, 234, 248, 1) 100%);
}

.result-note--profile {
  width: 66%;
  position: absolute;
  rotate: -9deg;
  z-index: 3;
  left: -28px;
  background-size: 100% 100%;
  padding: 19px 14px 19px 50px;
  background-image: url(/img/result/note.png);
}

.result-note-title {
  color: #c93cb0;
  text-shadow: 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.result-note-text {
  border: 2px solid #ca95e2;
  padding: 20px 20px;
  border-radius: 9px;
  font-size: 13px;
  margin-top: -15px;
  line-height: 1.1;
  color: #333;
  margin: 0;
}

.result-note--about {
  z-index: 33;
  border-radius: 9px;
  width: 67%;
  rotate: -6deg;
  margin-left: -28px;
  margin-top: -20px;
  filter: drop-shadow(0px 4px 4px rgba(174, 91, 8, 0.5));
}

.result-profile-label {
  color: #ff78c8;
}

.result-note--profile {
  /* box-shadow: -3px 3px 6px 0px #00000061; */
  width: 70%;
  position: absolute;
  rotate: -10deg;
  z-index: 3;
  left: -28px;
  margin-top: -16px !important;
  background-size: cover;
  padding: 19px 14px 19px 41px;
  background-image: url(/img/result/tekna-note.png);
}

.result-note--score .result-note-title {
  background-image: url(/img/result/bookmark.png);
  background-size: contain;
  padding: 8px 15px;
  background-repeat: no-repeat;
  margin-left: -34px;
  color: #8642b9;
}


.result-note--score {
  /* box-shadow: 0px 3px 6px 0px #00000061; */
  position: absolute;
  right: -40px;
  z-index: 9;
  background-size: cover;
  padding: 18px 10px 27px 20px;
  background-image: url(/img/result/tekna-note.png);
  transform: rotate(9deg);
  margin-top: 0px;
}

.result-note--profile .result-note-title {
  font-size: 18px;
}

.result-profile-line {
  font-size: 12.5px;
  color: #333;
  margin: 0 0 0;
}

.result-profile-label {
  font-weight: 800;
}

/* TWO NOTES SIDE BY SIDE */

.result-row {
  height: 220px;
  display: flex;
  position: relative;
  gap: 14px;
}

.result-row .result-note {
  flex: 1;
}

/* SCORE HEARTS */

.result-score-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.result-score-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  font-size: 11px;
}

.result-score-name {
  width: 44px;
  color: #000000;
  font-weight: 500;
}

.result-score-hearts i {
  font-style: normal;
}

.result-score-hearts i::before {
  content: '♥';
  margin-right: 1px;
}

.result-score-hearts i.is-filled::before {
  color: #f93896;
}

.result-score-hearts i.is-empty::before {
  color: #f4c7e0;
}

.result-score-percent {
  margin-left: auto;
  font-weight: 800;
  color: #ff78c8;
}

/* TREATS ROW (пицца лого + напиток + бейдж) */

.result-treats {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0px;
  margin-top: -15px;
}

.result-treat-logo {
  filter: drop-shadow(0px 4px 14.9px #FFFFFF);
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.cosmetic-line-1 {
  width: 350px;
  position: absolute;
  top: -60px;
  z-index: -1;
  left: -30px;
}

.result-treat-drink {
  filter: drop-shadow(0px 4px 14.9px #FFFFFF);
  width: 165px;
  height: 210px;
  object-fit: contain;
  z-index: 4;
  margin-left: -30px;
}

.glints-1 {
  position: absolute;
  z-index: 1;
  width: 190px;
  right: -30px;
  top: -20px;
}

.result-treat-badge {
  background: url(/img/result/bubble-2.png);
  z-index: 2;
  margin-left: -40px;
  width: 240px;
  height: 100px;
  background-size: contain;
  background-position: center center;
  color: #c93cb0;
  font-weight: 800;
  font-size: 11px;
  display: flex;
  text-align: center;
  padding: 12px 16px;
  border-radius: 999px;
  transform: rotate(3deg);
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat !important;
}

/* CHECKLIST */

.result-checklist {
  z-index: 33;
  position: relative;
  width: 104%;
  rotate: 7deg;
  margin-left: -1px;
  margin-top: 0px;
  box-shadow: 0 0px 14px rgb(255 255 255 / 90%);
  background: linear-gradient(139deg, rgba(209, 166, 225, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 60%, rgba(225, 186, 234, 1) 100%);
  border-radius: 11px;
  padding: 10px 7px 7px;
}

.result-checklist-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.result-winx-logo {
  position: absolute;
  right: 40px;
  top: -30px;
  height: 80px;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.45));
}

.result-checklist-items {
  border: 2px solid #ca95e2;
  padding: 20px 20px;
  border-radius: 9px;
  font-size: 13px;
  margin-top: -15px;
  line-height: 1.5;
  color: #333;
  margin: 0;
  list-style: none;
  margin: 0px 0 0;
  padding: 20px 15px 6px 15px;
}

.result-checklist-head .result-note-title {
  text-shadow: 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF;
  position: absolute;
  left: 35px;
  top: 7px;
  color: #8642b9;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0px 6px;
  background: linear-gradient(134deg, rgba(221, 189, 233, 1) 0%, rgb(251 245 253) 100%);
}

.result-checklist-items li {
  position: relative;
  font-size: 12.6px;
  color: #333;
  padding-left: 26px;
  margin-bottom: 10px;
}

.result-checklist-items li::before {
  content: '';
  width: 19px;
  height: 19px;
  left: 0;
  position: absolute;
  background-image: url(/img/result/tekna-checkbox.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #6a5fd6;
  font-size: 14px;
}

/* PHOTO + FITS ROW */

.result-row--photo {
  align-items: flex-start;
}

.result-photo {
  z-index: 1;
  width: 72%;
  margin-left: -40px !important;
  margin: 0;
  background: #fff;
  padding: 8px 8px 21px;
  border-radius: 4px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  transform: rotate(-6deg);
}

.result-photo img {
  width: 100%;
  display: block;
  border-radius: 2px;
}

.result-photo figcaption {
  background-image: url(/img/result/bookmark-2.png);
  background-size: contain;
  padding: 8px 14px;
  left: 14px;
  text-align: left;
  z-index: 33;
  position: relative;
  background-repeat: no-repeat;
  text-shadow: 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF, 0px 0px 1.87533px #FFFFFF;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #8642b9;
  rotate: -3deg;
  margin-top: -18px;
}

.result-row--photo .result-note--fits {
  flex: none;
  width: 90%;
  z-index: 3;
  position: absolute;
  top: 40px;
  right: -28%;
  background-size: cover;
  padding: 15px 18px 15px 49px;
  background-image: url(/img/result/tekna-note.png);
  transform: rotate(9deg);
  margin-top: 19px;
}

.result-fits-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.result-fits-list li {
  display:flex;
  position: relative;
  font-size: 13px;
  color: #333;
  margin-bottom: 8px;
}

.emoji {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: 2px;
}

/* .result-fits-list li::before {
  content: '♥';
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 17px;
  color: #b877e0;
} */

.result-bottle {
  position: absolute;
  right: -60px;
  bottom: 75px;
  z-index: 3;
  display: block;
  width: 104px;
  margin: -18px 14% 0 auto;
  transform: rotate(-10deg);
}

/* PRIZE SECTION */

.result-prize-text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.15;
  text-align: center;
  margin: 0px 0 0;
}

.result-prize-images {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  height: 160px;
}

.result-pizza-box {
  width: 85%;
  position: absolute;
  left: -50px;
  top: -20px;
}

.result-charm {
  width: 65%;
  position: absolute;
  right: -50px;
  top: -35px;
}

/* SHARE */

.result-share-btn {
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFD1E8 49.71%, #FFFFFF 99.42%);
  color: #ff399a;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 24px #FFFFFF, 0px 0px 24px #FFFFFF;
  padding: 16px;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  position: sticky;
  bottom: 20px;
}

.result-share-caption {
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: -59px;
}

/* FOOTER */

.result-footer {
  text-align: right;
  color: #fff;
  font-size: 9px;
  opacity: 0.8;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.result-footer img {
  object-fit: contain;
  width: 30px;
  margin-top: -20px;
}






/* NEW */

#results {
    background: #9f4bcd;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

table {
    width: 100%;
    background: linear-gradient(139deg, rgba(209, 166, 225, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 60%, rgba(225, 186, 234, 1) 100%);
    border-radius: 20px;
}

td {
    padding: 15px;
    border: 1px solid #b9b9b9;
    text-transform: uppercase;
    font-weight: 800;
}

th {
    padding: 15px;
    text-transform: uppercase;
    color: #000;
}

#results h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 35px;
}

tr:last-child td:first-child {
    border-bottom: 0;
    border-left: 0;
}

tr:last-child td:last-child {
    border-bottom: 0;
    border-right: 0;
}










#login, #register {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9f4bcd;
}

.bottom {
    background: linear-gradient(139deg, rgba(209, 166, 225, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 60%, rgba(225, 186, 234, 1) 100%);
    border-radius: 20px;
    padding: 40px;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.input-wrapper {
    display: flex;
    flex-direction: column;
    text-align: left;
}

button.btn.secondary.full-width {
    background: #9f4bcd;
    color: #fff;
    margin: 20px 0px;
}



.result-share-alert {
  background: #fff;
  position: absolute;
  right: 0px;
  top: -39px;
  color: #ff399a;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  box-shadow: 0px -20px 24px #FFFFFF, 0px 0px 24px #FFFFFF;
  padding: 16px;
}



.result-score-hearts i.is-empty::before {
  color: #ff000000;
  -webkit-text-stroke: 0.8px #b5b5b5;
}




















.tekna .result-hero-img {
  max-width: 270px !important;
}









.stella .result-checklist-items li::before {
    background-image: url(/img/result/stella-checkbox.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
.stella .result-checklist-items li::before {
  background-image: url(/img/result/stella-checkbox.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.stella .result-note--profile {
  background-size: cover;
  background-image: url(/img/result/stella-note.png);
}

.stella .result-note--score {
  background-size: cover;
  background-image: url(/img/result/stella-note.png);
}

.stella .result-row--photo .result-note--fits {
  background-size: cover;
  background-image: url(/img/result/stella-note.png);
}

.stella.result {
    background: url(/img/result/stella-bg.jpg);
    background-size: 120% auto !important;
    background-repeaT: repeat !important;
  }
  
  .stella .result-card {
    border: 2px solid #ffee95;
    box-shadow: 0px 0px 12px 10px #ffd99ec2;
    background: #ffffff6b;
    backdrop-filter: blur(0px) !important;
  }
  
  .stella .result-bubble {
    background: url(/img/result/orange-bubble-1.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .stella .result-note--about, .stella .result-checklist {
    background: linear-gradient(139deg, rgb(249, 223, 85) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 60%, rgb(249, 223, 85) 100%);
  }
  
  .stella .result-note--about .result-note-title {
    background: linear-gradient(134deg, rgb(250, 230, 123) 0%, rgb(254, 247, 212) 100%);
  }
  
  .stella .result-checklist .result-note-title {
    background: linear-gradient(134deg, rgb(250, 230, 123) 0%, rgb(255, 255, 255) 100%);
  }
  
  .stella .result-note--score .result-note-title {
    background-image: url(/img/result/orange-bookmark-1.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .stella .result-note-title {
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .stella .result-note-title {
    color: #eb6a1f !important;
  }
  
  .stella .result-photo figcaption {
    background-image: url(/img/result/orange-bookmark-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #eb6a1f !important;
  }
  
  .stella .result-note-text, .stella .result-checklist-items {
    border-color: #f6a924 !important;
  }

  .stella .result-note--about {
    position: relative;
    z-index: 4;
  }

  .stella .result-hero {
    position: relative;
    z-index: 5;
  } 
  
  
  
  
  
  
  .muza .result-checklist-items li::before {
    background-image: url(/img/result/muza-checkbox.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .muza .result-note--profile {
    background-size: cover;
    background-image: url(/img/result/muza-note.png);
  }
  
  .muza .result-note--score {
    background-size: cover;
    background-image: url(/img/result/muza-note.png);
  }
  
  .muza .result-row--photo .result-note--fits {
    background-size: cover;
    background-image: url(/img/result/muza-note.png);
  }

  .muza.result {
    background: url(/img/result/muza-bg.jpg);
  }
  
  .muza .result-card {
    border: 2px solid #ffffffb0;
    box-shadow: 0px 0px 12px 10px #ffffffa3;
    background: #ffffff80;
  }

  .result-score-hearts {
    display: flex;
  }

  .result-score-hearts i.is-filled::before {
    color: #f93896;
    width: 9px;
    height: 8px;
    display: block;
    background-image: url(/img/result/heart.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.result-score-hearts i.is-empty::before {
  color: #f93896;
  width: 9px;
  height: 8px;
  display: block;
  background-image: url(/img/result/heart-empty.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
  
  .muza .result-bubble {
    background: url(/img/result/muza-bubble-1.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .muza .result-note--about, .muza .result-checklist {
    background: linear-gradient(139deg, rgb(255 156 243) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 60%, rgb(255 156 243) 100%);
  }
  
  .muza .result-note--about .result-note-title {
    background: linear-gradient(134deg, rgb(255, 179, 246) 0%, rgb(255, 228, 251) 100%);
  }
  
  .muza .result-checklist .result-note-title {
    background: linear-gradient(134deg, rgb(255, 179, 246) 0%, rgb(255, 255, 255) 100%);
  }
  
  .muza .result-note--score .result-note-title {
    background-image: url(/img/result/pink-bookmark-1.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .muza .result-note-title {
    /*  */
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .muza .result-note-title {
    color: #ff5aa7 !important;
  }
  
  .muza .result-photo figcaption {
    background-image: url(/img/result/pink-bookmark-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #ff5aa7 !important;
  }
  
  .muza .result-note-text, .muza .result-checklist-items {
    border-color: #ff5aa7 !important;
  }
  
  .muza .result-hero-img {
    width: 100%;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  .layla .result-checklist-items li::before {
    background-image: url(/img/result/layla-checkbox.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .layla .cosmetic-line-1 {
    display: none;
  }
  
  .layla .result-note--profile {
    background-size: cover;
    background-image: url(/img/result/layla-note.png);
  }
  
  .layla .result-note--score {
    background-size: cover;
    background-image: url(/img/result/layla-note.png);
  }
  
  .layla .result-row--photo .result-note--fits {
    background-size: cover;
    background-image: url(/img/result/layla-note.png);
  }

  .layla.result {
    background: url(/img/result/layla-bg.jpg);
  }
  
  .layla .result-card {
    border: 2px solid #ffffffb0;
    box-shadow: 0px 0px 12px 10px #ffffffa3;
    background: #ffffffa3;
  }
  
  .layla .result-bubble {
    background: url(/img/result/layla-bubble-1.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .layla .result-note--about, .layla .result-checklist {
    background: linear-gradient(123.5deg, #C2E9A4 3.12%, #FFFFFF 29.74%, #FFFFFF 69.89%, #C2E9A4 96.96%);
  }
  
  .layla .result-note--about .result-note-title {
    background: linear-gradient(134deg, rgb(211, 240, 190) 0%, rgb(254, 254, 253) 100%);
  }
  
  .layla .result-checklist .result-note-title {
    background: linear-gradient(134deg, rgb(211, 240, 190) 0%, rgb(255, 255, 255) 82%);
  }
  
  .layla .result-note--score .result-note-title {
    background-image: url(/img/result/green-bookmark-1.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .layla .result-note-title {
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .layla .result-note-title {
    color: #008400 !important;
  }
  
  .layla .result-photo figcaption {
    background-image: url(/img/result/green-bookmark-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #008400 !important;
  }
  
  .layla .result-note-text, .layla .result-checklist-items {
    border-color: #008400 !important;
  }
  
  .layla .result-hero-img {
    width: 100%;
  }

  figcaption {
    width: fit-content;
    background-size: cover;
    background-position: right;
    height: 37px;
    text-align: center;
  }
  
  
  
  
  
  
  
  
  
  
  .flora .result-checklist-items li::before {
    background-image: url(/img/result/flora-checkbox.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .flora .result-note--profile {
    background-size: cover;
    background-image: url(/img/result/flora-note.png);
  }
  
  .flora .result-note--score {
    background-size: cover;
    background-image: url(/img/result/flora-note.png);
  }
  
  .flora .result-row--photo .result-note--fits {
    background-size: cover;
    background-image: url(/img/result/flora-note.png);
  }

  .flora.result {
    background: url(/img/result/flora-bg.jpg);
  }
  
  .flora .result-card {
    border: 2px solid #ffffffb0;
    box-shadow: 0px 0px 12px 10px #ffffffa3;
    background: #ffffff7d;
  }
  
  .flora .result-bubble {
    background: url(/img/result/flora-bubble.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .flora .result-hero-img {
    right: -161px !important;
  }

  /* 
  .flora .result-note--about, .layla .result-checklist {
    background: linear-gradient(123.5deg, #C2E9A4 3.12%, #FFFFFF 29.74%, #FFFFFF 69.89%, #C2E9A4 96.96%);
  }
  
  .flora .result-note--about .result-note-title {
    background: linear-gradient(134deg, rgb(211, 240, 190) 0%, rgb(254, 254, 253) 100%);
  }
  
  .flora .result-checklist .result-note-title {
    background: linear-gradient(134deg, rgb(211, 240, 190) 0%, rgb(255, 255, 255) 82%);
  } */
  
  .flora .result-note--score .result-note-title {
    background-image: url(/img/result/green-bookmark-1.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .flora .result-note-title {
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .flora .result-note-title {
    color: #009e7f !important;
  }
  
  .flora .result-photo figcaption {
    background-image: url(/img/result/green-bookmark-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #009e7f !important;
  }
  
  .flora .result-note-text, .flora .result-checklist-items {
    border-color: #008400 !important;
  }
  
  .flora .result-hero-img {
    width: 100%;
  }
  
  
  
  
  
  
  
  
  
  
  .bloom .result-checklist-items li::before {
    background-image: url(/img/result/bloom-checkbox.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bloom .result-note--profile {
    background-size: cover;
    background-image: url(/img/result/bloom-note.png);
  }
  
  .bloom .result-note--score {
    background-size: cover;
    background-image: url(/img/result/bloom-note.png);
  }
  
  .bloom .result-row--photo .result-note--fits {
    background-size: cover;
    background-image: url(/img/result/bloom-note.png);
  }

  .bloom.result {
    background: url(/img/result/bloom-bg.jpg);
  }
  
  .bloom .result-card {
    border: 2px solid #ffffffb0;
    box-shadow: 0px 0px 10px 8px #92edf3a8;
    background: #92edf38f;
  }
  
  .bloom .result-bubble {
    background: url(/img/result/layla-bubble-1.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bloom .result-note--about, .bloom .result-checklist {
    background: linear-gradient(123.5deg, #A0F0F5 3.12%, #FFFFFF 29.74%, #FFFFFF 69.89%, #A0F0F5 96.96%);
  }
  
  .bloom .result-note--about .result-note-title {
    background: linear-gradient(134deg, rgb(186, 244, 248) 0%, rgb(254, 254, 253) 100%);
  }
  
  .bloom .result-checklist .result-note-title {
    background: linear-gradient(134deg, rgb(186, 244, 248) 0%, rgb(255, 255, 255) 72%);
  }
  
  .bloom .result-note--score .result-note-title {
    background-image: url(/img/result/orange-bookmark-1.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bloom .result-note-title {
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .bloom .result-note-title {
    color: #f88801 !important;
  }
  
  .bloom .result-photo figcaption {
    background-image: url(/img/result/orange-bookmark-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #f88801 !important;
  }
  
  .bloom .result-note-text, .bloom .result-checklist-items {
    border-color: #f88801 !important;
  }
  
  .bloom .result-hero-img {
    width: 100%;
  }  

  .bloom .result-bottle {
    position: absolute;
    right: -107px;
    bottom: 55px;
    z-index: 3;
    display: block;
    width: 155px;
    margin: -18px 14% 0 auto;
    transform: rotate(346deg);
  }















  .result-note--about {
    background: url(/img/result/plaque-effect.png), linear-gradient(123.5deg, #C2E9A4 3.12%, #FFFFFF 29.74%, #FFFFFF 69.89%, #C2E9A4 96.96%);
    background-position: left 120%;
    background-repeat: no-repeat;
  }


  .result-photo figcaption, .result-note-title {
    font-family: 'Drond';
  }

  .result-note-title {
    line-height: 1;
  }

  .bloom .result-photo figcaption {
    background-image: url(/img/result/bloom-bookmark-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #009e7f !important;
  }

  .bloom .result-bubble {
    background: url(/img/result/bloom-bubble.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .result-row--photo {
    height: 390px;
  }

  .result {
    overflow: hidden;
  }







  .result .fixed {
    position: fixed;
    bottom: 80px;
    z-index: 9999999;
    width: 90%;
  }

  .bloom .result-hero-img {
    top: -75px;
    right: -91px;
  }


  .result-note--score .result-note-title {
    font-size: 18px;
    background-size: cover;
    background-position: right center;
    width: fit-content;
    background-repeat: no-repeat;
  }