/*! 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-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-md: 0.375rem;
    --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 {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-40 {
    z-index: 40;
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .-mt-6 {
    margin-top: calc(var(--spacing) * -6);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[220px\] {
    min-height: 220px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-full {
    width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-loose {
    --tw-leading: var(--leading-loose);
    line-height: var(--leading-loose);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-gray-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-800);
      }
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
body {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  line-height: 1.4;
}
h2 {
  margin-top: 1em;
}
#cnyLogo {
  width: 280px;
  height: 130px;
  margin-bottom: 1em;
  background-image: url(../../../assets/imgs/lianhe-zaobao-cny-logo.svg);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
body:not(#theme-default) #cnyLogo000 {
  width: 180px;
  height: 100px;
}
#IntroScreen {
  display: inline-flex;
}
body:is(#theme-default) #IntroScreen,#GreetingScreen {
  align-items: center;
  min-height: 40vh;
}
#IntroScreen p {
  font-size: 1.4em;
  line-height: 1.4;
}
#theme-default {
  background-image: url(../imgs/bg-default-d.webp?1b);
}
#theme-family {
  background-image: url(../imgs/bg-family-d.webp);
}
#theme-friends {
  background-image: url(../imgs/bg-friends-d.webp);
  background-color: #cf4590;
}
#theme-colleagues {
  background-image: url(../imgs/bg-colleagues-d.webp?1b);
  background-color: #fcc43d;
}
#theme-social {
  background-image: url(../imgs/bg-social-d.webp);
  background-color: #00b8cd;
}
body:not(#theme-default) #FeatureItem {
  display: none;
}
#FeatureItem {
  position: absolute;
}
#Wrapper {
  min-height: 100vh;
}
#MessageBox {
  border-radius: 1em;
  box-shadow: 0 0 3em rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.5);
}
#greeting-display {
  font-size: 1.6em;
  padding: 2em 1.2em;
  line-height: 1.4;
}
.group-btn {
  padding: 6px;
  border-radius: 50px;
  background: #fff;
}
.btn {
  border: none;
  padding: 0.4em 1.4em;
  font-size: 0.95em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  transform: scale(1.05);
}
.btn-audio {
  padding: 0;
}
.btn-share {
  background-color: var(--theme-ui-colors-main);
}
.btn,.audio-icon {
  height: 44px;
}
.audio-icon {
  width: 96px;
  height: 44px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  border-radius: 50px;
}
.audio-play {
  background-image: url(../imgs/audio-play.svg);
  background-color: #1751a3;
  position: relative;
}
.audio-play000:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  border: 0.6em solid #1751a3;
  animation: pulse-ring 1.5s infinite;
}
.audio-pause {
  background-image: url(../imgs/audio-pause.svg);
  background-color: #000;
}
.group-toggle {
  top: 50%;
  position: absolute;
}
.group-toggle #btn-prev,.group-toggle #btn-next {
  width: 110px;
  height: 110px;
  position: absolute;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.group-toggle #btn-prev:hover,.group-toggle #btn-next:hover {
  animation-play-state: paused;
}
.group-toggle #btn-prev {
  left: -3em;
  background-image: url(../imgs/toggle-prev.webp);
}
.group-toggle #btn-next {
  right: -3em;
  background-image: url(../imgs/toggle-next.webp);
}
.floating {
  position: relative;
  animation: float 2s ease-in-out infinite;
}
.floating::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 65%;
  height: 14px;
  background: rgba(0,0,0,0.25);
  filter: blur(14px);
  transform: translateX(-50%);
  animation: shadow 6s ease-in-out infinite;
  z-index: -1;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shadow {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 0.25;
  }
  50% {
    transform: translateX(-50%) scale(0.85);
    opacity: 0.15;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.25;
  }
}
.pulse {
  background: #6366f1;
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.pulse-ring000 {
  position: relative;
}
.pulse-ring000::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  border: 0.6em solid #1751a3;
  animation: pulse-ring 1.5s infinite;
}
@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.pulse-btn {
  background: #ef4444;
  animation: pulse-shadow 2s infinite;
}
@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(239, 68, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}
.spinning {
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.spin-quarter {
  animation-name: spin-quarter;
}
@keyframes spin-quarter {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(80deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.spin {
  animation-name: spin;
}
@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@media (prefers-reduced-motion:reduce) {
  * {
    animation: none !important;
  }
}
#NavMenu {
  bottom: -3em;
  width: 36%;
  left: 32%;
  position: fixed;
  z-index: 100;
}
#Nav {
  overflow: visible;
  filter: drop-shadow(0 0 2em rgba(0,0,0,0.2));
}
.nav-item image {
  width: 200px;
  height: auto;
}
.slice-group {
  cursor: pointer;
  transform-origin: 200px 200px;
  transition: transform 0.25s ease;
}
.slice-group:hover {
  transform: scale(1.07);
}
.depth-1 {
  transform: scale(0.95);
}
.depth-2 {
  transform: scale(1.0);
}
.depth-3 {
  transform: scale(1.05);
}
.depth-4 {
  transform: scale(1.1);
}
.slice-text {
  fill: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}
.outer-text {
  fill: #fff;
  font-size: 1.1em;
  letter-spacing: 6px;
  opacity: 0.8;
  transform-origin: 200px 200px;
  animation: slowArcRotate 8s ease-in-out infinite;
  font-weight: 500;
}
body:not(#theme-default) .outer-text {
  display: none;
}
#NavHome {
  bottom: 1em;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../imgs/bg-white.webp);
  background-position: center;
  background-repeat: repeat;
}
#HeapSeng {
  width: 80px;
  height: 80px;
  margin-top: -1.4em;
  aspect-ratio: 1/1;
  background-image: url(../imgs/heap-seng-logo.svg);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@keyframes slowArcRotate {
  0% {
    transform: rotate(-70deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-70deg);
  }
}
@media (min-height:300px) and (orientation:landscape) {
  body:is(#theme-default) #IntroScreen000,#GreetingScreen {
    min-height: auto;
  }
  body:not(#theme-default) #NavMenu {
    width: 30%;
    left: auto;
    right: 4%;
  }
}
@media (min-height:400px) and (max-height:700px) and (orientation:landscape) {
  body:is(#theme-default) #IntroScreen,#GreetingScreen {
    min-height: auto;
  }
  #NavMenu {
    width: 34%;
    left: auto;
    right: 4%;
  }
  #NavHome {
    bottom: 1em;
    width: 110px;
    height: 110px;
  }
  #HeapSeng {
    margin-top: -0.4em;
  }
}
@media (min-height:400px) and (max-height:650px) and (orientation:landscape) {
  #category-title {
    margin-top: 0;
  }
  #MessageBox {
    min-height: 100px;
  }
  #greeting-display {
    padding: 0.8em 1.2em 1.8em 1.2em;
    font-size: 1.4em;
  }
}
@media (min-width:320px) and (max-width:900px) {
  body {
    background-size: 110% auto;
  }
  @supports (-webkit-touch-callout:none) {
    #NavMenu {
      bottom: -4em;
      width: 30%;
      left: 35%;
    }
  }
  #theme-default {
    background-image: url(../imgs/bg-default-m.webp?1b);
  }
  #theme-family {
    background-image: url(../imgs/bg-family-m.webp);
  }
  #theme-friends {
    background-image: url(../imgs/bg-friends-m.webp);
  }
  #theme-colleagues {
    background-image: url(../imgs/bg-colleagues-m.webp?1b);
  }
  #theme-social {
    background-image: url(../imgs/bg-social-m.webp);
  }
  #NavMenu {
    width: 90%;
    left: 4%;
    bottom: -2.6em;
  }
  h2 {
    font-size: 2.2em;
  }
  #cnyLogo {
    width: 200px;
    height: 100px;
    margin-bottom: 0;
    margin-top: 2em;
  }
  .headline {
    font-size: 3em;
  }
  .headline span {
    font-size: 0.7em;
  }
  #NavHome {
    width: 100px;
    height: 100px;
  }
  #HeapSeng {
    width: 78px;
    height: 78px;
    margin-top: 0em;
  }
  #Wrapper {
    overflow-x: hidden;
  }
  #MessageBox {
    width: 80%;
    min-height: 200px !important;
  }
  #theme-family #MessageBox {
    background: linear-gradient(115deg,rgba(42, 123, 155, 0.46) 0%, rgba(87, 199, 133, 0.52) 50%, rgba(237, 221, 83, 0.55) 100%);
  }
  #theme-colleagues #MessageBox {
    background: linear-gradient(115deg, rgb(213 207 8 / 46%) 0%, rgb(249 13 216 / 52%) 50%, rgb(255 240 113 / 55%) 100%);
  }
  #theme-friends #MessageBox {
    background: linear-gradient(115deg, rgb(240 63 147) 0%, rgb(9 130 181 / 77%) 50%, rgb(241 161 216 / 65%) 100%);
  }
  #theme-social #MessageBox {
    background: linear-gradient(115deg, rgb(213 207 8 / 46%) 0%, rgb(13 145 249 / 52%) 50%, rgb(255 240 113 / 55%) 100%);
  }
  #greeting-display {
    padding: 0 0.4em 2em 1.2em;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: 500;
  }
  .btn,.audio-icon {
    height: 38px;
  }
  .btn:hover {
    transform: none;
  }
  .group-toggle #btn-prev,.group-toggle #btn-next {
    width: 100px;
    height: 100px;
  }
  .group-toggle #btn-prev {
    left: -0.6em;
  }
  .group-toggle #btn-next {
    right: -0.4em;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
