:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root,[data-theme=DEFAULT]{--p:354.93 81.377% 48.431%;--pf:354.93 81.377% 38.745%;--sf:220 2.6549% 62.275%;--af:0 0% 0%;--nf:0 0% 0%;--b1:0 0% 100%;--b2:0 0% 0%;--b3:0 0% 0%;--in:198 93% 60%;--su:158 64% 52%;--wa:43 96% 56%;--er:0 91% 71%;--bc:0 0% 80%;--pc:354.93 100% 89.686%;--sc:220 8.3123% 15.569%;--ac:0 0% 80%;--nc:0 0% 80%;--inc:198 100% 12%;--suc:158 100% 10%;--wac:43 100% 11%;--erc:0 100% 14%;--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem;--s:220 2.6549% 77.843%}[data-theme=DARK]{--p:220 2.6549% 77.843%;--pf:220 2.6549% 62.275%;--sf:0 0% 0%;--af:0 0% 0%;--nf:0 0% 0%;--b1:0 0% 100%;--b2:0 0% 0%;--b3:0 0% 0%;--in:198 93% 60%;--su:158 64% 52%;--wa:43 96% 56%;--er:0 91% 71%;--bc:0 0% 80%;--pc:220 8.3123% 15.569%;--sc:0 0% 80%;--ac:0 0% 80%;--nc:0 0% 80%;--inc:198 100% 12%;--suc:158 100% 10%;--wac:43 100% 11%;--erc:0 100% 14%;--rounded-box:1rem;--rounded-btn:0.5rem;--rounded-badge:1.9rem;--animation-btn:0.25s;--animation-input:.2s;--btn-text-case:uppercase;--btn-focus-scale:0.95;--border-btn:1px;--tab-border:1px;--tab-radius:0.5rem}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(43,127,230,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(43,127,230,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }@media (min-width:0px){.container{max-width:0}}@media (min-width:480px){.container{max-width:480px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:976px){.container{max-width:976px}}@media (min-width:1440px){.container{max-width:1440px}}@media (min-width:1536px){.container{max-width:1536px}}.avatar{position:relative;display:inline-flex}.avatar>div{display:block;aspect-ratio:1/1;overflow:hidden}.avatar img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.avatar.placeholder>div{display:flex}.avatar.placeholder>div,.btn{align-items:center;justify-content:center}.btn{display:inline-flex;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-wrap:wrap;border-color:transparent;border-color:hsl(var(--n)/var(--tw-border-opacity));text-align:center;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);border-radius:var(--rounded-btn,.5rem);height:3rem;padding-left:1rem;padding-right:1rem;font-size:.875rem;line-height:1.25rem;line-height:1em;min-height:3rem;font-weight:600;text-transform:uppercase;text-transform:var(--btn-text-case,uppercase);text-decoration-line:none;border-width:var(--border-btn,1px);animation:button-pop var(--animation-btn,.25s) ease-out;--tw-border-opacity:1;--tw-bg-opacity:1;background-color:hsl(var(--n)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--nc)/var(--tw-text-opacity))}.btn-disabled,.btn.loading,.btn.loading:hover,.btn[disabled]{pointer-events:none}.btn.\!loading,.btn.\!loading:hover{pointer-events:none!important}.btn.loading:before{margin-right:.5rem;height:1rem;width:1rem;border-radius:9999px;border-width:2px;animation:spin 2s linear infinite;content:"";border-color:transparent currentColor currentColor transparent}.btn.\!loading:before{margin-right:.5rem!important;height:1rem!important;width:1rem!important;border-radius:9999px!important;border-width:2px!important;animation:spin 2s linear infinite!important;content:""!important;border-color:transparent currentColor currentColor transparent!important}@media (prefers-reduced-motion:reduce){.btn.loading:before{animation:spin 10s linear infinite}.btn.\!loading:before{animation:spin 10s linear infinite!important}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.btn-group>input[type=radio].btn{-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn-group>input[type=radio].btn:before{content:attr(data-title)}.card{position:relative;display:flex;flex-direction:column;border-radius:var(--rounded-box,1rem)}.card:focus{outline:2px solid transparent;outline-offset:2px}.card figure{display:flex;align-items:center;justify-content:center}.card.image-full{display:grid}.card.image-full:before{position:relative;content:"";z-index:10;--tw-bg-opacity:1;background-color:hsl(var(--n)/var(--tw-bg-opacity));opacity:.75;border-radius:var(--rounded-box,1rem)}.card.image-full:before,.card.image-full>*{grid-column-start:1;grid-row-start:1}.card.image-full>figure img{height:100%;-o-object-fit:cover;object-fit:cover}.card.image-full>.card-body{position:relative;z-index:20;--tw-text-opacity:1;color:hsl(var(--nc)/var(--tw-text-opacity))}.checkbox{flex-shrink:0;--chkbg:var(--bc);--chkfg:var(--b1);height:1.5rem;width:1.5rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-width:1px;border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-border-opacity:0.2;border-radius:var(--rounded-btn,.5rem)}.collapse.collapse{visibility:visible}.collapse{position:relative;display:grid;overflow:hidden;grid-template-rows:1fr auto}.collapse-content,.collapse-title,.collapse>input[type=checkbox]{grid-column-start:1;grid-row-start:1}.collapse>input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.collapse-open .collapse-content,.collapse:focus:not(.collapse-close) .collapse-content,.collapse:not(.collapse-close) input[type=checkbox]:checked~.collapse-content{max-height:none}.dropdown{position:relative;display:inline-block}.dropdown>:focus{outline:2px solid transparent;outline-offset:2px}.dropdown .dropdown-content{visibility:hidden;position:absolute;z-index:50;opacity:0;transform-origin:top;--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dropdown.dropdown-hover:hover .dropdown-content,.dropdown.dropdown-open .dropdown-content,.dropdown:not(.dropdown-hover):focus .dropdown-content,.dropdown:not(.dropdown-hover):focus-within .dropdown-content{visibility:visible;opacity:1}.label{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:space-between;padding:.5rem .25rem}.input{flex-shrink:1;height:3rem;padding-left:1rem;padding-right:1rem;font-size:1rem;line-height:2;line-height:1.5rem;border-width:1px;border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-border-opacity:0;--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity));border-radius:var(--rounded-btn,.5rem)}.input-group>.input{isolation:isolate}.input-group>*,.input-group>.input,.input-group>.select,.input-group>.textarea{border-radius:0}.link{cursor:pointer;text-decoration-line:underline}.menu{display:flex;flex-direction:column;flex-wrap:wrap}.menu.horizontal{display:inline-flex;flex-direction:row}.menu.horizontal :where(li){flex-direction:row}:where(.menu li){position:relative;display:flex;flex-shrink:0;flex-direction:column;flex-wrap:wrap;align-items:stretch}.menu :where(li:not(.menu-title))>:where(:not(ul)){display:flex}.menu :where(li:not(.disabled):not(.menu-title))>:where(:not(ul)){cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;outline:2px solid transparent;outline-offset:2px}.menu>:where(li>:not(ul):focus){outline:2px solid transparent;outline-offset:2px}.menu>:where(li.disabled>:not(ul):focus){cursor:auto}.menu>:where(li) :where(ul){display:flex;flex-direction:column;align-items:stretch}.menu>:where(li)>:where(ul){position:absolute;display:none;top:auto;left:100%;border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.menu>:where(li:hover)>:where(ul){display:flex}.menu>:where(li:focus)>:where(ul){display:flex}.modal{pointer-events:none;visibility:hidden;position:fixed;inset:0;display:flex;justify-content:center;opacity:0;z-index:999;background-color:hsl(var(--nf,var(--n))/var(--tw-bg-opacity));--tw-bg-opacity:0.4;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:transform,opacity,visibility;overflow-y:hidden;overscroll-behavior:contain}:where(.modal){align-items:center}.modal-open,.modal-toggle:checked+.modal,.modal:target{pointer-events:auto;visibility:visible;opacity:1}.radio{flex-shrink:0;--chkbg:var(--bc);width:1.5rem;-webkit-appearance:none;border-radius:9999px;border-width:1px;border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-border-opacity:0.2;transition:background,box-shadow var(--animation-input,.2s) ease-in-out}.radio,.range{height:1.5rem;cursor:pointer;-moz-appearance:none;appearance:none}.range{width:100%;-webkit-appearance:none;--range-shdw:var(--bc);overflow:hidden;background-color:transparent;border-radius:var(--rounded-box,1rem)}.range:focus{outline:none}.select{display:inline-flex;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3rem;padding-left:1rem;padding-right:2.5rem;font-size:.875rem;line-height:1.25rem;line-height:2;min-height:3rem;border-width:1px;border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-border-opacity:0;--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity));font-weight:600;border-radius:var(--rounded-btn,.5rem);background-image:linear-gradient(45deg,transparent 50%,currentColor 0),linear-gradient(135deg,currentColor 50%,transparent 0);background-position:calc(100% - 20px) calc(1px + 50%),calc(100% - 16px) calc(1px + 50%);background-size:4px 4px,4px 4px;background-repeat:no-repeat}.select[multiple]{height:auto}.swap{position:relative;display:inline-grid;-webkit-user-select:none;-moz-user-select:none;user-select:none;place-content:center;cursor:pointer}.swap>*{grid-column-start:1;grid-row-start:1;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:transform,opacity}.swap input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.swap .swap-indeterminate,.swap .swap-on,.swap input:indeterminate~.swap-on{opacity:0}.swap input:checked~.swap-off,.swap input:indeterminate~.swap-off,.swap.swap-active .swap-off{opacity:0}.swap input:checked~.swap-on,.swap input:indeterminate~.swap-indeterminate,.swap-active .swap-on{opacity:1}.tab{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-wrap:wrap;align-items:center;justify-content:center;text-align:center;height:2rem;font-size:.875rem;line-height:1.25rem;line-height:2;--tab-padding:1rem;--tw-text-opacity:0.5;--tab-color:hsla(var(--bc)/var(--tw-text-opacity,1));--tab-bg:hsla(var(--b1)/var(--tw-bg-opacity,1));--tab-border-color:hsla(var(--b3)/var(--tw-bg-opacity,1));color:var(--tab-color);padding-left:var(--tab-padding,1rem);padding-right:var(--tab-padding,1rem)}.tab,.table{position:relative}.table{text-align:left}.table th:first-child{position:sticky;left:0;z-index:11}.textarea{flex-shrink:1;min-height:3rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;line-height:2;border-width:1px;border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-border-opacity:0;--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity));border-radius:var(--rounded-btn,.5rem)}.\!toast{position:fixed!important;display:flex!important;min-width:-moz-fit-content!important;min-width:fit-content!important;flex-direction:column!important;gap:.5rem!important;padding:1rem!important}.toast{position:fixed;display:flex;min-width:-moz-fit-content;min-width:fit-content;flex-direction:column;gap:.5rem;padding:1rem}.toggle{flex-shrink:0;--tglbg:hsl(var(--b1));--handleoffset:1.5rem;--handleoffsetcalculator:calc(var(--handleoffset) * -1);--togglehandleborder:0 0;height:1.5rem;width:3rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-width:1px;border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-border-opacity:0.2;background-color:hsl(var(--bc)/var(--tw-bg-opacity));--tw-bg-opacity:0.5;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);border-radius:var(--rounded-badge,1.9rem);transition:background,box-shadow var(--animation-input,.2s) ease-in-out;box-shadow:var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,0 0 0 2px var(--tglbg) inset,var(--togglehandleborder)}.avatar-group :where(.avatar){overflow:hidden;border-radius:9999px;border-width:4px;--tw-border-opacity:1;border-color:hsl(var(--b1)/var(--tw-border-opacity))}.btn-outline .badge.outline{--tw-border-opacity:1;border-color:hsl(var(--nf,var(--n))/var(--tw-border-opacity));background-color:transparent}.btn-outline:hover .badge.outline{--tw-border-opacity:1;border-color:hsl(var(--b2,var(--b1))/var(--tw-border-opacity));--tw-text-opacity:1;color:hsl(var(--nc)/var(--tw-text-opacity))}.btn-outline.btn-primary:hover .badge.outline{--tw-border-opacity:1;border-color:hsl(var(--pc)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--pf,var(--p))/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--pc)/var(--tw-text-opacity))}.btn-outline.btn-secondary:hover .badge.outline{--tw-border-opacity:1;border-color:hsl(var(--sc)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--sf,var(--s))/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--sc)/var(--tw-text-opacity))}.btn-outline.btn-accent:hover .badge.outline{--tw-border-opacity:1;border-color:hsl(var(--ac)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--af,var(--a))/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--ac)/var(--tw-text-opacity))}.btm-nav>:where(.active){border-top-width:2px;--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity))}.btm-nav>.disabled,.btm-nav>.disabled:hover,.btm-nav>[disabled],.btm-nav>[disabled]:hover{pointer-events:none;--tw-border-opacity:0;background-color:hsl(var(--n)/var(--tw-bg-opacity));--tw-bg-opacity:0.1;color:hsl(var(--bc)/var(--tw-text-opacity));--tw-text-opacity:0.2}.btm-nav>* .label{font-size:1rem;line-height:1.5rem}.btn:active:focus,.btn:active:hover{animation:none;transform:scale(var(--btn-focus-scale,.95))}.btn-active,.btn:hover{--tw-border-opacity:1;border-color:hsl(var(--nf,var(--n))/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--nf,var(--n))/var(--tw-bg-opacity))}.btn:focus-visible{outline:2px solid hsl(var(--nf));outline-offset:2px}.btn.glass.btn-active,.btn.glass:hover{--glass-opacity:25%;--glass-border-opacity:15%}.btn.glass:focus-visible{outline:2px solid currentColor}.btn-disabled,.btn-disabled:hover,.btn[disabled],.btn[disabled]:hover{--tw-border-opacity:0;background-color:hsl(var(--n)/var(--tw-bg-opacity));--tw-bg-opacity:0.2;color:hsl(var(--bc)/var(--tw-text-opacity));--tw-text-opacity:0.2}.btn.loading.btn-circle:before,.btn.loading.btn-square:before{margin-right:0}.btn.\!loading.btn-circle:before,.btn.\!loading.btn-square:before{margin-right:0!important}.btn.loading.btn-lg:before,.btn.loading.btn-xl:before{height:1.25rem;width:1.25rem}.btn.\!loading.btn-lg:before,.btn.\!loading.btn-xl:before{height:1.25rem!important;width:1.25rem!important}.btn.loading.btn-sm:before,.btn.loading.btn-xs:before{height:.75rem;width:.75rem}.btn.\!loading.btn-sm:before,.btn.\!loading.btn-xs:before{height:.75rem!important;width:.75rem!important}.btn-group>.btn-active,.btn-group>input[type=radio]:checked.btn{--tw-border-opacity:1;border-color:hsl(var(--p)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--p)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--pc)/var(--tw-text-opacity))}.btn-group>.btn-active:focus-visible,.btn-group>input[type=radio]:checked.btn:focus-visible{outline:2px solid hsl(var(--p))}@keyframes button-pop{0%{transform:scale(var(--btn-focus-scale,.95))}40%{transform:scale(1.02)}to{transform:scale(1)}}.card :where(figure:first-child){overflow:hidden;border-start-start-radius:inherit;border-start-end-radius:inherit;border-end-start-radius:unset;border-end-end-radius:unset}.card :where(figure:last-child){overflow:hidden;border-start-start-radius:unset;border-start-end-radius:unset;border-end-start-radius:inherit;border-end-end-radius:inherit}.card:focus-visible{outline:2px solid currentColor;outline-offset:2px}.card.bordered{border-width:1px;--tw-border-opacity:1;border-color:hsl(var(--b2,var(--b1))/var(--tw-border-opacity))}.card.compact .card-body{padding:1rem;font-size:.875rem;line-height:1.25rem}.card.image-full :where(figure){overflow:hidden;border-radius:inherit}.checkbox:focus-visible{outline:2px solid hsl(var(--bc));outline-offset:2px}.checkbox:checked,.checkbox[aria-checked=true],.checkbox[checked=true]{--tw-bg-opacity:1;background-color:hsl(var(--bc)/var(--tw-bg-opacity));background-repeat:no-repeat;animation:checkmark var(--animation-input,.2s) ease-in-out;background-image:linear-gradient(-45deg,transparent 65%,hsl(var(--chkbg)) 65.99%),linear-gradient(45deg,transparent 75%,hsl(var(--chkbg)) 75.99%),linear-gradient(-45deg,hsl(var(--chkbg)) 40%,transparent 40.99%),linear-gradient(45deg,hsl(var(--chkbg)) 30%,hsl(var(--chkfg)) 30.99%,hsl(var(--chkfg)) 40%,transparent 40.99%),linear-gradient(-45deg,hsl(var(--chkfg)) 50%,hsl(var(--chkbg)) 50.99%)}.checkbox:indeterminate{--tw-bg-opacity:1;background-color:hsl(var(--bc)/var(--tw-bg-opacity));background-repeat:no-repeat;animation:checkmark var(--animation-input,.2s) ease-in-out;background-image:linear-gradient(90deg,transparent 80%,hsl(var(--chkbg)) 80%),linear-gradient(-90deg,transparent 80%,hsl(var(--chkbg)) 80%),linear-gradient(0deg,hsl(var(--chkbg)) 43%,hsl(var(--chkfg)) 43%,hsl(var(--chkfg)) 57%,hsl(var(--chkbg)) 57%)}.checkbox:disabled{cursor:not-allowed;border-color:transparent;--tw-bg-opacity:1;background-color:hsl(var(--bc)/var(--tw-bg-opacity));opacity:.2}@keyframes checkmark{0%{background-position-y:5px}50%{background-position-y:-2px}to{background-position-y:0}}[dir=rtl] .checkbox:checked,[dir=rtl] .checkbox[aria-checked=true],[dir=rtl] .checkbox[checked=true]{background-image:linear-gradient(45deg,transparent 65%,hsl(var(--chkbg)) 65.99%),linear-gradient(-45deg,transparent 75%,hsl(var(--chkbg)) 75.99%),linear-gradient(45deg,hsl(var(--chkbg)) 40%,transparent 40.99%),linear-gradient(-45deg,hsl(var(--chkbg)) 30%,hsl(var(--chkfg)) 30.99%,hsl(var(--chkfg)) 40%,transparent 40.99%),linear-gradient(45deg,hsl(var(--chkfg)) 50%,hsl(var(--chkbg)) 50.99%)}.collapse:focus-visible{outline:2px solid hsl(var(--nf));outline-offset:2px}.collapse:not(.collapse-open):not(.collapse-close) .collapse-title,.collapse:not(.collapse-open):not(.collapse-close) input[type=checkbox]{cursor:pointer}.collapse:focus:not(.collapse-open):not(.collapse-close) .collapse-title{cursor:unset}:where(.collapse>input[type=checkbox]){z-index:1}.collapse-title,:where(.collapse>input[type=checkbox]){width:100%;padding:1rem 3rem 1rem 1rem;min-height:3.75rem;transition:background-color .2s ease-in-out}.collapse-open :where(.collapse-content),.collapse:focus:not(.collapse-close) :where(.collapse-content),.collapse:not(.collapse-close) :where(input[type=checkbox]:checked~.collapse-content){padding-bottom:1rem;transition:padding .2s ease-in-out,background-color .2s ease-in-out}.dropdown.dropdown-hover:hover .dropdown-content,.dropdown.dropdown-open .dropdown-content,.dropdown:focus .dropdown-content,.dropdown:focus-within .dropdown-content{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.label a:hover{--tw-text-opacity:1;color:hsl(var(--bc)/var(--tw-text-opacity))}.input[list]::-webkit-calendar-picker-indicator{line-height:1em}.input:focus{outline:2px solid hsla(var(--bc)/.2);outline-offset:2px}.input-disabled,.input[disabled]{cursor:not-allowed;--tw-border-opacity:1;border-color:hsl(var(--b2,var(--b1))/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--b2,var(--b1))/var(--tw-bg-opacity));--tw-text-opacity:0.2}.input-disabled::-moz-placeholder,.input[disabled]::-moz-placeholder{color:hsl(var(--bc)/var(--tw-placeholder-opacity));--tw-placeholder-opacity:0.2}.input-disabled::placeholder,.input[disabled]::placeholder{color:hsl(var(--bc)/var(--tw-placeholder-opacity));--tw-placeholder-opacity:0.2}.link:focus{outline:2px solid transparent;outline-offset:2px}.link:focus-visible{outline:2px solid currentColor;outline-offset:2px}.menu.horizontal>li.bordered>a,.menu.horizontal>li.bordered>button,.menu.horizontal>li.bordered>span{border-left-width:0;border-bottom-width:4px;--tw-border-opacity:1;border-color:hsl(var(--p)/var(--tw-border-opacity))}.menu[class*=" p-"]:not(.menu[class*=" p-0"]) li>*,.menu[class*=" px-"]:not(.menu[class*=" px-0"]) li>*,.menu[class^=p-]:not(.menu[class^=p-0]) li>*,.menu[class^=px-]:not(.menu[class^=px-0]) li>*{border-radius:var(--rounded-btn,.5rem)}.menu :where(li.bordered>*){border-left-width:4px;--tw-border-opacity:1;border-color:hsl(var(--p)/var(--tw-border-opacity))}.menu :where(li)>:where(:not(ul)){gap:.75rem;padding:.75rem 1rem;color:currentColor}.menu :where(li:not(.menu-title):not(:empty))>:where(:not(ul):focus),.menu :where(li:not(.menu-title):not(:empty))>:where(:not(ul):hover){background-color:hsl(var(--bc)/var(--tw-bg-opacity));--tw-bg-opacity:0.1}.menu :where(li:not(.menu-title):not(:empty))>:where(:not(ul).active),.menu :where(li:not(.menu-title):not(:empty))>:where(:not(ul):active){--tw-bg-opacity:1;background-color:hsl(var(--p)/var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--pc)/var(--tw-text-opacity))}.menu :where(li:empty){margin:.5rem 1rem;height:1px;background-color:hsl(var(--bc)/var(--tw-bg-opacity));--tw-bg-opacity:0.1}.menu li.disabled>*{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:hsl(var(--bc)/var(--tw-text-opacity));--tw-text-opacity:0.2}.menu li.disabled>:hover{background-color:transparent}.menu li.hover-bordered a{border-left-width:4px;border-color:transparent}.menu li.hover-bordered a:hover{--tw-border-opacity:1;border-color:hsl(var(--p)/var(--tw-border-opacity))}.menu.compact li>a,.menu.compact li>span{padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem;line-height:1.25rem}.menu .menu-title{font-size:.75rem;line-height:1rem;font-weight:700;opacity:.4}.menu .menu-title>*{padding-top:.25rem;padding-bottom:.25rem}.menu :where(li:not(.disabled))>:where(:not(ul)){outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.menu>:where(li:first-child){border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom-right-radius:unset;border-bottom-left-radius:unset}.menu>:where(li:first-child)>:where(:not(ul)){border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom-right-radius:unset;border-bottom-left-radius:unset}.menu>:where(li:last-child){border-top-left-radius:unset;border-top-right-radius:unset;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.menu>:where(li:last-child)>:where(:not(ul)){border-top-left-radius:unset;border-top-right-radius:unset;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.menu>:where(li:first-child:last-child){border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.menu>:where(li:first-child:last-child)>:where(:not(ul)){border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.menu>:where(li)>:where(ul) :where(li){width:100%;white-space:nowrap}.menu>:where(li)>:where(ul) :where(li) :where(ul){padding-left:1rem}.menu>:where(li)>:where(ul) :where(li)>:where(:not(ul)){width:100%;white-space:nowrap}.menu>:where(li)>:where(ul)>:where(li:first-child){border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom-right-radius:unset;border-bottom-left-radius:unset}.menu>:where(li)>:where(ul)>:where(li:first-child)>:where(:not(ul)){border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom-right-radius:unset;border-bottom-left-radius:unset}.menu>:where(li)>:where(ul)>:where(li:last-child){border-top-left-radius:unset;border-top-right-radius:unset;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.menu>:where(li)>:where(ul)>:where(li:last-child)>:where(:not(ul)){border-top-left-radius:unset;border-top-right-radius:unset;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.menu>:where(li)>:where(ul)>:where(li:first-child:last-child){border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.menu>:where(li)>:where(ul)>:where(li:first-child:last-child)>:where(:not(ul)){border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.mockup-phone .display{overflow:hidden;border-radius:40px;margin-top:-25px}.modal-open .modal-box,.modal-toggle:checked+.modal .modal-box,.modal:target .modal-box{--tw-translate-y:0px;--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes progress-loading{50%{left:107%}}.radio:focus-visible{outline:2px solid hsl(var(--bc));outline-offset:2px}.radio:checked,.radio[aria-checked=true]{--tw-bg-opacity:1;background-color:hsl(var(--bc)/var(--tw-bg-opacity));animation:radiomark var(--animation-input,.2s) ease-in-out;box-shadow:0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset}.radio:disabled{cursor:not-allowed;opacity:.2}@keyframes radiomark{0%{box-shadow:0 0 0 12px hsl(var(--b1)) inset,0 0 0 12px hsl(var(--b1)) inset}50%{box-shadow:0 0 0 3px hsl(var(--b1)) inset,0 0 0 3px hsl(var(--b1)) inset}to{box-shadow:0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset}}.range:focus-visible::-webkit-slider-thumb{--focus-shadow:0 0 0 6px hsl(var(--b1)) inset,0 0 0 2rem hsl(var(--range-shdw)) inset}.range:focus-visible::-moz-range-thumb{--focus-shadow:0 0 0 6px hsl(var(--b1)) inset,0 0 0 2rem hsl(var(--range-shdw)) inset}.range::-webkit-slider-runnable-track{height:.5rem;width:100%;border-radius:var(--rounded-box,1rem);background-color:hsla(var(--bc)/.1)}.range::-moz-range-track{height:.5rem;width:100%;border-radius:var(--rounded-box,1rem);background-color:hsla(var(--bc)/.1)}.range::-webkit-slider-thumb{background-color:hsl(var(--b1));position:relative;height:1.5rem;width:1.5rem;border-style:none;border-radius:var(--rounded-box,1rem);appearance:none;-webkit-appearance:none;top:50%;color:hsl(var(--range-shdw));transform:translateY(-50%);--filler-size:100rem;--filler-offset:0.6rem;box-shadow:0 0 0 3px hsl(var(--range-shdw)) inset,var(--focus-shadow,0 0),calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size)}.range::-moz-range-thumb{background-color:hsl(var(--b1));position:relative;height:1.5rem;width:1.5rem;border-style:none;border-radius:var(--rounded-box,1rem);top:50%;color:hsl(var(--range-shdw));--filler-size:100rem;--filler-offset:0.5rem;box-shadow:0 0 0 3px hsl(var(--range-shdw)) inset,var(--focus-shadow,0 0),calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size)}@keyframes rating-pop{0%{transform:translateY(-.125em)}40%{transform:translateY(-.125em)}to{transform:translateY(0)}}.select:focus{outline:2px solid hsla(var(--bc)/.2);outline-offset:2px}.select-disabled,.select[disabled]{cursor:not-allowed;--tw-border-opacity:1;border-color:hsl(var(--b2,var(--b1))/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--b2,var(--b1))/var(--tw-bg-opacity));--tw-text-opacity:0.2}.select-disabled::-moz-placeholder,.select[disabled]::-moz-placeholder{color:hsl(var(--bc)/var(--tw-placeholder-opacity));--tw-placeholder-opacity:0.2}.select-disabled::placeholder,.select[disabled]::placeholder{color:hsl(var(--bc)/var(--tw-placeholder-opacity));--tw-placeholder-opacity:0.2}.select-multiple,.select[multiple],.select[size].select:not([size="1"]){background-image:none;padding-right:1rem}[dir=rtl] .select{background-position:calc(0% + 12px) calc(1px + 50%),calc(0% + 16px) calc(1px + 50%)}.tab:hover{--tw-text-opacity:1}.tab.tab-active:not(.tab-disabled):not([disabled]){border-color:hsl(var(--bc)/var(--tw-border-opacity));--tw-border-opacity:1;--tw-text-opacity:1}.tab:focus{outline:2px solid transparent;outline-offset:2px}.tab:focus-visible{outline:2px solid currentColor;outline-offset:-3px}.tab:focus-visible.tab-lifted{border-bottom-right-radius:var(--tab-radius,.5rem);border-bottom-left-radius:var(--tab-radius,.5rem)}.tab-disabled,.tab-disabled:hover,.tab[disabled],.tab[disabled]:hover{cursor:not-allowed;color:hsl(var(--bc)/var(--tw-text-opacity));--tw-text-opacity:0.2}.tabs-boxed .tab{border-radius:var(--rounded-btn,.5rem)}.table :where(th,td){white-space:nowrap;padding:1rem;vertical-align:middle}.table tr.active td,.table tr.active th,.table tr.active:nth-child(2n) td,.table tr.active:nth-child(2n) th,.table tr.hover:hover td,.table tr.hover:hover th,.table tr.hover:nth-child(2n):hover td,.table tr.hover:nth-child(2n):hover th{--tw-bg-opacity:1;background-color:hsl(var(--b3,var(--b2))/var(--tw-bg-opacity))}.table:where(:not(.table-zebra)) :where(thead,tbody,tfoot) :where(tr:not(:last-child) :where(th,td)){border-bottom-width:1px;--tw-border-opacity:1;border-color:hsl(var(--b2,var(--b1))/var(--tw-border-opacity))}.table :where(thead,tfoot) :where(th,td){--tw-bg-opacity:1;background-color:hsl(var(--b2,var(--b1))/var(--tw-bg-opacity));font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase}.table :where(tbody th,tbody td){--tw-bg-opacity:1;background-color:hsl(var(--b1)/var(--tw-bg-opacity))}:where(.table :first-child) :where(:first-child) :where(th,td):first-child{border-top-left-radius:.5rem}:where(.table :first-child) :where(:first-child) :where(th,td):last-child{border-top-right-radius:.5rem}:where(.table :last-child) :where(:last-child) :where(th,td):first-child{border-bottom-left-radius:.5rem}:where(.table :last-child) :where(:last-child) :where(th,td):last-child{border-bottom-right-radius:.5rem}.textarea:focus{outline:2px solid hsla(var(--bc)/.2);outline-offset:2px}.textarea-disabled,.textarea[disabled]{cursor:not-allowed;--tw-border-opacity:1;border-color:hsl(var(--b2,var(--b1))/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:hsl(var(--b2,var(--b1))/var(--tw-bg-opacity));--tw-text-opacity:0.2}.textarea-disabled::-moz-placeholder,.textarea[disabled]::-moz-placeholder{color:hsl(var(--bc)/var(--tw-placeholder-opacity));--tw-placeholder-opacity:0.2}.textarea-disabled::placeholder,.textarea[disabled]::placeholder{color:hsl(var(--bc)/var(--tw-placeholder-opacity));--tw-placeholder-opacity:0.2}.\!toast>*{animation:toast-pop .25s ease-out!important}.toast>*{animation:toast-pop .25s ease-out}@keyframes toast-pop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}[dir=rtl] .toggle{--handleoffsetcalculator:calc(var(--handleoffset) * 1)}.toggle:focus-visible{outline:2px solid hsl(var(--bc));outline-offset:2px}.toggle:checked,.toggle[aria-checked=true],.toggle[checked=true]{--handleoffsetcalculator:var(--handleoffset);--tw-border-opacity:1;--tw-bg-opacity:1}[dir=rtl] .toggle:checked,[dir=rtl] .toggle[aria-checked=true],[dir=rtl] .toggle[checked=true]{--handleoffsetcalculator:calc(var(--handleoffset) * -1)}.toggle:indeterminate{--tw-border-opacity:1;--tw-bg-opacity:1;box-shadow:calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,0 0 0 2px var(--tglbg) inset}[dir=rtl] .toggle:indeterminate{box-shadow:calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,0 0 0 2px var(--tglbg) inset}.toggle:disabled{cursor:not-allowed;--tw-border-opacity:1;border-color:hsl(var(--bc)/var(--tw-border-opacity));background-color:transparent;opacity:.3;--togglehandleborder:0 0 0 3px hsl(var(--bc)) inset,var(--handleoffsetcalculator) 0 0 3px hsl(var(--bc)) inset}.artboard.phone-1.artboard-horizontal,.artboard.phone-1.horizontal{width:568px;height:320px}.artboard.phone-2.artboard-horizontal,.artboard.phone-2.horizontal{width:667px;height:375px}.artboard.phone-3.artboard-horizontal,.artboard.phone-3.horizontal{width:736px;height:414px}.artboard.phone-4.artboard-horizontal,.artboard.phone-4.horizontal{width:812px;height:375px}.artboard.phone-5.artboard-horizontal,.artboard.phone-5.horizontal{width:896px;height:414px}.artboard.phone-6.artboard-horizontal,.artboard.phone-6.horizontal{width:1024px;height:320px}.btm-nav-xs>:where(.active){border-top-width:1px}.btm-nav-sm>:where(.active){border-top-width:2px}.btm-nav-md>:where(.active){border-top-width:2px}.btm-nav-lg>:where(.active){border-top-width:4px}:where(.\!toast){right:0!important;left:auto!important;top:auto!important;bottom:0!important;--tw-translate-x:0px!important;--tw-translate-y:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}:where(.toast){right:0;left:auto;top:auto;bottom:0;--tw-translate-x:0px;--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!toast:where(.toast-start){right:auto!important;left:0!important;--tw-translate-x:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.toast:where(.toast-start){right:auto;left:0;--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!toast:where(.toast-center){right:50%!important;left:50%!important;--tw-translate-x:-50%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.toast:where(.toast-center){right:50%;left:50%;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!toast:where(.toast-end){right:0!important;left:auto!important;--tw-translate-x:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.toast:where(.toast-end){right:0;left:auto;--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!toast:where(.toast-bottom){top:auto!important;bottom:0!important;--tw-translate-y:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.toast:where(.toast-bottom){top:auto;bottom:0;--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!toast:where(.toast-middle){top:50%!important;bottom:auto!important;--tw-translate-y:-50%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.toast:where(.toast-middle){top:50%;bottom:auto;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!toast:where(.toast-top){top:0!important;bottom:auto!important;--tw-translate-y:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.toast:where(.toast-top){top:0;bottom:auto;--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.avatar.online:before{background-color:hsl(var(--su)/var(--tw-bg-opacity))}.avatar.offline:before,.avatar.online:before{content:"";position:absolute;z-index:10;display:block;border-radius:9999px;--tw-bg-opacity:1;width:15%;height:15%;top:7%;right:7%;box-shadow:0 0 0 2px hsl(var(--b1))}.avatar.offline:before{background-color:hsl(var(--b3,var(--b2))/var(--tw-bg-opacity))}.btn-group .btn:not(:first-child):not(:last-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group .btn:first-child:not(:last-child){margin-top:0;margin-left:-1px;border-top-left-radius:var(--rounded-btn,.5rem);border-top-right-radius:0;border-bottom-left-radius:var(--rounded-btn,.5rem);border-bottom-right-radius:0}.btn-group .btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:var(--rounded-btn,.5rem);border-bottom-left-radius:0;border-bottom-right-radius:var(--rounded-btn,.5rem)}.btn-group-horizontal .btn:not(:first-child):not(:last-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-horizontal .btn:first-child:not(:last-child){margin-top:0;margin-left:-1px;border-top-left-radius:var(--rounded-btn,.5rem);border-top-right-radius:0;border-bottom-left-radius:var(--rounded-btn,.5rem);border-bottom-right-radius:0}.btn-group-horizontal .btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:var(--rounded-btn,.5rem);border-bottom-left-radius:0;border-bottom-right-radius:var(--rounded-btn,.5rem)}.btn-group-vertical .btn:first-child:not(:last-child){margin-top:-1px;margin-left:0;border-top-left-radius:var(--rounded-btn,.5rem);border-top-right-radius:var(--rounded-btn,.5rem);border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical .btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--rounded-btn,.5rem);border-bottom-right-radius:var(--rounded-btn,.5rem)}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-7{bottom:1.75rem}.left-0{left:0}.left-1\/2{left:50%}.left-7{left:1.75rem}.left-\[-32px\]{left:-32px}.right-0{right:0}.right-2{right:.5rem}.right-5{right:1.25rem}.right-7{right:1.75rem}.right-\[-32px\]{right:-32px}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-5{top:1.25rem}.top-7{top:1.75rem}.top-\[-40px\]{top:-40px}.z-0{z-index:0}.z-10{z-index:10}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.col-span-12{grid-column:span 12/span 12}.m-2{margin:.5rem}.m-4{margin:1rem}.m-auto{margin:auto}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-2\.5{margin-left:.625rem;margin-right:.625rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.-ml-4{margin-left:-1rem}.-mt-3{margin-top:-.75rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[-20px\]{margin-top:-20px}.mt-\[38px\]{margin-top:38px}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-3,.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-4{-webkit-line-clamp:4}.line-clamp-5{-webkit-line-clamp:5}.line-clamp-5,.line-clamp-6{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-6{-webkit-line-clamp:6}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-1\/5{height:20%}.h-12{height:3rem}.h-14{height:3.5rem}.h-20{height:5rem}.h-3\/4{height:75%}.h-3\/5{height:60%}.h-\[200px\]{height:200px}.h-\[56px\]{height:56px}.h-\[60px\]{height:60px}.h-\[96px\]{height:96px}.h-\[calc\(100\%-56px\)\]{height:calc(100% - 56px)}.h-\[calc\(100\%_-_76px\)\]{height:calc(100% - 76px)}.h-\[calc\(100vh-54px\)\]{height:calc(100vh - 54px)}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[calc\(100vh_-_174px\)\]{max-height:calc(100vh - 174px)}.max-h-full{max-height:100%}.min-h-12{min-height:3rem}.min-h-\[10px\]{min-height:10px}.min-h-\[800px\]{min-height:800px}.min-h-screen{min-height:100vh}.w-1\/3{width:33.333333%}.w-20{width:5rem}.w-28{width:7rem}.w-8{width:2rem}.w-80{width:20rem}.w-\[200px\]{width:200px}.w-\[224px\]{width:224px}.w-\[283px\]{width:283px}.w-\[76px\]{width:76px}.w-\[80px\]{width:80px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-screen{width:100vw}.min-w-\[300px\]{min-width:300px}.min-w-\[80px\]{min-width:80px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-max{min-width:-moz-max-content;min-width:max-content}.\!max-w-\[992px\]{max-width:992px!important}.max-w-\[192px\]{max-width:192px}.max-w-\[80\%\]{max-width:80%}.max-w-\[90\%\]{max-width:90%}.max-w-\[992px\]{max-width:992px}.max-w-full{max-width:100%}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.basis-20{flex-basis:5rem}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-4{--tw-translate-x:-1rem}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.resize{resize:both}.auto-cols-min{grid-auto-columns:min-content}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.content-center{align-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(221 222 224/var(--tw-divide-opacity))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(197 198 200/var(--tw-divide-opacity))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-\[5px\]{border-radius:5px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.border{border-width:1px}.border-4{border-width:4px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-blue-800{--tw-border-opacity:1;border-color:rgb(0 58 172/var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(233 234 235/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(221 222 224/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(197 198 200/var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(103 104 105/var(--tw-border-opacity))}.border-green-600{--tw-border-opacity:1;border-color:rgb(0 160 13/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 51 64/var(--tw-border-opacity))}.border-t-gray-200{--tw-border-opacity:1;border-top-color:rgb(221 222 224/var(--tw-border-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(34 34 34/var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(233 244 255/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(233 234 235/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(221 222 224/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(126 127 128/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(56 56 57/var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(233 255 234/var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(255 182 184/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-zinc-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity:0.5}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-20{padding-left:5rem;padding-right:5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-3{padding-left:.75rem}.pt-0{padding-top:0}.pt-10{padding-top:2.5rem}.pt-3{padding-top:.75rem}.pt-6{padding-top:1.5rem}.pt-\[66\.666\%\]{padding-top:66.666%}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.leading-tight{line-height:1.25}.text-blue-600{--tw-text-opacity:1;color:rgb(18 101 215/var(--tw-text-opacity))}.text-gray-1000{--tw-text-opacity:1;color:rgb(34 34 34/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(103 104 105/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgb(0 160 13/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 51 64/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.opacity-40{opacity:.4}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(34 34 34/var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity:0.05}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#layout-container{height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.shadow{box-shadow:0 0 #0000,0 0 #0000,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.wrapper{width:100%}.container{margin-left:auto;margin-right:auto;width:100%;max-width:740px;padding-bottom:3rem;padding-left:1rem;padding-right:1rem;color:#374151;background-color:#fff}button{font-weight:300}.hide-scroll::-webkit-scrollbar{display:none}.hide-scroll{-ms-overflow-style:none;scrollbar-width:none}.carousel .control-dots .dot{background:#d72e3a!important}.carousel,.carousel-root,.carousel-slider,.slide span,.slider,.slider-wrapper{height:98%!important}@keyframes shakeX{0%,10%,25%,5%,50%,to{transform:translateX(0)}20%,30%{transform:translateX(-15px)}}.shake-x{animation-name:shakeX;animation-duration:2s}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(233 234 235/var(--tw-bg-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(0 58 172/var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.active\:bg-gray-200:active{--tw-bg-opacity:1;background-color:rgb(221 222 224/var(--tw-bg-opacity))}@media (min-width:480px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}}@media (min-width:768px){.md\:bottom-0{bottom:0}.md\:mb-2{margin-bottom:.5rem}.md\:mt-0{margin-top:0}.md\:mt-8{margin-top:2rem}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-full{height:100%}.md\:w-40{width:10rem}.md\:w-\[480px\]{width:480px}.md\:w-\[560px\]{width:560px}.md\:w-\[640px\]{width:640px}.md\:max-w-\[60\%\]{max-width:60%}.md\:max-w-\[75\%\]{max-width:75%}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:justify-between{justify-content:space-between}.md\:p-6{padding:1.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-11{padding-left:2.75rem;padding-right:2.75rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width:976px){.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}}*,:after,:before{box-sizing:border-box;border:0 solid #dddee0}:after,:before{--tw-content:""}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}a{color:inherit;text-decoration:inherit}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}img,video{max-width:100%}[role=button],button{cursor:pointer}:disabled{cursor:default}:root{--border-width-ref-x1:1px;--border-width-ref-x2:2px;--border-width-ref-x4:4px;--color-ref-andpad-black:#222;--color-ref-andpad-dark-red:#c8102e;--color-ref-andpad-gray:#7c7c7c;--color-ref-andpad-red:#ef3340;--color-ref-aqua10:#b8f0fe;--color-ref-aqua100:#001923;--color-ref-aqua20:#78ddf5;--color-ref-aqua30:#00c8ea;--color-ref-aqua40:#00afd1;--color-ref-aqua5:#e1f7fd;--color-ref-aqua50:#0095b3;--color-ref-aqua60:#007891;--color-ref-aqua70:#006075;--color-ref-aqua80:#004758;--color-ref-aqua90:#002f3c;--color-ref-black:#000;--color-ref-blue10:#d0e7ff;--color-ref-blue100:#00034c;--color-ref-blue20:#a8cfff;--color-ref-blue30:#80b5ff;--color-ref-blue40:#5b9bff;--color-ref-blue5:#e4f4ff;--color-ref-blue50:#2e79f5;--color-ref-blue60:#1664de;--color-ref-blue70:#0d4db0;--color-ref-blue80:#053785;--color-ref-blue90:#002066;--color-ref-dimgray:#707070;--color-ref-gray10:#e6e6e6;--color-ref-gray100:#141414;--color-ref-gray20:#cdcdcd;--color-ref-gray30:#b5b5b5;--color-ref-gray40:#9d9d9d;--color-ref-gray5:#f2f2f2;--color-ref-gray50:#838383;--color-ref-gray60:#696969;--color-ref-gray70:#555;--color-ref-gray80:#3e3e3e;--color-ref-gray90:#282828;--color-ref-green10:#c7f3cb;--color-ref-green100:#001c00;--color-ref-green20:#9be0a2;--color-ref-green30:#71cb7d;--color-ref-green40:#40b657;--color-ref-green5:#e2fae3;--color-ref-green50:#009b1b;--color-ref-green60:#00800e;--color-ref-green70:#006904;--color-ref-green80:#004e00;--color-ref-green90:#003400;--color-ref-lime10:#d4f3a1;--color-ref-lime100:#0d1800;--color-ref-lime20:#b7dc71;--color-ref-lime30:#9fc258;--color-ref-lime40:#83ac0d;--color-ref-lime5:#e8fbc8;--color-ref-lime50:#6b9300;--color-ref-lime60:#567800;--color-ref-lime70:#425e00;--color-ref-lime80:#2f4500;--color-ref-lime90:#1d2e00;--color-ref-orange10:#ffe2a3;--color-ref-orange100:#2a0600;--color-ref-orange20:#fcc67d;--color-ref-orange30:#f6a74c;--color-ref-orange40:#ef8600;--color-ref-orange5:#fff2d6;--color-ref-orange50:#e36500;--color-ref-orange60:#c34300;--color-ref-orange70:#933b00;--color-ref-orange80:#6e2800;--color-ref-orange90:#4b1600;--color-ref-pink10:#ffd1f7;--color-ref-pink100:#2d0022;--color-ref-pink20:#ffabe8;--color-ref-pink30:#ef90d1;--color-ref-pink40:#e06ebe;--color-ref-pink5:#ffe5fe;--color-ref-pink50:#d53daf;--color-ref-pink60:#b71794;--color-ref-pink70:#8c1d71;--color-ref-pink80:#691154;--color-ref-pink90:#4c003b;--color-ref-purple10:#e5e0ff;--color-ref-purple100:#190048;--color-ref-purple20:#ccc2ff;--color-ref-purple30:#b4a4ff;--color-ref-purple40:#9e87fe;--color-ref-purple5:#f1eeff;--color-ref-purple50:#805fe9;--color-ref-purple60:#704cd6;--color-ref-purple70:#583aaa;--color-ref-purple80:#402880;--color-ref-purple90:#2b1161;--color-ref-red10:#ffdad6;--color-ref-red100:#300;--color-ref-red20:#ffb8b2;--color-ref-red30:#ff948f;--color-ref-red40:#fd7370;--color-ref-red5:#ffeae7;--color-ref-red50:#ef3340;--color-ref-red60:#d70f2d;--color-ref-red70:#a41c27;--color-ref-red80:#7a0e19;--color-ref-red90:#590004;--color-ref-scrim:rgba(0,0,0,.5);--color-ref-selection:rgba(18,101,215,.1);--color-ref-vivid-aqua:#59e3f8;--color-ref-vivid-blue:#167efa;--color-ref-vivid-gray:#afafaf;--color-ref-vivid-green:#20b673;--color-ref-vivid-lime:#8ae82c;--color-ref-vivid-orange:#ff8d0a;--color-ref-vivid-pink:#fa5ad5;--color-ref-vivid-purple:#8c12e2;--color-ref-vivid-red:#fb2d3b;--color-ref-vivid-yellow:#ffeb33;--color-ref-white:#fff;--color-ref-yellow10:#f8e887;--color-ref-yellow100:#210f00;--color-ref-yellow20:#f3c846;--color-ref-yellow30:#e3aa3a;--color-ref-yellow40:#d18f00;--color-ref-yellow5:#fdf6b3;--color-ref-yellow50:#b47900;--color-ref-yellow60:#936200;--color-ref-yellow70:#744b00;--color-ref-yellow80:#573600;--color-ref-yellow90:#3b2200;--color-sys-transparent:hsla(0,0%,100%,0);--radius-ref-x0:0px;--radius-ref-x0-5:2px;--radius-ref-x1:4px;--radius-ref-x2:8px;--radius-ref-full:9999px;--font-ref-family-en:Roboto;--font-ref-family:Noto Sans JP;--font-ref-family-yakumono:YakuHanJP;--font-sys-family-en:Roboto;--font-sys-family:Noto Sans JP;--font-sys-family-yakumono:YakuHanJP;--size-ref-text-fs10:10px;--size-ref-line-height-fs10-normal:15px;--size-ref-line-height-fs10-relaxed:18px;--size-ref-line-height-fs10-tight:13px;--size-ref-text-fs11:11px;--size-ref-line-height-fs11-normal:17px;--size-ref-line-height-fs11-relaxed:20px;--size-ref-line-height-fs11-tight:14px;--size-ref-text-fs12:12px;--size-ref-line-height-fs12-normal:18px;--size-ref-line-height-fs12-relaxed:21px;--size-ref-line-height-fs12-tight:15px;--size-ref-text-fs13:13px;--size-ref-line-height-fs13-normal:20px;--size-ref-line-height-fs13-relaxed:23px;--size-ref-line-height-fs13-tight:17px;--size-ref-text-fs14:14px;--size-ref-line-height-fs14-normal:22px;--size-ref-line-height-fs14-relaxed:26px;--size-ref-line-height-fs14-tight:18px;--size-ref-text-fs15:15px;--size-ref-line-height-fs15-normal:23px;--size-ref-line-height-fs15-relaxed:27px;--size-ref-line-height-fs15-tight:19px;--size-ref-text-fs16:16px;--size-ref-line-height-fs16-normal:24px;--size-ref-line-height-fs16-relaxed:28px;--size-ref-line-height-fs16-tight:20px;--size-ref-text-fs18:18px;--size-ref-line-height-fs18-normal:27px;--size-ref-line-height-fs18-relaxed:32px;--size-ref-line-height-fs18-tight:23px;--size-ref-text-fs20:20px;--size-ref-line-height-fs20-normal:30px;--size-ref-line-height-fs20-relaxed:35px;--size-ref-line-height-fs20-tight:25px;--size-ref-text-fs22:22px;--size-ref-line-height-fs22-normal:33px;--size-ref-line-height-fs22-relaxed:39px;--size-ref-line-height-fs22-tight:28px;--size-ref-text-fs24:24px;--size-ref-line-height-fs24-normal:36px;--size-ref-line-height-fs24-relaxed:42px;--size-ref-line-height-fs24-tight:30px;--size-ref-text-fs32:32px;--size-ref-line-height-fs32-normal:48px;--size-ref-line-height-fs32-relaxed:56px;--size-ref-line-height-fs32-tight:40px;--size-ref-text-fs40:40px;--size-ref-line-height-fs40-normal:60px;--size-ref-line-height-fs40-relaxed:70px;--size-ref-line-height-fs40-tight:50px;--size-ref-text-fs48:48px;--size-ref-line-height-fs48-normal:72px;--size-ref-line-height-fs48-relaxed:84px;--size-ref-line-height-fs48-tight:60px;--size-ref-font-weight:400;--size-ref-font-weight-strong:700;--size-ref-2x6:12px;--size-ref-2x7:14px;--size-ref-2x8:16px;--size-ref-2x9:18px;--size-ref-2x10:20px;--size-ref-4x6:24px;--size-ref-4x7:28px;--size-ref-4x8:32px;--size-ref-4x9:36px;--size-ref-4x10:40px;--size-ref-40x1:40px;--size-ref-8x6:48px;--size-ref-8x7:56px;--size-ref-8x8:64px;--size-ref-8x9:72px;--size-ref-8x10:80px;--size-ref-40x2:80px;--size-ref-16x6:96px;--size-ref-16x7:112px;--size-ref-40x3:120px;--size-ref-16x8:128px;--size-ref-16x9:144px;--size-ref-16x10:160px;--size-ref-40x4:160px;--size-ref-32x6:192px;--size-ref-40x5:200px;--size-ref-32x7:224px;--size-ref-40x6:240px;--size-ref-32x8:256px;--size-ref-40x7:280px;--size-ref-32x9:288px;--size-ref-32x10:320px;--size-ref-40x8:320px;--size-ref-40x9:360px;--size-ref-64x6:384px;--size-ref-40x10:400px;--size-ref-40x11:440px;--size-ref-64x7:448px;--size-ref-40x12:480px;--size-ref-64x8:512px;--size-ref-40x13:520px;--size-ref-40x14:560px;--size-ref-64x9:576px;--size-ref-40x15:600px;--size-ref-64x10:640px;--size-ref-40x16:640px;--size-ref-40x17:680px;--size-ref-40x18:720px;--size-ref-40x19:760px;--size-ref-128x6:768px;--size-ref-40x20:800px;--size-ref-40x21:840px;--size-ref-40x22:880px;--size-ref-128x7:896px;--size-ref-40x23:920px;--size-ref-40x24:960px;--size-ref-40x25:1000px;--size-ref-128x8:1024px;--size-ref-40x26:1040px;--size-ref-40x27:1080px;--size-ref-40x28:1120px;--size-ref-128x9:1152px;--size-ref-40x29:1160px;--size-ref-40x30:1200px;--size-ref-40x31:1240px;--size-ref-128x10:1280px;--size-ref-40x32:1280px;--size-ref-40x33:1320px;--size-ref-40x34:1360px;--size-ref-40x35:1400px;--size-ref-40x36:1440px;--size-ref-40x37:1480px;--size-ref-40x38:1520px;--size-ref-256x6:1536px;--size-ref-40x39:1560px;--size-ref-40x40:1600px;--size-sys-text-body-large:16px;--size-sys-line-height-body-large:24px;--size-sys-font-weight-body:400;--size-sys-font-weight-body-strong:700;--size-sys-text-body-medium:14px;--size-sys-line-height-body-medium:22px;--size-sys-text-body-small:13px;--size-sys-line-height-body-small:20px;--size-sys-text-body-x-small:12px;--size-sys-line-height-body-x-small:18px;--size-sys-text-body-xx-small:11px;--size-sys-line-height-body-xx-small:17px;--size-sys-text-label-large:14px;--size-sys-line-height-label-large:18px;--size-sys-font-weight-label:400;--size-sys-font-weight-label-strong:700;--size-sys-text-label-medium:13px;--size-sys-line-height-label-medium:17px;--size-sys-text-label-small:12px;--size-sys-line-height-label-small:15px;--size-sys-text-label-x-large:16px;--size-sys-line-height-label-x-large:20px;--size-sys-text-label-x-small:11px;--size-sys-line-height-label-x-small:14px;--size-sys-text-label-xx-small:10px;--size-sys-line-height-label-xx-small:13px;--size-sys-text-title-large:24px;--size-sys-line-height-title-large:36px;--size-sys-font-weight-title:700;--size-sys-text-title-medium:20px;--size-sys-line-height-title-medium:30px;--size-sys-text-title-medium-minus:18px;--size-sys-line-height-title-medium-minus:27px;--size-sys-text-title-small:16px;--size-sys-line-height-title-small:24px;--size-sys-text-title-x-small:14px;--size-sys-line-height-title-x-small:22px;--shadow-ref-depth1:0 1px 2px 0 rgba(0,0,0,.08),0 1px 1px 0 rgba(0,0,0,.04);--shadow-ref-depth1-filter:drop-shadow(0 1px 1px rgba(0,0,0,.08)) drop-shadow(0 1px 0.5px rgba(0,0,0,.04));--shadow-ref-depth10:0 3px 20px 0 rgba(0,0,0,.15),0 5px 10px 0 rgba(0,0,0,.15);--shadow-ref-depth10-filter:drop-shadow(0 3px 10px rgba(0,0,0,.15)) drop-shadow(0 5px 5px rgba(0,0,0,.15));--shadow-ref-depth11:0 3px 22px 0 rgba(0,0,0,.2),0 5px 11px 0 rgba(0,0,0,.15);--shadow-ref-depth11-filter:drop-shadow(0 3px 11px rgba(0,0,0,.2)) drop-shadow(0 5px 5.5px rgba(0,0,0,.15));--shadow-ref-depth12:0 4px 24px 0 rgba(0,0,0,.2),0 6px 12px 0 rgba(0,0,0,.15);--shadow-ref-depth12-filter:drop-shadow(0 4px 12px rgba(0,0,0,.2)) drop-shadow(0 6px 6px rgba(0,0,0,.15));--shadow-ref-depth13:0 4px 26px 0 rgba(0,0,0,.2),0 6px 13px 0 rgba(0,0,0,.15);--shadow-ref-depth13-filter:drop-shadow(0 4px 13px rgba(0,0,0,.2)) drop-shadow(0 6px 6.5px rgba(0,0,0,.15));--shadow-ref-depth14:0 4px 28px 0 rgba(0,0,0,.2),0 7px 14px 0 rgba(0,0,0,.15);--shadow-ref-depth14-filter:drop-shadow(0 4px 14px rgba(0,0,0,.2)) drop-shadow(0 7px 7px rgba(0,0,0,.15));--shadow-ref-depth15:0 5px 30px 0 rgba(0,0,0,.2),0 7px 15px 0 rgba(0,0,0,.15);--shadow-ref-depth15-filter:drop-shadow(0 5px 15px rgba(0,0,0,.2)) drop-shadow(0 7px 7.5px rgba(0,0,0,.15));--shadow-ref-depth16:0 5px 32px 0 rgba(0,0,0,.25),0 8px 16px 0 rgba(0,0,0,.15);--shadow-ref-depth16-filter:drop-shadow(0 5px 16px rgba(0,0,0,.25)) drop-shadow(0 8px 8px rgba(0,0,0,.15));--shadow-ref-depth17:0 5px 34px 0 rgba(0,0,0,.25),0 8px 17px 0 rgba(0,0,0,.15);--shadow-ref-depth17-filter:drop-shadow(0 5px 17px rgba(0,0,0,.25)) drop-shadow(0 8px 8.5px rgba(0,0,0,.15));--shadow-ref-depth18:0 6px 36px 0 rgba(0,0,0,.25),0 9px 18px 0 rgba(0,0,0,.15);--shadow-ref-depth18-filter:drop-shadow(0 6px 18px rgba(0,0,0,.25)) drop-shadow(0 9px 9px rgba(0,0,0,.15));--shadow-ref-depth19:0 6px 38px 0 rgba(0,0,0,.25),0 9px 19px 0 rgba(0,0,0,.15);--shadow-ref-depth19-filter:drop-shadow(0 6px 19px rgba(0,0,0,.25)) drop-shadow(0 9px 9.5px rgba(0,0,0,.15));--shadow-ref-depth2:0 1px 4px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.15);--shadow-ref-depth2-filter:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.15));--shadow-ref-depth20:0 6px 40px 0 rgba(0,0,0,.25),0 10px 20px 0 rgba(0,0,0,.2);--shadow-ref-depth20-filter:drop-shadow(0 6px 20px rgba(0,0,0,.25)) drop-shadow(0 10px 10px rgba(0,0,0,.2));--shadow-ref-depth21:0 7px 42px 0 rgba(0,0,0,.3),0 10px 21px 0 rgba(0,0,0,.2);--shadow-ref-depth21-filter:drop-shadow(0 7px 21px rgba(0,0,0,.3)) drop-shadow(0 10px 10.5px rgba(0,0,0,.2));--shadow-ref-depth22:0 7px 44px 0 rgba(0,0,0,.3),0 11px 22px 0 rgba(0,0,0,.2);--shadow-ref-depth22-filter:drop-shadow(0 7px 22px rgba(0,0,0,.3)) drop-shadow(0 11px 11px rgba(0,0,0,.2));--shadow-ref-depth23:0 7px 46px 0 rgba(0,0,0,.3),0 11px 23px 0 rgba(0,0,0,.2);--shadow-ref-depth23-filter:drop-shadow(0 7px 23px rgba(0,0,0,.3)) drop-shadow(0 11px 11.5px rgba(0,0,0,.2));--shadow-ref-depth24:0 8px 48px 0 rgba(0,0,0,.3),0 12px 24px 0 rgba(0,0,0,.2);--shadow-ref-depth24-filter:drop-shadow(0 8px 24px rgba(0,0,0,.3)) drop-shadow(0 12px 12px rgba(0,0,0,.2));--shadow-ref-depth3:0 1px 6px 0 rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.15);--shadow-ref-depth3-filter:drop-shadow(0 1px 3px rgba(0,0,0,.1)) drop-shadow(0 1px 1.5px rgba(0,0,0,.15));--shadow-ref-depth4:0 1px 8px 0 rgba(0,0,0,.1),0 2px 4px 0 rgba(0,0,0,.15);--shadow-ref-depth4-filter:drop-shadow(0 1px 4px rgba(0,0,0,.1)) drop-shadow(0 2px 2px rgba(0,0,0,.15));--shadow-ref-depth5:0 1px 10px 0 rgba(0,0,0,.1),0 2px 5px 0 rgba(0,0,0,.15);--shadow-ref-depth5-filter:drop-shadow(0 1px 5px rgba(0,0,0,.1)) drop-shadow(0 2px 2.5px rgba(0,0,0,.15));--shadow-ref-depth6:0 2px 12px 0 rgba(0,0,0,.15),0 3px 6px 0 rgba(0,0,0,.15);--shadow-ref-depth6-filter:drop-shadow(0 2px 6px rgba(0,0,0,.15)) drop-shadow(0 3px 3px rgba(0,0,0,.15));--shadow-ref-depth7:0 2px 14px 0 rgba(0,0,0,.15),0 3px 7px 0 rgba(0,0,0,.15);--shadow-ref-depth7-filter:drop-shadow(0 2px 7px rgba(0,0,0,.15)) drop-shadow(0 3px 3.5px rgba(0,0,0,.15));--shadow-ref-depth8:0 2px 16px 0 rgba(0,0,0,.15),0 4px 8px 0 rgba(0,0,0,.15);--shadow-ref-depth8-filter:drop-shadow(0 2px 8px rgba(0,0,0,.15)) drop-shadow(0 4px 4px rgba(0,0,0,.15));--shadow-ref-depth9:0 3px 18px 0 rgba(0,0,0,.15),0 4px 9px 0 rgba(0,0,0,.15);--shadow-ref-depth9-filter:drop-shadow(0 3px 9px rgba(0,0,0,.15)) drop-shadow(0 4px 4.5px rgba(0,0,0,.15));--space-ref-x0:0px;--space-ref-x0-25:2px;--space-ref-x0-5:4px;--space-ref-x0-75:6px;--space-ref-x1:8px;--space-ref-x1-5:12px;--space-ref-x2:16px;--space-ref-x2-5:20px;--space-ref-x3:24px;--space-ref-x4:32px;--space-ref-x5:40px;--space-ref-x6:48px;--space-ref-x8:64px;--space-ref-x10:80px;--elevation-sys-level1:0 1px 2px 0 rgba(0,0,0,.08),0 1px 1px 0 rgba(0,0,0,.04);--elevation-sys-level1-filter:drop-shadow(0 1px 1px rgba(0,0,0,.08)) drop-shadow(0 1px 0.5px rgba(0,0,0,.04));--elevation-sys-level2:0 1px 4px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.15);--elevation-sys-level2-filter:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.15));--elevation-sys-level3:0 1px 8px 0 rgba(0,0,0,.1),0 2px 4px 0 rgba(0,0,0,.15);--elevation-sys-level3-filter:drop-shadow(0 1px 4px rgba(0,0,0,.1)) drop-shadow(0 2px 2px rgba(0,0,0,.15));--elevation-sys-level4:0 2px 12px 0 rgba(0,0,0,.15),0 3px 6px 0 rgba(0,0,0,.15);--elevation-sys-level4-filter:drop-shadow(0 2px 6px rgba(0,0,0,.15)) drop-shadow(0 3px 3px rgba(0,0,0,.15));--elevation-sys-level5:0 2px 16px 0 rgba(0,0,0,.15),0 4px 8px 0 rgba(0,0,0,.15);--elevation-sys-level5-filter:drop-shadow(0 2px 8px rgba(0,0,0,.15)) drop-shadow(0 4px 4px rgba(0,0,0,.15));--elevation-sys-level6:0 4px 24px 0 rgba(0,0,0,.2),0 6px 12px 0 rgba(0,0,0,.15);--elevation-sys-level6-filter:drop-shadow(0 4px 12px rgba(0,0,0,.2)) drop-shadow(0 6px 6px rgba(0,0,0,.15));--elevation-sys-level7:0 5px 32px 0 rgba(0,0,0,.25),0 8px 16px 0 rgba(0,0,0,.15);--elevation-sys-level7-filter:drop-shadow(0 5px 16px rgba(0,0,0,.25)) drop-shadow(0 8px 8px rgba(0,0,0,.15));--elevation-sys-level8:0 8px 48px 0 rgba(0,0,0,.3),0 12px 24px 0 rgba(0,0,0,.2);--elevation-sys-level8-filter:drop-shadow(0 8px 24px rgba(0,0,0,.3)) drop-shadow(0 12px 12px rgba(0,0,0,.2));--border-width-sys-regular:var(--border-width-ref-x1);--border-width-sys-semi-bold:var(--border-width-ref-x2);--border-width-sys-bold:var(--border-width-ref-x4);--color-sys-andpad-black:var(--color-ref-andpad-black);--color-sys-andpad-dark-red:var(--color-ref-andpad-dark-red);--color-sys-andpad-gray:var(--color-ref-andpad-gray);--color-sys-andpad-product-gray:var(--color-ref-dimgray);--color-sys-andpad-red:var(--color-ref-andpad-red);--color-sys-background-object-accent:var(--color-ref-red50);--color-sys-background-object-critical:var(--color-ref-red50);--color-sys-background-object-foreground:var(--color-ref-white);--color-sys-background-object-informative:var(--color-ref-purple50);--color-sys-background-object-interactive:var(--color-ref-blue50);--color-sys-background-object-neutral:var(--color-ref-gray50);--color-sys-background-object-notice:var(--color-ref-orange50);--color-sys-background-object-success:var(--color-ref-green50);--color-sys-background-surface-primary:var(--color-ref-gray5);--color-sys-background-text-accent:var(--color-ref-red60);--color-sys-background-text-critical:var(--color-ref-red60);--color-sys-background-text-disabled:var(--color-ref-gray30);--color-sys-background-text-informative:var(--color-ref-purple60);--color-sys-background-text-interactive:var(--color-ref-blue60);--color-sys-background-text-notice:var(--color-ref-orange60);--color-sys-background-text-placeholder:var(--color-ref-gray40);--color-sys-background-text-primary:var(--color-ref-gray100);--color-sys-background-text-regular:var(--color-ref-gray90);--color-sys-background-text-secondary:var(--color-ref-gray60);--color-sys-background-text-success:var(--color-ref-green60);--color-sys-black:var(--color-ref-black);--color-sys-border-accent:var(--color-ref-red60);--color-sys-border-base:var(--color-ref-gray30);--color-sys-border-critical-base:var(--color-ref-red30);--color-sys-border-critical-dark:var(--color-ref-red60);--color-sys-border-critical-extra-highlight:var(--color-ref-red50);--color-sys-border-critical-extra-light:var(--color-ref-red10);--color-sys-border-critical-highlight:var(--color-ref-red40);--color-sys-border-critical-light:var(--color-ref-red20);--color-sys-border-dark:var(--color-ref-gray60);--color-sys-border-extra-highlight:var(--color-ref-gray50);--color-sys-border-extra-light:var(--color-ref-gray10);--color-sys-border-highlight:var(--color-ref-gray40);--color-sys-border-informative-base:var(--color-ref-purple30);--color-sys-border-informative-dark:var(--color-ref-purple60);--color-sys-border-informative-extra-highlight:var(--color-ref-purple50);--color-sys-border-informative-extra-light:var(--color-ref-purple10);--color-sys-border-informative-highlight:var(--color-ref-purple40);--color-sys-border-informative-light:var(--color-ref-purple20);--color-sys-border-interactive-base:var(--color-ref-blue30);--color-sys-border-interactive-dark:var(--color-ref-blue60);--color-sys-border-interactive-extra-highlight:var(--color-ref-blue50);--color-sys-border-interactive-extra-light:var(--color-ref-blue10);--color-sys-border-interactive-highlight:var(--color-ref-blue40);--color-sys-border-interactive-light:var(--color-ref-blue20);--color-sys-border-inverse-base:var(--color-ref-gray70);--color-sys-border-inverse-dark:var(--color-ref-gray40);--color-sys-border-inverse-extra-highlight:var(--color-ref-gray50);--color-sys-border-inverse-highlight:var(--color-ref-gray60);--color-sys-border-inverse-light:var(--color-ref-gray80);--color-sys-border-light:var(--color-ref-gray20);--color-sys-border-notice-base:var(--color-ref-orange30);--color-sys-border-notice-dark:var(--color-ref-orange60);--color-sys-border-notice-extra-highlight:var(--color-ref-orange50);--color-sys-border-notice-extra-light:var(--color-ref-orange10);--color-sys-border-notice-highlight:var(--color-ref-orange40);--color-sys-border-notice-light:var(--color-ref-orange20);--color-sys-border-success-base:var(--color-ref-green30);--color-sys-border-success-dark:var(--color-ref-green60);--color-sys-border-success-extra-highlight:var(--color-ref-green50);--color-sys-border-success-extra-light:var(--color-ref-green10);--color-sys-border-success-highlight:var(--color-ref-green40);--color-sys-border-success-light:var(--color-ref-green20);--color-sys-current-color:var(--color-ref-gray100);--color-sys-decorative-aqua-surface-moderate-object-aqua:var(
    --color-ref-aqua60
  );--color-sys-decorative-aqua-surface-moderate-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-aqua-surface-moderate-surface-primary:var(
    --color-ref-aqua10
  );--color-sys-decorative-aqua-surface-moderate-text-aqua:var(
    --color-ref-aqua70
  );--color-sys-decorative-aqua-surface-moderate-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-aqua-surface-moderate-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-aqua-surface-moderate-text-secondary:var(
    --color-ref-gray70
  );--color-sys-decorative-aqua-surface-object-primary:var(--color-ref-white);--color-sys-decorative-aqua-surface-subdued-object-aqua:var(
    --color-ref-aqua50
  );--color-sys-decorative-aqua-surface-subdued-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-aqua-surface-subdued-surface-primary:var(
    --color-ref-aqua5
  );--color-sys-decorative-aqua-surface-subdued-text-aqua:var(--color-ref-aqua60);--color-sys-decorative-aqua-surface-subdued-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-aqua-surface-subdued-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-aqua-surface-subdued-text-secondary:var(
    --color-ref-gray60
  );--color-sys-decorative-aqua-surface-surface-primary:var(--color-ref-aqua60);--color-sys-decorative-aqua-surface-text-primary:var(--color-ref-white);--color-sys-decorative-aqua-border-base:var(--color-ref-aqua30);--color-sys-decorative-aqua-object:var(--color-ref-aqua50);--color-sys-decorative-aqua-object-foreground:var(--color-ref-white);--color-sys-decorative-aqua-text:var(--color-ref-aqua60);--color-sys-decorative-blue-surface-moderate-object-blue:var(
    --color-ref-blue60
  );--color-sys-decorative-blue-surface-moderate-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-blue-surface-moderate-surface-primary:var(
    --color-ref-blue10
  );--color-sys-decorative-blue-surface-moderate-text-blue:var(
    --color-ref-blue70
  );--color-sys-decorative-blue-surface-moderate-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-blue-surface-moderate-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-blue-surface-moderate-text-secondary:var(
    --color-ref-gray70
  );--color-sys-decorative-blue-surface-object-primary:var(--color-ref-white);--color-sys-decorative-blue-surface-subdued-object-blue:var(
    --color-ref-blue50
  );--color-sys-decorative-blue-surface-subdued-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-blue-surface-subdued-surface-primary:var(
    --color-ref-blue5
  );--color-sys-decorative-blue-surface-subdued-text-blue:var(--color-ref-blue60);--color-sys-decorative-blue-surface-subdued-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-blue-surface-subdued-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-blue-surface-subdued-text-secondary:var(
    --color-ref-gray60
  );--color-sys-decorative-blue-surface-surface-primary:var(--color-ref-blue60);--color-sys-decorative-blue-surface-text-primary:var(--color-ref-white);--color-sys-decorative-blue-border-base:var(--color-ref-blue30);--color-sys-decorative-blue-object:var(--color-ref-blue50);--color-sys-decorative-blue-object-foreground:var(--color-ref-white);--color-sys-decorative-blue-text:var(--color-ref-blue60);--color-sys-decorative-gray-surface-moderate-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-gray-surface-moderate-object-gray:var(
    --color-ref-gray60
  );--color-sys-decorative-gray-surface-moderate-surface-primary:var(
    --color-ref-gray10
  );--color-sys-decorative-gray-surface-moderate-text-gray:var(
    --color-ref-gray70
  );--color-sys-decorative-gray-surface-moderate-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-gray-surface-moderate-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-gray-surface-moderate-text-secondary:var(
    --color-ref-gray70
  );--color-sys-decorative-gray-surface-object-primary:var(--color-ref-white);--color-sys-decorative-gray-surface-subdued-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-gray-surface-subdued-object-gray:var(
    --color-ref-gray50
  );--color-sys-decorative-gray-surface-subdued-surface-primary:var(
    --color-ref-gray5
  );--color-sys-decorative-gray-surface-subdued-text-gray:var(--color-ref-gray60);--color-sys-decorative-gray-surface-subdued-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-gray-surface-subdued-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-gray-surface-subdued-text-secondary:var(
    --color-ref-gray60
  );--color-sys-decorative-gray-surface-surface-primary:var(--color-ref-gray60);--color-sys-decorative-gray-surface-text-primary:var(--color-ref-white);--color-sys-decorative-gray-border-base:var(--color-ref-gray30);--color-sys-decorative-gray-object:var(--color-ref-gray50);--color-sys-decorative-gray-object-foreground:var(--color-ref-white);--color-sys-decorative-gray-text:var(--color-ref-gray60);--color-sys-decorative-green-surface-moderate-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-green-surface-moderate-object-green:var(
    --color-ref-green60
  );--color-sys-decorative-green-surface-moderate-surface-primary:var(
    --color-ref-green10
  );--color-sys-decorative-green-surface-moderate-text-green:var(
    --color-ref-green70
  );--color-sys-decorative-green-surface-moderate-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-green-surface-moderate-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-green-surface-moderate-text-secondary:var(
    --color-ref-gray70
  );--color-sys-decorative-green-surface-object-primary:var(--color-ref-white);--color-sys-decorative-green-surface-subdued-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-green-surface-subdued-object-green:var(
    --color-ref-green50
  );--color-sys-decorative-green-surface-subdued-surface-primary:var(
    --color-ref-green5
  );--color-sys-decorative-green-surface-subdued-text-green:var(
    --color-ref-green60
  );--color-sys-decorative-green-surface-subdued-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-green-surface-subdued-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-green-surface-subdued-text-secondary:var(
    --color-ref-gray60
  );--color-sys-decorative-green-surface-surface-primary:var(--color-ref-green60);--color-sys-decorative-green-surface-text-primary:var(--color-ref-white);--color-sys-decorative-green-border-base:var(--color-ref-green30);--color-sys-decorative-green-object:var(--color-ref-green50);--color-sys-decorative-green-object-foreground:var(--color-ref-white);--color-sys-decorative-green-text:var(--color-ref-green60);--color-sys-decorative-lime-surface-moderate-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-lime-surface-moderate-object-lime:var(
    --color-ref-lime60
  );--color-sys-decorative-lime-surface-moderate-surface-primary:var(
    --color-ref-lime10
  );--color-sys-decorative-lime-surface-moderate-text-lime:var(
    --color-ref-lime70
  );--color-sys-decorative-lime-surface-moderate-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-lime-surface-moderate-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-lime-surface-moderate-text-secondary:var(
    --color-ref-gray70
  );--color-sys-decorative-lime-surface-object-primary:var(--color-ref-white);--color-sys-decorative-lime-surface-subdued-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-lime-surface-subdued-object-lime:var(
    --color-ref-lime50
  );--color-sys-decorative-lime-surface-subdued-surface-primary:var(
    --color-ref-lime5
  );--color-sys-decorative-lime-surface-subdued-text-lime:var(--color-ref-lime60);--color-sys-decorative-lime-surface-subdued-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-lime-surface-subdued-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-lime-surface-subdued-text-secondary:var(
    --color-ref-gray60
  );--color-sys-decorative-lime-surface-surface-primary:var(--color-ref-lime60);--color-sys-decorative-lime-surface-text-primary:var(--color-ref-white);--color-sys-decorative-lime-border-base:var(--color-ref-lime30);--color-sys-decorative-lime-object:var(--color-ref-lime50);--color-sys-decorative-lime-object-foreground:var(--color-ref-white);--color-sys-decorative-lime-text:var(--color-ref-lime60);--color-sys-decorative-orange-surface-moderate-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-orange-surface-moderate-object-orange:var(
    --color-ref-orange60
  );--color-sys-decorative-orange-surface-moderate-surface-primary:var(
    --color-ref-orange10
  );--color-sys-decorative-orange-surface-moderate-text-orange:var(
    --color-ref-orange70
  );--color-sys-decorative-orange-surface-moderate-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-orange-surface-moderate-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-orange-surface-moderate-text-secondary:var(
    --color-ref-gray70
  );--color-sys-decorative-orange-surface-object-primary:var(--color-ref-white);--color-sys-decorative-orange-surface-subdued-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-orange-surface-subdued-object-orange:var(
    --color-ref-orange50
  );--color-sys-decorative-orange-surface-subdued-surface-primary:var(
    --color-ref-orange5
  );--color-sys-decorative-orange-surface-subdued-text-orange:var(
    --color-ref-orange60
  );--color-sys-decorative-orange-surface-subdued-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-orange-surface-subdued-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-orange-surface-subdued-text-secondary:var(
    --color-ref-gray60
  );--color-sys-decorative-orange-surface-surface-primary:var(
    --color-ref-orange60
  );--color-sys-decorative-orange-surface-text-primary:var(--color-ref-white);--color-sys-decorative-orange-border-base:var(--color-ref-orange30);--color-sys-decorative-orange-object:var(--color-ref-orange50);--color-sys-decorative-orange-object-foreground:var(--color-ref-white);--color-sys-decorative-orange-text:var(--color-ref-orange60);--color-sys-decorative-pink-surface-moderate-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-pink-surface-moderate-object-pink:var(
    --color-ref-pink60
  );--color-sys-decorative-pink-surface-moderate-surface-primary:var(
    --color-ref-pink10
  );--color-sys-decorative-pink-surface-moderate-text-pink:var(
    --color-ref-pink70
  );--color-sys-decorative-pink-surface-moderate-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-pink-surface-moderate-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-pink-surface-moderate-text-secondary:var(
    --color-ref-gray70
  );--color-sys-decorative-pink-surface-object-primary:var(--color-ref-white);--color-sys-decorative-pink-surface-subdued-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-pink-surface-subdued-object-pink:var(
    --color-ref-pink50
  );--color-sys-decorative-pink-surface-subdued-surface-primary:var(
    --color-ref-pink5
  );--color-sys-decorative-pink-surface-subdued-text-pink:var(--color-ref-pink60);--color-sys-decorative-pink-surface-subdued-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-pink-surface-subdued-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-pink-surface-subdued-text-secondary:var(
    --color-ref-gray60
  );--color-sys-decorative-pink-surface-surface-primary:var(--color-ref-pink60);--color-sys-decorative-pink-surface-text-primary:var(--color-ref-white);--color-sys-decorative-pink-border-base:var(--color-ref-pink30);--color-sys-decorative-pink-object:var(--color-ref-pink50);--color-sys-decorative-pink-object-foreground:var(--color-ref-white);--color-sys-decorative-pink-text:var(--color-ref-pink60);--color-sys-decorative-purple-surface-moderate-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-purple-surface-moderate-object-purple:var(
    --color-ref-purple60
  );--color-sys-decorative-purple-surface-moderate-surface-primary:var(
    --color-ref-purple10
  );--color-sys-decorative-purple-surface-moderate-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-purple-surface-moderate-text-purple:var(
    --color-ref-purple70
  );--color-sys-decorative-purple-surface-moderate-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-purple-surface-moderate-text-secondary:var(
    --color-ref-gray70
  );--color-sys-decorative-purple-surface-object-primary:var(--color-ref-white);--color-sys-decorative-purple-surface-subdued-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-purple-surface-subdued-object-purple:var(
    --color-ref-purple50
  );--color-sys-decorative-purple-surface-subdued-surface-primary:var(
    --color-ref-purple5
  );--color-sys-decorative-purple-surface-subdued-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-purple-surface-subdued-text-purple:var(
    --color-ref-purple60
  );--color-sys-decorative-purple-surface-subdued-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-purple-surface-subdued-text-secondary:var(
    --color-ref-gray60
  );--color-sys-decorative-purple-surface-surface-primary:var(
    --color-ref-purple60
  );--color-sys-decorative-purple-surface-text-primary:var(--color-ref-white);--color-sys-decorative-purple-border-base:var(--color-ref-purple30);--color-sys-decorative-purple-object:var(--color-ref-purple50);--color-sys-decorative-purple-object-foreground:var(--color-ref-white);--color-sys-decorative-purple-text:var(--color-ref-purple60);--color-sys-decorative-red-surface-moderate-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-red-surface-moderate-object-red:var(--color-ref-red60);--color-sys-decorative-red-surface-moderate-surface-primary:var(
    --color-ref-red10
  );--color-sys-decorative-red-surface-moderate-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-red-surface-moderate-text-red:var(--color-ref-red70);--color-sys-decorative-red-surface-moderate-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-red-surface-moderate-text-secondary:var(
    --color-ref-gray70
  );--color-sys-decorative-red-surface-object-primary:var(--color-ref-white);--color-sys-decorative-red-surface-subdued-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-red-surface-subdued-object-red:var(--color-ref-red50);--color-sys-decorative-red-surface-subdued-surface-primary:var(
    --color-ref-red5
  );--color-sys-decorative-red-surface-subdued-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-red-surface-subdued-text-red:var(--color-ref-red60);--color-sys-decorative-red-surface-subdued-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-red-surface-subdued-text-secondary:var(
    --color-ref-gray60
  );--color-sys-decorative-red-surface-surface-primary:var(--color-ref-red60);--color-sys-decorative-red-surface-text-primary:var(--color-ref-white);--color-sys-decorative-red-border-base:var(--color-ref-red30);--color-sys-decorative-red-object:var(--color-ref-red50);--color-sys-decorative-red-object-foreground:var(--color-ref-white);--color-sys-decorative-red-text:var(--color-ref-red60);--color-sys-decorative-yellow-surface-moderate-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-yellow-surface-moderate-object-yellow:var(
    --color-ref-yellow60
  );--color-sys-decorative-yellow-surface-moderate-surface-primary:var(
    --color-ref-yellow10
  );--color-sys-decorative-yellow-surface-moderate-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-yellow-surface-moderate-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-yellow-surface-moderate-text-secondary:var(
    --color-ref-gray70
  );--color-sys-decorative-yellow-surface-moderate-text-yellow:var(
    --color-ref-yellow70
  );--color-sys-decorative-yellow-surface-object-primary:var(--color-ref-white);--color-sys-decorative-yellow-surface-subdued-object-foreground:var(
    --color-ref-white
  );--color-sys-decorative-yellow-surface-subdued-object-yellow:var(
    --color-ref-yellow50
  );--color-sys-decorative-yellow-surface-subdued-surface-primary:var(
    --color-ref-yellow5
  );--color-sys-decorative-yellow-surface-subdued-text-primary:var(
    --color-ref-gray100
  );--color-sys-decorative-yellow-surface-subdued-text-regular:var(
    --color-ref-gray90
  );--color-sys-decorative-yellow-surface-subdued-text-secondary:var(
    --color-ref-gray60
  );--color-sys-decorative-yellow-surface-subdued-text-yellow:var(
    --color-ref-yellow60
  );--color-sys-decorative-yellow-surface-surface-primary:var(
    --color-ref-yellow60
  );--color-sys-decorative-yellow-surface-text-primary:var(--color-ref-white);--color-sys-decorative-yellow-border-base:var(--color-ref-yellow30);--color-sys-decorative-yellow-object:var(--color-ref-yellow50);--color-sys-decorative-yellow-object-foreground:var(--color-ref-white);--color-sys-decorative-yellow-text:var(--color-ref-yellow60);--color-sys-focus:var(--color-ref-blue50);--color-sys-focus-inverse:var(--color-ref-blue30);--color-sys-object-accent:var(--color-ref-red50);--color-sys-object-critical:var(--color-ref-red50);--color-sys-object-foreground:var(--color-ref-white);--color-sys-object-informative:var(--color-ref-purple50);--color-sys-object-interactive:var(--color-ref-blue50);--color-sys-object-neutral:var(--color-ref-gray50);--color-sys-object-neutral-hovered:var(--color-ref-gray70);--color-sys-object-notice:var(--color-ref-orange50);--color-sys-object-success:var(--color-ref-green50);--color-sys-scrim:var(--color-ref-scrim);--color-sys-selection:var(--color-ref-selection);--color-sys-surface-accent-disabled-surface:var(--color-ref-red10);--color-sys-surface-accent-disabled-text:var(--color-ref-white);--color-sys-surface-accent-object-primary:var(--color-ref-white);--color-sys-surface-accent-surface-primary:var(--color-ref-red60);--color-sys-surface-accent-surface-state1:var(--color-ref-red70);--color-sys-surface-accent-surface-state2:var(--color-ref-red80);--color-sys-surface-accent-text-primary:var(--color-ref-white);--color-sys-surface-critical-object-primary:var(--color-ref-white);--color-sys-surface-critical-subdued-object-critical:var(--color-ref-red50);--color-sys-surface-critical-subdued-object-foreground:var(--color-ref-white);--color-sys-surface-critical-subdued-object-neutral:var(--color-ref-gray50);--color-sys-surface-critical-subdued-surface-primary:var(--color-ref-red5);--color-sys-surface-critical-subdued-surface-state1:var(--color-ref-red10);--color-sys-surface-critical-subdued-text-critical:var(--color-ref-red60);--color-sys-surface-critical-subdued-text-placeholder:var(--color-ref-gray40);--color-sys-surface-critical-subdued-text-primary:var(--color-ref-gray100);--color-sys-surface-critical-subdued-text-regular:var(--color-ref-gray90);--color-sys-surface-critical-subdued-text-secondary:var(--color-ref-gray60);--color-sys-surface-critical-surface-primary:var(--color-ref-red60);--color-sys-surface-critical-text-primary:var(--color-ref-white);--color-sys-surface-informative-object-primary:var(--color-ref-white);--color-sys-surface-informative-subdued-object-foreground:var(
    --color-ref-white
  );--color-sys-surface-informative-subdued-object-informative:var(
    --color-ref-purple50
  );--color-sys-surface-informative-subdued-surface-primary:var(
    --color-ref-purple5
  );--color-sys-surface-informative-subdued-text-informative:var(
    --color-ref-purple60
  );--color-sys-surface-informative-subdued-text-primary:var(--color-ref-gray100);--color-sys-surface-informative-subdued-text-regular:var(--color-ref-gray90);--color-sys-surface-informative-subdued-text-secondary:var(
    --color-ref-gray60
  );--color-sys-surface-informative-surface-primary:var(--color-ref-purple60);--color-sys-surface-informative-text-primary:var(--color-ref-white);--color-sys-surface-interactive-moderate-object-foreground:var(
    --color-ref-white
  );--color-sys-surface-interactive-moderate-object-interactive:var(
    --color-ref-blue60
  );--color-sys-surface-interactive-moderate-object-neutral:var(
    --color-ref-gray60
  );--color-sys-surface-interactive-moderate-surface-primary:var(
    --color-ref-blue10
  );--color-sys-surface-interactive-moderate-surface-state1:var(
    --color-ref-blue20
  );--color-sys-surface-interactive-moderate-text-disabled:var(
    --color-ref-gray30
  );--color-sys-surface-interactive-moderate-text-interactive:var(
    --color-ref-blue70
  );--color-sys-surface-interactive-moderate-text-primary:var(
    --color-ref-gray100
  );--color-sys-surface-interactive-moderate-text-regular:var(--color-ref-gray90);--color-sys-surface-interactive-moderate-text-secondary:var(
    --color-ref-gray70
  );--color-sys-surface-interactive-object-primary:var(--color-ref-white);--color-sys-surface-interactive-subdued-object-foreground:var(
    --color-ref-white
  );--color-sys-surface-interactive-subdued-object-interactive:var(
    --color-ref-blue50
  );--color-sys-surface-interactive-subdued-object-neutral:var(
    --color-ref-gray50
  );--color-sys-surface-interactive-subdued-surface-primary:var(
    --color-ref-blue5
  );--color-sys-surface-interactive-subdued-surface-state1:var(
    --color-ref-blue10
  );--color-sys-surface-interactive-subdued-text-disabled:var(--color-ref-gray30);--color-sys-surface-interactive-subdued-text-interactive:var(
    --color-ref-blue60
  );--color-sys-surface-interactive-subdued-text-primary:var(--color-ref-gray100);--color-sys-surface-interactive-subdued-text-regular:var(--color-ref-gray90);--color-sys-surface-interactive-subdued-text-secondary:var(
    --color-ref-gray60
  );--color-sys-surface-interactive-surface-primary:var(--color-ref-blue60);--color-sys-surface-interactive-surface-state1:var(--color-ref-blue70);--color-sys-surface-interactive-surface-state2:var(--color-ref-blue80);--color-sys-surface-interactive-text-primary:var(--color-ref-white);--color-sys-surface-inverse-object-neutral:var(--color-ref-gray30);--color-sys-surface-inverse-surface-primary:var(--color-ref-gray90);--color-sys-surface-inverse-surface-state1:var(--color-ref-gray80);--color-sys-surface-inverse-surface-state2:var(--color-ref-gray70);--color-sys-surface-inverse-text-disabled:var(--color-ref-gray60);--color-sys-surface-inverse-text-primary:var(--color-ref-white);--color-sys-surface-inverse-text-regular:var(--color-ref-gray10);--color-sys-surface-inverse-text-secondary:var(--color-ref-gray30);--color-sys-surface-neutral-object-primary:var(--color-ref-white);--color-sys-surface-neutral-surface-primary:var(--color-ref-gray60);--color-sys-surface-neutral-text-primary:var(--color-ref-white);--color-sys-surface-notice-object-primary:var(--color-ref-white);--color-sys-surface-notice-subdued-object-foreground:var(--color-ref-white);--color-sys-surface-notice-subdued-object-neutral:var(--color-ref-gray50);--color-sys-surface-notice-subdued-object-notice:var(--color-ref-orange50);--color-sys-surface-notice-subdued-surface-primary:var(--color-ref-orange5);--color-sys-surface-notice-subdued-surface-state1:var(--color-ref-orange10);--color-sys-surface-notice-subdued-text-notice:var(--color-ref-orange60);--color-sys-surface-notice-subdued-text-placeholder:var(--color-ref-gray40);--color-sys-surface-notice-subdued-text-primary:var(--color-ref-gray100);--color-sys-surface-notice-subdued-text-regular:var(--color-ref-gray90);--color-sys-surface-notice-subdued-text-secondary:var(--color-ref-gray60);--color-sys-surface-notice-surface-primary:var(--color-ref-orange60);--color-sys-surface-notice-text-primary:var(--color-ref-white);--color-sys-surface-success-object-primary:var(--color-ref-white);--color-sys-surface-success-subdued-object-foreground:var(--color-ref-white);--color-sys-surface-success-subdued-object-success:var(--color-ref-green50);--color-sys-surface-success-subdued-surface-primary:var(--color-ref-green5);--color-sys-surface-success-subdued-text-primary:var(--color-ref-gray100);--color-sys-surface-success-subdued-text-regular:var(--color-ref-gray90);--color-sys-surface-success-subdued-text-secondary:var(--color-ref-gray60);--color-sys-surface-success-subdued-text-success:var(--color-ref-green60);--color-sys-surface-success-surface-primary:var(--color-ref-green60);--color-sys-surface-success-text-primary:var(--color-ref-white);--color-sys-surface1-object-accent:var(--color-ref-red50);--color-sys-surface1-object-critical:var(--color-ref-red50);--color-sys-surface1-object-foreground:var(--color-ref-white);--color-sys-surface1-object-informative:var(--color-ref-purple50);--color-sys-surface1-object-interactive:var(--color-ref-blue50);--color-sys-surface1-object-neutral:var(--color-ref-gray50);--color-sys-surface1-object-notice:var(--color-ref-orange50);--color-sys-surface1-object-success:var(--color-ref-green50);--color-sys-surface1-surface-highlight:var(--color-ref-yellow5);--color-sys-surface1-surface-primary:var(--color-ref-white);--color-sys-surface1-surface-secondary:var(--color-ref-gray5);--color-sys-surface1-surface-state1:var(--color-ref-gray10);--color-sys-surface1-surface-state2:var(--color-ref-gray20);--color-sys-surface1-text-accent:var(--color-ref-red60);--color-sys-surface1-text-critical:var(--color-ref-red60);--color-sys-surface1-text-critical-disabled:var(--color-ref-red10);--color-sys-surface1-text-disabled:var(--color-ref-gray30);--color-sys-surface1-text-informative:var(--color-ref-purple60);--color-sys-surface1-text-interactive:var(--color-ref-blue60);--color-sys-surface1-text-notice:var(--color-ref-orange60);--color-sys-surface1-text-placeholder:var(--color-ref-gray40);--color-sys-surface1-text-primary:var(--color-ref-gray100);--color-sys-surface1-text-regular:var(--color-ref-gray90);--color-sys-surface1-text-secondary:var(--color-ref-gray60);--color-sys-surface1-text-success:var(--color-ref-green60);--color-sys-surface2-object-critical:var(--color-ref-red60);--color-sys-surface2-object-foreground:var(--color-ref-white);--color-sys-surface2-object-informative:var(--color-ref-purple60);--color-sys-surface2-object-interactive:var(--color-ref-blue60);--color-sys-surface2-object-neutral:var(--color-ref-gray60);--color-sys-surface2-object-notice:var(--color-ref-orange60);--color-sys-surface2-object-success:var(--color-ref-green60);--color-sys-surface2-surface-primary:var(--color-ref-gray10);--color-sys-surface2-surface-state1:var(--color-ref-gray20);--color-sys-surface2-surface-state2:var(--color-ref-gray30);--color-sys-surface2-text-disabled:var(--color-ref-gray30);--color-sys-surface2-text-interactive:var(--color-ref-blue70);--color-sys-surface2-text-placeholder:var(--color-ref-gray40);--color-sys-surface2-text-primary:var(--color-ref-gray100);--color-sys-surface2-text-regular:var(--color-ref-gray90);--color-sys-surface2-text-secondary:var(--color-ref-gray70);--color-sys-surface3-object-critical:var(--color-ref-red60);--color-sys-surface3-object-foreground:var(--color-ref-white);--color-sys-surface3-object-informative:var(--color-ref-purple60);--color-sys-surface3-object-interactive:var(--color-ref-blue60);--color-sys-surface3-object-neutral:var(--color-ref-gray60);--color-sys-surface3-object-notice:var(--color-ref-orange60);--color-sys-surface3-object-success:var(--color-ref-green60);--color-sys-surface3-surface-primary:var(--color-ref-gray20);--color-sys-surface3-surface-state1:var(--color-ref-gray30);--color-sys-surface3-surface-state2:var(--color-ref-gray40);--color-sys-surface3-text-disabled:var(--color-ref-gray40);--color-sys-surface3-text-primary:var(--color-ref-gray100);--color-sys-surface3-text-regular:var(--color-ref-gray90);--color-sys-surface3-text-secondary:var(--color-ref-gray70);--color-sys-text-accent:var(--color-ref-red60);--color-sys-text-critical:var(--color-ref-red60);--color-sys-text-critical-disabled:var(--color-ref-red10);--color-sys-text-disabled:var(--color-ref-gray30);--color-sys-text-informative:var(--color-ref-purple60);--color-sys-text-link-primary:var(--color-ref-blue60);--color-sys-text-link-primary-hovered:var(--color-ref-blue50);--color-sys-text-link-secondary:var(--color-ref-gray90);--color-sys-text-link-secondary-hovered:var(--color-ref-gray70);--color-sys-text-notice:var(--color-ref-orange60);--color-sys-text-placeholder:var(--color-ref-gray40);--color-sys-text-primary:var(--color-ref-gray100);--color-sys-text-regular:var(--color-ref-gray90);--color-sys-text-secondary:var(--color-ref-gray60);--color-sys-text-success:var(--color-ref-green60);--color-sys-white:var(--color-ref-white);--radius-sys-corner-s:var(--radius-ref-x0-5);--radius-sys-corner-m:var(--radius-ref-x1);--radius-sys-corner-l:var(--radius-ref-x2);--radius-sys-pill:var(--radius-ref-full);--spacing-sys-gap-xxs:var(--space-ref-x0-25);--spacing-sys-gap-xs:var(--space-ref-x0-5);--spacing-sys-gap-s:var(--space-ref-x1);--spacing-sys-gap-m:var(--space-ref-x1-5);--spacing-sys-gap-l:var(--space-ref-x2);--spacing-sys-gap-xl:var(--space-ref-x3);--spacing-sys-gap-xxl:var(--space-ref-x4);--spacing-sys-padding-xxs:var(--space-ref-x0-5);--spacing-sys-padding-xs:var(--space-ref-x0-75);--spacing-sys-padding-s:var(--space-ref-x1);--spacing-sys-padding-m:var(--space-ref-x1-5);--spacing-sys-padding-l:var(--space-ref-x2);--spacing-sys-padding-xl:var(--space-ref-x2-5);--spacing-sys-padding-xxl:var(--space-ref-x3)}