/* Global styles for the Lektor campaign port.
 *
 * differences from that source:
 *
 *  1. The next/font/local declarations in pages/_app.tsx become
 *     explicit @font-face rules below. Bytes are identical (woff2
 *     copied from /), only the
 *     loader changes. Self-hosted, latin-only, swap.
 *
 *  2. `--font-sans / --font-display / --font-mono` are set as plain
 *     family names in :root rather than synthesised by next/font.
 *     The Tailwind fontFamily tokens reference these names, so
 *     fontFamily.sans → 'Inter, ui-sans-serif, system-ui'.
 *
 * Anti-ellipsis rule, focus ring, tap target, and reduced-motion
 * override are verbatim. these are critical accessibility and
 * security contracts. Editing any of them requires a check against
 * tests/e2e/anti-ellipsis.spec.ts and the WCAG 2.1 AA rationale in
 * the original file's docstring.
 */

@font-face {
  font-family: 'Inter';

  font-weight: 400;

  font-style: normal;

  font-display: swap;

  src: url('../fonts/Inter-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';

  font-weight: 500;

  font-style: normal;

  font-display: swap;

  src: url('../fonts/Inter-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';

  font-weight: 600;

  font-style: normal;

  font-display: swap;

  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';

  font-weight: 700;

  font-style: normal;

  font-display: swap;

  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Mono';

  font-weight: 400;

  font-style: normal;

  font-display: swap;

  src: url('../fonts/space-mono-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Mono';

  font-weight: 700;

  font-style: normal;

  font-display: swap;

  src: url('../fonts/space-mono-latin-700-normal.woff2') format('woff2');
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: var(--font-mono), ui-monospace, SFMono-Regular, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

:root {
  --font-sans: 'Inter';
  --font-display: 'Space Grotesk';
  --font-mono: 'Space Mono';
  --bg: #F2F5F8;
  --surface: #ffffff;
  --surface-2: #F2F5F8;
  --fg: #18242F;
  --muted: #556472;
  --border: #E4EAF0;
  --brand: #9338C1;
  --brand-soft: #F5E3FF;
  --pool: #C96A12;
  --pool-soft: #FFE9CC;
  --focus: #9338C1;
}

.dark {
  --bg: #0B1017;
  --surface: #0F1822;
  --surface-2: #121d28;
  --fg: #e4eaf0;
  --muted: #8A98A6;
  --border: #2A3744;
  --brand: #C272FF;
  --brand-soft: #2a1840;
  --pool: #E8932C;
  --pool-soft: #3a2411;
  --focus: #C272FF;
}

html, body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-sans), ui-sans-serif, system-ui;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

@media (hover: none) {
  button, a, [role='button'], [role='tab'] {
    min-height: 44px;
  }
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
  border-radius: 4px;
}

.no-js .js-only {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.address-mono {
  font-family: var(--font-mono), ui-monospace, SFMono-Regular, monospace;
  word-break: break-all;
  overflow-wrap: anywhere;
  white-space: normal;
  text-overflow: clip;
}

/* Donation panel chain switcher. Pure CSS via hidden radio inputs +
   * labels (rendered as tabs) + :has(). The first radio is `checked`
   * at render so the matching panel shows by default. Selectors are
   * enumerated per chain because CSS can't reference an attribute
   * value match across two elements (no back-references in :has()).
   * Add new chains here when CHAIN_LABELS in macros/chain_icon.html
   * grows. */

.donation-panel .chain-panel {
  display: none;
}

.donation-panel:has(.chain-radio[data-chain="btc"]:checked) .chain-panel[data-chain="btc"],
  .donation-panel:has(.chain-radio[data-chain="eth"]:checked) .chain-panel[data-chain="eth"],
  .donation-panel:has(.chain-radio[data-chain="glm"]:checked) .chain-panel[data-chain="glm"],
  .donation-panel:has(.chain-radio[data-chain="zec_t"]:checked) .chain-panel[data-chain="zec_t"],
  .donation-panel:has(.chain-radio[data-chain="zec_z"]:checked) .chain-panel[data-chain="zec_z"],
  .donation-panel:has(.chain-radio[data-chain="xmr"]:checked) .chain-panel[data-chain="xmr"] {
  display: grid;
}

/* QR SVG sizing. segno emits svgs without explicit width/height
   * (omitsize=true). Force the inline SVG to fill the white card. */

.donation-panel figure svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Rendered markdown blocks. The convention site-wide: any field with
   * `type = markdown` is rendered inside `<div class="md-content ...">`,
   * which resets the auto-emitted `<p>` margins and applies a default
   * inline-link style in the project's purple accent. Pool-accent
   * contexts add the `.md-content--pool` modifier. Typography utilities
   * (text-size, color, [text-wrap:pretty]) are inherited from the same
   * wrapper, so callers keep the same Tailwind classes they had on the
   * previous <p>. */

.md-content > :first-child {
  margin-top: 0;
}

.md-content > :last-child {
  margin-bottom: 0;
}

.md-content p {
  margin: 0;
}

.md-content p + p {
  margin-top: 0.75em;
}

.md-content a {
  font-weight: 600;
  text-decoration: underline;
  color: #9338C1;
  text-decoration-color: rgb(from #9338C1 r g b / 0.4);
}

.md-content a:hover {
  text-decoration-color: #9338C1;
}

.dark .md-content a {
  color: #C272FF;
}

.md-content--pool a {
  color: #7F2B07;
  text-decoration-color: rgb(from #C96A12 r g b / 0.4);
}

.md-content--pool a:hover {
  text-decoration-color: #C96A12;
}

.dark .md-content--pool a {
  color: #E8932C;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0px;
}

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

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

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

.-mb-px {
  margin-bottom: -1px;
}

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

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

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

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

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

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

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

.w-1\.5 {
  width: 0.375rem;
}

.w-12 {
  width: 3rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

.max-w-\[36ch\] {
  max-width: 36ch;
}

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

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

.max-w-\[52ch\] {
  max-width: 52ch;
}

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

.max-w-\[56ch\] {
  max-width: 56ch;
}

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

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

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

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

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

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

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

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

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

@keyframes feed-in {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-feed-in {
  animation: feed-in 480ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse-slow {
  animation: pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.grid-cols-\[34px_1fr\] {
  grid-template-columns: 34px 1fr;
}

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

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

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

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

.items-baseline {
  align-items: baseline;
}

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-px {
  gap: 1px;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

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

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

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

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

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

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

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

.divide-ink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 234 240 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[14px\] {
  border-radius: 14px;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

.rounded-button {
  border-radius: 6px;
}

.rounded-card {
  border-radius: 12px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-panel {
  border-radius: 16px;
}

.rounded-pill {
  border-radius: 999px;
}

.border {
  border-width: 1px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

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

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

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

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

.border-danger-fg {
  --tw-border-opacity: 1;
  border-color: rgb(116 32 39 / var(--tw-border-opacity));
}

.border-info {
  --tw-border-opacity: 1;
  border-color: rgb(46 55 129 / var(--tw-border-opacity));
}

.border-ink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(228 234 240 / var(--tw-border-opacity));
}

.border-ink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 179 193 / var(--tw-border-opacity));
}

.border-pool-500 {
  --tw-border-opacity: 1;
  border-color: rgb(201 106 18 / var(--tw-border-opacity));
}

.border-success-fg {
  --tw-border-opacity: 1;
  border-color: rgb(55 108 18 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.bg-\[\#701498\] {
  --tw-bg-opacity: 1;
  background-color: rgb(112 20 152 / var(--tw-bg-opacity));
}

.bg-\[\#9338C1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(147 56 193 / var(--tw-bg-opacity));
}

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

.bg-\[var\(--surface\)\] {
  background-color: var(--surface);
}

.bg-\[var\(--surface-2\)\] {
  background-color: var(--surface-2);
}

.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(204 71 78 / var(--tw-bg-opacity));
}

.bg-info {
  --tw-bg-opacity: 1;
  background-color: rgb(46 55 129 / var(--tw-bg-opacity));
}

.bg-ink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 240 / var(--tw-bg-opacity));
}

.bg-ink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(138 152 166 / var(--tw-bg-opacity));
}

.bg-ink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 248 / var(--tw-bg-opacity));
}

.bg-ink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 36 47 / var(--tw-bg-opacity));
}

.bg-pool-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 119 23 / var(--tw-bg-opacity));
}

.bg-pool-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 204 / var(--tw-bg-opacity));
}

.bg-pool-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 106 18 / var(--tw-bg-opacity));
}

