*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: initial;
  --tw-pan-y: initial;
  --tw-pinch-zoom: initial;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: initial;
  --tw-gradient-via-position: initial;
  --tw-gradient-to-position: initial;
  --tw-ordinal: initial;
  --tw-slashed-zero: initial;
  --tw-numeric-figure: initial;
  --tw-numeric-spacing: initial;
  --tw-numeric-fraction: initial;
  --tw-ring-inset: initial;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: initial;
  --tw-brightness: initial;
  --tw-contrast: initial;
  --tw-grayscale: initial;
  --tw-hue-rotate: initial;
  --tw-invert: initial;
  --tw-saturate: initial;
  --tw-sepia: initial;
  --tw-drop-shadow: initial;
  --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;
}

/*! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com*/
/*全局 box-sizing 以及邊框預設*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:after,
:before {
  --tw-content: "";
}

/* html 的字型 & 全局 reset */
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  /*font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;*/
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: revert;
}





/*.h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}*/
a {
  color: inherit;
  text-decoration: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  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: -.25em
}

sup {
  top: -.5em
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0
}

button,
select {
  text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none
}

:-moz-focusring {
  outline: auto
}

:-moz-ui-invalid {
  box-shadow: none
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}

fieldset {
  margin: 0
}

fieldset,
legend {
  padding: 0
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

dialog {
  padding: 0
}

textarea {
  resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af
}

[role=button],
button {
  cursor: pointer
}

:disabled {
  cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}

img,
video {
  max-width: 100%;
  height: auto
}

[hidden] {
  display: none
}

.container {
  width: 100%
}

@media (min-width:640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width:1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width:1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width:1536px) {
  .container {
    max-width: 1536px
  }
}

.pointer-events-none {
  pointer-events: none
}

.visible {
  visibility: visible
}

.collapse {
  visibility: collapse
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.inset-0 {
  inset: 0
}

.inset-y-0 {
  top: 0;
  bottom: 0
}

.bottom-20 {
  bottom: 5rem
}

.bottom-3 {
  bottom: .75rem
}

.bottom-4 {
  bottom: 1rem
}

.bottom-8 {
  bottom: 2rem
}

.left-0 {
  left: 0
}

.left-1\/2 {
  left: 50%
}

.right-0 {
  right: 0
}

.right-3 {
  right: .75rem
}

.right-4 {
  right: 1rem
}

.top-0 {
  top: 0
}

.top-3 {
  top: .75rem
}

.top-full {
  top: 100%
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.col-span-2 {
  grid-column: span 2/span 2
}

.col-span-full {
  grid-column: 1/-1
}

.m-auto {
  margin: auto
}

.-mx-2 {
  margin-left: -.5rem;
  margin-right: -.5rem
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mb-1 {
  margin-bottom: .25rem
}

.mb-16 {
  margin-bottom: 4rem
}

.mb-2 {
  margin-bottom: .5rem
}

.mb-3 {
  margin-bottom: .75rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.mb-8 {
  margin-bottom: 2rem
}

.ml-2 {
  margin-left: .5rem
}

.ml-3 {
  margin-left: .75rem
}

.ml-4 {
  margin-left: 1rem
}

.ml-auto {
  margin-left: auto
}

.mr-1 {
  margin-right: .25rem
}

.mr-2 {
  margin-right: .5rem
}

.mt-0\.5 {
  margin-top: .125rem
}

.mt-1 {
  margin-top: .25rem
}

.mt-10 {
  margin-top: 2.5rem
}

.mt-12 {
  margin-top: 3rem
}

.mt-2 {
  margin-top: .5rem
}

.mt-3 {
  margin-top: .75rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mt-8 {
  margin-top: 2rem
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.h-1 {
  height: .25rem
}

.h-1\.5 {
  height: .375rem
}

.h-1\/3 {
  height: 33.333333%
}

.h-10 {
  height: 2.5rem
}

.h-16 {
  height: 4rem
}

.h-2\.5 {
  height: .625rem
}

.h-2\/3 {
  height: 66.666667%
}

.h-28 {
  height: 7rem
}

.h-3 {
  height: .75rem
}

.h-4 {
  height: 1rem
}

.h-40 {
  height: 10rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-60 {
  height: 15rem
}

.h-64 {
  height: 16rem
}

.h-9 {
  height: 2.25rem
}

.h-96 {
  height: 24rem
}

.h-\[35vh\] {
  height: 35vh
}

.h-\[50vh\] {
  height: 50vh
}

.h-\[600px\] {
  height: 600px
}

.h-\[60vh\] {
  height: 60vh
}

.h-full {
  height: 100%
}

.h-px {
  height: 1px
}

.max-h-28 {
  max-height: 7rem
}

.max-h-96 {
  max-height: 24rem
}

.max-h-\[1200px\] {
  max-height: 1200px
}

.max-h-\[700px\] {
  max-height: 700px
}

.max-h-\[70vh\] {
  max-height: 70vh
}

.max-h-\[860px\] {
  max-height: 860px
}

.min-h-\[300px\] {
  min-height: 300px
}

.min-h-screen {
  min-height: 100vh
}

.w-1\.5 {
  width: .375rem
}

.w-12 {
  width: 3rem
}

.w-16 {
  width: 4rem
}

.w-2\.5 {
  width: .625rem
}

.w-20 {
  width: 5rem
}

.w-24 {
  width: 6rem
}

.w-28 {
  width: 7rem
}

.w-4 {
  width: 1rem
}

.w-40 {
  width: 10rem
}

.w-5 {
  width: 1.25rem
}

.w-6 {
  width: 1.5rem
}

.w-60 {
  width: 15rem
}

.w-64 {
  width: 16rem
}

.w-80 {
  width: 20rem
}

.w-9 {
  width: 2.25rem
}

.w-96 {
  width: 24rem
}

.w-auto {
  width: auto
}

.w-full {
  width: 100%
}

.min-w-0 {
  min-width: 0
}

.min-w-40 {
  min-width: 10rem
}

.min-w-\[1600px\] {
  min-width: 1600px
}

.max-w-2xl {
  max-width: 42rem
}

.max-w-4xl {
  max-width: 56rem
}

.max-w-5xl {
  max-width: 64rem;
}

.h-8 {
  height: 32px;
}

.h-12 {
  height: 48px;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem
}

.max-w-\[15rem\] {
  max-width: 15rem
}

.max-w-none {
  max-width: none
}

.leading-tight {
  line-height: 1.25;
}

/*用於設定「緊湊行高」的類別*/

.section-title {
  display: inline-block;
  /* 讓底線寬度自動隨文字 */
  position: relative;
  /* font-size: 1.75rem;                    約等於 Tailwind 的 text-2xl */
  font-weight: 600;
  color: #1f2937;
  /* Tailwind 的 text-gray-800 */
  letter-spacing: 0.02em;
  /* Tailwind 的 tracking-tight */
}

.section-title::after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  margin-top: 2px;
  border-radius: 9999px;
  background: linear-gradient(to right, #047395, #60a5fa);
  /* from-blue-700 to-blue-400 */
}

.section-title-animated {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  color: #1f2937;
  letter-spacing: 0.02em;
  cursor: default;
}

.section-title-animated::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 0;
  border-radius: 9999px;
  background: linear-gradient(to right, #0bb5cc, #60a5fa);
  transition: width 0.4s ease;
}

.section-title-animated:hover::after {
  width: 100%;
}


@media (min-width: 640px) {

  /*螢幕寬度 ≥640px 時*/
  .hero-box {
    height: 60vh;
    min-height: 550px;
    max-height: 860px;

  }
}

.item-box0,
.item-box1,
.item-box2 {
  width: 100%;
  max-width: 100%;
  margin-top: 3rem;
}

@media (min-width: 640px) {

  /*螢幕寬度 ≥640px 時*/
  .item-box0 {
    width: 86vw;
    max-width: 1200px;
    margin-top: 9rem;
  }

  .item-box1 {
    width: 86vw;
    max-width: 1000px;
    margin-top: 9rem;
  }

  .item-box2 {
    width: 80vw;
    max-width: 800px;
    margin-top: 9rem;
  }
}

.macro-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .macro-container {
    max-width: 85vw;
    min-width: 48rem;
  }
}

.survey-card {
  height: 240px;
}

@media (min-width: 640px) {
  .survey-card {
    height: 384px;
    /* = h-96 */
  }
}

.flex-1 {
  flex: 1 1 0%
}

.shrink-0 {
  flex-shrink: 0
}

.flex-grow {
  flex-grow: 1
}

.table-auto {
  table-layout: auto
}

.border-separate {
  border-collapse: separate
}

.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%
}

.-translate-x-1\/2,
.rotate-180 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-180 {
  --tw-rotate: 180deg
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-not-allowed {
  cursor: not-allowed
}

.cursor-pointer {
  cursor: pointer
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all
}

.resize {
  resize: both
}

.list-disc {
  list-style-type: disc
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.place-items-center {
  place-items: center
}

.items-start {
  align-items: flex-start
}

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.gap-1 {
  gap: .25rem
}

.gap-2 {
  gap: .5rem
}

.gap-3 {
  gap: .75rem
}

.gap-4 {
  gap: 1rem
}

.gap-5 {
  gap: 1.25rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-8 {
  gap: 2rem
}

.gap-x-8 {
  column-gap: 32px;
  /* = 2rem */
}

.gap-y-10 {
  row-gap: 2.5rem
}

.gap-y-8 {
  row-gap: 2rem
}

.space-x-3>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(.75rem*var(--tw-space-x-reverse));
  margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)))
}

.space-y-1>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.25rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.25rem*var(--tw-space-y-reverse))
}

.space-y-2>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem*var(--tw-space-y-reverse))
}

.space-y-2\.5>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.625rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.625rem*var(--tw-space-y-reverse))
}

