/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --color-white: #fff;
  --font-sans: Roboto, "Noto Sans SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Heiti SC", "Microsoft YaHei", sans-serif;
  --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-200: oklch(88.5% 0.062 18.334);
  --color-red-300: oklch(80.8% 0.114 19.571);
  --color-red-600: oklch(57.7% 0.245 27.325);
  --color-red-700: oklch(50.5% 0.213 27.518);
  --color-red-800: oklch(44.4% 0.177 26.899);
  --color-orange-50: oklch(98% 0.016 73.684);
  --color-orange-100: oklch(95.4% 0.038 75.164);
  --color-orange-200: oklch(90.1% 0.076 70.697);
  --color-orange-300: oklch(83.7% 0.128 66.29);
  --color-orange-600: oklch(64.6% 0.222 41.116);
  --color-orange-700: oklch(55.3% 0.195 38.402);
  --color-orange-800: oklch(47% 0.157 37.304);
  --color-yellow-50: oklch(98.7% 0.026 102.212);
  --color-yellow-100: oklch(97.3% 0.071 103.193);
  --color-yellow-200: oklch(94.5% 0.129 101.54);
  --color-yellow-300: oklch(90.5% 0.182 98.111);
  --color-yellow-400: oklch(85.2% 0.199 91.936);
  --color-yellow-600: oklch(68.1% 0.162 75.834);
  --color-yellow-700: oklch(55.4% 0.135 66.442);
  --color-yellow-800: oklch(47.6% 0.114 61.907);
  --color-emerald-50: oklch(97.9% 0.021 166.113);
  --color-emerald-100: oklch(95% 0.052 163.051);
  --color-emerald-200: oklch(90.5% 0.093 164.15);
  --color-emerald-300: oklch(84.5% 0.143 164.978);
  --color-emerald-600: oklch(59.6% 0.145 163.225);
  --color-emerald-800: oklch(43.2% 0.095 166.913);
  --color-blue-50: oklch(97% 0.014 254.604);
  --color-blue-100: oklch(93.2% 0.032 255.585);
  --color-blue-200: oklch(88.2% 0.059 254.128);
  --color-blue-300: oklch(80.9% 0.105 251.813);
  --color-blue-600: oklch(54.6% 0.245 262.881);
  --color-blue-800: oklch(42.4% 0.199 265.638);
  --color-purple-400: oklch(71.4% 0.203 305.504);
  --color-slate-50: oklch(98.4% 0.003 247.858);
  --color-slate-100: oklch(96.8% 0.007 247.896);
  --color-slate-200: oklch(92.9% 0.013 255.508);
  --color-slate-300: oklch(86.9% 0.022 252.894);
  --color-slate-400: oklch(70.4% 0.04 256.788);
  --color-slate-500: oklch(55.4% 0.046 257.417);
  --color-slate-600: oklch(44.6% 0.043 257.281);
  --color-slate-800: oklch(27.9% 0.041 260.031);
  --color-slate-900: oklch(20.8% 0.042 265.755);
  --spacing: 0.25rem;
  --container-md: 28rem;
  --container-lg: 32rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-6xl: 72rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --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-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-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --tracking-tight: -0.025em;
  --tracking-widest: 0.1em;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --animate-spin: spin 1s linear infinite;
  --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);
}
@charset "UTF-8";
::-moz-selection {
  background-color: var(--theme-ui-colors-main);
  color: var(--theme-ui-colors-white);
}
::selection {
  background-color: var(--theme-ui-colors-main);
  color: var(--theme-ui-colors-white);
}
html {
  --theme-ui-colors-theme: #a50134;
  --theme-ui-colors-light-theme: #ffb5cc;
  --theme-ui-colors-mute-theme: #fff2f6;
  --theme-ui-colors-black: #000;
  --theme-ui-colors-white: #fff;
  --theme-ui-colors-main: #E90044;
  --theme-ui-colors-submain: #A80034;
  --theme-ui-colors-error: #f70044;
  --theme-ui-colors-focus: #FFB500;
  --theme-ui-colors-primary: #4f4f50;
  --theme-ui-colors-grey: #898989;
  --theme-ui-colors-light-grey: #d1d1d1;
  --theme-ui-colors-secondary: #003866;
  --theme-ui-colors-surreal: #6AD9D4;
  --theme-ui-colors-muted: #F4F7F8;
  --theme-ui-colors-highlight-bg: #ffdde5;
}
.scroller {
  overflow: hidden;
  overflow-y: auto;
}
.scroller::-webkit-scrollbar {
  width: 6px;
  background-color: none;
}
.scroller::-webkit-scrollbar-track {
  -webkit-background-color: none;
  border-radius: 10px;
}
.scroller::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--theme-ui-colors-light-grey);
}
@supports (text-wrap:pretty) and (-webkit-touch-callout:none) {
  body,h1,h2,h3,p,span,blockquote,li {
    text-wrap: wrap !important;
  }
}
body,h1,h2,h3,p,span,blockquote,li {
  text-wrap: pretty;
}
html,body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
  -moz-font-feature-settings: 'kern';
  font-feature-settings: 'kern';
  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
