@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-neutral-600: oklch(43.9% 0 0);--color-neutral-900: oklch(20.5% 0 0);--color-black: #000;--spacing: .25rem;--container-3xl: 48rem;--text-xs: .75rem;--text-xs--line-height: calc(1 / .75);--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--text-3xl: 1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl: 2.25rem;--text-4xl--line-height: calc(2.5 / 2.25);--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono);--color-label: rgb(from var(---color-label) r g b);--color-label-secondary: rgb(from var(---color-label-secondary) r g b);--color-label-tertiary: rgb(from var(---color-label-tertiary) r g b);--color-label-quaternary: rgb(from var(---color-label-quaternary) r g b);--color-gray-1: rgb(from var(---color-gray-1) r g b);--color-gray-2: rgb(from var(---color-gray-2) r g b);--color-gray-3: rgb(from var(---color-gray-3) r g b);--color-gray-4: rgb(from var(---color-gray-4) r g b);--color-gray-5: rgb(from var(---color-gray-5) r g b);--color-gray-6: rgb(from var(---color-gray-6) r g b);--color-separator: rgb(from var(---color-separator) r g b);--color-separator-opaque: rgb(from var(---color-separator-opaque) r g b);--color-background: rgb(from var(---color-background) r g b);--color-background-secondary: rgb( from var(---color-background-secondary) r g b );--color-background-tertiary: rgb( from var(---color-background-tertiary) r g b );--color-fill: rgb(from var(---color-fill) r g b);--color-fill-secondary: rgb(from var(---color-fill-secondary) r g b);--color-fill-tertiary: rgb(from var(---color-fill-tertiary) r g b);--color-fill-quarterary: rgb(from var(---color-fill-quarterary) r g b)}}@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:-.25em}sup{top:-.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}:-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{.absolute{position:absolute}.static{position:static}.col-1{grid-column:1}.col-2{grid-column:2}.col-3{grid-column:3}.row-1{grid-row:1}.row-2{grid-row:2}.row-3{grid-row:3}.row-4{grid-row:4}.mx-4{margin-inline:calc(var(--spacing) * 4)}.my-4{margin-block:calc(var(--spacing) * 4)}.my-6{margin-block:calc(var(--spacing) * 6)}.contents{display:contents}.flex{display:flex}.grid{display:grid}.h-full{height:100%}.min-h-full{min-height:100%}.w-full{width:100%}.max-w-3xl{max-width:var(--container-3xl)}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.grid-cols-\[max-content_1fr_max-content\]{grid-template-columns:max-content 1fr max-content}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:calc(var(--spacing) * 4)}.gap-x-1{-moz-column-gap:calc(var(--spacing) * 1);column-gap:calc(var(--spacing) * 1)}.gap-x-3{-moz-column-gap:calc(var(--spacing) * 3);column-gap:calc(var(--spacing) * 3)}.gap-x-5{-moz-column-gap:calc(var(--spacing) * 5);column-gap:calc(var(--spacing) * 5)}.gap-y-1{row-gap:calc(var(--spacing) * 1)}.gap-y-1\.5{row-gap:calc(var(--spacing) * 1.5)}.gap-y-2{row-gap:calc(var(--spacing) * 2)}.gap-y-2\.5{row-gap:calc(var(--spacing) * 2.5)}.gap-y-3{row-gap:calc(var(--spacing) * 3)}.gap-y-5{row-gap:calc(var(--spacing) * 5)}.gap-y-6{row-gap:calc(var(--spacing) * 6)}.gap-y-\[2px\]{row-gap:2px}.border-separator-opaque{border-color:var(--color-separator-opaque)}.bg-\[\#FFB300\]{background-color:#ffb300}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.font-\[Stretch-Pro\]{font-family:Stretch-Pro}.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-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))}.font-bold{--tw-font-weight: var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.wrap-break-word{overflow-wrap:break-word}.hyphens-manual{-webkit-hyphens:manual;hyphens:manual}.text-\[\#FFB300\]{color:#ffb300}.text-black{color:var(--color-black)}.text-label-quaternary{color:var(--color-label-quaternary)}.text-label-secondary{color:var(--color-label-secondary)}.text-label-tertiary{color:var(--color-label-tertiary)}.text-neutral-600{color:var(--color-neutral-600)}.font-stretch-condensed{font-stretch:condensed}.font-stretch-semi-condensed{font-stretch:semi-condensed}.font-stretch-semi-expanded{font-stretch:semi-expanded}.underline{text-decoration-line:underline}.opacity-0{opacity:0%}.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,)}.hover\:text-neutral-900{&:hover{@media (hover: hover){color:var(--color-neutral-900)}}}.min-\[480px\]\:flex-row{@media (width >= 480px){flex-direction:row}}.md\:mx-auto{@media (width >= 48rem){margin-inline:auto}}.print\:mx-5{@media print{margin-inline:calc(var(--spacing) * 5)}}.print\:mx-10{@media print{margin-inline:calc(var(--spacing) * 10)}}.print\:mt-4{@media print{margin-top:calc(var(--spacing) * 4)}}.print\:mt-10{@media print{margin-top:calc(var(--spacing) * 10)}}.print\:mb-10{@media print{margin-bottom:calc(var(--spacing) * 10)}}.print\:hidden{@media print{display:none}}.print\:gap-y-3{@media print{row-gap:calc(var(--spacing) * 3)}}}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-SemiBoldItalic-LXAODHWR.woff2") format("woff2");font-stretch:normal;font-weight:600;font-style:italic}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-Medium-ILA6RNXQ.woff2") format("woff2");font-stretch:normal;font-weight:500}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-SemiBold-AIBGADO4.woff2") format("woff2");font-stretch:normal;font-weight:600}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-MediumItalic-VGXVGBIE.woff2") format("woff2");font-stretch:normal;font-weight:500;font-style:italic}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-LightItalic-YROYZWC6.woff2") format("woff2");font-stretch:normal;font-weight:300;font-style:italic}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-ExtraLight-F7PPY76A.woff2") format("woff2");font-stretch:normal;font-weight:200}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-Thin-H4RS5YOC.woff2") format("woff2");font-stretch:normal;font-weight:100}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-ThinItalic-TI32YYK3.woff2") format("woff2");font-stretch:normal;font-weight:100;font-style:italic}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-BoldItalic-7CIJEXDD.woff2") format("woff2");font-stretch:normal;font-weight:700;font-style:italic}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-Light-SATUMA4V.woff2") format("woff2");font-stretch:normal;font-weight:300}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-Italic-MHW3J7CC.woff2") format("woff2");font-stretch:normal;font-weight:400;font-style:italic}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-Regular-MS6L2TL5.woff2") format("woff2");font-stretch:normal;font-weight:400}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-ExtraLightItalic-PDLV5UMY.woff2") format("woff2");font-stretch:normal;font-weight:200;font-style:italic}@font-face{font-family:IBMPlexSans;src:url("./IBMPlexSans-Bold-KJ7LUPPD.woff2") format("woff2");font-stretch:normal;font-weight:700}@font-face{font-family:Stretch-Pro;src:url("./Stretch-Pro-Regular-BH5ILSUP.woff") format("woff");font-weight:400}@layer base{@media (prefers-color-scheme: light){:root{---color-label: black;---color-label-secondary: rgba(60, 60, 67, .6);---color-label-tertiary: rgba(60, 60, 67, .3);---color-label-quaternary: rgba(60, 60, 67, .18);---color-gray-1: rgb(142, 142, 147);---color-gray-2: rgb(174, 174, 178);---color-gray-3: rgb(199, 199, 204);---color-gray-4: rgb(209, 209, 214);---color-gray-5: rgb(229, 229, 234);---color-gray-6: rgb(242, 242, 247);---color-separator: rgba(60, 60, 67, .36);---color-separator-opaque: rgb(198, 198, 200);---color-background: white;---color-background-secondary: rgb(242, 242, 247);---color-background-tertiary: white;---color-fill: rgba(120, 120, 128, .2);---color-fill-secondary: rgba(120, 120, 128, .16);---color-fill-tertiary: rgba(118, 118, 128, .12);---color-fill-quaternary: rgba(116, 116, 128, .08)}}@media (prefers-color-scheme: dark){:root{---color-label: white;---color-label-secondary: rgba(235, 235, 245, .6);---color-label-tertiary: rgba(235, 235, 245, .3);--color-label-quaternary: rgba(235, 235, 245, .18);---color-gray-1: rgb(142, 142, 147);---color-gray-2: rgb(99, 99, 102);---color-gray-3: rgb(72, 72, 74);---color-gray-4: rgb(58, 58, 60);---color-gray-5: rgb(44, 44, 46);---color-gray-6: rgb(28, 28, 30);---color-separator: rgba(84, 84, 88, .65);---color-separator-opaque: rgb(56, 56, 58);---color-background: black;---color-background-secondary: rgb(28, 28, 30);---color-background-tertiary: rgb(44, 44, 46);---color-fill: rgba(120, 120, 128, .36);---color-fill-secondary: rgba(120, 120, 128, .32);---color-fill-tertiary: rgba(118, 118, 128, .24);---color-fill-quaternary: rgba(116, 116, 128, .18)}}}body{font-family:IBMPlexSans,-apple-system,BlinkMacSystemFont,"sans-serif";font-display:swap;color:var(--color-label);background-color:var(--color-background)}html,body,#root{height:100%}@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-font-weight{syntax: "*"; inherits: false;}@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-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-font-weight: initial;--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}}}
/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
