*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
  html {
  font-size: 12.8px;
}
  @media (min-width: 768px) {

  html {
    font-size: 16px;
  }
}
  body {
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 249 / var(--tw-bg-opacity, 1));
  font-family: JetBrains Mono, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(61 77 61 / var(--tw-text-opacity, 1));
}
  body:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 12 8 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(200 214 200 / var(--tw-text-opacity, 1));
}
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: Crimson Pro, serif;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
}
  h1:is(.dark *),
  h2:is(.dark *),
  h3:is(.dark *),
  h4:is(.dark *),
  h5:is(.dark *),
  h6:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  h1,
  .h1 {
  font-size: 2.081754689062499rem;
}
  @media (min-width: 768px) {

  h1,
  .h1 {
    font-size: 2.313060765624999rem;
  }
}
  h2,
  .h2 {
  font-size: 1.8102214687499996rem;
}
  @media (min-width: 768px) {

  h2,
  .h2 {
    font-size: 2.0113571874999994rem;
  }
}
  h3,
  .h3 {
  font-size: 1.5741056249999996rem;
}
  @media (min-width: 768px) {

  h3,
  .h3 {
    font-size: 1.7490062499999994rem;
  }
}
  h4,
  .h4 {
  font-size: 1.5208749999999995rem;
}
  h5,
  .h5 {
  font-size: 1.3224999999999998rem;
}
  h6,
  .h6 {
  font-size: 1.15rem;
}
  b,
  strong {
  font-weight: 600;
}
  code::after {
  content: var(--tw-content);
  border-style: none;
}
  blockquote > p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 540px) {

  .container {
    max-width: 540px;
  }
}
@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;
  }
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-3 {
  order: 3;
}
main {
    min-height: 70vh; }
.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1280px) {

  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.section-sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1280px) {

  .section-sm {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1536px) {

  .container {
    max-width: 1320px;
  }
}
.social-icons > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.social-icons li {
  display: inline-block;
}
.social-icons li a {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  text-align: center;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 6px;
}
.social-icons li a:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
}
.social-icons li a svg {
  height: 1.25rem;
  width: 1.25rem;
}
.swiper-pagination-bullet {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
  height: 0.625rem !important;
  width: 0.625rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 245 238 / var(--tw-bg-opacity, 1)) !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 21 15 / var(--tw-bg-opacity, 1)) !important;
}
.swiper-pagination-bullet-active {
  height: 1rem !important;
  width: 1rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1)) !important;
}
.swiper-pagination-bullet-active:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1)) !important;
}
.content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.content :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.content {
  max-width: none;
}
:lang(zh-hans) .content p {
  text-indent: 2em; }