.bg-pool-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 86 14 / var(--tw-bg-opacity));
}

.bg-pool-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 43 7 / var(--tw-bg-opacity));
}

.bg-pool-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(90 30 5 / var(--tw-bg-opacity));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(151 71 255 / var(--tw-bg-opacity));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 227 255 / var(--tw-bg-opacity));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 56 193 / var(--tw-bg-opacity));
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(108 44 139 / var(--tw-bg-opacity));
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 32 101 / var(--tw-bg-opacity));
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(60 122 27 / var(--tw-bg-opacity));
}

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

.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(201 106 18 / var(--tw-bg-opacity));
}

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

.fill-ink-50 {
  fill: #F2F5F8;
}

.fill-ink-500 {
  fill: #556472;
}

.fill-purple-500 {
  fill: #9338C1;
}

.stroke-ink-100 {
  stroke: #E4EAF0;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-panel {
  padding: 16px;
}

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

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

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

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

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

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

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

.px-panel {
  padding-left: 16px;
  padding-right: 16px;
}

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

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

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

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

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

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

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

.pb-12 {
  padding-bottom: 3rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

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

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

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

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

.font-display {
  font-family: var(--font-display), ui-sans-serif;
}

.font-mono {
  font-family: var(--font-mono), ui-monospace, SFMono-Regular, monospace;
}

.font-sans {
  font-family: var(--font-sans), ui-sans-serif, system-ui;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  font-size: 15px;
  line-height: 1.55;
}

.text-body-lg {
  font-size: 17px;
  line-height: 1.55;
}

.text-caption {
  font-size: 13px;
  line-height: 1.4;
}

.text-h1 {
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.text-h2 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.text-h3 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.text-h4 {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.text-micro {
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[0\.98\] {
  line-height: 0.98;
}

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

.leading-\[1\.15\] {
  line-height: 1.15;
}

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

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

.leading-\[1\.55\] {
  line-height: 1.55;
}

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

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

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

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

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

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

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

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

.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}

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

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

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

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[var\(--fg\)\] {
  color: var(--fg);
}

.text-current {
  color: currentColor;
}

.text-info {
  --tw-text-opacity: 1;
  color: rgb(46 55 129 / var(--tw-text-opacity));
}

.text-ink-500 {
  --tw-text-opacity: 1;
  color: rgb(85 100 114 / var(--tw-text-opacity));
}

.text-ink-800 {
  --tw-text-opacity: 1;
  color: rgb(24 36 47 / var(--tw-text-opacity));
}

.text-pool-700 {
  --tw-text-opacity: 1;
  color: rgb(127 43 7 / var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(147 56 193 / var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(121 44 162 / var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(108 44 139 / var(--tw-text-opacity));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(60 122 27 / var(--tw-text-opacity));
}

.text-success-fg {
  --tw-text-opacity: 1;
  color: rgb(55 108 18 / var(--tw-text-opacity));
}

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

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

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

.decoration-1 {
  text-decoration-thickness: 1px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-\[6px\] {
  text-underline-offset: 6px;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-\[0_0_0_3px_rgba\(255\2c 233\2c 204\2c 0\.8\)\] {
  --tw-shadow: 0 0 0 3px rgba(255,233,204,0.8);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-cta {
  --tw-shadow: 0 6px 20px -6px rgba(147,56,193,0.35);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-cta-pool {
  --tw-shadow: 0 6px 20px -6px rgba(216,119,23,0.35);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.\[text-wrap\:balance\] {
  text-wrap: balance;
}

.\[text-wrap\:pretty\] {
  text-wrap: pretty;
}

.hover\:border-ink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 179 193 / var(--tw-border-opacity));
}

.hover\:border-pool-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(201 106 18 / var(--tw-border-opacity));
}

.hover\:border-purple-500\/40:hover {
  border-color: rgb(147 56 193 / 0.4);
}

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

.hover\:bg-pool-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 86 14 / var(--tw-bg-opacity));
}

.hover\:bg-pool-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(127 43 7 / var(--tw-bg-opacity));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(121 44 162 / var(--tw-bg-opacity));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-ink-800:hover {
  --tw-text-opacity: 1;
  color: rgb(24 36 47 / var(--tw-text-opacity));
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgb(121 44 162 / var(--tw-text-opacity));
}

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

.hover\:decoration-2:hover {
  text-decoration-thickness: 2px;
}

.hover\:shadow-card:hover {
  --tw-shadow: 0 1px 2px rgba(15,24,34,0.04), 0 2px 8px rgba(15,24,34,0.04);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color), 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[open] .group-open\:block {
  display: block;
}

.group[open] .group-open\:hidden {
  display: none;
}

.group[open] .group-open\:bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 56 193 / var(--tw-bg-opacity));
}

.group[open] .group-open\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(147 56 193 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(121 44 162 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:border-pool-600 {
  --tw-border-opacity: 1;
  border-color: rgb(168 86 14 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(147 56 193 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:text-pool-700 {
  --tw-text-opacity: 1;
  color: rgb(127 43 7 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(147 56 193 / var(--tw-text-opacity));
}

.peer:focus-visible ~ .peer-focus-visible\: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);
}

.peer:focus-visible ~ .peer-focus-visible\:ring-pool-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 86 14 / var(--tw-ring-opacity));
}

.peer:focus-visible ~ .peer-focus-visible\:ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 56 193 / var(--tw-ring-opacity));
}

.peer:focus-visible ~ .peer-focus-visible\:ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.dark\:block:is(.dark *) {
  display: block;
}

.dark\:hidden:is(.dark *) {
  display: none;
}

.dark\:divide-ink-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(42 55 68 / var(--tw-divide-opacity));
}

.dark\:border-info-bg:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(218 236 255 / var(--tw-border-opacity));
}

.dark\:border-ink-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(60 71 82 / var(--tw-border-opacity));
}

.dark\:border-ink-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(42 55 68 / var(--tw-border-opacity));
}

