/*! tailwindcss v4.0.15 | MIT License | https://tailwindcss.com */
@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-stone-50: oklch(0.985 0.001 106.423);
    --color-stone-600: oklch(0.444 0.011 73.639);
    --color-stone-700: oklch(0.374 0.01 67.558);
    --color-stone-800: oklch(0.268 0.007 34.298);
    --color-stone-900: oklch(0.216 0.006 56.043);
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-6xl: 3.75rem;
    --radius-lg: 0.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-accent: #00ff99;
    --color-accent-on-hover: #00cc7a;
    --color-dark-default: var(--color-stone-900);
    --color-bright-default: var(--color-stone-50);
  }
}
@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: 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;
  }
  :-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;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .mt-auto {
    margin-top: auto;
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .flex {
    display: flex;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .rounded-tr-lg {
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-br-lg {
    border-bottom-right-radius: var(--radius-lg);
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-stone-600 {
    background-color: var(--color-stone-600);
  }
  .bg-stone-700 {
    background-color: var(--color-stone-700);
  }
  .bg-stone-800 {
    background-color: var(--color-stone-800);
  }
  .bg-stone-900 {
    background-color: var(--color-stone-900);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-bright-default {
    color: var(--color-bright-default);
  }
  .text-dark-default {
    color: var(--color-dark-default);
  }
}
@layer base {
  * {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    box-sizing: border-box;
  }
  html, body {
    height: 100%;
  }
  hs3 {
    font-size: var(--text-xl);
    font-weight: 550;
  }
  h3 {
    font-size: var(--text-xl);
    font-weight: 450;
    padding-bottom: 15px;
  }
  h2 {
    font-size: var(--text-3xl);
    font-weight: 550;
    padding-bottom: 20px;
  }
  h1 {
    font-size: var(--text-6xl);
    font-weight: 700;
    color: var(--color-accent);
    padding-bottom: 25px;
  }
  h1::before {
    content: "# ";
  }
  h2::before {
    content: "## ";
  }
  h3::before {
    content: "### ";
  }
  h4::before {
    content: "#### ";
  }
  a {
    color: var(--color-accent);
    text-decoration: underline;
  }
  a:hover {
    color: var(--color-accent-on-hover);
  }
  ul {
    margin-top: 10px;
  }
  section {
    display: flex;
    flex-direction: column;
    padding-block: calc(var(--spacing) * 10);
  }
  .divider {
    background: var(--color-accent);
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }
  p {
    font-weight: 250;
    margin-bottom: 10px;
    max-width: 1000px;
  }
  .image-comparison {
    max-width: 700px;
    margin: 20px 0px;
    border-radius: 5px;
    overflow: hidden;
  }
  .image-comparison img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  .image-comparison .images-container {
    position: relative;
    display: flex;
  }
  .image-comparison .images-container .before-image {
    position: absolute;
    top: 0;
    width: 50%;
  }
  .image-comparison .slider {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
  }
  .image-comparison .slider-line {
    position: absolute;
    height: 100%;
    width: 4px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
  }
  .image-comparison .slider-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    color: #fff;
    transform: translate(-50%, -50%) rotateZ(90deg);
  }
  .image-comparison .slider-icon svg {
    width: 100%;
    height: 100%;
  }
  .showcase-image {
    width: 600px;
    margin-bottom: 40px;
  }
  .sidebar-nav {
    position: absolute;
    top: 15%;
    right: 0%;
    padding: 20px;
    right: 10%;
    background-color: var(--color-stone-800);
    border-radius: var(--radius-lg);
  }
  .header-element {
    margin-left: -5px;
    display: flex;
    height: 100%;
    align-items: center;
    border-top-right-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 7);
  }
  .toc h2::before, .toc h3::before {
    content: "";
  }
  .toc h2, .toc h3 {
    padding: 5px;
  }
  .toc-h1:before {
    content: "# ";
    color: var(--color-accent);
  }
  .toc-h2:before {
    content: "## ";
    margin-left: 1rem;
    color: var(--color-accent);
  }
  .error-div h2:before {
    content: "";
  }
  @media only screen and (max-width: 800px) {
    .sidebar-nav {
      display: none;
    }
  }
  @media only screen and (max-width: 500px) {
    h1 {
      font-size: var(--text-4xl);
    }
    .header-element {
      display: none;
    }
  }
}