.content :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: .3em;
  margin-top: .6em;
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
}
.content:is(.dark *) :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 2.081754689062499rem;
}
@media (min-width: 768px) {

  .content :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 2.313060765624999rem;
  }
}
.content :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.8102214687499996rem;
}
@media (min-width: 768px) {

  .content :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 2.0113571874999994rem;
  }
}
.content :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.5741056249999996rem;
}
@media (min-width: 768px) {

  .content :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 1.7490062499999994rem;
  }
}
.content :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  max-width: 100%;
  border-radius: 0.25rem;
  border-radius: 6px;
}
.content :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(212 224 208 / var(--tw-border-opacity, 1));
}
.content:is(.dark *) :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(26 42 26 / var(--tw-border-opacity, 1));
}
.content :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(61 77 61 / var(--tw-text-opacity, 1));
}
.content:is(.dark *) :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(200 214 200 / var(--tw-text-opacity, 1));
}
.content :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-radius: 0.5rem;
  border-width: 1px;
  border-left-width: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 238 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-family: Crimson Pro, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
  border-radius: 12px;
}
.content:is(.dark *) :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 21 15 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(136 152 136 / var(--tw-text-opacity, 1));
}
.content :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 238 / var(--tw-bg-opacity, 1));
  border-radius: 12px;
}
.content:is(.dark *) :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 21 15 / var(--tw-bg-opacity, 1));
}
.content :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.content:is(.dark *) :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(136 152 136 / var(--tw-text-opacity, 1));
}
.content :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
}
.content:is(.dark *) :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(200 214 200 / var(--tw-text-opacity, 1));
}
.content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(61 77 61 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.content:is(.dark *) :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(200 214 200 / var(--tw-text-opacity, 1));
}
.content:is(.dark *) :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.content :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(61 77 61 / var(--tw-text-opacity, 1));
}
.content:is(.dark *) :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(200 214 200 / var(--tw-text-opacity, 1));
}
.content :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  border-radius: 12px;
}
.content :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  border-width: 1px;
  --tw-content: "";
  content: var(--tw-content);
}
.content:is(.dark *) :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(26 42 26 / var(--tw-border-opacity, 1));
}
.content :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(212 224 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 238 / var(--tw-bg-opacity, 1));
}
.content:is(.dark *) :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(26 42 26 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 21 15 / var(--tw-bg-opacity, 1));
}
.content :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  position: relative;
  z-index: 10;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 18px;
  padding-bottom: 18px;
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
}
.content:is(.dark *) :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(200 214 200 / var(--tw-text-opacity, 1));
}
.content :is(:where(tr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(212 224 208 / var(--tw-border-opacity, 1));
}
.content:is(.dark *) :is(:where(tr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(26 42 26 / var(--tw-border-opacity, 1));
}
.content :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  position: relative;
  z-index: 10;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 18px;
  padding-bottom: 18px;
}
.content:is(.dark *) :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(200 214 200 / var(--tw-text-opacity, 1));
}
.content .btn {
  text-decoration-line: none !important;
}
.content .btn:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.content .btn:hover:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1)) !important;
}
input#nav-toggle:checked + label #show-button {
  display: none;
}
input#nav-toggle:checked + label #hide-button {
  display: block;
}
input#nav-toggle:checked ~ #nav-menu {
  display: block;
}
.header {
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 249 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.header:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 12 8 / var(--tw-bg-opacity, 1));
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
}
.navbar-brand:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.navbar-brand image {
  max-height: 100%;
  max-width: 100%;
}
.navbar-nav {
  text-align: center;
}
@media (min-width: 1024px) {

  .navbar-nav {
    text-align: left;
  }
}
.nav-link {
  display: block;
  cursor: pointer;
  padding: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.nav-link:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.nav-link:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.nav-dropdown.active .nav-dropdown-list {
  display: block;
}
.theme-switcher {
  display: inline-flex;
}
.theme-switcher label {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(212 224 208 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .theme-switcher label {
    width: 2.5rem;
  }
}
.theme-switcher input {
  position: absolute;
  opacity: 0;
}
.theme-switcher span {
  position: absolute;
  top: -0.25rem;
  left: 0px;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 42 26 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.theme-switcher span:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .theme-switcher input:checked + label span {
    left: 1rem;
  }
}
.btn {
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-transform: capitalize;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 6px;
}
.btn-sm {
  border-radius: 0.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 4px;
}
.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
}
.btn-outline-primary {
  --tw-border-opacity: 1;
  border-color: rgb(26 42 26 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
}
.btn-outline-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 42 26 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-outline-primary:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-outline-primary:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
}
.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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.sticky {
  position: sticky;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-3 {
  order: 3;
}
.m-1 {
  margin: 0.25rem;
}
.m-3 {
  margin: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.ms-1 {
  margin-inline-start: 0.25rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.h-36 {
  height: 9rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[60px\] {
  height: 60px;
}
.w-36 {
  width: 9rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[30px\] {
  width: 30px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -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));
}
.-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));
}
.cursor-pointer {
  cursor: pointer;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-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));
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(212 224 208 / var(--tw-border-opacity, 1));
}
.bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 249 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-theme-light {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 238 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-body {
  --tw-gradient-from: #fafcf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 252 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-theme-light {
  --tw-gradient-to: #f0f5ee var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-\[2\.5px\] {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[8rem\] {
  font-size: 8rem;
}
.text-h3 {
  font-size: 1.7490062499999994rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
}
.text-light {
  --tw-text-opacity: 1;
  color: rgb(107 125 107 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.rounded {
  border-radius: 6px;
}

/* placeholder */
/* placeholder */
/* placeholder */
/* placeholder */
/* placeholder */
/* placeholder */
/* placeholder */
.table-of-content {
  overflow: hidden;
  border-radius: 0.25rem;
  border-radius: 6px;
}

.share-icons .share-link {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 0.25rem;
  line-height: 2.25rem;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.share-icons .share-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.share-icons .share-link:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.share-icons .share-link:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.share-icons .share-icon svg:is(.dark *) {
  fill: #1a2a1a;
}

.notice {
  border-radius: 0.5rem;
  border-radius: 12px;
}

.tab {
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 224 208 / var(--tw-border-opacity, 1));
  border-radius: 12px;
}

.tab:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(26 42 26 / var(--tw-border-opacity, 1));
}
  .tab-nav {
  --tw-border-opacity: 1;
  border-color: rgb(212 224 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 238 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
}
  .tab-nav:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(26 42 26 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 21 15 / var(--tw-bg-opacity, 1));
}
    .tab-nav-item {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1)) !important;
}
    .tab-nav-item:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
      .tab-nav-item.active {
  --tw-border-opacity: 1;
  border-color: rgb(26 42 26 / var(--tw-border-opacity, 1));
}
      .tab-nav-item.active:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
  .tab-content-panel {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0px !important;
}

