/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg-1: #119b04;
    --color-bg-2: #00203f;
    --color-text: #ffe6e6;
    --color-muted: #d89c9c;
    --color-accent: #2bff00;
    --color-accent-2: #77fd5c;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  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;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: 0;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .left-0 {
    left: 0;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .z-1000 {
    z-index: 1000;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-\[30px\] {
    margin: 30px;
  }
  .mx-\[5px\] {
    margin-inline: 5px;
  }
  .mx-\[10px\] {
    margin-inline: 10px;
  }
  .mx-\[15px\] {
    margin-inline: 15px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[5px\] {
    margin-block: 5px;
  }
  .my-\[10px\] {
    margin-block: 10px;
  }
  .my-\[15px_0_5px\] {
    margin-block: 15px 0 5px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .ml-0 {
    margin-left: 0;
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[168px\] {
    height: 168px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[400px\] {
    max-height: 400px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[168px\] {
    width: 168px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[52\%\] {
    max-width: 52%;
  }
  .max-w-\[100vw\] {
    max-width: 100vw;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[1120px\] {
    max-width: 1120px;
  }
  .flex-\[0_0_140px\] {
    flex: 0 0 140px;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-\[0_0\] {
    transform-origin: 0 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .\[animation\:blink_1s_infinite\] {
    animation: blink 1s infinite;
  }
  .\[animation\:certRotate_1s_ease-in-out_80ms_infinite\] {
    animation: certRotate 1s ease-in-out 80ms infinite;
  }
  .\[animation\:sunGlow_3s_ease-in-out_infinite_alternate\] {
    animation: sunGlow 3s ease-in-out infinite alternate;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[8rem\] {
    border-radius: 8rem;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }
  .border-\[\#ffd700\] {
    border-color: #ffd700;
  }
  .border-\[rgba\(43\,255\,0\,0\.35\)\] {
    border-color: rgba(43,255,0,0.35);
  }
  .border-\[rgba\(80\,255\,103\,0\.25\)\] {
    border-color: rgba(80,255,103,0.25);
  }
  .border-accent {
    border-color: var(--color-accent);
  }
  .bg-\[\#2bff0017\] {
    background-color: #2bff0017;
  }
  .bg-\[\#00203f\] {
    background-color: #00203f;
  }
  .bg-\[rgb\(34\,155\,94\)\] {
    background-color: rgb(34,155,94);
  }
  .bg-\[rgba\(0\,0\,0\,0\.362\)\] {
    background-color: rgba(0,0,0,0.362);
  }
  .bg-\[rgba\(34\,155\,94\,0\.438\)\] {
    background-color: rgba(34,155,94,0.438);
  }
  .bg-\[rgba\(178\,171\,171\,0\.237\)\] {
    background-color: rgba(178,171,171,0.237);
  }
  .bg-\[rgba\(255\,255\,255\,0\.04\)\] {
    background-color: rgba(255,255,255,0.04);
  }
  .bg-\[rgba\(255\,255\,255\,0\.39\)\] {
    background-color: rgba(255,255,255,0.39);
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-bg-1 {
    background-color: var(--color-bg-1);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[40px_35px\] {
    padding: 40px 35px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[3px\] {
    padding-block: 3px;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[17px\] {
    padding-block: 17px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[70px\] {
    padding-block: 70px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .text-center {
    text-align: center;
  }
  .\[font-family\:\'JetBrains_Mono\'\,monospace\] {
    font-family: 'JetBrains Mono',monospace;
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .text-\[0\.9rem\] {
    font-size: 0.9rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .text-\[2\.8rem\] {
    font-size: 2.8rem;
  }
  .text-\[3\.5rem\] {
    font-size: 3.5rem;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[4px\] {
    --tw-tracking: 4px;
    letter-spacing: 4px;
  }
  .text-\[\#111\] {
    color: #111;
  }
  .text-\[\#73767c\] {
    color: #73767c;
  }
  .text-\[\#acf0d1\] {
    color: #acf0d1;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-accent-2 {
    color: var(--color-accent-2);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .caret-accent {
    caret-color: var(--color-accent);
  }
  .shadow-\[0_0_25px_rgba\(255\,80\,120\,0\.15\)\] {
    --tw-shadow: 0 0 25px var(--tw-shadow-color, rgba(255,80,120,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_6px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0 4px 6px var(--tw-shadow-color, rgba(0,0,0,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_30px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(0,0,0,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_20px_45px_-10px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 20px 45px -10px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .backdrop-blur-\[1\.5px\] {
    --tw-backdrop-blur: blur(1.5px);
    -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,);
  }
  .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -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,);
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[border-color\,box-shadow\] {
    transition-property: border-color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[margin-left\] {
    transition-property: margin-left;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-\[250ms\] {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .duration-\[400ms\] {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:mt-5\.5 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        margin-top: calc(var(--spacing) * 5.5);
      }
    }
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\:hidden {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: none;
      }
    }
  }
  .group-hover\:text-accent {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-accent);
      }
    }
  }
  .placeholder\:text-muted {
    &::placeholder {
      color: var(--color-muted);
    }
  }
  .hover\:-translate-y-\[3px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(3px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:-translate-y-\[5px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(5px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:-translate-y-\[10px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(10px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-\[1\.02\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .hover\:bg-accent {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-accent);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--color-accent);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:shadow-\[0_0_40px_rgba\(100\,255\,80\,0\.5\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 0 40px var(--tw-shadow-color, rgba(100,255,80,0.5));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_8px_12px_rgba\(0\,0\,0\,0\.3\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 8px 12px var(--tw-shadow-color, rgba(0,0,0,0.3));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_10px_15px_rgba\(0\,0\,0\,0\.5\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px var(--tw-shadow-color, rgba(0,0,0,0.5));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:border-accent {
    &:focus {
      border-color: var(--color-accent);
    }
  }
  .focus\:shadow-\[0_0_0_3px_rgba\(43\,255\,0\,0\.15\)\] {
    &:focus {
      --tw-shadow: 0 0 0 3px var(--tw-shadow-color, rgba(43,255,0,0.15));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .max-lg\:static {
    @media (width < 64rem) {
      position: static;
    }
  }
  .max-lg\:w-\[85\%\] {
    @media (width < 64rem) {
      width: 85%;
    }
  }
  .max-lg\:w-\[90\%\] {
    @media (width < 64rem) {
      width: 90%;
    }
  }
  .max-lg\:w-full {
    @media (width < 64rem) {
      width: 100%;
    }
  }
  .max-lg\:max-w-\[550px\] {
    @media (width < 64rem) {
      max-width: 550px;
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:flex-wrap {
    @media (width < 64rem) {
      flex-wrap: wrap;
    }
  }
  .max-lg\:items-center {
    @media (width < 64rem) {
      align-items: center;
    }
  }
  .max-lg\:justify-center {
    @media (width < 64rem) {
      justify-content: center;
    }
  }
  .max-lg\:gap-10 {
    @media (width < 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:gap-\[50px\] {
    @media (width < 64rem) {
      gap: 50px;
    }
  }
  .max-lg\:p-5 {
    @media (width < 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:px-8 {
    @media (width < 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .max-lg\:py-20 {
    @media (width < 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .max-lg\:py-\[30px\] {
    @media (width < 64rem) {
      padding-block: 30px;
    }
  }
  .max-lg\:pt-\[96px\] {
    @media (width < 64rem) {
      padding-top: 96px;
    }
  }
  .max-lg\:text-center {
    @media (width < 64rem) {
      text-align: center;
    }
  }
  .max-lg\:text-\[3rem\] {
    @media (width < 64rem) {
      font-size: 3rem;
    }
  }
  .max-md\:h-9 {
    @media (width < 48rem) {
      height: calc(var(--spacing) * 9);
    }
  }
  .max-md\:h-20 {
    @media (width < 48rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .max-md\:h-\[350px\] {
    @media (width < 48rem) {
      height: 350px;
    }
  }
  .max-md\:w-9 {
    @media (width < 48rem) {
      width: calc(var(--spacing) * 9);
    }
  }
  .max-md\:w-20 {
    @media (width < 48rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .max-md\:w-\[310px\] {
    @media (width < 48rem) {
      width: 310px;
    }
  }
  .max-md\:w-\[350px\] {
    @media (width < 48rem) {
      width: 350px;
    }
  }
  .max-md\:gap-\[30px\] {
    @media (width < 48rem) {
      gap: 30px;
    }
  }
  .max-md\:text-\[2\.5rem\] {
    @media (width < 48rem) {
      font-size: 2.5rem;
    }
  }
  .max-md\:text-\[2rem\] {
    @media (width < 48rem) {
      font-size: 2rem;
    }
  }
  .max-sm\:h-\[26px\] {
    @media (width < 40rem) {
      height: 26px;
    }
  }
  .max-sm\:h-\[60px\] {
    @media (width < 40rem) {
      height: 60px;
    }
  }
  .max-sm\:h-\[250px\] {
    @media (width < 40rem) {
      height: 250px;
    }
  }
  .max-sm\:w-\[26px\] {
    @media (width < 40rem) {
      width: 26px;
    }
  }
  .max-sm\:w-\[60px\] {
    @media (width < 40rem) {
      width: 60px;
    }
  }
  .max-sm\:w-\[250px\] {
    @media (width < 40rem) {
      width: 250px;
    }
  }
  .max-sm\:w-\[310px\] {
    @media (width < 40rem) {
      width: 310px;
    }
  }
  .max-sm\:max-w-\[400px\] {
    @media (width < 40rem) {
      max-width: 400px;
    }
  }
  .max-sm\:gap-\[30px\] {
    @media (width < 40rem) {
      gap: 30px;
    }
  }
  .max-sm\:text-\[0\.9rem\] {
    @media (width < 40rem) {
      font-size: 0.9rem;
    }
  }
  .max-sm\:text-\[1rem\] {
    @media (width < 40rem) {
      font-size: 1rem;
    }
  }
  .max-sm\:text-\[2rem\] {
    @media (width < 40rem) {
      font-size: 2rem;
    }
  }
}
@media (hover: none) and (pointer: coarse) {
  * {
    cursor: auto !important;
  }
  #cursor-dot, #cursor-ring {
    display: none !important;
  }
}
::selection {
  background: rgba(43, 255, 0, 0.25);
  color: #ffffff;
}
* {
  cursor: none !important;
}
#cursor-dot {
  position: fixed;
  width: 8px;
  height: 8px;
  background: rgba(43, 255, 0, 1);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999999;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
}
#cursor-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(43, 255, 0, 0.7);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999998;
  transform: translate(-50%, -50%);
  transition: width 0.25s ease, height 0.25s ease, border-color 0.25s ease, opacity 0.2s ease;
  box-shadow: 0 0 8px rgba(43, 255, 0, 0.2);
}
body.cursor-hover #cursor-dot {
  width: 6px;
  height: 6px;
  opacity: 0.6;
}
body.cursor-hover #cursor-ring {
  width: 52px;
  height: 52px;
  border-color: rgba(43, 255, 0, 1);
  box-shadow: 0 0 16px rgba(43, 255, 0, 0.35);
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../Fonts/space-grotesk-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../Fonts/space-grotesk-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../Fonts/space-grotesk-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../Fonts/space-grotesk-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../Fonts/jetbrains-mono-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../Fonts/jetbrains-mono-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: "Space Grotesk", sans-serif;
  overflow-x: hidden;
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient( ellipse at top, var(--color-bg-2) 0%, var(--color-bg-1) 100% );
  z-index: -2;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(2px 2px at 20px 30px, var(--color-accent), transparent), radial-gradient( 2px 2px at 40px 70px, var(--color-accent-2), transparent ), radial-gradient(1px 1px at 90px 40px, var(--color-accent), transparent), radial-gradient( 1px 1px at 130px 80px, var(--color-accent-2), transparent ), radial-gradient(2px 2px at 160px 30px, var(--color-accent), transparent);
  background-repeat: repeat;
  background-size: 200px 100px;
  animation: stars 20s linear infinite;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.25);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #2bff00, #119b04);
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(43,255,0,0.5);
}
::-webkit-scrollbar-thumb:hover {
  background: #2bff00;
  box-shadow: 0 0 14px rgba(43,255,0,0.8);
}
* {
  scrollbar-width: thin;
  scrollbar-color: #119b04 rgba(0,0,0,0.25);
}
@keyframes stars {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-100px);
  }
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient( 90deg, var(--color-accent), var(--color-accent-2) );
  border-radius: 2px;
}
@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-70px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(70px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loaderCollapse {
  0% {
    clip-path: circle(150% at 50% 50%);
    box-shadow: inset 0 0 0 0px rgba(43, 255, 0, 0);
  }
  55% {
    clip-path: circle(8% at 50% 50%);
    box-shadow: inset 0 0 0 6px rgba(43, 255, 0, 0.9), inset 0 0 60px 10px rgba(43, 255, 0, 0.25);
  }
  100% {
    clip-path: circle(0% at 50% 50%);
    box-shadow: inset 0 0 0 0px rgba(43, 255, 0, 0);
  }
}
.reveal-left {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-right {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-left.in, .reveal-right.in, .reveal-up.in {
  opacity: 1;
  transform: translate(0, 0);
}
@keyframes sunGlow {
  0% {
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.8), 0 0 80px rgba(255, 215, 0, 0.5), 0 0 120px rgba(255, 215, 0, 0.3), inset 0 0 30px rgba(255, 215, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 50px rgba(255, 215, 0, 1), 0 0 100px rgba(255, 215, 0, 0.7), 0 0 150px rgba(255, 215, 0, 0.4), inset 0 0 40px rgba(255, 215, 0, 0.6);
  }
}
@keyframes glowGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.glow-genz-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient( 45deg, var(--color-accent), var(--color-accent-2), #ff7f7f, #ff3838 );
  background-size: 400% 400%;
  animation: glowGradient 4s ease infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.glow-genz-button:hover::before {
  opacity: 1;
}
@keyframes certRotate {
  100% {
    transform: rotate(360deg);
  }
}
.project-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient( 90deg, transparent, rgba(80, 255, 80, 0.25), transparent );
  transition: 0.6s;
}
.project-card:hover::before {
  left: 120%;
}
.project-card .bottom-links:hover i {
  margin-left: 15px;
}
.hide {
  opacity: 0;
}
.mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: linear-gradient( 135deg, rgba(0, 18, 35, 0.97) 0%, rgba(1, 40, 8, 0.97) 100% );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  clip-path: circle(0% at calc(100% - 52px) 37px);
  transition: clip-path 0.65s cubic-bezier(0.77, 0, 0.18, 1);
  pointer-events: none;
}
.mobile-overlay.open {
  clip-path: circle(150% at calc(100% - 52px) 37px);
  pointer-events: all;
}
.mobile-overlay::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient( circle, rgba(43, 255, 0, 0.08) 0%, transparent 70% );
  border-radius: 50%;
  pointer-events: none;
}
.mobile-overlay::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: -5%;
  width: 300px;
  height: 300px;
  background: radial-gradient( circle, rgba(0, 32, 63, 0.5) 0%, transparent 70% );
  border-radius: 50%;
  pointer-events: none;
}
.mobile-nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 0 2rem;
}
.mobile-nav-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  width: 100%;
  max-width: 360px;
}
.mobile-overlay.open .mobile-nav-item:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
.mobile-overlay.open .mobile-nav-item:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.22s;
}
.mobile-overlay.open .mobile-nav-item:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.29s;
}
.mobile-overlay.open .mobile-nav-item:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.36s;
}
.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 28px;
  text-decoration: none;
  color: rgba(255, 230, 230, 0.6);
  border-radius: 16px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.mobile-nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 135deg, rgba(43, 255, 0, 0.06), rgba(119, 253, 92, 0.03) );
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 16px;
}
.mobile-nav-link:hover::before, .mobile-nav-link:active::before {
  opacity: 1;
}
.mobile-nav-link:hover, .mobile-nav-link:active {
  color: #2bff00;
  border-color: rgba(43, 255, 0, 0.25);
  transform: translateX(6px);
}
.mobile-nav-num {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  color: rgba(43, 255, 0, 0.5);
  min-width: 28px;
}
.mobile-nav-label {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}
.mobile-menu-footer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s;
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.mobile-overlay.open .mobile-menu-footer {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu-footer a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(43, 255, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 230, 230, 0.5);
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.mobile-menu-footer a:hover {
  border-color: rgba(43, 255, 0, 0.6);
  color: #2bff00;
  box-shadow: 0 0 16px rgba(43, 255, 0, 0.2);
}
.btn-send {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  background: transparent;
  border: 1.5px solid var(--color-accent);
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  overflow: hidden;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
  margin-top: 20px;
}
.btn-send::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.btn-send:hover::before {
  transform: scaleX(1);
}
.btn-send:hover {
  color: #001a08;
  box-shadow: 0 0 28px rgba(43, 255, 0, 0.25);
}
.btn-send span {
  position: relative;
  z-index: 1;
}
.hamburger-btn {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: rgba(43, 255, 0, 0.08);
  border: 1px solid rgba(43, 255, 0, 0.2);
  border-radius: 10px;
  padding: 8px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1001;
}
.hamburger-btn:hover {
  background: rgba(43, 255, 0, 0.15);
  border-color: rgba(43, 255, 0, 0.5);
}
.hamburger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.18, 1);
  transform-origin: center;
}
.hamburger-btn.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger-btn.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger-btn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.hamburger-btn.active {
  background: rgba(43, 255, 0, 0.12);
  border-color: rgba(43, 255, 0, 0.4);
}
@media (max-width: 1023px) {
  .cert-row {
    flex-direction: column;
    background: rgba(3, 34, 1, 0.55);
    border: 1px solid rgba(43, 255, 0, 0.18);
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 28px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(43, 255, 0, 0.06);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
  }
  .cert-row:hover {
    border-color: rgba(43, 255, 0, 0.38);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), 0 0 24px rgba(43, 255, 0, 0.08);
  }
  .cert-img {
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(43, 255, 0, 0.12);
  }
}
@media (min-width: 1024px) {
  .cert-mobile-tags {
    display: none;
  }
  .cert-desktop-list {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .cert-desktop-list {
    display: none;
  }
  .cert-mobile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }
}
.cert-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-accent);
  background: rgba(43, 255, 0, 0.1);
  border: 1px solid rgba(43, 255, 0, 0.25);
  border-radius: 999px;
  padding: 4px 14px;
}
.loader_container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 40%, #0a1a0a 0%, #020802 100%);
  z-index: 0;
}
.loader_container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(2px 2px at 20px 30px, var(--color-accent), transparent), radial-gradient( 2px 2px at 40px 70px, var(--color-accent-2), transparent ), radial-gradient(1px 1px at 90px 40px, var(--color-accent), transparent), radial-gradient( 1px 1px at 130px 80px, var(--color-accent-2), transparent ), radial-gradient(2px 2px at 160px 30px, var(--color-accent), transparent);
  background-repeat: repeat;
  background-size: 200px 100px;
  animation: stars 20s linear infinite;
  opacity: 0.45;
  z-index: 0;
}
.loader_container {
  width: 100%;
  height: 100dvh;
  background-color: #020802;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  overflow: hidden;
}
.loader_container.hiding {
  animation: loaderCollapse 1.1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  pointer-events: none;
}
.main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.planets {
  position: relative;
  height: 100px;
  width: 100px;
  display: flex;
}
#planetTrail1, #planetTrail2, #planetTrail3 {
  outline: solid rgb(101, 101, 101) 1px;
  border-radius: 50%;
  position: absolute;
}
#planetTrail1::after, #planetTrail2::after, #planetTrail3::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
#planetTrail1::after {
  background-color: rgb(213, 213, 120);
}
#planetTrail2::after {
  background-color: rgb(115, 174, 231);
}
#planetTrail3::after {
  background-color: rgb(180, 73, 49);
}
#planetTrail1 {
  width: 120px;
  height: 120px;
  animation: trails1 4s infinite;
}
#planetTrail2 {
  width: 170px;
  height: 170px;
  animation: trails2 4s infinite;
}
#planetTrail3 {
  width: 220px;
  height: 220px;
  animation: trails3 4s infinite;
}
@keyframes trails1 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(360deg);
    width: 120px;
    height: 120px;
  }
  50% {
    width: 0;
    height: 0;
  }
  90% {
    width: 0;
    height: 0;
  }
  100% {
    width: 120px;
    height: 120px;
  }
}
@keyframes trails2 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(250deg);
    width: 170px;
    height: 170px;
  }
  50% {
    width: 0;
    height: 0;
  }
  90% {
    width: 0;
    height: 0;
  }
  100% {
    width: 170px;
    height: 170px;
  }
}
@keyframes trails3 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(170deg);
    width: 220px;
    height: 220px;
  }
  50% {
    width: 0;
    height: 0;
  }
  90% {
    width: 0;
    height: 0;
  }
  100% {
    width: 220px;
    height: 220px;
  }
}
#star {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgb(255, 170, 0);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: bouncingStar 4s infinite;
}
#starShadow {
  position: absolute;
  width: 50px;
  height: 20px;
  background-color: rgb(255, 170, 0);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  filter: blur(5px);
  opacity: 0.3;
  animation: shadowAnimation 4s infinite;
}
#blackHole {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgb(0, 0, 0);
  outline: orange solid 5px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: bouncingBlackHole 4s infinite;
}
#planet {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  animation: planetAn 4s infinite;
}
@keyframes bouncingStar {
  0% {
    transform: translate(-50%, -50%);
  }
  10% {
    transform: translate(-50%, -30%);
  }
  20% {
    transform: translate(-50%, -50%);
  }
  30% {
    transform: translate(-50%, -30%);
  }
  40% {
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
  }
  50% {
    width: 0;
    height: 0;
  }
  90% {
    width: 0;
    height: 0;
  }
  100% {
    width: 50px;
    height: 50px;
  }
}
@keyframes shadowAnimation {
  0% {
    opacity: 0.1;
  }
  10% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.1;
  }
  30% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes bouncingBlackHole {
  0% {
    height: 0;
    width: 0;
  }
  40% {
    width: 0;
    height: 0;
  }
  50% {
    width: 50px;
    height: 50px;
  }
  90% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes planetAn {
  0% {
    opacity: 0;
    transform: translate(0, 0);
    z-index: 1;
  }
  50% {
    opacity: 0;
    transform: translate(0, 0);
    z-index: 1;
  }
  58% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: translate(100px, 40px);
    z-index: 1;
  }
  71% {
    z-index: 0;
  }
  90% {
    z-index: 0;
    opacity: 1;
    transform: translate(-10px, 70px);
  }
  100% {
    transform: translate(-10px, 70px);
    opacity: 0;
  }
}
.timeline-section {
  position: relative;
  min-height: 300vh;
  isolation: isolate;
  overflow: hidden;
}
.tl-scroll-hint {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 500;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.tl-scroll-hint.tl-hint-visible {
  opacity: 1;
}
.tl-scroll-hint.tl-hint-hidden {
  opacity: 0;
}
.tl-scroll-hint span {
  font-size: 0.72rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(43,255,0,0.55);
  font-family: 'JetBrains Mono', monospace;
}
.tl-scroll-mouse {
  width: 22px;
  height: 34px;
  border: 1.5px solid rgba(43,255,0,0.4);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.tl-scroll-wheel {
  width: 3px;
  height: 6px;
  background: #2bff00;
  border-radius: 2px;
  animation: tlWheelBounce 1.6s ease-in-out infinite;
}
@keyframes tlWheelBounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  60% {
    transform: translateY(10px);
    opacity: 0.2;
  }
}
.tl-hint-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.tl-hint-mobile {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.tl-swipe-hand {
  position: relative;
  display: flex;
  justify-content: center;
}
.tl-swipe-finger-icon {
  font-size: 2rem;
  color: rgba(43,255,0,0.85);
  filter: drop-shadow(0 0 8px rgba(43,255,0,0.6));
  animation: tlFingerScroll 1.6s ease-in-out infinite;
}
@keyframes tlFingerScroll {
  0%, 100% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(8px);
  }
}
.tl-swipe-arrows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.tl-arr {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid rgba(43,255,0,0.7);
  border-bottom: 1.5px solid rgba(43,255,0,0.7);
  transform: rotate(45deg);
  opacity: 0;
}
.tl-arr-1 {
  animation: tlArrFade 2s ease-in-out infinite 0.1s;
}
.tl-arr-2 {
  animation: tlArrFade 2s ease-in-out infinite 0.3s;
}
.tl-arr-3 {
  animation: tlArrFade 2s ease-in-out infinite 0.5s;
}
@keyframes tlArrFade {
  0%, 100% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 0.85;
  }
}
.timeline-path-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: calc(300vh - 260px);
}
.timeline-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.tl-track {
  stroke: rgba(43, 255, 0, 0.07);
  stroke-width: 6;
  fill: none;
  stroke-linecap: round;
}
.tl-draw {
  stroke: #2bff00;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
}
.tl-node {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.tl-node.tl-visible {
  opacity: 1;
}
.tl-node-core {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2bff00 0%, #1add00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #030912;
  font-size: 1.05rem;
  box-shadow: 0 0 0 2px rgba(43,255,0,0.25), 0 0 20px rgba(43,255,0,0.55), 0 0 50px rgba(43,255,0,0.25), 0 0 100px rgba(43,255,0,0.1);
}
.tl-node-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(43, 255, 0, 0.45);
  transform: translate(-50%, -50%);
}
.tl-node.tl-visible .tl-node-ring {
  animation: tlRingPulse 2.8s cubic-bezier(0.2, 0, 0.6, 1) infinite;
}
.tl-node.tl-visible .tl-ring-delay {
  animation-delay: 1.4s;
}
@keyframes tlRingPulse {
  0% {
    width: 48px;
    height: 48px;
    opacity: 0.7;
  }
  100% {
    width: 110px;
    height: 110px;
    opacity: 0;
  }
}
.tl-card {
  position: absolute;
  width: 38%;
  border-radius: 20px;
  padding: 30px 32px 28px;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  background: linear-gradient(145deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.015) 100%);
  box-shadow: 0 0 0 1px rgba(43,255,0,0.12), 0 24px 64px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.07), inset 0 -1px 0 rgba(0,0,0,0.2);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1), box-shadow 0.3s ease;
}
.tl-card:hover {
  box-shadow: 0 0 0 1px rgba(43,255,0,0.3), 0 24px 64px rgba(0,0,0,0.55), 0 0 40px rgba(43,255,0,0.08), inset 0 1px 0 rgba(255,255,255,0.09), inset 0 -1px 0 rgba(0,0,0,0.2);
}
@property --tl-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.tl-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: conic-gradient( from var(--tl-angle), transparent 0%, transparent 35%, rgba(43,255,0,0.9) 50%, transparent 65%, transparent 100% );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.tl-card.tl-visible::before {
  opacity: 1;
  animation: tlBorderSpin 4s linear infinite;
}
@keyframes tlBorderSpin {
  to {
    --tl-angle: 360deg;
  }
}
.tl-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient( 115deg, transparent 25%, rgba(255,255,255,0.035) 44%, rgba(43,255,0,0.07) 50%, rgba(255,255,255,0.035) 56%, transparent 75% );
  background-size: 300% 100%;
  background-position: -100% 0;
  pointer-events: none;
  opacity: 0;
}
.tl-card.tl-visible::after {
  animation: tlCardShimmer 5.5s ease-in-out infinite 0.8s;
}
@keyframes tlCardShimmer {
  0% {
    background-position: -100% 0;
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  48%, 100% {
    background-position: 250% 0;
    opacity: 0;
  }
}
.tl-card-right {
  left: 67%;
  width: 31%;
  transform: translateY(-50%) translateX(22px);
}
.tl-card-left {
  right: 67%;
  width: 31%;
  transform: translateY(-50%) translateX(-22px);
}
.tl-card.tl-visible {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.tl-card-icon {
  position: absolute;
  top: 20px;
  right: 22px;
  font-size: 2rem;
  color: rgba(43,255,0,0.18);
  transition: color 0.3s ease, text-shadow 0.3s ease;
  pointer-events: none;
  user-select: none;
}
.tl-card:hover .tl-card-icon {
  color: rgba(43,255,0,0.45);
  text-shadow: 0 0 18px rgba(43,255,0,0.35);
}
.tl-card-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #2bff00;
  background: rgba(43,255,0,0.08);
  border: 1px solid rgba(43,255,0,0.2);
  border-radius: 30px;
  padding: 4px 14px;
  margin-bottom: 14px;
}
.tl-title {
  color: #f0ece8;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.tl-desc {
  color: rgba(220,200,200,0.65);
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: 18px;
}
.tl-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.tl-chips span {
  font-size: 0.73rem;
  padding: 4px 11px;
  border-radius: 20px;
  border: 1px solid rgba(43,255,0,0.18);
  color: rgba(43,255,0,0.6);
  background: rgba(43,255,0,0.04);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.3px;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.tl-card:hover .tl-chips span {
  border-color: rgba(43,255,0,0.3);
  color: rgba(43,255,0,0.85);
  background: rgba(43,255,0,0.07);
}
@keyframes tlAutoDrawPath {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 768px) {
  body::after {
    animation: none;
  }
  #timeline.tl-autoplay #timeline-path {
    animation: tlAutoDrawPath 2.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .tl-card::before {
    background: none !important;
    -webkit-mask: none !important;
    mask: none !important;
    border: 1px solid rgba(43,255,0,0.25);
    padding: 0;
    animation: none !important;
  }
  .tl-card::after {
    animation: none !important;
    opacity: 0 !important;
  }
  .tl-hint-desktop {
    display: none;
  }
  .tl-hint-mobile {
    display: flex;
  }
  .tl-node-core {
    width: 36px;
    height: 36px;
    font-size: 0.82rem;
  }
  @keyframes tlRingPulse {
    0% {
      width: 36px;
      height: 36px;
      opacity: 0.7;
    }
    100% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
  }
  .tl-card, .tl-card-right, .tl-card-left {
    left: 8% !important;
    right: auto !important;
    width: 84% !important;
    padding: 18px 18px 16px !important;
    border-radius: 14px;
  }
  .tl-card {
    transform: translateY(52px) !important;
  }
  .tl-card.tl-visible {
    opacity: 1;
    transform: translateY(52px) !important;
  }
  .tl-step-num {
    font-size: 2rem;
    top: 12px;
    right: 14px;
  }
  .tl-title {
    font-size: 1rem;
  }
  .tl-desc {
    font-size: 0.82rem;
    margin-bottom: 12px;
  }
  .tl-chips {
    gap: 5px;
  }
  .tl-chips span {
    font-size: 0.68rem;
    padding: 3px 9px;
  }
  .tl-conn {
    display: none;
  }
}
.tl-node-counter {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.95rem;
  font-weight: 700;
  color: #030912;
  letter-spacing: -0.5px;
  line-height: 1;
  user-select: none;
}
.tl-conn {
  position: absolute;
  height: 1.5px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.55s ease 0.25s;
  z-index: 15;
  pointer-events: none;
}
.tl-conn.tl-visible {
  opacity: 1;
}
.tl-conn-r {
  left: 63%;
  width: 4%;
  background: linear-gradient(to right, rgba(43,255,0,0.65), rgba(43,255,0,0.08));
}
.tl-conn-l {
  left: 33%;
  width: 4%;
  background: linear-gradient(to left, rgba(43,255,0,0.65), rgba(43,255,0,0.08));
}
.tl-progress-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(to right, rgba(43,255,0,0.25), #2bff00);
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 0 10px rgba(43,255,0,0.5);
  transition: width 0.12s linear, opacity 0.4s ease;
}
.tl-progress-bar.tl-prog-active {
  opacity: 1;
}
.tl-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2bff00;
  box-shadow: 0 0 6px 2px rgba(43,255,0,0.7), 0 0 14px 4px rgba(43,255,0,0.35);
  pointer-events: none;
  z-index: 18;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.tl-desc.tl-typing::after {
  content: '|';
  color: rgba(43,255,0,0.7);
  animation: tlBlink 0.7s step-end infinite;
  font-weight: 300;
}
@keyframes tlBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tl-angle: 0deg;
    }
  }
}
