*, ::before, ::after {
  --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:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.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:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --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:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.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:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: system-ui, -apple-system, Segoe UI, Microsoft YaHei, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

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

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

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

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[9999\] {
  z-index: 9999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-9 {
  height: 2.25rem;
}
.h-full {
  height: 100%;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-\[65vh\] {
  max-height: 65vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[40vh\] {
  min-height: 40vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-7 {
  width: 1.75rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.min-w-\[28px\] {
  min-width: 28px;
}
.min-w-\[36px\] {
  min-width: 36px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[95vw\] {
  max-width: 95vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.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));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.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, 1));
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-brand-200 {
  --tw-border-opacity: 1;
  border-color: rgb(255 219 165 / var(--tw-border-opacity, 1));
}
.border-brand-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 122 10 / var(--tw-border-opacity, 1));
}
.border-brand-600 {
  --tw-border-opacity: 1;
  border-color: rgb(240 94 0 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-brand-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 237 / var(--tw-bg-opacity, 1));
}
.bg-brand-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 10 / var(--tw-bg-opacity, 1));
}
.bg-brand-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 94 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-50 {
  --tw-gradient-from: #fff8ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 248 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-500 {
  --tw-gradient-from: #ff7a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 122 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-amber-50 {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}
.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-brand-700 {
  --tw-gradient-to: #c74600 var(--tw-gradient-to-position);
}
.to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}
.to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}
.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.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-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-tight {
  line-height: 1.25;
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-brand-500 {
  --tw-text-opacity: 1;
  color: rgb(255 122 10 / var(--tw-text-opacity, 1));
}
.text-brand-600 {
  --tw-text-opacity: 1;
  color: rgb(240 94 0 / var(--tw-text-opacity, 1));
}
.text-brand-700 {
  --tw-text-opacity: 1;
  color: rgb(199 70 0 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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-amber-500\/40 {
  --tw-ring-color: rgb(245 158 11 / 0.4);
}
.ring-brand-500\/20 {
  --tw-ring-color: rgb(255 122 10 / 0.2);
}
.ring-brand-500\/30 {
  --tw-ring-color: rgb(255 122 10 / 0.3);
}
.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);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

* { box-sizing: border-box; }

html, body, #root {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  font-family: system-ui, -apple-system, 'Segoe UI', 'Microsoft YaHei', sans-serif;
  background: #f5f6fa;
  color: #1a1a2e;
  -webkit-font-smoothing: antialiased;
}

/* Scrollbar */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #cbd0dd; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #a8aebd; }

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in { animation: fadeIn 0.3s ease-out; }

@keyframes slideIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-slide-in { animation: slideIn 0.25s ease-out; }

@keyframes spin {
  to { transform: rotate(360deg); }
}
.animate-spin-slow { animation: spin 1s linear infinite; }

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 6px;
}

/* Custom checkbox */
.custom-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #cbd0dd;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  flex-shrink: 0;
}
.custom-checkbox:checked {
  background: #f05e00;
  border-color: #f05e00;
}
.custom-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

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

/* ============ Responsive Table Wrapper ============ */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive table {
  min-width: 720px;
}

/* ============ Focus visible (keyboard navigation) ============ */
:focus-visible {
  outline: 2px solid #f05e00;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ============ Screen reader only ============ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ===== Rice Field Hero (QoderWork v20 design) ===== */
:root {
  --seed-bg: #faf9f4;
  --seed-fg: #2d3b2d;
  --seed-primary: #4a9e3f;
  --seed-accent: #e8a000;
  --color-primary-dark: #3a7e32;
  --color-primary-soft: #e9f5e6;
  --color-primary-mist: #f2faf0;
  --color-warm: #fdf6e8;
  --color-border: #e8e4da;
  --color-border-soft: #f0ede5;
  --color-muted: #7a8a76;
  --color-muted-light: #a3b39f;
  --shadow-soft: 0 2px 12px rgba(74,158,63,0.06);
  --shadow-lift: 0 8px 30px rgba(74,158,63,0.1);
  --shadow-float: 0 16px 48px rgba(74,158,63,0.12);
  --spacing-unit: 8px;
  --font-display: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

/* ===== Hero - 青禾稻田 ===== */
.hero-rice {
  position: relative;
  padding: calc(var(--spacing-unit) * 8) calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 10);
  overflow: hidden;
  background: linear-gradient(155deg, #66bb6a 0%, #43a047 35%, #2e7d32 70%, #256d29 100%);
  color: #fff;
  border-radius: 16px;
  margin: 16px;
}
.hero-rice::before {
  content: '';
  position: absolute;
  top: -25%; right: -8%;
  width: 550px; height: 550px;
  background: radial-gradient(circle, rgba(255,255,200,0.14) 0%, transparent 55%);
  pointer-events: none;
  animation: sun-glow 7s ease-in-out infinite;
}
.hero-rice::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle 1px, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
@keyframes sun-glow { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.2); } }