.accordion {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 224 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 238 / var(--tw-bg-opacity, 1));
  border-radius: 12px;
}

.accordion:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(26 42 26 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 21 15 / var(--tw-bg-opacity, 1));
}
  .accordion-header {
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
}
  .accordion-header:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cookie-box {
  border-radius: 0.5rem !important;
  border-radius: 12px;
}

.gallery-slider {
  margin-left: 0px !important;
}

:root {
  --gfp: #16a34a;
  --gfp-glow: #16a34a30;
  --dapi: #6366f1;
  --dapi-glow: #6366f130;
  --mcherry: #ef4444;
  --mcherry-glow: #ef444430;
  --yfp: #eab308;
  --agar: #ffffff;
  --medium: #fafcf9;
  --border-subtle: #d4e0d0;
  --text-muted: #6b7d6b;
  --title-color: #1a2a1a;
  --badge-bg: rgba(255, 255, 255, 0.85);
  --card-hover-border: rgba(22, 163, 74, 0.35);
  --sb-left: #be185d;
  --sb-left-alt: #db2777;
  --sb-right: #b8860b;
  --sb-right-fill: #966408;
  --sb-center: #0369a1;
  --sb-center-alt: #0284c7; }

.dark {
  --gfp: #4ade80;
  --gfp-glow: #4ade8040;
  --dapi: #818cf8;
  --dapi-glow: #818cf840;
  --mcherry: #f87171;
  --mcherry-glow: #f8717140;
  --yfp: #facc15;
  --agar: #0f150f;
  --medium: #080c08;
  --border-subtle: #1a2a1a;
  --text-muted: #889888;
  --title-color: #ffffff;
  --badge-bg: rgba(15, 21, 15, 0.85);
  --card-hover-border: rgba(74, 222, 128, 0.3);
  --sb-left: #ec4899;
  --sb-left-alt: #f472b6;
  --sb-right: #facc15;
  --sb-right-fill: #eab308;
  --sb-center: #0376bc;
  --sb-center-alt: #0891b2; }

@keyframes float-up {
  0% {
    transform: translateY(100vh) translateX(0) rotate(0deg);
    opacity: 0; }
  10% {
    opacity: 0.7; }
  90% {
    opacity: 0.6; }
  100% {
    transform: translateY(-10vh) translateX(40px) rotate(360deg);
    opacity: 0; } }

@keyframes float-up-slow {
  0% {
    transform: translateY(100vh) translateX(0) rotate(0deg);
    opacity: 0; }
  15% {
    opacity: 0.5; }
  85% {
    opacity: 0.4; }
  100% {
    transform: translateY(-10vh) translateX(-30px) rotate(-270deg);
    opacity: 0; } }

@keyframes strand-pulse {
  0%, 100% {
    opacity: 0.4; }
  50% {
    opacity: 1; } }

@keyframes glow-breathe {
  0%, 100% {
    box-shadow: 0 0 20px var(--gfp-glow), 0 0 60px var(--gfp-glow); }
  50% {
    box-shadow: 0 0 40px var(--gfp-glow), 0 0 100px var(--gfp-glow), 0 0 140px var(--gfp-glow); } }

@keyframes band-pulse {
  0%, 100% {
    opacity: 0.6; }
  50% {
    opacity: 1; } }

@keyframes blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@keyframes scan {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(100vh); } }

@keyframes sequence-scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes drop {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.home-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(ellipse at 20% 50%, rgba(74, 222, 128, 0.04) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(129, 140, 248, 0.04) 0%, transparent 50%), radial-gradient(ellipse at 60% 80%, rgba(248, 113, 113, 0.03) 0%, transparent 50%), var(--medium); }
  .home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px), linear-gradient(0deg, var(--border-subtle) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.12;
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
            mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
    pointer-events: none; }
  .home-hero::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gfp-glow), transparent);
    animation: scan 8s linear infinite;
    opacity: 0.3;
    pointer-events: none; }