.space-y-3>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem*var(--tw-space-y-reverse))
}

.space-y-4>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem*var(--tw-space-y-reverse))
}

.space-y-6>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem*var(--tw-space-y-reverse))
}

.divide-y>:not([hidden])~:not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px*var(--tw-divide-y-reverse))
}

.divide-slate-100>:not([hidden])~:not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249/var(--tw-divide-opacity))
}

.divide-slate-200>:not([hidden])~:not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240/var(--tw-divide-opacity))
}

.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x-auto {
  overflow-x: auto
}

.overflow-y-auto {
  overflow-y: auto
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis
}

.truncate,
.whitespace-nowrap {
  white-space: nowrap
}

.break-words {
  overflow-wrap: break-word
}

.break-all {
  word-break: break-all
}

.rounded {
  border-radius: .25rem
}

.rounded-2xl {
  border-radius: 1rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-lg {
  border-radius: .5rem
}

.rounded-md {
  border-radius: .375rem
}

.rounded-xl {
  border-radius: .75rem
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem
}

.border {
  border-width: 1px
}

.border-2 {
  border-width: 2px
}

.border-b {
  border-bottom-width: 1px
}

.border-t {
  border-top-width: 1px
}

.border-dashed {
  border-style: dashed
}

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138/var(--tw-border-opacity))
}

.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77/var(--tw-border-opacity))
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254/var(--tw-border-opacity))
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254/var(--tw-border-opacity))
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity))
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208/var(--tw-border-opacity))
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172/var(--tw-border-opacity))
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202/var(--tw-border-opacity))
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165/var(--tw-border-opacity))
}

.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253/var(--tw-border-opacity))
}

.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252/var(--tw-border-opacity))
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249/var(--tw-border-opacity))
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240/var(--tw-border-opacity))
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225/var(--tw-border-opacity))
}

.border-transparent {
  border-color: transparent
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199/var(--tw-bg-opacity))
}

.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6/var(--tw-bg-opacity))
}

.bg-black\/50 {
  background-color: rgba(0, 0, 0, .5)
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254/var(--tw-bg-opacity))
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254/var(--tw-bg-opacity))
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255/var(--tw-bg-opacity))
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 107 182/var(--tw-bg-opacity))
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235/var(--tw-bg-opacity))
}