.hero-rice-inner {
  max-width: 72rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.hero-rice-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  padding: 7px 18px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 100px;
  backdrop-filter: blur(6px);
  margin-bottom: calc(var(--spacing-unit) * 3);
  animation: bounce-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.hero-rice h1 {
  font-size: clamp(2.25rem, 5.5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: calc(var(--spacing-unit) * 2);
  animation: bounce-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.08s both;
  text-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
.hero-rice h1 .gold {
  color: #fff59d;
  text-shadow: 0 0 24px rgba(255,245,157,0.3);
}
.hero-rice-desc {
  font-size: 1.0625rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
  max-width: 52ch;
  animation: bounce-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.16s both;
}
@keyframes bounce-in { from { opacity: 0; transform: translateY(16px) scale(0.97); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* Hero stats (金色数字) */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(var(--spacing-unit) * 1.5);
  margin-top: calc(var(--spacing-unit) * 4);
  animation: bounce-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.32s both;
}
.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 1.5);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}
.hero-stat:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-3px);
}
.hero-stat-num {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff59d;
  text-shadow: 0 0 16px rgba(255,245,157,0.4);
}
.hero-stat-label {
  font-size: 0.6875rem;
  opacity: 0.85;
}

/* Hero decorative elements */
.hero-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.hero-depth-sun {
  top: -60px;
  right: 8%;
  width: 200px;
  height: 200px;
}
.sun-core {
  position: absolute;
  inset: 40px;
  background: radial-gradient(circle, rgba(255,245,180,0.5) 0%, rgba(255,230,120,0.2) 40%, transparent 70%);
  border-radius: 50%;
  animation: sun-pulse 5s ease-in-out infinite;
}
@keyframes sun-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.15); opacity: 0.8; } }

.hero-deco-bird {
  position: absolute;
  color: rgba(255,255,255,0.5);
  animation: bird-fly 14s linear infinite;
}
.hero-deco-bird-1 { top: 18%; left: 30%; animation-duration: 16s; }
.hero-deco-bird-2 { top: 24%; left: 50%; animation-duration: 20s; animation-delay: 4s; }
.hero-deco-bird-3 { top: 14%; left: 70%; animation-duration: 24s; animation-delay: 9s; }
@keyframes bird-fly { from { transform: translateX(0) translateY(0); } 50% { transform: translateX(40vw) translateY(-15px); } to { transform: translateX(80vw) translateY(0); } }

.hero-deco-butterfly {
  position: absolute;
  animation: flutter 6s ease-in-out infinite;
}
.butterfly-1 { top: 20%; right: 15%; animation-delay: 0s; }
.butterfly-2 { top: 40%; right: 30%; animation-delay: 2s; animation-duration: 7s; }
.butterfly-3 { top: 55%; right: 20%; animation-delay: 4s; animation-duration: 5.5s; }
@keyframes flutter {
  0% { transform: translate(0, 0) rotate(0deg) scaleX(1); }
  50% { transform: translate(15px, -15px) rotate(8deg) scaleX(0.5); }
  100% { transform: translate(0, 0) rotate(0deg) scaleX(1); }
}

.hero-deco-pollen {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255,220,100,0.7);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(255,220,100,0.4);
  animation: pollen-rise 7s ease-in-out infinite;
  opacity: 0;
}
@keyframes pollen-rise {
  0% { opacity: 0; transform: translateY(0); }
  20% { opacity: 0.8; }
  50% { opacity: 0.5; transform: translateY(-40px) translateX(12px); }
  80% { opacity: 0.6; }
  100% { opacity: 0; transform: translateY(-80px) translateX(-8px); }
}

/* Hero rice field (底部稻苗) */
.hero-rice-field {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  pointer-events: none;
  z-index: 2;
}
.hero-rice-field svg {
  width: 100%;
  height: 100%;
}

/* Hero wave bottom */
.hero-rice-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 4;
  line-height: 0;
}
.hero-rice-wave svg {
  width: 100%;
  height: 32px;
  display: block;
}

