@layer properties, theme, base, default;
/* layer: properties */
@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{--un-leading:initial;--un-line-opacity:100%;--un-text-opacity:100%;}}
@property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
@property --un-leading{syntax:"*";inherits:false;}
@property --un-line-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
}
/* layer: theme */
@layer theme{
:root, :host { --spacing: 0.25rem; --fontWeight-light: 300; --font-mono: monospace; --fontWeight-bold: 700; --font-sans: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --default-font-family: var(--font-sans); --default-monoFont-family: var(--font-mono); }
}
/* layer: base */
@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, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' );  font-feature-settings: var(--default-font-featureSettings, normal);  font-variation-settings: var(--default-font-variationSettings, 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-monoFont-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace );  font-feature-settings: var(--default-monoFont-featureSettings, normal);  font-variation-settings: var(--default-monoFont-variationSettings, 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:where(:not(iframe)) { 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; }  ::-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: default */
@layer default{
.text-\[0\.85em\]{font-size:0.85em;}
.text-\[32px\]{font-size:32px;}
.text-color-\[var\(--color-text-sub\)\]{color:color-mix(in oklab, var(--color-text-sub) var(--un-text-opacity), transparent);}
.hover\:text-color-\[var\(--color-text-main\)\]:hover{color:color-mix(in oklab, var(--color-text-main) var(--un-text-opacity), transparent);}
.leading-\[1\.8\]{--un-leading:1.8;line-height:1.8;}
.tracking-\[0\.03em\]{--un-tracking:0.03em;letter-spacing:0.03em;}
.font-bold{--un-font-weight:var(--fontWeight-bold);font-weight:var(--fontWeight-bold);}
.font-light{--un-font-weight:var(--fontWeight-light);font-weight:var(--fontWeight-light);}
.font-mono{font-family:var(--font-mono);}
.mx-auto{margin-inline:auto;}
.my{margin-block:calc(var(--spacing) * 4);}
.my-0{margin-block:calc(var(--spacing) * 0);}
.my-2{margin-block:calc(var(--spacing) * 2);}
.my-5{margin-block:calc(var(--spacing) * 5);}
.-ml-0\.5{margin-left:calc(var(--spacing) * -0.5);}
.mb-3{margin-bottom:calc(var(--spacing) * 3);}
.ml-2{margin-left:calc(var(--spacing) * 2);}
.ml-3{margin-left:calc(var(--spacing) * 3);}
.mr-\[13px\]{margin-right:13px;}
.mr-4{margin-right:calc(var(--spacing) * 4);}
.mr-5{margin-right:calc(var(--spacing) * 5);}
.mt-10{margin-top:calc(var(--spacing) * 10);}
.pb-10{padding-bottom:calc(var(--spacing) * 10);}
.pr-8{padding-right:calc(var(--spacing) * 8);}
.pt-5{padding-top:calc(var(--spacing) * 5);}
.text-right{text-align:right;}
.rounded-full{border-radius:calc(infinity * 1px);}
.underline{text-decoration-line:underline;}
.decoration-\[var\(--color-text-sub\)\]{text-decoration-color:color-mix(in oklab, var(--color-text-sub) var(--un-line-opacity), transparent);-webkit-text-decoration-color:color-mix(in oklab, var(--color-text-sub) var(--un-line-opacity), transparent);}
.hover\:decoration-\[var\(--color-text-main\)\]:hover{text-decoration-color:color-mix(in oklab, var(--color-text-main) var(--un-line-opacity), transparent);-webkit-text-decoration-color:color-mix(in oklab, var(--color-text-main) var(--un-line-opacity), transparent);}
.underline-offset-\[0\.2em\]{text-underline-offset:0.2em;}
.decoration-dotted{text-decoration-style:dotted;}
.flex{display:flex;}
.inline-flex{display:inline-flex;}
.flex-1{flex:1 1 0%;}
.flex-wrap{flex-wrap:wrap;}
.gap-x-2{column-gap:calc(var(--spacing) * 2);}
.h-20{height:calc(var(--spacing) * 20);}
.min-h-\[100svh\]{min-height:100svh;}
.w-20{width:calc(var(--spacing) * 20);}
.inline-block{display:inline-block;}
.visible{visibility:visible;}
.whitespace-nowrap{white-space:nowrap;}
.items-center{align-items:center;}
.items-baseline{align-items:baseline;}
.absolute{position:absolute;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}
.object-cover{object-fit:cover;}
}