.bg-blue-600\/80 {
  background-color: rgba(37, 99, 235, .8)
}

.bg-blue-900\/50 {
  background-color: rgba(30, 58, 138, .5)
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229/var(--tw-bg-opacity))
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231/var(--tw-bg-opacity))
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244/var(--tw-bg-opacity))
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226/var(--tw-bg-opacity))
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113/var(--tw-bg-opacity))
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242/var(--tw-bg-opacity))
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254/var(--tw-bg-opacity))
}

.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252/var(--tw-bg-opacity))
}

.bg-sky-400\/70 {
  background-color: rgba(56, 189, 248, .7)
}

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255/var(--tw-bg-opacity))
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233/var(--tw-bg-opacity))
}

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199/var(--tw-bg-opacity))
}

.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161/var(--tw-bg-opacity))
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249/var(--tw-bg-opacity))
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240/var(--tw-bg-opacity))
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59/var(--tw-bg-opacity))
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-white\/10 {
  background-color: hsla(0, 0%, 100%, .1)
}

.bg-white\/35 {
  background-color: hsla(0, 0%, 100%, .35)
}

.bg-white\/60 {
  background-color: hsla(0, 0%, 100%, .6)
}

.bg-white\/90 {
  background-color: hsla(0, 0%, 100%, .9)
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195/var(--tw-bg-opacity))
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.from-blue-600\/30 {
  --tw-gradient-from: rgba(37, 99, 235, .3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-blue-700 {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(29, 78, 216, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-slate-900\/25 {
  --tw-gradient-from: rgba(15, 23, 42, .25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-slate-50 {
  --tw-gradient-to: rgba(248, 250, 252, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-slate-900\/5 {
  --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(15, 23, 42, .05) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position)
}

.to-sky-50\/40 {
  --tw-gradient-to: rgba(240, 249, 255, .4) var(--tw-gradient-to-position)
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.bg-cover {
  background-size: cover
}

.bg-left {
  background-position: 0
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.p-10 {
  padding: 2.5rem
}

.p-2 {
  padding: .5rem
}

.p-3 {
  padding: .75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}

.px-2\.5 {
  padding-left: .625rem;
  padding-right: .625rem
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pl-6 {
  padding-left: 1.5rem
}

.pt-2 {
  padding-top: .5rem
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-\[13px\] {
  font-size: 13px
}

.text-\[15px\] {
  font-size: 15px
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem
}

.font-bold {
  font-weight: 700
}

.font-extrabold {
  font-weight: 800
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.italic {
  font-style: italic
}

.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)
}

.leading-6 {
  line-height: 1.5rem
}

.leading-7 {
  line-height: 1.75rem
}

.leading-relaxed {
  line-height: 1.625
}

.leading-snug {
  line-height: 1.375
}

.tracking-tight {
  letter-spacing: -.025em
}

.tracking-wide {
  letter-spacing: .025em
}

.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128/var(--tw-text-opacity)) !important
}

.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199/var(--tw-text-opacity))
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9/var(--tw-text-opacity))
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254/var(--tw-text-opacity))
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235/var(--tw-text-opacity))
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216/var(--tw-text-opacity))
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175/var(--tw-text-opacity))
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138/var(--tw-text-opacity))
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70/var(--tw-text-opacity))
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235/var(--tw-text-opacity))
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity))
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity))
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity))
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity))
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55/var(--tw-text-opacity))
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity))
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61/var(--tw-text-opacity))
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52/var(--tw-text-opacity))
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163/var(--tw-text-opacity))
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity))
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity))
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28/var(--tw-text-opacity))
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27/var(--tw-text-opacity))
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57/var(--tw-text-opacity))
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161/var(--tw-text-opacity))
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133/var(--tw-text-opacity))
}

.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110/var(--tw-text-opacity))
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184/var(--tw-text-opacity))
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139/var(--tw-text-opacity))
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105/var(--tw-text-opacity))
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85/var(--tw-text-opacity))
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59/var(--tw-text-opacity))
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42/var(--tw-text-opacity))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14/var(--tw-text-opacity))
}

.underline {
  text-decoration-line: underline
}

.no-underline {
  text-decoration-line: none
}

.opacity-0 {
  opacity: 0
}

.opacity-100 {
  opacity: 1
}

.opacity-50 {
  opacity: .5
}

.opacity-60 {
  opacity: .6
}

.opacity-80 {
  opacity: .8
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow,
.shadow-\[0_8px_24px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_8px_24px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 8px 24px rgba(0, 0, 0, .05);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color)
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-lg,
.shadow-md {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.shadow-sm,
.shadow-xl {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color)
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.ring-0,
.ring-1 {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-sky-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254/var(--tw-ring-opacity))
}

.ring-sky-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253/var(--tw-ring-opacity))
}

.ring-slate-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240/var(--tw-ring-opacity))
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity))
}

.brightness-95 {
  --tw-brightness: brightness(.95)
}

.brightness-95,
.drop-shadow {
  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)
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06))
}

.drop-shadow-\[0_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-drop-shadow: drop-shadow(0 2px 4px rgba(0, 0, 0, .6))
}

.drop-shadow-\[0_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.6\)\],
.filter {
  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)
}

.backdrop-blur-\[1\.5px\] {
  --tw-backdrop-blur: blur(1.5px)
}

.backdrop-blur-\[1\.5px\],
.backdrop-blur-md {
  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-blur-md {
  --tw-backdrop-blur: blur(12px)
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.duration-200 {
  transition-duration: .2s
}

.duration-700 {
  transition-duration: .7s
}

.\[scrollbar-gutter\:stable\] {
  scrollbar-gutter: stable
}

.\[text-indent\:2em\] {
  text-indent: 2em
}

.\[text-shadow\:2px_2px_6px_rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, .7)
}

.md {
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(31 41 55/var(--tw-text-opacity))
}

.md h1,
.md h2,
.md h3,
.md h4 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity))
}