/* Foreground leaves (前景大叶片) */
.hero-fg-leaves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}
.hero-fg-leaf {
  position: absolute;
  bottom: -20px;
  filter: blur(6px);
  opacity: 0.85;
  animation: fg-sway 6s ease-in-out infinite;
  transform-origin: bottom center;
}
.hero-fg-leaf-l { left: -30px; }
.hero-fg-leaf-r { right: -20px; animation-delay: 2s; animation-duration: 7s; }
@keyframes fg-sway { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(2deg); } }

/* Foreground leaves (前景大叶片) */
.hero-fg-leaves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}
.hero-fg-leaf {
  position: absolute;
  bottom: -20px;
  filter: blur(6px);
  opacity: 0.85;
  animation: fg-sway 6s ease-in-out infinite;
  transform-origin: bottom center;
}
.hero-fg-leaf-l { left: -30px; }
.hero-fg-leaf-r { right: -20px; animation-delay: 2s; animation-duration: 7s; }
@keyframes fg-sway { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(2deg); } }

/* 阳光放射线（从太阳向右下斜射，加强稻田阳光感） */
.hero-sun-rays {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      155deg,
      transparent 0%,
      transparent 18%,
      rgba(255, 230, 150, 0.08) 19%,
      rgba(255, 230, 150, 0.18) 20%,
      rgba(255, 230, 150, 0.08) 21%,
      transparent 22%,
      transparent 35%,
      rgba(255, 230, 150, 0.06) 36%,
      rgba(255, 230, 150, 0.14) 37%,
      rgba(255, 230, 150, 0.06) 38%,
      transparent 39%,
      transparent 55%,
      rgba(255, 230, 150, 0.05) 56%,
      rgba(255, 230, 150, 0.12) 57%,
      rgba(255, 230, 150, 0.05) 58%,
      transparent 59%,
      transparent 75%,
      rgba(255, 230, 150, 0.04) 76%,
      rgba(255, 230, 150, 0.1) 77%,
      rgba(255, 230, 150, 0.04) 78%,
      transparent 79%
    );
  mask-image: radial-gradient(ellipse 700px 500px at 8% 8%, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 700px 500px at 8% 8%, #000 30%, transparent 100%);
  animation: rays-shimmer 8s ease-in-out infinite;
}
@keyframes rays-shimmer {
  0%, 100% { opacity: 0.9; }
  50% { opacity: 1; }
}

/* 金龙鱼 logo (紧贴"🌱 2026 青苗季"badge 右边，水平对齐) */
.hero-fish-logo {
  position: absolute;
  top: 36px;
  left: 268px;
  z-index: 4;
  animation: emblem-float 5s ease-in-out infinite;
  filter: drop-shadow(0 0 28px rgba(255,215,80,0.85)) drop-shadow(0 4px 16px rgba(0,0,0,0.25));
}
.fish-logo-img {
  width: 80px;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 18px rgba(255,240,180,0.7));
}
@keyframes emblem-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-8px) rotate(1.5deg); } }

