@import "../fonts/fonts.css";
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  font-family: TeleNeo, sans-serif;
}

strong {
  font-family: TeleNeo, sans-serif;
  font-weight: 700;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body button {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 15px;
  border: none;
  gap: 10px;
  background: #e20074;
  cursor: pointer;
  transition: transform 0.2s ease;
}
body button span {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: white;
}
body button .rotate-45 {
  transform: rotate(45deg);
}
body button:hover {
  transform: translateY(-2px);
}
body button:active {
  transform: translateY(0);
}
body a.content-card__cta, body a.gallery-dialog__share-button, body .side-panel-dialog--gallery a.gallery-dialog__share-button {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 15px;
  border: none;
  gap: 10px;
  background: #e20074;
  cursor: pointer;
  transition: transform 0.2s ease;
  text-decoration: none;
  color: #ffffff;
}
body a.content-card__cta span, body a.gallery-dialog__share-button span, body .side-panel-dialog--gallery a.gallery-dialog__share-button span {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: white;
}
body a.content-card__cta .rotate-45, body a.gallery-dialog__share-button .rotate-45 {
  transform: rotate(45deg);
}
body a.content-card__cta:hover, body a.gallery-dialog__share-button:hover {
  transform: translateY(-2px);
}
body a.content-card__cta:active, body a.gallery-dialog__share-button:active {
  transform: translateY(0);
}
body .centerer {
  max-width: 35px;
  width: 100%;
}
body {
  /* LIQUID GLASS STYLES */
}
body .liquidGlass-wrapper {
  position: relative;
  display: flex;
  font-weight: 600;
  overflow: hidden;
  color: black;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  font-stretch: 120%;
  letter-spacing: 0;
}
body .liquidGlass-wrapper.dock.menu {
  z-index: 1;
  padding: 10px 20px;
}
body .liquidGlass-effect {
  position: absolute;
  z-index: 0;
  inset: 0;
  backdrop-filter: blur(3px);
  filter: url(#glass-distortion);
  overflow: hidden;
  isolation: isolate;
}
body .liquidGlass-tint {
  z-index: 1;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 50%);
  border: 1px solid #fff;
}
body .liquidGlass-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
}
body .liquidGlass-text {
  z-index: 3;
  font-size: 20px;
  font-weight: 800;
  color: #e20074;
  line-height: 1;
}
body .dock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-radius: 20px;
  padding: 10px;
}
body .dock,
body .dock > div {
  border-radius: 20px;
}
body .dock .glass-menu__item {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  display: inline-block;
}
body .dock .glass-menu__item a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
body .dock a.glass-menu__item {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
body .liquidGlass-wrapper .menu-button-container {
  display: none;
}
body .liquidGlass-wrapper .menu-items-container {
  display: flex;
}
body .background-image-container {
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-stretch: 120%;
  letter-spacing: 0;
  color: #e20074;
}
body .background-image-container .message-container {
  position: absolute;
  width: max-content;
  max-width: 350px;
  min-width: 245px;
}
body .background-image-container .message-container p {
  font-weight: 500;
  font-size: 18.2px;
  line-height: 1;
  padding: 0;
}
body .background-image-container .message-container .message-content {
  width: fit-content;
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 20px;
}
body .background-image-container .message-container .message-signature {
  padding: 10px 30px 0;
}
body .background-image-container .message-container .message-signature > p {
  color: #fff;
}
body .background-image-container .message-container--1 {
  top: 20%;
  left: 0;
  transform: translateX(-30%);
}
body .background-image-container .message-container--2 {
  top: 18%;
  left: 31%;
}
body .background-image-container .message-container--3 {
  top: 22%;
  left: 80%;
}
body .background-image-container .message-container--4 {
  top: 62%;
  left: -16%;
}
body .background-image-container .message-container--5 {
  top: 66%;
  left: 91%;
}
body .background-image-container .message-container--6 {
  top: 77%;
  left: 50%;
}
body .background-image-container .message-container--7 {
  top: 81%;
  left: 78%;
}
body .background-image-container .message-container--8 {
  top: 78%;
  left: 2%;
}
@keyframes float1 {
  0%, 100% {
    transform: translate(-30%, 0) translate(0, 0);
  }
  25% {
    transform: translate(-30%, 0) translate(6px, -8px);
  }
  50% {
    transform: translate(-30%, 0) translate(-4px, 6px);
  }
  75% {
    transform: translate(-30%, 0) translate(8px, 4px);
  }
}
@keyframes float2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-6px, 4px);
  }
  50% {
    transform: translate(4px, -6px);
  }
  75% {
    transform: translate(-4px, 8px);
  }
}
@keyframes float3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(8px, 6px);
  }
  50% {
    transform: translate(-6px, -4px);
  }
  75% {
    transform: translate(4px, -8px);
  }
}
@keyframes float4 {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-8px, -6px);
  }
  50% {
    transform: translate(6px, 4px);
  }
  75% {
    transform: translate(-4px, 6px);
  }
}
@keyframes float5 {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(4px, 8px);
  }
  50% {
    transform: translate(-8px, -4px);
  }
  75% {
    transform: translate(6px, -6px);
  }
}
@keyframes float6 {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-6px, 6px);
  }
  50% {
    transform: translate(8px, -6px);
  }
  75% {
    transform: translate(-4px, 4px);
  }
}
@keyframes float7 {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(6px, -8px);
  }
  50% {
    transform: translate(-4px, 6px);
  }
  75% {
    transform: translate(8px, 4px);
  }
}
@keyframes float8 {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-4px, -8px);
  }
  50% {
    transform: translate(6px, 4px);
  }
  75% {
    transform: translate(-6px, 6px);
  }
}
body .background-image-container .message-container {
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
body .background-image-container .message-container--1 {
  animation-name: float1;
  animation-duration: 6s;
  animation-delay: 0s;
}
body .background-image-container .message-container--2 {
  animation-name: float2;
  animation-duration: 7s;
  animation-delay: 0.5s;
}
body .background-image-container .message-container--3 {
  animation-name: float3;
  animation-duration: 5.5s;
  animation-delay: 1s;
}
body .background-image-container .message-container--4 {
  animation-name: float4;
  animation-duration: 6.5s;
  animation-delay: 1.5s;
}
body .background-image-container .message-container--5 {
  animation-name: float5;
  animation-duration: 7.5s;
  animation-delay: 0.3s;
}
body .background-image-container .message-container--6 {
  animation-name: float6;
  animation-duration: 5s;
  animation-delay: 0.8s;
}
body .background-image-container .message-container--7 {
  animation-name: float7;
  animation-duration: 6.8s;
  animation-delay: 1.2s;
}
body .background-image-container .message-container--8 {
  animation-name: float8;
  animation-duration: 7.2s;
  animation-delay: 0.7s;
}
body .background-image-container .background-image__bubble {
  position: absolute;
  width: 100%;
  max-width: 656px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.38;
  background-image: url("../images/ht_background_bubble.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: blur(10px);
}
body .background-image-container .background-image__portrait {
  width: inherit;
  height: inherit;
  background-image: url("../images/ht_background.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(4px);
  will-change: background-position;
  transform: translateZ(0);
}
body .header {
  position: relative;
  display: flex;
  padding: 26px 33px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  z-index: 5;
  min-height: 130px;
}
body .header .logo-container {
  max-width: 35px;
  width: 100%;
}
body .header .logo-container .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .header .dock:hover {
  padding: 12px;
  border-radius: 25px;
}
body .header .dock:hover > div {
  border-radius: 25px;
}
body .header .dock .glass-menu__item:hover {
  transform: scale(0.95);
  transform-origin: center center;
}
body .content-body {
  height: 100vh;
  position: absolute;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: auto;
  padding: 32px 0;
  gap: 20px;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
  font-stretch: 120%;
  letter-spacing: 0;
}
body .content-body::-webkit-scrollbar {
  width: 6px;
}
body .content-body::-webkit-scrollbar-track {
  background: transparent;
}
body .content-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  transition: background 0.2s ease;
}
body .content-body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.6);
}
body .content-body:not(:has(.rules-container)):not(:has(.gallery)) {
  justify-content: center;
  padding: 0;
  gap: 0;
}
body .content-body:not(.home) .content-card {
  margin-top: 10vh;
}
body .content-body .content-card {
  width: min(1200px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 32px;
  flex-shrink: 0;
}
body .content-body .content-card .main_heading_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .content-body .content-card__image {
  width: min(18vw, 200px);
}
body .content-body .content-card__title {
  text-transform: uppercase;
  font-size: min(6.5vw, 80px);
  line-height: 0.81;
  font-weight: 800;
  font-stretch: 105%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
}
body .content-body .content-card__title span {
  color: #fff;
}
body .content-body .content-card__title img {
  width: min(4.5vw, 50px);
  vertical-align: middle;
  display: inline-block;
  flex-shrink: 0;
  object-fit: contain;
}
body .content-body .content-card__title img.wind-decor__right {
  transform: rotateY(180deg);
}
body .content-body .content-card__title span {
  display: inline-block;
}
body .content-body .content-card__subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  max-width: 470px;
  width: 100%;
}
body .content-body .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  width: min(1440px, 100%);
  margin: 20px auto 0;
  padding: 0 32px;
  flex-shrink: 0;
  padding-top: 180px;
}
body .content-body .gallery__item {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 9/16;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .content-body .gallery__item:hover {
  transform: scale(1.01);
}
body .content-body .gallery__item .message-content {
  width: 100%;
  max-width: 88%;
  border-radius: 25px;
  padding: 20px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
body .content-body .gallery__item .message-content p {
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #e20074;
  text-align: center;
  word-break: break-word;
}
body .content-body .gallery__item .message-content p.message-content__poruka {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.1;
}
body .content-body .gallery__item .message-content p.message-content__potpis {
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  color: #000000;
}
body .content-body .gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s ease;
}
body .content-body .gallery__item img:hover {
  transform: scale(1.01);
}
body .content-body .gallery__item:nth-child(4n+1) {
  margin-top: 0;
}
body .content-body .gallery__item:nth-child(4n+2) {
  margin-top: -180px;
}
body .content-body .gallery__item:nth-child(4n+3) {
  margin-top: -50px;
}
body .content-body .gallery__item:nth-child(4n+4) {
  margin-top: -110px;
}
body .content-body .rules-container {
  width: 100%;
  max-width: 50vw;
  margin: 0 auto;
  border-radius: 30px;
  background: #bad3e3;
  background: linear-gradient(90deg, rgb(186, 211, 227) 0%, rgb(244, 188, 217) 100%);
  color: #fff;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 50px 70px;
}
body .content-body .rules-container a {
  color: #e20074;
  font-weight: 700;
}
body .content-body .rules-container.winners .rules-container__content .prize-image-container {
  margin: 50px auto 0;
}
body .content-body .rules-container.winners .rules-container__content .prize-image-container .gallery__item {
  max-width: 300px;
  margin: 0 auto;
}
body .content-body .rules-container.winners .rules-container__content .prize-image-container .gallery__item .message-content .message-content__poruka {
  font-size: 20px;
}
body .content-body .rules-container.winners .rules-container__content .prize-image-container .eye-catcher {
  transform: translate(35%, -35%) rotate(15deg);
}
body .content-body .rules-container.main-rule .rules-container__content {
  gap: 20px;
  align-items: flex-start;
}
body .content-body .rules-container.main-rule .rules-container__content h2 {
  color: #ffffff;
  margin-bottom: 40px;
}
body .content-body .rules-container.main-rule .rules-container__content p {
  font-size: 16px;
  text-align: left;
}
body .content-body .rules-container.main-rule .rules-container__content p span {
  color: #e20074;
  font-weight: 700;
}
body .content-body .rules-container.main-rule .rules-container__content p strong {
  color: #e20074;
  font-weight: 700;
}
body .content-body .rules-container__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  text-align: center;
}
body .content-body .rules-container__content > h2:first-child {
  color: #e20074;
  font-size: 32px;
  margin: 0;
  text-align: center;
}
body .content-body .rules-container__content > .liquidGlass-wrapper {
  cursor: default;
  overflow: unset;
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
}
body .content-body .rules-container__content > .liquidGlass-wrapper .liquidGlass-tint {
  border-radius: 999px;
}
body .content-body .rules-container__content > .liquidGlass-wrapper .liquidGlass-text {
  transform: translateY(8%);
  font-size: 60px;
}
body .content-body .rules-container__content h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
body .content-body .rules-container__content h2 .liquidGlass-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
body .content-body .rules-container__content h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
body .content-body .rules-container__content p {
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  word-break: break-word;
}
body .content-body .rules-container__content .prize-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .content-body .rules-container__content .prize-container .reactions-sum {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #e20074;
}
body .content-body .rules-container__content .prize-name {
  font-size: 60px;
  font-weight: 800;
  line-height: 55px;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: -1%;
  font-stretch: 105%;
}
body .content-body .rules-container__content .prize-name span {
  display: block;
  color: #e20074;
}
body .content-body .rules-container__content .rules-step-text {
  font-weight: 700;
  line-height: 1;
}
body .content-body .rules-container__content .rules-link-text {
  font-size: 21px;
}
body .content-body .rules-container__content p span {
  color: #e20074;
}
body .content-body .rules-container__content .prize-image-container {
  max-width: 412px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
body .content-body .rules-container__content .prize-image-container .prize-image {
  width: 100%;
  height: auto;
  display: block;
}
body .content-body .rules-container__content .prize-image-container .gallery__item {
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
body .content-body .rules-container__content .prize-image-container .eye-catcher {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(70%, -20%) rotate(15deg);
  cursor: default;
  max-width: 133px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
body .footer {
  font-stretch: 120%;
  letter-spacing: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px;
}
body .footer .liquidGlass-wrapper {
  cursor: auto;
}
body .footer .liquidGlass-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 800;
}
body .footer .liquidGlass-text .dock {
  padding: 0;
}
body .footer__dock {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 6;
}
body .footer__dock .glass-menu__item {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
body .footer__dock .glass-menu__item.messages-count {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
body .footer__dock.liquidGlass-wrapper {
  cursor: default;
  padding: 23px 20px 20px;
}
body .footer__dock.liquidGlass-wrapper .stars-container {
  position: absolute;
  top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 11px 10px 10px;
}
body .footer__dock.liquidGlass-wrapper .stars-container .stars-container__right {
  transform: rotateY(180deg);
}
body .footer__dock.liquidGlass-wrapper .messages-count {
  position: relative;
  display: inline-block;
}
body .footer__dock.liquidGlass-wrapper .messages-count .messages-count__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
body .footer__dock.liquidGlass-wrapper .messages-count .messages-count__spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(226, 0, 116, 0.3);
  border-top-color: #e20074;
  border-radius: 50%;
  animation: messages-count-spin 0.8s linear infinite;
}
body .footer__dock.liquidGlass-wrapper .messages-count .messages-count__text {
  position: relative;
  z-index: 2;
}
@keyframes messages-count-spin {
  to {
    transform: rotate(360deg);
  }
}
body .footer__dock.liquidGlass-wrapper .dock {
  flex-direction: column;
  gap: 22px;
}
body .footer__dock.liquidGlass-wrapper .dock .dock__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
body .side-panel-dialog {
  position: fixed;
  top: 50%;
  right: 1%;
  left: auto;
  width: 33.333vw;
  min-width: 320px;
  max-width: 680px;
  height: 98vh;
  margin: 0;
  padding: 40px 36px;
  border: none;
  border-radius: 30px;
  background: #bad3e3;
  background: linear-gradient(90deg, rgb(186, 211, 227) 0%, rgb(244, 188, 217) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translate(100%, -50%);
  opacity: 0;
  transition: transform 0.45s ease, opacity 0.45s ease;
  overflow: hidden;
  z-index: 50;
}
body .side-panel-dialog a {
  color: #e20074;
}
body .side-panel-dialog__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-shrink: 0;
}
body .side-panel-dialog__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}
body .side-panel-dialog__content::-webkit-scrollbar {
  width: 6px;
}
body .side-panel-dialog__content::-webkit-scrollbar-track {
  background: transparent;
}
body .side-panel-dialog__content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  transition: background 0.2s ease;
}
body .side-panel-dialog__content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.6);
}
body .side-panel-dialog__step-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .side-panel-dialog__step-content[hidden] {
  display: none !important;
}
body .side-panel-dialog__content h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
body .side-panel-dialog__content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
body .side-panel-dialog__content h2#generationStatusHeading {
  text-align: center;
}
body .side-panel-dialog__content h2#generationStatusMessage .liquidGlass-text .dock .glass-menu__item {
  text-align: center;
}
body .side-panel-dialog__generation-message {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-top: -20px;
  margin-bottom: 16px;
  text-align: center;
}
body .side-panel-dialog__generation-message[hidden] {
  display: none;
}
body .side-panel-dialog__reset-message {
  font-size: 26px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
body .side-panel-dialog__reset-message[hidden] {
  display: none;
}
body .side-panel-dialog__gif {
  width: 100%;
  border-radius: 15px;
  margin-top: 16px;
  background: rgba(0, 0, 0, 0.25);
  object-fit: contain;
  aspect-ratio: 9/16;
  max-width: 350px;
  margin: 0 auto;
}
body .side-panel-dialog__gif[hidden] {
  display: none;
}
body .side-panel-dialog__video {
  width: 100%;
  border-radius: 15px;
  margin-top: 16px;
  background: rgba(0, 0, 0, 0.25);
  object-fit: contain;
  aspect-ratio: 9/16;
  max-width: 350px;
  margin: 0 auto;
}
body .side-panel-dialog__video[hidden] {
  display: none;
}
body .side-panel-dialog--gallery .side-panel-dialog__top {
  justify-content: flex-end;
}
body .side-panel-dialog--gallery .side-panel-dialog__content {
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body .side-panel-dialog--gallery .gallery-dialog__image-wrapper {
  width: 100%;
  aspect-ratio: 9/16;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
body .side-panel-dialog--gallery .gallery-dialog__image-wrapper > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .side-panel-dialog--gallery .gallery-dialog__image-wrapper .message-content {
  width: fit-content;
  max-width: 80%;
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
body .side-panel-dialog--gallery .gallery-dialog__image-wrapper .message-content p {
  font-weight: 500;
  font-size: 1.82px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  color: #e20074;
}
body .side-panel-dialog--gallery .gallery-dialog__image-wrapper .message-content p:first-child {
  margin-bottom: 10px;
}
body .side-panel-dialog--gallery .gallery-dialog__image-wrapper .message-content p:last-child {
  font-weight: 600;
  color: #e20074;
}
body .side-panel-dialog--gallery .gallery-dialog__image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
body .side-panel-dialog--gallery .gallery-dialog__image-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
body .side-panel-dialog--gallery .gallery-dialog__share-button {
  width: auto;
  align-self: center;
}
body .side-panel-dialog__cta {
  align-self: flex-end;
  margin-top: 30px;
}
body .gallery-dialog__share-button {
  width: auto;
  align-self: center;
  margin-top: 20px;
}
body button.gallery-dialog__share-button {
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
body .side-panel-dialog__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
body .side-panel-dialog__status {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  min-height: 24px;
  color: rgba(255, 255, 255, 0.9);
}
body .side-panel-dialog__status.is-error {
  color: #ffdee7;
}
body .side-panel-dialog__status.is-success {
  color: #003b2e;
}
body .side-panel-dialog__cta--secondary {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: background 0.2s ease, border-color 0.2s ease;
}
body .side-panel-dialog__cta--secondary span {
  color: #fff;
}
body .side-panel-dialog__cta--secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
body .side-panel-dialog__close {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
body .side-panel-dialog__close:focus, body .side-panel-dialog__close:focus-visible {
  outline: none;
  box-shadow: none;
}
body .side-panel-dialog__close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}
body .side-panel-dialog__steps {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
body .side-panel-dialog__step {
  border: none;
  background: transparent;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(226, 0, 116, 0.1882352941);
  cursor: default;
  transition: color 0.2s ease;
  pointer-events: auto;
}
body .side-panel-dialog__step[aria-disabled=true] {
  cursor: not-allowed;
}
body .side-panel-dialog__step:not([aria-disabled=true]) {
  cursor: pointer;
}
body .side-panel-dialog__step.is-active {
  color: #e20074;
}
body .side-panel-dialog__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body .side-panel-dialog__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.9);
}
body .side-panel-dialog__textarea,
body .side-panel-dialog__input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  line-height: 1.4;
  font-family: inherit;
  color: #e20074;
  background: rgba(255, 255, 255, 0.9);
  resize: vertical;
  margin-bottom: 20px;
}
body .side-panel-dialog__textarea:focus,
body .side-panel-dialog__input:focus {
  outline: 3px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}
body .side-panel-dialog__textarea:invalid,
body .side-panel-dialog__input:invalid {
  border: 2px solid #e20074;
}
body .side-panel-dialog__textarea::placeholder,
body .side-panel-dialog__input::placeholder {
  color: rgba(226, 0, 116, 0.4);
}
body .side-panel-dialog__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  margin-top: 10px;
}
body .side-panel-dialog__checkbox {
  margin-top: 3px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  cursor: pointer;
  accent-color: #e20074;
  border: none;
  outline: none;
  box-shadow: none;
}
body .side-panel-dialog__checkbox-text {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
body .side-panel-dialog__error {
  display: none;
  font-size: 12px;
  color: #e20074;
  font-weight: 600;
  margin-top: 4px;
  padding-left: 4px;
}
body .side-panel-dialog__char-count {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
  text-align: right;
  padding-right: 4px;
}
body .side-panel-dialog.is-visible {
  transform: translate(0, -50%);
  opacity: 1;
}
body .side-panel-dialog::backdrop {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
}
body .image-slider-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body .image-slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 16px;
  padding-top: 4px;
}
body .image-slider__slide {
  width: auto;
  max-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .image-slider__item {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  transition: border 0.2s ease, transform 0.2s ease;
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  width: min(130px, 100%);
}
body .image-slider__item:hover {
  transform: translateY(-2px);
}
body .image-slider__item.is-selected {
  border-color: #e20074;
}
body .image-slider__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
body .image-slider__checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  z-index: 10;
  pointer-events: none;
}
body .image-slider__item.is-selected .image-slider__checkmark {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
body .image-slider__scrollbar {
  position: relative;
  width: 100%;
  height: 6px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  cursor: pointer;
}
body .image-slider__scrollbar .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  cursor: grab;
}
body .image-slider__scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
body .voice-selection {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body .voice-selection__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
body .voice-selection__option:hover {
  transform: translateY(0);
}
body .voice-selection__button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
  position: relative;
}
body .voice-selection__button::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  transform: scale(0);
  transition: transform 0.2s ease, background 0.2s ease;
}
body .voice-selection__option.is-selected .voice-selection__button {
  border-color: #e20074;
  background: rgba(226, 0, 116, 0.1);
}
body .voice-selection__option.is-selected .voice-selection__button::after {
  background: #e20074;
  transform: scale(1);
}
body .voice-selection__label {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease;
}
body .voice-selection__option.is-selected .voice-selection__label {
  color: #e20074;
}

@media only screen and (max-width: 1200px) {
  body .header .centerer {
    display: none;
  }
  body .background-image-container .background-image__bubble {
    max-width: 600px;
  }
  body .background-image-container .background-image__portrait {
    background-size: cover;
  }
}
@media only screen and (max-width: 900px) {
  body .header {
    height: 130px;
  }
  body .content-body .content-card__title {
    font-size: min(6.5vw, 32px);
  }
  body .content-body .content-card__subtitle {
    font-size: min(5.5vw, 21px);
  }
  body .content-body .gallery {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 45px;
  }
  body .content-body .gallery__item:nth-child(2n+1) {
    margin-top: 0;
  }
  body .content-body .gallery__item:nth-child(2n+2) {
    margin-top: -45px;
  }
  body .content-body .gallery__item img {
    cursor: pointer;
  }
  body .content-body .gallery__item .message-content p.message-content__poruka {
    font-size: max(3vw, 13.66px);
  }
  body .content-body .rules-container {
    max-width: 80vw;
    padding: 40px 30px;
  }
  body .content-body .rules-container.main-rule__content p {
    font-size: 16px;
  }
  body .content-body .rules-container__content {
    gap: 35px;
  }
  body .content-body .rules-container__content > h2:first-child {
    font-size: 28px;
  }
  body .content-body .rules-container__content > .liquidGlass-wrapper {
    max-width: 80px;
  }
  body .content-body .rules-container__content > .liquidGlass-wrapper .liquidGlass-text {
    font-size: 40px;
  }
  body .content-body .rules-container__content p {
    font-size: 18px;
  }
  body .content-body .rules-container__content .prize-name {
    font-size: 40px;
    line-height: 1;
  }
  body .content-body .rules-container__content .prize-image-container {
    max-width: 200px;
  }
  body .content-body .rules-container__content .prize-image-container .eye-catcher {
    max-width: 100px;
  }
  body .content-body .rules-container__content .prize-image-container .eye-catcher .liquidGlass-text {
    font-size: 13px;
  }
  body .background-image-container .background-image__bubble {
    max-width: 400px;
  }
  body .background-image-container .message-container {
    max-width: 250px;
  }
  body .background-image-container .message-container--2,
  body .background-image-container .message-container--6,
  body .background-image-container .message-container--4 {
    display: none;
  }
  body .side-panel-dialog {
    width: 100vw;
    left: 50%;
    right: auto;
    transform: translate(100%, -50%);
    height: 100vh;
    max-height: 100%;
  }
  body .side-panel-dialog .side-panel-dialog__content h2 {
    font-size: 24px;
  }
  body .side-panel-dialog.is-visible {
    transform: translate(-50%, -50%);
  }
  body .footer__dock {
    display: none;
  }
  body .footer {
    justify-content: center;
  }
  body .footer .centerer {
    display: none;
  }
  body .liquidGlass-wrapper .menu-button-container {
    display: flex;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  body .liquidGlass-wrapper .menu-items-container {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  body .liquidGlass-wrapper.dock.menu.menu-open {
    transform: translateY(65px);
    padding: 20px;
  }
  body .liquidGlass-wrapper.dock.menu.menu-open .liquidGlass-text {
    font-size: 30px;
  }
  body .liquidGlass-wrapper.menu-open .menu-button-container {
    display: none;
  }
  body .liquidGlass-wrapper.menu-open .menu-items-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 1;
    transform: translateY(0);
  }
  body .liquidGlass-wrapper .menu-button {
    cursor: pointer;
  }
}