.atcg-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0; }

.atcg-particle {
  position: absolute;
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.2rem;
  font-weight: 700;
  animation: float-up 12s linear infinite;
  opacity: 0; }
  .atcg-particle:nth-child(1) {
    left: 5%;
    animation-delay: 0s;
    color: var(--gfp); }
  .atcg-particle:nth-child(2) {
    left: 15%;
    animation-delay: 2s;
    animation-duration: 15s;
    color: var(--dapi); }
  .atcg-particle:nth-child(3) {
    left: 25%;
    animation-delay: 4s;
    color: var(--mcherry); }
  .atcg-particle:nth-child(4) {
    left: 35%;
    animation-delay: 1s;
    animation-duration: 18s;
    color: var(--yfp); }
  .atcg-particle:nth-child(5) {
    left: 45%;
    animation-delay: 6s;
    color: var(--gfp); }
  .atcg-particle:nth-child(6) {
    left: 55%;
    animation-delay: 3s;
    animation-duration: 14s;
    color: var(--dapi); }
  .atcg-particle:nth-child(7) {
    left: 65%;
    animation-delay: 7s;
    color: var(--mcherry); }
  .atcg-particle:nth-child(8) {
    left: 75%;
    animation-delay: 5s;
    animation-duration: 16s;
    color: var(--yfp); }
  .atcg-particle:nth-child(9) {
    left: 85%;
    animation-delay: 1.5s;
    color: var(--gfp); }
  .atcg-particle:nth-child(10) {
    left: 92%;
    animation-delay: 4.5s;
    animation-duration: 13s;
    color: var(--dapi); }
  .atcg-particle:nth-child(11) {
    left: 10%;
    animation-delay: 8s;
    animation-duration: 20s;
    color: var(--mcherry); }
  .atcg-particle:nth-child(12) {
    left: 50%;
    animation-delay: 3.5s;
    animation-duration: 17s;
    color: var(--gfp); }
  .atcg-particle:nth-child(13) {
    left: 70%;
    animation-delay: 9s;
    color: var(--dapi); }
  .atcg-particle:nth-child(14) {
    left: 30%;
    animation-delay: 5.5s;
    animation-duration: 19s;
    color: var(--yfp); }
  .atcg-particle:nth-child(15) {
    left: 88%;
    animation-delay: 2.5s;
    color: var(--gfp); }

.synbio-hero {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.85; }
  .synbio-hero svg {
    width: 100%;
    height: auto;
    display: block; }

.dark .synbio-hero {
  opacity: 0.9; }

@media (max-width: 768px) {
  .synbio-hero {
    max-width: 100%; } }

.bio-avatar {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--border-subtle);
  animation: drop 0.6s ease-out; }
  .bio-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }

.sequence-badge {
  display: inline-flex;
  gap: 2px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0.4em 0.8em;
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  background: var(--badge-bg);
  backdrop-filter: blur(10px); }
  .sequence-badge span:nth-child(4n+1) {
    color: var(--gfp); }
  .sequence-badge span:nth-child(4n+2) {
    color: var(--dapi); }
  .sequence-badge span:nth-child(4n+3) {
    color: var(--mcherry); }
  .sequence-badge span:nth-child(4n+4) {
    color: var(--yfp); }