.md h1 {
  font-size: 1.5rem;
  line-height: 2rem
}

.md h2 {
  font-size: 1.25rem
}

.md h2,
.md h3 {
  line-height: 1.75rem
}

.md h3 {
  font-size: 1.125rem
}

.md p {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.md ul {
  list-style-type: disc
}

.md ol,
.md ul {
  margin-top: .75rem;
  margin-bottom: .75rem;
  padding-left: 1.5rem
}

.md ol {
  list-style-type: decimal
}

.md hr {
  border-top: 1px solid #ddd;
  margin: 1.5rem 0
}

.md a {
  --tw-text-opacity: 1;
  color: rgb(2 132 199/var(--tw-text-opacity));
  text-decoration-line: underline
}

.md a:hover {
  --tw-text-opacity: 1;
  color: rgb(7 89 133/var(--tw-text-opacity))
}

.md blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60/var(--tw-border-opacity));
  padding-left: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity))
}

.md strong {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity))
}

.md em {
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity))
}

.md img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: .5rem;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  max-width: 100%;
  height: auto
}

.even\:bg-slate-50:nth-child(2n) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

.open\:\!border-sky-300[open] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(125 211 252/var(--tw-border-opacity)) !important
}

.open\:bg-sky-50[open] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255/var(--tw-bg-opacity))
}

.open\:ring-2[open] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.open\:ring-sky-200[open] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253/var(--tw-ring-opacity))
}

.hover\:border-sky-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252/var(--tw-border-opacity))
}

.hover\:bg-amber-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138/var(--tw-bg-opacity))
}

.hover\:bg-amber-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9/var(--tw-bg-opacity))
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254/var(--tw-bg-opacity))
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254/var(--tw-bg-opacity))
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235/var(--tw-bg-opacity))
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216/var(--tw-bg-opacity))
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175/var(--tw-bg-opacity))
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202/var(--tw-bg-opacity))
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242/var(--tw-bg-opacity))
}

.hover\:bg-sky-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253/var(--tw-bg-opacity))
}

.hover\:bg-sky-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255/var(--tw-bg-opacity))
}

.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199/var(--tw-bg-opacity))
}

.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161/var(--tw-bg-opacity))
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249/var(--tw-bg-opacity))
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85/var(--tw-bg-opacity))
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.hover\:bg-white\/20:hover {
  background-color: hsla(0, 0%, 100%, .2)
}

.hover\:\!text-gray-950:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18/var(--tw-text-opacity)) !important
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246/var(--tw-text-opacity))
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235/var(--tw-text-opacity))
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175/var(--tw-text-opacity))
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27/var(--tw-text-opacity))
}

.hover\:text-sky-400:hover {
  --tw-text-opacity: 1;
  color: rgb(56 189 248/var(--tw-text-opacity))
}

.hover\:text-sky-50:hover {
  --tw-text-opacity: 1;
  color: rgb(240 249 255/var(--tw-text-opacity))
}

.hover\:text-sky-800:hover {
  --tw-text-opacity: 1;
  color: rgb(7 89 133/var(--tw-text-opacity))
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:underline:hover {
  text-decoration-line: underline
}

.hover\:no-underline:hover {
  text-decoration-line: none
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.hover\:shadow-lg:hover,
.hover\:shadow-md:hover {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:border-sky-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248/var(--tw-border-opacity))
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250/var(--tw-ring-opacity))
}

.focus\:ring-sky-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248/var(--tw-ring-opacity))
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity))
}

.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:border-slate-300\/80 {
  border-color: rgba(203, 213, 225, .8)
}

.group:hover .group-hover\:text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161/var(--tw-text-opacity))
}

.group:hover .group-hover\:ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.group:hover .group-hover\:ring-slate-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225/var(--tw-ring-opacity))
}

.group:hover .group-hover\:ring-slate-300\/70 {
  --tw-ring-color: rgba(203, 213, 225, .7)
}