.dark\:border-pool-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(232 147 44 / var(--tw-border-opacity));
}

.dark\:border-success-bg:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(235 255 196 / var(--tw-border-opacity));
}

.dark\:bg-ink-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 240 / var(--tw-bg-opacity));
}

.dark\:bg-ink-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(42 55 68 / var(--tw-bg-opacity));
}

.dark\:bg-ink-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 24 34 / var(--tw-bg-opacity));
}

.dark\:bg-pool-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(232 147 44 / var(--tw-bg-opacity));
}

.dark\:bg-pool-900\/20:is(.dark *) {
  background-color: rgb(47 15 2 / 0.2);
}

.dark\:bg-pool-900\/40:is(.dark *) {
  background-color: rgb(47 15 2 / 0.4);
}

.dark\:bg-purple-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(194 114 255 / var(--tw-bg-opacity));
}

.dark\:bg-purple-900\/30:is(.dark *) {
  background-color: rgb(48 16 64 / 0.3);
}

.dark\:bg-purple-900\/40:is(.dark *) {
  background-color: rgb(48 16 64 / 0.4);
}

.dark\:fill-ink-400:is(.dark *) {
  fill: #8A98A6;
}

.dark\:fill-ink-900:is(.dark *) {
  fill: #0F1822;
}

.dark\:stroke-ink-700:is(.dark *) {
  stroke: #2A3744;
}