/* 鲜米上市印章 (紧贴"好米的故事，从这里开始"标题右边，水平对齐) */
.hero-stamp {
  position: absolute;
  top: 96px;
  left: 660px;
  z-index: 5;
  animation: stamp-rotate 8s ease-in-out infinite;
}
@keyframes stamp-rotate {
  0%, 100% { transform: rotate(-8deg); }
  50% { transform: rotate(6deg); }
}
.stamp-circle {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #f15c4d 0%, #c0392b 50%, #962418 100%);
  box-shadow:
    0 0 0 2px rgba(255,245,200,0.5),
    0 0 0 4px rgba(192,57,43,0.7),
    0 6px 20px rgba(0,0,0,0.4),
    0 0 24px rgba(255, 215, 100, 0.45),
    inset 0 2px 6px rgba(255,255,255,0.32),
    inset 0 -4px 8px rgba(0,0,0,0.3),
    inset 0 0 12px rgba(255,245,200,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
}
.stamp-ring {
  position: absolute;
  inset: 5px;
  border: 1.5px dashed rgba(255,245,200,0.78);
  border-radius: 50%;
}
.stamp-ring-2 {
  inset: 9px;
  border: 1px solid rgba(255,245,200,0.55);
  border-style: solid;
}
.stamp-text {
  font-size: 10px;
  font-weight: 900;
  color: #fff59d;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.55);
}

/* 米饭碗照片 (右中偏左：多层 box-shadow 模拟融入背景的羽化光晕) */
.hero-rice-bowl {
  position: absolute;
  top: 32%;
  right: 7%;
  z-index: 4;
  animation: bowl-float 6s ease-in-out infinite;
}
.rice-bowl-img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  /* 关键：去掉硬边 border，改用多层 box-shadow 模拟羽化光晕 */
  box-shadow:
    /* 第 1 层：白色内边（替代 border） */
    0 0 0 2px rgba(255, 255, 255, 0.55),
    /* 第 2 层：金色内光（诱人） */
    0 0 20px 4px rgba(255, 200, 100, 0.5),
    /* 第 3 层：暖色中光晕（与米饭融合） */
    0 0 50px 12px rgba(255, 180, 60, 0.35),
    /* 第 4 层：绿色外光晕（融入 hero 背景渐变） */
    0 0 90px 25px rgba(76, 175, 80, 0.45),
    /* 第 5 层：深绿色远散光（完全融入背景） */
    0 0 140px 40px rgba(46, 125, 50, 0.35),
    /* 阴影 */
    0 12px 30px rgba(0, 0, 0, 0.25),
    /* 内部高光 */
    inset 0 -8px 16px rgba(255, 200, 100, 0.25);
  filter: saturate(1.4) brightness(1.08) contrast(1.05);
  display: block;
  position: relative;
  z-index: 2;
}
@keyframes bowl-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* 米饭碗底部暖色光晕（"热腾腾"橘黄光圈） */
.rice-bowl-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse 90px 25px at center,
    rgba(255, 200, 100, 0.55) 0%,
    rgba(255, 180, 60, 0.3) 40%,
    transparent 75%);
  filter: blur(8px);
  z-index: 1;
  pointer-events: none;
  animation: glow-pulse 3s ease-in-out infinite;
}
@keyframes glow-pulse {
  0%, 100% { opacity: 0.85; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

/* 米饭油光蹭亮（2 层白色椭圆高光） */
.rice-bowl-shine {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
}
.rice-bowl-shine-1 {
  /* 左上角大高光（主光源） */
  top: 12%;
  left: 15%;
  width: 35%;
  height: 25%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.85) 0%, rgba(255, 250, 230, 0.45) 40%, transparent 75%);
  filter: blur(3px);
  transform: rotate(-30deg);
}
.rice-bowl-shine-2 {
  /* 右下角小反光（环境光） */
  bottom: 18%;
  right: 18%;
  width: 22%;
  height: 16%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.6) 0%, rgba(255, 240, 200, 0.3) 45%, transparent 80%);
  filter: blur(2px);
  transform: rotate(35deg);
}

/* 田间元素容器 */
.hero-field-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.wheat-ear {
  position: absolute;
  animation: wheat-sway 5s ease-in-out infinite;
  transform-origin: bottom center;
  filter: drop-shadow(0 0 4px rgba(255, 235, 150, 0.3));
}
.wheat-1 { left: 14%; bottom: 5%; animation-delay: 0s; }
.wheat-2 { left: 24%; bottom: 3%; animation-delay: 0.6s; }
.wheat-3 { left: 72%; bottom: 4%; animation-delay: 1.2s; }
.wheat-4 { left: 82%; bottom: 6%; animation-delay: 1.8s; }
@keyframes wheat-sway {
  0%, 100% { transform: rotate(-3deg); }
  50% { transform: rotate(3deg); }
}

/* 远处白鹤（放大 + 翅膀拍打 + 灵动 S 形飞行） */
.heron {
  position: absolute;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
}
.heron-1 {
  top: 18%;
  left: 8%;
  animation: heron-fly-1 14s ease-in-out infinite;
}
.heron-2 {
  top: 30%;
  left: 25%;
  animation: heron-fly-2 18s ease-in-out infinite;
  animation-delay: 5s;
}
/* 翅膀拍打动画（独立子元素 transform） */
.heron-wings {
  transform-origin: 35px 22px;
  transform-box: fill-box;
  animation: heron-flap 0.45s ease-in-out infinite;
}
.heron-wings-1 { animation-delay: 0s; }
.heron-wings-2 { animation-delay: 0.15s; }
@keyframes heron-flap {
  0%, 100% { transform: scaleY(1) scaleX(1); }
  50% { transform: scaleY(0.4) scaleX(1.15); }
}
/* 灵动 S 形飞行轨迹（8 个关键帧 + 上下大幅波动 + 微旋转） */
@keyframes heron-fly-1 {
  0%   { transform: translate(0, 0) rotate(-3deg); }
  12%  { transform: translate(10vw, -22px) rotate(2deg); }
  25%  { transform: translate(20vw, -8px) rotate(-2deg); }
  37%  { transform: translate(32vw, -28px) rotate(3deg); }
  50%  { transform: translate(44vw, -12px) rotate(-3deg); }
  62%  { transform: translate(55vw, -32px) rotate(2deg); }
  75%  { transform: translate(68vw, -15px) rotate(-1deg); }
  87%  { transform: translate(78vw, -25px) rotate(2deg); }
  100% { transform: translate(85vw, -10px) rotate(0deg); }
}
@keyframes heron-fly-2 {
  0%   { transform: translate(0, 0) rotate(2deg); }
  15%  { transform: translate(8vw, 18px) rotate(-2deg); }
  30%  { transform: translate(18vw, -8px) rotate(3deg); }
  45%  { transform: translate(28vw, 22px) rotate(-2deg); }
  60%  { transform: translate(40vw, -5px) rotate(2deg); }
  75%  { transform: translate(52vw, 15px) rotate(-3deg); }
  90%  { transform: translate(62vw, -10px) rotate(2deg); }
  100% { transform: translate(70vw, 8px) rotate(0deg); }
}

