.nmorph-alert{--nmorph-private-alert-background-color:var(--nmorph-overlay-color);background:var(--nmorph-private-alert-background-color);border-radius:var(--default-border-radius);display:inline-block;padding:var(--indentation-03) var(--indentation-04)}.nmorph-alert .nmorph-alert__content,.nmorph-alert .nmorph-alert__content-title{color:var(--nmorph-white-color);white-space:pre-line}.nmorph-alert .nmorph-alert__content-title{font-size:var(--nmorph-typography-title-small-font-size);font-weight:var(--nmorph-typography-title-small-font-weight);line-height:1;line-height:var(--line-height-loose)}.nmorph-alert .nmorph-alert__html-wrapper{display:block}.nmorph-alert .nmorph-alert__wrapper{justify-content:space-between}.nmorph-alert .nmorph-alert__left-side,.nmorph-alert .nmorph-alert__wrapper{align-items:center;display:flex}.nmorph-alert .nmorph-alert__icon{margin-right:var(--indentation-03)}.nmorph-alert .nmorph-alert__close{align-self:var(--nmorph-private-alert-close-align);cursor:pointer;margin-left:var(--indentation-03)}.nmorph-alert .nmorph-alert__close .nmorph-icon{--nmorph-private-icon-color:var(--nmorph-white-color)}.nmorph-alert .nmorph-alert--success .nmorph-alert__icon .nmorph-icon{--nmorph-private-icon-color:var(--nmorph-success-color)}.nmorph-alert.nmorph-alert--error .nmorph-alert__icon .nmorph-icon{--nmorph-private-icon-color:var(--nmorph-error-color)}.nmorph-alert.nmorph-alert--warning .nmorph-alert__icon .nmorph-icon{--nmorph-private-icon-color:var(--nmorph-warn-color)}.nmorph-alert.nmorph-alert--info .nmorph-alert__icon .nmorph-icon{--nmorph-private-icon-color:var(--nmorph-info-color)}.nmorph-alert.nmorph-alert--bordered{border:1px solid var(--nmorph-gray-color)}.nmorph-alert.nmorph-alert--fill{width:100%}.nmorph-icon{color:var(--nmorph-private-icon-color)}.nmorph-icon,.nmorph-icon .nmorph-icon__content{align-items:center;display:flex;height:var(--nmorph-private-icon-height);justify-content:center;min-height:var(--nmorph-private-icon-height);min-width:var(--nmorph-private-icon-width);width:var(--nmorph-private-icon-width)}.nmorph-icon svg{fill:var(--nmorph-private-icon-color);height:100%;width:100%}.nmorph-icon svg,.nmorph-icon svg *{color:var(--nmorph-private-icon-color)}.nmorph-icon line[stroke-width],.nmorph-icon line[stroke],.nmorph-icon path[fill=none],.nmorph-icon path[stroke-width],.nmorph-icon path[stroke],.nmorph-icon polygon[stroke-width],.nmorph-icon polygon[stroke],.nmorph-icon polyline[stroke-width],.nmorph-icon polyline[stroke],.nmorph-icon rect[fill=none],.nmorph-icon rect[stroke-width],.nmorph-icon rect[stroke]{stroke:var(--nmorph-private-icon-color)}.nmorph-icon.nmorph-icon--small{--nmorph-private-icon-width:14px;--nmorph-private-icon-height:14px}.nmorph-icon.nmorph-icon--medium{--nmorph-private-icon-width:20px;--nmorph-private-icon-height:20px}.nmorph-icon.nmorph-icon--large{--nmorph-private-icon-width:32px;--nmorph-private-icon-height:32px}.nmorph-icon{--nmorph-private-icon-color:var(--nmorph-text-color)}.nmorph-card{--nmorph-private-card-padding:var(--indentation-04);--nmorph-private-card-background:var(--nmorph-main-color);--nmorph-private-card-border:none;--nmorph-private-card-shadow:none;--nmorph-private-card-paper-noise:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='1.2' numOctaves='4' stitchTiles='stitch' type='fractalNoise'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.72'/%3E%3C/svg%3E");--nmorph-private-card-paper-light-opacity:0;--nmorph-private-card-paper-dark-opacity:0;--nmorph-private-card-paper-opacity:var(--nmorph-private-card-paper-light-opacity);--nmorph-private-card-paper-shadow-color:color-mix(in srgb,var(--nmorph-dark-shade-color) 82%,transparent);--nmorph-private-card-paper-light-color:color-mix(in srgb,var(--nmorph-light-shade-color) 76%,transparent);background:var(--nmorph-private-card-background);border:var(--nmorph-private-card-border);border-radius:var(--nmorph-private-card-radius,var(--default-border-radius));box-shadow:var(--nmorph-private-card-shadow);box-sizing:border-box;display:flex;flex-direction:column;isolation:isolate;max-width:100%;padding:var(--nmorph-private-card-padding);position:relative;width:-moz-fit-content;width:fit-content}.nmorph-card:before{background-image:var(--nmorph-private-card-paper-noise),radial-gradient(circle at 1px 1px,var(--nmorph-private-card-paper-shadow-color) 0 1px,transparent 1.7px),radial-gradient(circle at 6px 4px,var(--nmorph-private-card-paper-light-color) 0 1px,transparent 1.8px);background-size:72px 72px,11px 11px,16px 16px;border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;opacity:var(--nmorph-private-card-paper-opacity);pointer-events:none;position:absolute;z-index:0}.nmorph-card.nmorph-card--fill{width:100%}.nmorph-card .nmorph-card__content,.nmorph-card .nmorph-card__header{position:relative;z-index:1}.nmorph-card .nmorph-card__content{height:100%;padding:var(--nmorph-private-card-content-padding,0)}.nmorph-card .nmorph-card__header{font-size:var(--nmorph-typography-title-font-size);font-weight:var(--nmorph-typography-title-font-weight);line-height:var(--nmorph-typography-title-line-height)}.nmorph-card .nmorph-card__footer{font-size:var(--nmorph-typography-body-small-font-size);font-weight:var(--nmorph-typography-body-small-font-weight);height:-moz-fit-content;height:fit-content;line-height:var(--nmorph-typography-body-small-line-height);margin-top:4px;position:relative;z-index:1}.nmorph-card.nmorph-card--nmorph{--nmorph-private-card-background:var(--nmorph-main-color)}.nmorph-card:not(.nmorph-card--plain).nmorph-card--outset{--nmorph-private-card-shadow:var(--nmorph-shadow-outset)}.nmorph-card:not(.nmorph-card--plain).nmorph-card--inset{--nmorph-private-card-shadow:var(--nmorph-shadow-inset)}.nmorph-card:not(.nmorph-card--plain).nmorph-card--combined{--nmorph-private-card-border:var(--nmorph-private-card-combined-border-width) solid var(--nmorph-main-color);--nmorph-private-card-shadow:var(--base-shadow-width) var(--base-shadow-width) var(--base-shadow-blur) var(--nmorph-dark-shade-color),calc(var(--base-shadow-width)*-1) calc(var(--base-shadow-width)*-1) var(--base-shadow-blur) var(--nmorph-light-shade-color),inset var(--base-shadow-width) var(--base-shadow-width) var(--base-shadow-blur) var(--nmorph-dark-shade-color),inset calc(var(--base-shadow-width)*-1) calc(var(--base-shadow-width)*-.5) var(--base-shadow-blur) var(--nmorph-light-shade-color)}.nmorph-card.nmorph-card--plain{--nmorph-private-card-background:var(--nmorph-main-color);--nmorph-private-card-border:var(--nmorph-plain-border);--nmorph-private-card-shadow:none}:root[nmorph-data-theme=dark] .nmorph-card{--nmorph-private-card-paper-noise:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='1.2' numOctaves='4' stitchTiles='stitch' type='fractalNoise'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.36'/%3E%3C/svg%3E");--nmorph-private-card-paper-opacity:var(--nmorph-private-card-paper-dark-opacity);--nmorph-private-card-paper-shadow-color:color-mix(in srgb,var(--nmorph-black-color) 54%,transparent);--nmorph-private-card-paper-light-color:color-mix(in srgb,var(--nmorph-white-color) 18%,transparent)}.nmorph-notification-provider{height:100vh;top:0;right:0;bottom:0;left:0;pointer-events:none;position:fixed;width:100vw}.nmorph-notification-provider .nmorph-notification-provider__notification{border-radius:var(--default-border-radius);height:-moz-fit-content;height:fit-content;margin:1rem;overflow:hidden;pointer-events:all;position:relative;transition:transform .5s ease,opacity .5s ease-in-out;width:-moz-fit-content;width:fit-content}.nmorph-notification-provider .nmorph-notification-provider__notification--with-duration .nmorph-alert{padding-bottom:calc(var(--indentation-03) + 12px)}.nmorph-notification-provider .nmorph-notification-provider__duration{align-items:center;bottom:var(--indentation-02);color:var(--nmorph-white-color);display:flex;gap:var(--indentation-02);left:var(--indentation-04);pointer-events:none;position:absolute;right:var(--indentation-04)}.nmorph-notification-provider .nmorph-notification-provider__duration-track{background:color-mix(in srgb,currentColor 20%,transparent);border-radius:999px;flex:1 1 auto;height:3px;min-width:20px;overflow:hidden}.nmorph-notification-provider .nmorph-notification-provider__duration-bar{animation:nmorph-notification-provider-duration var(--nmorph-private-notification-provider-duration) linear forwards;background:currentColor;border-radius:inherit;display:block;height:100%;opacity:.72;transform-origin:left center;width:100%}.nmorph-notification-provider .nmorph-notification-provider__duration-value{color:currentColor;flex:0 0 auto;font-size:var(--nmorph-typography-caption-font-size);line-height:1;opacity:.72}.nmorph-notification-provider .nmorph-notification-provider__list{display:flex;flex-direction:column;max-width:100vw;pointer-events:none;position:fixed;width:-moz-fit-content;width:fit-content}.nmorph-notification-provider .nmorph-notification-move{transition:transform .5s ease}.nmorph-notification-provider .nmorph-notification-provider__list--top-left{align-items:flex-start;left:0;top:0}.nmorph-notification-provider .nmorph-notification-provider__list--top-right{align-items:flex-end;right:0;top:0}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-left{align-items:flex-start;bottom:0;left:0}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-right{align-items:flex-end;bottom:0;right:0}.nmorph-notification-provider .nmorph-notification-provider__list--top-center{align-items:center;left:50%;top:0;transform:translate(-50%)}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-center{align-items:center;bottom:0;left:50%;transform:translate(-50%)}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-center .nmorph-notification-enter-active,.nmorph-notification-provider .nmorph-notification-provider__list--bottom-center .nmorph-notification-leave-active,.nmorph-notification-provider .nmorph-notification-provider__list--bottom-left .nmorph-notification-enter-active,.nmorph-notification-provider .nmorph-notification-provider__list--bottom-left .nmorph-notification-leave-active,.nmorph-notification-provider .nmorph-notification-provider__list--bottom-right .nmorph-notification-enter-active,.nmorph-notification-provider .nmorph-notification-provider__list--bottom-right .nmorph-notification-leave-active,.nmorph-notification-provider .nmorph-notification-provider__list--top-center .nmorph-notification-enter-active,.nmorph-notification-provider .nmorph-notification-provider__list--top-center .nmorph-notification-leave-active,.nmorph-notification-provider .nmorph-notification-provider__list--top-left .nmorph-notification-enter-active,.nmorph-notification-provider .nmorph-notification-provider__list--top-left .nmorph-notification-leave-active,.nmorph-notification-provider .nmorph-notification-provider__list--top-right .nmorph-notification-enter-active,.nmorph-notification-provider .nmorph-notification-provider__list--top-right .nmorph-notification-leave-active{transition:transform .5s ease,opacity .5s ease-in-out}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-left .nmorph-notification-enter-from,.nmorph-notification-provider .nmorph-notification-provider__list--top-left .nmorph-notification-enter-from{transform:translate(-100%)}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-right .nmorph-notification-enter-from,.nmorph-notification-provider .nmorph-notification-provider__list--top-right .nmorph-notification-enter-from{transform:translate(100%)}.nmorph-notification-provider .nmorph-notification-provider__list--top-center .nmorph-notification-enter-from{transform:translateY(-100%)}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-center .nmorph-notification-enter-from{transform:translateY(100%)}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-left .nmorph-notification-leave-to,.nmorph-notification-provider .nmorph-notification-provider__list--top-left .nmorph-notification-leave-to{transform:translate(-100%)}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-right .nmorph-notification-leave-to,.nmorph-notification-provider .nmorph-notification-provider__list--top-right .nmorph-notification-leave-to{transform:translate(100%)}.nmorph-notification-provider .nmorph-notification-provider__list--top-center .nmorph-notification-leave-to{transform:translateY(-100%)}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-center .nmorph-notification-leave-to{transform:translateY(100%)}.nmorph-notification-provider .nmorph-notification-enter-from{opacity:0}.nmorph-notification-provider .nmorph-notification-enter-to{opacity:1;transform:translate(0)}.nmorph-notification-provider .nmorph-notification-leave-active{overflow:hidden}.nmorph-notification-provider .nmorph-notification-leave-active .nmorph-icon{--nmorph-private-icon-color:var(--nmorph-text-color);align-items:center;display:flex;height:var(--nmorph-private-icon-height);min-height:var(--nmorph-private-icon-height);min-width:var(--nmorph-private-icon-width);width:var(--nmorph-private-icon-width)}.nmorph-notification-provider .nmorph-notification-leave-active .nmorph-icon--small{--nmorph-private-icon-width:14px;--nmorph-private-icon-height:14px}.nmorph-notification-provider .nmorph-notification-leave-active .nmorph-icon--medium{--nmorph-private-icon-width:20px;--nmorph-private-icon-height:20px}.nmorph-notification-provider .nmorph-notification-leave-active .nmorph-icon--large{--nmorph-private-icon-width:32px;--nmorph-private-icon-height:32px}.nmorph-notification-provider .nmorph-notification-leave-active .nmorph-icon__content{align-items:center;display:flex;height:var(--nmorph-private-icon-height);justify-content:center;min-height:var(--nmorph-private-icon-height);min-width:var(--nmorph-private-icon-width);overflow:hidden;width:var(--nmorph-private-icon-width)}.nmorph-notification-provider .nmorph-notification-leave-active .nmorph-alert__close .nmorph-icon,.nmorph-notification-provider .nmorph-notification-leave-active .nmorph-alert__content,.nmorph-notification-provider .nmorph-notification-leave-active .nmorph-alert__content-title{--nmorph-private-icon-color:var(--nmorph-white-color)}.nmorph-notification-provider .nmorph-notification-leave-active .nmorph-alert--success .nmorph-alert__icon .nmorph-icon{--nmorph-private-icon-color:var(--nmorph-success-color)}.nmorph-notification-provider .nmorph-notification-leave-active .nmorph-alert--error .nmorph-alert__icon .nmorph-icon{--nmorph-private-icon-color:var(--nmorph-error-color)}.nmorph-notification-provider .nmorph-notification-leave-active .nmorph-alert--warning .nmorph-alert__icon .nmorph-icon{--nmorph-private-icon-color:var(--nmorph-warn-color)}.nmorph-notification-provider .nmorph-notification-leave-active .nmorph-alert--info .nmorph-alert__icon .nmorph-icon{--nmorph-private-icon-color:var(--nmorph-info-color)}.nmorph-notification-provider .nmorph-notification-leave-active svg{fill:var(--nmorph-private-icon-color);height:100%;stroke-width:0;width:100%}.nmorph-notification-provider .nmorph-notification-leave-active path{stroke:var(--nmorph-private-icon-color)}.nmorph-notification-provider .nmorph-notification-leave-to{opacity:0;pointer-events:none}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-left .nmorph-notification-provider__notification--closing,.nmorph-notification-provider .nmorph-notification-provider__list--top-left .nmorph-notification-provider__notification--closing{opacity:0;pointer-events:none;position:absolute;transform:translate(-100%)}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-right .nmorph-notification-provider__notification--closing,.nmorph-notification-provider .nmorph-notification-provider__list--top-right .nmorph-notification-provider__notification--closing{opacity:0;pointer-events:none;position:absolute;transform:translate(100%)}.nmorph-notification-provider .nmorph-notification-provider__list--top-center .nmorph-notification-provider__notification--closing{opacity:0;pointer-events:none;position:absolute;transform:translateY(-100%)}.nmorph-notification-provider .nmorph-notification-provider__list--bottom-center .nmorph-notification-provider__notification--closing{opacity:0;pointer-events:none;position:absolute;transform:translateY(100%)}@keyframes nmorph-notification-provider-duration{0%{transform:scaleX(1)}to{transform:scaleX(0)}}pre{font-size:1em;height:calc(100% - 20px);line-height:1.5;overflow-x:auto}code,pre{margin:0;padding:0}code{white-space:pre}.hljs{background:transparent;color:var(--docs-code-text-color);display:block;overflow-x:auto}.docs-attribute__props{color:var(--nmorph-accent-color);font-weight:800}.docs .nmorph-callout{margin-bottom:12px}::-webkit-scrollbar-button,::-webkit-scrollbar-button:double-button,::-webkit-scrollbar-button:horizontal:end:increment,::-webkit-scrollbar-button:horizontal:start:decrement,::-webkit-scrollbar-button:single-button,::-webkit-scrollbar-button:vertical:end:increment,::-webkit-scrollbar-button:vertical:start:decrement{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent!important;background-image:none!important;border:0!important;display:none!important;height:0!important;max-height:0!important;max-width:0!important;min-height:0!important;min-width:0!important;width:0!important}::-webkit-scrollbar{height:var(--nmorph-native-scrollbar-size,8px);width:var(--nmorph-native-scrollbar-size,8px)}::-webkit-scrollbar,::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--nmorph-text-color) 42%,transparent);border-radius:999px}::-webkit-scrollbar-corner{background:transparent}:root{--docs-code-text-color:#d4d4d4;--docs-code-comment-color:#6a9955;--docs-code-keyword-color:#569cd6;--docs-code-name-color:#569cd6;--docs-code-title-color:#dcdcaa;--docs-code-type-color:#4ec9b0;--docs-code-attr-color:#9cdcfe;--docs-code-string-color:#ce9178;--docs-code-number-color:#b5cea8;--docs-code-literal-color:#c586c0;--docs-code-meta-color:#c586c0}.hljs-comment,.hljs-quote{color:var(--docs-code-comment-color)}.hljs-built_in,.hljs-keyword,.hljs-section,.hljs-selector-tag{color:var(--docs-code-keyword-color)}.hljs-name,.hljs-tag{color:var(--docs-code-name-color)}.hljs-function,.hljs-title,.hljs-title.function_{color:var(--docs-code-title-color)}.hljs-class .hljs-title,.hljs-template-variable,.hljs-title.class_,.hljs-type{color:var(--docs-code-type-color)}.hljs-attr,.hljs-attribute,.hljs-params,.hljs-property,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-variable{color:var(--docs-code-attr-color)}.hljs-bullet,.hljs-regexp,.hljs-string,.hljs-symbol{color:var(--docs-code-string-color)}.hljs-number{color:var(--docs-code-number-color)}.hljs-literal{color:var(--docs-code-literal-color)}.hljs-doctag,.hljs-meta{color:var(--docs-code-meta-color)}:root[nmorph-data-theme=light]{--docs-code-text-color:#6b6f76;--docs-code-comment-color:#6a9955;--docs-code-keyword-color:#007acc;--docs-code-name-color:#569cd6;--docs-code-title-color:#7c6f00;--docs-code-type-color:#16825d;--docs-code-attr-color:#0070ac;--docs-code-string-color:#ce723b;--docs-code-number-color:#8a6500;--docs-code-literal-color:#8f4ec6;--docs-code-meta-color:#8f4ec6}*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,ol[class],p,ul[class]{margin:0}body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizespeed}a{color:inherit;text-decoration:none}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img{display:block;max-width:100%}article>*+*{margin-top:1em}ul{list-style-type:none;padding-left:0}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}:root{--header-height:50px;--footer-height:30px;--margin:8px;--vh:1vh;--docs-layout-shadow-width:calc(var(--base-shadow-width)*.75);--docs-layout-shadow-blur:calc(var(--docs-layout-shadow-width)*var(--base-shadow-blur-coefficient));--docs-layout-shadow-space:calc(var(--docs-layout-shadow-width) + var(--docs-layout-shadow-blur));--docs-shell-surface-margin:var(--margin);--docs-content-padding:16px;--container-height:calc(var(--vh, 1vh)*100 - var(--header-height) - var(--footer-height) - var(--margin)*2)}.nmorph-docs-content{height:var(--container-height);margin:0;min-width:0;overflow:hidden}#__nuxt,body,html{width:100%}#__nuxt,.docs,body,html{height:100%;overflow:hidden}.docs{display:flex;flex-direction:column}.docs-shell{height:calc(var(--vh, 1vh)*100);overflow:hidden;width:100%}.docs-unsupported{align-items:center;background:var(--nmorph-main-color);display:none;justify-content:center;min-height:calc(var(--vh, 1vh)*100);padding:16px}.docs-unsupported__card{background:var(--nmorph-main-color);border-radius:24px;max-width:320px;padding:24px 16px;text-align:center;width:100%}.docs-unsupported__card h1{font-size:20px;line-height:1.2;margin:0 0 12px}.docs-unsupported__card p{color:var(--nmorph-semi-contrast-text-color);line-height:1.4;margin:0}@media (max-height:639px),(max-width:374px){.docs{display:none}.docs-unsupported{display:flex}}