.hero-title {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--title-color);
  animation: fade-in-up 0.8s ease-out; }
  .hero-title .cursor {
    display: inline-block;
    width: 3px;
    height: 0.9em;
    background: var(--gfp);
    margin-left: 0.1em;
    vertical-align: text-bottom;
    animation: blink 1s step-end infinite;
    box-shadow: 0 0 10px var(--gfp-glow); }

.hero-subtitle {
  font-family: 'Crimson Pro', serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 560px;
  animation: fade-in-up 0.8s ease-out 0.2s both; }

.gel-divider {
  position: relative;
  height: 6px;
  margin: 3rem 0;
  display: flex;
  gap: 3px;
  border-radius: 3px;
  overflow: hidden; }
  .gel-divider .gel-band {
    height: 100%;
    border-radius: 2px;
    animation: band-pulse 2s ease-in-out infinite; }
    .gel-divider .gel-band:nth-child(1) {
      width: 8%;
      background: var(--gfp);
      animation-delay: 0s; }
    .gel-divider .gel-band:nth-child(2) {
      width: 12%;
      background: var(--dapi);
      animation-delay: 0.3s; }
    .gel-divider .gel-band:nth-child(3) {
      width: 6%;
      background: var(--mcherry);
      animation-delay: 0.6s; }
    .gel-divider .gel-band:nth-child(4) {
      width: 15%;
      background: var(--yfp);
      animation-delay: 0.9s; }
    .gel-divider .gel-band:nth-child(5) {
      width: 4%;
      background: var(--gfp);
      animation-delay: 1.2s; }
    .gel-divider .gel-band:nth-child(6) {
      width: 10%;
      background: var(--dapi);
      animation-delay: 1.5s; }
    .gel-divider .gel-band:nth-child(7) {
      width: 7%;
      background: var(--mcherry);
      animation-delay: 0.4s; }
    .gel-divider .gel-band:nth-child(8) {
      width: 9%;
      background: var(--yfp);
      animation-delay: 0.7s; }
    .gel-divider .gel-band:nth-child(9) {
      width: 5%;
      background: var(--gfp);
      animation-delay: 1.0s; }
    .gel-divider .gel-band:nth-child(10) {
      width: 11%;
      background: var(--dapi);
      animation-delay: 1.3s; }

.plasmid-ring {
  position: absolute;
  border: 1px solid rgba(74, 222, 128, 0.15);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0; }
  .plasmid-ring::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    width: 6px;
    height: 6px;
    background: var(--gfp);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 8px var(--gfp-glow); }

.bio-card-grid {
  position: relative;
  z-index: 1; }

.bio-card {
  position: relative;
  background: var(--agar);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  animation: drop 0.6s ease-out both; }
  .bio-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    transition: height 0.3s ease, box-shadow 0.3s ease; }
  .bio-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(74, 222, 128, 0.02) 0%, transparent 50%), radial-gradient(circle at 70% 60%, rgba(129, 140, 248, 0.02) 0%, transparent 50%);
    pointer-events: none;
    border-radius: 12px; }
  .bio-card.bio-card-gfp::before {
    background: linear-gradient(90deg, var(--gfp), #22c55e);
    box-shadow: 0 0 12px var(--gfp-glow); }
  .bio-card.bio-card-dapi::before {
    background: linear-gradient(90deg, var(--dapi), #6366f1);
    box-shadow: 0 0 12px var(--dapi-glow); }
  .bio-card.bio-card-mcherry::before {
    background: linear-gradient(90deg, var(--mcherry), #ef4444);
    box-shadow: 0 0 12px var(--mcherry-glow); }
  .bio-card:hover {
    transform: translateY(-6px);
    border-color: rgba(74, 222, 128, 0.3);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(74, 222, 128, 0.05); }
    .bio-card:hover::before {
      height: 5px; }
    .bio-card:hover.bio-card-gfp {
      box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4), 0 0 40px rgba(74, 222, 128, 0.1); }
    .bio-card:hover.bio-card-dapi {
      box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4), 0 0 40px rgba(129, 140, 248, 0.1); }
    .bio-card:hover.bio-card-mcherry {
      box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4), 0 0 40px rgba(248, 113, 113, 0.1); }