body {
  font-size: 17px;
  line-height: 1.4;
  width: 100%;
  background: var(--theme-ui-colors-white);
  color: var(--theme-ui-colors-text);
  font-family: Roboto,Noto Sans SC,Hiragino Sans GB,WenQuanYi Micro Hei,Heiti SC,Microsoft YaHei,sans-serif !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  word-break: break-word;
}
*,*:after,*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline: none;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,a:active,a:focus {
  outline: none;
  text-decoration: none !important;
}
em {
  font-style: normal;
}
img,figure,figcaption {
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
legend {
  border: none;
}
h1,h2,h3,h4 {
  text-transform: capitalize;
}
button {
  outline: none;
}
iframe:not(.flourish-embed iframe),.video-container .video-js {
  border: none;
  min-height: auto !important;
  margin: 0 auto !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.iframe-responsive {
  position: relative;
  margin: 1em 0;
  height: 0;
  z-index: 10000;
  overflow: hidden;
  background: none;
  -webkit-overflow-scrolling: touch;
}
.container-16x9,.container-9x16 {
  margin: 1em auto;
}
.container-16x9 {
  width: 80%;
  position: relative;
}
.iframe-16x9,.video-container-16x9 {
  padding-bottom: 56.25%;
}
.container-9x16 {
  width: 320px;
}
.iframe-9x16,.video-container-9x16 {
  padding-bottom: 177.78%;
}
.btn-group {
  margin: 1em auto 2em auto;
}
.btn-style {
  padding: 0.6em 2em;
  margin: auto;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .5s;
  font-weight: 500;
  font-size: 1em;
}
.btn-main,.btn-dark,.btn-secondary {
  color: var(--theme-ui-colors-white) !important;
  border: none;
}
.btn-main {
  background: var(--theme-ui-colors-main);
}
.btn-dark {
  background: var(--theme-ui-colors-submain);
}
.btn-secondary {
  background: var(--theme-ui-colors-secondary) !important;
}
.btn-tertiary {
  background: var(--theme-ui-colors-white);
  color: var(--theme-ui-colors-submain);
  border: 1px solid var(--theme-ui-colors-submain);
}
.icon-media {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon-podcast.icon-white {
  background-image: url('../../lib/imgs/icons/icon-podcast-white.svg');
}
.icon-podcast.icon-black {
  background-image: url('../../lib/imgs/icons/icon-podcast-black.svg');
}
.icon-video.icon-white {
  background-image: url('../../lib/imgs/icons/icon-play-white.svg');
}
.icon-video.icon-black {
  background-image: url('../../lib/imgs/icons/icon-play-black.svg');
}
blockquote {
  padding: 1em 0 1em 3em;
  font-size: 1.4em;
  font-weight: 300;
  margin: 2em auto;
  letter-spacing: 0;
  position: relative;
  border: none;
}
blockquote:before,blockquote:after {
  width: 50px;
  height: 35px;
  left: 0;
  position: absolute;
  content: '';
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
blockquote aside {
  font-size: 0.9em;
  margin: 1em auto 0 auto;
  padding-top: 0.6em;
  border-top: 2px solid #ffe1e9;
  font-weight: 400;
  text-align: right;
  color: #888;
}
blockquote aside b {
  font-size: 1.2em;
  display: block;
  color: var(--theme-ui-colors-black);
}
@media (min-width:320px) and (max-width:767px) {
  html,body,.msty_notcur {
    cursor: auto !important;
    pointer-events: auto !important;
  }
  blockquote {
    font-size: 1.2em;
    padding: 1em 0 1em 3em;
  }
  blockquote:before,blockquote:after {
    width: 40px;
    height: 30px;
  }
}
.bar {
  bottom: 0;
  top: auto !important;
}
.group {
  display: flex;
}
#brand {
  padding: 0.6em 1em;
  display: flex;
  width: 100%;
  z-index: 10000000001;
  background-image: linear-gradient(0deg,transparent,rgba(0,0,0,.3));
  align-items: start;
  justify-content: space-between;
  position: relative;
}
.brand-logo {
  width: 140px;
  height: 50px;
  background-image: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding: 0;
}
.toggle-wrapper {
  margin: 0 0.4em;
  padding: 0.2em 0.2em 0.1em 0.2em;
  line-height: 1.2;
  position: relative;
  display: flex;
  border-radius: 50px;
  cursor: pointer;
  user-select: none;
}
.toggle-wrapper input {
  display: none;
}
.switch-label,#CopyBtn {
  font-size: 0.8em;
  padding: 0.3em 0.8em;
  text-wrap: nowrap;
  position: relative;
  z-index: 10000000;
}
.switch-label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: color 0.3s;
}
.switch-slider {
  position: absolute;
  width: calc(50% - 2px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border-radius: 50px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  background: rgba(234,241,253,1);
}
.toggle-wrapper input:checked ~ .switch-slider {
  transform: translateX(100%);
}
.active-lang {
  color: var(--primary);
  font-weight: bold;
}
#CopyBtn {
  line-height: 1.4;
  display: flex;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  background: rgba(0,0,0,.3);
  transition: all 0.2s ease;
  align-items: center;
}
#CopyBtn:before {
  width: 14px;
  height: 14px;
  margin-right: 0.4em;
  content: '';
  background-image: url(/lib/imgs/icons/icon-link-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}
#CopyBtn.copied {
  background-color: var(--theme-ui-colors-main) !important;
  color: #fff !important;
  border-color: transparent !important;
}
#CopyBtn.copied:before {
  background-image: url(/lib/imgs/icons/icon-linked-white.svg) !important;
}
.container {
  max-width: 80%;
  margin: auto;
}
.container a {
  color: var(--theme-ui-colors-main);
}
.theme-dark {
  color: var(--theme-ui-colors-white);
  background: #263043;
}
.theme-dark .brand-logo {
  background-image: url(https://interactive.zaobao.com/lib/imgs/assets/lianhe-zaobao-logo-white.svg);
}
.theme-dark .toggle-wrapper,.theme-dark #CopyBtn {
  background-color: rgba(255,255,255,0);
  border: 1px solid rgba(255,255,255,.4);
  color: #fff;
}
.theme-dark .toggle-wrapper input:not(:checked) ~ .label-s,.theme-dark .toggle-wrapper input:checked ~ .label-t {
  color: #000;
}
.theme-dark #CopyBtn:before {
  background-image: url(/lib/imgs/icons/icon-link-white.svg);
}
.theme-dark .splash .sub-head a {
  color: var(--theme-ui-colors-main);
  font-weight: bold;
}
.theme-dark .publish a,body.theme-dark .publish a {
  color: var(--theme-ui-colors-white);
}
.theme-dark .publish .date {
  border-right: 1px solid var(--theme-ui-colors-light-white);
}
.theme-light {
  color: var(--theme-ui-colors-black);
  background: #f8f8f9;
}
.theme-light #brand {
  background-image: none;
}
.theme-light .brand-logo {
  background-image: url(https://interactive.zaobao.com/lib/imgs/assets/lianhe-zaobao-logo.svg);
}
.theme-light .toggle-wrapper,.theme-light #CopyBtn {
  background-color: rgba(255,255,255,1);
  border: 1px solid rgba(0,0,0,.4);
  color: #666;
}
.theme-light .toggle-wrapper input:not(:checked) ~ .label-s,.theme-light .toggle-wrapper input:checked ~ .label-t {
  color: #666;
}
.theme-light .toggle-wrapper input:not(:checked) ~ .label-s,.theme-light .toggle-wrapper input:checked ~ .label-t,#CopyBtn {
  color: #000;
}
.theme-light .publish,.theme-light .publish a {
  color: var(--theme-ui-colors-secondary);
}
.theme-light .cover-headline,.theme-light .cover-sub,.theme-light .publish .date {
  color: var(--theme-ui-colors-black);
}
.theme-light #hero:after {
  background: linear-gradient(0deg, rgba(0,5,20,0.2) 0%, rgba(0,5,20,0) 100%);
}
.theme-light .splash .sub-head a {
  color: var(--theme-ui-colors-main);
  font-weight: bold;
}
.theme-light .publish a {
  color: var(--theme-ui-colors-secondary);
}
.theme-light .publish .date {
  border-right: 1px solid var(--theme-ui-colors-grey);
}
#footer-wrapper {
  font-size: 0.85em;
  width: 100%;
  margin: 0 auto;
  padding: 10% 10%;
  background: #f2f5f8;
  color: #666f88;
  color: #666;
  line-height: 1.8;
}
#footer-wrapper a {
  color: #666f88;
}
#footer-credit {
  width: 100%;
  margin: auto;
}
.footer-item {
  margin: 0.3em 0;
}
.footer-item,.footer-item a,.footer-item em {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-item span:after {
  margin: 0 0.2em;
  content: '';
  border-width: 0.5px;
  border-style: solid;
  width: 15px;
  transform: translateY(0.8em) rotate(-55deg);
  flex-shrink: 0;
  border-color: rgba(0,0,0,0.3);
  display: inline-flex;
  vertical-align: top;
}
.footer-item a:after,.footer-item em:after {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-flex;
  border-radius: 50%;
  margin: 0 0.4em;
  background: var(--theme-ui-colors-main);
}
.footer-item a:last-child:after,.footer-item em:last-child:after {
  display: none;
}
.footer-date span:after {
  display: none;
}
.footer-date span {
  margin-right: 0.6em;
}
footer {
  border-top: 1px solid #d0dbe3;
  padding-top: 2em;
  margin-top: 3em;
  text-align: center;
}
footer .brand-logo {
  margin: 3em auto 1em auto;
}
#Apps {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Apps a img {
  width: 140px;
  height: auto;
  margin: 0.4em;
}
.social-links {
  margin: 0 auto 4em auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social-links a {
  width: 40px;
  height: 40px;
  margin: 0.2em;
  border: 1px solid #666f88;
  border-radius: 0.6em;
  aspect-ratio: 1/1;
  background-size: 90% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: 0.6;
}
footer .social-links a:hover {
  border-color: transparent;
  opacity: 1;
  background-color: #000;
}
footer .social-links a.facebook {
  background-image: url('/lib/imgs/social/facebook-black.svg');
}
footer .social-links a.twitter {
  background-image: url('/lib/imgs/social/twitter-x-black.svg');
}
footer .social-links a.instagram {
  background-image: url('/lib/imgs/social/instagram-black.svg');
}
footer .social-links a.youtube {
  background-image: url('/lib/imgs/social/youtube-black.svg');
}
footer .social-links a.whatsapp {
  background-image: url('/lib/imgs/social/whatsapp-black.svg');
}
footer .social-links a.telegram {
  background-image: url('/lib/imgs/social/telegram-black.svg');
}
footer .social-links a:hover.facebook {
  background-image: url('/lib/imgs/social/facebook-white.svg');
}
footer .social-links a:hover.twitter {
  background-image: url('/lib/imgs/social/twitter-x-white.svg');
}
footer .social-links a:hover.instagram {
  background-image: url('/lib/imgs/social/instagram-white.svg');
}
footer .social-links a:hover.youtube {
  background-image: url('/lib/imgs/social/youtube-white.svg');
}
footer .social-links a:hover.whatsapp {
  background-image: url('/lib/imgs/social/whatsapp-white.svg');
}
footer .social-links a:hover.telegram {
  background-image: url('/lib/imgs/social/telegram-white.svg');
}
footer .btn-text {
  padding: 0.8em 1.4em;
  border: 2px solid var(--theme-ui-colors-main);
  color: var(--theme-ui-colors-main) !important;
  border-radius: 50px;
}
footer .btn-text:hover {
  color: #fff !important;
  background: var(--theme-ui-colors-main);
}
.view-desktop,.view-mobile {
  display: none !important;
}
@media screen and (min-width:1280px) {
  .container {
    max-width: 60%;
  }
}
@media screen and (max-width:1100px) and (max-width:1179px) {
  .container {
    max-width: 70%;
  }
}
@media screen and (min-width:768px) {
  .view-desktop {
    display: block !important;
  }
}
@media screen and (min-width:200px) and (max-width:767px) {
  body {
    font-size: 16px;
  }
  .view-mobile {
    display: block !important;
  }
  .brand-logo {
    width: 100px;
    height: 31px;
  }
  .switch-label,#CopyBtn {
    font-size: 0.7em;
  }
  #CopyBtn:before {
    width: 10px;
    height: 10px;
  }
  .container {
    max-width: 90%;
  }
  .container-16x9 {
    width: 100%;
  }
  .container-9x16 {
    width: 80%;
  }
  #Apps a img {
    width: 120px;
  }
}
.tag {
  font-size: 0.8em;
  font-weight: normal;
  margin: 5em auto;
  display: block;
  text-align: center;
  position: relative;
}
.tag a {
  padding: 0.3em 1em 0.4em 1em;
  font-weight: 400 !important;
  margin: 0.3em 0.3em 0.3em 0;
  color: var(--theme-ui-colors-secondary);
  background: var(--theme-ui-colors-white);
  border-radius: 50px;
  border: 1px solid #ccc;
  display: inline-block;
}
@layer theme, base, components, utilities;
@layer theme;
@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 {
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .place-content-between {
    place-content: space-between;
  }
  .content-between {
    align-content: space-between;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-0 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .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-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-blue-100 {
    border-color: var(--color-blue-100);
  }
  .border-blue-100\/80 {
    border-color: color-mix(in srgb, oklch(93.2% 0.032 255.585) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-blue-100) 80%, transparent);
    }
  }
  .border-blue-100\/90 {
    border-color: color-mix(in srgb, oklch(93.2% 0.032 255.585) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-blue-100) 90%, transparent);
    }
  }
  .border-blue-200 {
    border-color: var(--color-blue-200);
  }
  .border-blue-300 {
    border-color: var(--color-blue-300);
  }
  .border-emerald-100 {
    border-color: var(--color-emerald-100);
  }
  .border-emerald-100\/80 {
    border-color: color-mix(in srgb, oklch(95% 0.052 163.051) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-100) 80%, transparent);
    }
  }
  .border-emerald-200 {
    border-color: var(--color-emerald-200);
  }
  .border-emerald-300 {
    border-color: var(--color-emerald-300);
  }
  .border-orange-100 {
    border-color: var(--color-orange-100);
  }
  .border-orange-100\/80 {
    border-color: color-mix(in srgb, oklch(95.4% 0.038 75.164) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-orange-100) 80%, transparent);
    }
  }
  .border-orange-100\/90 {
    border-color: color-mix(in srgb, oklch(95.4% 0.038 75.164) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-orange-100) 90%, transparent);
    }
  }
  .border-orange-200 {
    border-color: var(--color-orange-200);
  }
  .border-orange-300 {
    border-color: var(--color-orange-300);
  }
  .border-red-100 {
    border-color: var(--color-red-100);
  }
  .border-red-100\/80 {
    border-color: color-mix(in srgb, oklch(93.6% 0.032 17.717) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-red-100) 80%, transparent);
    }
  }
  .border-red-100\/90 {
    border-color: color-mix(in srgb, oklch(93.6% 0.032 17.717) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-red-100) 90%, transparent);
    }
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-red-300 {
    border-color: var(--color-red-300);
  }
  .border-slate-50 {
    border-color: var(--color-slate-50);
  }
  .border-slate-100 {
    border-color: var(--color-slate-100);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .border-slate-800 {
    border-color: var(--color-slate-800);
  }
  .border-slate-900\/5 {
    border-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-900) 5%, transparent);
    }
  }
  .border-yellow-100 {
    border-color: var(--color-yellow-100);
  }
  .border-yellow-100\/80 {
    border-color: color-mix(in srgb, oklch(97.3% 0.071 103.193) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-yellow-100) 80%, transparent);
    }
  }
  .border-yellow-100\/90 {
    border-color: color-mix(in srgb, oklch(97.3% 0.071 103.193) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-yellow-100) 90%, transparent);
    }
  }
  .border-yellow-200 {
    border-color: var(--color-yellow-200);
  }
  .border-yellow-300 {
    border-color: var(--color-yellow-300);
  }
  .border-yellow-400 {
    border-color: var(--color-yellow-400);
  }
  .bg-\[\#eef1f3\] {
    background-color: #eef1f3;
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-50\/50 {
    background-color: color-mix(in srgb, oklch(97% 0.014 254.604) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue-50) 50%, transparent);
    }
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }
  .bg-emerald-50\/50 {
    background-color: color-mix(in srgb, oklch(97.9% 0.021 166.113) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-50) 50%, transparent);
    }
  }
  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }
  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }
  .bg-orange-50\/50 {
    background-color: color-mix(in srgb, oklch(98% 0.016 73.684) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-orange-50) 50%, transparent);
    }
  }
  .bg-orange-100 {
    background-color: var(--color-orange-100);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-50\/50 {
    background-color: color-mix(in srgb, oklch(97.1% 0.013 17.38) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-50) 50%, transparent);
    }
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }
  .bg-yellow-50\/50 {
    background-color: color-mix(in srgb, oklch(98.7% 0.026 102.212) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-yellow-50) 50%, transparent);
    }
  }
  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .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);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#e90044\] {
    color: #e90044;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-emerald-600 {
    color: var(--color-emerald-600);
  }
  .text-emerald-800 {
    color: var(--color-emerald-800);
  }
  .text-orange-600 {
    color: var(--color-orange-600);
  }
  .text-orange-700 {
    color: var(--color-orange-700);
  }
  .text-orange-800 {
    color: var(--color-orange-800);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-yellow-600 {
    color: var(--color-yellow-600);
  }
  .text-yellow-700 {
    color: var(--color-yellow-700);
  }
  .text-yellow-800 {
    color: var(--color-yellow-800);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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-slate-200\/50 {
    --tw-shadow-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-slate-200) 50%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .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-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));
  }
  .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));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .hover\:border-slate-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-slate-300);
      }
    }
  }
  .hover\:shadow {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
  }
  .focus\:ring-slate-400 {
    &:focus {
      --tw-ring-color: var(--color-slate-400);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:ring-offset-slate-50 {
    &:focus {
      --tw-ring-offset-color: var(--color-slate-50);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .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);
    }
  }
  .sm\:col-span-1 {
    @media (width >= 40rem) {
      grid-column: span 1 / span 1;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-3 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:max-w-3xl {
    @media (width >= 48rem) {
      max-width: var(--container-3xl);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:space-y-2 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:rounded-xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-xl);
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .dark\:text-white {
    @media (prefers-color-scheme: dark) {
      color: var(--color-white);
    }
  }
}
#brand {
  position: absolute !important;
}
.flourish-credit {
  display: none !important;
}
#hero-container {
  min-height: 100vh;
  background-color: #222;
  width: 100%;
}
.highlight {
  border-radius: var(--radius-lg);
  background-color: var(--color-purple-400);
  padding: calc(var(--spacing) * 1);
}
.fade-in {
  animation: fadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  font-family: Roboto;
  padding: 0;
  margin: 0;
}
#SGMap {
  margin: auto;
  background-image: url(../imgs/sg-map.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.main-pg #SGMap {
  padding: 2em 10%;
  aspect-ratio: 4/2.6;
}
#Legend {
  width: 35%;
}
.embed-pg #SGMap,.embed-pg #Legend {
  width: 100%;
  margin: 0 auto 1em auto;
}
@media (min-width: 1000px) {
  #SGMap {
    width: 65%;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0.2em 0.6em;
  }
  #SGMap,#Legend {
    width: 100%;
    margin: 0 auto 1em auto;
  }
  .main-pg #SGMap {
    padding: 0;
    aspect-ratio: auto;
  }
}
@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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-duration {
  syntax: "*";
  inherits: false;
}
@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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