/* 稻草人剪影（远处左下） */
.scarecrow {
  position: absolute;
  left: 5%;
  bottom: 8%;
  opacity: 0.7;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  animation: scarecrow-sway 7s ease-in-out infinite;
  transform-origin: bottom center;
}
@keyframes scarecrow-sway {
  0%, 100% { transform: rotate(-1deg); }
  50% { transform: rotate(1.5deg); }
}

/* 飘落米粒（更明显：拖尾光晕 + 慢飘） */
.hero-real-grains {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
.real-grain {
  position: absolute;
  animation: grain-drift 8s ease-in-out infinite;
  filter:
    drop-shadow(0 0 6px rgba(255,245,200,0.9))
    drop-shadow(0 2px 4px rgba(0,0,0,0.2));
  will-change: transform, opacity;
}
@keyframes grain-drift {
  0%, 100% { transform: translate(0, 0) rotate(var(--rot, 0deg)) scale(var(--scale, 1)); opacity: 1; }
  25% { transform: translate(8px, -10px) rotate(calc(var(--rot, 0deg) + 8deg)) scale(var(--scale, 1)); opacity: 0.85; }
  50% { transform: translate(16px, -18px) rotate(calc(var(--rot, 0deg) + 14deg)) scale(var(--scale, 1)); opacity: 0.55; }
  75% { transform: translate(8px, -10px) rotate(calc(var(--rot, 0deg) + 6deg)) scale(var(--scale, 1)); opacity: 0.8; }
}

/* 前景大叶片（真实感：阳光透射 + 与太阳光晕呼应） */
.hero-fg-leaves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 6;
}
.hero-fg-leaf {
  position: absolute;
  bottom: -20px;
  animation: fg-sway 6s ease-in-out infinite;
  transform-origin: bottom center;
  filter: drop-shadow(0 0 24px rgba(255,220,140,0.35));
}
.hero-fg-leaf-l { left: -40px; }
.hero-fg-leaf-r { right: -30px; animation-delay: 2s; animation-duration: 7s; }
@keyframes fg-sway { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(2deg); } }