@media (min-width:640px) {
  .sm\:mt-0 {
    margin-top: 0
  }

  .sm\:flex {
    display: flex
  }

  .sm\:hidden {
    display: none
  }

  .sm\:h-20 {
    height: 5rem
  }

  .sm\:h-\[40vh\] {
    height: 40vh
  }

  .sm\:h-\[60vh\] {
    height: 60vh
  }

  .sm\:w-36 {
    width: 9rem
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .sm\:flex-row {
    flex-direction: row
  }

  .sm\:items-center {
    align-items: center
  }

  .sm\:justify-between {
    justify-content: space-between
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .sm\:text-\[14px\] {
    font-size: 14px
  }

  .sm\:text-\[16px\] {
    font-size: 16px
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }
}

@media (min-width:768px) {
  .md\:col-span-2 {
    grid-column: span 2/span 2
  }

  .md\:col-span-3 {
    grid-column: span 3/span 3
  }

  .md\:col-span-4 {
    grid-column: span 4/span 4
  }

  .md\:col-span-6 {
    grid-column: span 6/span 6
  }

  .md\:col-span-7 {
    grid-column: span 7/span 7
  }

  .md\:mt-0 {
    margin-top: 0
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .md\:p-8 {
    padding: 2rem
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .md\:text-\[15px\] {
    font-size: 15px
  }

  .md\:text-\[17px\] {
    font-size: 17px
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
}

@media (min-width:1024px) {
  .lg\:col-span-1 {
    grid-column: span 1/span 1
  }

  .lg\:col-span-2 {
    grid-column: span 2/span 2
  }

  .lg\:mt-0 {
    margin-top: 0
  }

  .lg\:h-48 {
    height: 12rem
  }

  .lg\:w-48 {
    width: 12rem
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .lg\:flex-row {
    flex-direction: row
  }

  .lg\:items-center {
    align-items: center
  }

  .lg\:justify-between {
    justify-content: space-between
  }

  .lg\:gap-8 {
    gap: 2rem
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .lg\:text-\[18px\] {
    font-size: 18px
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

@media (min-width:1280px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .xl\:text-\[19px\] {
    font-size: 19px
  }
}

.text-pink-700 {
  color: #b83280;
}

/* 父層設定為 12 欄網格 */
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  /* 將空間分割為 12 等份 */
  gap: 16px;
  /* 欄位間距 */
}

/* 子層設定跨越 12 欄 (即佔滿整行) */
.col-span-12 {
  grid-column: span 12 / span 12;
}

/* 🔹 整體底色與邊框 */
.tabulator {
  background-color: #f8fbff !important;
  border: 1px solid #cce5ff !important;
  font-size: 14px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  position: relative;
  text-align: left;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}


/* 🔹 標題列（欄位名稱） */
.tabulator .tabulator-header .tabulator-headers .tabulator-col {
  background-color: #c9e5ef !important;
  color: #0b1f3a !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #b3d1ff !important;
}


/* 🔹 資料列 */
.tabulator .tabulator-row {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e0ebff !important;
  transition: background-color 0.2s !important;
}

/* 🔹 懸停列 */
.tabulator .tabulator-row:hover {
  background-color: #b0e0f0 !important;
  font-weight: 600 !important;
}

/* 🔹 選取列 */
.tabulator .tabulator-row.tabulator-selected {
  background-color: #b0e0f0 !important;
  color: #003366 !important;
  font-weight: 600 !important;
}

/* 🔹 分頁器 */
#custom-paginator {
  background-color: #eaf2ff !important;
  border: 1px solid #c3dcff !important;
  border-radius: 8px !important;
  display: flex !important;

  align-items: center !important;
  padding: 6px 6px !important;
  margin-bottom: 8px !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

/* 分頁按鈕區塊 */
#custom-paginator .tabulator-page {
  background: #fff !important;
  border: 1px solid #b3d1ff !important;
  color: #003366 !important;
  padding: 4px 5px !important;
  border-radius: 6px !important;
  margin: 2px !important;
  font-size: 13px !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
}

/* 分頁按鈕 hover */
#custom-paginator .tabulator-page:hover {
  background-color: #d6e9ff !important;
  border-color: #89bfff !important;
  color: #001f4d !important;
}

/* 當前頁 */
#custom-paginator .tabulator-page.active {
  background-color: #0ea5e9 !important;
  color: #fff !important;
  border-color: #0ea5e9 !important;
  font-weight: bold !important;
}

/* 禁用按鈕 */
#custom-paginator .tabulator-page.disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

/* 下拉選單 */
#custom-paginator select {
  border: 1px solid #b3d1ff !important;
  border-radius: 6px !important;
  padding: 2px 4px !important;
  background: #fff !important;
  color: #003366 !important;
}

.bg-bb {
  background-color: hsla(202.6, 83.8%, 78.2%, 0.9) !important;
}

.ts-dropdown .active {
  background-color: #c5e5fa !important;
  color: #003366 !important;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(35, 251, 229, 0.2) !important;
  color: #003366 !important;
  border-radius: 1.5px !important;
  border: 1px solid #b3d1ff !important;
}




/* 總筆數顯示 */
#custom-paginator .tabulator-page-counter {
  font-size: 13px !important;
  color: #003366 !important;
  margin-left: 6px !important;
}

#page-info {
  font-size: 13px !important;
  color: #003366 !important;
  text-align: right !important;
}

.highlight {
  background-color: #fefcbf;
  /* 柔和的黃色背景（像螢光筆） */
  border-left: 4px solid #facc15;
  /* 左側一條黃色邊框作為強調 */
  padding: 1rem;
  /* 內距 */
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.375rem;
  /* 圓角 */
  color: #1f2937;
  /* 字體為深灰色，較好閱讀 */
}


.border-2 {
  border-width: 2px;
  border-style: solid;
}

/* 深天藍） */
.border-sky-700 {
  border-color: #0369a1;
  /* sky-700 */
}


.border-sky-543 {
  border-color: #86bdde;
  /* sky-700 */
}

.text-sky-600 {
  color: #0284c7;
}

/* 等同 hover:underline */
.hover-underline:hover {
  text-decoration: underline;
}

/* 建議加可存取性的焦點樣式（鍵盤瀏覽時更清楚） */
.focus-ring2 {

  outline: 1.4px solid #4cbdcc;
  outline-offset: 4px;
  border-radius: 4px;
  /* 可選，讓外框更柔和 */
}

.link-space {
  margin: 0 8px 0 7px;
  border-radius: 4px;
  /* 配合 focus-ring 比較美觀 */
}

/* 修正 Plotly 圖例誤顯示 Aa 的問題 */
g.pointtext {
  display: none !important;
}

.btn-green {
  background-color: #dcfce7;
  /* 相當於 green-100 */
  color: #15803d;
  /* 相當於 green-700 */
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: background-color .2s ease-in-out;
}

.btn-green:hover {
  background-color: #bbf7d0;
  /* 相當於 green-200 */
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208/var(--tw-bg-opacity))
}


.glow-on-hover {
  display: inline-block;
  /* 讓寬度根據內容自適應 */
  padding: 0 24px;
  /* 左右留白，可自行調整 */
  height: 52px;
  line-height: 50px;
  /* 讓文字垂直置中 */
  border: none;
  outline: none;
  color: #fff;
  background: #5992a4;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  /*white-space: nowrap; 防止文字換行 */
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #111
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #247b9b;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}


/* 收合式區塊容器 */
.info-box {
  background: #eff6ff;
  /* 藍灰色底 */
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 12px 18px;
  /*margin: 0 auto 1.5rem;*/
  width: fit-content;
  /* 收合時依內容寬度 */
  max-width: 100%;
  transition: all 0.3s ease;
  /* 平滑展開效果 */
}

/* 展開狀態 */
.info-box[open] {
  width: 100%;
  margin-bottom: .5rem;
}

/* summary 樣式 */
.info-box summary {
  font-weight: 600;
  color: #1e3a8a;
  /* 深藍色標題 */
  cursor: pointer;
  text-align: left;
  /* list-style: none;*/
  outline: none;
  user-select: none;
}

/* summary hover 效果 */
.info-box summary:hover {
  color: #0f172a;
}

/* 內容文字樣式 */
.info-content {
  margin-top: 12px;
  color: #1e293b;
  font-size: 14px;
  line-height: 1.7;
}

.info-content ol {
  margin-top: 8px;
  padding-left: 20px;
}

.info-content li {
  margin-bottom: 6px;
}

.form-group {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.form-label {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-bottom: 6px;
}

.links-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

.link-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.link-row input[type="text"] {
  flex: 1;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
}

.link-row .btn-delete {
  background-color: #f8d7da;
  color: #b02a37;
  border: 1px solid #f5c2c7;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px 8px;
}

.link-row .btn-delete:hover {
  background-color: #f1b0b7;
}

.btn-secondary {
  background-color: #e7f1ff;
  color: #0b5ed7;
  border: 1px solid #b6d4fe;
  border-radius: 4px;
  font-size: 13px;
  padding: 5px 10px;
  cursor: pointer;
}

.btn-secondary:hover {
  background-color: #cfe2ff;
}

.input-textarea {
  display: none;
  /* 隱藏實際 JSON 欄位 */
}

.link-preview {
  margin-top: 6px;
  padding-left: 18px;
}

.link-preview li {
  font-size: 13px;
  line-height: 1.4;
}

.link-preview a {
  color: #0056b3;
  text-decoration: none;
}

.link-preview a:hover {
  text-decoration: underline;
}

/* --- 中文文章閱讀最佳化 --- */
.prose {
  /*font-family: "Noto Serif TC", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", serif;*/
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #1e293b;
  /* slate-800 */
}

/* --- 段落左右對齊，兩端整齊 --- */
.prose p {
  text-align: justify;
  /* text-justify: inter-ideograph; */
  /* 已棄用，可刪除 */
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

/* --- 標題與內文視覺層次 --- */
.prose h1,
.prose h2,
.prose h3 {
  /*font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;*/
  font-weight: 600;
  line-height: 1.4;
  color: #0f172a;
  /* slate-900 */
}

.prose h1 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.prose h2 {
  font-size: 1.5rem;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}

.prose h3 {
  font-size: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
}

/* --- 引言樣式（Markdown > blockquote）--- */
.prose blockquote {
  border-left: 4px solid #06b6d4;
  /* 品牌藍 */
  background-color: #f0f9ff;
  padding: 0.8em 1.2em;
  margin: 1.2em 0;
  color: #0f172a;
  font-style: italic;
}

/* --- 清單樣式 --- */
.prose ul,
.prose ol {
  padding-left: 1.5em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

/* --- 圖片置中與圓角 --- */
.prose img {
  display: block;
  margin: 1em auto;
  border-radius: 0.5rem;
  max-width: 100%;
}

/* --- 表格優化 --- */
.prose table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
  font-size: 0.95rem;
}

.prose th,
.prose td {
  border: 1px solid #e2e8f0;
  padding: 0.6em 0.8em;
}

.prose th {
  background-color: #f8fafc;
  font-weight: 600;
}

/* --- 超連結 --- */
.prose a {
  color: #0284c7;
  text-decoration: none;
  border-bottom: 1px dotted #0284c7;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.prose a:hover {
  color: #0369a1;
  border-color: #0369a1;
}

option[data-hit="1"] {
  background: #fff3cd;
}

.suggest {
  position: relative;
  margin-top: 6px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  max-height: 260px;
  overflow: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.suggest.hidden {
  display: none;
}

.suggest-item {
  padding: 8px 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.35;
}

.suggest-item:hover {
  background: #f1f5f9;
}

.suggest-empty {
  padding: 10px;
  color: #64748b;
  font-size: 13px;
}

.suggest mark {
  background: #fde68a;
  padding: 0 2px;
  border-radius: 3px;
}

.suggest-item.is-active {
  background: #e2e8f0;
}


.hero-box {
  height: 35vh;

}

.hero-dots-bar {
  position: absolute;
  /* absolute */
  bottom: 12px;
  /* bottom-3 ≈ 0.75rem = 12px */
  left: 50%;
  /* left-1/2 */
  /* 左側中心 */
  transform: translateX(-50%);
  /* -translate-x-1/2 */
  /* 置中 */
  display: flex;
  /* flex */
  gap: 12px;
  /* gap-2 ≈ 0.5rem = 8px */
  z-index: 20;
  /*   z-20 */
}

/* ==============================
   Hero Dot（縮圖）
============================== */
.hero-dot {
  position: relative;
  width: 48px;
  /*  w-28 = 7rem = 112px */
  height: 30px;
  /* h-12 = 3rem = 48px */
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;

  opacity: 0.7 !important;
  transition: all 0.28s ease-in-out;
}

@media (min-width: 400px) {

  /*螢幕寬度 ≥200px 時*/
  .hero-dot {
    /* width:1rem;
    height:1rem;*/
  }
}

/* 🔹 hover 時略放大與變亮 */
.hero-dot:hover {
  opacity: 0.85;
  transform: scale(1.25);
  background-color: rgba(255, 255, 255, 0.95);
}

/* 🔹 active 狀態（由 JS 加上 .active 或初始 first） */
.hero-dot.active {
  opacity: 1 !important;
  transform: scale(1.07);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.9);
}

/* ✅ active 縮圖：放大 + 柔邊光暈 + 完全不透明 */
.hero-dot-active {
  opacity: 1 !important;
  /* 確保比 opacity-40 優先 */
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.9);
  animation: glowPulse 0.6s ease-out;
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.0);
    border-color: rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.9);
  }
}

