
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box
}

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

:host,
html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-variation-settings: normal;
    line-height: 1.5;
    tab-size: 4
}

.chewy-regular {
    font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;
  }

html, body { 
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; 
}



body {
    line-height: inherit;
    margin: 0;
    font-family: "Chewy", sans-serif;
}

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

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

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

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

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-feature-settings: normal;
    font-size: 1em;
    font-variation-settings: normal
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

button,
select {
    text-transform: none
}

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

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: initial
}

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

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

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

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

summary {
    display: list-item
}

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

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

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

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

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

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

:disabled {
    cursor: default
}

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

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

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

body {
    background: #fbe5b1;
    background-size: 200% 200%;
    color: #4f7fa2;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-stroke: 2px #7d591a;
    text-stroke: 2px #7d591a;
    color: #f0ab32;
}

h2,
h3 {
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000
}

@media (prefers-reduced-motion:no-preference) {
    body {
        animation: gradient-shift 10s linear infinite
    }
}

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


ul {
    list-style: disc;    /* classic solid bullet */
    padding-left: 1.5rem; /* space so bullets don’t overlap text */
    font-size: 1.125rem;
    padding: 1rem 4rem 1rem 4rem;
  }

  @media (min-width: 768px) {
    ul {
        font-size: 1.25rem;
        line-height: 2rem;
    }
  }

  @media (min-width: 1024px) {
    ul {
        font-size: 1.5rem;
        line-height: 2rem;
    }
  }

.icon {
    width: 1.5rem;  /* ≈ 24px */
    height: 1.5rem;
    object-fit: contain; /* ensures no stretching */
  }
  
  @media (min-width: 768px) {
    .icon {
      width: 2rem;  /* ≈ 32px */
      height: 2rem;
    }
  }

.btn {
    background: linear-gradient(45deg, #f0ab32, #f0ab32);
    border-radius: 9999px;
    box-shadow: 0 4px 15px #e07a244d;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
    overflow: hidden;
    padding: 1rem 0.1rem;
    position: relative;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
    max-width: 100%;
}

.copy-wrap {
    display: flex;
    justify-content: center;  /* ✅ keeps it centered even when wrapping */
    align-items: center;
    flex-wrap: wrap;          /* ✅ allows the CA text to break */
    gap: 0.5rem;
    width: 100%;              /* ensures it uses full row for centering */
  }
  
@media (prefers-reduced-motion:no-preference) {
    .btn:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        animation: wiggle .5s ease-in-out;
        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))
    }
}

.btn-secondary {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #e07a24;
    background-color: rgb(224 122 36/var(--tw-bg-opacity, 1));
    border-radius: 9999px;
    color: #fff;
    color: rgb(255 255 255/var(--tw-text-opacity, 1));
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: .75rem 1.5rem;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    will-change: transform
}

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

.section {
    overflow: hidden;
    padding: 2.5rem 1rem;
    position: relative
}

@media (min-width:768px) {
    .section {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.section {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem
}

.card,
.container {
    position: relative;
    z-index: 10
}

.card {
    --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    background-color: #fffc;
    border-color: #fff3;
    border-radius: 1.5rem;
    border-width: 1px;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 1.5rem;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
    align-content: center;
}

.card:hover {
    --tw-translate-y: -0.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))
}

@media (min-width:768px) {
    .card {
        padding: 2rem
    }
}

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

.visible {
    visibility: visible
}

.fixed {
    position: fixed
}

.relative {
    position: relative
}

.inset-0 {
    inset: 0
}

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

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

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

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

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

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

