/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-teal-500: oklch(70.4% 0.14 182.503);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-bold: 700;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-auto {
    height: auto;
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-red-100 {
    border-color: var(--color-red-100);
  }
  .bg-\[\#12b9bf\] {
    background-color: #12b9bf;
  }
  .bg-\[\#df0000\] {
    background-color: #df0000;
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#e90044\] {
    color: #e90044;
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:bg-gray-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-200);
      }
    }
  }
  .hover\:bg-red-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
      }
    }
  }
  .hover\:bg-teal-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-teal-500);
      }
    }
  }
  .hover\:text-gray-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-800);
      }
    }
  }
  .md\:max-w-md {
    @media (width >= 48rem) {
      max-width: var(--container-md);
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
}
html {
  --theme-color-main: #ffd43e;
  --theme-color-dark: #3c2313;
  --theme-color-dark-blue: #064087;
  --theme-color-corporate: #e90044;
}
body {
  background: #faf3dd !important;
  font-display: swap;
}
#brand {
  z-index: 10000;
}
#rules-modal, #reward-modal {
  z-index: 10000000;
}
#rules-modal li {
  margin-left: 1.2em;
}
.btn-cta {
  font-size: 0.9em;
  margin: 0.4em auto;
  font-weight: 700;
  background: var(--theme-color-corporate);
  padding: 0.5em 1.2em 0.6em 1.2em;
  border-radius: 50px;
  color: #fff !important;
  text-decoration: none;
  display: table;
  align-items: center;
  line-height: initial;
  justify-content: center;
}
.btn-info {
  padding: 0.2em 1.2em 0.2em 0.2em;
  border-radius: 50px;
  background: var(--theme-color-dark);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1.6;
  font-size: 0.8em;
}
.btn-info:hover {
  background: #fff;
  color: var(--theme-color-dark);
}
.btn-info:before {
  margin-right: 0.6em;
  font-size: 1.2em;
  font-weight: 700;
  content: 'i';
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--theme-color-main);
  border-radius: 50px;
  color: var(--theme-color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
#Wrapper {
  width: 80%;
  padding: 1em;
  margin: 1em auto;
  background: var(--theme-color-main);
  border-radius: 2em;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
  position: relative;
  overflow: hidden;
}
#Intro {
  padding: 1em;
  position: relative;
  z-index: 10000;
}
#Intro p {
  margin-bottom: 1em;
  font-size: 1.1em;
}
#Intro p:last-child {
  margin-bottom: 0;
}
#Intro .em {
  font-size: 0.8em;
  padding: 0.4em 0.6em;
  margin: 0.2em;
  background: #fff;
  border-radius: 0.3em;
  display: inline-flex;
  line-height: 1;
}
#Intro .small {
  font-size: 0.9em;
}
#Intro .highlight {
  padding: 1.2em;
  font-size: 1.1em;
  display: table;
  margin: auto;
  border: 2px solid var(--theme-color-dark);
  border-radius: 0.8em;
  backdrop-filter: blur(0.2em);
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
}
#ThemeLogo {
  width: 240px;
  height: 90px;
  background-image: url(../imgs/sg-chinese-funfest-logo-tagline.svg);
  display: flex;
}
#ThemeHeader000 {
  width: 40%;
  height: 100%;
  background-image: url(../imgs/fun-fact-expert.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 5/1.2;
  display: flex;
  justify-content: center;
  margin: -2em auto 2em auto;
}
#ThemeHeader {
  display: flex;
  justify-content: center;
  margin: -2em auto 2em auto;
  z-index: 1000000;
}
.header-img {
  width: auto;
  height: 110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
.header-img1 {
  margin: 0 -0.4em;
  aspect-ratio: 2/1.1 !important;
  background-image: url(../imgs/text-i-am.svg);
  animation: stompAnim 0.4s cubic-bezier(0.45,0,0.55,1) forwards;
}
.prefix {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}
.stomp-wrapper {
  display: inline-flex;
}
.stomp-char {
  aspect-ratio: 1/1;
  margin: 0 -0.2em;
  opacity: 0;
  animation: stompAnim 0.4s cubic-bezier(0.45,0,0.55,1) forwards,pulsing 0.6s ease-in-out infinite alternate;
}
.header-img1 {
  animation-delay: 0.3s,1.5s;
  background-image: url(../imgs/text-i-am.svg);
}
.header-img2 {
  animation-delay: 0.6s,1.6s;
  background-image: url(../imgs/text-lion.svg);
}
.header-img3 {
  animation-delay: 0.9s,1.7s;
  background-image: url(../imgs/text-city.svg);
}
.header-img4 {
  animation-delay: 1.2s,1.8s;
  background-image: url(../imgs/text-expert.svg);
}
.header-img5 {
  animation-delay: 1.6s,1.9s;
  background-image: url(../imgs/text-exclamation.svg);
  background-size: auto 100%;
  aspect-ratio: 1/3;
  margin-left: 0.2em;
}
@keyframes stompAnim {
  0% {
    opacity: 0;
    transform: translateY(-500px) scale(3);
  }
  70% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  85% {
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulsing {
  0% {
    transform: scale(1);
    text-shadow: 0 0 0px rgba(255,62,62,0);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.shake-container {
  animation: screenShake 0.2s 1.6s ease-in-out;
}
@keyframes screenShake {
  0%,100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-8px) translateY(8px);
  }
  50% {
    transform: translateX(8px) translateY(-8px);
  }
  75% {
    transform: translateX(-8px);
  }
}
#Plate {
  width: 80%;
  margin-bottom: 4em;
  display: block;
  position: relative;
  padding: 0;
  background: none;
}
#Fixtures {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
#Fixtures .items {
  height: auto;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 0;
}
#umbrella {
  bottom: -4em;
  left: -4em;
  width: 30%;
  aspect-ratio: 1/1;
  animation: spin 10s linear infinite;
  background-image: url(../imgs/lianhe-zaobao-umbrella.webp);
}
#tea-infuser-tumbler {
  bottom: 4em;
  right: 2em;
  width: 12%;
  aspect-ratio: 1/3;
  background-image: url(../imgs/lianhe-zaobao-glass-tea-infuser-tumbler.webp);
  animation: float 6s ease-in-out infinite;
}
#gallery-section {
  width: 100%;
  height: 100% !important;
}
.gallery-item {
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: drift 10s ease-in-out infinite;
  filter: brightness(0.9) contrast(1.1);
}
#canvas img:nth-child(odd) {
  opacity: .5;
}
.sticker {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
  pointer-events: none;
}
.visible {
  opacity: 1;
}
#fileContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.floating-file {
  position: absolute;
  bottom: -10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  animation: floatUp linear infinite;
}
.floating-file:hover {
  animation-play-state: paused;
  z-index: 100;
}
.floating-file img {
  width: 80px;
  height: auto;
}
.info {
  border: 2px solid #3c2313;
  padding: 2em;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
}
#stats-container {
  width: 90%;
  top: -1em;
  padding: 2em 1em 1em 1em;
  margin: 2em auto;
  font-size: 0.8em;
  max-width: 500px;
  display: none;
  position: sticky;
  background: var(--theme-color-main);
  z-index: 1000;
  text-align: center;
  transition: all 0.3s ease;
  color: var(--theme-color-dark);
  backdrop-filter: blur(1.2em);
  z-index: 1000000;
  border-radius: 0.8em;
  box-shadow: 0 0 3em 0 rgba(0,0,0,0.2);
}
#stats-container em {
  font-weight: 900;
}
#progression-msg {
  margin-top: 0.3em;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
}
.card {
  display: flex;
  min-height: 60vh;
  background: #fcf7f1;
  padding: 0;
  margin-bottom: 0.2em;
  break-inside: avoid;
  box-shadow: 0 4px 10px 1px rgba(0,0,0,0.06);
  align-items: center;
  border-radius: 2em;
  background-clip: padding-box;
  transition: transform 0.3s ease;
  overflow: hidden;
  position: sticky;
}
.card000:nth-child(even) {
  border-top-left-radius: 2em;
  border-bottom-right-radius: 2em;
}
.card000:nth-child(odd) {
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
}
.card-img:before {
  width: 26%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 80px;
  z-index: 0;
}
.card:hover {
  box-shadow: 1em 1em 2em 0 rgba(0,0,0,0.2);
}
.card-img {
  height: 50%;
  overflow: hidden;
  box-shadow: 0 0 10em 0 rgba(0,0,0,0.6);
  display: block;
}
.card-img:hover img {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.reveal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transform: scale(1.4);
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.2s ease-out;
}
.reveal-img.visible {
  opacity: 1;
  transform: scale(1);
}
.question-capsule {
  width: 100%;
  padding: 0 3em;
  position: relative;
}
.question-text {
  font-size: 1.6em !important;
  font-weight: 900 !important;
  margin-bottom: 1em;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 10;
  text-shadow: none;
  border: 2px solid #fff;
  padding: 0.6em 1.2em;
  border-radius: 0.6em;
  display: flex;
  align-items: center;
  min-height: 20vh;
  justify-content: center;
}
.options {
  gap: 0.6em;
  column-count: 1;
  column-gap: 0.4em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
#quiz-container .card {
  background: var(--dark-color);
  color: var(--light-color);
}
#quiz-container .card .question-text {
  border-color: var(--light-color);
}
#quiz-container .card button {
  width: 48%;
  font-weight: 700;
  background: var(--light-color);
  color: var(--dark-color);
}
#quiz-container button {
  font-size: 1em;
  padding: 0.6em 1.2em;
  background: #fff;
  border-radius: 0.4em;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
