/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans Armenian", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    --color-white: #ffffff;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #0b1f36;
    --color-ink-900: #071522;
    --color-navy: #102c4a;
    --color-electric: #1687d9;
    --color-electric-600: #0873c2;
    --color-cyan: #22d3ee;
    --color-mint: #a8eee8;
    --color-surface: #f5f8fb;
    --color-line: #d7e2ec;
    --color-muted: #5a6b7d;
  }
}
@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 {
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .resize {
    resize: both;
  }
  .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,);
  }
}
@layer base {
  body {
    background: var(--color-surface);
    color: var(--color-ink);
    font-family: var(--font-sans);
  }
  h1, h2, h3, h4 {
    color: var(--color-ink);
    letter-spacing: -0.035em;
  }
  p {
    color: var(--color-muted);
  }
}
@layer components {
  .site-frame {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
  }
  .site-header__top {
    background: var(--color-ink-900);
    color: rgba(255,255,255,.72);
    font-family: var(--font-mono);
    font-size: .68rem;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .site-header__top-inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .65rem 0;
  }
  .site-header {
    position: relative;
    z-index: 10;
    background: rgba(245,248,251,.92);
    border-bottom: 1px solid var(--color-line);
    backdrop-filter: blur(18px);
  }
  .site-header__main, .site-header__nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .site-header__main {
    min-height: 5.3rem;
  }
  .site-header__brand-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
  }
  .site-header__brand {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    color: var(--color-ink);
    font-weight: 700;
    text-decoration: none;
  }
  .site-header__brand-wrap .custom-logo-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    max-width: min(15rem, 42vw);
  }
  .site-header__brand-wrap .custom-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 2.8rem;
  }
  .site-header__brand-mark {
    display: grid;
    width: 2.3rem;
    height: 2.3rem;
    place-items: center;
    border-radius: .65rem;
    background: linear-gradient(145deg, var(--color-electric), var(--color-cyan));
    color: var(--color-ink-900);
    font-family: var(--font-mono);
    font-weight: 600;
  }
  .site-header__brand-name {
    font-size: 1.15rem;
    letter-spacing: -.04em;
  }
  .site-header__tagline {
    border-left: 1px solid var(--color-line);
    padding-left: 1rem;
    color: var(--color-muted);
    font-size: .78rem;
  }
  .site-header__actions, .header-action {
    display: flex;
    align-items: center;
    gap: .7rem;
  }
  .header-action {
    color: var(--color-navy);
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
  }
  .header-action--accent {
    border: 1px solid var(--color-ink);
    border-radius: .6rem;
    padding: .7rem .85rem;
    transition: background .2s ease, color .2s ease, transform .2s ease;
  }
  .header-action--accent:hover {
    background: var(--color-ink);
    color: var(--color-white);
    transform: translateY(-1px);
  }
  .header-action__icon {
    color: var(--color-electric-600);
    font-family: var(--font-mono);
  }
  .site-header__nav-row {
    min-height: 3.25rem;
    border-top: 1px solid rgba(215,226,236,.75);
  }
  .site-nav__list, .site-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-nav__list a, .site-footer__links a {
    color: var(--color-muted);
    font-size: .85rem;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s ease;
  }
  .site-nav__list a:hover, .site-nav__list .current-menu-item > a {
    color: var(--color-electric-600);
  }
  .site-footer__links a:hover {
    color: var(--color-cyan);
  }
  .language-switcher select {
    border: 1px solid var(--color-line);
    border-radius: .45rem;
    background: var(--color-white);
    color: var(--color-navy);
    font-family: var(--font-mono);
    font-size: .72rem;
    padding: .35rem .45rem;
  }
  .hero-shell {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 78% 18%, rgba(34,211,238,.18), transparent 27rem), linear-gradient(135deg, #f5f8fb 0%, #eaf3f9 52%, #dff4f4 100%);
  }
  .hero-shell::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(16,44,74,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(16,44,74,.06) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    mask-image: linear-gradient(90deg, #000, transparent 78%);
    pointer-events: none;
  }
  .hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
    min-height: 39rem;
    padding-block: clamp(4rem, 9vw, 8rem);
  }
  .eyebrow, .mono-label {
    margin: 0;
    color: var(--color-electric-600);
    font-family: var(--font-mono);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .eyebrow {
    display: flex;
    align-items: center;
    gap: .55rem;
  }
  .eyebrow__dot, .status-pill__dot {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    background: var(--color-cyan);
    box-shadow: 0 0 0 .3rem rgba(34,211,238,.16);
  }
  .hero-title {
    max-width: 10ch;
    margin: 1.15rem 0 1.35rem;
    font-size: clamp(2.7rem, 6vw, 5.8rem);
    line-height: .98;
  }
  .hero-text {
    max-width: 38rem;
    margin: 0;
    font-size: clamp(1.05rem, 1.7vw, 1.3rem);
    line-height: 1.55;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 2rem;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    min-height: 3rem;
    border-radius: .7rem;
    padding: .8rem 1.1rem;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }
  .button:hover {
    transform: translateY(-2px);
  }
  .button--primary {
    background: var(--color-ink);
    box-shadow: 0 .8rem 1.8rem rgba(11,31,54,.18);
    color: var(--color-white);
  }
  .button--primary:hover {
    background: var(--color-electric-600);
  }
  .button--quiet {
    border: 1px solid var(--color-line);
    background: rgba(255,255,255,.45);
    color: var(--color-ink);
  }
  .hero-proof {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-top: 2.1rem;
    color: var(--color-muted);
    font-size: .78rem;
  }
  .hero-proof__line {
    width: 2.5rem;
    height: 1px;
    background: var(--color-cyan);
  }
  .hero-panel {
    position: relative;
    min-height: 27rem;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 1.25rem;
    background: linear-gradient(145deg, #102c4a, #071522);
    box-shadow: 1.5rem 2rem 4rem rgba(11,31,54,.2);
    color: var(--color-white);
  }
  .hero-panel__glow {
    position: absolute;
    width: 18rem;
    height: 18rem;
    top: -6rem;
    right: -4rem;
    border-radius: 50%;
    background: rgba(34,211,238,.2);
    filter: blur(1.4rem);
  }
  .hero-panel__top, .hero-panel__metrics {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
  }
  .hero-panel .mono-label {
    color: rgba(255,255,255,.58);
  }
  .status-pill {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    border: 1px solid rgba(168,238,232,.25);
    border-radius: 999px;
    padding: .35rem .55rem;
    color: var(--color-mint);
    font-family: var(--font-mono);
    font-size: .68rem;
    text-transform: uppercase;
  }
  .hero-panel__visual {
    position: relative;
    display: grid;
    min-height: 15rem;
    place-items: center;
  }
  .core-ring {
    display: grid;
    width: 8.5rem;
    height: 8.5rem;
    place-items: center;
    border: 1px solid rgba(34,211,238,.7);
    border-radius: 50%;
    box-shadow: 0 0 0 1.2rem rgba(34,211,238,.06), 0 0 0 2.3rem rgba(34,211,238,.035), inset 0 0 2rem rgba(34,211,238,.2);
    color: var(--color-cyan);
    font-family: var(--font-mono);
    font-size: 3.2rem;
  }
  .signal {
    position: absolute;
    width: 14rem;
    height: 4rem;
    border-top: 1px solid rgba(34,211,238,.52);
    border-radius: 50%;
    transform: rotate(28deg);
  }
  .signal--one {
    transform: rotate(28deg) translateY(-1rem);
  }
  .signal--two {
    transform: rotate(-28deg) translateY(1rem);
    opacity: .6;
  }
  .signal--three {
    width: 10rem;
    transform: rotate(90deg);
    opacity: .35;
  }
  .hero-panel__metrics {
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .hero-panel__metrics div {
    display: grid;
    gap: .25rem;
  }
  .hero-panel__metrics strong {
    color: var(--color-cyan);
    font-family: var(--font-mono);
    font-size: 1.1rem;
  }
  .hero-panel__metrics span {
    color: rgba(255,255,255,.58);
    font-size: .72rem;
  }
  .section-block, .archive-shell {
    padding-block: clamp(4rem, 8vw, 7rem);
  }
  .section-heading {
    display: grid;
    grid-template-columns: 1fr minmax(15rem, 26rem);
    align-items: end;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .section-heading h2, .archive-heading h1 {
    max-width: 12ch;
    margin: .6rem 0 0;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.05;
  }
  .section-heading > p {
    margin: 0;
    line-height: 1.6;
  }
  .feature-grid, .post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .feature-card, .post-card {
    border: 1px solid var(--color-line);
    border-radius: 1rem;
    background: rgba(255,255,255,.72);
  }
  .feature-card {
    min-height: 16rem;
    padding: 1.5rem;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .feature-card:hover {
    border-color: var(--color-cyan);
    box-shadow: 0 1rem 2rem rgba(11,31,54,.08);
    transform: translateY(-3px);
  }
  .feature-card--accent {
    border-color: var(--color-electric);
    background: var(--color-ink);
  }
  .feature-card--accent h3, .feature-card--accent p {
    color: var(--color-white);
  }
  .feature-card__number {
    display: block;
    color: var(--color-electric-600);
    font-family: var(--font-mono);
    font-size: .8rem;
  }
  .feature-card--accent .feature-card__number {
    color: var(--color-cyan);
  }
  .feature-card h3 {
    margin: 3.5rem 0 .7rem;
    font-size: 1.35rem;
  }
  .feature-card p {
    margin: 0;
    line-height: 1.6;
  }
  .content-block {
    padding-bottom: 5rem;
  }
  .archive-heading {
    margin-bottom: 2.5rem;
  }
  .post-card {
    overflow: hidden;
  }
  .post-card__image img {
    display: block;
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
  }
  .post-card__body {
    padding: 1.2rem;
  }
  .post-card h2 {
    margin: .7rem 0;
    font-size: 1.4rem;
  }
  .post-card h2 a {
    text-decoration: none;
  }
  .post-card__excerpt p {
    margin: 0;
    line-height: 1.55;
  }
  .site-footer {
    margin-top: auto;
    background: var(--color-ink-900);
    color: var(--color-white);
  }
  .site-footer__grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 2rem;
    padding-block: 3rem;
  }
  .site-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    color: var(--color-white);
    font-weight: 700;
    text-decoration: none;
  }
  .site-footer__muted, .site-footer a:not(.site-footer__brand) {
    color: rgba(255,255,255,.62);
  }
  .site-footer__muted {
    max-width: 20rem;
    line-height: 1.6;
  }
  .site-footer__label {
    margin: 0 0 .8rem;
    color: var(--color-cyan);
    font-family: var(--font-mono);
    font-size: .7rem;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .site-footer__grid > div:nth-child(2) a {
    display: block;
    margin-bottom: .5rem;
    text-decoration: none;
  }
  .site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(255,255,255,.12);
    padding-block: 1rem;
    color: rgba(255,255,255,.58);
    font-family: var(--font-mono);
    font-size: .68rem;
  }
  @media (max-width: 800px) {
    .site-header__tagline, .site-header__top-meta, .site-header__actions .header-action:not(.header-action--accent) {
      display: none;
    }
    .hero-grid, .section-heading, .site-footer__grid {
      grid-template-columns: 1fr;
    }
    .hero-panel {
      min-height: 23rem;
    }
    .feature-grid, .post-grid {
      grid-template-columns: 1fr;
    }
    .site-header__nav-row {
      align-items: flex-start;
      padding-block: .7rem;
    }
  }
  @media (max-width: 520px) {
    .site-frame {
      width: min(100% - 1.25rem, 1180px);
    }
    .site-header__main {
      min-height: 4.7rem;
    }
    .site-header__brand-wrap .custom-logo-link {
      max-width: 9.5rem;
    }
    .site-header__brand-wrap .custom-logo {
      max-height: 2.3rem;
    }
    .site-header__brand-mark {
      width: 2rem;
      height: 2rem;
    }
    .site-header__nav-row {
      overflow-x: auto;
    }
    .site-nav__list {
      flex-wrap: nowrap;
      gap: 1rem;
      white-space: nowrap;
    }
    .hero-grid {
      min-height: 0;
      padding-block: 4rem;
    }
    .hero-title {
      font-size: clamp(2.65rem, 14vw, 4.2rem);
    }
    .hero-panel__metrics {
      gap: .5rem;
      padding-inline: 1rem;
    }
    .hero-panel__metrics span {
      font-size: .64rem;
    }
    .site-footer__bottom {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@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;
}
@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-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;
    }
  }
}