.block {
    display: block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-full {
    height: 100%
}

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

.w-full {
    width: 100%
}

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

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

.max-w-lg {
    max-width: 42rem
}

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

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

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

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

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

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

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

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

.bg-\[\#229ED9\] {
    --tw-bg-opacity: 1;
    background-color: #229ed9;
    background-color: rgb(34 158 217/var(--tw-bg-opacity, 1))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: #000;
    background-color: rgb(0 0 0/var(--tw-bg-opacity, 1))
}

.bg-early-blue {
    --tw-bg-opacity: 1;
    background-color: #4f7fa2;
}

.bg-white\/50 {
    background-color: #ffffff80
}

.p-3 {
    padding: .75rem
}

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

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

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

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

.text-center {
    text-align: center
}


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

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

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

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

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

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

.leading-relaxed {
    line-height: 1.625
}

.text-early-blue {
    --tw-text-opacity: 1;
    color: #4f7fa2;
}

.text-early-blue\/70 {
    color: #4f7fa2
}

.text-white {
    --tw-text-opacity: 1;
    color: #fff;
}

.opacity-75 {
    opacity: .75
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

.transition-colors {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-300 {
    transition-duration: .3s
}

@keyframes float {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 100% 50%
    }
}

@keyframes wiggle {

    0%,
    to {
        transform: rotate(-2deg)
    }

    50% {
        transform: rotate(2deg)
    }
}

@keyframes simple-drift {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translate(5px, 5px)
    }

    to {
        transform: translate(0)
    }
}

.neon-text {
    text-shadow: 0 0 7px #89601c4d, 0 0 21px #89601c4d, 0 0 42px #be862699
}

.bg-emoji {
    font-size: clamp(2rem, 4vw, 4rem);
    opacity: .15
}

.bg-emoji,
.bg-emoji-large {
    pointer-events: none;
    position: fixed;
    -webkit-user-select: none;
    user-select: none;
    will-change: transform;
    z-index: 0
}

.bg-emoji-large {
    font-size: clamp(4rem, 8vw, 8rem);
    opacity: .08
}

@media (prefers-reduced-motion:no-preference) {
    .bg-emoji:first-child {
        animation: simple-drift 15s ease-in-out infinite;
        left: 10%;
        top: 15%
    }

    .bg-emoji:nth-child(2) {
        animation: simple-drift 20s ease-in-out infinite reverse;
        right: 15%;
        top: 25%
    }

    .bg-emoji:nth-child(3) {
        animation: float 12s ease-in-out infinite;
        left: 20%;
        top: 45%
    }

    .bg-emoji:nth-child(4) {
        animation: simple-drift 18s ease-in-out infinite;
        right: 10%;
        top: 65%
    }

    .bg-emoji:nth-child(5) {
        animation: float 15s ease-in-out infinite;
        left: 25%;
        top: 85%
    }

    .bg-emoji-large:first-child {
        animation: float 20s ease-in-out infinite;
        right: 25%;
        top: 35%
    }

    .bg-emoji-large:nth-child(2) {
        animation: simple-drift 25s ease-in-out infinite;
        left: 15%;
        top: 75%
    }
}

@media (prefers-reduced-motion:reduce) {
    .bg-emoji:first-child {
        left: 10%;
        top: 15%
    }

    .bg-emoji:nth-child(2) {
        right: 15%;
        top: 25%
    }

    .bg-emoji:nth-child(3) {
        left: 20%;
        top: 45%
    }

    .bg-emoji:nth-child(4) {
        right: 10%;
        top: 65%
    }

    .bg-emoji:nth-child(5) {
        left: 25%;
        top: 85%
    }

    .bg-emoji-large:first-child {
        right: 25%;
        top: 35%
    }

    .bg-emoji-large:nth-child(2) {
        left: 15%;
        top: 75%
    }
}

.hover\:bg-\[\#1a8ac0\]:hover {
    --tw-bg-opacity: 1;
    background-color: #1a8ac0;
    background-color: rgb(26 138 192/var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: #111827;
    background-color: rgb(17 24 39/var(--tw-bg-opacity, 1))
}

@media (min-width:640px) {
    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:text-left {
        text-align: left
    }
}

@media (min-width:768px) {
    .md\:mb-12 {
        margin-bottom: 3rem
    }

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

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

    .md\:gap-6 {
        gap: 1.5rem
    }

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

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

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

    .md\:p-4 {
        padding: 1rem
    }

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

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

    .md\:pt-24 {
        padding-top: 6rem
    }

    .md\:pt-6 {
        padding-top: 1.5rem
    }

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

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

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

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

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

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


.ca-text {
    display: inline-block;    /* shrink to text width */
    max-width: 100%;          /* don't overflow container */
    white-space: normal;      /* allow wrapping */
    overflow-wrap: anywhere;  /* break long strings at any point */
    word-break: break-word;   /* fallback */
    text-align: center;       /* ✅ center the text *inside* the pill */
    
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    background-color: #00000016;
    border-radius: 8px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    cursor: pointer;
}

/* Copy chip wrapper */
.copy-wrap {
  position: relative;                  /* for the bubble positioning */
  display: flex;                /* shrink-wrap around the code chip */
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
}

/* "Copied" bubble */
.copy-bubble {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: #395b74;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 20;
}

/* Show bubble when copying */
.copy-wrap[data-copied="true"] .copy-bubble {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}


@media (min-width:1024px) {
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

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

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

    .lg\:text-9xl {
        font-size: 8rem;
        line-height: 1
    }
}

/*# sourceMappingURL=main.becf47f2.css.map*/