@layer reset, base, tokens, recipes, utilities;@layer base{:root{--made-with-panda:"🐼"}*,::backdrop,:after,:before{--blur: ;--brightness: ;--contrast: ;--grayscale: ;--hue-rotate: ;--invert: ;--saturate: ;--sepia: ;--drop-shadow: ;--backdrop-blur: ;--backdrop-brightness: ;--backdrop-contrast: ;--backdrop-grayscale: ;--backdrop-hue-rotate: ;--backdrop-invert: ;--backdrop-opacity: ;--backdrop-saturate: ;--backdrop-sepia: ;--scroll-snap-strictness:proximity;--border-spacing-x:0;--border-spacing-y:0;--translate-x:0;--translate-y:0;--rotate:0;--skew-x:0;--skew-y:0;--scale-x:1;--scale-y:1}html{font-family:var(--fonts-primary);box-sizing:border-box;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background-color:var(--colors-ui-bg);color:var(--colors-text1)}button{cursor:pointer}a,button{transition-duration:var(--durations-default);transition-timing-function:var(--easings-default);transition-property:box-shadow}html.dark-theme code[data-theme=light],html.dark-theme div[data-theme=light],html.dark-theme pre[data-theme=light],html.light-theme code[data-theme=dark],html.light-theme div[data-theme=dark],html.light-theme pre[data-theme=dark]{display:none}[data-rehype-pretty-code-title]{padding-block:var(--spacing-s);padding-inline:var(--spacing-m);border:1px solid;border-color:var(--colors-slate8);border-bottom-left-radius:0;border-bottom-right-radius:0}:not(pre)>code,pre[data-language]{white-space:pre;background-color:var(--colors-surface1);font-size:calc(var(--font-sizes-1) * .95);webkit-text-size-adjust:none;font-family:var(--fonts-mono)}:not([data-rehype-pretty-code-title])+pre[data-language]{border-top-left-radius:0;border-top-right-radius:0;border-top:0}div[data-rehype-pretty-code-fragment] code{display:grid}div[data-rehype-pretty-code-fragment] pre{overflow-x:auto;padding-block:var(--spacing-m)}div[data-rehype-pretty-code-fragment] [data-line]{border-left:4px solid transparent;padding-inline:var(--spacing-m);font-family:var(--fonts-mono)}code[data-line-numbers]{counter-reset:line}code[data-line-numbers] [data-line]:before{counter-increment:line;content:counter(line);display:inline-block;text-align:right;margin-right:var(--spacing-m);opacity:.5}button:is(:focus,[data-focus]){outline:2px solid transparent;outline-offset:2px;box-shadow:var(--shadows-focus)}a:is(:focus,[data-focus]){outline:2px solid transparent;outline-offset:2px;box-shadow:var(--shadows-focus)}}@layer reset{*{margin:0;padding:0;font:inherit}*,:after,:before{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--global-color-border,currentColor)}html{line-height:1.5;--font-fallback: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";-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--global-font-body,var(--font-fallback))}hr{height:0;color:inherit;border-top-width:1px}body{height:100%;line-height:inherit}img{border-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}ol,ul{list-style:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}button,select{text-transform:none}table{text-indent:0;border-color:inherit;border-collapse:collapse}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:var(--global-color-placeholder,#9ca3af)}input::placeholder,textarea::placeholder{opacity:1;color:var(--global-color-placeholder,#9ca3af)}textarea{resize:vertical}summary{display:list-item}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}dialog{padding:0}a{color:inherit;text-decoration:inherit}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-size:1em;--font-mono-fallback:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New";font-family:var(--global-font-mono,var(--font-fallback))}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}:-moz-ui-invalid{box-shadow:none}:-moz-focusring{outline:auto}}@layer tokens{:where(:root,:host){--colors-ui-bg:var(--colors-slate1);--colors-surface1:var(--colors-slate3);--colors-surface2:var(--colors-slate12);--colors-text2:var(--colors-slate11);--colors-text3:var(--colors-gold9);--colors-text4:var(--colors-slate1);--spacing-none:0;--spacing-3xs:clamp(0.25rem,0.15vw + 0.22rem,0.31rem);--spacing-2xs:clamp(0.5rem,0.3vw + 0.43rem,0.63rem);--spacing-xs:clamp(0.75rem,0.45vw + 0.65rem,0.94rem);--spacing-s:clamp(1rem,0.6vw + 0.86rem,1.25rem);--spacing-m:clamp(1.5rem,0.9vw + 1.3rem,1.88rem);--spacing-l:clamp(2rem,1.2vw + 1.73rem,2.5rem);--spacing-xl:clamp(3rem,1.81vw + 2.59rem,3.75rem);--spacing-2xl:clamp(4rem,2.41vw + 3.46rem,5rem);--spacing-3xl:clamp(6rem,3.61vw + 5.19rem,7.5rem);--sizes-prose:60ch;--sizes-full:100%;--sizes-channel:700px;--sizes-screen-w:100vw;--sizes-screen-h:100vh;--sizes-desktop:1440px;--sizes-breakpoint-bp1:520px;--sizes-breakpoint-bp2:768px;--sizes-breakpoint-bp3:1040px;--sizes-breakpoint-bp4:1800px;--radii-none:0;--radii-round:50%;--radii-pill:9999px;--radii-card:5px;--fonts-primary:var(--font-sans);--fonts-serif:var(--font-serif);--fonts-mono:var(--font-mono);--font-weights-bold:700;--font-weights-regular:400;--font-sizes-1:clamp(0.81rem,0.45vw + 0.71rem,1rem);--font-sizes-2:clamp(1rem,0.6vw + 0.86rem,1.25rem);--font-sizes-3:clamp(1.25rem,0.75vw + 1.08rem,1.56rem);--font-sizes-4:clamp(1.56rem,0.9vw + 1.36rem,1.94rem);--font-sizes-5:clamp(1.94rem,1.2vw + 1.67rem,2.44rem);--font-sizes-6:clamp(2.44rem,1.51vw + 2.1rem,3.06rem);--font-sizes-7:clamp(3.06rem,1.81vw + 2.66rem,3.81rem);--font-sizes-8:clamp(3.81rem,2.26vw + 3.3rem,4.75rem);--line-heights-tight:1;--line-heights-body:1.5;--line-heights-loose:2;--z-index-under:-1;--z-index-over:1;--z-index-init:0;--z-index-nuclear:9999;--shadows-focus:0 0 0 3px var(--colors-gold6);--durations-default:225ms;--easings-default:cubic-bezier(0.4,0,0.2,1);--animations-skeleton:skeleton 8s ease-in-out infinite;--breakpoints-bp1:520px;--breakpoints-bp2:768px;--breakpoints-bp3:1040px;--breakpoints-bp4:1800px;--colors-gold1:#fdfdfc;--colors-gold2:#fbf9f2;--colors-gold3:#f5f2e9;--colors-gold4:#eeeadd;--colors-gold5:#e5dfd0;--colors-gold6:#dad1bd;--colors-gold7:#cbbda4;--colors-gold8:#b8a383;--colors-gold9:#978365;--colors-gold10:#8c795d;--colors-gold11:#776750;--colors-gold12:#3b352b;--colors-green1:#fbfefc;--colors-green2:#f2fcf5;--colors-green3:#e9f9ee;--colors-green4:#ddf3e4;--colors-green5:#ccebd7;--colors-green6:#b4dfc4;--colors-green7:#92ceac;--colors-green8:#5bb98c;--colors-green9:#30a46c;--colors-green10:#299764;--colors-green11:#18794e;--colors-green12:#153226;--colors-slate1:#fbfcfd;--colors-slate2:#f8f9fa;--colors-slate3:#f1f3f5;--colors-slate4:#eceef0;--colors-slate5:#e6e8eb;--colors-slate6:#dfe3e6;--colors-slate7:#d7dbdf;--colors-slate8:#c1c8cd;--colors-slate9:#889096;--colors-slate10:#7e868c;--colors-slate11:#687076;--colors-slate12:#11181c;--colors-yellow1:#fdfdf9;--colors-yellow2:#fffce8;--colors-yellow3:#fffbd1;--colors-yellow4:#fff8bb;--colors-yellow5:#fef2a4;--colors-yellow6:#f9e68c;--colors-yellow7:#efd36c;--colors-yellow8:#ebbc00;--colors-yellow9:#f5d90a;--colors-yellow10:#f7ce00;--colors-yellow11:#946800;--colors-yellow12:#35290f;--colors-tomato1:#fffcfc;--colors-tomato2:#fff8f7;--colors-tomato3:#fff0ee;--colors-tomato4:#ffe6e2;--colors-tomato5:#fdd8d3;--colors-tomato6:#fac7be;--colors-tomato7:#f3b0a2;--colors-tomato8:#ea9280;--colors-tomato9:#e54d2e;--colors-tomato10:#db4324;--colors-tomato11:#ca3214;--colors-tomato12:#341711;--colors-text1:#000}.dark-theme{--colors-gold1:#171613;--colors-gold2:#1c1a15;--colors-gold3:#26231c;--colors-gold4:#2e2a21;--colors-gold5:#353026;--colors-gold6:#3e382c;--colors-gold7:#504737;--colors-gold8:#6b5d48;--colors-gold9:#978365;--colors-gold10:#a59071;--colors-gold11:#bfa888;--colors-gold12:#f7f4e7;--colors-green1:#0d1912;--colors-green2:#0c1f17;--colors-green3:#0f291e;--colors-green4:#113123;--colors-green5:#133929;--colors-green6:#164430;--colors-green7:#1b543a;--colors-green8:#236e4a;--colors-green9:#30a46c;--colors-green10:#3cb179;--colors-green11:#4cc38a;--colors-green12:#e5fbeb;--colors-slate1:#151718;--colors-slate2:#1a1d1e;--colors-slate3:#202425;--colors-slate4:#26292b;--colors-slate5:#2b2f31;--colors-slate6:#313538;--colors-slate7:#3a3f42;--colors-slate8:#4c5155;--colors-slate9:#697177;--colors-slate10:#787f85;--colors-slate11:#9ba1a6;--colors-slate12:#ecedee;--colors-yellow1:#1c1500;--colors-yellow2:#221a00;--colors-yellow3:#2c2100;--colors-yellow4:#352800;--colors-yellow5:#3e3000;--colors-yellow6:#493c00;--colors-yellow7:#594a05;--colors-yellow8:#705e00;--colors-yellow9:#f5d90a;--colors-yellow10:#ffef5c;--colors-yellow11:#f0c000;--colors-yellow12:#fffad1;--colors-tomato1:#1d1412;--colors-tomato2:#2a1410;--colors-tomato3:#3b1813;--colors-tomato4:#481a14;--colors-tomato5:#541c15;--colors-tomato6:#652016;--colors-tomato7:#7f2315;--colors-tomato8:#a42a12;--colors-tomato9:#e54d2e;--colors-tomato10:#ec5e41;--colors-tomato11:#f16a50;--colors-tomato12:#feefec;--colors-text1:#fff}@keyframes spin{to{transform:rotate(1turn)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}}@layer utilities{.min-h_100vh{min-height:100vh}.bg_bg{background-color:bg}.grid-template-areas_\'nav\'_\'main\'_\'footer\'{grid-template-areas:"nav" "main" "footer"}.grid-cols_1fr{grid-template-columns:1fr}.grid-cols_auto_1fr_auto{grid-template-rows:auto 1fr auto}.min-h_screenH{min-height:var(--sizes-screen-h)}.z_init{z-index:init}.grid-area_main{grid-area:main}.text_center{text-align:center}.py_3xl{padding-block:var(--spacing-3xl)}.max-w_800px{max-width:800px}.mx_auto{margin-inline:auto}.white-space_pre-line{white-space:pre-line}.w_2000{width:2000px}.h_1500{height:1500px}.bg_none{background:none}.border_none{border:none}.p_0{padding:0}.transform_rotate\(90deg\){transform:rotate(90deg)}.transform_rotate\(0deg\){transform:rotate(0deg)}.transition_transform_0\.2s_ease{transition:transform .2s ease}.list-style_none{list-style:none}.d_inline-flex{display:inline-flex}.shrink_0{flex-shrink:0}.min-h_400px{min-height:400px}.h_400px{height:400px}.z_1{z-index:1}.zoom_15{zoom:15}.position\:lat_-34\.874079283169465{lat:-34.874079283169465px}.position\:lng_-54\.769312695336176{lng:-54.769312695336176px}.ratio_width_\/_height{ratio:width/height}.px_3xs{padding-inline:var(--spacing-3xs)}.pb_3xs{padding-bottom:var(--spacing-3xs)}.ratio_220_\/_275{ratio:220/275}.pb_xl{padding-bottom:var(--spacing-xl)}.border-b_1px_dashed{border-bottom:1px dashed}.border_slate8{border-color:var(--colors-slate8)}.max-w_50ch{max-width:50ch}.h_min-content{height:-moz-min-content;height:min-content}.items_start{align-items:start}.rounded_inherit{border-radius:inherit}.bg_surface2{background-color:var(--colors-surface2)}.flex_1{flex:1 1}.rounded_10{border-radius:10px}.before\:top_50\%:before{top:50%}.before\:left_50\%:before{left:50%}.before\:transform_translate\(-50\%\,_-50\%\):before{transform:translate(-50%,-50%)}.before\:w_100\%:before{width:100%}.before\:h_100\%:before{height:100%}.before\:min-w_44:before{min-width:44px}.before\:min-h_44:before{min-height:44px}.bg_uiBg{background-color:var(--colors-ui-bg)}.touch_none{touch-action:none}.p_2{padding:2px}.h_10{height:10px}.transition_background-color_160ms_ease-out{transition:background-color .16s ease-out}.\[\&\[data-orientation\=\"horizontal\"\]\]\:flex_column[data-orientation=horizontal]{flex-direction:column}.w_2{width:2px}.h_2{height:2px}.bg_slate12{background:var(--colors-slate12)}.border-l_4px_solid{border-left:4px solid}.border_slate10{border-color:var(--colors-slate10)}.rounded_5{border-radius:5px}.py_xs{padding-block:var(--spacing-xs)}.mb_s{margin-bottom:var(--spacing-s)}.\[\&_\>_p\]\:fs_1>p{font-size:var(--font-sizes-1)}.\[\&_\>_p\]\:text_text1>p{color:var(--colors-text1)}.\[\&_\>_p\:last-of-type\]\:m_none>p:last-of-type{margin:var(--spacing-none)}.text_inherit{color:inherit}.list_disc{list-style-type:disc}.\[\&_ul\]\:pl_m ul,.pl_m{padding-left:var(--spacing-m)}.\[\&_ol\,_ul\]\:mb_2xs ol,.\[\&_ol\,_ul\]\:mb_2xs ul{margin-bottom:var(--spacing-2xs)}.list_decimal{list-style-type:decimal}.ml_none{margin-left:var(--spacing-none)}.mb_xs{margin-bottom:var(--spacing-xs)}.pl_none{padding-left:var(--spacing-none)}.lastOfType\:mb_none:last-of-type{margin-bottom:var(--spacing-none)}.\[\&_\>_ul_li\:first-of-type\,_ol_li\:first-of-type\]\:pt_xs ol li:first-of-type,.\[\&_\>_ul_li\:first-of-type\,_ol_li\:first-of-type\]\:pt_xs>ul li:first-of-type{padding-top:var(--spacing-xs)}.animation_skeleton{animation:var(--animations-skeleton)}.bg_400\%_100\%{background-size:400% 100%}.bg-img_linear-gradient\(to_right\,_var\(--colors-slate1\)\,_var\(--colors-slate3\)\,_var\(--colors-slate3\)\,_var\(--colors-slate1\)\){background-image:linear-gradient(to right,var(--colors-slate1),var(--colors-slate3),var(--colors-slate3),var(--colors-slate1))}.rounded_5px{border-radius:5px}.h_300px{height:300px}.fill_true{fill:true}.gap_3xl{gap:var(--spacing-3xl)}.gap_l{gap:var(--spacing-l)}.px_s{padding-inline:var(--spacing-s)}.pt_s{padding-top:var(--spacing-s)}.h_full{height:var(--sizes-full)}.pt_3xs{padding-top:var(--spacing-3xs)}.w_460{width:460px}.h_275{height:275px}.gap-y_s{-moz-column-gap:var(--spacing-s);column-gap:var(--spacing-s)}.gap-x_m{row-gap:var(--spacing-m)}.\[\&_\:where\(a\,_abbr\)\]\:pos_relative :where(a,abbr){position:relative}.\[\&_\:where\(a\,_abbr\)\]\:z_1 :where(a,abbr){z-index:1}.pos_static{position:static}.before\:content_\"\":before{content:""}.before\:d_block:before{display:block}.before\:pos_absolute:before{position:absolute}.before\:cursor_inherit:before{cursor:inherit}.before\:inset_0:before{inset:0}.before\:z_0:before{z-index:0}.w_100\%{width:100%}.h_auto{height:auto}.w_1200{width:1200px}.h_800{height:800px}.pt_3xl{padding-top:var(--spacing-3xl)}.pb_m{padding-bottom:var(--spacing-m)}.grid-area_footer{grid-area:footer}.white-space_nowrap{white-space:nowrap}.w_3{width:3px}.h_3{height:3px}.rounded_full{border-radius:full}.grid-cols_1fr_1fr{grid-template-columns:1fr 1fr}.gap_xs{gap:var(--spacing-xs)}.items_flex-start{align-items:flex-start}.gap_2xs{gap:var(--spacing-2xs)}.text_left{text-align:left}.justify-self_end{justify-self:end}.text_slate7{color:var(--colors-slate7)}.text_tomato9{color:var(--colors-tomato9)}.bg_text1{background-color:var(--colors-text1)}.gap_10px{gap:10px}.pos_relative{position:relative}.z_0{z-index:0}.place-items_center{place-items:center}.w_15{width:15px}.h_15{height:15px}.w_15px{width:15px}.h_15px{height:15px}.d_block{display:block}.duration_default{transition-duration:var(--durations-default)}.ease_default{transition-timing-function:var(--easings-default)}.transition_color{transition-property:color}.grid-area_1_\/_1_\/_1_\/_1{grid-area:1/1/1/1}.z_2{z-index:2}.cursor_pointer{cursor:pointer}.ring_none{outline:2px solid transparent;outline-offset:2px}.text_slate12{color:var(--colors-slate12)}.text_slate8{color:var(--colors-slate8)}.grid-area_nav{grid-area:nav}.pt_m{padding-top:var(--spacing-m)}.pb_2xl{padding-bottom:var(--spacing-2xl)}.d_inline-block{display:inline-block}.select_none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex_row{flex-direction:row}.flex_0_0_auto{flex:0 0 auto}.w_20{width:20px}.h_20{height:20px}.rounded_9999px{border-radius:9999px}.bg_slate5{background-color:var(--colors-slate5)}.grid-cols_repeat\(2\,_20px\){grid-template-columns:repeat(2,20px)}.gap_5px{gap:5px}.justify_center{justify-content:center}.rounded_pill{border-radius:var(--radii-pill)}.bg_slate3{background-color:var(--colors-slate3)}.h_30{height:30px}.w_65{width:65px}.fs_4{font-size:var(--font-sizes-4)}.mb_l{margin-bottom:var(--spacing-l)}.fs_3{font-size:var(--font-sizes-3)}.mt_l{margin-top:var(--spacing-l)}.text_1{color:1}.fs_2{font-size:var(--font-sizes-2)}.text_text1{color:var(--colors-text1)}.font_bold{font-weight:var(--font-weights-bold)}.font_serif{font-family:var(--fonts-serif)}.font-style_italic{font-style:italic}.fs_inherit{font-size:inherit}.leading_inherit{line-height:inherit}.leading_body{line-height:var(--line-heights-body)}.mb_m{margin-bottom:var(--spacing-m)}.max-w_channel{max-width:var(--sizes-channel)}.gap_s{gap:var(--spacing-s)}.items_baseline{align-items:baseline}.flex-wrap_wrap{flex-wrap:wrap}.gap_3xs{gap:var(--spacing-3xs)}.fs_1{font-size:var(--font-sizes-1)}.w_full{width:var(--sizes-full)}.rounded_card{border-radius:var(--radii-card)}.overflow_hidden{overflow:hidden}.bg_slate8{background-color:var(--colors-slate8)}.text-decor_none{text-decoration:none}.text_text2{color:var(--colors-text2)}.w_1920{width:1920px}.h_1080{height:1080px}.gap_xl{gap:var(--spacing-xl)}.items_center{align-items:center}.leading_tight{line-height:var(--line-heights-tight)}.flex_column{flex-direction:column}.d_grid{display:grid}.grid-cols_repeat\(1\,_minmax\(0\,_1fr\)\){grid-template-columns:repeat(1,minmax(0,1fr))}.gap_m{gap:var(--spacing-m)}.direction_left{direction:left}.d_flex{display:flex}.justify_space-between{justify-content:space-between}.focus\:ring_none:is(:focus,[data-focus]){outline:2px solid transparent;outline-offset:2px}.focus\:shadow_none:is(:focus,[data-focus]){box-shadow:none}.hover\:text_slate9:is(:hover,[data-hover]){color:var(--colors-slate9)}.hover\:opacity_0\.9:is(:hover,[data-hover]){opacity:.9}.hover\:bg_slate4:is(:hover,[data-hover]){background-color:var(--colors-slate4)}.hover\:text_slate12:is(:hover,[data-hover]){color:var(--colors-slate12)}.hover\:text_text1:is(:hover,[data-hover]){color:var(--colors-text1)}@layer compositions{.textStyle_serif{font-family:var(--fonts-serif);font-style:italic}.textStyle_body,.textStyle_serif{line-height:var(--line-heights-body);font-size:var(--font-sizes-2);font-weight:var(--font-weights-regular)}.textStyle_body{font-family:var(--fonts-primary)}.textStyle_heading{font-size:var(--font-sizes-4)}.textStyle_base,.textStyle_heading{line-height:var(--line-heights-body);font-weight:var(--font-weights-regular);font-family:var(--fonts-primary)}.textStyle_base{font-size:var(--font-sizes-2)}}@media screen and (min-width:520px){.bp1\:pb_xl{padding-bottom:var(--spacing-xl)}.bp1\:grid-cols_1fr_auto{grid-template-columns:1fr auto}.bp1\:gap_xl{gap:var(--spacing-xl)}.bp1\:justify-self_start{justify-self:start}.bp1\:pt_xl{padding-top:var(--spacing-xl)}.bp1\:grid-cols_repeat\(2\,_minmax\(0\,_1fr\)\){grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:768px){.bp2\:flex_row{flex-direction:row}.bp2\:fs_2{font-size:var(--font-sizes-2)}.bp2\:grid-cols_repeat\(3\,_minmax\(0\,_1fr\)\){grid-template-columns:repeat(3,minmax(0,1fr))}}}@layer recipes{.link--color_secondary{color:var(--colors-text2);--activeColor:var(--colors-slate9)}.link--color_primary{color:var(--colors-text1);--activeColor:var(--colors-slate11)}.link--color_accent{color:var(--colors-text3);--activeColor:var(--colors-gold8)}.link--color_secondary:is(:focus,[data-focus]){color:var(--activeColor)}.link--color_primary:is(:focus,[data-focus]){color:var(--activeColor)}.link--color_accent:is(:focus,[data-focus]){color:var(--activeColor)}.link--color_secondary:is(:hover,[data-hover]){color:var(--activeColor)}.link--color_primary:is(:hover,[data-hover]){color:var(--activeColor)}.link--color_accent:is(:hover,[data-hover]){color:var(--activeColor)}@layer _base{.link{--activeColor:inherit;cursor:pointer;transition-duration:var(--durations-default);transition-timing-function:var(--easings-default);transition-property:box-shadow,color}.link:is(:focus,[data-focus]){outline:2px solid transparent;outline-offset:2px;box-shadow:var(--shadows-focus)}}}@font-face{font-family:basierCircle;src:url(/_next/static/media/cfe0987f8a2649cd-s.p.woff2) format("woff2");font-display:swap;font-weight:400}@font-face{font-family:basierCircle;src:url(/_next/static/media/4b94980af295d35b-s.p.woff2) format("woff2");font-display:swap;font-weight:700}@font-face{font-family:basierCircle Fallback;src:local("Arial");ascent-override:92.38%;descent-override:24.98%;line-gap-override:0.00%;size-adjust:106.08%}.__className_5043b6{font-family:basierCircle,basierCircle Fallback,system-ui,sans-serif}.__variable_5043b6{--font-sans:"basierCircle","basierCircle Fallback",system-ui,sans-serif}@font-face{font-family:"untitledSerif";src:url(/_next/static/media/05b32bcfa94c00d2-s.woff2) format("woff2");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:"untitledSerif";src:url(/_next/static/media/364868c2a5ec45d5-s.woff2) format("woff2");font-display:swap;font-weight:700;font-style:italic}@font-face{font-family:"untitledSerif Fallback";src:local("Arial");ascent-override:102.30%;descent-override:26.21%;line-gap-override:0.00%;size-adjust:95.75%}.__className_f127a2{font-family:"untitledSerif","untitledSerif Fallback",serif}.__variable_f127a2{--font-serif:"untitledSerif","untitledSerif Fallback",serif}@font-face{font-family:jetbrainsMono;src:url(/_next/static/media/7e2d114136bd1f12-s.woff2) format("woff2");font-display:swap;font-weight:400}@font-face{font-family:jetbrainsMono Fallback;src:local("Arial");ascent-override:77.57%;descent-override:22.82%;line-gap-override:0.00%;size-adjust:131.49%}.__className_75562c{font-family:jetbrainsMono,jetbrainsMono Fallback,monospace;font-weight:400}.__variable_75562c{--font-mono:"jetbrainsMono","jetbrainsMono Fallback",monospace}