/*! 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-serif: "Gambetta-Medium", "sans-serif";
    --font-mono: "OfficeCodePro", "monospace";
    --spacing: 0.25rem;
    --leading-tight: 1.25;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary-100: #99CC00;
    --color-primary-200: #171F00;
    --animate-logo-slide-in: logo-slide-in 1s cubic-bezier(0.710, 0.075, 0.275, 0.955) 2s forwards;
    --animate-typewriter: typewriter 2s steps(30, end) forwards;
    --animate-typewriter-slow: typewriter 6s steps(120, end) forwards;
    --animate-caret: blink-caret .5s step-end 4;
    --animate-caret-endless: blink-caret .5s infinite;
    --animate-fade-in: fade-in 1s ease-in-out forwards;
  }
}
@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 {
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[50vh\] {
    margin-top: 50vh;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: 0;
  }
  .w-full {
    width: 100%;
  }
  .max-w-max {
    max-width: max-content;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-5 {
    --tw-translate-y: calc(var(--spacing) * -5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .animate-\[var\(--animate-typewriter\)\,var\(--animate-caret\)\] {
    animation: var(--animate-typewriter),var(--animate-caret);
  }
  .animate-\[var\(--animate-typewriter-slow\)\,var\(--animate-caret-endless\)\] {
    animation: var(--animate-typewriter-slow),var(--animate-caret-endless);
  }
  .animate-fade-in {
    animation: var(--animate-fade-in);
  }
  .animate-logo-slide-in {
    animation: var(--animate-logo-slide-in);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-transparent {
    border-color: transparent;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-left {
    text-align: left;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-primary-100 {
    color: var(--color-primary-100);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .\[animation-delay\:3s\,3s\] {
    animation-delay: 3s,3s;
  }
  .\[animation-delay\:5\.5s\,5s\] {
    animation-delay: 5.5s,5s;
  }
  .\[animation-delay\:8s\,7\.5s\] {
    animation-delay: 8s,7.5s;
  }
  .\[animation-delay\:10s\,10s\] {
    animation-delay: 10s,10s;
  }
  .\[animation-delay\:10s\] {
    animation-delay: 10s;
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:translate-x-15\.5 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * 15.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:pb-16 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
}
@font-face {
  font-family: 'Gambetta-Light';
  src: url('../assets/fonts/Gambetta-Light.woff2') format('woff2'), url('../assets/fonts/Gambetta-Light.woff') format('woff'), url('../assets/fonts/Gambetta-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gambetta-LightItalic';
  src: url('../assets/fonts/Gambetta-LightItalic.woff2') format('woff2'), url('../assets/fonts/Gambetta-LightItalic.woff') format('woff'), url('../assets/fonts/Gambetta-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Gambetta-Regular';
  src: url('../assets/fonts/Gambetta-Regular.woff2') format('woff2'), url('../assets/fonts/Gambetta-Regular.woff') format('woff'), url('../assets/fonts/Gambetta-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gambetta-Italic';
  src: url('../assets/fonts/Gambetta-Italic.woff2') format('woff2'), url('../assets/fonts/Gambetta-Italic.woff') format('woff'), url('../assets/fonts/Gambetta-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Gambetta-Medium';
  src: url('../assets/fonts/Gambetta-Medium.woff2') format('woff2'), url('../assets/fonts/Gambetta-Medium.woff') format('woff'), url('../assets/fonts/Gambetta-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gambetta-MediumItalic';
  src: url('../assets/fonts/Gambetta-MediumItalic.woff2') format('woff2'), url('../assets/fonts/Gambetta-MediumItalic.woff') format('woff'), url('../assets/fonts/Gambetta-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Gambetta-Semibold';
  src: url('../assets/fonts/Gambetta-Semibold.woff2') format('woff2'), url('../assets/fonts/Gambetta-Semibold.woff') format('woff'), url('../assets/fonts/Gambetta-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gambetta-SemiboldItalic';
  src: url('../assets/fonts/Gambetta-SemiboldItalic.woff2') format('woff2'), url('../assets/fonts/Gambetta-SemiboldItalic.woff') format('woff'), url('../assets/fonts/Gambetta-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Gambetta-Bold';
  src: url('../assets/fonts/Gambetta-Bold.woff2') format('woff2'), url('../assets/fonts/Gambetta-Bold.woff') format('woff'), url('../assets/fonts/Gambetta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gambetta-BoldItalic';
  src: url('../assets/fonts/Gambetta-BoldItalic.woff2') format('woff2'), url('../assets/fonts/Gambetta-BoldItalic.woff') format('woff'), url('../assets/fonts/Gambetta-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Gambetta-Variable';
  src: url('../assets/fonts/Gambetta-Variable.woff2') format('woff2'), url('../assets/fonts/Gambetta-Variable.woff') format('woff'), url('../assets/fonts/Gambetta-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Gambetta-VariableItalic';
  src: url('../assets/fonts/Gambetta-VariableItalic.woff2') format('woff2'), url('../assets/fonts/Gambetta-VariableItalic.woff') format('woff'), url('../assets/fonts/Gambetta-VariableItalic.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'OfficeCodePro';
  src: url('../assets/fonts/officecodepro-regular.otf') format('truetype');
}
body {
  background-color: var(--color-primary-200);
  font-family: var(--font-serif);
  color: var(--color-primary-100);
}
svg {
  margin-inline: auto;
  height: calc(var(--spacing) * 12);
  max-width: 100%;
  overflow: hidden;
}
#logo-icon {
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  animation: dash 2s cubic-bezier(0.770, 0.225, 0.385, 0.950) forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
a {
  position: relative;
  &::after {
    content: '';
    transition: scale .2s cubic-bezier(.645,.045,.355,1);
    transform-origin: 0% 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    --tw-scale-x: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    background-color: currentColor;
  }
  &:hover {
    &::after {
      transform-origin: 100% 50%;
      --tw-scale-x: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.animate-logo-slide-in {
  transform: translateX(-100%);
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  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;
}
@keyframes logo-slide-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: currentColor;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 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-border-style: solid;
      --tw-leading: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