#quiz-container button:hover:not(:disabled) {
  border-color: #0984e3;
  background: #f0f7ff;
}
#quiz-container button:disabled {
  cursor: not-allowed;
  border-color: transparent;
  background: rgba(255,255,255,0.6);
}
#quiz-container .card:before,#quiz-container .card:after {
  padding: 0 1em 0 0.4em;
  font-size: 0.9em;
  right: 0;
  line-height: 1;
  position: absolute;
  vertical-align: top;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 1000;
}
#quiz-container .card:before {
  top: .8em;
  opacity: 0.8;
  font-weight: 700;
}
#quiz-container .card:after {
  content: '5';
  top: 2em;
  padding-top: 0.2em;
  opacity: 0.5;
  border-top: 1px solid rgba(255,255,255,0.4);
}
#quiz-container .card:nth-child(1):before {
  content: '1';
}
#quiz-container .card:nth-child(1) {
  top: 2%;
}
#quiz-container .card:nth-child(2):before {
  content: '2';
}
#quiz-container .card:nth-child(2) {
  top: 5.2%;
}
#quiz-container .card:nth-child(3):before {
  content: '3';
}
#quiz-container .card:nth-child(3) {
  top: 8.4%;
}
#quiz-container .card:nth-child(4):before {
  content: '4';
}
#quiz-container .card:nth-child(4) {
  top: 11.6%;
}
#quiz-container .card:nth-child(5):before {
  content: '5';
}
#quiz-container .card:nth-child(5) {
  top: 13%;
}
#action-panel img {
  width: 50%;
}
.feedback {
  font-size: 1.1em;
  margin: 1em auto;
  padding: 1em 1.6em;
  border-radius: 0.6em;
  display: none;
  line-height: 1.4;
  background: #fff !important;
  color: #000 !important;
}
.feedback em {
  font-weight: 400;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.feedback em:after {
  font-size: 1.4em;
  margin: 0 0.2em;
  content: '⭑';
  animation: spin 4s linear infinite;
  display: block;
  line-height: 1;
  color: var(--theme-color-corporate);
}
.feedback span {
  font-weight: 700;
  text-align: left;
}
.correct-box {
  background: #f0fffc;
  color: #12b9bf;
  border: none;
}
.wrong-box {
  background: #fff1f1;
  color: #df0000;
  border: none;
}
.desc,.note {
  margin-top: 5px;
  color: #000;
}
.answer {
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
  border-bottom: 3px solid #ccc;
  display: inline-flex;
}
.note {
  margin-top: 1em;
  text-align: left;
}
.correct-box .sentence {
  border-top: 1px solid #12b9bf;
}
.wrong-box .sentence {
  border-top: 1px solid #df0000;
}
#count {
  font-weight: 700;
  margin-left: 0.2em;
}
#score {
  font-size: 0.8em;
  padding: 0.3em 0.4em;
  margin: auto 0.3em;
  background: #12b9bf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  line-height: 0;
  aspect-ratio: 1/1;
}
.scorecard {
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  columns: 2;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.4em;
  background: #fff;
  border-radius: 0.3em;
}
.divider::before {
  margin: auto 0.2em;
  content: '/';
}
.score-question,.score-correct {
  margin: 0 0.4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.total-question {
  font-weight: 500 !important;
}
.icon-correct,.icon-wrong {
  width: 24px;
  height: 24px;
  margin: 0 0.4em 0 -0.8em;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  border: 1px solid #fff;
}
.icon-correct {
  background-image: url(/lib/imgs/icon-tick-white.svg);
  background-color: #12b9bf;
}
.icon-wrong {
  background-image: url(/lib/imgs/icon-close-white.svg);
  background-color: #df0000;
}
.num-correct,.num-answered {
  width: 30px;
  padding: 0.4em;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-color-main);
  color: #000;
}
@media (max-width:767px) {
  #Wrapper {
    width: 90%;
    padding: 0 0 10em 0;
    border-radius: 0.8em;
  }
  #ThemeLogo {
    margin: 0 auto;
  }
  #ThemeHeader000 {
    width: 90%;
    margin: -1em auto 1em auto;
  }
  #ThemeHeader {
    display: block;
    margin: 0 auto 1em auto;
  }
  .header-img {
    height: 80px;
  }
  .header-img1 {
    height: 60px;
  }
  #Intro {
    padding: 0 1.4em;
  }
  #Intro .highlight {
    padding: 1em;
  }
  #Intro p {
    font-size: 1em;
  }
  #umbrella {
    width: 280px;
    bottom: -6em;
    left: -6em;
  }
  #tea-infuser-tumbler {
    top: 50%;
    right: 1em;
    width: 80px;
    transform: rotate(10deg);
  }
  #Plate,.info {
    width: 94%;
  }
  .floating-file img {
    width: 60px;
    opacity: 0.8;
  }
  .info {
    padding: 1em;
    border-radius: 0.8em;
  }
  #quiz-container {
    column-count: 1;
  }
  #quiz-container button {
    font-size: 1em;
    padding: 0.6em 0.2em 0.6em 1.4em;
    width: 100%;
  }
  #quiz-container .card:before,#quiz-container .card:after {
    background: rgba(255,255,255,0.7);
    padding: 0.4em 0.8em;
    right: 0;
    color: #000;
  }
  #quiz-container .card:before {
    top: 0;
  }
  #action-panel img {
    width: 100%;
  }
  .feedback {
    font-size: 1em;
  }
  .feedback em:after {
    font-size: 1.6em;
  }
  .card {
    padding: 0 0 1.2em 0;
    border-radius: 0.8em !important;
    display: block;
    min-height: 30vh;
    position: relative;
    top: auto !important;
  }
  .card:hover {
    transform: none;
    box-shadow: 0 0 3em 0 rgba(0,0,0,0.2);
  }
  .card-img,.question-capsule {
    width: 100%;
  }
  .question-capsule {
    margin-top: 1.6em;
    padding: 0 1.8em;
  }
  .question-text {
    width: 100%;
    min-height: 50px;
    font-size: 1.1em !important;
    margin-bottom: 0.6em;
    text-align: left;
  }
  .icon-correct,.icon-wrong {
    width: 20px;
    height: 20px;
  }
  .options {
    gap: 0.3em;
    width: 100%;
  }
  .scorecard {
    font-size: 1.2em;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0%,100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-25px) rotate(10deg);
  }
}
@keyframes drift {
  0%,100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(15px, -25px) rotate(3deg);
  }
  66% {
    transform: translate(-10px, 10px) rotate(-2deg);
  }
}
@keyframes subtleFloat {
  0%,100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(3px, -8px) rotate(1deg);
  }
  66% {
    transform: translate(-3px, 4px) rotate(-1deg);
  }
}
@keyframes floatUp {
  0% {
    transform: translateY(0) translateX(0) scale(0.8) rotate(180deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-120vh) translateX(40px) scale(1) rotate(0deg);
    opacity: 0;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
