/*! tailwindcss v4.1.12 | 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-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-black: #000;
    --color-white: var(--color-genie-white);
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --aspect-video: 16 / 9;
    --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);
    --spacing-2px: 2px;
    --spacing-4px: 4px;
    --spacing-8px: 8px;
    --color-genie-blue: #05f;
    --color-genie-blue-light: #08e;
    --color-genie-blue-dark: #322dac;
    --color-genie-blue-accent: #69f;
    --color-genie-red: #dc2626;
    --color-genie-white: #ffffff;
    --color-primary: var(--color-genie-blue);
    --color-primary-light: var(--color-genie-blue-light);
    --color-primary-dark: var(--color-genie-blue-dark);
    --color-secondary: var(--color-genie-red);
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .col-3 {
    grid-column: 3;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1100px) {
      max-width: 1100px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .-m-2 {
    margin: calc(var(--spacing) * -2);
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .-mr-4 {
    margin-right: calc(var(--spacing) * -4);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-full {
    height: 100%;
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2px {
    gap: var(--spacing-2px);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-4px {
    gap: var(--spacing-4px);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-8px {
    gap: var(--spacing-8px);
  }
  .self-end {
    align-self: flex-end;
  }
  .justify-self-center {
    justify-self: center;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-gray-600 {
    border-color: var(--color-gray-600);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-genie-blue {
    background-color: var(--color-genie-blue);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-900\/10 {
    background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-900) 10%, transparent);
    }
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .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);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-genie-blue {
    color: var(--color-genie-blue);
  }
  .text-genie-blue-dark {
    color: var(--color-genie-blue-dark);
  }
  .text-genie-blue-light {
    color: var(--color-genie-blue-light);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-orange-600 {
    color: var(--color-orange-600);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary-light {
    color: var(--color-primary-light);
  }
  .text-purple-600 {
    color: var(--color-purple-600);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-600 {
    color: var(--color-yellow-600);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    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,);
  }
  .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, backdrop-filter, display, visibility, 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));
  }
  .hover\:text-secondary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-secondary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:col-start-1 {
    @media (width >= 768px) {
      grid-column-start: 1;
    }
  }
  .md\:col-start-2 {
    @media (width >= 768px) {
      grid-column-start: 2;
    }
  }
  .md\:col-start-5 {
    @media (width >= 768px) {
      grid-column-start: 5;
    }
  }
  .md\:col-end-6 {
    @media (width >= 768px) {
      grid-column-end: 6;
    }
  }
  .md\:row-auto {
    @media (width >= 768px) {
      grid-row: auto;
    }
  }
  .md\:row-start-1 {
    @media (width >= 768px) {
      grid-row-start: 1;
    }
  }
  .md\:-mx-4 {
    @media (width >= 768px) {
      margin-inline: calc(var(--spacing) * -4);
    }
  }
  .md\:-mt-24 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * -24);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 768px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[8rem_auto_7\.5rem\] {
    @media (width >= 768px) {
      grid-template-columns: 8rem auto 7.5rem;
    }
  }
  .md\:grid-rows-1 {
    @media (width >= 768px) {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:self-auto {
    @media (width >= 768px) {
      align-self: auto;
    }
  }
  .md\:border-2 {
    @media (width >= 768px) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  .md\:border-t-0 {
    @media (width >= 768px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .md\:p-4 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:text-4xl {
    @media (width >= 768px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 768px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:hidden {
    @media (width >= 1100px) {
      display: none;
    }
  }
  .lg\:w-64 {
    @media (width >= 1100px) {
      width: calc(var(--spacing) * 64);
    }
  }
  .lg\:min-w-0 {
    @media (width >= 1100px) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex-1 {
    @media (width >= 1100px) {
      flex: 1;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1100px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1100px) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 1100px) {
      flex-wrap: nowrap;
    }
  }
  .lg\:p-8 {
    @media (width >= 1100px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:text-4xl {
    @media (width >= 1100px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 1100px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}
@layer base {
  body {
    font-size: 1.25rem;
    background: #05f;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-wrap: pretty;
    text-wrap: balance;
    overflow-x: hidden;
  }
  section, article, aside, nav, header, footer, main {
    display: block;
  }
  address {
    font-style: normal;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    text-decoration: none;
  }
  * {
    box-sizing: border-box;
  }
  article {
    display: block;
  }
}
@layer components {
  .text-genie-blue {
    color: var(--color-genie-blue);
  }
  .text-genie-blue-light {
    color: var(--color-genie-blue-light);
  }
  .text-genie-blue-dark {
    color: var(--color-genie-blue-dark);
  }
  .text-genie-red {
    color: var(--color-genie-red);
  }
  .text-genie-white {
    color: var(--color-genie-white);
  }
  .bg-genie-blue {
    background-color: var(--color-genie-blue);
  }
  .bg-genie-blue-light {
    background-color: var(--color-genie-blue-light);
  }
  .bg-genie-blue-dark {
    background-color: var(--color-genie-blue-dark);
  }
  .bg-genie-red {
    background-color: var(--color-genie-red);
  }
  .bg-genie-white {
    background-color: var(--color-genie-white);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary-light {
    color: var(--color-primary-light);
  }
  .text-primary-dark {
    color: var(--color-primary-dark);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary-light {
    background-color: var(--color-primary-light);
  }
  .bg-primary-dark {
    background-color: var(--color-primary-dark);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .column {
    display: flex;
    flex-direction: column;
  }
  .grid {
    display: grid;
  }
  .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .nowrap {
    flex-wrap: nowrap;
  }
  @media (min-width: 1100px) {
    .row {
      flex-wrap: nowrap;
    }
    .lg\\:flex-nowrap {
      flex-wrap: nowrap;
    }
    .lg\\:flex-wrap {
      flex-wrap: wrap;
    }
  }
  .flex-wrap-responsive {
    display: flex;
    flex-wrap: wrap;
    @media (width >= 1100px) {
      flex-wrap: nowrap;
    }
  }
  .flex-col-responsive {
    display: flex;
    flex-direction: column;
  }
  .flex-wrap-always {
    display: flex;
    flex-wrap: wrap;
  }
  .centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .product-layout {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
    @media (width >= 1100px) {
      flex-direction: row;
    }
  }
  .sidebar-layout {
    display: flex;
    flex-direction: column;
    @media (width >= 1100px) {
      flex-direction: row;
    }
  }
  .brand-card {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 2);
    border-radius: 0.25rem;
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 4);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .unit-ad {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    min-width: 1px;
    height: auto;
    padding: 1rem;
    margin: 0;
    max-height: 600px;
    overflow-y: auto;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .blue-btn {
    background: #05f;
    color: #fff;
    border-top: 2px solid #69f;
    border-right: 2px solid #322dac;
    border-bottom: 2px solid #322dac;
    border-left: 2px solid #69f;
    box-shadow: none;
  }
  .unit-ad img {
    height: auto;
    width: 100%;
    border-radius: 0.25rem;
    -o-object-fit: cover;
       object-fit: cover;
    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));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    max-height: none !important;
  }
  .unit-ad img:hover {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .model-image {
    aspect-ratio: var(--aspect-video);
    width: 100%;
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    -o-object-fit: cover;
       object-fit: cover;
    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));
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .ad-optimized {
    padding: calc(var(--spacing) * 3);
    text-align: center;
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 6);
    }
    @media (width >= 768px) {
      text-align: left;
    }
  }
  .unit-ad {
    gap: calc(var(--spacing) * 2);
    padding: calc(var(--spacing) * 3);
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 3);
    }
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 4);
    }
    font-size: 1rem;
    line-height: 1.4;
  }
  .unit-ad span {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    @media (width >= 768px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .unit-ad .text-18px {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    @media (width >= 768px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .unit-ad .text-16px {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    @media (width >= 768px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .mobile-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    @media (width >= 768px) {
      align-items: flex-start;
    }
    @media (width >= 768px) {
      justify-content: flex-start;
    }
    @media (width >= 768px) {
      text-align: left;
    }
  }
  .gap-o5rem {
    gap: 0.5rem;
  }
  .gap-1rem {
    gap: 1rem;
  }
  .gap-8px {
    gap: 8px;
  }
  .gap-4px {
    gap: 4px;
  }
  .gap-2px {
    gap: 2px;
  }
  .nogap {
    gap: 0;
  }
  .pad-1rem {
    padding: 1rem;
  }
  .pad-8px {
    padding: 8px;
  }
  .gap-0\.5 {
    gap: 2px;
  }
  .gap-1 {
    gap: 4px;
  }
  .gap-2 {
    gap: 8px;
  }
  .gap-3 {
    gap: 12px;
  }
  .gap-4 {
    gap: 1rem;
  }
  .gap-6 {
    gap: 1.5rem;
  }
  .gap-8 {
    gap: 2rem;
  }
  .cols-2 > * {
    min-width: calc(var(--spacing) * 0);
    flex: 1;
  }
  .cols-3 > * {
    min-width: calc(var(--spacing) * 0);
    flex: 1;
  }
  .cols-auto > * {
    min-width: calc(var(--spacing) * 0);
    flex: auto;
  }
  .lg\:cols-2 {
    @media (width >= 1100px) {
      flex-wrap: nowrap;
    }
  }
  .lg\:cols-2 > * {
    @media (width >= 1100px) {
      min-width: calc(var(--spacing) * 0);
    }
    @media (width >= 1100px) {
      flex: 1;
    }
  }
  .lg\:cols-3 {
    @media (width >= 1100px) {
      flex-wrap: nowrap;
    }
  }
  .lg\:cols-3 > * {
    @media (width >= 1100px) {
      min-width: calc(var(--spacing) * 0);
    }
    @media (width >= 1100px) {
      flex: 1;
    }
  }
  .product-2col {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 6);
    @media (width >= 1100px) {
      flex-wrap: nowrap;
    }
  }
  .product-2col > * {
    @media (width >= 1100px) {
      min-width: calc(var(--spacing) * 0);
    }
    @media (width >= 1100px) {
      flex: 1;
    }
  }
  .product-3col {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 4);
    @media (width >= 1100px) {
      flex-wrap: nowrap;
    }
  }
  .product-3col > * {
    @media (width >= 1100px) {
      min-width: calc(var(--spacing) * 0);
    }
    @media (width >= 1100px) {
      flex: 1;
    }
  }
  .hero-detail-2col > :first-child {
    @media (width >= 1100px) {
      flex: 2;
    }
  }
  .hero-detail-2col > :last-child {
    @media (width >= 1100px) {
      flex: 1;
    }
  }
  .image-text-2col > :first-child {
    @media (width >= 1100px) {
      width: calc(var(--spacing) * 64);
    }
    @media (width >= 1100px) {
      flex: none;
    }
  }
  .image-text-2col > :last-child {
    @media (width >= 1100px) {
      flex: 1;
    }
  }
  .w-controlled-2col {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 4);
  }
  .w-controlled-2col > * {
    width: 100%;
    @media (width >= 1100px) {
      width: 50%;
    }
    @media (width >= 1100px) {
      flex: none;
    }
  }
  .w-controlled-3col {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 4);
  }
  .w-controlled-3col > * {
    width: 100%;
    @media (width >= 1100px) {
      width: 33.333%;
    }
    @media (width >= 1100px) {
      flex: none;
    }
  }
  .w-controlled-4col {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 4);
  }
  .w-controlled-4col > * {
    width: 100%;
    @media (width >= 1100px) {
      width: 25%;
    }
    @media (width >= 1100px) {
      flex: none;
    }
  }
  .text-micro {
    font-size: 0.6rem;
    line-height: 0.9;
  }
  .text-10px {
    font-size: 10px;
    line-height: 1;
  }
  .text-12px {
    font-size: 12px;
  }
  .text-14px {
    font-size: 14px;
    line-height: 1;
  }
  .text-15px {
    font-size: 15px;
    line-height: 1;
  }
  .text-16px {
    font-size: 16px;
    line-height: 1;
  }
  .text-18px {
    font-size: 18px;
    line-height: 1.25;
  }
  .text-20px {
    font-size: 20px;
    line-height: 1;
  }
  .text-22px {
    font-size: 22px;
    line-height: 1;
  }
  .text-24px {
    font-size: 24px;
    line-height: 1;
  }
  .text-26px {
    font-size: 26px;
    line-height: 1;
  }
  .text-28px {
    font-size: 28px;
    line-height: 1;
  }
  .text-30px {
    font-size: 30px;
    line-height: 1;
  }
  .text-32px {
    font-size: 32px;
    line-height: 1;
  }
  .text-36px {
    font-size: 36px;
    line-height: 1;
  }
  .text-40px {
    font-size: 40px;
    line-height: 1;
  }
  .text-44px {
    font-size: 44px;
    line-height: 1;
  }
  .text-48px {
    font-size: 30px;
    line-height: 1;
  }
  @media (min-width: 1100px) {
    .text-48px {
      font-size: 48px;
      line-height: 1;
    }
  }
  .text-52px {
    font-size: 52px;
    line-height: 1;
  }
  .text-56px {
    font-size: 56px;
    line-height: 1;
  }
  .text-60px {
    font-size: 60px;
    line-height: 1;
  }
  .text-64px {
    font-size: 64px;
    line-height: 1;
  }
  .text-72px {
    font-size: 72px;
    line-height: 1;
  }
  .blue {
    color: #08e;
  }
  .red {
    color: red;
  }
  .green {
    color: green;
  }
  .gray {
    color: gray;
  }
  .white {
    color: white;
  }
  .carmine {
    color: #912;
  }
  .brown {
    color: brown;
  }
  .yellow {
    color: yellow;
  }
  .upper {
    text-transform: uppercase;
  }
  .bold {
    font-weight: bold;
  }
  .italic {
    font-style: italic;
  }
  .text-comic-sans {
    font-family: "Comic Sans MS";
  }
  @media (max-width: 1100px) {
    .lg {
      display: none;
    }
  }
  @media (min-width: 1100px) {
    .sm {
      display: none;
    }
  }
  @media (max-width: 768px) {
    .ad__giga {
      font-size: 64px !important;
      line-height: 1.1;
    }
    .data-bar .price,
    .price.nocents,
    span.price.nocents {
      font-size: 1.6rem !important;
      font-weight: bold !important;
    }
  }
  .frigidaire__15k__model {
    margin-inline: auto;
    display: block;
  }
  .model-on-unit {
    margin-bottom: -2rem !important;
    z-index: 3 !important;
  }
  .search-results-center {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .search-controls {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-gray-300);
    background-color: var(--color-gray-50);
    padding: calc(var(--spacing) * 2);
    &.top {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
    &.bot {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .showing {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-secondary);
  }
  .pages {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .genie-searchResults .blue-btn {
    cursor: pointer;
    padding: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .pageNumber {
    &:not(.bold) {
      cursor: pointer;
      color: var(--color-amber-800);
    }
    &.bold {
      color: var(--color-secondary);
    }
  }
}
@layer utilities {
  wrap {
    display: flex;
    flex-wrap: wrap;
  }
  column {
    display: flex;
    flex-direction: column;
  }
  row {
    display: flex;
    flex-wrap: wrap;
  }
  grid {
    display: grid;
  }
  @media (max-width: 1100px) {
    .unit-ad {
      max-width: 100%;
      overflow: hidden;
    }
    .data-bar:not([hidden]) {
      flex-wrap: wrap !important;
      gap: 0.5rem !important;
      padding: 0.5rem !important;
    }
    .data-bar:not([hidden]) > span.type,
    .data-bar:not([hidden]) > span.id {
      flex-basis: 100% !important;
      width: 100% !important;
      text-align: center !important;
    }
    .data-bar:not([hidden]) > span:not(.type):not(.id) {
      flex: 0 0 auto !important;
    }
  }
}
@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-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-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-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-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-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}