.bio-card-title {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 2; }
  .bio-card-title a {
    color: var(--title-color);
    text-decoration: none;
    transition: color 0.3s ease; }
    .bio-card-title a:hover {
      color: var(--gfp); }

.bio-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  color: var(--text-muted);
  position: relative;
  z-index: 2; }
  .bio-card-meta a {
    color: var(--dapi);
    text-decoration: none;
    transition: color 0.2s; }
    .bio-card-meta a:hover {
      color: #a5b4fc; }
  .bio-card-meta .meta-sep {
    color: var(--border-subtle); }

.bio-card-summary {
  font-family: 'Crimson Pro', serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-muted);
  position: relative;
  z-index: 2; }

.bio-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--gfp);
  text-decoration: none;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
  transition: gap 0.3s ease; }
  .bio-card-link .arrow {
    display: inline-block;
    transition: transform 0.3s ease; }
  .bio-card-link:hover {
    gap: 0.75rem; }
    .bio-card-link:hover .arrow {
      transform: translateX(3px); }

.bio-section-title {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--title-color);
  text-align: center;
  margin-bottom: 0.5rem; }
  .bio-section-title .accent {
    color: var(--gfp); }

.bio-section-underline {
  width: 120px;
  height: 3px;
  margin: 0.5rem auto 3rem;
  background: linear-gradient(90deg, var(--gfp), var(--dapi), var(--mcherry));
  border-radius: 2px;
  animation: glow-breathe 3s ease-in-out infinite; }

.btn-bio {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.75rem 1.75rem;
  border: 1px solid var(--gfp);
  border-radius: 8px;
  color: var(--gfp);
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden; }
  .btn-bio::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(74, 222, 128, 0.08);
    opacity: 0;
    transition: opacity 0.3s ease; }
  .btn-bio:hover {
    box-shadow: 0 0 30px var(--gfp-glow), inset 0 0 30px rgba(74, 222, 128, 0.05); }
    .btn-bio:hover::before {
      opacity: 1; }
    .btn-bio:hover .btn-arrow {
      transform: translateX(3px); }
  .btn-bio .btn-arrow {
    transition: transform 0.3s ease; }

.sequence-ticker {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.5rem 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  opacity: 0.3; }
  .sequence-ticker .sequence-track {
    display: flex;
    white-space: nowrap;
    animation: sequence-scroll 30s linear infinite;
    width: -moz-max-content;
    width: max-content; }
  .sequence-ticker span:nth-child(4n+1) {
    color: var(--gfp); }
  .sequence-ticker span:nth-child(4n+2) {
    color: var(--dapi); }
  .sequence-ticker span:nth-child(4n+3) {
    color: var(--mcherry); }
  .sequence-ticker span:nth-child(4n+4) {
    color: var(--yfp); }

.dark .home-hero::before {
  opacity: 0.3; }

.dark .bio-card {
  background: var(--agar);
  border-color: var(--border-subtle); }

html {
  scroll-behavior: smooth; }

.scroll-indicator {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.45;
  text-decoration: none;
  cursor: pointer;
  animation: fade-in-up 0.8s ease-out 1s both;
  transition: opacity 0.3s ease; }
  .scroll-indicator:hover {
    opacity: 0.85; }
  .scroll-indicator span {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    color: var(--text-muted);
    text-transform: uppercase;
    transition: color 0.3s ease; }
  .scroll-indicator:hover span {
    color: var(--gfp); }
  .scroll-indicator .scroll-chevron {
    width: 18px;
    height: 18px;
    border-right: 2px solid var(--gfp);
    border-bottom: 2px solid var(--gfp);
    transform: rotate(45deg);
    animation: chevron-bounce 2s ease-in-out infinite; }

@keyframes chevron-bounce {
  0%, 100% {
    transform: rotate(45deg) translateY(0); }
  50% {
    transform: rotate(45deg) translateY(6px); } }

