.command-module__EiPyVG__root[cmdk-root]{width:100%;color:var(--foreground);border:.5px solid oklch(from var(--border)l c h/.7);flex-direction:column;display:flex;overflow:hidden}.command-module__EiPyVG__root[cmdk-root]:focus-within .command-module__EiPyVG__input[cmdk-input]{outline:none}@media (max-width:640px){.command-module__EiPyVG__root[cmdk-root]{height:auto}}.command-module__EiPyVG__dialogOverlay{z-index:50;background-color:#00000080;background-color:lab(0% 0 0/.5);animation:.2s ease-out command-module__EiPyVG__fade-in;position:fixed;inset:0}[data-theme=dark] .command-module__EiPyVG__dialogOverlay{background-color:#000000b3;background-color:lab(0% 0 0/.7)}.command-module__EiPyVG__dialogContent{z-index:50;width:calc(100% - 2rem);max-width:32rem;animation:.2s ease-out command-module__EiPyVG__dialog-in;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.command-module__EiPyVG__dialogContent .command-module__EiPyVG__root{box-shadow:var(--shadow-lg);border-radius:var(--radius);border:.5px solid oklch(from var(--border)l c h/.5);background-color:var(--card)}@media (max-width:640px){.command-module__EiPyVG__dialogContent .command-module__EiPyVG__root{max-width:100%}}@media (max-width:640px){.command-module__EiPyVG__dialogContent{width:calc(100% - 2rem)}}.command-module__EiPyVG__input[cmdk-input]{width:100%;height:2.75rem;color:var(--foreground);caret-color:var(--primary);background-color:#0000;border:none;outline:none;padding:.75rem 1rem;font-size:.875rem;display:flex}.command-module__EiPyVG__input[cmdk-input]::-moz-placeholder{color:var(--muted-foreground)}@media (max-width:640px){.command-module__EiPyVG__input[cmdk-input]::-moz-placeholder{font-size:.9375rem}}.command-module__EiPyVG__input[cmdk-input]::placeholder{color:var(--muted-foreground)}@media (max-width:640px){.command-module__EiPyVG__input[cmdk-input]::placeholder{font-size:.9375rem}}.command-module__EiPyVG__input[cmdk-input]:focus{outline:none}@media (max-width:640px){.command-module__EiPyVG__input[cmdk-input]{height:3rem;padding:.75rem 1rem;font-size:.9375rem}}.command-module__EiPyVG__list[cmdk-list]{scrollbar-width:thin;max-height:300px;padding:.25rem;overflow:auto}@media (max-width:640px){.command-module__EiPyVG__list[cmdk-list]{max-height:250px;padding:.375rem}}.command-module__EiPyVG__item[cmdk-item]{cursor:pointer;-webkit-user-select:none;user-select:none;isolation:isolate;outline:none;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem;font-size:.875rem;display:flex;position:relative}.command-module__EiPyVG__item[cmdk-item]:before{content:"";z-index:-1;background-color:#0000;position:absolute;inset:0}.command-module__EiPyVG__item[cmdk-item]:hover:before,.command-module__EiPyVG__item[cmdk-item][data-selected=true]:before{background-color:var(--mix-card-80-muted)}.command-module__EiPyVG__item[cmdk-item][data-disabled=true]{pointer-events:none;opacity:.5}.command-module__EiPyVG__item[cmdk-item] svg:not(.command-module__EiPyVG__keyboardShortcut svg){flex-shrink:0;width:1rem;height:1rem}@media (max-width:640px){.command-module__EiPyVG__item[cmdk-item] svg:not(.command-module__EiPyVG__keyboardShortcut svg){width:1.125rem;height:1.125rem}}.command-module__EiPyVG__item[cmdk-item]:has(svg){padding:.25rem}@media (max-width:640px){.command-module__EiPyVG__item[cmdk-item]:has(svg){padding:.5rem .625rem}}@media (max-width:640px){.command-module__EiPyVG__item[cmdk-item]{gap:.75rem;min-height:2.75rem;padding:.75rem .625rem;font-size:.9375rem}}.command-module__EiPyVG__keyboardShortcut{background-color:var(--background);border:.5px solid oklch(from var(--border)l c h/.5);color:var(--muted-foreground);align-items:center;gap:.25rem;margin-left:auto;padding:.125rem .25rem;font-family:monospace;font-size:.75rem;font-weight:500;display:flex}.command-module__EiPyVG__keyboardShortcut svg{flex-shrink:0}@media (max-width:640px){.command-module__EiPyVG__keyboardShortcut{padding:.1875rem .375rem;font-size:.8125rem}}.command-module__EiPyVG__iconBackground{background-color:var(--muted);border:.5px solid oklch(from var(--border)l c h/.5);justify-content:center;align-items:center;padding:.4rem;display:flex}.command-module__EiPyVG__group[cmdk-group]{color:var(--foreground);padding:.25rem 0;overflow:hidden}.command-module__EiPyVG__group[cmdk-group] [cmdk-group-heading]{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.025em;padding:0 .5rem;font-size:.71875rem;font-weight:500}@media (max-width:640px){.command-module__EiPyVG__group[cmdk-group] [cmdk-group-heading]{padding:0 .625rem;font-size:.8125rem}}.command-module__EiPyVG__empty[cmdk-empty]{text-align:center;color:var(--muted-foreground);padding:1.5rem;font-size:.875rem}@media (max-width:640px){.command-module__EiPyVG__empty[cmdk-empty]{padding:1.75rem 1rem;font-size:.9375rem}}.command-module__EiPyVG__separator[cmdk-separator]{background-color:oklch(from var(--border)l c h/.4);width:100%;height:.5px;margin:.25rem 0}.command-module__EiPyVG__loading[cmdk-loading]{color:var(--muted-foreground);justify-content:center;align-items:center;padding:1rem;font-size:.875rem;display:flex}@keyframes command-module__EiPyVG__fade-in{0%{opacity:0}to{opacity:1}}@keyframes command-module__EiPyVG__dialog-in{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}
.search-module__tV3mDW__commandWrapper[data-slot=dialog-popup]{border:none;border-radius:0;outline:none;gap:0;width:100%;max-width:560px;padding:0}.search-module__tV3mDW__commandWrapper[data-slot=dialog-popup]:focus-visible,.search-module__tV3mDW__commandWrapper[data-slot=dialog-popup]:focus,.search-module__tV3mDW__commandWrapper[data-slot=dialog-popup]:focus-within{box-shadow:0 0 0 4px oklch(from var(--border)l c h/.6)}[data-theme=dark] .search-module__tV3mDW__commandWrapper[data-slot=dialog-popup]:focus-visible,[data-theme=dark] .search-module__tV3mDW__commandWrapper[data-slot=dialog-popup]:focus,[data-theme=dark] .search-module__tV3mDW__commandWrapper[data-slot=dialog-popup]:focus-within{box-shadow:0 0 0 4px oklch(from var(--border)l c h/.4)}.search-module__tV3mDW__commandWrapper[data-slot=dialog-popup]:not([data-starting-style]){box-shadow:0 0 0 4px oklch(from var(--border)l c h/.6)}[data-theme=dark] .search-module__tV3mDW__commandWrapper[data-slot=dialog-popup]:not([data-starting-style]){box-shadow:0 0 0 4px oklch(from var(--border)l c h/.4)}.search-module__tV3mDW__commandWrapper [cmdk-root]{flex-direction:column;height:440px;padding:0 .25rem;display:flex}.search-module__tV3mDW__commandWrapper [cmdk-input]{border-bottom:.5px solid oklch(from var(--border)l c h/.5);border-radius:0;flex-shrink:0;margin-bottom:.5rem;padding-left:1rem;padding-right:1rem}.search-module__tV3mDW__commandWrapper [cmdk-item]{isolation:isolate;border:1px solid #0000;min-height:2.5rem;padding:.625rem .5rem;font-weight:400;position:relative}.search-module__tV3mDW__commandWrapper [cmdk-item]:before{content:"";z-index:-1;background-color:#0000;border:1px solid #0000;border-radius:0;position:absolute;inset:0}.search-module__tV3mDW__commandWrapper [cmdk-item] svg{color:var(--muted-foreground)}.search-module__tV3mDW__commandWrapper [cmdk-group] [cmdk-group-heading]{text-transform:none}.search-module__tV3mDW__commandWrapper [cmdk-item]:hover:before,.search-module__tV3mDW__commandWrapper [cmdk-item][data-selected=true]:before{background-color:var(--mix-card-66-bg);border:.5px solid oklch(from var(--border)l c h/.8)}.search-module__tV3mDW__commandWrapper [cmdk-item]:focus-visible{outline:2px solid var(--primary);outline-offset:2px;z-index:1}.search-module__tV3mDW__commandWrapper [cmdk-list]{scrollbar-width:thin;scrollbar-color:oklch(from var(--border)l c h/.5)transparent;flex:1 1 0;min-height:0;max-height:none;overflow-y:auto}.search-module__tV3mDW__commandWrapper [cmdk-list]::-webkit-scrollbar{width:6px}.search-module__tV3mDW__commandWrapper [cmdk-list]::-webkit-scrollbar-track{background:0 0}.search-module__tV3mDW__commandWrapper [cmdk-list]::-webkit-scrollbar-thumb{background:oklch(from var(--border)l c h/.5);border-radius:3px}.search-module__tV3mDW__commandWrapper [cmdk-list]::-webkit-scrollbar-thumb:hover{background:oklch(from var(--border)l c h/.7)}.search-module__tV3mDW__commandItemContent{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.search-module__tV3mDW__commandItemTitle{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:450;overflow:hidden}.search-module__tV3mDW__commandItemDescription{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.search-module__tV3mDW__commandFooter{border-top:.5px solid oklch(from var(--border)l c h/.5);background-color:oklch(from var(--muted)l c h/.2);flex-shrink:0;align-items:center;gap:.75rem;margin:0 -.25rem -.25rem;padding:.75rem 1rem;display:flex}.search-module__tV3mDW__commandFooterItem{align-items:center;gap:.5rem;display:flex}.search-module__tV3mDW__commandFooterText{color:var(--muted-foreground);font-size:.75rem;font-weight:400}.search-module__tV3mDW__commandFooterKbd{font-size:.9375rem}.search-module__tV3mDW__searchButton[data-slot=button]{color:var(--muted-foreground);background-color:var(--mix-card-50-bg);border:.5px solid oklch(from var(--border)l c h/.8);border-radius:0;align-items:center;gap:.5rem;min-width:200px;height:36px;padding:.375rem .75rem;font-size:.875rem;display:flex}.search-module__tV3mDW__searchButton[data-slot=button]:hover{background-color:oklch(from var(--accent)l c h/.5);color:var(--foreground)}.search-module__tV3mDW__searchIcon{color:var(--muted-foreground);flex-shrink:0}.search-module__tV3mDW__searchButton:hover .search-module__tV3mDW__searchIcon{color:var(--foreground)}.search-module__tV3mDW__searchText{text-align:left;flex:1;font-weight:400}.search-module__tV3mDW__searchKbd{flex-shrink:0;align-items:center;gap:.25rem;margin-left:auto;display:flex}@media (max-width:768px){.search-module__tV3mDW__searchButton{min-width:auto}.search-module__tV3mDW__searchText,.search-module__tV3mDW__searchKbd{display:none}}
.select-module__FWdb7a__container{z-index:150;display:inline-block;position:relative}.select-module__FWdb7a__trigger{background-color:var(--mix-card-50-bg);min-width:9rem}.select-module__FWdb7a__trigger:hover:not(.select-module__FWdb7a__disabled){background-color:var(--accent);color:var(--foreground)}.select-module__FWdb7a__trigger:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.select-module__FWdb7a__trigger[data-popup-open]{background-color:var(--muted);color:var(--foreground)}.select-module__FWdb7a__trigger[data-popup-open] .select-module__FWdb7a__icon{transform:rotate(180deg)}.select-module__FWdb7a__trigger.select-module__FWdb7a__disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.select-module__FWdb7a__trigger{min-width:7rem}}.select-module__FWdb7a__value{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden;line-height:1.25!important}.select-module__FWdb7a__value[data-placeholder]{color:var(--muted-foreground)}.select-module__FWdb7a__icon{opacity:.5;flex-shrink:0;width:1rem;height:1rem;margin-left:.5rem;transition:transform .2s ease-in-out}.select-module__FWdb7a__positioner{z-index:150}.select-module__FWdb7a__popup{background:var(--popover);border:.5px solid oklch(from var(--border)l c h/.8);border-radius:var(--radius);min-width:170px;transform-origin:var(--transform-origin);z-index:150;box-shadow:var(--shadow-border-stack);transition:transform .25s var(--ease-out-expo),opacity .25s var(--ease-out-expo);overflow-y:auto}.select-module__FWdb7a__popup[data-starting-style],.select-module__FWdb7a__popup[data-ending-style]{opacity:0;transform:scale(.95)}.select-module__FWdb7a__popup[data-side=none]{opacity:1;transition:none;transform:none}.select-module__FWdb7a__arrow{background:var(--mix-card-33-bg);border:1px solid var(--border);z-index:-1;border-bottom:none;border-right:none;width:.75rem;height:.75rem;transform:rotate(45deg)}.select-module__FWdb7a__scrollArrow{background:var(--mix-card-33-bg);cursor:pointer;height:1.5rem;color:var(--foreground);border:none;justify-content:center;align-items:center;transition:background-color .2s ease-in-out;display:flex}.select-module__FWdb7a__scrollArrow:hover{background-color:var(--muted)}.select-module__FWdb7a__scrollArrow[data-state=hidden]{display:none}.select-module__FWdb7a__list{padding:0}.select-module__FWdb7a__item{min-height:32px;color:var(--foreground);cursor:pointer;border-radius:.3125rem;outline:none;justify-content:space-between;align-items:center;gap:.75rem;margin-inline:4px;padding-inline:8px 6px;font-size:.875rem;display:flex}.select-module__FWdb7a__item:hover:not(.select-module__FWdb7a__itemDisabled){background-color:var(--accent)}.select-module__FWdb7a__item[data-highlighted]{background-color:var(--muted);color:var(--foreground)}.select-module__FWdb7a__item[data-selected]{background-color:#0000}.select-module__FWdb7a__item[data-selected] .select-module__FWdb7a__indicator{opacity:1}.select-module__FWdb7a__item.select-module__FWdb7a__itemDisabled{cursor:not-allowed;opacity:.5}.select-module__FWdb7a__itemText{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.select-module__FWdb7a__indicator{opacity:0;flex-shrink:0;width:1rem;height:1rem;margin-left:.5rem;transition:opacity .2s ease-in-out}.select-module__FWdb7a__separator{background-color:var(--border);height:1px;margin:.25rem 0}.select-module__FWdb7a__selectGroup{padding:0}.select-module__FWdb7a__groupLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.select-module__FWdb7a__backdrop{z-index:140;background-color:#00000080;transition:opacity .15s;position:fixed;inset:0}
.select-menu-module__PwrwOq__trigger{min-width:125px;height:31px;color:var(--muted-foreground);background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;gap:.25rem;padding:0 12px;font-size:12px;transition:background-color .2s;display:flex}.select-menu-module__PwrwOq__trigger:hover{background-color:oklch(from var(--accent)l c h/.66)!important}.select-menu-module__PwrwOq__popup{border-radius:0;width:156px;transition:transform .1s ease-out,opacity .1s ease-out}.select-menu-module__PwrwOq__popup[data-starting-style],.select-menu-module__PwrwOq__popup[data-ending-style]{opacity:0;transform:none}.select-menu-module__PwrwOq__popup [role=option]{border-radius:0}.select-menu-module__PwrwOq__popup [role=option]:not([data-selected]){padding-left:31px}.select-menu-module__PwrwOq__popup [role=option]:before{border-radius:0}.select-menu-module__PwrwOq__popup [data-part=item-indicator],.select-menu-module__PwrwOq__popup [class*=indicator]{margin-left:0}.select-menu-module__PwrwOq__item{justify-content:flex-start;gap:.5rem;padding:8px;font-size:12px}
.tabs-module__LHgzSW__root{flex-direction:column;gap:0;display:flex}.tabs-module__LHgzSW__root[data-orientation=vertical]{flex-direction:row;gap:1rem}.tabs-module__LHgzSW__list{border-radius:var(--radius);background-color:var(--mix-card-33-bg);border:.5px solid oklch(from var(--border)l c h/.8);scrollbar-width:none;-ms-overflow-style:none;border-bottom-right-radius:0;border-bottom-left-radius:0;justify-content:flex-start;align-items:center;gap:.25rem;padding:.25rem;display:flex;overflow-x:auto}.tabs-module__LHgzSW__list::-webkit-scrollbar{display:none}.tabs-module__LHgzSW__root[data-orientation=vertical] .tabs-module__LHgzSW__list{flex-direction:column;align-items:stretch;width:200px}.tabs-module__LHgzSW__trigger{white-space:nowrap;border-radius:var(--radius);color:var(--muted-foreground);cursor:pointer;background-color:#0000;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;margin-right:.25rem;padding:.375rem .75rem;font-size:.875rem;font-weight:450;line-height:1.375;display:inline-flex;position:relative}.tabs-module__LHgzSW__trigger:hover{color:var(--foreground)}.tabs-module__LHgzSW__trigger:focus-visible{outline:2px solid var(--ring)}.tabs-module__LHgzSW__trigger:disabled{pointer-events:none;opacity:.5}.tabs-module__LHgzSW__trigger[data-active]{background-color:var(--muted);color:var(--foreground);border:1px solid var(--border)}@media (max-width:640px){.tabs-module__LHgzSW__trigger{font-size:.8125rem}}.tabs-module__LHgzSW__root[data-orientation=vertical] .tabs-module__LHgzSW__trigger{justify-content:flex-start;width:100%}.tabs-module__LHgzSW__content{border-radius:0 0 var(--radius)var(--radius);border:.5px solid oklch(from var(--border)l c h/.8);background-color:var(--mix-card-33-bg);border-top:none;margin-top:0;padding:1.5rem}.tabs-module__LHgzSW__content:focus-visible{outline:2px solid var(--ring)}.tabs-module__LHgzSW__content[data-state=inactive]{display:none}.tabs-module__LHgzSW__content[data-state=active]{display:block}.tabs-module__LHgzSW__content p{margin-top:0;margin-bottom:0}.tabs-module__LHgzSW__root[data-orientation=vertical] .tabs-module__LHgzSW__content{flex:1;margin-top:0}.tabs-module__LHgzSW__indicator{background-color:var(--primary);border-radius:var(--radius);left:var(--active-tab-left);top:calc(var(--active-tab-top) + var(--active-tab-height) - 3px);width:var(--active-tab-width);height:3px;transition:all .15s ease-in-out;position:absolute}
.code-tabs-module__Pao3ta__packageContainer{border:.5px solid var(--border-subtle);background-color:var(--code-header-bg);margin:0;overflow:hidden}.code-tabs-module__Pao3ta__packageContainer pre{background-color:var(--code-header-bg)}.code-tabs-module__Pao3ta__packageContainer pre code span:first-child{color:var(--code-command-color)}.code-tabs-module__Pao3ta__packageContainer pre code span:not(:first-child){color:var(--code-arg-color)}.code-tabs-module__Pao3ta__packageListWrapper{border:none;border-bottom:.5px solid var(--border-subtle);background-color:var(--code-header-bg);border-radius:0;justify-content:space-between;align-items:center;min-height:2.5rem;padding-right:4px;display:flex;position:relative}.code-tabs-module__Pao3ta__packageList{background-color:#0000;border:none;border-radius:0;align-items:center;display:flex}.code-tabs-module__Pao3ta__toolbar{align-items:center;gap:.5rem;display:flex}.code-tabs-module__Pao3ta__toolbar [data-slot=copy-button]{border-radius:0}.code-tabs-module__Pao3ta__packageTrigger{border-radius:2px}.code-tabs-module__Pao3ta__installationList{background-color:#0000;border:none;gap:1.5rem;margin-bottom:1.5rem;padding:0}.code-tabs-module__Pao3ta__installationTrigger{background-color:#0000;border-radius:0;margin:0;padding:0 0 .25rem}.code-tabs-module__Pao3ta__installationTrigger,.code-tabs-module__Pao3ta__installationTrigger[data-active]{border-color:#0000}.code-tabs-module__Pao3ta__installationTrigger[data-active]{border-bottom-color:var(--foreground);background-color:#0000;border-radius:0}.code-tabs-module__Pao3ta__installationContent{background-color:#0000;border:none;margin:0;padding:0}.code-tabs-module__Pao3ta__installationContent>pre,.code-tabs-module__Pao3ta__installationContent>.code-tabs-module__Pao3ta__code-container pre{padding:0}.code-tabs-module__Pao3ta__installationContent[data-manual=true] p{margin-bottom:1rem}
.palette-switcher-module__NZ2jhq__button{width:36px;height:36px;color:var(--muted-foreground);background-color:#0000;border-radius:2px;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.palette-switcher-module__NZ2jhq__button:hover{color:var(--foreground)}
.toast-module__R2SPXq__viewport{z-index:1000;width:250px;margin:0 auto;position:fixed;inset:auto 1rem 1rem auto}@media (min-width:500px){.toast-module__R2SPXq__viewport{width:340px;bottom:2rem;right:2rem}}.toast-module__R2SPXq__root{--gap:.75rem;--peek:.75rem;--scale:calc(max(0,1 - (var(--toast-index)*.1)));--shrink:calc(1 - var(--scale));--height:var(--toast-frontmost-height,var(--toast-height));--offset-y:calc(var(--toast-offset-y)*-1 + (var(--toast-index)*var(--gap)*-1) + var(--toast-swipe-movement-y));box-sizing:border-box;background:var(--mix-card-5-bg);color:var(--muted-foreground);border:.5px solid oklch(from var(--border)l c h/.5);width:100%;box-shadow:oklch(from var(--border)l c h/.2)0px 1px 1px,oklch(from var(--border)l c h/.2)0px 1px 1px,oklch(from var(--border)l c h/.2)0px 1px 1px;transform-origin:bottom;-webkit-user-select:none;user-select:none;transition:transform .35s ease,opacity .5s,height .3s var(--ease-out-expo);cursor:default;z-index:calc(1000 - var(--toast-index));height:var(--height);transform:translateX(var(--toast-swipe-movement-x))translateY(calc(var(--toast-swipe-movement-y) - (var(--toast-index)*var(--peek)) - (var(--shrink)*var(--height))))scale(var(--scale));background-clip:padding-box;border-radius:.5rem;margin:0 0 0 auto;padding:1rem;position:absolute;bottom:0;left:auto;right:0}.toast-module__R2SPXq__root[data-expanded]{transform:translateX(var(--toast-swipe-movement-x))translateY(var(--offset-y));height:var(--toast-height)}.toast-module__R2SPXq__root[data-starting-style]{opacity:0;transform:translateY(150%)}.toast-module__R2SPXq__root[data-ending-style]{transform:translateY(150%)}.toast-module__R2SPXq__root[data-limited]{opacity:0}.toast-module__R2SPXq__root[data-ending-style]{opacity:0}.toast-module__R2SPXq__root[data-ending-style][data-swipe-direction=up]{transform:translateY(calc(var(--toast-swipe-movement-y) - 150%))}.toast-module__R2SPXq__root[data-ending-style][data-swipe-direction=left]{transform:translateX(calc(var(--toast-swipe-movement-x) - 150%))translateY(var(--offset-y))}.toast-module__R2SPXq__root[data-ending-style][data-swipe-direction=right]{transform:translateX(calc(var(--toast-swipe-movement-x) + 150%))translateY(var(--offset-y))}.toast-module__R2SPXq__root[data-ending-style][data-swipe-direction=down]{transform:translateY(calc(var(--toast-swipe-movement-y) + 150%))}.toast-module__R2SPXq__root:after{content:"";width:100%;height:calc(var(--gap) + 1px);position:absolute;top:100%;left:0}.toast-module__R2SPXq__content{transition:opacity .5s;overflow:hidden}.toast-module__R2SPXq__content[data-behind]{pointer-events:none;opacity:0}.toast-module__R2SPXq__content[data-expanded]{pointer-events:auto;opacity:1}.toast-module__R2SPXq__title{letter-spacing:-.02em;color:var(--foreground);margin:0;font-size:.975rem;font-weight:450;line-height:1.25rem}.toast-module__R2SPXq__description{letter-spacing:-.02em;color:var(--secondary-foreground);margin:.25rem 0 0;font-size:.875rem;line-height:1.25rem}.toast-module__R2SPXq__statusPill{border-radius:var(--radius);width:10px;height:5px;display:inline-block}.toast-module__R2SPXq__statusPill[data-type=success]{background-color:var(--success)}.toast-module__R2SPXq__statusPill[data-type=error]{background-color:var(--destructive)}.toast-module__R2SPXq__statusPill[data-type=warning]{background-color:var(--warning)}.toast-module__R2SPXq__statusPill[data-type=info]{background-color:var(--info)}.toast-module__R2SPXq__action{background-color:var(--primary);height:2rem;color:var(--primary-foreground);cursor:pointer;border:none;border-radius:.25rem;justify-content:center;align-items:center;margin-top:.5rem;padding:0 .75rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:background-color .15s;display:inline-flex}.toast-module__R2SPXq__action:hover{background-color:var(--primary);opacity:.9}.toast-module__R2SPXq__action:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.toast-module__R2SPXq__actionButton{margin-top:.5rem}.toast-module__R2SPXq__close{width:1.25rem;height:1.25rem;color:oklch(from var(--foreground)l c h/.3);cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:.5rem;right:.5rem}.toast-module__R2SPXq__close:hover{background-color:var(--muted);color:var(--foreground)}.toast-module__R2SPXq__close:focus{outline:none}.toast-module__R2SPXq__close:focus-visible{outline:2px solid var(--ring,var(--color-blue));outline-offset:2px}.toast-module__R2SPXq__close svg{width:1rem;height:1rem}.toast-module__R2SPXq__anchoredViewport{outline:0}.toast-module__R2SPXq__anchoredPositioner{z-index:50;max-width:min(16rem,var(--available-width))}.toast-module__R2SPXq__anchoredRoot{text-wrap:balance;border:.5px solid var(--border);background:var(--popover);color:var(--popover-foreground);border-radius:calc(var(--radius) - 2px);box-shadow:0 4px 6px -1px oklch(from var(--foreground)l c h/.05);background-clip:padding-box;font-size:.75rem;transition:scale .15s,opacity .15s;position:relative}.toast-module__R2SPXq__anchoredRoot:before{content:"";pointer-events:none;border-radius:calc(var(--radius) - 3px);box-shadow:inset 0 1px 0 oklch(from var(--background)l c h/.04);position:absolute;inset:0}.toast-module__R2SPXq__anchoredRoot[data-starting-style],.toast-module__R2SPXq__anchoredRoot[data-ending-style]{opacity:0;scale:.98}.toast-module__R2SPXq__anchoredContent{pointer-events:auto;padding:.25rem .5rem}.toast-module__R2SPXq__anchoredTitle{white-space:nowrap;margin:0;font-weight:400}
.block-viewer-module__Fi9Q9W__viewer{flex-direction:column;height:100%;min-height:0;display:flex}.block-viewer-module__Fi9Q9W__tabs{flex-direction:column;flex:1;min-height:0;display:flex!important}.block-viewer-module__Fi9Q9W__tabs [data-slot=tabs-content][data-state=active]{flex-direction:column;flex:1;min-height:0;display:flex}.block-viewer-module__Fi9Q9W__previewPanel[data-slot=tabs-content],.block-viewer-module__Fi9Q9W__codePanel[data-slot=tabs-content]{background:0 0;border:none;border-radius:0;padding:0}.block-viewer-module__Fi9Q9W__tabsHeader [data-slot=tabs-list]{background-color:#0000;border:none;border-radius:0;padding:0}.block-viewer-module__Fi9Q9W__tabsHeader [data-slot=tabs-trigger]{border-radius:2px;font-size:12px}.block-viewer-module__Fi9Q9W__tabsHeader [data-slot=tabs-trigger]:first-child{margin-right:0}.block-viewer-module__Fi9Q9W__tabsHeader [data-slot=tabs-trigger]:not([data-active]){border:1px solid oklch(from var(--border)l c h/.5)}.block-viewer-module__Fi9Q9W__tabsHeader [data-slot=tabs-trigger][data-active]{color:var(--foreground);border:1px solid var(--border)}.block-viewer-module__Fi9Q9W__tabsHeader{border-bottom:.5px solid oklch(from var(--border)l c h/.7);background:var(--code-header-bg);justify-content:space-between;align-items:center;min-height:2.5rem;padding:2px 4px;display:flex}.block-viewer-module__Fi9Q9W__previewPanel{background:var(--muted);flex-direction:column;flex:1;min-height:0;padding:0;display:flex;overflow-y:auto}.block-viewer-module__Fi9Q9W__previewContainer{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:100%;padding:1rem;display:flex}@media (max-width:640px){.block-viewer-module__Fi9Q9W__previewContainer{justify-content:flex-start;padding:.5rem}}.block-viewer-module__Fi9Q9W__previewContainerFull{flex-direction:column;flex:1;width:100%;height:100%;min-height:0;display:flex}.block-viewer-module__Fi9Q9W__loading{color:var(--muted-foreground)}.block-viewer-module__Fi9Q9W__codePanel{flex-direction:column;flex:1;min-height:0;display:flex}.block-viewer-module__Fi9Q9W__codeLayout{flex:1;grid-template-columns:240px 1fr;min-height:0;display:grid}@media (max-width:768px){.block-viewer-module__Fi9Q9W__codeLayout{grid-template-columns:1fr}.block-viewer-module__Fi9Q9W__sidebar{display:none}}.block-viewer-module__Fi9Q9W__sidebar{border-right:.5px solid oklch(from var(--border)l c h/.7);background:var(--code-header-bg);min-height:0;overflow-y:auto}.block-viewer-module__Fi9Q9W__sidebarHeader{border-bottom:.5px solid oklch(from var(--border)l c h/.7);background:var(--code-header-bg);justify-content:space-between;align-items:center;min-height:2.5rem;padding:2px 4px 2px 10px;display:flex}.block-viewer-module__Fi9Q9W__sidebarTitle{color:var(--muted-foreground);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.75rem;font-weight:400}.block-viewer-module__Fi9Q9W__codeArea{background:var(--code-header-bg);flex-direction:column;min-height:0;display:flex;overflow:hidden}.block-viewer-module__Fi9Q9W__codeHeader{border-bottom:.5px solid oklch(from var(--border)l c h/.7);background:var(--code-header-bg);justify-content:space-between;align-items:center;min-height:2.5rem;padding:2px 4px 2px 10px;display:flex}.block-viewer-module__Fi9Q9W__fileName{color:var(--muted-foreground);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.75rem;font-weight:400}.block-viewer-module__Fi9Q9W__codeContent{background:var(--code-header-bg);scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;overflow:auto}.block-viewer-module__Fi9Q9W__codeContent::-webkit-scrollbar{display:none}.block-viewer-module__Fi9Q9W__codeContent .code-container{max-height:none}.block-viewer-module__Fi9Q9W__headerActions{align-items:center;gap:.5rem;display:flex}.block-viewer-module__Fi9Q9W__separator{background:oklch(from var(--border)l c h/.5);width:1px;height:1rem}.block-viewer-module__Fi9Q9W__installButton{border:1px solid oklch(from var(--border)l c h/.5);cursor:pointer;background:0 0;border-radius:2px;align-items:center;gap:.25rem;margin-right:12px;padding:.25rem .5rem;font-size:12px;display:flex}.block-viewer-module__Fi9Q9W__installButton:hover .block-viewer-module__Fi9Q9W__installCode{color:var(--foreground)}.block-viewer-module__Fi9Q9W__installCode{color:var(--muted-foreground);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;transition:color .2s ease-out}@media (max-width:768px){.block-viewer-module__Fi9Q9W__installButton,.block-viewer-module__Fi9Q9W__separator{display:none}}
.heading-anchor-module__mnyzpa__headingWithAnchor{width:fit-content;color:var(--docs-heading);position:relative}.heading-anchor-module__mnyzpa__trigger{all:unset;width:fit-content;color:inherit;cursor:pointer;border-radius:4px;outline:none;align-items:center;gap:.5rem;padding:.125rem 0;display:inline-flex;position:relative}.heading-anchor-module__mnyzpa__trigger:hover{color:var(--foreground);background-color:#0000}.heading-anchor-module__mnyzpa__trigger:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:4px}.heading-anchor-module__mnyzpa__icon{opacity:0;transition:opacity .15s var(--ease-out-expo),transform .2s var(--ease-out-expo),color .15s var(--ease-out-expo);color:var(--muted-foreground);will-change:opacity,transform;transform-origin:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;left:0;transform:scale(.95)}.heading-anchor-module__mnyzpa__trigger:hover .heading-anchor-module__mnyzpa__icon,.heading-anchor-module__mnyzpa__trigger:focus-visible .heading-anchor-module__mnyzpa__icon{opacity:1;color:var(--foreground);transform:translate(-100%)translate(-.5rem)scale(1)}.heading-anchor-module__mnyzpa__trigger:active .heading-anchor-module__mnyzpa__icon{color:var(--foreground);opacity:1}.heading-anchor-module__mnyzpa__popover{padding:.25rem .5rem;font-size:.75rem}
.file-tree-module__0lcwrW__tree{padding:.5rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.8125rem}.file-tree-module__0lcwrW__node{-webkit-user-select:none;user-select:none}.file-tree-module__0lcwrW__nodeButton{border-radius:var(--radius-md);width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.375rem;padding:.375rem .5rem;transition:background-color .15s;display:flex}.file-tree-module__0lcwrW__nodeButton:hover,.file-tree-module__0lcwrW__selected{background:var(--accent)}.file-tree-module__0lcwrW__chevron{color:var(--muted-foreground);flex-shrink:0;transition:transform .15s}.file-tree-module__0lcwrW__chevronOpen{transform:rotate(90deg)}.file-tree-module__0lcwrW__spacer{flex-shrink:0;width:14px}.file-tree-module__0lcwrW__icon{color:var(--muted-foreground);flex-shrink:0}.file-tree-module__0lcwrW__name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.file-tree-module__0lcwrW__children{overflow:hidden}
.site-header-module__rXUTXW__header{height:var(--header-height);box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;display:flex}.site-header-module__rXUTXW__container{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:space-between;align-items:center;width:100%;max-width:1440px;height:100%;padding:0 1rem;display:flex}.site-header-module__rXUTXW__containerHomePage{padding:0}.site-header-module__rXUTXW__nav{align-items:center;gap:2rem;height:100%;margin-left:3px;display:flex}.site-header-module__rXUTXW__logoLink{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;align-items:center;text-decoration:none;display:flex}.site-header-module__rXUTXW__navLinks{align-items:center;gap:1.5rem;height:100%;display:flex}.site-header-module__rXUTXW__navLink{color:var(--secondary-foreground);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;transition:all .2s var(--ease-out-quad);border-radius:2px;font-size:.875rem;font-weight:400;text-decoration:none}.site-header-module__rXUTXW__newBadge{text-transform:uppercase;letter-spacing:.025em;background-color:oklch(from var(--info)l c h/.15);color:var(--info);border-radius:9999px;margin-left:.375rem;padding:.125rem .375rem;font-size:.625rem;font-weight:500}.site-header-module__rXUTXW__actions{align-items:center;gap:1rem;height:100%;display:flex}.site-header-module__rXUTXW__githubLink{width:2.25rem;height:2.25rem;color:var(--muted-foreground);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background-color:#0000;border-radius:2px;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.site-header-module__rXUTXW__githubLink:hover{color:var(--foreground)}.site-header-module__rXUTXW__leftSection{align-items:center;gap:1rem;height:100%;display:flex}.site-header-module__rXUTXW__separator{background-color:oklch(from var(--border)l c h/.3);width:1px;height:1.25rem}.site-header-module__rXUTXW__mobileMenuWrapper{display:none}.site-header-module__rXUTXW__desktopOnly{align-items:center;display:flex}.site-header-module__rXUTXW__innerWrapper{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;height:100%;padding-left:8px;padding-right:8px;display:flex}.site-header-module__rXUTXW__innerWrapperHomePage{padding-left:0;padding-right:0}@media (max-width:1023px){.site-header-module__rXUTXW__container{border-radius:0;max-width:100%;padding:0}.site-header-module__rXUTXW__innerWrapper{padding-left:1rem;padding-right:1rem}.site-header-module__rXUTXW__mobileMenuWrapper{display:block}.site-header-module__rXUTXW__navLinks,.site-header-module__rXUTXW__desktopOnly{display:none}}
.collapsible-module__KaLe_a__root{width:100%;max-width:14rem;color:var(--foreground);flex-direction:column;justify-content:center;display:flex}.collapsible-module__KaLe_a__trigger{background-color:var(--mix-card-15-bg);color:var(--foreground);cursor:pointer;border:1px solid var(--border);border-radius:.25rem;outline:0;justify-content:space-between;align-items:center;margin:0;padding:.25rem .5rem;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:all .15s ease-out;display:flex}.collapsible-module__KaLe_a__trigger:hover{background-color:var(--mix-card-50-bg)}.collapsible-module__KaLe_a__trigger:active{background-color:var(--mix-card-15-bg)}.collapsible-module__KaLe_a__trigger:focus-visible{outline:2px solid var(--ring)}.collapsible-module__KaLe_a__trigger[data-disabled]{cursor:not-allowed;opacity:.5}.collapsible-module__KaLe_a__trigger[data-disabled]:hover{background-color:var(--muted)}.collapsible-module__KaLe_a__trigger[data-panel-open] .collapsible-module__KaLe_a__chevron path:first-child{transform:translateY(-10px)}.collapsible-module__KaLe_a__trigger[data-panel-open] .collapsible-module__KaLe_a__chevron path:last-child{transform:translateY(10px)}.collapsible-module__KaLe_a__chevron{width:.75rem;height:.75rem;color:var(--muted-foreground);flex-shrink:0}.collapsible-module__KaLe_a__chevron path:first-child,.collapsible-module__KaLe_a__chevron path:last-child{transition:transform .2s var(--ease-out-expo);transform-origin:50%}.collapsible-module__KaLe_a__panel{height:var(--collapsible-panel-height);box-sizing:border-box;flex-direction:column;justify-content:end;width:100%;font-size:.875rem;line-height:1.25rem;transition:all .15s ease-out;display:flex;overflow:hidden}.collapsible-module__KaLe_a__panel[data-starting-style],.collapsible-module__KaLe_a__panel[data-ending-style]{height:0}.collapsible-module__KaLe_a__panel[data-closed]{height:0;animation:collapsible-module__KaLe_a__slideUp .25s var(--ease-out-expo);border:none}.collapsible-module__KaLe_a__panel[data-panel-open]{animation:collapsible-module__KaLe_a__slideDown .25s var(--ease-out-expo)}@keyframes collapsible-module__KaLe_a__slideDown{0%{height:0}to{height:var(--collapsible-panel-height)}}@keyframes collapsible-module__KaLe_a__slideUp{0%{height:var(--collapsible-panel-height)}to{height:0}}
.page-module__56okYG__page{flex-direction:column;flex:1;display:flex;overflow:hidden}.page-module__56okYG__loading{color:var(--muted-foreground);font-size:.875rem}
.prop-table-module__SCTODq__container{margin-bottom:var(--space-lg);border:.5px solid oklch(from var(--border)l c h/.7);flex-direction:column;display:flex}.prop-table-module__SCTODq__header{background-color:var(--mix-card-33-bg);border-bottom:.5px solid oklch(from var(--border)l c h/.7);grid-template-columns:1fr;gap:16px;padding:8px 16px;display:grid}@media (min-width:768px){.prop-table-module__SCTODq__header{grid-template-columns:200px 1fr 1fr}}.prop-table-module__SCTODq__headerCell{color:var(--foreground);font-size:14px;font-weight:500}.prop-table-module__SCTODq__headerCell:nth-child(2),.prop-table-module__SCTODq__headerCell:nth-child(3){display:none}@media (min-width:768px){.prop-table-module__SCTODq__headerCell:nth-child(2),.prop-table-module__SCTODq__headerCell:nth-child(3){display:block}}.prop-table-module__SCTODq__visuallyHidden{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.prop-table-module__SCTODq__body{flex-direction:column;display:flex}.prop-table-module__SCTODq__collapsible{border-bottom:.5px solid oklch(from var(--border)l c h/.7);width:100%;max-width:none}.prop-table-module__SCTODq__collapsible:last-child{border-bottom:none}.prop-table-module__SCTODq__collapsible .prop-table-module__SCTODq__panel[data-panel-open],.prop-table-module__SCTODq__collapsible .prop-table-module__SCTODq__panel[data-closed]{animation:none}.prop-table-module__SCTODq__trigger{background-color:var(--mix-card-33-bg);border:none;border-radius:0;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:8px 16px;display:flex}.prop-table-module__SCTODq__trigger:hover{background-color:var(--accent)}.prop-table-module__SCTODq__trigger:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.prop-table-module__SCTODq__summaryGrid{flex:1;grid-template-columns:1fr;align-items:center;gap:16px;display:grid}@media (min-width:768px){.prop-table-module__SCTODq__summaryGrid{grid-template-columns:200px 1fr 1fr}}.prop-table-module__SCTODq__summaryGrid>*{text-align:left}.prop-table-module__SCTODq__summaryGrid>:nth-child(2),.prop-table-module__SCTODq__summaryGrid>:nth-child(3){display:none}@media (min-width:768px){.prop-table-module__SCTODq__summaryGrid>:nth-child(2),.prop-table-module__SCTODq__summaryGrid>:nth-child(3){display:block}}.prop-table-module__SCTODq__defaultCell{justify-content:flex-start;align-items:center;display:flex}.prop-table-module__SCTODq__panel[data-slot=collapsible-panel]{background-color:var(--mix-card-50-bg);height:var(--collapsible-panel-height);flex-direction:column;justify-content:start;transition:none;animation:none;display:flex;overflow:hidden}.prop-table-module__SCTODq__panel[data-slot=collapsible-panel][data-starting-style]{height:0;animation:none}.prop-table-module__SCTODq__panel[data-slot=collapsible-panel][data-open]{animation:prop-table-module__SCTODq__propSlideDown .2s var(--ease-out-expo)}.prop-table-module__SCTODq__panel[data-slot=collapsible-panel][data-ending-style]{animation:prop-table-module__SCTODq__propSlideUp .2s var(--ease-out-expo)forwards}.prop-table-module__SCTODq__panel[data-slot=collapsible-panel][data-closed]{height:0;animation:none}@keyframes prop-table-module__SCTODq__propSlideDown{0%{height:0}to{height:var(--collapsible-panel-height)}}@keyframes prop-table-module__SCTODq__propSlideUp{0%{height:var(--collapsible-panel-height)}to{height:0}}.prop-table-module__SCTODq__panelRow{border-bottom:.5px solid oklch(from var(--border)l c h/.5);grid-template-columns:1fr;align-items:start;gap:8px;padding:12px 16px;display:grid}.prop-table-module__SCTODq__panelRow:first-child{padding-top:16px}.prop-table-module__SCTODq__panelRow:last-child{border-bottom:none;padding-bottom:16px}@media (min-width:768px){.prop-table-module__SCTODq__panelRow{border-bottom:none;grid-template-columns:200px 1fr 1fr;gap:16px;padding-top:12px;padding-bottom:12px}.prop-table-module__SCTODq__panelRow:first-child{padding-top:16px}.prop-table-module__SCTODq__panelRow:last-child{padding-bottom:16px}}.prop-table-module__SCTODq__detailLabel{color:var(--muted-foreground);font-size:13px;font-weight:400}.prop-table-module__SCTODq__detailValue,.prop-table-module__SCTODq__detailValueSpan{color:var(--foreground);word-break:break-word;font-size:13px;line-height:1.6}@media (min-width:768px){.prop-table-module__SCTODq__detailValueSpan{grid-column:span 2}}.prop-table-module__SCTODq__code{color:var(--prop-code-color);font-family:Geist Mono,monospace;font-size:12px}.prop-table-module__SCTODq__typeCode{color:var(--prop-type-color);font-family:Geist Mono,monospace;font-size:12px}.prop-table-module__SCTODq__typeClass{color:var(--prop-type-class-color)}.prop-table-module__SCTODq__separator{color:var(--muted-foreground)}.prop-table-module__SCTODq__stringValue{color:var(--prop-string-color)}.prop-table-module__SCTODq__booleanValue{color:var(--prop-boolean-color)}.prop-table-module__SCTODq__numberValue{color:var(--prop-number-color)}.prop-table-module__SCTODq__functionValue{color:var(--prop-function-color)}.prop-table-module__SCTODq__defaultEmpty{color:var(--muted-foreground)}
.home-page-module__MsA6jq__container{flex-direction:column;min-height:100vh;display:flex}.home-page-module__MsA6jq__mainWrapper{flex:1}.home-page-module__MsA6jq__headerWrapper{width:100%;max-width:980px;margin:0 auto;position:relative}@media (max-width:1023px){.home-page-module__MsA6jq__headerWrapper{padding-left:1rem;padding-right:1rem}}.home-page-module__MsA6jq__contentWrapper{width:100%;height:100%;padding:clamp(100px,15vw,150px) max(24px,5vw) clamp(2rem,5vw,4rem);position:relative}.home-page-module__MsA6jq__homeContent{z-index:1;max-width:980px;margin:0 auto;position:relative}
.page-module__c0_N4W__pageContent{width:100%;min-width:0;max-width:760px;color:var(--foreground);flex-direction:column;flex:1;margin:0 auto;font-size:clamp(.875rem,.8rem + .25vw,.9375rem);display:flex}.page-module__c0_N4W__prose p{line-height:1.75rem}.page-module__c0_N4W__prose li,.page-module__c0_N4W__prose td,.page-module__c0_N4W__prose th,.page-module__c0_N4W__prose blockquote,.page-module__c0_N4W__prose code:not(pre code){line-height:1.65}.page-module__c0_N4W__pageHeader{flex-direction:column;gap:.5rem;margin-bottom:clamp(2rem,1.5rem + 2vw,3rem);display:flex}.page-module__c0_N4W__headerContent{flex-direction:column;gap:.5rem;display:flex}.page-module__c0_N4W__pageTitle{letter-spacing:-.025em;margin:0;scroll-margin-top:5rem;font-size:clamp(1.75rem,1.5rem + 1vw,2.25rem);font-weight:600;line-height:1.1}.page-module__c0_N4W__pageDescription{color:var(--muted-foreground);text-wrap:balance;margin:0;font-size:clamp(.875rem,.8rem + .25vw,.9375rem);line-height:1.6}.page-module__c0_N4W__linksSection{flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.page-module__c0_N4W__externalLinks,.page-module__c0_N4W__componentBadges{align-items:center;gap:.5rem;display:flex}.page-module__c0_N4W__componentBadges{flex-wrap:wrap}.page-module__c0_N4W__externalLinks a,.page-module__c0_N4W__componentBadges a{text-decoration:none}.page-module__c0_N4W__contentWrapper{flex-direction:column;flex:1;width:100%;display:flex}.page-module__c0_N4W__prose :is(h1,h2,h3,h4,h5,h6){color:var(--docs-heading);text-wrap:balance;scroll-margin-top:calc(var(--header-height) + 2rem);font-weight:500}.page-module__c0_N4W__prose :is(h1,h2,h3,h4,h5,h6):first-child{margin-top:0}.page-module__c0_N4W__prose h1{margin-bottom:var(--space-lg);letter-spacing:-.02em;font-size:36px;font-weight:600;line-height:1.15}.page-module__c0_N4W__prose h2{margin-top:36px;margin-bottom:var(--space-md);letter-spacing:-.015em;font-size:clamp(1.17rem,1rem + .67vw,1.5rem);line-height:1.25}.page-module__c0_N4W__prose p+h2{margin-top:24px}.page-module__c0_N4W__prose [class*=code-tabs-shared-module]+h2,.page-module__c0_N4W__prose [class*=component-preview-module]+h2,.page-module__c0_N4W__prose [class*=code-block-module]+h2{margin-top:60px}.page-module__c0_N4W__prose div:has([class*=tabs-module])+h2{margin-top:60px}.page-module__c0_N4W__prose h2:has(+p+[class*=component-preview-module]){margin-bottom:6px}.page-module__c0_N4W__prose h3{margin-top:var(--space-xl);letter-spacing:-.01em;margin-bottom:6px;font-size:clamp(.97rem,.83rem + .56vw,1.25rem);line-height:1.35}.page-module__c0_N4W__prose h3:has(+[class*=component-preview-module]){margin-bottom:16px}.page-module__c0_N4W__prose h2+h3{margin-top:var(--space-md)}.page-module__c0_N4W__prose [class*=code-tabs-module]+h3,.page-module__c0_N4W__prose [class*=code-block-module]+h3,.page-module__c0_N4W__prose [class*=component-preview-module]+h3{margin-top:60px}.page-module__c0_N4W__prose div:has([class*=code-tabs-module])+div>h3:first-child{margin-top:60px}.page-module__c0_N4W__prose div:has([class*=code-block-module])+div>h3:first-child{margin-top:60px}.page-module__c0_N4W__prose div:has([class*=component-preview-module])+div>h3:first-child{margin-top:60px}.page-module__c0_N4W__prose h4{margin-top:var(--space-lg);letter-spacing:-.005em;margin-bottom:6px;font-size:18px;line-height:1.4}.page-module__c0_N4W__prose h3+h4{margin-top:var(--space-md)}.page-module__c0_N4W__prose h5{margin-top:var(--space-lg);margin-bottom:4px;font-size:16px;line-height:1.5}.page-module__c0_N4W__prose h6{margin-top:var(--space-md);margin-bottom:4px;font-size:14px;line-height:1.5}.page-module__c0_N4W__prose p{margin-bottom:20px}.page-module__c0_N4W__prose p:last-child{margin-bottom:0}.page-module__c0_N4W__prose :is(ul,ol){margin-bottom:var(--space-md);padding-left:var(--space-md)}.page-module__c0_N4W__prose :is(ul,ol) li{margin-bottom:var(--space-xs)}.page-module__c0_N4W__prose :is(ul,ol) li:last-child{margin-bottom:0}.page-module__c0_N4W__prose .page-module__c0_N4W__code-container{max-height:400px;margin:0;overflow:auto}.page-module__c0_N4W__prose .page-module__c0_N4W__code-container pre{margin:0;padding:1rem}.page-module__c0_N4W__prose code:not(pre code){border-radius:4px}.page-module__c0_N4W__prose table{width:100%}.page-module__c0_N4W__prose blockquote{margin-block:var(--space-md);padding-left:var(--space-md);border-left:4px solid var(--border)}.page-module__c0_N4W__prose blockquote:last-child{margin-bottom:var(--space-lg)}.page-module__c0_N4W__prose figure{margin-block:var(--space-xl)}.page-module__c0_N4W__prose hr{margin-block:var(--space-2xl);background-color:var(--border);border:none;height:1px}.page-module__c0_N4W__bottomNavigation{justify-content:space-between;width:100%;margin:4rem auto 0;display:flex}.page-module__c0_N4W__prevButton,.page-module__c0_N4W__nextButton{flex:1}.page-module__c0_N4W__nextButton{text-align:right}.page-module__c0_N4W__buttonCustomStyle{font-weight:400}.page-module__c0_N4W__badgeButton{border-radius:2px;align-items:center;height:auto;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.page-module__c0_N4W__badgeButton svg{width:10px;height:9px;margin-top:0;margin-left:6px;margin-right:-4px}.page-module__c0_N4W__toc{display:none}@media (min-width:1200px){.page-module__c0_N4W__toc{top:calc(var(--header-height) + 2rem);height:fit-content;max-height:calc(100vh - var(--header-height) - 4rem);flex-shrink:0;align-self:flex-start;width:240px;display:block;position:sticky;overflow-y:auto}}
.card-task-module__LRdkVq__taskCard{gap:1rem;width:100%;max-width:300px;padding:16px}.card-task-module__LRdkVq__contentContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.card-task-module__LRdkVq__badgeContainer{align-items:center;gap:.5rem;display:flex}.card-task-module__LRdkVq__dividerWrapper{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px;padding:5px 0}.card-task-module__LRdkVq__divider{border-bottom:.5px solid oklch(from var(--border)l c h/.6);width:100%;height:1px}.card-task-module__LRdkVq__footerContainer{width:100%;color:oklch(from var(--muted-foreground)l c h/.6);justify-content:space-between;font-size:12px;display:flex}.card-task-module__LRdkVq__footerLeftGroup{align-items:center;gap:.75rem;display:flex}.card-task-module__LRdkVq__iconBubble{background-color:var(--mix-card-33-bg);border:.5px solid oklch(from var(--border)l c h/.2);border-radius:12px;justify-content:center;align-items:center;gap:4px;padding:4px 8px;transition:all .15s;display:flex}.card-task-module__LRdkVq__iconBubble:hover{background-color:var(--mix-card-50-bg);border-color:var(--border)}.card-task-module__LRdkVq__tomorrowText{color:var(--warning-foreground)}.card-task-module__LRdkVq__taskFooter{flex-direction:column;gap:.65rem;margin-top:0;margin-bottom:0;display:flex}@media (max-width:1280px){.card-task-module__LRdkVq__taskCard{min-height:auto}}