.dark\:text-info-bg:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(218 236 255 / var(--tw-text-opacity));
}

.dark\:text-ink-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(228 234 240 / var(--tw-text-opacity));
}

.dark\:text-ink-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(138 152 166 / var(--tw-text-opacity));
}

.dark\:text-pool-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(232 147 44 / var(--tw-text-opacity));
}

.dark\:text-purple-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(218 176 255 / var(--tw-text-opacity));
}

.dark\:text-purple-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(194 114 255 / var(--tw-text-opacity));
}

.dark\:text-success-bg:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(235 255 196 / var(--tw-text-opacity));
}

.dark\:shadow-\[0_0_0_3px_rgba\(58\2c 36\2c 17\2c 0\.6\)\]:is(.dark *) {
  --tw-shadow: 0 0 0 3px rgba(58,36,17,0.6);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark\:hue-rotate-180:is(.dark *) {
  --tw-hue-rotate: hue-rotate(180deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.dark\:invert:is(.dark *) {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.dark\:hover\:border-ink-500:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(85 100 114 / var(--tw-border-opacity));
}

.dark\:hover\:border-pool-300:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(232 147 44 / var(--tw-border-opacity));
}

.dark\:hover\:border-purple-300\/40:hover:is(.dark *) {
  border-color: rgb(194 114 255 / 0.4);
}

.dark\:hover\:bg-ink-900:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 24 34 / var(--tw-bg-opacity));
}