.msg-bubble {
  display: block;
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  background: var(--agar);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  border-top-left-radius: 4px;
  font-family: 'Crimson Pro', serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--title-color);
  position: relative;
  max-width: 90%; }
  .msg-bubble p {
    margin: 0.3rem 0; }

.dark .msg-bubble {
  background: #161f16;
  border-color: #243024; }

.text-indent-2em {
  text-indent: 2em; }

:lang(zh-hans) .prose p {
  text-indent: 2em; }

.callout {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #717171;
  border-radius: 0 8px 8px 0;
  background: #f6f6f6; }
  .callout p {
    margin: 0.25rem 0; }
  .callout ul, .callout ol {
    margin: 0.25rem 0;
    padding-left: 1.5rem; }

.dark .callout {
  background: #222; }

.callout-question {
  border-left-color: #2563eb;
  background: #eff6ff; }

.dark .callout-question {
  background: #1e293b; }

.callout-ref {
  border-left-color: #717171;
  background: #f6f6f6; }

.dark .callout-ref {
  background: #222; }

.callout-summary {
  border-left-color: #059669;
  background: #ecfdf5; }

.dark .callout-summary {
  background: #0f1f18; }

.dark .social-icons li a {
  color: #121212; }

@media (max-width: 768px) {
  .home-hero {
    min-height: 80vh;
    padding: 4rem 0; }
  .hero-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem); }
  .bio-card {
    padding: 1.5rem; } }

@media (min-width: 540px) {

  .sm\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }
}

@media (min-width: 768px) {

  .md\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .md\:col-8 {
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .md\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .md\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }

  .md\:order-2 {
    order: 2;
  }
}

@media (min-width: 1024px) {

  .lg\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lg\:col-4 {
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

  .lg\:col-5 {
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }

  .lg\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lg\:col-7 {
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }

  .lg\:col-8 {
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .lg\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }

  .lg\:order-1 {
    order: 1;
  }
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

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

.dark\:border-darkmode-border:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(26 42 26 / var(--tw-border-opacity, 1));
}

.dark\:bg-darkmode-body:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 12 8 / var(--tw-bg-opacity, 1));
}

.dark\:bg-darkmode-theme-light:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 21 15 / var(--tw-bg-opacity, 1));
}

.dark\:from-darkmode-body:is(.dark *) {
  --tw-gradient-from: #080c08 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 12 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:to-darkmode-theme-light:is(.dark *) {
  --tw-gradient-to: #0f150f var(--tw-gradient-to-position);
}

.dark\:text-darkmode-dark:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:text-darkmode-light:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(136 152 136 / var(--tw-text-opacity, 1));
}

.dark\:text-darkmode-primary:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:opacity-0:is(.dark *) {
  opacity: 0;
}

.dark\:opacity-100:is(.dark *) {
  opacity: 1;
}

.dark\:hover\:bg-darkmode-primary:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:text-dark:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(26 42 26 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-darkmode-primary:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

@media (min-width: 540px) {

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

@media (min-width: 768px) {

  .md\:order-2 {
    order: 2;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
  }
}

@media (min-width: 1024px) {

  .lg\:order-1 {
    order: 1;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:\!max-w-\[800px\] {
    max-width: 800px !important;
  }

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-h1 {
    font-size: 2.313060765624999rem;
  }
}

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

@media (min-width: 1536px) {

  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
  }
}

/* Noto Serif SC for Chinese text */
:lang(zh-hans),
:lang(zh-hans) .hero-subtitle,
:lang(zh-hans) .bio-card-summary,
:lang(zh-hans) .msg-bubble,
:lang(zh-hans) .prose {
  font-family: 'Noto Serif SC', 'Crimson Pro', serif;
}
:lang(zh-hans) .hero-title,
:lang(zh-hans) .bio-card-title,
:lang(zh-hans) .bio-card-meta,
:lang(zh-hans) .bio-card-link,
:lang(zh-hans) .bio-section-title,
:lang(zh-hans) .btn-bio,
:lang(zh-hans) .scroll-indicator span {
  font-family: 'Noto Serif SC', 'JetBrains Mono', monospace;
}
