.tw-prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.tw-prose :where(p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.tw-prose :where([class~="lead"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.tw-prose :where(a):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.tw-prose :where(strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.tw-prose :where(a strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: inherit;
}

.tw-prose :where(blockquote strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: inherit;
}

.tw-prose :where(thead th strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: inherit;
}

.tw-prose :where(ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.tw-prose :where(ol[type="A"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  list-style-type: upper-alpha;
}

.tw-prose :where(ol[type="a"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  list-style-type: lower-alpha;
}

.tw-prose :where(ol[type="A" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  list-style-type: upper-alpha;
}

.tw-prose :where(ol[type="a" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  list-style-type: lower-alpha;
}

.tw-prose :where(ol[type="I"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  list-style-type: upper-roman;
}

.tw-prose :where(ol[type="i"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  list-style-type: lower-roman;
}

.tw-prose :where(ol[type="I" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  list-style-type: upper-roman;
}

.tw-prose :where(ol[type="i" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  list-style-type: lower-roman;
}

.tw-prose :where(ol[type="1"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  list-style-type: decimal;
}

.tw-prose :where(ul):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.tw-prose :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.tw-prose :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.tw-prose :where(dt):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.tw-prose :where(hr):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.tw-prose :where(blockquote):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

.tw-prose :where(blockquote p:first-of-type):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::before {
  content: open-quote;
}

.tw-prose :where(blockquote p:last-of-type):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::after {
  content: close-quote;
}

.tw-prose :where(h1):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

.tw-prose :where(h1 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.tw-prose :where(h2):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.tw-prose :where(h2 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.tw-prose :where(h3):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

.tw-prose :where(h3 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.tw-prose :where(h4):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.tw-prose :where(h4 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.tw-prose :where(img):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.tw-prose :where(picture):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.tw-prose :where(video):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.tw-prose :where(kbd):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

.tw-prose :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.tw-prose :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::before {
  content: "`";
}

.tw-prose :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::after {
  content: "`";
}

.tw-prose :where(a code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: inherit;
}

.tw-prose :where(h1 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: inherit;
}

.tw-prose :where(h2 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.tw-prose :where(h3 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.tw-prose :where(h4 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: inherit;
}

.tw-prose :where(blockquote code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: inherit;
}

.tw-prose :where(thead th code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: inherit;
}

.tw-prose :where(pre):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

.tw-prose :where(pre code):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

.tw-prose :where(pre code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::before {
  content: none;
}

.tw-prose :where(pre code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::after {
  content: none;
}

.tw-prose :where(table):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.tw-prose :where(thead):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.tw-prose :where(thead th):not(:where([class~="tw-not-prose"],[class~="tw-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;
}

.tw-prose :where(tbody tr):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.tw-prose :where(tbody tr:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  border-bottom-width: 0;
}

.tw-prose :where(tbody td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  vertical-align: baseline;
}

.tw-prose :where(tfoot):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.tw-prose :where(tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  vertical-align: top;
}

.tw-prose :where(th, td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  text-align: start;
}

.tw-prose :where(figure > *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.tw-prose :where(figcaption):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.tw-prose {
  --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;
}

.tw-prose :where(picture > img):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.tw-prose :where(li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.tw-prose :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.tw-prose :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.tw-prose :where(.tw-prose > ul > li p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.tw-prose :where(.tw-prose > ul > li > p:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 1.25em;
}

.tw-prose :where(.tw-prose > ul > li > p:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-bottom: 1.25em;
}

.tw-prose :where(.tw-prose > ol > li > p:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 1.25em;
}

.tw-prose :where(.tw-prose > ol > li > p:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-bottom: 1.25em;
}

.tw-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.tw-prose :where(dl):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.tw-prose :where(dd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.tw-prose :where(hr + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 0;
}

.tw-prose :where(h2 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 0;
}

.tw-prose :where(h3 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 0;
}

.tw-prose :where(h4 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 0;
}

.tw-prose :where(thead th:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  padding-inline-start: 0;
}

.tw-prose :where(thead th:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  padding-inline-end: 0;
}

.tw-prose :where(tbody td, tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.tw-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  padding-inline-start: 0;
}

.tw-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  padding-inline-end: 0;
}

.tw-prose :where(figure):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.tw-prose :where(.tw-prose > :first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-top: 0;
}

.tw-prose :where(.tw-prose > :last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)) {
  margin-bottom: 0;
}

/*
     * Interaction contract for every visible San Starter action:
     * - Hover changes colour; it never shifts sideways.
     * - Active state moves down by one pixel to confirm the press.
     * - Standard buttons and form controls use square corners.
     */

.san-button {
  display: inline-flex;
  min-height: 2.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: var(--san-title-font-family);
  font-weight: 600;
  line-height: 1.5;
  text-decoration-line: none;
  transition-property: background-color,color,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: var(--san-motion-duration-feedback);
  transition-timing-function: var(--san-motion-ease-standard);
}

.san-button:focus-visible {
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 2px !important;
  outline-color: var(--ghost-accent-color) !important;
}

.san-button:active {
  --tw-translate-y: 1px;
  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));
}

@media (prefers-reduced-motion: reduce) {
  .san-button {
    transform: none;
    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;
  }
}

.san-button {
  border-radius: 0;
}

.san-button--primary {
  background-color: var(--ghost-accent-color);
  color: var(--san-on-accent-color);
}

.san-button--primary:hover {
  background-color: var(--san-dark-color);
  color: var(--san-on-dark-color);
}

.san-button--dark {
  background-color: var(--san-dark-color);
  color: var(--san-on-dark-color);
}

.san-button--dark:hover {
  background-color: var(--ghost-accent-color);
  color: var(--san-on-accent-color);
}

.san-button--secondary {
  background-color: var(--san-boxes-background-color);
  color: var(--san-on-surface-color);
  --san-current-text-color: var(--san-on-surface-color);
  --san-current-muted-color: var(--san-muted-on-surface-color);
  --san-current-accent-text-color: var(--san-accent-on-surface-color);
}

.san-button--secondary:hover {
  background-color: var(--ghost-accent-color);
  color: var(--san-on-accent-color);
}

.san-button--inverse {
  background-color: var(--san-boxes-background-color);
  color: var(--san-on-surface-color);
  --san-current-text-color: var(--san-on-surface-color);
  --san-current-muted-color: var(--san-muted-on-surface-color);
  --san-current-accent-text-color: var(--san-accent-on-surface-color);
}

.san-button--inverse:hover {
  background-color: var(--san-dark-color);
  color: var(--san-on-dark-color);
}

.san-icon-button {
  display: inline-flex;
  min-height: 2.75rem;
  min-width: 2.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: var(--san-boxes-background-color);
  transition-property: background-color,color,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: var(--san-motion-duration-feedback);
  transition-timing-function: var(--san-motion-ease-standard);
  color: var(--san-on-surface-color);
  --san-current-text-color: var(--san-on-surface-color);
  --san-current-muted-color: var(--san-muted-on-surface-color);
  --san-current-accent-text-color: var(--san-accent-on-surface-color);
}

.san-icon-button:hover {
  background-color: var(--ghost-accent-color);
  color: var(--san-on-accent-color);
}

.san-icon-button:focus-visible {
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 2px !important;
  outline-color: var(--ghost-accent-color) !important;
}

.san-icon-button:active {
  --tw-translate-y: 1px;
  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));
}

@media (prefers-reduced-motion: reduce) {
  .san-icon-button {
    transform: none;
    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;
  }
}

.san-icon-button {
  border-radius: 0;
}

.san-icon-button--plain {
  background-color: transparent;
  color: var(--san-on-background-color);
}

.san-icon-button--plain:hover {
  background-color: var(--san-boxes-background-color);
  color: var(--san-on-surface-color);
}

.membership-billing-switch[hidden],
    .membership-price-option[hidden] {
  display: none;
}

.membership-billing-tab {
  min-height: 2.75rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: var(--san-title-font-family);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: var(--san-muted-on-surface-color);
  transition-property: background-color,color,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: var(--san-motion-duration-feedback);
  transition-timing-function: var(--san-motion-ease-standard);
}

.membership-billing-tab:hover {
  background-color: var(--san-dark-color);
  color: var(--san-on-dark-color);
}

.membership-billing-tab:focus-visible {
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 2px !important;
  outline-color: var(--ghost-accent-color) !important;
}

.membership-billing-tab:active {
  --tw-translate-y: 1px;
  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));
}

.membership-billing-tab:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media (prefers-reduced-motion: reduce) {
  .membership-billing-tab {
    transform: none;
    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;
  }
}

.membership-billing-tab {
  border-radius: 0;
}

.membership-billing-tab[aria-selected="true"] {
  background-color: var(--ghost-accent-color);
  color: var(--san-on-accent-color);
}

.san-carousel-dot {
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-width: 0px;
  background-color: var(--san-border-color);
  transition-property: background-color,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: var(--san-motion-duration-feedback);
  transition-timing-function: var(--san-motion-ease-standard);
}

.san-carousel-dot:hover {
  background-color: var(--ghost-accent-color);
}

.san-carousel-dot:focus-visible {
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 2px !important;
  outline-color: var(--ghost-accent-color) !important;
}

.san-carousel-dot:active {
  --tw-translate-y: 1px;
  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));
}

@media (prefers-reduced-motion: reduce) {
  .san-carousel-dot {
    transform: none;
    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;
  }
}

.san-carousel-dot {
  border-radius: 0;
}

.featured-carousel-selector {
  position: relative;
  display: flex;
  min-height: 6rem;
  flex: 1 1 0%;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: var(--san-font-family);
  color: var(--san-on-background-color);
  text-decoration-line: none;
  transition-property: background-color,color,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: var(--san-motion-duration-feedback);
  transition-timing-function: var(--san-motion-ease-standard);
}

.featured-carousel-selector:hover {
  background-color: var(--san-boxes-background-color);
  color: var(--san-on-surface-color);
}

.featured-carousel-selector:focus-visible {
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 2px !important;
  outline-color: var(--ghost-accent-color) !important;
}

.featured-carousel-selector:active {
  --tw-translate-y: 1px;
  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));
}

@media (prefers-reduced-motion: reduce) {
  .featured-carousel-selector {
    transform: none;
    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;
  }
}

.featured-carousel-selector {
  border-radius: 0;
}

.featured-carousel-selector[aria-selected="true"] {
  background-color: var(--san-boxes-background-color);
  color: var(--san-on-surface-color);
  --san-current-text-color: var(--san-on-surface-color);
  --san-current-muted-color: var(--san-muted-on-surface-color);
  --san-current-accent-text-color: var(--san-accent-on-surface-color);
}

.featured-carousel-selector-author {
  color: var(--san-muted-on-background-color);
}

.featured-carousel-selector:hover .featured-carousel-selector-author,
    .featured-carousel-selector[aria-selected="true"] .featured-carousel-selector-author {
  color: var(--san-muted-on-surface-color);
}

.featured-carousel-selector[aria-selected="true"] [data-featured-carousel-marker] {
  opacity: 1;
}

.tw-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;
}

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

.tw-pointer-events-auto {
  pointer-events: auto;
}

.tw-invisible {
  visibility: hidden;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-sticky {
  position: sticky;
}

.tw-inset-0 {
  inset: 0px;
}

.tw-inset-x-4 {
  left: 1rem;
  right: 1rem;
}

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

.\!tw-bottom-\[110px\] {
  bottom: 110px !important;
}

.-tw-bottom-20 {
  bottom: -5rem;
}

.-tw-left-12 {
  left: -3rem;
}

.-tw-left-5 {
  left: -1.25rem;
}

.-tw-right-24 {
  right: -6rem;
}

.-tw-right-8 {
  right: -2rem;
}

.-tw-top-16 {
  top: -4rem;
}

.-tw-top-32 {
  top: -8rem;
}

.tw-bottom-0 {
  bottom: 0px;
}

.tw-bottom-4 {
  bottom: 1rem;
}

.tw-bottom-8 {
  bottom: 2rem;
}

.tw-bottom-\[15px\] {
  bottom: 15px;
}

.tw-left-0 {
  left: 0px;
}

.tw-left-4 {
  left: 1rem;
}

.tw-left-\[15px\] {
  left: 15px;
}

.tw-right-0 {
  right: 0px;
}

.tw-right-2\.5 {
  right: 0.625rem;
}

.tw-right-4 {
  right: 1rem;
}

.tw-right-5 {
  right: 1.25rem;
}

.tw-right-\[15px\] {
  right: 15px;
}

.tw-top-0 {
  top: 0px;
}

.tw-top-2\.5 {
  top: 0.625rem;
}

.tw-top-4 {
  top: 1rem;
}

.tw-top-5 {
  top: 1.25rem;
}

.tw-top-\[calc\(100\%\+0\.5rem\)\] {
  top: calc(100% + 0.5rem);
}

.tw-isolate {
  isolation: isolate;
}

.tw-z-10 {
  z-index: 10;
}

.tw-z-50 {
  z-index: 50;
}

.tw-z-\[1\] {
  z-index: 1;
}

.tw-z-\[2\] {
  z-index: 2;
}

.tw-z-\[3\] {
  z-index: 3;
}

.tw-z-\[999998\] {
  z-index: 999998;
}

.tw-z-\[9999999\] {
  z-index: 9999999;
}

.tw-z-\[999999\] {
  z-index: 999999;
}

.tw-z-\[9999\] {
  z-index: 9999;
}

.tw-z-\[99\] {
  z-index: 99;
}

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

.tw-clear-both {
  clear: both;
}

.tw-m-0 {
  margin: 0px;
}

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

.tw-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.tw-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.tw-my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.tw-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-tw-ml-2 {
  margin-left: -0.5rem;
}

.tw-mb-0 {
  margin-bottom: 0px;
}

.tw-mb-1 {
  margin-bottom: 0.25rem;
}

.tw-mb-10 {
  margin-bottom: 2.5rem;
}

.tw-mb-12 {
  margin-bottom: 3rem;
}

.tw-mb-2 {
  margin-bottom: 0.5rem;
}

.tw-mb-2\.5 {
  margin-bottom: 0.625rem;
}

.tw-mb-20 {
  margin-bottom: 5rem;
}

.tw-mb-3 {
  margin-bottom: 0.75rem;
}

.tw-mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

.tw-mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.tw-mb-\[15px\] {
  margin-bottom: 15px;
}

.tw-mb-\[25px\] {
  margin-bottom: 25px;
}

.tw-mb-\[30px\] {
  margin-bottom: 30px;
}

.tw-mb-\[50px\] {
  margin-bottom: 50px;
}

.tw-ml-1 {
  margin-left: 0.25rem;
}

.tw-ml-3 {
  margin-left: 0.75rem;
}

.tw-ml-auto {
  margin-left: auto;
}

.tw-mr-2 {
  margin-right: 0.5rem;
}

.tw-mr-2\.5 {
  margin-right: 0.625rem;
}

.tw-mr-5 {
  margin-right: 1.25rem;
}

.tw-mt-0 {
  margin-top: 0px;
}

.tw-mt-0\.5 {
  margin-top: 0.125rem;
}

.tw-mt-1 {
  margin-top: 0.25rem;
}

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

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

.tw-mt-16 {
  margin-top: 4rem;
}

.tw-mt-2 {
  margin-top: 0.5rem;
}

.tw-mt-2\.5 {
  margin-top: 0.625rem;
}

.tw-mt-3 {
  margin-top: 0.75rem;
}

.tw-mt-3\.5 {
  margin-top: 0.875rem;
}

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

.tw-mt-5 {
  margin-top: 1.25rem;
}

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

.tw-mt-7 {
  margin-top: 1.75rem;
}

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

.tw-mt-\[15px\] {
  margin-top: 15px;
}

.tw-mt-\[30px\] {
  margin-top: 30px;
}

.tw-mt-\[50px\] {
  margin-top: 50px;
}

.tw-mt-\[60px\] {
  margin-top: 60px;
}

.tw-mt-auto {
  margin-top: auto;
}

.tw-box-border {
  box-sizing: border-box;
}

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

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

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-flex {
  display: flex;
}

.tw-inline-flex {
  display: inline-flex;
}

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}

.tw-aspect-\[16\/7\] {
  aspect-ratio: 16/7;
}

.tw-aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.tw-aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-11 {
  height: 2.75rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-14 {
  height: 3.5rem;
}

.tw-h-2 {
  height: 0.5rem;
}

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

.tw-h-4 {
  height: 1rem;
}

.tw-h-5 {
  height: 1.25rem;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-64 {
  height: 16rem;
}

.tw-h-7 {
  height: 1.75rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-9 {
  height: 2.25rem;
}

.tw-h-\[100dvh\] {
  height: 100dvh;
}

.tw-h-\[100px\] {
  height: 100px;
}

.tw-h-\[140px\] {
  height: 140px;
}

.tw-h-\[180px\] {
  height: 180px;
}

.tw-h-\[18px\] {
  height: 18px;
}

.tw-h-\[22px\] {
  height: 22px;
}

.tw-h-\[3px\] {
  height: 3px;
}

.tw-h-\[420px\] {
  height: 420px;
}

.tw-h-\[46px\] {
  height: 46px;
}

.tw-h-\[520px\] {
  height: 520px;
}

.tw-h-\[70px\] {
  height: 70px;
}

.tw-h-\[72px\] {
  height: 72px;
}

.tw-h-\[clamp\(190px\,24dvh\,220px\)\] {
  height: clamp(190px, 24dvh, 220px);
}

.tw-h-auto {
  height: auto;
}

.tw-h-full {
  height: 100%;
}

.tw-h-px {
  height: 1px;
}

.tw-h-screen {
  height: 100vh;
}

.tw-max-h-9 {
  max-height: 2.25rem;
}

.tw-max-h-\[35px\] {
  max-height: 35px;
}

.tw-max-h-\[380px\] {
  max-height: 380px;
}

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

.tw-max-h-\[75vh\] {
  max-height: 75vh;
}

.tw-max-h-\[900px\] {
  max-height: 900px;
}

.tw-max-h-\[min\(18rem\,55vh\)\] {
  max-height: min(18rem, 55vh);
}

.tw-min-h-10 {
  min-height: 2.5rem;
}

.tw-min-h-11 {
  min-height: 2.75rem;
}

.tw-min-h-12 {
  min-height: 3rem;
}

.tw-min-h-14 {
  min-height: 3.5rem;
}

.tw-min-h-7 {
  min-height: 1.75rem;
}

.tw-min-h-8 {
  min-height: 2rem;
}

.tw-min-h-9 {
  min-height: 2.25rem;
}

.tw-min-h-\[100dvh\] {
  min-height: 100dvh;
}

.tw-min-h-\[140px\] {
  min-height: 140px;
}

.tw-min-h-\[148px\] {
  min-height: 148px;
}

.tw-min-h-\[280px\] {
  min-height: 280px;
}

.tw-min-h-\[360px\] {
  min-height: 360px;
}

.tw-min-h-\[460px\] {
  min-height: 460px;
}

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

.tw-min-h-\[660px\] {
  min-height: 660px;
}

.tw-min-h-full {
  min-height: 100%;
}

.tw-w-1 {
  width: 0.25rem;
}

.tw-w-10 {
  width: 2.5rem;
}

.tw-w-11 {
  width: 2.75rem;
}

.tw-w-12 {
  width: 3rem;
}

.tw-w-14 {
  width: 3.5rem;
}

.tw-w-2\/3 {
  width: 66.666667%;
}

.tw-w-4 {
  width: 1rem;
}

.tw-w-5 {
  width: 1.25rem;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-64 {
  width: 16rem;
}

.tw-w-7 {
  width: 1.75rem;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-9 {
  width: 2.25rem;
}

.tw-w-\[100px\] {
  width: 100px;
}

.tw-w-\[140px\] {
  width: 140px;
}

.tw-w-\[150px\] {
  width: 150px;
}

.tw-w-\[180px\] {
  width: 180px;
}

.tw-w-\[18px\] {
  width: 18px;
}

.tw-w-\[340px\] {
  width: 340px;
}

.tw-w-\[420px\] {
  width: 420px;
}

.tw-w-\[520px\] {
  width: 520px;
}

.tw-w-\[70px\] {
  width: 70px;
}

.tw-w-\[72px\] {
  width: 72px;
}

.tw-w-auto {
  width: auto;
}

.tw-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

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

.tw-w-screen {
  width: 100vw;
}

.tw-min-w-0 {
  min-width: 0px;
}

.tw-min-w-11 {
  min-width: 2.75rem;
}

.tw-min-w-8 {
  min-width: 2rem;
}

.tw-min-w-\[22px\] {
  min-width: 22px;
}

.tw-max-w-\[1000px\] {
  max-width: 1000px;
}

.tw-max-w-\[1100px\] {
  max-width: 1100px;
}

.tw-max-w-\[1180px\] {
  max-width: 1180px;
}

.tw-max-w-\[1190px\] {
  max-width: 1190px;
}

.tw-max-w-\[1200px\] {
  max-width: 1200px;
}

.tw-max-w-\[1280px\] {
  max-width: 1280px;
}

.tw-max-w-\[390px\] {
  max-width: 390px;
}

.tw-max-w-\[440px\] {
  max-width: 440px;
}

.tw-max-w-\[460px\] {
  max-width: 460px;
}

.tw-max-w-\[480px\] {
  max-width: 480px;
}

.tw-max-w-\[500px\] {
  max-width: 500px;
}

.tw-max-w-\[520px\] {
  max-width: 520px;
}

.tw-max-w-\[560px\] {
  max-width: 560px;
}

.tw-max-w-\[580px\] {
  max-width: 580px;
}

.tw-max-w-\[590px\] {
  max-width: 590px;
}

.tw-max-w-\[600px\] {
  max-width: 600px;
}

.tw-max-w-\[610px\] {
  max-width: 610px;
}

.tw-max-w-\[620px\] {
  max-width: 620px;
}

.tw-max-w-\[640px\] {
  max-width: 640px;
}

.tw-max-w-\[650px\] {
  max-width: 650px;
}

.tw-max-w-\[680px\] {
  max-width: 680px;
}

.tw-max-w-\[720px\] {
  max-width: 720px;
}

.tw-max-w-\[760px\] {
  max-width: 760px;
}

.tw-max-w-\[780px\] {
  max-width: 780px;
}

.tw-max-w-\[800px\] {
  max-width: 800px;
}

.tw-max-w-\[840px\] {
  max-width: 840px;
}

.tw-max-w-\[85vw\] {
  max-width: 85vw;
}

.tw-max-w-\[900px\] {
  max-width: 900px;
}

.tw-max-w-\[920px\] {
  max-width: 920px;
}

.tw-max-w-\[960px\] {
  max-width: 960px;
}

.tw-max-w-full {
  max-width: 100%;
}

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

.tw-shrink-0 {
  flex-shrink: 0;
}

.tw-grow {
  flex-grow: 1;
}

.tw-origin-left {
  transform-origin: left;
}

.tw-translate-x-5 {
  --tw-translate-x: 1.25rem;
  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));
}

.tw-translate-x-full {
  --tw-translate-x: 100%;
  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));
}

.tw-scale-x-0 {
  --tw-scale-x: 0;
  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 tw-spin {
  to {
    transform: rotate(360deg);
  }
}

.tw-animate-spin {
  animation: tw-spin 1s linear infinite;
}

.tw-cursor-pointer {
  cursor: pointer;
}

.tw-list-none {
  list-style-type: none;
}

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

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

.tw-grid-cols-\[minmax\(0\,1fr\)_88px\] {
  grid-template-columns: minmax(0,1fr) 88px;
}

.tw-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.tw-flex-col {
  flex-direction: column;
}

.tw-flex-wrap {
  flex-wrap: wrap;
}

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

.tw-items-end {
  align-items: flex-end;
}

.tw-items-center {
  align-items: center;
}

.tw-items-stretch {
  align-items: stretch;
}

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

.tw-justify-center {
  justify-content: center;
}

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

.tw-gap-0 {
  gap: 0px;
}

.tw-gap-1 {
  gap: 0.25rem;
}

.tw-gap-1\.5 {
  gap: 0.375rem;
}

.tw-gap-10 {
  gap: 2.5rem;
}

.tw-gap-12 {
  gap: 3rem;
}

.tw-gap-2 {
  gap: 0.5rem;
}

.tw-gap-2\.5 {
  gap: 0.625rem;
}

.tw-gap-3 {
  gap: 0.75rem;
}

.tw-gap-4 {
  gap: 1rem;
}

.tw-gap-5 {
  gap: 1.25rem;
}

.tw-gap-6 {
  gap: 1.5rem;
}

.tw-gap-\[15px\] {
  gap: 15px;
}

.tw-gap-\[25px\] {
  gap: 25px;
}

.tw-gap-\[30px\] {
  gap: 30px;
}

.tw-gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.tw-gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.tw-gap-y-1 {
  row-gap: 0.25rem;
}

.tw-gap-y-2 {
  row-gap: 0.5rem;
}

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

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

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

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

.tw-self-stretch {
  align-self: stretch;
}

.tw-overflow-hidden {
  overflow: hidden;
}

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

.tw-overscroll-contain {
  overscroll-behavior: contain;
}

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

.\!tw-rounded-none {
  border-radius: 0px !important;
}

.tw-rounded-\[var\(--san-large-border-radius\)\] {
  border-radius: var(--san-large-border-radius);
}

.tw-rounded-\[var\(--san-medium-border-radius\)\] {
  border-radius: var(--san-medium-border-radius);
}

.tw-rounded-\[var\(--san-small-border-radius\)\] {
  border-radius: var(--san-small-border-radius);
}

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

.tw-rounded-none {
  border-radius: 0px;
}

.tw-rounded-b-\[var\(--san-medium-border-radius\)\] {
  border-bottom-right-radius: var(--san-medium-border-radius);
  border-bottom-left-radius: var(--san-medium-border-radius);
}

.\!tw-border-0 {
  border-width: 0px !important;
}

.tw-border {
  border-width: 1px;
}

.tw-border-0 {
  border-width: 0px;
}

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

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

.tw-border-b-2 {
  border-bottom-width: 2px;
}

.tw-border-l {
  border-left-width: 1px;
}

.tw-border-l-2 {
  border-left-width: 2px;
}

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

.tw-border-solid {
  border-style: solid;
}

.tw-border-dashed {
  border-style: dashed;
}

.tw-border-\[var\(--lailiho-signal-color\)\] {
  border-color: var(--lailiho-signal-color);
}

.tw-border-\[var\(--san-border-color\)\] {
  border-color: var(--san-border-color);
}

.tw-border-\[var\(--san-boxes-border-color\)\] {
  border-color: var(--san-boxes-border-color);
}

.tw-border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}

.tw-border-ghost-accent {
  border-color: var(--ghost-accent-color);
}

.tw-border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.tw-border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.tw-bg-\[rgba\(15\,23\,42\,0\.72\)\] {
  background-color: rgba(15,23,42,0.72);
}

.tw-bg-\[var\(--lailiho-signal-color\)\] {
  background-color: var(--lailiho-signal-color);
}

.tw-bg-\[var\(--san-border-color\)\] {
  background-color: var(--san-border-color);
}

.tw-bg-\[var\(--san-boxes-border-color\)\] {
  background-color: var(--san-boxes-border-color);
}

.tw-bg-\[var\(--san-code-background\)\] {
  background-color: var(--san-code-background);
}

.tw-bg-\[var\(--san-secondary-accent-color\)\] {
  background-color: var(--san-secondary-accent-color);
}

.tw-bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}

.tw-bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}

.tw-bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.tw-bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.tw-bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.tw-bg-ghost-accent {
  background-color: var(--ghost-accent-color);
}

.tw-bg-san-background {
  background-color: var(--san-background-color);
}

.tw-bg-san-dark {
  background-color: var(--san-dark-color);
}

.tw-bg-san-surface {
  background-color: var(--san-boxes-background-color);
}

.tw-bg-transparent {
  background-color: transparent;
}

.tw-bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.tw-bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

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

.tw-from-black\/95 {
  --tw-gradient-from: rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tw-via-black\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.tw-to-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}

.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.tw-p-0 {
  padding: 0px;
}

.tw-p-1 {
  padding: 0.25rem;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-3 {
  padding: 0.75rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-p-5 {
  padding: 1.25rem;
}

.tw-p-6 {
  padding: 1.5rem;
}

.tw-p-8 {
  padding: 2rem;
}

.tw-p-\[25px\] {
  padding: 25px;
}

.tw-p-\[30px\] {
  padding: 30px;
}

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

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

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

.tw-px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

.tw-px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.tw-px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.tw-px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.tw-px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}

.tw-px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.tw-px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.tw-px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}

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

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

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

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

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

.tw-py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

.tw-py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tw-py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.tw-py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tw-pb-16 {
  padding-bottom: 4rem;
}

.tw-pb-20 {
  padding-bottom: 5rem;
}

.tw-pb-6 {
  padding-bottom: 1.5rem;
}

.tw-pb-8 {
  padding-bottom: 2rem;
}

.tw-pl-3 {
  padding-left: 0.75rem;
}

.tw-pl-5 {
  padding-left: 1.25rem;
}

.tw-pl-\[42px\] {
  padding-left: 42px;
}

.tw-pr-2 {
  padding-right: 0.5rem;
}

.tw-pr-5 {
  padding-right: 1.25rem;
}

.tw-pr-8 {
  padding-right: 2rem;
}

.tw-pr-\[15px\] {
  padding-right: 15px;
}

.tw-pt-10 {
  padding-top: 2.5rem;
}

.tw-pt-12 {
  padding-top: 3rem;
}

.tw-pt-4 {
  padding-top: 1rem;
}

.tw-pt-5 {
  padding-top: 1.25rem;
}

.tw-pt-6 {
  padding-top: 1.5rem;
}

.tw-pt-8 {
  padding-top: 2rem;
}

.tw-pt-\[60px\] {
  padding-top: 60px;
}

.tw-text-left {
  text-align: left;
}

.tw-text-center {
  text-align: center;
}

.tw-font-display {
  font-family: var(--san-title-font-family);
}

.tw-font-mono {
  font-family: var(--san-code-font-family);
}

.tw-font-sans {
  font-family: var(--san-font-family);
}

.\!tw-text-\[26px\] {
  font-size: 26px !important;
}

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

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

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

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

.tw-text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-text-\[clamp\(1\.55rem\,2\.8vw\,2\.7rem\)\] {
  font-size: clamp(1.55rem, 2.8vw, 2.7rem);
}

.tw-text-\[clamp\(10rem\,28vw\,21rem\)\] {
  font-size: clamp(10rem, 28vw, 21rem);
}

.tw-text-\[clamp\(12rem\,28vw\,24rem\)\] {
  font-size: clamp(12rem, 28vw, 24rem);
}

.tw-text-\[clamp\(2\.25rem\,5vw\,4\.75rem\)\] {
  font-size: clamp(2.25rem, 5vw, 4.75rem);
}

.tw-text-\[clamp\(4rem\,14vw\,11rem\)\] {
  font-size: clamp(4rem, 14vw, 11rem);
}

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

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

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

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

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

.tw-font-black {
  font-weight: 900;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-font-extrabold {
  font-weight: 800;
}

.tw-font-medium {
  font-weight: 500;
}

.tw-font-normal {
  font-weight: 400;
}

.tw-font-semibold {
  font-weight: 600;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-leading-\[0\.72\] {
  line-height: 0.72;
}

.tw-leading-\[0\.96\] {
  line-height: 0.96;
}

.tw-leading-\[1\.05\] {
  line-height: 1.05;
}

.tw-leading-\[1\.16\] {
  line-height: 1.16;
}

.tw-leading-\[1\.18\] {
  line-height: 1.18;
}

.tw-leading-\[1\.2\] {
  line-height: 1.2;
}

.tw-leading-\[1\.35\] {
  line-height: 1.35;
}

.tw-leading-\[1\.3\] {
  line-height: 1.3;
}

.tw-leading-\[1\.45\] {
  line-height: 1.45;
}

.tw-leading-\[1\.4\] {
  line-height: 1.4;
}

.tw-leading-\[1\.5\] {
  line-height: 1.5;
}

.tw-leading-\[1\.65\] {
  line-height: 1.65;
}

.tw-leading-\[1\.6\] {
  line-height: 1.6;
}

.tw-leading-\[1\.75\] {
  line-height: 1.75;
}

.tw-leading-\[1\.7\] {
  line-height: 1.7;
}

.tw-leading-\[1\.8\] {
  line-height: 1.8;
}

.tw-leading-none {
  line-height: 1;
}

.tw-leading-normal {
  line-height: 1.5;
}

.tw-leading-relaxed {
  line-height: 1.625;
}

.tw-leading-snug {
  line-height: 1.375;
}

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

.tw-tracking-\[-0\.015em\] {
  letter-spacing: -0.015em;
}

.tw-tracking-\[-0\.035em\] {
  letter-spacing: -0.035em;
}

.tw-tracking-\[-0\.045em\] {
  letter-spacing: -0.045em;
}

.tw-tracking-\[-0\.04em\] {
  letter-spacing: -0.04em;
}

.tw-tracking-\[-0\.055em\] {
  letter-spacing: -0.055em;
}

.tw-tracking-\[-0\.08em\] {
  letter-spacing: -0.08em;
}

.tw-tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

.tw-tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.tw-tracking-\[0\.13em\] {
  letter-spacing: 0.13em;
}

.tw-tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}

.tw-tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.tw-tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}

.tw-tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.tw-tracking-\[0\.25px\] {
  letter-spacing: 0.25px;
}

.tw-tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tw-tracking-normal {
  letter-spacing: 0em;
}

.tw-tracking-tight {
  letter-spacing: -0.025em;
}

.tw-tracking-wide {
  letter-spacing: 0.025em;
}

.\!tw-text-san-muted {
  color: var(--san-current-muted-color) !important;
}

.tw-text-\[var\(--lailiho-signal-color\)\] {
  color: var(--lailiho-signal-color);
}

.tw-text-\[var\(--san-on-secondary-accent-color\)\] {
  color: var(--san-on-secondary-accent-color);
}

.tw-text-\[var\(--san-secondary-accent-color\)\] {
  color: var(--san-secondary-accent-color);
}

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

.tw-text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}

.tw-text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.tw-text-ghost-accent {
  color: var(--ghost-accent-color);
}

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

.tw-text-san-accent-on-surface {
  color: var(--san-accent-on-surface-color);
}

.tw-text-san-error-on-background {
  color: var(--san-error-on-background-color);
}

.tw-text-san-error-on-surface {
  color: var(--san-error-on-surface-color);
}

.tw-text-san-muted {
  color: var(--san-current-muted-color);
}

.tw-text-san-muted-on-background {
  color: var(--san-muted-on-background-color);
}

.tw-text-san-muted-on-surface {
  color: var(--san-muted-on-surface-color);
}

.tw-text-san-on-accent {
  color: var(--san-on-accent-color);
}

.tw-text-san-on-background {
  color: var(--san-on-background-color);
}

.tw-text-san-on-dark {
  color: var(--san-on-dark-color);
}

.tw-text-san-on-secondary-accent {
  color: var(--san-on-secondary-accent-color);
}

.tw-text-san-on-surface {
  color: var(--san-on-surface-color);
}

.tw-text-san-text {
  color: var(--san-current-text-color);
}

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

.tw-text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}

.tw-text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.tw-text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.tw-text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.tw-text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.tw-text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.tw-text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.tw-underline {
  text-decoration-line: underline;
}

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

.tw-decoration-ghost-accent {
  text-decoration-color: var(--ghost-accent-color);
}

.tw-decoration-2 {
  text-decoration-thickness: 2px;
}

.tw-underline-offset-4 {
  text-underline-offset: 4px;
}

.tw-opacity-0 {
  opacity: 0;
}

.tw-opacity-15 {
  opacity: 0.15;
}

.tw-opacity-20 {
  opacity: 0.2;
}

.tw-opacity-25 {
  opacity: 0.25;
}

.tw-opacity-75 {
  opacity: 0.75;
}

.tw-opacity-\[0\.12\] {
  opacity: 0.12;
}

.tw-opacity-\[0\.82\] {
  opacity: 0.82;
}

.tw-opacity-\[0\.85\] {
  opacity: 0.85;
}

.\!tw-shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

.tw-shadow-\[-5px_0_30px_rgba\(0\,0\,0\,0\.15\)\] {
  --tw-shadow: -5px 0 30px rgba(0,0,0,0.15);
  --tw-shadow-colored: -5px 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-san-box {
  --tw-shadow: var(--san-boxes-shadow);
  --tw-shadow-colored: var(--san-boxes-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-san-medium {
  --tw-shadow: var(--san-medium-shadow);
  --tw-shadow-colored: var(--san-medium-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-san-small {
  --tw-shadow: var(--san-small-shadow);
  --tw-shadow-colored: var(--san-small-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.tw-ring-4 {
  --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(4px + 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);
}

.tw-ring-san-dark {
  --tw-ring-color: var(--san-dark-color);
}

.tw-ring-san-surface {
  --tw-ring-color: var(--san-boxes-background-color);
}

.tw-backdrop-blur-\[4px\] {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.tw-backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.tw-transition-\[background-color\,color\,transform\,box-shadow\] {
  transition-property: background-color,color,transform,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-\[background-color\,color\] {
  transition-property: background-color,color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-\[opacity\,transform\] {
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-\[opacity\,visibility\,background-color\,color\,transform\] {
  transition-property: opacity,visibility,background-color,color,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-\[opacity\,visibility\] {
  transition-property: opacity,visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-\[top\,width\,max-width\,background-color\,border-color\,box-shadow\] {
  transition-property: top,width,max-width,background-color,border-color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-\[transform\,box-shadow\,border-color\] {
  transition-property: transform,box-shadow,border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-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;
}

.tw-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-duration-150 {
  transition-duration: 150ms;
}

.tw-duration-200 {
  transition-duration: 200ms;
}

.tw-duration-\[var\(--san-motion-duration-feedback\)\] {
  transition-duration: var(--san-motion-duration-feedback);
}

.tw-duration-\[var\(--san-motion-duration-overlay-exit\)\] {
  transition-duration: var(--san-motion-duration-overlay-exit);
}

.tw-duration-\[var\(--san-motion-duration-state\)\] {
  transition-duration: var(--san-motion-duration-state);
}

.tw-ease-\[var\(--san-motion-ease-exit\)\] {
  transition-timing-function: var(--san-motion-ease-exit);
}

.tw-ease-\[var\(--san-motion-ease-standard\)\] {
  transition-timing-function: var(--san-motion-ease-standard);
}

/* ==========================================================================
   Lailiho Theme CSS - AI signal desk and IP studio design system
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. CSS Variables & Reset
   -------------------------------------------------------------------------- */

:root {
  /*
     * Modern Chinese & Tech Sans-Serif Font Stack:
     * High legibility on macOS/iOS (PingFang SC), Windows (Microsoft YaHei UI), Android/HarmonyOS (Noto/Source Han Sans)
     */
  --san-font-family: var(--gh-font-body, -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", system-ui, sans-serif);
  --san-title-font-family: var(--gh-font-heading, -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", system-ui, sans-serif);
  --san-code-font-family: var(--gh-font-mono, "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace);
  --san-font-size: 16px;
  --san-line-height: 1.8;
  --san-font-size-editor: 17px;
  --san-line-height-editor: 1.8;
  --san-secondary-accent-color: #F59E0B;
  --san-on-accent-color: #FFFFFF;
  --san-on-secondary-accent-color: #000000;
  --san-error-color: #EF4444;
  --san-dark-color: #0F172A;
  --san-on-dark-color: #FFFFFF;
  --san-titles-color: CanvasText;
  --san-meta-color: color-mix(in srgb, CanvasText 68%, Canvas 32%);
  --san-background-color: Canvas;
  --san-boxes-background-color: Canvas;
  --san-on-background-color: var(--san-titles-color);
  --san-muted-on-background-color: var(--san-meta-color);
  --san-on-surface-color: var(--san-titles-color);
  --san-muted-on-surface-color: var(--san-meta-color);
  --san-accent-on-background-color: var(--ghost-accent-color, #2baba5);
  --san-accent-on-surface-color: var(--ghost-accent-color, #2baba5);
  --san-error-on-background-color: var(--san-error-color);
  --san-error-on-surface-color: var(--san-error-color);
  --san-current-text-color: var(--san-on-background-color);
  --san-current-muted-color: var(--san-muted-on-background-color);
  --san-current-accent-text-color: var(--san-accent-on-background-color);
  --san-surface-border-color: color-mix(in srgb, var(--san-on-surface-color) 16%, var(--san-boxes-background-color) 84%);
  --san-background-border-color: color-mix(in srgb, var(--san-on-background-color) 12%, var(--san-background-color) 88%);
  --san-footer-background-color: color-mix(in srgb, var(--san-on-background-color) 4%, transparent);
  --san-boxes-border-color: var(--san-surface-border-color);
  --san-border-color: var(--san-background-border-color);
  --san-boxes-shadow: 0 1px 3px color-mix(in srgb, var(--san-on-surface-color) 6%, transparent);
  --san-small-shadow: 0 8px 24px -18px color-mix(in srgb, var(--san-on-surface-color) 35%, transparent);
  --san-medium-shadow: 0 20px 45px -25px color-mix(in srgb, var(--san-on-surface-color) 40%, transparent);
  --san-large-shadow: 0 32px 80px -42px color-mix(in srgb, var(--san-on-surface-color) 50%, transparent);
  --san-motion-duration-feedback: 160ms;
  --san-motion-duration-state: 240ms;
  --san-motion-duration-overlay-enter: 280ms;
  --san-motion-duration-overlay-exit: 200ms;
  --san-motion-ease-standard: cubic-bezier(.2,.8,.2,1);
  --san-motion-ease-enter: cubic-bezier(.16,1,.3,1);
  --san-motion-ease-exit: cubic-bezier(.4,0,1,1);
  --san-transition-bezier: var(--san-motion-ease-standard);
  /* Tailwind Preflight is disabled, so preserve its backdrop-filter defaults. */
  --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: ;
  --san-code-background: #0f172a;
  --san-code-color: #e2e8f0;
  --san-small-border-radius: 0;
  --san-medium-border-radius: 0;
  --san-large-border-radius: 0;
  /* Product identity: teal carries the technology channel while the
       secondary colour behaves like an annotation from the creative desk. */
  --lailiho-signal-color: var(--san-secondary-accent-color);
  --lailiho-grid-color: color-mix(in srgb, var(--san-on-background-color) 9%, transparent);
  --lailiho-grid-size: 32px;
}

*, *:before, *:after {
  box-sizing: border-box;
  --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;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--san-font-family);
  font-size: var(--san-font-size);
  line-height: var(--san-line-height);
  font-weight: 400;
  color: var(--san-current-text-color);
  background-color: var(--san-background-color);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.1px;
  transition: background-color var(--san-motion-duration-state) var(--san-motion-ease-standard), color var(--san-motion-duration-state) var(--san-motion-ease-standard);
}

/* Ghost renders the announcement bar outside #wrapper. Reuse the calculated
   on-accent token so editable bright accents keep their text AA-readable. */

#announcement-bar-root .gh-announcement-bar.accent,
#announcement-bar-root .gh-announcement-bar.accent a,
#announcement-bar-root .gh-announcement-bar.accent button {
  color: var(--san-on-accent-color) !important;
}

a {
  color: var(--san-current-text-color);
  text-decoration: none;
  transition: color var(--san-motion-duration-feedback) var(--san-motion-ease-standard);
}

a:hover {
  color: var(--san-current-accent-text-color);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  body,
    a {
    transition: none;
  }
}

/* Card movement is a precise-pointer affordance; keyboard focus keeps its own visible outline. */

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .san-card-lift:hover {
    transform: translateY(-0.25rem);
  }

  .san-card-lift--subtle:hover {
    transform: translateY(-0.125rem);
  }

  .san-card-lift:hover .san-card-media,
    .san-card-zoom:hover .san-card-media {
    transform: scale(1.02);
  }

  .san-card-lift:hover .san-card-decoration {
    transform: rotate(6deg) scale(1.05);
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--san-title-font-family);
  font-weight: 800;
  color: var(--san-current-text-color);
  margin: 0 0 20px 0;
  line-height: 1.4;
}

/* Surface components remain legible when the canvas and card use opposite tones. */

.tw-bg-san-surface,
.san-surface-context {
  color: var(--san-on-surface-color);
  --san-current-text-color: var(--san-on-surface-color);
  --san-current-muted-color: var(--san-muted-on-surface-color);
  --san-current-accent-text-color: var(--san-accent-on-surface-color);
}

.tw-bg-san-background {
  color: var(--san-current-text-color);
  --san-current-text-color: var(--san-on-background-color);
  --san-current-muted-color: var(--san-muted-on-background-color);
  --san-current-accent-text-color: var(--san-accent-on-background-color);
}

/* A transparent tint creates a quiet footer boundary while following the editable canvas. */

.san-footer {
  background-color: var(--san-footer-background-color);
}

/* Auth form panels inherit a foreground chosen against the editable Accent. */

.san-accent-context {
  color: var(--san-on-accent-color);
  --san-current-text-color: var(--san-on-accent-color);
  --san-current-muted-color: var(--san-on-accent-color);
  --san-current-accent-text-color: var(--san-on-accent-color);
}

.san-accent-context :is(a, button, input):focus-visible {
  outline-color: var(--san-on-accent-color) !important;
}

/* Ghost inserts its 48px Announcement Bar before the theme after page load. */

@media (max-width: 1023px) {
  #announcement-bar-root:not(:empty) ~ #wrapper .auth-page-wrapper {
    min-height: calc(100dvh - 48px);
  }
}

.san-decorative-text {
  color: color-mix(in srgb, var(--san-current-text-color) 50%, transparent);
}

/* Raw Ghost accent utilities become readable text colors on their active surface. */

.tw-text-ghost-accent,
.hover\:tw-text-ghost-accent:hover,
.\[\&_a\:hover\]\:tw-text-ghost-accent a:hover,
body .hover\:tw-text-ghost-accent:hover,
body .\[\&_a\:hover\]\:tw-text-ghost-accent a:hover,
.san-surface-context .hover\:tw-text-ghost-accent:hover {
  color: var(--san-current-accent-text-color);
}

/* Tailwind Typography defaults target light cards; map every prose role to Surface tokens. */

.gh-content.tw-prose {
  --tw-prose-body: var(--san-on-surface-color);
  --tw-prose-headings: var(--san-on-surface-color);
  --tw-prose-lead: var(--san-muted-on-surface-color);
  --tw-prose-links: var(--san-accent-on-surface-color);
  --tw-prose-bold: var(--san-on-surface-color);
  --tw-prose-counters: var(--san-muted-on-surface-color);
  --tw-prose-bullets: var(--san-surface-border-color);
  --tw-prose-hr: var(--san-surface-border-color);
  --tw-prose-quotes: var(--san-on-surface-color);
  --tw-prose-quote-borders: var(--san-accent-on-surface-color);
  --tw-prose-captions: var(--san-muted-on-surface-color);
  --tw-prose-kbd: var(--san-on-surface-color);
  --tw-prose-kbd-shadows: 0 0 0;
  --tw-prose-code: var(--san-on-surface-color);
  --tw-prose-pre-code: var(--san-code-color);
  --tw-prose-pre-bg: var(--san-code-background);
  --tw-prose-th-borders: var(--san-surface-border-color);
  --tw-prose-td-borders: var(--san-surface-border-color);
  color: var(--san-on-surface-color);
}

.gh-content.tw-prose :where(a):not(:where([class~="tw-not-prose"], [class~="tw-not-prose"] *)) {
  color: var(--san-accent-on-surface-color);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

/* Generated article anchors clear the floating header when navigated directly. */

.gh-content :is(h2, h3)[id] {
  scroll-margin-top: 7rem;
}

/* The active TOC entry uses weight and a surface tint as well as colour. */

.toc-link {
  padding-inline: 0.75rem 0.5rem;
  line-height: 1.45;
}

.toc-link.is-active {
  color: var(--san-on-surface-color);
  background: color-mix(in srgb, var(--san-accent-on-surface-color) 9%, transparent);
  font-weight: 700;
}

.floating-toc-nav {
  scrollbar-width: thin;
  scrollbar-color: var(--san-surface-border-color) transparent;
}

/* The resting header belongs to the page canvas; its floating state is a Surface. */

#header.scrolled .link-button {
  color: var(--san-on-surface-color);
}

#header.scrolled .san-header-search,
#header.scrolled > .header-wrapper > .san-logo > .logo-text,
#header.scrolled > .header-wrapper > nav > ul > li > a.tw-text-san-text,
#header.scrolled > .header-wrapper > nav > ul > li > a.hover\:tw-text-san-text:hover,
#header.scrolled > .header-wrapper > nav > ul > li > details > summary.hover\:tw-text-san-text:hover {
  color: var(--san-on-surface-color);
}

#header.scrolled > .header-wrapper > nav > ul > li > a.tw-text-san-muted,
#header.scrolled > .header-wrapper > nav > ul > li > details > summary {
  color: var(--san-muted-on-surface-color);
}

/* Ghost native width classes */

.kg-width-wide {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.kg-width-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Ghost's native cards follow the same square-surface rule as theme cards. */

.gh-content .kg-card,
.gh-content .kg-card :is(.kg-bookmark-container, .kg-product-card-container, .kg-file-card-container, .kg-audio-card-container, .kg-callout-card, .kg-toggle-card) {
  border-radius: 0 !important;
}

/* Tailwind Typography gives keyboard hints and code blocks a radius by default. */

.tw-prose :where(kbd, pre):not(:where([class~="tw-not-prose"], [class~="tw-not-prose"] *)) {
  border-radius: 0;
}

/* Hide main header, footer, CTA banner and floating Ghost Portal trigger button on dedicated Auth pages */

body:has(.auth-page-wrapper) #header,
body:has(.auth-page-wrapper) #footer,
body:has(.auth-page-wrapper) .san-cta,
body:has(.auth-page-wrapper) #ghost-portal-root,
.template-custom-signin #header,
.template-custom-signup #header,
.template-custom-signin #footer,
.template-custom-signup #footer,
.template-custom-signin .san-cta,
.template-custom-signup .san-cta,
.page-template-custom-signin #header,
.page-template-custom-signup #header,
.page-template-custom-signin #footer,
.page-template-custom-signup #footer,
.page-template-custom-signin .san-cta,
.page-template-custom-signup .san-cta {
  display: none !important;
}

/* ==========================================================================
   Lailiho IP Asset & Funnel Helpers
   ========================================================================== */

/* Checkerboard background for transparent sticker PNG/GIFs */

.lailiho-checkerboard {
  background-color: #f8fafc;
  background-image: linear-gradient(45deg, #e2e8f0 25%, transparent 25%),
                      linear-gradient(-45deg, #e2e8f0 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, #e2e8f0 75%),
                      linear-gradient(-45deg, transparent 75%, #e2e8f0 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
}

/* Fun rejected draft stamp */

.lailiho-stamp-rejected {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #dc2626;
  border: 1.5px dashed #dc2626;
  border-radius: 0;
  background: rgba(254, 242, 242, 0.95);
  letter-spacing: 0.02em;
}

/* Character Lore Sheet Styling */

.lailiho-author-badge {
  background: color-mix(in srgb, var(--san-accent-on-background-color) 12%, transparent);
  color: var(--san-accent-on-background-color);
  border: 1px solid color-mix(in srgb, var(--san-accent-on-background-color) 25%, transparent);
}

/* ==========================================================================\n+   Lailiho Product Layer\n+   A graphic, labelled interface that separates this theme from the neutral\n+   San Starter publication shell.\n+   ========================================================================== */

/* Four-cell brand mark: technology and character-making share equal weight. */

.lailiho-logo-mark {
  gap: 2px;
}

.lailiho-logo-mark i {
  display: block;
  background: var(--ghost-accent-color);
}

.lailiho-logo-mark i:nth-child(2),
.lailiho-logo-mark i:nth-child(3) {
  background: var(--lailiho-signal-color);
}

/* The header begins as a compact studio console and docks to the viewport. */

#header.lailiho-header {
  top: 20px;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--san-border-color);
  box-shadow: 5px 5px 0 color-mix(in srgb, var(--san-on-background-color) 10%, transparent);
}

#header.lailiho-header.scrolled {
  top: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  border-inline: 0;
  border-top: 0;
  background: color-mix(in srgb, var(--san-boxes-background-color) 94%, transparent);
  box-shadow: 0 1px 0 var(--san-surface-border-color);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

.lailiho-header .header-wrapper {
  height: 64px;
}

.lailiho-primary-nav > ul > li > a,
.lailiho-primary-nav summary {
  position: relative;
}

.lailiho-primary-nav > ul > li > a::after,
.lailiho-primary-nav summary::after {
  position: absolute;
  right: 0.75rem;
  bottom: 0.4rem;
  left: 0.75rem;
  height: 2px;
  content: "";
  background: var(--lailiho-signal-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--san-motion-duration-feedback) var(--san-motion-ease-standard);
}

.lailiho-primary-nav > ul > li > a:hover::after,
.lailiho-primary-nav > ul > li > a.current-nav::after,
.lailiho-primary-nav summary:hover::after {
  transform: scaleX(1);
}

.lailiho-sidebar-menu {
  border-left: 5px solid var(--lailiho-signal-color);
}

/* Shared section labels read like cataloguing marks, not generic eyebrows. */

.lailiho-kicker::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--ghost-accent-color);
  box-shadow: 4px 4px 0 var(--lailiho-signal-color);
}

.lailiho-section-title {
  text-wrap: balance;
}

/* Hero: flat drafting grid and offset media, never a glowing AI gradient. */

.lailiho-hero,
.lailiho-signal-stage,
.lailiho-channels {
  background-color: var(--san-background-color);
  background-image:
        linear-gradient(to right, var(--lailiho-grid-color) 1px, transparent 1px),
        linear-gradient(to bottom, var(--lailiho-grid-color) 1px, transparent 1px);
  background-size: var(--lailiho-grid-size) var(--lailiho-grid-size);
}

.lailiho-hero::after,
.lailiho-signal-stage::after {
  position: absolute;
  right: max(20px, calc((100vw - 1280px) / 2));
  top: 0;
  width: 12px;
  height: 92px;
  content: "";
  background: var(--lailiho-signal-color);
  box-shadow: 16px 24px 0 var(--ghost-accent-color);
}

.lailiho-hero .hero-image {
  filter: saturate(.9) contrast(1.04);
}

.lailiho-hero .tw-aspect-\[4\/5\] {
  box-shadow: 12px 12px 0 var(--lailiho-signal-color);
}

/* Featured signal desk: imagery and copy occupy independent, flat panels. */

.lailiho-signal-carousel {
  padding: 0 6px 6px 0;
}

.lailiho-signal-slide.is-active {
  box-shadow: 6px 6px 0 var(--lailiho-signal-color);
}

.lailiho-signal-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border: 10px solid color-mix(in srgb, var(--san-boxes-background-color) 28%, transparent);
}

.lailiho-signal-copy {
  color: var(--san-on-dark-color);
  --san-current-text-color: var(--san-on-dark-color);
  --san-current-muted-color: color-mix(in srgb, var(--san-on-dark-color) 68%, transparent);
  --san-current-accent-text-color: var(--lailiho-signal-color);
}

.lailiho-signal-copy::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 8px;
  content: "";
  background: var(--lailiho-signal-color);
}

.lailiho-signal-crosshair {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 82px;
  height: 82px;
  border: 1px solid color-mix(in srgb, var(--san-on-dark-color) 14%, transparent);
  border-radius: 50%;
}

.lailiho-signal-crosshair::before,
.lailiho-signal-crosshair::after {
  position: absolute;
  content: "";
  background: color-mix(in srgb, var(--san-on-dark-color) 14%, transparent);
}

.lailiho-signal-crosshair::before {
  top: 50%;
  left: -18px;
  width: 118px;
  height: 1px;
}

.lailiho-signal-crosshair::after {
  top: -18px;
  left: 50%;
  width: 1px;
  height: 118px;
}

.lailiho-square-control,
.lailiho-card-open {
  border-radius: 0;
}

.lailiho-square-control:hover,
.lailiho-card-open:hover {
  border-color: var(--san-dark-color);
  color: var(--san-on-dark-color);
  background: var(--san-dark-color);
}

.lailiho-signal-dot {
  width: 28px;
  height: 4px;
  border-radius: 0;
}

/* Alternate featured modes inherit the same product cues. */

.featured-showcase,
.featured-split-carousel {
  border-block: 1px solid var(--san-border-color);
  background-color: var(--san-background-color);
  background-image: linear-gradient(to right, var(--lailiho-grid-color) 1px, transparent 1px);
  background-size: var(--lailiho-grid-size) 100%;
}

.lailiho-static-signal {
  background-image:
        linear-gradient(to right, var(--lailiho-grid-color) 1px, transparent 1px),
        linear-gradient(to bottom, var(--lailiho-grid-color) 1px, transparent 1px);
  background-size: var(--lailiho-grid-size) var(--lailiho-grid-size);
}

.featured-showcase .featured-lead,
.featured-split-carousel [data-featured-carousel-slide] {
  border: 1px solid var(--san-border-color);
  box-shadow: 6px 6px 0 var(--lailiho-signal-color);
}

.lailiho-featured-lead {
  border-right: 0 !important;
}

.lailiho-featured-lead::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 7px;
  height: 42%;
  content: "";
  background: var(--lailiho-signal-color);
}

.lailiho-featured-list {
  color: var(--san-on-dark-color);
  --san-current-text-color: var(--san-on-dark-color);
  --san-current-muted-color: color-mix(in srgb, var(--san-on-dark-color) 62%, transparent);
  --san-current-accent-text-color: var(--lailiho-signal-color);
}

.lailiho-featured-list img {
  outline: 1px solid color-mix(in srgb, var(--san-on-dark-color) 20%, transparent);
  outline-offset: -1px;
}

/* Channel cards behave like labelled switches on the studio patch bay. */

.lailiho-channels {
  border-block: 1px solid var(--san-border-color);
}

.lailiho-channel-card::after {
  position: absolute;
  right: -25px;
  bottom: -25px;
  width: 70px;
  height: 70px;
  content: "";
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .16;
}

.lailiho-channel-card:nth-child(even) {
  box-shadow: inset 5px 0 0 var(--lailiho-signal-color);
}

.lailiho-channel-card:nth-child(odd) {
  box-shadow: inset 5px 0 0 var(--ghost-accent-color);
}

/* Archive cards feel like working files: outlined, numbered and tactile. */

.lailiho-feed::before {
  position: absolute;
  top: 0;
  left: max(20px, calc((100vw - 1280px) / 2));
  width: min(220px, 22vw);
  height: 6px;
  content: "";
  background: var(--ghost-accent-color);
  box-shadow: min(220px, 22vw) 0 0 var(--lailiho-signal-color);
}

.lailiho-post-card {
  box-shadow: none;
}

.lailiho-post-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
  background: var(--ghost-accent-color);
  transform: scaleX(.22);
  transform-origin: left;
  transition: transform var(--san-motion-duration-feedback) var(--san-motion-ease-standard);
}

.lailiho-archive-grid > .lailiho-post-card:nth-child(3n + 2)::after {
  background: var(--lailiho-signal-color);
}

.lailiho-post-card:hover::after,
.lailiho-post-card:focus-within::after {
  transform: scaleX(1);
}

.lailiho-card-media-link::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--san-on-background-color) 10%, transparent);
}

/* CTA remains a solid Ghost accent surface, with drafting marks only. */

.lailiho-cta {
  border-top: 8px solid var(--lailiho-signal-color) !important;
}

.lailiho-cta .cta-button {
  border-radius: 0;
  box-shadow: 5px 5px 0 color-mix(in srgb, var(--san-on-accent-color) 34%, transparent);
}

/* Footer becomes the dark closing poster of the Lailiho studio. */

.lailiho-footer {
  color: var(--san-on-dark-color);
  background: var(--san-dark-color) !important;
  --san-current-text-color: var(--san-on-dark-color);
  --san-current-muted-color: color-mix(in srgb, var(--san-on-dark-color) 62%, transparent);
  --san-current-accent-text-color: var(--lailiho-signal-color);
  --san-border-color: color-mix(in srgb, var(--san-on-dark-color) 20%, transparent);
}

.lailiho-footer input {
  color: var(--san-on-surface-color);
  background: var(--san-boxes-background-color);
}

.lailiho-footer input::-moz-placeholder {
  color: var(--san-muted-on-surface-color);
}

.lailiho-footer input::placeholder {
  color: var(--san-muted-on-surface-color);
}

.lailiho-footer-masthead {
  isolation: isolate;
}

.lailiho-footer-masthead::after {
  align-self: stretch;
  width: 16px;
  flex: 0 0 16px;
  content: "";
  background: var(--lailiho-signal-color);
  box-shadow: -16px 18px 0 var(--ghost-accent-color);
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .lailiho-post-card.san-card-lift:hover,
    .lailiho-channel-card.san-card-lift:hover {
    transform: translate(-3px, -3px);
    box-shadow: 6px 6px 0 color-mix(in srgb, var(--san-on-background-color) 16%, transparent);
  }

  .lailiho-signal-slide:hover .san-card-media {
    transform: scale(1.025);
  }
}

@media (max-width: 1023px) {
  #header.lailiho-header,
    #header.lailiho-header.scrolled {
    top: 15px;
    width: calc(100% - 30px);
    max-width: none;
    margin: 15px auto;
    border: 1px solid var(--san-border-color);
    box-shadow: 4px 4px 0 color-mix(in srgb, var(--san-on-background-color) 10%, transparent);
  }
}

@media (max-width: 479px) {
  .lailiho-signal-track,
    .lailiho-signal-slide {
    min-height: 740px;
  }

  .lailiho-signal-media {
    min-height: 270px;
  }

  .lailiho-signal-caption {
    max-width: calc(100% - 1rem);
  }

  .lailiho-card-index {
    padding: .4rem .6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lailiho-primary-nav > ul > li > a::after,
    .lailiho-primary-nav summary::after,
    .lailiho-post-card::after {
    transition: none;
  }
}

.placeholder\:tw-text-san-muted::-moz-placeholder {
  color: var(--san-current-muted-color);
}

.placeholder\:tw-text-san-muted::placeholder {
  color: var(--san-current-muted-color);
}

.first\:tw-pt-0:first-child {
  padding-top: 0px;
}

.last\:tw-border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:tw-pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:tw-bg-\[var\(--lailiho-signal-color\)\]:hover {
  background-color: var(--lailiho-signal-color);
}

.hover\:tw-bg-black\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:tw-bg-ghost-accent:hover {
  background-color: var(--ghost-accent-color);
}

.hover\:tw-bg-san-background:hover {
  background-color: var(--san-background-color);
}

.hover\:tw-bg-san-dark:hover {
  background-color: var(--san-dark-color);
}

.hover\:tw-text-\[var\(--lailiho-signal-color\)\]:hover {
  color: var(--lailiho-signal-color);
}

.hover\:tw-text-\[var\(--san-on-secondary-accent-color\)\]:hover {
  color: var(--san-on-secondary-accent-color);
}

.hover\:tw-text-ghost-accent:hover {
  color: var(--ghost-accent-color);
}

.hover\:tw-text-san-muted:hover {
  color: var(--san-current-muted-color);
}

.hover\:tw-text-san-on-accent:hover {
  color: var(--san-on-accent-color);
}

.hover\:tw-text-san-text:hover {
  color: var(--san-current-text-color);
}

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

.hover\:tw-text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}

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

.hover\:tw-opacity-90:hover {
  opacity: 0.9;
}

.hover\:tw-shadow-san-medium:hover {
  --tw-shadow: var(--san-medium-shadow);
  --tw-shadow-colored: var(--san-medium-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-san-small:hover {
  --tw-shadow: var(--san-small-shadow);
  --tw-shadow-colored: var(--san-small-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:tw-fixed:focus {
  position: fixed;
}

.focus\:tw-left-4:focus {
  left: 1rem;
}

.focus\:tw-top-4:focus {
  top: 1rem;
}

.focus\:tw-z-\[1000000\]:focus {
  z-index: 1000000;
}

.focus\:tw-flex:focus {
  display: flex;
}

.focus\:tw-border-ghost-accent:focus {
  border-color: var(--ghost-accent-color);
}

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

.focus\:tw-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-visible\:\!tw-border-ghost-accent:focus-visible {
  border-color: var(--ghost-accent-color) !important;
}

.focus-visible\:\!tw-outline:focus-visible {
  outline-style: solid !important;
}

.focus-visible\:\!tw-outline-2:focus-visible {
  outline-width: 2px !important;
}

.focus-visible\:\!tw-outline-offset-2:focus-visible {
  outline-offset: 2px !important;
}

.focus-visible\:\!tw-outline-offset-\[-2px\]:focus-visible {
  outline-offset: -2px !important;
}

.focus-visible\:\!tw-outline-ghost-accent:focus-visible {
  outline-color: var(--ghost-accent-color) !important;
}

.focus-visible\:\!tw-outline-san-text:focus-visible {
  outline-color: var(--san-current-text-color) !important;
}

.focus-visible\:\!tw-outline-white:focus-visible {
  outline-color: #fff !important;
}

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

.tw-group:hover .group-hover\:tw-bg-san-background {
  background-color: var(--san-background-color);
}

.tw-group:hover .group-hover\:tw-bg-san-dark {
  background-color: var(--san-dark-color);
}

.tw-group:hover .group-hover\:tw-text-ghost-accent {
  color: var(--ghost-accent-color);
}

.tw-group:hover .group-hover\:tw-text-san-muted-on-surface {
  color: var(--san-muted-on-surface-color);
}

.tw-group:hover .group-hover\:tw-text-san-on-accent {
  color: var(--san-on-accent-color);
}

.tw-group:hover .group-hover\:tw-text-san-on-dark {
  color: var(--san-on-dark-color);
}

.tw-group:hover .group-hover\:tw-text-san-text {
  color: var(--san-current-text-color);
}

.tw-group:hover .group-hover\:tw-underline {
  text-decoration-line: underline;
}

.prose-headings\:tw-font-display :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))) {
  font-family: var(--san-title-font-family);
}

.prose-headings\:tw-text-san-text :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))) {
  color: var(--san-current-text-color);
}

.prose-a\:tw-text-ghost-accent :is(:where(a):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))) {
  color: var(--ghost-accent-color);
}

.prose-blockquote\:tw-border-ghost-accent :is(:where(blockquote):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))) {
  border-color: var(--ghost-accent-color);
}

.prose-blockquote\:tw-text-san-muted :is(:where(blockquote):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))) {
  color: var(--san-current-muted-color);
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:tw-transform-none {
    transform: none;
  }

  .motion-reduce\:tw-animate-none {
    animation: none;
  }

  .motion-reduce\:tw-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;
  }

  .motion-reduce\:tw-transition-none {
    transition-property: none;
  }
}

@media (min-width: 640px) {
  .sm\:tw-left-6 {
    left: 1.5rem;
  }

  .sm\:tw-top-6 {
    top: 1.5rem;
  }

  .sm\:tw-col-start-2 {
    grid-column-start: 2;
  }

  .sm\:tw-mt-\[35px\] {
    margin-top: 35px;
  }

  .sm\:tw-block {
    display: block;
  }

  .sm\:tw-aspect-\[16\/10\] {
    aspect-ratio: 16/10;
  }

  .sm\:tw-min-h-\[340px\] {
    min-height: 340px;
  }

  .sm\:tw-min-h-\[540px\] {
    min-height: 540px;
  }

  .sm\:tw-min-h-\[700px\] {
    min-height: 700px;
  }

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

  .sm\:tw-flex-1 {
    flex: 1 1 0%;
  }

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

  .sm\:tw-grid-cols-\[auto_1fr_auto\] {
    grid-template-columns: auto 1fr auto;
  }

  .sm\:tw-grid-cols-\[minmax\(0\2c 1fr\)_104px\] {
    grid-template-columns: minmax(0,1fr) 104px;
  }

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

  .sm\:tw-items-start {
    align-items: flex-start;
  }

  .sm\:tw-items-end {
    align-items: flex-end;
  }

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

  .sm\:tw-justify-start {
    justify-content: flex-start;
  }

  .sm\:tw-justify-center {
    justify-content: center;
  }

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

  .sm\:tw-gap-4 {
    gap: 1rem;
  }

  .sm\:tw-gap-\[35px\] {
    gap: 35px;
  }

  .sm\:tw-p-10 {
    padding: 2.5rem;
  }

  .sm\:tw-p-6 {
    padding: 1.5rem;
  }

  .sm\:tw-p-8 {
    padding: 2rem;
  }

  .sm\:tw-p-\[30px\] {
    padding: 30px;
  }

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

  .sm\:tw-px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:tw-pt-12 {
    padding-top: 3rem;
  }

  .sm\:tw-text-left {
    text-align: left;
  }

  .sm\:tw-text-right {
    text-align: right;
  }

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

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

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

  .sm\:tw-text-\[36px\] {
    font-size: 36px;
  }

  .sm\:tw-text-\[38px\] {
    font-size: 38px;
  }

  .sm\:tw-text-\[42px\] {
    font-size: 42px;
  }

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

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

@media (min-width: 768px) {
  .md\:tw-bottom-\[30px\] {
    bottom: 30px;
  }

  .md\:tw-right-\[30px\] {
    right: 30px;
  }

  .md\:tw-mb-16 {
    margin-bottom: 4rem;
  }

  .md\:tw-inline-flex {
    display: inline-flex;
  }

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

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

  .md\:tw-grid-cols-\[140px_minmax\(0\2c 1\.35fr\)_minmax\(300px\2c 0\.65fr\)\] {
    grid-template-columns: 140px minmax(0,1.35fr) minmax(300px,0.65fr);
  }

  .md\:tw-items-center {
    align-items: center;
  }

  .md\:tw-gap-8 {
    gap: 2rem;
  }

  .md\:tw-self-start {
    align-self: flex-start;
  }

  .md\:tw-p-10 {
    padding: 2.5rem;
  }

  .md\:tw-p-12 {
    padding: 3rem;
  }

  .md\:tw-p-4 {
    padding: 1rem;
  }

  .md\:tw-p-6 {
    padding: 1.5rem;
  }

  .md\:tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .md\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:tw-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:tw-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:tw-py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:tw-pb-24 {
    padding-bottom: 6rem;
  }

  .md\:tw-pb-\[90px\] {
    padding-bottom: 90px;
  }

  .md\:tw-pt-16 {
    padding-top: 4rem;
  }

  .md\:tw-pt-3 {
    padding-top: 0.75rem;
  }

  .md\:tw-pt-\[120px\] {
    padding-top: 120px;
  }

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

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

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

  .md\:tw-text-\[26px\] {
    font-size: 26px;
  }

  .md\:tw-text-\[38px\] {
    font-size: 38px;
  }

  .md\:tw-text-\[40px\] {
    font-size: 40px;
  }

  .md\:tw-text-\[42px\] {
    font-size: 42px;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:tw-pointer-events-none {
    pointer-events: none;
  }

  .lg\:tw-fixed {
    position: fixed;
  }

  .lg\:tw-absolute {
    position: absolute;
  }

  .lg\:tw-sticky {
    position: sticky;
  }

  .lg\:tw-inset-0 {
    inset: 0px;
  }

  .lg\:tw-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg\:tw-left-\[30px\] {
    left: 30px;
  }

  .lg\:tw-top-1\/2 {
    top: 50%;
  }

  .lg\:tw-top-\[100px\] {
    top: 100px;
  }

  .lg\:tw-top-\[30px\] {
    top: 30px;
  }

  .lg\:tw-z-10 {
    z-index: 10;
  }

  .lg\:tw-mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:tw-mr-0 {
    margin-right: 0px;
  }

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

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-h-\[240px\] {
    height: 240px;
  }

  .lg\:tw-h-full {
    height: 100%;
  }

  .lg\:tw-h-screen {
    height: 100vh;
  }

  .lg\:tw-max-h-\[calc\(100vh-190px\)\] {
    max-height: calc(100vh - 190px);
  }

  .lg\:tw-min-h-\[520px\] {
    min-height: 520px;
  }

  .lg\:tw-min-h-\[620px\] {
    min-height: 620px;
  }

  .lg\:tw-min-h-full {
    min-height: 100%;
  }

  .lg\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .lg\:tw-w-2\/3 {
    width: 66.666667%;
  }

  .lg\:tw-w-\[240px\] {
    width: 240px;
  }

  .lg\:-tw-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));
  }

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

  .lg\:tw-grid-cols-\[220px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 220px minmax(0,1fr);
  }

  .lg\:tw-grid-cols-\[minmax\(0\2c 0\.88fr\)_minmax\(0\2c 1\.12fr\)\] {
    grid-template-columns: minmax(0,0.88fr) minmax(0,1.12fr);
  }

  .lg\:tw-grid-cols-\[minmax\(0\2c 1\.1fr\)_minmax\(380px\2c 0\.9fr\)\] {
    grid-template-columns: minmax(0,1.1fr) minmax(380px,0.9fr);
  }

  .lg\:tw-grid-cols-\[minmax\(0\2c 1\.35fr\)_minmax\(0\2c 0\.65fr\)_minmax\(0\2c 0\.65fr\)\] {
    grid-template-columns: minmax(0,1.35fr) minmax(0,0.65fr) minmax(0,0.65fr);
  }

  .lg\:tw-grid-cols-\[minmax\(0\2c 1\.45fr\)_minmax\(340px\2c 0\.72fr\)\] {
    grid-template-columns: minmax(0,1.45fr) minmax(340px,0.72fr);
  }

  .lg\:tw-grid-cols-\[minmax\(0\2c 1\.55fr\)_minmax\(300px\2c 0\.6fr\)\] {
    grid-template-columns: minmax(0,1.55fr) minmax(300px,0.6fr);
  }

  .lg\:tw-grid-cols-\[minmax\(0\2c 1\.6fr\)_minmax\(280px\2c 0\.65fr\)\] {
    grid-template-columns: minmax(0,1.6fr) minmax(280px,0.65fr);
  }

  .lg\:tw-grid-cols-\[minmax\(0\2c 1fr\)_minmax\(280px\2c 0\.45fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(280px,0.45fr);
  }

  .lg\:tw-grid-cols-\[minmax\(0\2c 7fr\)_minmax\(260px\2c 3fr\)\] {
    grid-template-columns: minmax(0,7fr) minmax(260px,3fr);
  }

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

  .lg\:tw-items-start {
    align-items: flex-start;
  }

  .lg\:tw-items-end {
    align-items: flex-end;
  }

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

  .lg\:tw-justify-center {
    justify-content: center;
  }

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

  .lg\:tw-gap-16 {
    gap: 4rem;
  }

  .lg\:tw-gap-6 {
    gap: 1.5rem;
  }

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

  .lg\:tw-self-start {
    align-self: flex-start;
  }

  .lg\:tw-overflow-hidden {
    overflow: hidden;
  }

  .lg\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:tw-p-10 {
    padding: 2.5rem;
  }

  .lg\:tw-p-6 {
    padding: 1.5rem;
  }

  .lg\:tw-p-7 {
    padding: 1.75rem;
  }

  .lg\:tw-p-9 {
    padding: 2.25rem;
  }

  .lg\:tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:tw-py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:tw-pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:tw-pt-12 {
    padding-top: 3rem;
  }

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

@media (min-width: 1280px) {
  .xl\:tw-col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:tw-block {
    display: block;
  }

  .xl\:tw-grid {
    display: grid;
  }

  .xl\:tw-aspect-auto {
    aspect-ratio: auto;
  }

  .xl\:tw-h-\[320px\] {
    height: 320px;
  }

  .xl\:tw-min-h-full {
    min-height: 100%;
  }

  .xl\:tw-w-\[320px\] {
    width: 320px;
  }

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

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

  .xl\:tw-grid-cols-\[1\.05fr_0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .xl\:tw-grid-cols-\[240px_minmax\(0\2c 860px\)\] {
    grid-template-columns: 240px minmax(0,860px);
  }

  .xl\:tw-justify-center {
    justify-content: center;
  }

  .xl\:tw-gap-10 {
    gap: 2.5rem;
  }

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

@media (prefers-color-scheme: dark) {
  .dark\:tw-bg-amber-950\/20 {
    background-color: rgb(69 26 3 / 0.2);
  }

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

  .dark\:tw-text-amber-300\/80 {
    color: rgb(252 211 77 / 0.8);
  }
}

.\[\&\.error_\.footer-newsletter-error\]\:tw-block.error .footer-newsletter-error {
  display: block;
}

.\[\&\.error_\.hero-subscribe-error\]\:tw-block.error .hero-subscribe-error {
  display: block;
}

.\[\&\.error_\.newsletter-error\]\:tw-block.error .newsletter-error {
  display: block;
}

.\[\&\.error_\.signin-error\]\:tw-block.error .signin-error {
  display: block;
}

.\[\&\.error_\.signup-error\]\:tw-block.error .signup-error {
  display: block;
}

.\[\&\.is-active\]\:tw-pointer-events-auto.is-active {
  pointer-events: auto;
}

.\[\&\.is-active\]\:tw-visible.is-active {
  visibility: visible;
}

.\[\&\.is-active\]\:tw-translate-x-0.is-active {
  --tw-translate-x: 0px;
  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));
}

.\[\&\.is-active\]\:tw-bg-ghost-accent.is-active {
  background-color: var(--ghost-accent-color);
}

.\[\&\.is-active\]\:tw-opacity-100.is-active {
  opacity: 1;
}

.\[\&\.is-entering-from-previous\]\:-tw-translate-x-5.is-entering-from-previous {
  --tw-translate-x: -1.25rem;
  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));
}

.\[\&\.is-exiting-to-next\]\:-tw-translate-x-5.is-exiting-to-next {
  --tw-translate-x: -1.25rem;
  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));
}

.\[\&\.is-exiting-to-previous\]\:tw-translate-x-5.is-exiting-to-previous {
  --tw-translate-x: 1.25rem;
  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));
}

.\[\&\.is-exiting\]\:tw-pointer-events-none.is-exiting {
  pointer-events: none;
}

.\[\&\.is-exiting\]\:tw-visible.is-exiting {
  visibility: visible;
}

.\[\&\.is-exiting\]\:tw-opacity-0.is-exiting {
  opacity: 0;
}

.\[\&\.loading_\.footer-newsletter-label\]\:tw-hidden.loading .footer-newsletter-label {
  display: none;
}

.\[\&\.loading_\.footer-newsletter-loader\]\:tw-inline-flex.loading .footer-newsletter-loader {
  display: inline-flex;
}

.\[\&\.loading_\.hero-subscribe-button-label\]\:tw-hidden.loading .hero-subscribe-button-label {
  display: none;
}

.\[\&\.loading_\.hero-subscribe-loader\]\:tw-inline-flex.loading .hero-subscribe-loader {
  display: inline-flex;
}

.\[\&\.loading_\.newsletter-button-label\]\:tw-hidden.loading .newsletter-button-label {
  display: none;
}

.\[\&\.loading_\.newsletter-button-loader\]\:tw-inline-flex.loading .newsletter-button-loader {
  display: inline-flex;
}

.\[\&\.loading_\.signin-button-label\]\:tw-hidden.loading .signin-button-label {
  display: none;
}

.\[\&\.loading_\.signin-button-loader\]\:tw-inline-flex.loading .signin-button-loader {
  display: inline-flex;
}

.\[\&\.loading_\.signup-button-label\]\:tw-hidden.loading .signup-button-label {
  display: none;
}

.\[\&\.loading_\.signup-button-loader\]\:tw-inline-flex.loading .signup-button-loader {
  display: inline-flex;
}

.\[\&\.loading_button\]\:tw-cursor-wait.loading button {
  cursor: wait;
}

.\[\&\.loading_button\]\:tw-opacity-70.loading button {
  opacity: 0.7;
}

.\[\&\.opened\]\:tw-visible.opened {
  visibility: visible;
}

.\[\&\.opened\]\:tw-translate-x-0.opened {
  --tw-translate-x: 0px;
  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));
}

.\[\&\.opened\]\:tw-opacity-100.opened {
  opacity: 1;
}

.\[\&\.opened\]\:tw-duration-\[var\(--san-motion-duration-overlay-enter\)\].opened {
  transition-duration: var(--san-motion-duration-overlay-enter);
}

.\[\&\.opened\]\:tw-ease-\[var\(--san-motion-ease-enter\)\].opened {
  transition-timing-function: var(--san-motion-ease-enter);
}

.\[\&\.success_\.footer-form-fields\]\:tw-hidden.success .footer-form-fields {
  display: none;
}

.\[\&\.success_\.footer-newsletter-success\]\:tw-block.success .footer-newsletter-success {
  display: block;
}

.\[\&\.success_\.hero-subscribe-fields\]\:tw-hidden.success .hero-subscribe-fields {
  display: none;
}

.\[\&\.success_\.hero-subscribe-success\]\:tw-block.success .hero-subscribe-success {
  display: block;
}

.\[\&\.success_\.newsletter-fields\]\:tw-hidden.success .newsletter-fields {
  display: none;
}

.\[\&\.success_\.newsletter-success\]\:tw-block.success .newsletter-success {
  display: block;
}

.\[\&\.success_\.signin-fields\]\:tw-hidden.success .signin-fields {
  display: none;
}

.\[\&\.success_\.signin-success\]\:tw-block.success .signin-success {
  display: block;
}

.\[\&\.success_\.signup-fields\]\:tw-hidden.success .signup-fields {
  display: none;
}

.\[\&\.success_\.signup-success\]\:tw-block.success .signup-success {
  display: block;
}

.\[\&\.visible\]\:tw-visible.visible {
  visibility: visible;
}

.\[\&\.visible\]\:tw-opacity-100.visible {
  opacity: 1;
}

.\[\&_a\:focus-visible\]\:\!tw-outline a:focus-visible {
  outline-style: solid !important;
}

.\[\&_a\:focus-visible\]\:\!tw-outline-2 a:focus-visible {
  outline-width: 2px !important;
}

.\[\&_a\:focus-visible\]\:\!tw-outline-offset-2 a:focus-visible {
  outline-offset: 2px !important;
}

.\[\&_a\:focus-visible\]\:\!tw-outline-ghost-accent a:focus-visible {
  outline-color: var(--ghost-accent-color) !important;
}

.\[\&_a\:hover\]\:tw-text-ghost-accent a:hover {
  color: var(--ghost-accent-color);
}

.\[\&_a\]\:tw-flex a {
  display: flex;
}

.\[\&_a\]\:tw-min-h-11 a {
  min-height: 2.75rem;
}

.\[\&_a\]\:tw-items-center a {
  align-items: center;
}

.\[\&_a\]\:tw-text-san-muted a {
  color: var(--san-current-muted-color);
}

.\[\&_a\]\:tw-no-underline a {
  text-decoration-line: none;
}
