/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer properties;@layer theme, base, components, utilities;@layer theme{:host,:root{--font-sans:-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-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:0.25rem;--container-xl:36rem;--text-xs:0.75rem;--text-xs--line-height:1.33333;--text-sm:0.875rem;--text-sm--line-height:1.42857;--text-lg:1.125rem;--text-lg--line-height:1.55556;--text-xl:1.25rem;--text-xl--line-height:1.4;--text-2xl:1.5rem;--text-2xl--line-height:1.33333;--text-3xl:1.875rem;--text-3xl--line-height:1.2;--font-weight-bold:700;--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);--color-prim:rgb(var(--ctp-mocha-surface0-rgb));--color-bhr:rgb(var(--ctp-mocha-base-rgb)/0.5);--color-sec:rgb(var(--ctp-mocha-base-rgb));--color-text-prim:rgb(var(--ctp-mocha-text-rgb));--color-text-sec:rgb(var(--ctp-mocha-overlay1-rgb));--color-text-link:rgb(var(--ctp-mocha-blue-rgb))}}@layer base{*,::backdrop,::file-selector-button,:after,:before{box-sizing:border-box;margin:0;padding:0;border:0 solid}:host,html{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-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,pre,samp{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:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}::file-selector-button,button,input,optgroup,select,textarea{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-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.top-\[1px\]{top:1px}.left-0{left:0}.z-10{z-index:10}.mx-auto{margin-inline:auto}.my-4{margin-block:calc(var(--spacing)*4)}.mt-4{margin-top:calc(var(--spacing)*4)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.block{display:block}.contents{display:contents}.flex{display:flex}.table{display:table}.h-128{height:calc(var(--spacing)*128)}.h-\[31px\]{height:31px}.min-h-screen{min-height:100vh}.w-28{width:calc(var(--spacing)*28)}.w-full{width:100%}.max-w-xl{max-width:var(--container-xl)}.min-w-\[88px\]{min-width:88px}.flex-1{flex:1}.flex-none{flex:none}.basis-16{flex-basis:calc(var(--spacing)*16)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.list-none{list-style-type:none}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.gap-1{gap:var(--spacing)}.gap-4{gap:calc(var(--spacing)*4)}.overflow-hidden{overflow:hidden}.overflow-y-scroll{overflow-y:scroll}.bg-bhr{background-color:var(--color-bhr)}.bg-prim{background-color:var(--color-prim)}.bg-sec{background-color:var(--color-sec)}.p-4{padding:calc(var(--spacing)*4)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-18{padding-left:calc(var(--spacing)*18)}.text-center{text-align:center}.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-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)}.text-text-sec{color:var(--color-text-sec)}.text-text-sec\!{color:var(--color-text-sec)!important}.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,-webkit-backdrop-filter,backdrop-filter,display,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))}}@font-face{font-family:Iosevka;font-style:normal;font-display:swap;font-weight:400;src:url(../../node_modules/@fontsource/iosevka/files/iosevka-latin-400-normal.woff2) format("woff2"),url(../../node_modules/@fontsource/iosevka/files/iosevka-latin-400-normal.woff) format("woff")}@font-face{font-family:Iosevka Aile;font-style:normal;font-display:swap;font-weight:400;src:url(../../node_modules/@fontsource/iosevka-aile/files/iosevka-aile-latin-400-normal.woff2) format("woff2"),url(../../node_modules/@fontsource/iosevka-aile/files/iosevka-aile-latin-400-normal.woff) format("woff")}:root{--ctp-latte-rosewater:#dc8a78;--ctp-latte-rosewater-rgb:220 138 120;--ctp-latte-rosewater-hsl:10.800 58.824% 66.667%;--ctp-latte-rosewater-oklch:0.7141 0.1045 33.0967;--ctp-latte-flamingo:#dd7878;--ctp-latte-flamingo-rgb:221 120 120;--ctp-latte-flamingo-hsl:0.000 59.763% 66.863%;--ctp-latte-flamingo-oklch:0.6856 0.1259 20.8670;--ctp-latte-pink:#ea76cb;--ctp-latte-pink-rgb:234 118 203;--ctp-latte-pink-hsl:316.034 73.418% 69.020%;--ctp-latte-pink-oklch:0.7256 0.1739 338.4333;--ctp-latte-mauve:#8839ef;--ctp-latte-mauve-rgb:136 57 239;--ctp-latte-mauve-hsl:266.044 85.047% 58.039%;--ctp-latte-mauve-oklch:0.5547 0.2503 297.0156;--ctp-latte-red:#d20f39;--ctp-latte-red-rgb:210 15 57;--ctp-latte-red-hsl:347.077 86.667% 44.118%;--ctp-latte-red-oklch:0.5505 0.2155 19.8095;--ctp-latte-maroon:#e64553;--ctp-latte-maroon-rgb:230 69 83;--ctp-latte-maroon-hsl:354.783 76.303% 58.627%;--ctp-latte-maroon-oklch:0.6252 0.1967 20.2724;--ctp-latte-peach:#fe640b;--ctp-latte-peach-rgb:254 100 11;--ctp-latte-peach-hsl:21.975 99.184% 51.961%;--ctp-latte-peach-oklch:0.6920 0.2041 42.4293;--ctp-latte-yellow:#df8e1d;--ctp-latte-yellow-rgb:223 142 29;--ctp-latte-yellow-hsl:34.948 76.984% 49.412%;--ctp-latte-yellow-oklch:0.7140 0.1494 67.7767;--ctp-latte-green:#40a02b;--ctp-latte-green-rgb:64 160 43;--ctp-latte-green-hsl:109.231 57.635% 39.804%;--ctp-latte-green-oklch:0.6250 0.1772 140.4448;--ctp-latte-teal:#179299;--ctp-latte-teal-rgb:23 146 153;--ctp-latte-teal-hsl:183.231 73.864% 34.510%;--ctp-latte-teal-oklch:0.6023 0.0981 201.1047;--ctp-latte-sky:#04a5e5;--ctp-latte-sky-rgb:4 165 229;--ctp-latte-sky-hsl:197.067 96.567% 45.686%;--ctp-latte-sky-oklch:0.6820 0.1448 235.3822;--ctp-latte-sapphire:#209fb5;--ctp-latte-sapphire-rgb:32 159 181;--ctp-latte-sapphire-hsl:188.859 69.953% 41.765%;--ctp-latte-sapphire-oklch:0.6477 0.1068 212.8893;--ctp-latte-blue:#1e66f5;--ctp-latte-blue-rgb:30 102 245;--ctp-latte-blue-hsl:219.907 91.489% 53.922%;--ctp-latte-blue-oklch:0.5586 0.2255 262.0867;--ctp-latte-lavender:#7287fd;--ctp-latte-lavender-rgb:114 135 253;--ctp-latte-lavender-hsl:230.935 97.203% 71.961%;--ctp-latte-lavender-oklch:0.6638 0.1751 273.1346;--ctp-latte-text:#4c4f69;--ctp-latte-text-rgb:76 79 105;--ctp-latte-text-hsl:233.793 16.022% 35.490%;--ctp-latte-text-oklch:0.4355 0.0430 279.3250;--ctp-latte-subtext1:#5c5f77;--ctp-latte-subtext1-rgb:92 95 119;--ctp-latte-subtext1-hsl:233.333 12.796% 41.373%;--ctp-latte-subtext1-oklch:0.4920 0.0385 279.2992;--ctp-latte-subtext0:#6c6f85;--ctp-latte-subtext0-rgb:108 111 133;--ctp-latte-subtext0-hsl:232.800 10.373% 47.255%;--ctp-latte-subtext0-oklch:0.5471 0.0343 279.0837;--ctp-latte-overlay2:#7c7f93;--ctp-latte-overlay2-rgb:124 127 147;--ctp-latte-overlay2-hsl:232.174 9.623% 53.137%;--ctp-latte-overlay2-oklch:0.6009 0.0305 278.6944;--ctp-latte-overlay1:#8c8fa1;--ctp-latte-overlay1-rgb:140 143 161;--ctp-latte-overlay1-hsl:231.429 10.048% 59.020%;--ctp-latte-overlay1-oklch:0.6536 0.0269 278.1208;--ctp-latte-overlay0:#9ca0b0;--ctp-latte-overlay0-rgb:156 160 176;--ctp-latte-overlay0-hsl:228.000 11.236% 65.098%;--ctp-latte-overlay0-oklch:0.7077 0.0237 274.6008;--ctp-latte-surface2:#acb0be;--ctp-latte-surface2-rgb:172 176 190;--ctp-latte-surface2-hsl:226.667 12.162% 70.980%;--ctp-latte-surface2-oklch:0.7584 0.0205 273.1536;--ctp-latte-surface1:#bcc0cc;--ctp-latte-surface1-rgb:188 192 204;--ctp-latte-surface1-hsl:225.000 13.559% 76.863%;--ctp-latte-surface1-oklch:0.8083 0.0174 271.1982;--ctp-latte-surface0:#ccd0da;--ctp-latte-surface0-rgb:204 208 218;--ctp-latte-surface0-hsl:222.857 15.909% 82.745%;--ctp-latte-surface0-oklch:0.8575 0.0145 268.4756;--ctp-latte-base:#eff1f5;--ctp-latte-base-rgb:239 241 245;--ctp-latte-base-hsl:220.000 23.077% 94.902%;--ctp-latte-base-oklch:0.9578 0.0058 264.5322;--ctp-latte-mantle:#e6e9ef;--ctp-latte-mantle-rgb:230 233 239;--ctp-latte-mantle-hsl:220.000 21.951% 91.961%;--ctp-latte-mantle-oklch:0.9335 0.0087 264.5206;--ctp-latte-crust:#dce0e8;--ctp-latte-crust-rgb:220 224 232;--ctp-latte-crust-hsl:220.000 20.690% 88.627%;--ctp-latte-crust-oklch:0.9060 0.0117 264.5071;--ctp-frappe-rosewater:#f2d5cf;--ctp-frappe-rosewater-rgb:242 213 207;--ctp-frappe-rosewater-hsl:10.286 57.377% 88.039%;--ctp-frappe-rosewater-oklch:0.8955 0.0335 31.5996;--ctp-frappe-flamingo:#eebebe;--ctp-frappe-flamingo-rgb:238 190 190;--ctp-frappe-flamingo-hsl:0.000 58.537% 83.922%;--ctp-frappe-flamingo-oklch:0.8439 0.0553 18.3066;--ctp-frappe-pink:#f4b8e4;--ctp-frappe-pink-rgb:244 184 228;--ctp-frappe-pink-hsl:316.000 73.171% 83.922%;--ctp-frappe-pink-oklch:0.8504 0.0892 336.2633;--ctp-frappe-mauve:#ca9ee6;--ctp-frappe-mauve-rgb:202 158 230;--ctp-frappe-mauve-hsl:276.667 59.016% 76.078%;--ctp-frappe-mauve-oklch:0.7648 0.1108 311.7436;--ctp-frappe-red:#e78284;--ctp-frappe-red-rgb:231 130 132;--ctp-frappe-red-hsl:358.812 67.785% 70.784%;--ctp-frappe-red-oklch:0.7171 0.1244 19.3859;--ctp-frappe-maroon:#ea999c;--ctp-frappe-maroon-rgb:234 153 156;--ctp-frappe-maroon-hsl:357.778 65.854% 75.882%;--ctp-frappe-maroon-oklch:0.7646 0.0976 17.1771;--ctp-frappe-peach:#ef9f76;--ctp-frappe-peach-rgb:239 159 118;--ctp-frappe-peach-hsl:20.331 79.085% 70.000%;--ctp-frappe-peach-oklch:0.7727 0.1106 47.7264;--ctp-frappe-yellow:#e5c890;--ctp-frappe-yellow-rgb:229 200 144;--ctp-frappe-yellow-hsl:39.529 62.044% 73.137%;--ctp-frappe-yellow-oklch:0.8443 0.0795 83.4717;--ctp-frappe-green:#a6d189;--ctp-frappe-green-rgb:166 209 137;--ctp-frappe-green-hsl:95.833 43.902% 67.843%;--ctp-frappe-green-oklch:0.8124 0.1071 133.3919;--ctp-frappe-teal:#81c8be;--ctp-frappe-teal-rgb:129 200 190;--ctp-frappe-teal-hsl:171.549 39.227% 64.510%;--ctp-frappe-teal-oklch:0.7830 0.0730 184.6450;--ctp-frappe-sky:#99d1db;--ctp-frappe-sky-rgb:153 209 219;--ctp-frappe-sky-hsl:189.091 47.826% 72.941%;--ctp-frappe-sky-oklch:0.8255 0.0592 209.7561;--ctp-frappe-sapphire:#85c1dc;--ctp-frappe-sapphire-rgb:133 193 220;--ctp-frappe-sapphire-hsl:198.621 55.414% 69.216%;--ctp-frappe-sapphire-oklch:0.7796 0.0727 227.8797;--ctp-frappe-blue:#8caaee;--ctp-frappe-blue-rgb:140 170 238;--ctp-frappe-blue-hsl:221.633 74.242% 74.118%;--ctp-frappe-blue-oklch:0.7420 0.1044 265.6632;--ctp-frappe-lavender:#babbf1;--ctp-frappe-lavender-rgb:186 187 241;--ctp-frappe-lavender-hsl:238.909 66.265% 83.725%;--ctp-frappe-lavender-oklch:0.8099 0.0759 283.7405;--ctp-frappe-text:#c6d0f5;--ctp-frappe-text-rgb:198 208 245;--ctp-frappe-text-hsl:227.234 70.149% 86.863%;--ctp-frappe-text-oklch:0.8619 0.0526 273.3474;--ctp-frappe-subtext1:#b5bfe2;--ctp-frappe-subtext1-rgb:181 191 226;--ctp-frappe-subtext1-hsl:226.667 43.689% 79.804%;--ctp-frappe-subtext1-oklch:0.8084 0.0507 272.6780;--ctp-frappe-subtext0:#a5adce;--ctp-frappe-subtext0-rgb:165 173 206;--ctp-frappe-subtext0-hsl:228.293 29.496% 72.745%;--ctp-frappe-subtext0-oklch:0.7524 0.0483 274.4726;--ctp-frappe-overlay2:#949cbb;--ctp-frappe-overlay2-rgb:148 156 187;--ctp-frappe-overlay2-hsl:227.692 22.286% 65.686%;--ctp-frappe-overlay2-oklch:0.6970 0.0464 273.7769;--ctp-frappe-overlay1:#838ba7;--ctp-frappe-overlay1-rgb:131 139 167;--ctp-frappe-overlay1-hsl:226.667 16.981% 58.431%;--ctp-frappe-overlay1-oklch:0.6401 0.0430 272.6137;--ctp-frappe-overlay0:#737994;--ctp-frappe-overlay0-rgb:115 121 148;--ctp-frappe-overlay0-hsl:229.091 13.360% 51.569%;--ctp-frappe-overlay0-oklch:0.5809 0.0421 275.1982;--ctp-frappe-surface2:#626880;--ctp-frappe-surface2-rgb:98 104 128;--ctp-frappe-surface2-hsl:228.000 13.274% 44.314%;--ctp-frappe-surface2-oklch:0.5211 0.0386 273.9992;--ctp-frappe-surface1:#51576d;--ctp-frappe-surface1-rgb:81 87 109;--ctp-frappe-surface1-hsl:227.143 14.737% 37.255%;--ctp-frappe-surface1-oklch:0.4601 0.0367 272.9658;--ctp-frappe-surface0:#414559;--ctp-frappe-surface0-rgb:65 69 89;--ctp-frappe-surface0-hsl:230.000 15.584% 30.196%;--ctp-frappe-surface0-oklch:0.3949 0.0342 275.8999;--ctp-frappe-base:#303446;--ctp-frappe-base-rgb:48 52 70;--ctp-frappe-base-hsl:229.091 18.644% 23.137%;--ctp-frappe-base-oklch:0.3291 0.0324 274.7580;--ctp-frappe-mantle:#292c3c;--ctp-frappe-mantle-rgb:41 44 60;--ctp-frappe-mantle-hsl:230.526 18.812% 19.804%;--ctp-frappe-mantle-oklch:0.2973 0.0294 276.2144;--ctp-frappe-crust:#232634;--ctp-frappe-crust-rgb:35 38 52;--ctp-frappe-crust-hsl:229.412 19.540% 17.059%;--ctp-frappe-crust-oklch:0.2720 0.0264 275.1154;--ctp-macchiato-rosewater:#f4dbd6;--ctp-macchiato-rosewater-rgb:244 219 214;--ctp-macchiato-rosewater-hsl:10.000 57.692% 89.804%;--ctp-macchiato-rosewater-oklch:0.9105 0.0286 31.1326;--ctp-macchiato-flamingo:#f0c6c6;--ctp-macchiato-flamingo-rgb:240 198 198;--ctp-macchiato-flamingo-hsl:0.000 58.333% 85.882%;--ctp-macchiato-flamingo-oklch:0.8629 0.0479 18.1203;--ctp-macchiato-pink:#f5bde6;--ctp-macchiato-pink-rgb:245 189 230;--ctp-macchiato-pink-hsl:316.071 73.684% 85.098%;--ctp-macchiato-pink-oklch:0.8608 0.0830 336.1799;--ctp-macchiato-mauve:#c6a0f6;--ctp-macchiato-mauve-rgb:198 160 246;--ctp-macchiato-mauve-hsl:266.512 82.692% 79.608%;--ctp-macchiato-mauve-oklch:0.7715 0.1259 303.8984;--ctp-macchiato-red:#ed8796;--ctp-macchiato-red-rgb:237 135 150;--ctp-macchiato-red-hsl:351.176 73.913% 72.941%;--ctp-macchiato-red-oklch:0.7370 0.1252 11.1943;--ctp-macchiato-maroon:#ee99a0;--ctp-macchiato-maroon-rgb:238 153 160;--ctp-macchiato-maroon-hsl:355.059 71.429% 76.667%;--ctp-macchiato-maroon-oklch:0.7702 0.1024 14.3707;--ctp-macchiato-peach:#f5a97f;--ctp-macchiato-peach-rgb:245 169 127;--ctp-macchiato-peach-hsl:21.356 85.507% 72.941%;--ctp-macchiato-peach-oklch:0.7988 0.1061 49.6376;--ctp-macchiato-yellow:#eed49f;--ctp-macchiato-yellow-rgb:238 212 159;--ctp-macchiato-yellow-hsl:40.253 69.912% 77.843%;--ctp-macchiato-yellow-oklch:0.8790 0.0744 84.7510;--ctp-macchiato-green:#a6da95;--ctp-macchiato-green-rgb:166 218 149;--ctp-macchiato-green-hsl:105.217 48.252% 71.961%;--ctp-macchiato-green-oklch:0.8350 0.1079 138.1503;--ctp-macchiato-teal:#8bd5ca;--ctp-macchiato-teal-rgb:139 213 202;--ctp-macchiato-teal-hsl:171.081 46.835% 69.020%;--ctp-macchiato-teal-oklch:0.8214 0.0755 184.1000;--ctp-macchiato-sky:#91d7e3;--ctp-macchiato-sky-rgb:145 215 227;--ctp-macchiato-sky-hsl:188.780 59.420% 72.941%;--ctp-macchiato-sky-oklch:0.8369 0.0719 209.3658;--ctp-macchiato-sapphire:#7dc4e4;--ctp-macchiato-sapphire-rgb:125 196 228;--ctp-macchiato-sapphire-hsl:198.641 65.605% 69.216%;--ctp-macchiato-sapphire-oklch:0.7851 0.0845 228.3780;--ctp-macchiato-blue:#8aadf4;--ctp-macchiato-blue-rgb:138 173 244;--ctp-macchiato-blue-hsl:220.189 82.813% 74.902%;--ctp-macchiato-blue-oklch:0.7497 0.1101 263.8103;--ctp-macchiato-lavender:#b7bdf8;--ctp-macchiato-lavender-rgb:183 189 248;--ctp-macchiato-lavender-hsl:234.462 82.278% 84.510%;--ctp-macchiato-lavender-oklch:0.8144 0.0834 279.8537;--ctp-macchiato-text:#cad3f5;--ctp-macchiato-text-rgb:202 211 245;--ctp-macchiato-text-hsl:227.442 68.254% 87.647%;--ctp-macchiato-text-oklch:0.8708 0.0481 273.6651;--ctp-macchiato-subtext1:#b8c0e0;--ctp-macchiato-subtext1-rgb:184 192 224;--ctp-macchiato-subtext1-hsl:228.000 39.216% 80.000%;--ctp-macchiato-subtext1-oklch:0.8120 0.0459 274.2672;--ctp-macchiato-subtext0:#a5adcb;--ctp-macchiato-subtext0-rgb:165 173 203;--ctp-macchiato-subtext0-hsl:227.368 26.761% 72.157%;--ctp-macchiato-subtext0-oklch:0.7513 0.0441 273.5327;--ctp-macchiato-overlay2:#939ab7;--ctp-macchiato-overlay2-rgb:147 154 183;--ctp-macchiato-overlay2-hsl:228.333 20.000% 64.706%;--ctp-macchiato-overlay2-oklch:0.6905 0.0433 274.5388;--ctp-macchiato-overlay1:#8087a2;--ctp-macchiato-overlay1-rgb:128 135 162;--ctp-macchiato-overlay1-hsl:227.647 15.455% 56.863%;--ctp-macchiato-overlay1-oklch:0.6272 0.0415 273.7328;--ctp-macchiato-overlay0:#6e738d;--ctp-macchiato-overlay0-rgb:110 115 141;--ctp-macchiato-overlay0-hsl:230.323 12.351% 49.216%;--ctp-macchiato-overlay0-oklch:0.5608 0.0407 276.4748;--ctp-macchiato-surface2:#5b6078;--ctp-macchiato-surface2-rgb:91 96 120;--ctp-macchiato-surface2-hsl:229.655 13.744% 41.373%;--ctp-macchiato-surface2-oklch:0.4939 0.0389 275.6833;--ctp-macchiato-surface1:#494d64;--ctp-macchiato-surface1-rgb:73 77 100;--ctp-macchiato-surface1-hsl:231.111 15.607% 33.922%;--ctp-macchiato-surface1-oklch:0.4259 0.0385 276.9477;--ctp-macchiato-surface0:#363a4f;--ctp-macchiato-surface0-rgb:54 58 79;--ctp-macchiato-surface0-hsl:230.400 18.797% 26.078%;--ctp-macchiato-surface0-oklch:0.3538 0.0369 275.9851;--ctp-macchiato-base:#24273a;--ctp-macchiato-base-rgb:36 39 58;--ctp-macchiato-base-hsl:231.818 23.404% 18.431%;--ctp-macchiato-base-oklch:0.2788 0.0353 276.9368;--ctp-macchiato-mantle:#1e2030;--ctp-macchiato-mantle-rgb:30 32 48;--ctp-macchiato-mantle-hsl:233.333 23.077% 15.294%;--ctp-macchiato-mantle-oklch:0.2493 0.0305 278.4350;--ctp-macchiato-crust:#181926;--ctp-macchiato-crust-rgb:24 25 38;--ctp-macchiato-crust-hsl:235.714 22.581% 12.157%;--ctp-macchiato-crust-oklch:0.2188 0.0255 280.6572;--ctp-mocha-rosewater:#f5e0dc;--ctp-mocha-rosewater-rgb:245 224 220;--ctp-mocha-rosewater-hsl:9.600 55.556% 91.176%;--ctp-mocha-rosewater-oklch:0.9226 0.0238 30.4919;--ctp-mocha-flamingo:#f2cdcd;--ctp-mocha-flamingo-rgb:242 205 205;--ctp-mocha-flamingo-hsl:0.000 58.730% 87.647%;--ctp-mocha-flamingo-oklch:0.8797 0.0418 17.9750;--ctp-mocha-pink:#f5c2e7;--ctp-mocha-pink-rgb:245 194 231;--ctp-mocha-pink-hsl:316.471 71.831% 86.078%;--ctp-mocha-pink-oklch:0.8700 0.0752 336.3041;--ctp-mocha-mauve:#cba6f7;--ctp-mocha-mauve-rgb:203 166 247;--ctp-mocha-mauve-hsl:267.407 83.505% 80.980%;--ctp-mocha-mauve-oklch:0.7871 0.1187 304.7693;--ctp-mocha-red:#f38ba8;--ctp-mocha-red-rgb:243 139 168;--ctp-mocha-red-hsl:343.269 81.250% 74.902%;--ctp-mocha-red-oklch:0.7556 0.1297 2.7642;--ctp-mocha-maroon:#eba0ac;--ctp-mocha-maroon-rgb:235 160 172;--ctp-mocha-maroon-hsl:350.400 65.217% 77.451%;--ctp-mocha-maroon-oklch:0.7821 0.0903 8.8482;--ctp-mocha-peach:#fab387;--ctp-mocha-peach-rgb:250 179 135;--ctp-mocha-peach-hsl:22.957 92.000% 75.490%;--ctp-mocha-peach-oklch:0.8237 0.1015 52.6294;--ctp-mocha-yellow:#f9e2af;--ctp-mocha-yellow-rgb:249 226 175;--ctp-mocha-yellow-hsl:41.351 86.047% 83.137%;--ctp-mocha-yellow-oklch:0.9193 0.0704 86.5281;--ctp-mocha-green:#a6e3a1;--ctp-mocha-green-rgb:166 227 161;--ctp-mocha-green-hsl:115.455 54.098% 76.078%;--ctp-mocha-green-oklch:0.8577 0.1092 142.7153;--ctp-mocha-teal:#94e2d5;--ctp-mocha-teal-rgb:148 226 213;--ctp-mocha-teal-hsl:170.000 57.353% 73.333%;--ctp-mocha-teal-oklch:0.8585 0.0792 182.7495;--ctp-mocha-sky:#89dceb;--ctp-mocha-sky-rgb:137 220 235;--ctp-mocha-sky-hsl:189.184 71.014% 72.941%;--ctp-mocha-sky-oklch:0.8467 0.0833 210.2545;--ctp-mocha-sapphire:#74c7ec;--ctp-mocha-sapphire-rgb:116 199 236;--ctp-mocha-sapphire-hsl:198.500 75.949% 69.020%;--ctp-mocha-sapphire-oklch:0.7906 0.0965 228.6527;--ctp-mocha-blue:#89b4fa;--ctp-mocha-blue-rgb:137 180 250;--ctp-mocha-blue-hsl:217.168 91.870% 75.882%;--ctp-mocha-blue-oklch:0.7664 0.1113 259.8850;--ctp-mocha-lavender:#b4befe;--ctp-mocha-lavender-rgb:180 190 254;--ctp-mocha-lavender-hsl:231.892 97.368% 85.098%;--ctp-mocha-lavender-oklch:0.8166 0.0910 277.3092;--ctp-mocha-text:#cdd6f4;--ctp-mocha-text-rgb:205 214 244;--ctp-mocha-text-hsl:226.154 63.934% 88.039%;--ctp-mocha-text-oklch:0.8787 0.0426 272.2767;--ctp-mocha-subtext1:#bac2de;--ctp-mocha-subtext1-rgb:186 194 222;--ctp-mocha-subtext1-hsl:226.667 35.294% 80.000%;--ctp-mocha-subtext1-oklch:0.8168 0.0403 272.8622;--ctp-mocha-subtext0:#a6adc8;--ctp-mocha-subtext0-rgb:166 173 200;--ctp-mocha-subtext0-hsl:227.647 23.611% 71.765%;--ctp-mocha-subtext0-oklch:0.7510 0.0396 273.9320;--ctp-mocha-overlay2:#9399b2;--ctp-mocha-overlay2-rgb:147 153 178;--ctp-mocha-overlay2-hsl:228.387 16.757% 63.725%;--ctp-mocha-overlay2-oklch:0.6865 0.0374 274.7253;--ctp-mocha-overlay1:#7f849c;--ctp-mocha-overlay1-rgb:127 132 156;--ctp-mocha-overlay1-hsl:229.655 12.775% 55.490%;--ctp-mocha-overlay1-oklch:0.6176 0.0367 276.0047;--ctp-mocha-overlay0:#6c7086;--ctp-mocha-overlay0-rgb:108 112 134;--ctp-mocha-overlay0-hsl:230.769 10.744% 47.451%;--ctp-mocha-overlay0-oklch:0.5497 0.0345 277.0951;--ctp-mocha-surface2:#585b70;--ctp-mocha-surface2-rgb:88 91 112;--ctp-mocha-surface2-hsl:232.500 12.000% 39.216%;--ctp-mocha-surface2-oklch:0.4765 0.0340 278.6430;--ctp-mocha-surface1:#45475a;--ctp-mocha-surface1-rgb:69 71 90;--ctp-mocha-surface1-hsl:234.286 13.208% 31.176%;--ctp-mocha-surface1-oklch:0.4037 0.0320 280.1520;--ctp-mocha-surface0:#313244;--ctp-mocha-surface0-rgb:49 50 68;--ctp-mocha-surface0-hsl:236.842 16.239% 22.941%;--ctp-mocha-surface0-oklch:0.3240 0.0319 281.9784;--ctp-mocha-base:#1e1e2e;--ctp-mocha-base-rgb:30 30 46;--ctp-mocha-base-hsl:240.000 21.053% 14.902%;--ctp-mocha-base-oklch:0.2429 0.0304 283.9110;--ctp-mocha-mantle:#181825;--ctp-mocha-mantle-rgb:24 24 37;--ctp-mocha-mantle-hsl:240.000 21.311% 11.961%;--ctp-mocha-mantle-oklch:0.2155 0.0254 284.0647;--ctp-mocha-crust:#11111b;--ctp-mocha-crust-rgb:17 17 27;--ctp-mocha-crust-hsl:240.000 22.727% 8.627%;--ctp-mocha-crust-oklch:0.1828 0.0204 284.2038}h1,h2,h3,h4,h5,h6,li,p,span{color:var(--color-text-prim)}h1,h2,h3,h4{margin-bottom:calc(var(--spacing)*4);--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}h1{margin-top:calc(var(--spacing)*8);font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}h2{margin-top:calc(var(--spacing)*6);font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}h3{margin-top:calc(var(--spacing)*4);font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}h4{margin-top:calc(var(--spacing)*2);font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}a{color:var(--color-text-link)!important;&:hover{@media (hover:hover){text-decoration-line:underline}}}p{margin-block:calc(var(--spacing)*4)}hr{color:var(--color-bhr)}li{margin-left:calc(var(--spacing)*4);list-style-type:disc}pre{padding:calc(var(--spacing)*4);text-wrap:wrap;font-family:Iosevka,Courier New,Courier,monospace}body{font-family:Iosevka Aile,Arial,sans-serif}@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)))){*,::backdrop,:after,:before{--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}}}