/* Filter / Search (Qoder 风格) */
.filter-rice {
  background: var(--seed-bg, #faf9f4);
  border: 1px solid var(--color-border-soft, #f0ede5);
  border-radius: 24px;
  padding: 28px;
  margin: 16px;
  box-shadow: 0 2px 12px rgba(74,158,63,0.06);
}
.filter-rice-search {
  position: relative;
  margin-bottom: 20px;
}
.filter-rice-search input {
  width: 100%;
  padding: 13px 18px 13px 44px;
  border: 1.5px solid var(--color-border, #e8e4da);
  border-radius: 20px;
  background: #fff;
  font-size: 0.9375rem;
  transition: all 0.25s;
}
.filter-rice-search input:focus {
  outline: none;
  border-color: var(--seed-primary, #4a9e3f);
  box-shadow: 0 0 0 4px rgba(74,158,63,0.08);
}
.filter-rice-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-muted-light, #a3b39f);
}
.filter-rice-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.filter-rice-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-muted, #7a8a76);
  min-width: 34px;
}
.filter-rice-chip {
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 600;
  background: #fff;
  border: 1.5px solid var(--color-border, #e8e4da);
  color: var(--color-muted, #7a8a76);
  cursor: pointer;
  transition: all 0.25s;
}
.filter-rice-chip:hover {
  border-color: var(--seed-primary, #4a9e3f);
  color: var(--seed-primary, #4a9e3f);
  transform: translateY(-2px);
}
.filter-rice-chip.active {
  background: var(--seed-primary, #4a9e3f);
  color: #fff;
  border-color: var(--seed-primary, #4a9e3f);
  transform: scale(1.05);
}
.filter-rice-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1.5px solid var(--color-border-soft, #f0ede5);
}
.filter-rice-count {
  font-size: 0.875rem;
  color: var(--color-muted, #7a8a76);
  font-weight: 500;
}
.btn-rice-primary {
  background: var(--seed-primary, #4a9e3f);
  color: #fff;
  border-radius: 100px;
  padding: 11px 24px;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 3px 14px rgba(74,158,63,0.2);
  transition: all 0.25s;
}
.btn-rice-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(74,158,63,0.3);
}

/* Product Cards (Qoder 风格) */
.card-grid-rice {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  padding: 0 16px;
}
.rice-card {
  background: #fff;
  border: 1px solid var(--color-border-soft, #f0ede5);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 2px 12px rgba(74,158,63,0.06);
}
.rice-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(74,158,63,0.12);
  border-color: rgba(74,158,63,0.2);
}
.rice-card-top {
  position: relative;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f2faf0, #fdf6e8);
  overflow: hidden;
}
.rice-card-cover {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  z-index: 2;  /* 覆盖底层 SVG 占位 */
}
.rice-card-top img {
  -o-object-fit: contain !important;
     object-fit: contain !important;  /* 保持图片完整不被裁切 */
  padding: 8px;
}
.rice-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 13px;
  border-radius: 100px;
  font-size: 0.6875rem;
  font-weight: 800;
  background: var(--seed-accent, #e8a000);
  color: #fff;
  box-shadow: 0 2px 8px rgba(232,160,0,0.25);
}
.rice-card-count {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--color-muted, #7a8a76);
  background: rgba(255,255,255,0.85);
  padding: 4px 10px;
  border-radius: 100px;
  backdrop-filter: blur(4px);
}
.rice-card-body {
  padding: 14px 18px 16px;
}
.rice-card-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
  color: var(--seed-fg, #2d3b2d);
}
.rice-card-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.rice-card-tag {
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.6875rem;
  font-weight: 600;
}
.rice-card-tag-green {
  background: var(--color-primary-soft, #e9f5e6);
  color: var(--seed-primary, #4a9e3f);
}
.rice-card-tag-gold {
  background: var(--color-warm, #fdf6e8);
  color: #b87e00;
}
.rice-card-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.rice-card-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-muted, #7a8a76);
  text-decoration: none;
  transition: color 0.2s;
}
.rice-card-link:hover {
  color: var(--seed-primary, #4a9e3f);
}
.rice-card-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 20px;
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 700;
  background: var(--seed-primary, #4a9e3f);
  color: #fff;
  transition: all 0.25s;
  box-shadow: 0 3px 12px rgba(74,158,63,0.2);
}
.rice-card-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(74,158,63,0.3);
}

@media (max-width: 768px) {
  .hero-rice { margin: 12px; padding: 32px 20px; }
  .hero-rice h1 { font-size: 1.875rem; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .card-grid-rice { grid-template-columns: 1fr; }
  .filter-rice { padding: 20px; margin: 12px; }
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero-deco-bird, .hero-deco-butterfly, .hero-deco-pollen { display: none; }
}
.hover\:border-brand-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 154 51 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-brand-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(199 70 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-brand-600:hover {
  --tw-text-opacity: 1;
  color: rgb(240 94 0 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:fixed:focus {
  position: fixed;
}
.focus\:left-2:focus {
  left: 0.5rem;
}
.focus\:top-2:focus {
  top: 0.5rem;
}
.focus\:z-\[9999\]:focus {
  z-index: 9999;
}
.focus\:rounded-lg:focus {
  border-radius: 0.5rem;
}
.focus\:border-brand-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 122 10 / var(--tw-border-opacity, 1));
}
.focus\:bg-brand-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 94 0 / var(--tw-bg-opacity, 1));
}
.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}
.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.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-brand-500\/20:focus {
  --tw-ring-color: rgb(255 122 10 / 0.2);
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.active\:bg-brand-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(158 56 6 / var(--tw-bg-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:flex-none {
    flex: none;
  }

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

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

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

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {

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

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

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

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

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