/* ==============================
   Title（縮圖標題）
============================== */
.hero-dot-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  font-size: 11px;
  padding: 3px 4px;
  background: rgba(0, 0, 0, 0.55);
  color: white;
  line-height: 1.2;

  opacity: 0.45;
  transition: opacity 0.25s ease-in-out;
}

.hero-dot:hover .hero-dot-title,
.hero-dot-active .hero-dot-title {
  opacity: 1;
}


/* ==============================
   Overlay（暗色覆蓋）
============================== */
/* active 時：覆蓋層與標題文字一定顯示 */
.hero-dot-overlay {
  position: absolute;
  inset: 0;
  /*background: rgb(24, 102, 131,0.35);*/
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.hero-dot:hover .hero-dot-overlay,
.hero-dot-active .hero-dot-overlay {
  opacity: 1;
}

/* ✅ 指示器縮圖載入時的淡入上滑動畫 */
.thumb-fade {
  opacity: 0;
  transform: translateY(4px);
  animation: thumbFadeIn 0.4s ease-out forwards;
}

@keyframes thumbFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 桌機顯示縮圖，手機顯示小圓點 */
.hero-dots-mobile {
  display: none;
}

/* 小圓點樣式 */
.hero-dot-mobile {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  transition: transform 0.25s, background 0.25s;
  cursor: pointer;
}

.hero-dot-mobile-active {
  background: #fff;
  transform: scale(1.3);
}

/* 手機版：寬度 < 768px 時啟用小圓點 */
@media (max-width: 768px) {
  .hero-dots-bar {
    display: none;
  }

  /* 隱藏桌機縮圖 */
  .hero-dots-mobile {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 14px;
    width: 100%;
    z-index: 20;
  }
}

/* 主標 fade + slide-in */
.hero-textbox {
  opacity: 0;
  transform: translateY(20px);
  animation: heroTextIn 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

.hero-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.hero-subtitle {
  margin-top: 8px;
  font-size: 1rem;
  opacity: 0.85;
}

@media (min-width: 640px) {
  .hero-title {
    font-size: 2.25rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }
}

/* ==========================================================================
   Hero Banner RWD Styles
   ========================================================================== */
.hero-text-container {
  position: absolute;
  bottom: 40px;
  left: 16px;
  right: 16px;
  color: #fff;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 20;
}

@media (min-width: 640px) {
  .hero-text-container {
    bottom: 80px;
    right: 16px;
    left: auto;
    text-align: right;
  }
}

.hero-fallback-container {
  position: absolute;
  bottom: 24px;
  left: 16px;
  right: 16px;
  color: #fff;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 20;
}

.hero-fallback-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.hero-fallback-desc {
  font-size: 1rem;
  margin-bottom: 20px;
}

.hero-fallback-btn {
  display: inline-block;
  background-color: #fff;
  color: #1d4ed8;
  /* blue-700 */
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  text-decoration: none;
  transition: background-color .15s ease-in-out;
}

.hero-fallback-btn:hover {
  background-color: #bfdbfe;
  /* blue-200 */
}

@media (min-width: 640px) {
  .hero-fallback-container {
    bottom: 32px;
    right: 32px;
    left: auto;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-fallback-title {
    font-size: 2.25rem;
    margin-bottom: 16px;
  }

  .hero-fallback-desc {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .hero-fallback-title {
    font-size: 3rem;
  }
}

@keyframes heroTextIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* 導覽列 RWD 左右內縮距 */
.nav-custom {
  padding-left: 0rem;
  /*0.5rem;  /* px-2 */
  padding-right: 0.5rem;
  /*0.5rem; /* px-2 */
}

@media (min-width: 640px) {

  /* sm */
  .nav-custom {
    padding-left: 1.5rem;
    /* px-6 */
    padding-right: 1.5rem;
    /* px-6 */
  }
}


/* 整體 Logo 連結 */
.logo-link {
  display: inline-block;
  text-decoration: none;
}

/* 主標題：中文 */
.logo-title {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;

  /* 漸層字色 */
  background: linear-gradient(to right, #cfe9ff, #a8def8);
  /*, #8adffd*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* 淡藍炫光 */
  filter: drop-shadow(0 0 8px rgba(135, 206, 250, 0.45));
}

@media (min-width: 640px) {
  .logo-title {
    font-size: 18px;
  }
}

/* 副標題：英文 */
.logo-subtitle {
  /*font-family: 'Inter', 'Noto Sans TC', sans-serif;*/
  font-size: 10px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;

  /* 漸層字色 */
  background: linear-gradient(to right, #b5ddff, #a6e8f5);
  /*, #9cdaf8*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* 微炫光 */
  filter: drop-shadow(0 0 5px rgb(206, 224, 230));
}

.bg-red-600 {
  background-color: #dc2626;
  /* Tailwind 的 red-600 */
}

.bg-red-600:hover {
  background-color: #b91c1c;
  /* Tailwind red-700 */
}

.bg-red-700 {
  background-color: #b91c1c;
}

.bg-red-700:hover {
  background-color: #991b1b;
  /* Tailwind red-800 */
}



/* =========================
   Feedback Form (handmade CSS)
   ========================= */

:root {
  --wa-text: #0f172a;
  /* 深字 */
  --wa-muted: #64748b;
  /* 淡字 */
  --wa-border: #e2e8f0;
  /* 邊框 */
  --wa-bg: #ffffff;
  --wa-soft: #f8fafc;
  /* 淡底 */
  --wa-primary: #2563eb;
  /* 主色 */
  --wa-primary-hover: #1d4ed8;
  --wa-danger: #dc2626;
  --wa-success: #16a34a;
  --wa-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
  --wa-radius: 16px;
}

/* 容器卡片 */
.wa-card {
  /*max-width: 760px;*/
  margin: 24px auto;
  background: var(--wa-bg);
  border: 1px solid var(--wa-border);
  border-radius: var(--wa-radius);
  box-shadow: var(--wa-shadow);
  padding: 22px 20px;
}

@media (min-width: 768px) {
  .wa-card {
    padding: 28px 28px;
  }
}

/* 標題與說明 */
.wa-title {
  margin: 0 0 8px 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: var(--wa-text);
  letter-spacing: .2px;
}

.wa-desc {
  margin: 0 0 18px 0;
  color: var(--wa-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* 表單區塊 */
.wa-form {
  display: grid;
  gap: 14px;
}

.wa-field {
  display: grid;
  gap: 8px;
}

/* label */
.wa-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--wa-text);
}

.wa-required {
  color: var(--wa-danger);
  margin-left: 6px;
  font-weight: 900;
}

/* input / textarea */
.wa-input,
.wa-textarea {
  width: 100%;
  border: 1px solid var(--wa-border);
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  color: var(--wa-text);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.wa-textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.55;
}

.wa-input:focus,
.wa-textarea:focus {
  border-color: rgba(37, 99, 235, .65);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.wa-input::placeholder,
.wa-textarea::placeholder {
  color: #94a3b8;
}

/* 錯誤狀態（Django form error 時套用） */
.wa-invalid {
  border-color: rgba(220, 38, 38, .8) !important;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, .12) !important;
}

.wa-error {
  color: var(--wa-danger);
  font-size: 12px;
  line-height: 1.45;
  margin-top: -2px;
}

/* 表單輔助文字 */
.wa-hint {
  color: var(--wa-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* 按鈕列 */
.wa-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.wa-btn {
  appearance: none;
  border: 1px solid rgba(37, 99, 235, .35);
  background: var(--wa-primary);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: transform .05s ease, background-color .15s ease, box-shadow .15s ease;
  box-shadow: 0 10px 18px rgba(37, 99, 235, .14);
}

.wa-btn:hover {
  background: var(--wa-primary-hover);
}

.wa-btn:active {
  transform: translateY(1px);
}

.wa-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
}

/* message（如果你用 Django messages） */
.wa-alert {
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid var(--wa-border);
  background: var(--wa-soft);
  color: var(--wa-text);
  margin-bottom: 14px;
}

.wa-alert-success {
  border-color: rgba(22, 163, 74, .25);
  background: rgba(22, 163, 74, .08);
  color: #065f46;
}

.wa-alert-error {
  border-color: rgba(220, 38, 38, .25);
  background: rgba(220, 38, 38, .08);
  color: #7f1d1d;
}

/* 小註記（必填說明列） */
.wa-footnote {
  margin-top: 6px;
  font-size: 12px;
  color: var(--wa-muted);
}

.toast-container {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  /* 垂直置中 */
  justify-content: center;
  /* 水平置中 */
  z-index: 9999;
  pointer-events: none;
}

.toast {
  pointer-events: auto;
  min-width: 420px;
  min-hight: 420px;
  padding: 12px 14px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
  background: #ecf7f8;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, .12);
  transform: translateY(-50px);
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
  font-size: 20px;
  line-height: 1.35;
}

.toast.show {
  opacity: 1;
  transform: translateY(-20px);
}

.toast .title {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 20px;
}

.toast .msg {
  white-space: pre-line;
  /* 讓 \n 斷行 */
}

.toast .close {
  position: absolute;
  top: 6px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  color: rgba(15, 23, 42, .55);
}

.min-w-full {
  min-width: 100%;
}

.toast.info {
  border-left: 6px solid #3b82f6;
}

.toast.warn {
  border-left: 6px solid #f59e0b;
}

.toast.error {
  border-left: 6px solid #ef4444;
}

.toast.ok {
  border-left: 6px solid #22c55e;
}


.title-inline-wrap {
  display: inline;
}

.title-badge-hot,
.title-badge-new {
  display: inline-block;
  vertical-align: baseline;
  white-space: nowrap;
}

.title-badge-hot {
  font-size: 12px;
  font-weight: 500;
  margin-right: 4px;
}

.title-badge-new {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.8);
  margin-right: 6px;
  position: relative;
  top: -1px;
}

/* ==========================================================================
   Policy Survey Management UI
   ========================================================================== */
.chart-row input[type="text"],
.chart-row input[type="number"],
.chart-row textarea,
.chart-row select {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #fff;
}

.chart-row input:focus,
.chart-row textarea:focus,
.chart-row select:focus {
  border-color: #0ea5e9;
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.2);
}

.row-item input {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.75rem !important;
  border-radius: 0.375rem !important;
}

.question-row textarea {
  min-height: 80px;
}

#chart-list .chart-row {
  transition: all 0.3s ease;
}

#chart-list .chart-row:hover {
  border-color: #bae6fd;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.05);
}

/* Custom additions for Policy Survey Management */
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:w-1\/2 {
    width: 50%;
  }
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.text-\[10px\] {
  font-size: 10px;
}

.shadow-\[0_-4px_10px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.divide-gray-200> :not([hidden])~ :not([hidden]) {
  border-color: rgb(229 231 235);
}

.border-gray-50 {
  border-color: rgb(249 250 251);
}

.border-sky-100 {
  border-color: rgb(224 242 254);
}

.hover\:bg-emerald-200:hover {
  background-color: rgb(167 243 208);
}

.hover\:bg-sky-200:hover {
  background-color: rgb(186 230 253);
}

.hover\:bg-blue-700:hover {
  background-color: rgb(29 78 216);
}

.hover\:bg-red-700:hover {
  background-color: rgb(185 28 28);
}

.hover\:text-indigo-900:hover {
  color: rgb(49 46 129);
}

.hover\:text-red-900:hover {
  color: rgb(127 29 29);
}

.hover\:text-gray-700:hover {
  color: rgb(55 65 81);
}

.h-20 {
  height: 5rem;
}

.w-32 {
  width: 8rem;
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

.opacity-40 {
  opacity: .4;
}

.bottom-0 {
  bottom: 0;
}

/* 篩選提示小字 */
.filter-hint-text {
  font-size: 13px;
  color: #6b7280;
  /* gray-500 */
  margin-top: 4px;
  margin-bottom: 24px;
  text-align: left;
}

.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 { margin-right: 1rem; }

/* Added for inflation area pictures edit */
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.shadow-\[0_-4px_10px_rgba\(0\,0\,0\,0\.05\)\] {
  --tw-shadow: 0 -4px 10px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 -4px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pb-24 {
  padding-bottom: 6rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.border-l-4 {
  border-left-width: 4px;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}