/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --sgsprog-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --sgsprog-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --sgsprog-color-slate-50: oklch(98.4% 0.003 247.858);
    --sgsprog-color-slate-100: oklch(96.8% 0.007 247.896);
    --sgsprog-spacing: 0.25rem;
    --sgsprog-text-xs: 0.75rem;
    --sgsprog-text-xs--line-height: calc(1 / 0.75);
    --sgsprog-text-3xl: 1.875rem;
    --sgsprog-text-3xl--line-height: calc(2.25 / 1.875);
    --sgsprog-text-5xl: 3rem;
    --sgsprog-text-5xl--line-height: 1;
    --sgsprog-font-weight-light: 300;
    --sgsprog-font-weight-semibold: 600;
    --sgsprog-default-font-family: var(--sgsprog-font-sans);
    --sgsprog-default-mono-font-family: var(--sgsprog-font-mono);
  }
}
@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(--sgsprog-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(--sgsprog-default-font-feature-settings, normal);
    font-variation-settings: var(--sgsprog-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(--sgsprog-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--sgsprog-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--sgsprog-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 {
  .sgsprog\: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;
    }
  }
  .sgsprog\:mx-auto {
    margin-inline: auto;
  }
  .sgsprog\:mt-6 {
    margin-top: calc(var(--sgsprog-spacing) * 6);
  }
  .sgsprog\:size-6 {
    width: calc(var(--sgsprog-spacing) * 6);
    height: calc(var(--sgsprog-spacing) * 6);
  }
  .sgsprog\:h-\[300px\] {
    height: 300px;
  }
  .sgsprog\:w-full {
    width: 100%;
  }
  .sgsprog\:bg-slate-50 {
    background-color: var(--sgsprog-color-slate-50);
  }
  .sgsprog\:object-cover {
    object-fit: cover;
  }
  .sgsprog\:p-2 {
    padding: calc(var(--sgsprog-spacing) * 2);
  }
  .sgsprog\:px-6 {
    padding-inline: calc(var(--sgsprog-spacing) * 6);
  }
  .sgsprog\:py-2 {
    padding-block: calc(var(--sgsprog-spacing) * 2);
  }
  .sgsprog\:py-3 {
    padding-block: calc(var(--sgsprog-spacing) * 3);
  }
  .sgsprog\:pr-6 {
    padding-right: calc(var(--sgsprog-spacing) * 6);
  }
  .sgsprog\:pr-12 {
    padding-right: calc(var(--sgsprog-spacing) * 12);
  }
  .sgsprog\:text-3xl {
    font-size: var(--sgsprog-text-3xl);
    line-height: var(--tw-leading, var(--sgsprog-text-3xl--line-height));
  }
  .sgsprog\:text-xs {
    font-size: var(--sgsprog-text-xs);
    line-height: var(--tw-leading, var(--sgsprog-text-xs--line-height));
  }
  .sgsprog\:font-light {
    --tw-font-weight: var(--sgsprog-font-weight-light);
    font-weight: var(--sgsprog-font-weight-light);
  }
  .sgsprog\:font-semibold {
    --tw-font-weight: var(--sgsprog-font-weight-semibold);
    font-weight: var(--sgsprog-font-weight-semibold);
  }
  .sgsprog\:odd\:bg-slate-50 {
    &:nth-child(odd) {
      background-color: var(--sgsprog-color-slate-50);
    }
  }
  .sgsprog\:hover\:bg-slate-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--sgsprog-color-slate-100);
      }
    }
  }
  .sgsprog\:md\:mt-12 {
    @media (width >= 48rem) {
      margin-top: calc(var(--sgsprog-spacing) * 12);
    }
  }
  .sgsprog\:lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .sgsprog\:lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1/4 * 100%);
    }
  }
  .sgsprog\:lg\:w-3\/4 {
    @media (width >= 64rem) {
      width: calc(3/4 * 100%);
    }
  }
  .sgsprog\:xl\:text-5xl {
    @media (width >= 80rem) {
      font-size: var(--sgsprog-text-5xl);
      line-height: var(--tw-leading, var(--sgsprog-text-5xl--line-height));
    }
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-font-weight: initial;
    }
  }
}