.dark\:hover\:text-ink-100:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(228 234 240 / var(--tw-text-opacity));
}

.dark\:hover\:text-purple-200:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(218 176 255 / var(--tw-text-opacity));
}

.group:hover .dark\:group-hover\:text-purple-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(218 176 255 / var(--tw-text-opacity));
}

.group:hover .dark\:group-hover\:text-purple-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(194 114 255 / var(--tw-text-opacity));
}

.peer:checked ~ .dark\:peer-checked\:border-pool-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(232 147 44 / var(--tw-border-opacity));
}

.peer:checked ~ .dark\:peer-checked\:border-purple-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(194 114 255 / var(--tw-border-opacity));
}

.peer:checked ~ .dark\:peer-checked\:text-pool-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(232 147 44 / var(--tw-text-opacity));
}

.peer:checked ~ .dark\:peer-checked\:text-purple-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(194 114 255 / var(--tw-text-opacity));
}

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

  .sm\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

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

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

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

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

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

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

  .md\:grid-cols-\[80px_minmax\(0\2c 1fr\)_130px_110px_90px\] {
    grid-template-columns: 80px minmax(0,1fr) 130px 110px 90px;
  }

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

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

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

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

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

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:grid-cols-\[1\.1fr_0\.9fr\] {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .lg\:grid-cols-\[1\.25fr_0\.9fr\] {
    grid-template-columns: 1.25fr 0.9fr;
  }

  .lg\:grid-cols-\[1\.2fr_1fr\] {
    grid-template-columns: 1.2fr 1fr;
  }

  .lg\:grid-cols-\[1\.5fr_1fr\] {
    grid-template-columns: 1.5fr 1fr;
  }

  .lg\:grid-cols-\[1fr_380px\] {
    grid-template-columns: 1fr 380px;
  }

  .lg\:grid-cols-\[1fr_535px\] {
    grid-template-columns: 1fr 535px;
  }

  .lg\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .lg\:grid-cols-\[\2026\] {
    grid-template-columns: …;
  }

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

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

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

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

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

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}
