:root{--waline-font-size:1rem;--waline-white:#fff;--waline-light-grey:#999;--waline-dark-grey:#666;--waline-theme-color:#27ae60;--waline-active-color:#2ecc71;--waline-color:#444;--waline-bg-color:#fff;--waline-bg-color-light:#f8f8f8;--waline-bg-color-hover:#f0f0f0;--waline-border-color:#ddd;--waline-disable-bg-color:#f8f8f8;--waline-disable-color:#000;--waline-code-bg-color:#282c34;--waline-warning-color:#915930;--waline-warning-bg-color:#eab30824;--waline-bq-color:#f0f0f0;--waline-avatar-size:3.25rem;--waline-m-avatar-size:calc(var(--waline-avatar-size) * 9 / 13);--waline-badge-color:#3498db;--waline-badge-font-size:.75em;--waline-info-bg-color:#f8f8f8;--waline-info-color:#999;--waline-info-font-size:.625em;--waline-border:1px solid var(--waline-border-color);--waline-avatar-radius:50%;--waline-box-shadow:none}[data-waline]{font-size:var(--waline-font-size);text-align:start}[dir=rtl] [data-waline]{direction:rtl}[data-waline] *{box-sizing:content-box;line-height:1.75}[data-waline] p{color:var(--waline-color)}[data-waline] a{color:var(--waline-theme-color);overflow-wrap:break-word;cursor:pointer;text-decoration:none;display:inline-block;position:relative}[data-waline] a:hover{color:var(--waline-active-color)}[data-waline] img{border:none;max-width:100%;max-height:400px}[data-waline] hr{border-style:dashed;border-color:var(--waline-bg-color-light);margin:.825em 0}[data-waline] code,[data-waline] pre{background:var(--waline-bg-color-light);border-radius:3px;margin:0;padding:.2em .4em;font-size:85%}[data-waline] pre{padding:10px;line-height:1.45;overflow:auto}[data-waline] pre::-webkit-scrollbar{width:6px;height:6px}[data-waline] pre::-webkit-scrollbar-track-piece:horizontal{background:#0000001a;border-radius:6px}[data-waline] pre::-webkit-scrollbar-thumb:horizontal{background:var(--waline-theme-color);border-radius:6px;width:6px}[data-waline] pre code{color:var(--waline-color);white-space:pre-wrap;word-break:keep-all;background:0 0;padding:0}[data-waline] blockquote{border-inline-start:8px solid var(--waline-bq-color);color:var(--waline-dark-grey);margin:.5em 0;padding:.5em 0 .5em 1em}[data-waline] blockquote>p{margin:0}[data-waline] ol,[data-waline] ul{margin-inline-start:1.25em;padding:0}[data-waline] input[type=checkbox],[data-waline] input[type=radio]{vertical-align:middle;margin-top:-2px;display:inline-block}.wl-btn{vertical-align:middle;border:1px solid var(--waline-border-color);min-width:2.5em;color:var(--waline-color);text-align:center;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:0 0;border-radius:.5em;margin-bottom:0;padding:.5em 1em;font-size:.75em;font-weight:400;line-height:1.5;transition-duration:.4s;display:inline-block}.wl-btn:hover,.wl-btn:active{border-color:var(--waline-theme-color);color:var(--waline-theme-color)}.wl-btn:disabled{border-color:var(--waline-border-color);background:var(--waline-disable-bg-color);color:var(--waline-disable-color);cursor:not-allowed}.wl-btn.primary{border-color:var(--waline-theme-color);background:var(--waline-theme-color);color:var(--waline-white)}.wl-btn.primary:hover,.wl-btn.primary:active{border-color:var(--waline-active-color);background:var(--waline-active-color);color:var(--waline-white)}.wl-btn.primary:disabled{border-color:var(--waline-border-color);background:var(--waline-disable-bg-color);color:var(--waline-disable-color);cursor:not-allowed}.wl-loading{text-align:center}.wl-loading svg{margin:0 auto}.wl-comment{margin-bottom:.75em;display:flex;position:relative}.wl-close{inset-inline-end:-4px;cursor:pointer;background:0 0;border:none;padding:0;line-height:1;position:absolute;top:-4px}.wl-login-info{text-align:center;max-width:80px;margin-top:.75em}.wl-logout-btn{inset-inline-end:-10px;cursor:pointer;background:0 0;border:none;padding:3px;line-height:0;position:absolute;top:-10px}.wl-avatar{width:var(--waline-avatar-size);height:var(--waline-avatar-size);border:var(--waline-border);border-radius:var(--waline-avatar-radius);margin:0 auto;position:relative}@media (width<=720px){.wl-avatar{width:var(--waline-m-avatar-size);height:var(--waline-m-avatar-size)}}.wl-avatar img{border-radius:var(--waline-avatar-radius);width:100%;height:100%}.wl-login-nick{color:var(--waline-theme-color);word-break:break-all;font-size:.75em;display:block}.wl-panel{border:var(--waline-border);background:var(--waline-bg-color);width:100%;box-shadow:var(--waline-box-shadow);border-radius:.75em;flex-shrink:1;margin:.5em;position:relative}.wl-header{border-bottom:2px dashed var(--waline-border-color);border-top-left-radius:.75em;border-top-right-radius:.75em;padding:0 4px;display:flex;overflow:hidden}@media (width<=580px){.wl-header{display:block}}.wl-header label{min-width:40px;color:var(--waline-color);text-align:center;padding:.75em .5em;font-size:.75em}.wl-header input{resize:none;background:0 0;flex:1;width:0;padding:.5em;font-size:.625em}.wl-header-item{flex:1;display:flex}@media (width<=580px){.wl-header-item:not(:last-child){border-bottom:2px dashed var(--waline-border-color)}}.wl-header-1 .wl-header-item{width:100%}.wl-header-2 .wl-header-item{width:50%}@media (width<=580px){.wl-header-2 .wl-header-item{flex:0;width:100%}}.wl-header-3 .wl-header-item{width:33.33%}@media (width<=580px){.wl-header-3 .wl-header-item{width:100%}}.wl-editor{resize:vertical;box-sizing:border-box;background:0 0;border-radius:.5em;width:calc(100% - 1em);min-height:8.75em;margin:.75em .5em;font-size:.875em;position:relative}.wl-editor,.wl-input{max-width:100%;color:var(--waline-color);border:none;outline:none;transition:all .25s}.wl-editor:focus,.wl-input:focus{background:var(--waline-bg-color-light)}.wl-preview{padding:0 .5em .5em}.wl-preview h4{margin:.25em;font-size:.9375em;font-weight:700}.wl-preview .wl-content{overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;min-height:1.25em;padding:.25em}.wl-preview .wl-content>:first-child{margin-top:0}.wl-preview .wl-content>:last-child{margin-bottom:0}.wl-footer{flex-wrap:wrap;margin:.5em .75em;display:flex;position:relative}.wl-actions{flex:2;align-items:center;display:flex}.wl-action{width:1.5em;height:1.5em;color:var(--waline-color);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:2px;padding:0;font-size:16px;display:inline-flex}.wl-action:hover{color:var(--waline-theme-color)}.wl-action.active{color:var(--waline-active-color)}#wl-image-upload{display:none}#wl-image-upload:focus+label{color:var(--waline-color)}#wl-image-upload:focus-visible+label{outline:-webkit-focus-ring-color auto 1px}.wl-info{flex:3;justify-content:flex-end;align-items:center;display:flex}.wl-info .wl-text-number{color:var(--waline-info-color);font-size:.75em}.wl-info .wl-text-number .illegal{color:red}.wl-info button{margin-inline-start:.75em}.wl-info button svg{margin:0 auto;line-height:18px;display:block}.wl-emoji-popup{inset-inline-start:1.25em;z-index:10;border:var(--waline-border);background:var(--waline-bg-color);width:100%;max-width:526px;box-shadow:var(--waline-box-shadow);border-radius:6px;display:none;position:absolute;top:100%}.wl-emoji-popup.display{display:block}.wl-emoji-popup button{vertical-align:middle;width:2em;font-size:inherit;text-align:center;cursor:pointer;background:0 0;border-width:0;margin:.125em;padding:0;line-height:2;display:inline-block}.wl-emoji-popup button:hover{background:var(--waline-bg-color-hover)}.wl-emoji-popup .wl-emoji{vertical-align:middle;max-width:1.5em;max-height:1.5em;display:inline-block}.wl-emoji-popup .wl-emoji-preview{z-index:1;border:var(--waline-border);background:var(--waline-bg-color);max-width:3em;max-height:3em;box-shadow:var(--waline-box-shadow);border-radius:4px;padding:.25em;display:block;position:absolute;top:-4em;left:0}.wl-emoji-popup .wl-tab-wrapper{max-height:145px;padding:.5em;overflow-y:auto}.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar{width:6px;height:6px}.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-track-piece:vertical{background:#0000001a;border-radius:6px}.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-thumb:vertical{background:var(--waline-theme-color);border-radius:6px;width:6px}.wl-emoji-popup .wl-tabs{white-space:nowrap;padding:0 6px;position:relative;overflow-x:auto}.wl-emoji-popup .wl-tabs:before{content:" ";z-index:2;background:var(--waline-border-color);height:1px;position:absolute;top:0;left:0;right:0}.wl-emoji-popup .wl-tabs::-webkit-scrollbar{width:6px;height:6px}.wl-emoji-popup .wl-tabs::-webkit-scrollbar-track-piece:horizontal{background:#0000001a;border-radius:6px}.wl-emoji-popup .wl-tabs::-webkit-scrollbar-thumb:horizontal{background:var(--waline-theme-color);border-radius:6px;height:6px}.wl-emoji-popup .wl-tab{margin:0;padding:0 .5em;position:relative}.wl-emoji-popup .wl-tab.active{z-index:3;border:1px solid var(--waline-border-color);background:var(--waline-bg-color);border-top-width:0;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.wl-gif-popup{inset-inline-start:1.25em;z-index:10;border:var(--waline-border);background:var(--waline-bg-color);width:calc(100% - 3em);box-shadow:var(--waline-box-shadow);opacity:0;visibility:hidden;transform-origin:0 0;border-radius:6px;padding:.75em .75em .25em;transition:transform .2s ease-out,opacity .2s ease-out;position:absolute;top:100%;transform:scale(.9)}.wl-gif-popup.display{opacity:1;visibility:visible;transform:none}.wl-gif-popup input{box-sizing:border-box;border:var(--waline-border);width:100%;margin-bottom:10px;padding:3px 5px}.wl-gif-popup img{box-sizing:border-box;cursor:pointer;border:2px solid #fff;width:100%;display:block}.wl-gif-popup img:hover{border-color:var(--waline-theme-color);border-radius:2px}.wl-gallery{max-height:80vh;display:flex;overflow-y:auto}.wl-gallery-column{flex-direction:column;flex:1;height:max-content;display:flex}.wl-cards .wl-user{--avatar-size:var(--waline-avatar-size);margin-inline-end:.75em;position:relative}@media (width<=720px){.wl-cards .wl-user{--avatar-size:var(--waline-m-avatar-size)}}.wl-cards .wl-user .wl-user-avatar{width:var(--avatar-size);height:var(--avatar-size);border-radius:var(--waline-avatar-radius);box-shadow:var(--waline-box-shadow)}.wl-cards .wl-user .verified-icon,.wl-cards .wl-user .administrator-icon{inset-inline-start:calc(var(--avatar-size)*3/4);top:calc(var(--avatar-size)*3/4);background:var(--waline-bg-color);box-shadow:var(--waline-box-shadow);border-radius:50%;position:absolute}.wl-card-item{padding:.5em;display:flex;position:relative}.wl-card-item .wl-card-item{padding-inline-end:0}.wl-card{border-bottom:1px dashed var(--waline-border-color);flex:1;width:0;padding-bottom:.5em}.wl-card:first-child{margin-inline-start:1em}.wl-card-item:last-child>.wl-card{border-bottom:none}.wl-card .wl-nick svg{line-height:1;position:relative;bottom:-.125em}.wl-card .wl-head{line-height:1.5;overflow:hidden}.wl-card .wl-head .wl-nick{margin-inline-end:.5em;font-size:.875em;font-weight:700;line-height:1;text-decoration:none;display:inline-block;position:relative}.wl-card span.wl-nick{color:var(--waline-dark-grey)}.wl-card .wl-badge{border:1px solid var(--waline-badge-color);color:var(--waline-badge-color);font-size:var(--waline-badge-font-size);border-radius:4px;margin-inline-end:1em;padding:0 .3em;display:inline-block}.wl-card .wl-time{color:var(--waline-info-color);margin-inline-end:.875em;font-size:.75em}.wl-card .wl-meta{line-height:1;position:relative}.wl-card .wl-meta>span{background:var(--waline-info-bg-color);color:var(--waline-info-color);font-size:var(--waline-info-font-size);border-radius:.2em;margin-inline-end:.25em;padding:2px 4px;line-height:1.5;display:inline-block}.wl-card .wl-meta>span:empty{display:none}.wl-card .wl-comment-actions{float:right;line-height:1}[dir=rtl] .wl-card .wl-comment-actions{float:left}.wl-card .wl-delete,.wl-card .wl-like,.wl-card .wl-reply,.wl-card .wl-edit,.wl-card .wl-rss{color:var(--waline-color);cursor:pointer;background:0 0;border:none;align-items:center;line-height:1;transition:color .2s;display:inline-flex}.wl-card .wl-delete:hover,.wl-card .wl-like:hover,.wl-card .wl-reply:hover,.wl-card .wl-edit:hover,.wl-card .wl-rss:hover{color:var(--waline-theme-color)}.wl-card .wl-delete.active,.wl-card .wl-like.active,.wl-card .wl-reply.active,.wl-card .wl-edit.active,.wl-card .wl-rss.active{color:var(--waline-active-color)}.wl-card .wl-warning{border:1px dashed var(--waline-warning-color);background:var(--waline-warning-bg-color);color:var(--waline-warning-color);border-radius:5px;margin-top:1em;padding:.5em 1em;font-size:.875em;line-height:1em}.wl-card .wl-content{overflow-wrap:break-word;margin-bottom:.75em;padding-top:.625em;font-size:.875em;line-height:2;position:relative}.wl-card .wl-content.expand{cursor:pointer;max-height:8em;overflow:hidden}.wl-card .wl-content.expand:before{content:"";inset-inline-start:0;z-index:999;background:linear-gradient(#000,#ffffffe6);width:100%;display:block;position:absolute;top:0;bottom:3.15em}.wl-card .wl-content.expand:after{content:attr(data-expand);inset-inline-start:0;z-index:999;color:#828586;text-align:center;background:#ffffffe6;width:100%;height:3.15em;line-height:3.15em;display:block;position:absolute;bottom:0}.wl-card .wl-content>:first-child{margin-top:0}.wl-card .wl-content>:last-child{margin-bottom:0}.wl-card .wl-content .wl-reply-to{float:left;margin:1em .5em 0 0}.wl-card .wl-admin-actions{text-align:right;margin:8px 0;font-size:12px}.wl-card .wl-comment-status{margin:0 8px}.wl-card .wl-comment-status .wl-btn{border-radius:0}.wl-card .wl-comment-status .wl-btn:first-child{border-inline-end:0;border-radius:.5em 0 0 .5em}.wl-card .wl-comment-status .wl-btn:last-child{border-inline-start:0;border-radius:0 .5em .5em 0}.wl-card .wl-quote{border-inline-start:1px dashed #ededed80}.wl-card .wl-quote .wl-user{--avatar-size:var(--waline-m-avatar-size)}.wl-close-icon{color:var(--waline-border-color)}.wl-content .vemoji,.wl-content .wl-emoji{vertical-align:baseline;height:1.25em;margin:-.125em .25em;display:inline-block}.wl-content .wl-tex{background:var(--waline-info-bg-color);color:var(--waline-info-color)}.wl-content span.wl-tex{font-size:var(--waline-info-font-size);border-radius:.2em;margin-inline-end:.25em;padding:2px 4px;line-height:1.5;display:inline-block}.wl-content p.wl-tex{text-align:center}.wl-content .katex-display{-webkit-overflow-scrolling:touch;padding-top:.2em;padding-bottom:.2em;overflow:auto hidden}.wl-content .katex-display::-webkit-scrollbar{height:3px}.wl-content .katex-error{color:red}.wl-count{flex:1;font-size:1.25em;font-weight:700}.wl-empty{color:var(--waline-color);text-align:center;padding:1.25em;overflow:auto}.wl-operation{text-align:center}.wl-operation button{margin:1em 0}.wl-power{color:var(--waline-light-grey);font-size:var(--waline-info-font-size);text-align:end;margin-inline-start:auto;padding:.5em 0}.wl-meta-head{flex-direction:row;align-items:center;padding:.375em;display:flex}.wl-sort{margin:0;list-style-type:none}.wl-sort li{color:var(--waline-info-color);cursor:pointer;font-size:.75em;display:inline-block}.wl-sort li.active{color:var(--waline-theme-color)}.wl-sort li+li{margin-inline-start:1em}.wl-meta-foot{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.wl-rss{flex-wrap:nowrap;gap:5px;max-width:16px;transition:all .2s ease-in-out;display:flex;overflow:hidden}.wl-rss:hover{max-width:100%}.wl-rss>a{flex-shrink:0;gap:2px;display:flex}.wl-rss span{color:var(--waline-light-grey);font-size:var(--waline-info-font-size);text-align:end}.wl-reaction{text-align:center;margin-bottom:1.75em;overflow:auto hidden}.wl-reaction img{width:100%;height:100%;transition:all .25s ease-in-out}.wl-reaction-title{margin:16px auto;font-size:18px;font-weight:700}.wl-reaction-list{flex-direction:row;justify-content:center;gap:16px;margin:0;padding:8px;list-style-type:none;display:flex}@media (width<=580px){.wl-reaction-list{gap:12px}}[data-waline] .wl-reaction-list{margin-inline-start:0}.wl-reaction-item{cursor:pointer;flex-direction:column;align-items:center;display:flex}.wl-reaction-item:hover img,.wl-reaction-item.active img{transform:scale(1.15)}.wl-reaction-img{width:42px;height:42px;position:relative}@media (width<=580px){.wl-reaction-img{width:32px;height:32px}}.wl-reaction-loading{inset-inline-end:-5px;width:18px;height:18px;color:var(--waline-theme-color);position:absolute;top:-4px}.wl-reaction-votes{inset-inline-end:-9px;border:1px solid var(--waline-theme-color);background:var(--waline-bg-color);min-width:1em;color:var(--waline-theme-color);border-radius:1em;padding:2px;font-size:.75em;font-weight:700;line-height:1;position:absolute;top:-9px}.wl-reaction-item.active .wl-reaction-votes{background:var(--waline-theme-color);color:var(--waline-bg-color)}.wl-reaction-text{font-size:.875em}.wl-reaction-item.active .wl-reaction-text{color:var(--waline-theme-color)}.wl-star{flex-direction:column;gap:12px;display:flex}.wl-star-rate{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;gap:6px;display:flex}.wl-star-item{width:24px;height:24px;position:relative}.wl-star-icon{width:100%;height:100%}.wl-star-outline{fill:none;stroke:var(--waline-light-grey);stroke-width:1.5px}.wl-star-solid{fill:var(--waline-theme-color);stroke:var(--waline-theme-color);stroke-width:1.5px}.wl-star-score{flex-direction:column;gap:6px;display:flex}.wl-star-row{align-items:center;gap:8px;display:flex}.wl-star-row .wl-star-rate{align-items:center;gap:3px}.wl-star-row .wl-star-item{width:12px;height:12px;display:flex}.wl-star-progress{background:var(--waline-bg-color-light);border-radius:999px;flex:1;height:6px;overflow:hidden}.wl-star-progress-bar{background:var(--waline-theme-color);height:100%}.wl-star-percent{width:52px;color:var(--waline-light-grey);text-align:right;font-size:.75em}.wl-content pre,.wl-content pre[class*=language-]{background:var(--waline-code-bg-color);border-radius:6px;margin:.75rem 0;padding:1rem 1.25rem;line-height:1.4;overflow:auto}.wl-content pre code,.wl-content pre[class*=language-] code{color:#bbb;direction:ltr;border-radius:0;padding:0;background:0 0!important}.wl-content code[class*=language-],.wl-content pre[class*=language-]{color:#ccc;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;overflow-wrap:normal;tab-size:4;-webkit-hyphens:none;hyphens:none;background:0 0;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em}.wl-content pre[class*=language-]{overflow:auto}.wl-content :not(pre)>code[class*=language-],.wl-content pre[class*=language-]{background:#2d2d2d}.wl-content :not(pre)>code[class*=language-]{white-space:normal;border-radius:.3em;padding:.1em}.wl-content .token.comment,.wl-content .token.block-comment,.wl-content .token.prolog,.wl-content .token.doctype,.wl-content .token.cdata{color:#999}.wl-content .token.punctuation{color:#ccc}.wl-content .token.tag,.wl-content .token.attr-name,.wl-content .token.namespace,.wl-content .token.deleted{color:#e2777a}.wl-content .token.function-name{color:#6196cc}.wl-content .token.boolean,.wl-content .token.number,.wl-content .token.function{color:#f08d49}.wl-content .token.property,.wl-content .token.class-name,.wl-content .token.constant,.wl-content .token.symbol{color:#f8c555}.wl-content .token.selector,.wl-content .token.important,.wl-content .token.atrule,.wl-content .token.keyword,.wl-content .token.builtin{color:#cc99cd}.wl-content .token.string,.wl-content .token.char,.wl-content .token.attr-value,.wl-content .token.regex,.wl-content .token.variable{color:#7ec699}.wl-content .token.operator,.wl-content .token.entity,.wl-content .token.url{color:#67cdcc}.wl-content .token.important,.wl-content .token.bold{font-weight:700}.wl-content .token.italic{font-style:italic}.wl-content .token.entity{cursor:help}.wl-content .token.inserted{color:green}.wl-recent-item p{display:inline}.wl-user-list{padding:0;list-style:none}.wl-user-list a,.wl-user-list a:hover,.wl-user-list a:visited{color:var(--waline-color);text-decoration:none}.wl-user-list .wl-user-avatar{border-radius:4px;margin-inline-end:10px;line-height:0;display:inline-block;position:relative;overflow:hidden}.wl-user-list .wl-user-avatar>img{width:var(--waline-user-avatar-size,48px);height:var(--waline-user-avatar-size,48px)}.wl-user-list .wl-user-badge{inset-inline-end:0;background:var(--waline-info-bg-color);min-width:.7em;height:1.5em;color:var(--waline-info-color);text-align:center;border-radius:4px;padding:0 .4em;font-size:10px;font-weight:700;line-height:1.5em;position:absolute;bottom:0}.wl-user-list .wl-user-item{margin:10px 0}.wl-user-list .wl-user-item:first-child .wl-user-badge{background:var(--waline-rank-gold-bg-color,#fa3939);color:var(--waline-white);font-weight:700}.wl-user-list .wl-user-item:nth-child(2) .wl-user-badge{background:var(--waline-rank-silver-bg-color,#fb811c);color:var(--waline-white);font-weight:700}.wl-user-list .wl-user-item:nth-child(3) .wl-user-badge{background:var(--waline-rank-copper-bg-color,#feb207);color:var(--waline-white)}.wl-user-list .wl-user-meta{vertical-align:top;display:inline-block}.wl-user-list .wl-badge{vertical-align:text-top;border:1px solid var(--waline-badge-color);color:var(--waline-badge-color);font-size:var(--waline-badge-font-size);border-radius:4px;margin-inline-start:.5em;padding:0 .3em;display:inline-block}.wl-user-wall{padding:0;list-style:none}.wl-user-wall .wl-user-badge,.wl-user-wall .wl-user-meta{display:none}.wl-user-wall .wl-user-item{transition:transform .2s ease-in-out;display:inline-block;position:relative}.wl-user-wall .wl-user-item:before,.wl-user-wall .wl-user-item:after{z-index:10;opacity:0;pointer-events:none;transform-origin:top;transition:all .18s ease-out .18s;position:absolute;bottom:100%;left:50%;transform:translate(-50%,4px)}.wl-user-wall .wl-user-item:before{content:"";border:5px solid #0000;border-top-color:#101010f2;width:0;height:0}.wl-user-wall .wl-user-item:after{content:attr(aria-label);color:#fff;white-space:nowrap;background:#101010f2;border-radius:2px;margin-bottom:10px;padding:.5em 1em;font-size:12px}.wl-user-wall .wl-user-item:hover{transform:scale(1.1)}.wl-user-wall .wl-user-item:hover:before,.wl-user-wall .wl-user-item:hover:after{opacity:1;pointer-events:none;transform:translate(-50%)}.wl-user-wall .wl-user-item img{width:var(--waline-user-avatar-size,48px);height:var(--waline-user-avatar-size,48px)}.rangeslider{-ms-touch-action:none;touch-action:none;background:#e6e6e6;margin:20px 0;position:relative}.rangeslider,.rangeslider .rangeslider__fill{display:block;box-shadow:inset 0 1px 3px #0006}.rangeslider .rangeslider__handle{cursor:pointer;background:#fff;border:1px solid #ccc;display:inline-block;position:absolute;box-shadow:0 1px 3px #0006,0 -1px 3px #0006}.rangeslider .rangeslider__handle .rangeslider__active{opacity:1}.rangeslider .rangeslider__handle-tooltip{text-align:center;color:#fff;background-color:#000c;border-radius:4px;width:40px;height:40px;font-size:14px;font-weight:400;transition:all .1s ease-in;display:inline-block;position:absolute;left:50%;transform:translate(-50%)}.rangeslider .rangeslider__handle-tooltip span{margin-top:12px;line-height:100%;display:inline-block}.rangeslider .rangeslider__handle-tooltip:after{content:" ";width:0;height:0;position:absolute}.rangeslider-horizontal{border-radius:10px;height:12px}.rangeslider-horizontal .rangeslider__fill{background-color:#7cb342;border-radius:10px;height:100%;top:0}.rangeslider-horizontal .rangeslider__handle{border-radius:30px;width:30px;height:30px;top:50%;transform:translate(-50%,-50%)}.rangeslider-horizontal .rangeslider__handle:after{content:" ";background-color:#dadada;border-radius:50%;width:16px;height:16px;position:absolute;top:6px;left:6px;box-shadow:inset 0 1px 3px #0006,inset 0 -1px 3px #0006}.rangeslider-horizontal .rangeslider__handle-tooltip{top:-55px}.rangeslider-horizontal .rangeslider__handle-tooltip:after{border-top:8px solid #000c;border-left:8px solid #0000;border-right:8px solid #0000;bottom:-8px;left:50%;transform:translate(-50%)}.rangeslider-vertical{background-color:#0000;max-width:10px;height:150px;margin:20px auto}.rangeslider-vertical .rangeslider__fill,.rangeslider-vertical .rangeslider__handle{position:absolute}.rangeslider-vertical .rangeslider__fill{width:100%;box-shadow:none;background-color:#7cb342;bottom:0}.rangeslider-vertical .rangeslider__handle{width:30px;height:10px;box-shadow:none;left:-10px}.rangeslider-vertical .rangeslider__handle-tooltip{top:50%;left:-100%;transform:translate(-50%,-50%)}.rangeslider-vertical .rangeslider__handle-tooltip:after{border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:8px solid #000c;top:12px;left:100%}.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill{right:0}.rangeslider-reverse.rangeslider-vertical .rangeslider__fill{top:0;bottom:inherit}.rangeslider__labels{position:relative}.rangeslider-vertical .rangeslider__labels{text-align:left;width:250px;height:100%;margin:0 0 0 24px;padding:0;list-style-type:none;position:relative;left:10px}.rangeslider-vertical .rangeslider__labels .rangeslider__label-item{position:absolute;transform:translateY(-50%)}.rangeslider-vertical .rangeslider__labels .rangeslider__label-item:before{content:"";z-index:-1;background:#000;width:10px;height:2px;position:absolute;top:50%;left:-14px;transform:translateY(-50%)}.rangeslider__labels .rangeslider__label-item{cursor:pointer;font-size:14px;display:inline-block;position:absolute;top:10px;transform:translate(-50%)}*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;border-color:var(--un-default-border-color,#e5e7eb)}:before,:after{--un-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after,::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 #0000;--un-ring-shadow:0 0 #0000;--un-shadow-inset: ;--un-shadow:0 0 #0000;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:#93c5fd80;--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-akar-icons\:settings-vertical{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M19 3v4m0 14V11m-7-8v12m0 6v-2M5 3v2m0 16V9'/%3E%3Ccircle cx='19' cy='9' r='2' transform='rotate(90 19 9)'/%3E%3Ccircle cx='12' cy='17' r='2' transform='rotate(90 12 17)'/%3E%3Ccircle cx='5' cy='7' r='2' transform='rotate(90 5 7)'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ant-design\:link-outlined{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M574 665.4a8.03 8.03 0 0 0-11.3 0L446.5 781.6c-53.8 53.8-144.6 59.5-204 0c-59.5-59.5-53.8-150.2 0-204l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3l-39.8-39.8a8.03 8.03 0 0 0-11.3 0L191.4 526.5c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3zm258.6-474c-84.6-84.6-221.5-84.6-306 0L410.3 307.6a8.03 8.03 0 0 0 0 11.3l39.7 39.7c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c53.8-53.8 144.6-59.5 204 0c59.5 59.5 53.8 150.2 0 204L665.3 562.6a8.03 8.03 0 0 0 0 11.3l39.8 39.8c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c84.5-84.6 84.5-221.5 0-306.1M610.1 372.3a8.03 8.03 0 0 0-11.3 0L372.3 598.7a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l226.4-226.4c3.1-3.1 3.1-8.2 0-11.3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:app-indicator{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Cpath d='M5.5 2A3.5 3.5 0 0 0 2 5.5v5A3.5 3.5 0 0 0 5.5 14h5a3.5 3.5 0 0 0 3.5-3.5V8a.5.5 0 0 1 1 0v2.5a4.5 4.5 0 0 1-4.5 4.5h-5A4.5 4.5 0 0 1 1 10.5v-5A4.5 4.5 0 0 1 5.5 1H8a.5.5 0 0 1 0 1z'/%3E%3Cpath d='M16 3a3 3 0 1 1-6 0a3 3 0 0 1 6 0'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:apple{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cdefs%3E%3Cpath id='SVG67go7b2R' d='M11.182.008C11.148-.03 9.923.023 8.857 1.18c-1.066 1.156-.902 2.482-.878 2.516s1.52.087 2.475-1.258s.762-2.391.728-2.43m3.314 11.733c-.048-.096-2.325-1.234-2.113-3.422s1.675-2.789 1.698-2.854s-.597-.79-1.254-1.157a3.7 3.7 0 0 0-1.563-.434c-.108-.003-.483-.095-1.254.116c-.508.139-1.653.589-1.968.607c-.316.018-1.256-.522-2.267-.665c-.647-.125-1.333.131-1.824.328c-.49.196-1.422.754-2.074 2.237c-.652 1.482-.311 3.83-.067 4.56s.625 1.924 1.273 2.796c.576.984 1.34 1.667 1.659 1.899s1.219.386 1.843.067c.502-.308 1.408-.485 1.766-.472c.357.013 1.061.154 1.782.539c.571.197 1.111.115 1.652-.105c.541-.221 1.324-1.059 2.238-2.758q.52-1.185.473-1.282'/%3E%3C/defs%3E%3Cg fill='currentColor'%3E%3Cuse href='%23SVG67go7b2R'/%3E%3Cuse href='%23SVG67go7b2R'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:arrow-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:battery{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M0 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm14 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:bell-slash{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5.164 14H15c-.299-.199-.557-.553-.78-1c-.9-1.8-1.22-5.12-1.22-6q0-.396-.06-.776l-.938.938c.02.708.157 2.154.457 3.58c.161.767.377 1.566.663 2.258H6.164zm5.581-9.91a4 4 0 0 0-1.948-1.01L8 2.917l-.797.161A4 4 0 0 0 4 7c0 .628-.134 2.197-.459 3.742q-.075.358-.166.718l-1.653 1.653q.03-.055.059-.113C2.679 11.2 3 7.88 3 7c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0c.942.19 1.788.645 2.457 1.284zM10 15a2 2 0 1 1-4 0zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:brightness-alt-high{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3m8 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5m-13.5.5a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1zm11.157-6.157a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0m-9.9 2.121a.5.5 0 0 0 .707-.707L3.05 5.343a.5.5 0 1 0-.707.707zM8 7a4 4 0 0 0-4 4a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5a4 4 0 0 0-4-4m0 1a3 3 0 0 1 2.959 2.5H5.04A3 3 0 0 1 8 8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:fullscreen{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5M.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5m15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:fullscreen-exit{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5.5 0a.5.5 0 0 1 .5.5v4A1.5 1.5 0 0 1 4.5 6h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 10 4.5v-4a.5.5 0 0 1 .5-.5M0 10.5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 6 11.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5m10 1a1.5 1.5 0 0 1 1.5-1.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:keyboard{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Cpath d='M14 5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zM2 4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z'/%3E%3Cpath d='M13 10.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm0-2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm-5 0A.25.25 0 0 1 8.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 8 8.75zm2 0a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25zm1 2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm-5-2A.25.25 0 0 1 6.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 6 8.75zm-2 0A.25.25 0 0 1 4.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 4 8.75zm-2 0A.25.25 0 0 1 2.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 2 8.75zm11-2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm-2 0a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm-2 0A.25.25 0 0 1 9.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 9 6.75zm-2 0A.25.25 0 0 1 7.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 7 6.75zm-2 0A.25.25 0 0 1 5.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 5 6.75zm-3 0A.25.25 0 0 1 2.25 6h1.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-1.5A.25.25 0 0 1 2 6.75zm0 4a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm2 0a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-5.5a.25.25 0 0 1-.25-.25z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:layout-sidebar{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5-1v12h9a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zM4 2H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:lightning-charge-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:pause-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5m5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:play-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m11.596 8.697l-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:power{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Cpath d='M7.5 1v7h1V1z'/%3E%3Cpath d='M3 8.812a5 5 0 0 1 2.578-4.375l-.485-.874A6 6 0 1 0 11 3.616l-.501.865A5 5 0 1 1 3 8.812'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:trash{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0z'/%3E%3Cpath d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1zM4.118 4L4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4zM2.5 3h11V2h-11z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bi\:x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8L4.646 5.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-bx\:search,[i-bx\:search=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10 18a7.95 7.95 0 0 0 4.897-1.688l4.396 4.396l1.414-1.414l-4.396-4.396A7.95 7.95 0 0 0 18 10c0-4.411-3.589-8-8-8s-8 3.589-8 8s3.589 8 8 8m0-14c3.309 0 6 2.691 6 6s-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-charm\:bluetooth,[i-charm\:bluetooth=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m3.75 11.25 8.5-6.25-4.5-3.25v12.5l4.5-3.25-8.5-6.25'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-fa-brands\:apple{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 384 512' display='inline-block' width='0.75em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8c-18.8-26.9-47.2-41.7-84.7-44.6c-35.5-2.8-74.3 20.7-88.5 20.7c-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2c25.2-.6 43-17.9 75.8-17.9c31.8 0 48.3 17.9 76.4 17.9c48.6-.7 90.4-82.5 102.6-119.3c-65.2-30.7-61.7-90-61.7-91.9m-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5c-24.1 1.4-52 16.4-67.9 34.9c-17.5 19.8-27.8 44.3-25.6 71.9c26.1 2 49.9-11.4 69.5-34.3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:.75em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-fa-solid\:paw{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 512' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M256 224c-79.41 0-192 122.76-192 200.25c0 34.9 26.81 55.75 71.74 55.75c48.84 0 81.09-25.08 120.26-25.08c39.51 0 71.85 25.08 120.26 25.08c44.93 0 71.74-20.85 71.74-55.75C448 346.76 335.41 224 256 224m-147.28-12.61c-10.4-34.65-42.44-57.09-71.56-50.13S-7.13 201.95 3.27 236.6s42.44 57.09 71.56 50.13s44.29-40.69 33.89-75.34m84.72-20.78c30.94-8.14 46.42-49.94 34.58-93.36s-46.52-72.01-77.46-63.87s-46.42 49.94-34.58 93.36s46.53 72.02 77.46 63.87m281.39-29.34c-29.12-6.96-61.15 15.48-71.56 50.13c-10.4 34.65 4.77 68.38 33.89 75.34s61.15-15.48 71.56-50.13c10.4-34.65-4.77-68.38-33.89-75.34m-156.27 29.34c30.94 8.14 65.62-20.45 77.46-63.87s-3.64-85.21-34.58-93.36s-65.62 20.45-77.46 63.87s3.64 85.22 34.58 93.36'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-fa-solid\:shield-alt{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 512' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3c11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3M256.1 446.3l-.1-381l175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-gg\:sleep{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0m-4.101 5A6.98 6.98 0 0 1 12 19a6.98 6.98 0 0 1-4.899-2zm1.427-2a7 7 0 1 0-12.653 0z' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ic\:baseline-cloud-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19.35 10.04A7.49 7.49 0 0 0 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46a5.497 5.497 0 0 1 8.05 4.87v.5H19c1.66 0 3 1.34 3 3c0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96M3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73L4.27 4zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-icon-park-outline\:code{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 48 48' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='4'%3E%3Cpath stroke-linejoin='round' d='M16 13L4 25.432L16 37m16-24l12 12.432L32 37'/%3E%3Cpath d='m28 4l-7 40'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ion\:copy-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 512' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Crect width='336' height='336' x='128' y='128' fill='none' stroke='currentColor' stroke-linejoin='round' stroke-width='32' rx='57' ry='57'/%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='m383.5 128l.5-24a56.16 56.16 0 0 0-56-56H112a64.19 64.19 0 0 0-64 64v216a56.16 56.16 0 0 0 56 56h24'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ion\:ios-videocam,[i-ion\:ios-videocam=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 512' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M450.6 153.6c-3.3 0-6.5.9-9.3 2.7l-86.5 54.6c-2.5 1.6-4 4.3-4 7.2v76c0 2.9 1.5 5.6 4 7.2l86.5 54.6c2.8 1.7 6 2.7 9.3 2.7h20.8c4.8 0 8.6-3.8 8.6-8.5v-188c0-4.7-3.9-8.5-8.6-8.5h-20.8z' fill='currentColor'/%3E%3Cpath d='M273.5 384h-190C55.2 384 32 360.8 32 332.6V179.4c0-28.3 23.2-51.4 51.4-51.4h190c28.3 0 51.4 23.2 51.4 51.4v153.1c.1 28.3-23 51.5-51.3 51.5z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ion\:moon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 512' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M264 480A232 232 0 0 1 32 248c0-94 54-178.28 137.61-214.67a16 16 0 0 1 21.06 21.06C181.07 76.43 176 104.66 176 136c0 110.28 89.72 200 200 200c31.34 0 59.57-5.07 81.61-14.67a16 16 0 0 1 21.06 21.06C442.28 426 358 480 264 480'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ion\:share-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 512' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M336 192h40a40 40 0 0 1 40 40v192a40 40 0 0 1-40 40H136a40 40 0 0 1-40-40V232a40 40 0 0 1 40-40h40m160-64l-80-80l-80 80m80 193V48'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ion\:sunny{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 512' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M256 118a22 22 0 0 1-22-22V48a22 22 0 0 1 44 0v48a22 22 0 0 1-22 22m0 368a22 22 0 0 1-22-22v-48a22 22 0 0 1 44 0v48a22 22 0 0 1-22 22m113.14-321.14a22 22 0 0 1-15.56-37.55l33.94-33.94a22 22 0 0 1 31.11 31.11l-33.94 33.94a21.93 21.93 0 0 1-15.55 6.44M108.92 425.08a22 22 0 0 1-15.55-37.56l33.94-33.94a22 22 0 1 1 31.11 31.11l-33.94 33.94a21.94 21.94 0 0 1-15.56 6.45M464 278h-48a22 22 0 0 1 0-44h48a22 22 0 0 1 0 44m-368 0H48a22 22 0 0 1 0-44h48a22 22 0 0 1 0 44m307.08 147.08a21.94 21.94 0 0 1-15.56-6.45l-33.94-33.94a22 22 0 0 1 31.11-31.11l33.94 33.94a22 22 0 0 1-15.55 37.56M142.86 164.86a21.9 21.9 0 0 1-15.55-6.44l-33.94-33.94a22 22 0 0 1 31.11-31.11l33.94 33.94a22 22 0 0 1-15.56 37.55M256 358a102 102 0 1 1 102-102a102.12 102.12 0 0 1-102 102'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ion\:videocam{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 512' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M464 384.39a32 32 0 0 1-13-2.77a16 16 0 0 1-2.71-1.54l-82.71-58.22A32 32 0 0 1 352 295.7v-79.4a32 32 0 0 1 13.58-26.16l82.71-58.22a16 16 0 0 1 2.71-1.54a32 32 0 0 1 45 29.24v192.76a32 32 0 0 1-32 32ZM268 400H84a68.07 68.07 0 0 1-68-68V180a68.07 68.07 0 0 1 68-68h184.48A67.6 67.6 0 0 1 336 179.52V332a68.07 68.07 0 0 1-68 68'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ion\:volume-high{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 512' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M232 416a23.88 23.88 0 0 1-14.2-4.68a8 8 0 0 1-.66-.51L125.76 336H56a24 24 0 0 1-24-24V200a24 24 0 0 1 24-24h69.75l91.37-74.81a8 8 0 0 1 .66-.51A24 24 0 0 1 256 120v272a24 24 0 0 1-24 24m88-80a16 16 0 0 1-14.29-23.19c9.49-18.87 14.3-38 14.3-56.81c0-19.38-4.66-37.94-14.25-56.73a16 16 0 0 1 28.5-14.54C346.19 208.12 352 231.44 352 256c0 23.86-6 47.81-17.7 71.19A16 16 0 0 1 320 336'/%3E%3Cpath fill='currentColor' d='M368 384a16 16 0 0 1-13.86-24C373.05 327.09 384 299.51 384 256c0-44.17-10.93-71.56-29.82-103.94a16 16 0 0 1 27.64-16.12C402.92 172.11 416 204.81 416 256c0 50.43-13.06 83.29-34.13 120a16 16 0 0 1-13.87 8'/%3E%3Cpath fill='currentColor' d='M416 432a16 16 0 0 1-13.39-24.74C429.85 365.47 448 323.76 448 256c0-66.5-18.18-108.62-45.49-151.39a16 16 0 1 1 27-17.22C459.81 134.89 480 181.74 480 256c0 64.75-14.66 113.63-50.6 168.74A16 16 0 0 1 416 432'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-jam\:chevron-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='-8 -5 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m2.757 7l4.95 4.95a1 1 0 1 1-1.414 1.414L.636 7.707a1 1 0 0 1 0-1.414L6.293.636A1 1 0 0 1 7.707 2.05z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-jam\:chevron-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='-8 -5 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m5.314 7.071l-4.95-4.95A1 1 0 0 1 1.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-la\:dragon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8 3v6l-5 1.5L6.5 14L4 19h5v10h2v-9.152c1.297.562 2.66 1.14 5.004 2.074c0 .027-.004.05-.004.078c0 2.23.7 4.047 1.98 5.25C19.258 28.457 21.04 29 23 29v-2c-1.602 0-2.82-.426-3.652-1.203c-.711-.672-1.192-1.645-1.317-3.063c1.317.496 2.5.914 3.32 1.137c.286.074.579.113.868.113c1.82 0 3.582-1.453 3.914-3.297L27 16l-3 2c-4.688 0-5.8-3-5.8-3c.35-.844 1.077-1.441 1.921-1.879L21 14v-1.262c.188-.066.375-.12.563-.175L23 14v-1.781c.059-.012.125-.028.184-.035L25 14v-2l3 2V9.152c0-1.476-1-2.836-2.45-3.101A3 3 0 0 0 25 6c-.8 0-1.516.336-2.055.852L21.5 3L20 7h-6zm2 3.734l2.89 1.93l.505.336h10.277l.594-.656a1 1 0 0 1 .922-.328c.457.086.812.582.812 1.136V10h-.395l-.015-.008L25 10h-.031c-.707.012-6.938.23-8.614 4.227l-.304.726l.273.738C16.918 17.293 19.2 20 24 20h.227l-.063.34c-.156.875-1.066 1.644-1.945 1.644a1.2 1.2 0 0 1-.348-.047c-3.082-.828-11.976-4.73-12.066-4.769L9.422 17H7.234l1.055-2.105l.645-1.29l-2.153-2.152l1.797-.535l1.422-.43zM13 10s.23 2 2 2s3-2 3-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-maki\:cross,[i-maki\:cross=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 15 15' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3.64 2.27L7.5 6.13l3.84-3.84A.92.92 0 0 1 12 2a1 1 0 0 1 1 1a.9.9 0 0 1-.27.66L8.84 7.5l3.89 3.89A.9.9 0 0 1 13 12a1 1 0 0 1-1 1a.92.92 0 0 1-.69-.27L7.5 8.87l-3.85 3.85A.92.92 0 0 1 3 13a1 1 0 0 1-1-1a.9.9 0 0 1 .27-.66L6.16 7.5L2.27 3.61A.9.9 0 0 1 2 3a1 1 0 0 1 1-1c.24.003.47.1.64.27'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-material-symbols\:rss-feed-rounded,[i-material-symbols\:rss-feed-rounded=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3.588 20.413Q3 19.825 3 19t.588-1.412T5 17t1.413.588T7 19t-.587 1.413T5 21t-1.412-.587M18.5 21q-.65 0-1.088-.475T16.9 19.4q-.275-2.425-1.312-4.537T12.9 11.1T9.138 8.413T4.6 7.1q-.65-.075-1.125-.512T3 5.5t.45-1.062t1.075-.363q3.075.275 5.763 1.563t4.737 3.337t3.338 4.738t1.562 5.762q.05.625-.363 1.075T18.5 21m-6 0q-.625 0-1.075-.437T10.85 19.5q-.225-1.225-.787-2.262T8.65 15.35t-1.888-1.412T4.5 13.15q-.625-.125-1.062-.575T3 11.5q0-.65.45-1.075t1.075-.325q1.825.25 3.413 1.063t2.837 2.062t2.063 2.838t1.062 3.412q.1.625-.325 1.075T12.5 21'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-material-symbols\:wifi{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10.225 20.275Q9.5 19.55 9.5 18.5t.725-1.775T12 16t1.775.725t.725 1.775t-.725 1.775T12 21t-1.775-.725M6.35 15.35l-2.1-2.15q1.475-1.475 3.463-2.337T12 10t4.288.875t3.462 2.375l-2.1 2.1q-1.1-1.1-2.55-1.725T12 13t-3.1.625t-2.55 1.725M2.1 11.1L0 9q2.3-2.35 5.375-3.675T12 4t6.625 1.325T24 9l-2.1 2.1q-1.925-1.925-4.462-3.012T12 7T6.563 8.088T2.1 11.1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-material-symbols\:wifi-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m19.75 22.6l-9.4-9.45q-1.175.275-2.187.825T6.35 15.35l-2.1-2.15q.8-.8 1.725-1.4t1.975-1.05L5.7 8.5q-1.025.525-1.913 1.163T2.1 11.1L0 8.95q.8-.8 1.663-1.437T3.5 6.3L1.4 4.2l1.4-1.4l18.4 18.4zm-9.525-2.337Q9.5 19.525 9.5 18.5q0-1.05.725-1.775T12 16t1.775.725t.725 1.775q0 1.025-.725 1.763T12 21t-1.775-.737M17.9 15.05l-.725-.725l-.725-.725l-3.6-3.6q2.025.2 3.788 1.025T19.75 13.2zm4-3.95q-1.925-1.925-4.462-3.012T12 7q-.525 0-1.012.038T10 7.15L7.45 4.6q1.1-.3 2.238-.45T12 4q3.55 0 6.625 1.325T24 8.95z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:brush{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m20.71 4.63l-1.34-1.34c-.37-.39-1.02-.39-1.41 0L9 12.25L11.75 15l8.96-8.96c.39-.39.39-1.04 0-1.41M7 14a3 3 0 0 0-3 3c0 1.31-1.16 2-2 2c.92 1.22 2.5 2 4 2a4 4 0 0 0 4-4a3 3 0 0 0-3-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:content-save{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 9H5V5h10m-3 14a3 3 0 0 1-3-3a3 3 0 0 1 3-3a3 3 0 0 1 3 3a3 3 0 0 1-3 3m5-16H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:content-save-off,[i-mdi\:content-save-off=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m8.2 5l-2-2H17l4 4v10.8L12.2 9H15V5zm13.91 16.46l-1.27 1.27L19.1 21H5a2 2 0 0 1-2-2V4.9L1.11 3l1.28-1.27zM7.11 9L5 6.89V9zm7.78 7.78l-3.67-3.67C9.95 13.46 9 14.61 9 16c0 1.66 1.34 3 3 3c1.39 0 2.54-.95 2.89-2.22'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-octicon\:repo{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 12 16' display='inline-block' width='0.75em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill-rule='evenodd' d='M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:.75em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ph\:link-bold{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M117.18 188.74a12 12 0 0 1 0 17l-5.12 5.12A58.26 58.26 0 0 1 70.6 228a58.62 58.62 0 0 1-41.46-100.08l34.75-34.75a58.64 58.64 0 0 1 98.56 28.11a12 12 0 1 1-23.37 5.44a34.65 34.65 0 0 0-58.22-16.58l-34.75 34.75A34.62 34.62 0 0 0 70.57 204a34.4 34.4 0 0 0 24.49-10.14l5.11-5.12a12 12 0 0 1 17.01 0M226.83 45.17a58.65 58.65 0 0 0-82.93 0l-5.11 5.11a12 12 0 0 0 17 17l5.12-5.12a34.63 34.63 0 1 1 49 49l-34.81 34.7A34.4 34.4 0 0 1 150.61 156a34.63 34.63 0 0 1-33.69-26.72a12 12 0 0 0-23.38 5.44A58.64 58.64 0 0 0 150.56 180h.05a58.28 58.28 0 0 0 41.47-17.17l34.75-34.75a58.62 58.62 0 0 0 0-82.91'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ri\:apple-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11.673 7.222c-.876 0-2.232-.996-3.66-.96c-1.884.024-3.612 1.092-4.584 2.784c-1.956 3.396-.504 8.412 1.404 11.172c.936 1.344 2.04 2.856 3.504 2.808c1.404-.06 1.932-.912 3.636-.912c1.692 0 2.172.912 3.66.876c1.512-.024 2.472-1.368 3.396-2.724c1.068-1.56 1.512-3.072 1.536-3.156c-.036-.012-2.94-1.128-2.976-4.488c-.024-2.808 2.292-4.152 2.4-4.212c-1.32-1.932-3.348-2.148-4.056-2.196c-1.848-.144-3.396 1.008-4.26 1.008m3.12-2.832c.78-.936 1.296-2.244 1.152-3.54c-1.116.048-2.46.744-3.264 1.68c-.72.828-1.344 2.16-1.176 3.432c1.236.096 2.508-.636 3.288-1.572'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ri\:customer-service-2-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19.938 8H21a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-1.062A8 8 0 0 1 12 23v-2a6 6 0 0 0 6-6V9A6 6 0 0 0 6 9v7H3a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1.062a8.001 8.001 0 0 1 15.876 0M3 10v4h1v-4zm17 0v4h1v-4zM7.76 15.785l1.06-1.696A5.97 5.97 0 0 0 12 15a5.97 5.97 0 0 0 3.18-.911l1.06 1.696A7.96 7.96 0 0 1 12 17a7.96 7.96 0 0 1-4.24-1.215'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ri\:hotel-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 21H2v-2h1V4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v5h2v10h1zm-5-2h2v-8h-6v8h2v-6h2zm0-10V5H5v14h6V9zM7 11h2v2H7zm0 4h2v2H7zm0-8h2v2H7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ri\:macbook-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 5v11h16V5zm-2-.993C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007V18H2zM1 19h22v2H1z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ri\:magic-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15.199 9.944a2.6 2.6 0 0 1-.79-1.55l-.403-3.083l-2.731 1.486a2.6 2.6 0 0 1-1.719.272L6.5 6.5l.57 3.056a2.6 2.6 0 0 1-.273 1.72l-1.486 2.73l3.083.403a2.6 2.6 0 0 1 1.55.79l2.138 2.257l1.336-2.807a2.6 2.6 0 0 1 1.23-1.231l2.808-1.336zm.025 5.564l-2.213 4.65a.6.6 0 0 1-.977.155l-3.542-3.739a.6.6 0 0 0-.358-.182l-5.106-.668a.6.6 0 0 1-.45-.881l2.462-4.524a.6.6 0 0 0 .063-.396L4.16 4.86a.6.6 0 0 1 .7-.7l5.062.943a.6.6 0 0 0 .397-.063l4.523-2.46a.6.6 0 0 1 .882.448l.668 5.107a.6.6 0 0 0 .182.357l3.739 3.542a.6.6 0 0 1-.155.977l-4.65 2.213a.6.6 0 0 0-.284.284m.797 1.927l1.414-1.414l4.243 4.242l-1.415 1.415z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ri\:mental-health-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 2a8 8 0 0 1 7.934 6.965l2.25 3.539c.148.233.118.58-.225.728L19 14.07V17a2 2 0 0 1-2 2h-1.999L15 22H6v-3.694c0-1.18-.436-2.297-1.245-3.305A8 8 0 0 1 11 2m0 2a6 6 0 0 0-4.684 9.75C7.41 15.114 8 16.667 8 18.306V20h5l.002-3H17v-4.248l1.55-.664l-1.543-2.425l-.057-.442A6 6 0 0 0 11 4m-.53 3.763l.53.53l.53-.53a1.75 1.75 0 0 1 2.475 2.474L11 13.243l-3.005-3.006a1.75 1.75 0 1 1 2.475-2.474'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ri\:restart-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18.537 19.567A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3a8 8 0 1 0-2.46 5.772z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ri\:search-eye-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m18.031 16.617l4.283 4.282l-1.415 1.415l-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9s9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617m-2.006-.742A6.98 6.98 0 0 0 18 11c0-3.867-3.133-7-7-7s-7 3.133-7 7s3.133 7 7 7a6.98 6.98 0 0 0 4.875-1.975zm-3.847-8.699a2 2 0 1 0 2.646 2.646a4 4 0 1 1-2.646-2.646'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ri\:shopping-cart-2-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4.004 6.417L.762 3.174L2.176 1.76l3.243 3.243H20.66a1 1 0 0 1 .958 1.287l-2.4 8a1 1 0 0 1-.958.713H6.004v2h11v2h-12a1 1 0 0 1-1-1zm2 .586v6h11.512l1.8-6zm-.5 16a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m12 0a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ri\:shut-down-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m6.265 3.807l1.147 1.639a8 8 0 1 0 9.176 0l1.147-1.639A9.99 9.99 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12a9.99 9.99 0 0 1 4.265-8.193M11 12V2h2v10z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-ri\:stock-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.005 5.003h3v9h-3v3h-2v-3h-3v-9h3v-3h2zm-3 2v5h4v-5zm13 3h3v9h-3v3h-2v-3h-3v-9h3v-3h2zm-3 2v5h4v-5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1em;height:1em;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%}.container{width:100%}.battery-level{border-radius:1px;height:.5rem;margin-top:-.25rem;margin-left:.125rem;position:absolute;top:50%;left:0}.menu-box{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity)) ;--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-shadow-color:#00000040 ;background-color:#e5e7ebe6;border-width:1px;border-color:#6b728080;border-radius:.5rem;position:fixed;top:2.125rem}.safari-btn{--un-border-opacity:1;border-width:1px;border-color:rgb(209 213 219/var(--un-border-opacity));outline-offset:2px;border-radius:.25rem;outline:2px solid #0000;justify-content:center;align-items:center;height:1.5rem;display:flex}.flex-center,[flex-center=""],[flex~=center]{justify-content:center;align-items:center;display:flex}.hstack,[hstack=""]{align-items:center;display:flex}.vstack{flex-direction:column;align-items:center;display:flex}.border-c-300{--un-border-opacity:1;border-color:rgb(209 213 219/var(--un-border-opacity))}.dark .border-c-300,.dark .safari-btn{--un-border-opacity:1;border-color:rgb(75 85 99/var(--un-border-opacity))}.dark [border~=c-400\/40]{border-color:#6b728066}[border~=c-400\/40]{border-color:#9ca3af66}.border-menu,[border~=menu],.before\:border-menu:before{border-color:#6b728080}.cc-grid,[cc-grid=""]{--un-backdrop-blur:blur(40px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);background-color:#e5e7ebcc;border-radius:.75rem;box-shadow:0 1px 5px #0000004d}.bg-c-100,.dark .bg-c-800,.dark [bg-c-800=""],[bg-c-100=""]{--un-bg-opacity:1;background-color:rgb(243 244 246/var(--un-bg-opacity)) }.bg-c-800,.dark .bg-c-100,.dark [bg-c-100=""],[bg-c-800=""]{--un-bg-opacity:1;background-color:rgb(31 41 55/var(--un-bg-opacity)) }.bg-c-100\/80{background-color:#f3f4f6cc}.dark .bg-c-100\/80{background-color:#1f2937cc}.bg-c-200{--un-bg-opacity:1;background-color:rgb(229 231 235/var(--un-bg-opacity)) }.dark .bg-c-200{--un-bg-opacity:1;background-color:rgb(55 65 81/var(--un-bg-opacity)) }.bg-c-200\/50{background-color:#e5e7eb80}.dark .bg-c-200\/50{background-color:#37415180}.bg-c-300\/80{background-color:#d1d5dbcc}.dark .bg-c-300\/80{background-color:#4b5563cc}.bg-c-white,[bg-c-white=""]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) }.dark .bg-c-white,.dark [bg-c-white=""]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity)) }.bg-c-white\/20{background-color:#fff3}.dark .bg-c-white\/20{background-color:#0003}.dark .cc-grid,.dark [cc-grid=""]{background-color:#374151cc}.dark .menu-box{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity)) ;--un-shadow-color:#00000080 ;background-color:#374151e6}.dark .text-c-400,.text-c-500,[text~=c-500]{--un-text-opacity:1;color:rgb(107 114 128/var(--un-text-opacity)) }.dark .text-c-500,.dark [text~=c-500],.text-c-400{--un-text-opacity:1;color:rgb(156 163 175/var(--un-text-opacity)) }.dark .text-c-600,.dark [text-c-600=""]{--un-text-opacity:1;color:rgb(209 213 219/var(--un-text-opacity)) }.text-c-600,[text-c-600=""]{--un-text-opacity:1;color:rgb(75 85 99/var(--un-text-opacity)) }.dark .text-c-700{--un-text-opacity:1;color:rgb(229 231 235/var(--un-text-opacity)) }.text-c-700{--un-text-opacity:1;color:rgb(55 65 81/var(--un-text-opacity)) }.dark .text-c-800{--un-text-opacity:1;color:rgb(243 244 246/var(--un-text-opacity)) }.text-c-800{--un-text-opacity:1;color:rgb(31 41 55/var(--un-text-opacity)) }.dark .text-c-black,.dark [text~=c-black]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity)) }.text-c-black,[text~=c-black]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity)) }.no-outline,[no-outline=""],.no-outline:focus,[no-outline=""]:focus,.safari-btn:focus{outline-offset:2px;outline:2px solid #0000}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.pointer-events-auto,[pointer-events-auto=""]{pointer-events:auto}.pointer-events-none{pointer-events:none}.invisible,[invisible=""]{visibility:hidden}.absolute,[absolute=""]{position:absolute}.fixed,[fixed=""]{position:fixed}.relative,[relative=""]{position:relative}.before\:absolute:before,[before\:absolute=""]:before{position:absolute}.inset-0{inset:0}.inset-x-0{left:0;right:0}.-top-12{top:-3rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-24{bottom:6rem}.bottom-4{bottom:1rem}.left-\[24px\]{left:24px}.left-\[2px\]{left:2px}.left-0,[left-0=""]{left:0}.left-2{left:.5rem}.left-4{left:1rem}.left-6{left:1.5rem}.right-0{right:0}.right-2{right:.5rem}.right-2\.5,[right-2\.5=""]{right:.625rem}.right-4{right:1rem}.right-6{right:1.5rem}.top-\[2px\]{top:2px}.top-0,[top-0=""]{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-4{top:1rem}.top-full{top:100%}.before\:left-0:before{left:0}.before\:top-0:before{top:0}[before\:left-0=""]:before{left:0}[before\:top-0=""]:before{top:0}.line-clamp-2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.z-\[1999\]{z-index:1999}.z-\[2000\]{z-index:2000}.z-\[2001\]{z-index:2001}.z-\[40\]{z-index:40}.z-\[9998\]{z-index:9998}.z-\[9999\]{z-index:9999}.z-0{z-index:0}.z-1,[z-1=""]{z-index:1}.z-10{z-index:10}.z-20{z-index:20}.z-30,[z-30=""]{z-index:30}.z-4{z-index:4}.z-5{z-index:5}.z-50{z-index:50}.z-60{z-index:60}.grid,[grid=""],[grid~=\~]{display:grid}.col-span-1,[col-span-1=""]{grid-column:span 1/span 1}.col-span-2,[col-span-2=""]{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-7{grid-column:span 7/span 7}.row-span-2{grid-row:span 2/span 2}.col-start-1,[col-start-1=""]{grid-column-start:1}.col-start-11{grid-column-start:11}.col-start-2{grid-column-start:2}.grid-flow-row,[grid~=flow-row]{grid-auto-flow:row}.cols-4,.grid-cols-4,[grid~=cols-4]{grid-template-columns:repeat(4,minmax(0,1fr))}.cols-8,.grid-cols-8,[cols-8=""]{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-rows-none{grid-template-rows:none}.m-auto{margin:auto}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto,[m~=x-auto],[mx-auto=""]{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.-ml-10{margin-left:-2.5rem}.-mt-1{margin-top:-.25rem}.-mt-4{margin-top:-1rem}.mb-\[1px\]{margin-bottom:1px}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1,[ml-1=""]{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-6,[ml-6=""]{margin-left:1.5rem}.ml-9{margin-left:2.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-\[2px\]{margin-top:2px}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5,[mt-1\.5=""]{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2,[m~=t-2],[mt-2=""]{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4,[m~=t-4]{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}[ms=""]{margin-inline-start:1rem}.before\:ml-2:before,[before\:ml-2=""]:before{margin-left:.5rem}.\!inline{display:inline!important}.inline{display:inline}.hidden{display:none}.aspect-\[16\/10\]{aspect-ratio:16/10}.size-1,[size-1=""]{width:.25rem;height:.25rem}.size-10{width:2.5rem;height:2.5rem}.size-11{width:2.75rem;height:2.75rem}.size-16,[size~="16"]{width:4rem;height:4rem}.size-20{width:5rem;height:5rem}.size-7,[size-7=""]{width:1.75rem;height:1.75rem}.size-full,[size-full=""]{width:100%;height:100%}[size~="12"]{width:3rem;height:3rem}[size~="14"]{width:3.5rem;height:3.5rem}[size~="15"]{width:3.75rem;height:3.75rem}[size~="18"]{width:4.5rem;height:4.5rem}.h-\[1px\]{height:1px}.h-\[22px\]{height:22px}.h-\[26px\]{height:26px}.h-\[60vh\]{height:60vh}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12,[h-12=""]{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2,[h-2=""]{height:.5rem}.h-24,[h-24=""]{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-32,[h~="32"]{height:8rem}.h-4{height:1rem}.h-44{height:11rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-auto{height:auto}.h-full,[h-full=""]{height:100%}.h-screen,[h-screen=""]{height:100vh}.max-w-\[1100px\]{max-width:1100px}.max-w-\[650px\]{max-width:650px}.max-w-\[920px\]{max-width:920px}.max-w-\[980px\]{max-width:980px}.max-w-2xl{max-width:42rem}.max-w-full{max-width:100%}.max-w-none{max-width:none}.max-w-xl{max-width:36rem}.min-h-0{min-height:0}.min-h-full,[min-h-full=""]{min-height:100%}.min-w-\[120px\]{min-width:120px}.min-w-\[220px\]{min-width:220px}.min-w-\[300px\]{min-width:300px}.min-w-0{min-width:0}.w-\[180px\]{width:180px}.w-\[22px\]{width:22px}.w-\[250vw\]{width:250vw}.w-\[350px\]{width:350px}.w-\[400px\]{width:400px}.w-\[450px\]{width:450px}.w-\[700px\]{width:700px}.w-\[76px\]{width:76px}.w-1\/2,[w~="1/2"]{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2,[w-2=""]{width:.5rem}.w-2\/3{width:66.6667%}.w-24{width:6rem}.w-26{width:6.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-44{width:11rem}.w-5,[w-5=""]{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-74,[w-74=""]{width:18.5rem}.w-8,[w-8=""]{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-full,[w-full=""],[w~=full]{width:100%}.w-max{width:max-content}.w-screen,[w-screen=""]{width:100vw}[h-85=""]{height:21.25rem}[w-32=""],[w~="32"]{width:8rem}.before\:w-63\.5:before,[before\:w-63\.5=""]:before{width:15.875rem}.max-w-screen-md{max-width:768px}.flex,[flex=""],[flex~=\~]{display:flex}.inline-flex{display:inline-flex}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col,[flex-col=""],[flex~=col]{flex-direction:column}.flex-wrap{flex-wrap:wrap}.origin-right{transform-origin:100%}.origin-top-left{transform-origin:0 0}.-translate-x-\[120\%\]{--un-translate-x:-120%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.-translate-x-0\.5{--un-translate-x:-.125rem;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.-translate-y-full{--un-translate-y:-100%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-x-\[120\%\]{--un-translate-x:120%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-x-0{--un-translate-x:0;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-y-0{--un-translate-y:0;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-\[0\.98\]{--un-scale-x:.98;--un-scale-y:.98;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-110,[scale-110=""]{--un-scale-x:1.1;--un-scale-y:1.1;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.active\:scale-95:active{--un-scale-x:.95;--un-scale-y:.95;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.transform,[transform=""]{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-bounce{animation:1s linear infinite bounce}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.cursor-default,[cursor-default=""]{cursor:default}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-grab{cursor:grab}.active\:cursor-grabbing:active{cursor:grabbing}.touch-manipulation{touch-action:manipulation}.touch-none{touch-action:none}.select-none,[select-none=""]{-webkit-user-select:none;user-select:none}.resize{resize:both}.list-disc,[list-disc=""]{list-style-type:disc}.appearance-none{appearance:none}.content-start{align-content:flex-start}.items-end{align-items:flex-end}.items-center,[items-center=""]{align-items:center}.justify-end,[justify-end=""]{justify-content:flex-end}.justify-center,[justify-center=""]{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-1\.5>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.375rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.375rem * var(--un-space-x-reverse))}.space-x-1>:not([hidden])~:not([hidden]),[space-x-1=""]>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.25rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.25rem * var(--un-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]),[space-x-2=""]>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.5rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.5rem * var(--un-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]),[space-x-3=""]>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.75rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.75rem * var(--un-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1rem * var(--un-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1.5rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1.5rem * var(--un-space-x-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]),[space-y-2\.5=""]>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.625rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.625rem * var(--un-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.5rem * var(--un-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1rem * var(--un-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1.5rem * var(--un-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden,[overflow-hidden=""]{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll,[overflow-y-scroll=""]{overflow-y:scroll}[overflow~=x-scroll]{overflow-x:scroll}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-nowrap{white-space:nowrap}.break-all,[break-all=""]{word-break:break-all}.b,.border,[border=""],[border~=\~],[border~="1"]{border-width:1px}.b-16{border-width:16px}.b-2,.border-2,[border~="2"]{border-width:2px}.border-b,[border~=b]{border-bottom-width:1px}.border-l-2,[border-l-2=""]{border-left-width:2px}.border-r,[border~=r]{border-right-width:1px}.border-t,[border~=t],.before\:border-t:before,[before\:border-t=""]:before{border-top-width:1px}.border-black\/10{border-color:#0000001a}.border-black\/5{border-color:#0000000d}.border-gray-100{--un-border-opacity:1;border-color:rgb(243 244 246/var(--un-border-opacity))}.border-gray-200{--un-border-opacity:1;border-color:rgb(229 231 235/var(--un-border-opacity))}.border-gray-200\/80{border-color:#e5e7ebcc}.border-red-500,[border-red-500=""]{--un-border-opacity:1;border-color:rgb(239 68 68/var(--un-border-opacity))}.border-transparent,[border-transparent=""],[border~=transparent]{border-color:#0000}.border-white\/10,.dark .dark\:border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-white\/5,.dark .dark\:border-white\/5{border-color:#ffffff0d}.dark .dark\:border-gray-700{--un-border-opacity:1;border-color:rgb(55 65 81/var(--un-border-opacity))}.dark .dark\:border-gray-700\/50{border-color:#37415180}.dark .dark\:border-gray-800{--un-border-opacity:1;border-color:rgb(31 41 55/var(--un-border-opacity))}[border-black=""]{--un-border-opacity:1;border-color:rgb(0 0 0/var(--un-border-opacity))}[border~=gray-200\/30]{border-color:#e5e7eb4d}.dark [border~="dark:focus:blue-500"]:focus{--un-border-opacity:1;border-color:rgb(59 130 246/var(--un-border-opacity))}[border~=focus\:blue-400]:focus{--un-border-opacity:1;border-color:rgb(96 165 250/var(--un-border-opacity))}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full,[rounded-full=""]{border-radius:9999px}.rounded-lg,[rounded-lg=""]{border-radius:.5rem}.rounded-md,[border~=rounded-md],[rounded-md=""]{border-radius:.375rem}.rounded-none,[border~=rounded-none]{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl,[rounded-xl=""]{border-radius:.75rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.border-none{border-style:none}.bg-\[\#007AFF\]{--un-bg-opacity:1;background-color:rgb(0 122 255/var(--un-bg-opacity)) }.bg-\[\#1a73e8\]{--un-bg-opacity:1;background-color:rgb(26 115 232/var(--un-bg-opacity)) }.bg-\[\#202020\]{--un-bg-opacity:1;background-color:rgb(32 32 32/var(--un-bg-opacity)) }.bg-\[\#24292F\]{--un-bg-opacity:1;background-color:rgb(36 41 47/var(--un-bg-opacity)) }.bg-\[\#508041\]{--un-bg-opacity:1;background-color:rgb(80 128 65/var(--un-bg-opacity)) }.bg-\[\#f6f6f6\]{--un-bg-opacity:1;background-color:rgb(246 246 246/var(--un-bg-opacity)) }.bg-\[\#F8F9FA\]{--un-bg-opacity:1;background-color:rgb(248 249 250/var(--un-bg-opacity)) }.bg-\[\#fafafa\]{--un-bg-opacity:1;background-color:rgb(250 250 250/var(--un-bg-opacity)) }.bg-\[\#fcfcfc\]{--un-bg-opacity:1;background-color:rgb(252 252 252/var(--un-bg-opacity)) }.bg-black{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity)) }.bg-black\/40,.dark .dark\:bg-black\/40{background-color:#0006}.bg-black\/5{background-color:#0000000d}.bg-blue-100{--un-bg-opacity:1;background-color:rgb(219 234 254/var(--un-bg-opacity)) }.bg-blue-50{--un-bg-opacity:1;background-color:rgb(239 246 255/var(--un-bg-opacity)) }.bg-blue-500,[bg-blue-500=""]{--un-bg-opacity:1;background-color:rgb(59 130 246/var(--un-bg-opacity)) }.bg-blue-500\/15{background-color:#3b82f626}.bg-blue-600{--un-bg-opacity:1;background-color:rgb(37 99 235/var(--un-bg-opacity)) }.bg-gray-100{--un-bg-opacity:1;background-color:rgb(243 244 246/var(--un-bg-opacity)) }.bg-gray-100\/40{background-color:#f3f4f666}.bg-gray-100\/80{background-color:#f3f4f6cc}.bg-gray-100\/90{background-color:#f3f4f6e6}.bg-gray-200,[bg-gray-200=""]{--un-bg-opacity:1;background-color:rgb(229 231 235/var(--un-bg-opacity)) }.bg-gray-200\/10{background-color:#e5e7eb1a}.bg-gray-200\/40{background-color:#e5e7eb66}.bg-gray-300{--un-bg-opacity:1;background-color:rgb(209 213 219/var(--un-bg-opacity)) }.bg-gray-400{--un-bg-opacity:1;background-color:rgb(156 163 175/var(--un-bg-opacity)) }.bg-gray-50{--un-bg-opacity:1;background-color:rgb(249 250 251/var(--un-bg-opacity)) }.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-500{--un-bg-opacity:1;background-color:rgb(107 114 128/var(--un-bg-opacity)) }.bg-gray-700,.dark .dark\:bg-gray-700{--un-bg-opacity:1;background-color:rgb(55 65 81/var(--un-bg-opacity)) }.bg-gray-800\/90,.dark .dark\:bg-gray-800\/90{background-color:#1f2937e6}.bg-gray-900\/20{background-color:#11182733}.bg-green-400{--un-bg-opacity:1;background-color:rgb(74 222 128/var(--un-bg-opacity)) }.bg-green-500{--un-bg-opacity:1;background-color:rgb(34 197 94/var(--un-bg-opacity)) }.bg-green-700,[bg-green-700=""]{--un-bg-opacity:1;background-color:rgb(21 128 61/var(--un-bg-opacity)) }.bg-red-500{--un-bg-opacity:1;background-color:rgb(239 68 68/var(--un-bg-opacity)) }.bg-stone-500,[bg-stone-500=""]{--un-bg-opacity:1;background-color:rgb(120 113 108/var(--un-bg-opacity)) }.bg-transparent,[bg-transparent=""]{background-color:#0000}.bg-white,[bg-white=""]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) }.bg-white\/10,.dark .dark\:bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/40{background-color:#fff6}.bg-white\/50{background-color:#ffffff80}.bg-white\/70{background-color:#ffffffb3}.bg-yellow-500{--un-bg-opacity:1;background-color:rgb(234 179 8/var(--un-bg-opacity)) }.bg-zinc-600{--un-bg-opacity:1;background-color:rgb(82 82 91/var(--un-bg-opacity)) }.bg-zinc-800{--un-bg-opacity:1;background-color:rgb(39 39 42/var(--un-bg-opacity)) }.bg-zinc-900\/85{background-color:#18181bd9}.dark .dark\:bg-\[\#1e2227\]{--un-bg-opacity:1;background-color:rgb(30 34 39/var(--un-bg-opacity)) }.dark .dark\:bg-\[\#282c34\]{--un-bg-opacity:1;background-color:rgb(40 44 52/var(--un-bg-opacity)) }.dark .dark\:bg-\[\#2c2c2c\]\/70{background-color:#2c2c2cb3}.dark .dark\:bg-black\/20{background-color:#0003}.dark .dark\:bg-gray-700\/40{background-color:#37415166}.dark .dark\:bg-gray-800{--un-bg-opacity:1;background-color:rgb(31 41 55/var(--un-bg-opacity)) }.dark .dark\:bg-gray-800\/50{background-color:#1f293780}.dark .dark\:bg-gray-800\/70{background-color:#1f2937b3}.dark .dark\:bg-gray-800\/80{background-color:#1f2937cc}.dark .dark\:bg-gray-900,.dark [dark\:bg-gray-900=""]{--un-bg-opacity:1;background-color:rgb(17 24 39/var(--un-bg-opacity)) }.dark .dark\:bg-gray-900\/50{background-color:#11182780}[bg-zinc-900=""]{--un-bg-opacity:1;background-color:rgb(24 24 27/var(--un-bg-opacity)) }.dark .dark\:hover\:bg-blue-500\/20:hover{background-color:#3b82f633}.dark .dark\:hover\:bg-gray-600\/80:hover{background-color:#4b5563cc}.dark .dark\:hover\:bg-gray-700:hover{--un-bg-opacity:1;background-color:rgb(55 65 81/var(--un-bg-opacity)) }.dark .dark\:hover\:bg-white\/10:hover{background-color:#ffffff1a}.dark .dark\:hover\:bg-white\/5:hover{background-color:#ffffff0d}.dark .hover\:dark\:bg-gray-900:hover,.dark [hover\:dark\:bg-gray-900=""]:hover{--un-bg-opacity:1;background-color:rgb(17 24 39/var(--un-bg-opacity)) }.group:hover .group-hover\:bg-black\/60{background-color:#0009}.hover\:bg-\[\#0066d6\]:hover{--un-bg-opacity:1;background-color:rgb(0 102 214/var(--un-bg-opacity)) }.hover\:bg-\[\#007aff\]:hover{--un-bg-opacity:1;background-color:rgb(0 122 255/var(--un-bg-opacity)) }.hover\:bg-black:hover{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity)) }.hover\:bg-black\/10:hover{background-color:#0000001a}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-black\/60:hover{background-color:#0009}.hover\:bg-blue-500\/10:hover{background-color:#3b82f61a}.hover\:bg-blue-600:hover{--un-bg-opacity:1;background-color:rgb(37 99 235/var(--un-bg-opacity)) }.hover\:bg-blue-700:hover{--un-bg-opacity:1;background-color:rgb(29 78 216/var(--un-bg-opacity)) }.hover\:bg-gray-100:hover{--un-bg-opacity:1;background-color:rgb(243 244 246/var(--un-bg-opacity)) }.hover\:bg-gray-200:hover{--un-bg-opacity:1;background-color:rgb(229 231 235/var(--un-bg-opacity)) }.hover\:bg-gray-50:hover{--un-bg-opacity:1;background-color:rgb(249 250 251/var(--un-bg-opacity)) }.hover\:bg-gray-600:hover{--un-bg-opacity:1;background-color:rgb(75 85 99/var(--un-bg-opacity)) }.hover\:bg-green-600:hover{--un-bg-opacity:1;background-color:rgb(22 163 74/var(--un-bg-opacity)) }.hover\:bg-red-600:hover{--un-bg-opacity:1;background-color:rgb(220 38 38/var(--un-bg-opacity)) }.hover\:bg-white:hover{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) }.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/80:hover{background-color:#fffc}.hover\:bg-yellow-600:hover{--un-bg-opacity:1;background-color:rgb(202 138 4/var(--un-bg-opacity)) }[hover\:bg-white=""]:hover{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) }.active\:bg-white\/30:active{background-color:#ffffff4d}.from-black\/80{--un-gradient-from-position:0%;--un-gradient-from:#000c var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:#0000 var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-white\/10{--un-gradient-from-position:0%;--un-gradient-from:#ffffff1a var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:#fff0 var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.to-black\/50{--un-gradient-to-position:100%;--un-gradient-to:#00000080 var(--un-gradient-to-position)}.to-transparent{--un-gradient-to-position:100%;--un-gradient-to:transparent var(--un-gradient-to-position)}.bg-gradient-to-b{--un-gradient-shape:to bottom in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.bg-gradient-to-t{--un-gradient-shape:to top in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.bg-cover,[bg-cover=""]{background-size:cover}.bg-center,[bg-center=""]{background-position:50%}[stroke~=white]{--un-stroke-opacity:1;stroke:rgb(255 255 255/var(--un-stroke-opacity)) }.object-cover{object-fit:cover}.object-contain{object-fit:contain}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2,[p-2=""]{padding:.5rem}.p-2\.5{padding:.625rem}.p-4{padding:1rem}.p-5,[p-5=""]{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px,.px-4,[px=""]{padding-left:1rem;padding-right:1rem}.px-1,[px-1=""]{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2,[px-2=""]{padding-left:.5rem;padding-right:.5rem}.px-2\.5,[p~=x-2\.5]{padding-left:.625rem;padding-right:.625rem}.px-3,[p~=x-3]{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1,[p~=y-1],[py-1=""]{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2,[p~=y-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}[p~=x-1\.5]{padding-left:.375rem;padding-right:.375rem}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-10{padding-bottom:2.5rem}.pb-2,[p~=b-2]{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-6{padding-left:1.5rem}.pr-1{padding-right:.25rem}.pr-3{padding-right:.75rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-8,[pt-8=""]{padding-top:2rem}.text-center{text-align:center}.text-left{text-align:left}[text~=right]{text-align:right}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[28px\]{font-size:28px}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl,[text-3xl=""]{font-size:1.875rem;line-height:2.25rem}.text-4xl,[text-4xl=""]{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-base,[text-base=""]{font-size:1rem;line-height:1.5rem}.text-lg,[text-lg=""]{font-size:1.125rem;line-height:1.75rem}.text-sm,[text-sm=""],[text~=sm]{font-size:.875rem;line-height:1.25rem}.text-xl,[text~=xl]{font-size:1.25rem;line-height:1.75rem}.text-xs,[text-xs=""],[text~=xs]{font-size:.75rem;line-height:1rem}.dark .dark\:text-blue-400,.text-blue-400{--un-text-opacity:1;color:rgb(96 165 250/var(--un-text-opacity)) }.dark .dark\:text-gray-100{--un-text-opacity:1;color:rgb(243 244 246/var(--un-text-opacity)) }.dark .dark\:text-gray-200,.dark [dark\:text-gray-200=""],.text-gray-200{--un-text-opacity:1;color:rgb(229 231 235/var(--un-text-opacity)) }.dark .dark\:text-gray-300,.text-gray-300{--un-text-opacity:1;color:rgb(209 213 219/var(--un-text-opacity)) }.dark .dark\:text-gray-400,.text-gray-400{--un-text-opacity:1;color:rgb(156 163 175/var(--un-text-opacity)) }.dark .dark\:text-gray-500,.text-gray-500,[text-gray-500=""]{--un-text-opacity:1;color:rgb(107 114 128/var(--un-text-opacity)) }.c-black,.text-black,[text-black=""]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity)) }.text-blue-100{--un-text-opacity:1;color:rgb(219 234 254/var(--un-text-opacity)) }.text-blue-300{--un-text-opacity:1;color:rgb(147 197 253/var(--un-text-opacity)) }.text-blue-500{--un-text-opacity:1;color:rgb(59 130 246/var(--un-text-opacity)) }.text-blue-600{--un-text-opacity:1;color:rgb(37 99 235/var(--un-text-opacity)) }.text-gray-600{--un-text-opacity:1;color:rgb(75 85 99/var(--un-text-opacity)) }.text-gray-700{--un-text-opacity:1;color:rgb(55 65 81/var(--un-text-opacity)) }.text-gray-800,[text-gray-800=""]{--un-text-opacity:1;color:rgb(31 41 55/var(--un-text-opacity)) }.text-gray-900{--un-text-opacity:1;color:rgb(17 24 39/var(--un-text-opacity)) }.text-green-300,[text-green-300=""]{--un-text-opacity:1;color:rgb(134 239 172/var(--un-text-opacity)) }.text-purple-300{--un-text-opacity:1;color:rgb(216 180 254/var(--un-text-opacity)) }.text-white,[text-white=""],[text~=white],.group:hover .group-hover\:text-white{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity)) }.text-white\/40{color:#fff6}.text-white\/60{color:#fff9}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-yellow-400{--un-text-opacity:1;color:rgb(250 204 21/var(--un-text-opacity)) }[text-red-400=""]{--un-text-opacity:1;color:rgb(248 113 113/var(--un-text-opacity)) }[text-yellow-200=""]{--un-text-opacity:1;color:rgb(254 240 138/var(--un-text-opacity)) }.dark .dark\:hover\:text-gray-200:hover{--un-text-opacity:1;color:rgb(229 231 235/var(--un-text-opacity)) }.hover\:text-gray-700:hover{--un-text-opacity:1;color:rgb(55 65 81/var(--un-text-opacity)) }.hover\:text-gray-900:hover{--un-text-opacity:1;color:rgb(17 24 39/var(--un-text-opacity)) }.hover\:text-white:hover,[hover\:text-white=""]:hover{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity)) }.font-black{font-weight:900}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium,[font-medium=""]{font-weight:500}.font-normal{font-weight:400}.font-semibold,[font-semibold=""]{font-weight:600}.leading-4{line-height:1rem}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-normal{letter-spacing:0}.tracking-tight{letter-spacing:-.025em}.tracking-wide,[tracking-wide=""]{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.uppercase{text-transform:uppercase}.tab{tab-size:4}.accent-blue-500{--un-accent-opacity:1;accent-color:rgb(59 130 246/var(--un-accent-opacity)) }.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-35{opacity:.35}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60,[opacity-60=""]{opacity:.6}.opacity-80{opacity:.8}.disabled\:opacity-50:disabled{opacity:.5}.shadow-\[0_10px_30px_rgba\(0\,0\,0\,0\.3\)\]{--un-shadow:0 10px 30px var(--un-shadow-color,#0000004d);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-2xl{--un-shadow:var(--un-shadow-inset) 0 25px 50px -12px var(--un-shadow-color,#00000040);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-inner{--un-shadow:inset 0 2px 4px 0 var(--un-shadow-color,#0000000d);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-lg{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-md,[shadow-md=""]{--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-sm,[shadow-sm=""]{--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color,#0000000d);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-xl{--un-shadow:var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.hover\:shadow-md:hover{--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.outline-none{outline-offset:2px;outline:2px solid #0000}.ring-4{--un-ring-width:4px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.focus\:ring-2:focus{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.ring-offset-1{--un-ring-offset-width:1px}.ring-\[\#007AFF\]{--un-ring-opacity:1;--un-ring-color:rgb(0 122 255/var(--un-ring-opacity)) }.ring-blue-50{--un-ring-opacity:1;--un-ring-color:rgb(239 246 255/var(--un-ring-opacity)) }.focus\:ring-\[\#0077e6\]:focus{--un-ring-opacity:1;--un-ring-color:rgb(0 119 230/var(--un-ring-opacity)) }.backdrop-blur-\[2px\]{--un-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-2xl{--un-backdrop-blur:blur(40px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-3xl{--un-backdrop-blur:blur(64px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-md{--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-sm{--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-xl{--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}[blur=""]{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow{--un-drop-shadow:drop-shadow(0 1px 2px var(--un-drop-shadow-color,#0000001a)) drop-shadow(0 1px 1px var(--un-drop-shadow-color,#0000000f));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow-md{--un-drop-shadow:drop-shadow(0 4px 3px var(--un-drop-shadow-color,#00000012)) drop-shadow(0 2px 2px var(--un-drop-shadow-color,#0000000f));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow-sm{--un-drop-shadow:drop-shadow(0 1px 1px var(--un-drop-shadow-color,#0000000d));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.grayscale{--un-grayscale:grayscale(1);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors,[transition-colors=""]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100,[duration-100=""]{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150,[duration-150=""]{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-400{transition-duration:.4s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.delay-250{transition-delay:.25s}.ease-in-out,[ease-in-out=""]{transition-timing-function:cubic-bezier(.4,0,.2,1)}.before\:content-empty:before,[before\:content-empty=""]:before{content:""}.placeholder-white\/70::placeholder{color:#ffffffb3}@media (width>=640px){.sm\:right-2{right:.5rem}.sm\:col-span-10{grid-column:span 10/span 10}.sm\:col-span-9{grid-column:span 9/span 9}.sm\:cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.sm\:cols-7,[grid~=sm\:cols-7]{grid-template-columns:repeat(7,minmax(0,1fr))}.sm\:mt-20{margin-top:5rem}.sm\:mt-24{margin-top:6rem}.sm\:block{display:block}.sm\:size-24{width:6rem;height:6rem}.sm\:h-1\.5{height:.375rem}.sm\:h-14,[sm\:h-14=""]{height:3.5rem}.sm\:w-\[120vw\]{width:120vw}.sm\:w-20{width:5rem}[h~=sm\:36]{height:9rem}[w~=sm\:72]{width:18rem}[w~=sm\:max]{width:max-content}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}[overflow~=sm\:x-visible]{overflow-x:visible}.sm\:rounded-xl,[border~=sm\:rounded-xl]{border-radius:.75rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}[text~=sm\:2xl]{font-size:1.5rem;line-height:2rem}[text~=sm\:sm]{font-size:.875rem;line-height:1.25rem}}@font-face{font-family:Avenir Next LT Pro;font-style:normal;font-weight:400;src:local(Avenir Next LT Pro Regular),url(/assets/AvenirNextLTPro-Regular-DOIRynfy.woff)format("woff")}@font-face{font-family:Avenir Next LT Pro;font-style:italic;font-weight:400;src:local(Avenir Next LT Pro It),url(/assets/AvenirNextLTPro-Italic-DNAipd03.woff)format("woff")}@font-face{font-family:Avenir Next LT Pro;font-style:normal;font-weight:700;src:local(Avenir Next LT Pro Demi),url(/assets/AvenirNextLTPro-Demi-tvM90QMG.woff)format("woff")}@font-face{font-family:Avenir Next LT Pro;font-style:italic;font-weight:700;src:local(Avenir Next LT Pro DemiIt),url(/assets/AvenirNextLTPro-DemiItalic-rhzAFWbF.woff)format("woff")}.font-avenir{font-family:Avenir Next LT Pro,Helvetica Neue,SFCompactRounded,-apple-system,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,sans-serif}.font-terminal{font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace}body:not(pre){font-family:Helvetica Neue,SFCompactRounded,-apple-system,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,sans-serif}*{margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}.login input::placeholder{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity)) }.spotlight{z-index:70;--un-shadow:var(--un-shadow-inset) 0 25px 50px -12px var(--un-shadow-color,#00000040);width:41.25rem;height:max-content;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);--un-shadow-color:#0006 ;--un-backdrop-blur:blur(40px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);background-color:#f3f4f6cc;border-width:1px;border-color:#6b728080;border-radius:.5rem;margin-top:-4rem;margin-left:-20.625rem;position:fixed;top:25%;left:50%}.dark .spotlight{background-color:#1f2937cc}.spotlight input::placeholder{color:#0006}.dark .spotlight input::placeholder{color:#fff6}.spotlight .spotlight-type{--un-text-opacity:1;color:rgb(107 114 128/var(--un-text-opacity)) ;align-items:center;padding-top:.5rem;padding-bottom:.5rem;padding-left:.625rem;font-size:.75rem;font-weight:500;line-height:1;display:flex;position:relative}.dark .spotlight .spotlight-type{--un-text-opacity:1;color:rgb(156 163 175/var(--un-text-opacity)) }@media (width<=639px){.spotlight{width:100%;margin-left:0;left:0}}.window-bound{width:300%;height:200%;left:-100%}.innner-window{height:calc(100% - 1.5rem)}.safari-content{height:calc(100% - 2rem)}.traffic-lights .icon{display:none}.traffic-lights:hover .icon{display:block}.dock ul{box-shadow:0 0 20px #0000002b}.dock li .tooltip{display:none;top:calc(-100% - 10px)}.dock li:hover .tooltip{display:block;box-shadow:0 1px 5px 2px #0003,0 0 #fff}.slider .rangeslider{--un-bg-opacity:1;background-color:rgb(209 213 219/var(--un-bg-opacity)) ;--un-shadow:0 0 var(--un-shadow-color,#0000);width:100%;height:1.75rem;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);border-color:#0000;border-top-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-right-radius:9999px;border-bottom-right-radius:9999px;margin:0}.dark .slider .rangeslider{--un-bg-opacity:1;background-color:rgb(75 85 99/var(--un-bg-opacity)) }.slider .rangeslider .rangeslider__fill{--un-bg-opacity:1;background-color:rgb(243 244 246/var(--un-bg-opacity)) ;--un-shadow:0 0 var(--un-shadow-color,#0000);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);border-radius:0}.dark .slider .rangeslider .rangeslider__fill{--un-bg-opacity:1;background-color:rgb(31 41 55/var(--un-bg-opacity)) }.slider .rangeslider .rangeslider__handle{--un-border-opacity:1;border-width:1px;border-color:rgb(209 213 219/var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) ;--un-text-opacity:1;width:1.75rem;height:1.75rem;color:rgb(255 255 255/var(--un-text-opacity)) ;outline-offset:2px;outline:2px solid #0000;box-shadow:-3px 0 8px #11111126}.dark .slider .rangeslider .rangeslider__handle{--un-border-opacity:1;border-color:rgb(75 85 99/var(--un-border-opacity))}.slider .rangeslider .rangeslider__handle:after{display:none}.switch-toggle{width:2.375rem;height:1.375rem;display:inline-block;position:relative}.switch-toggle input{opacity:0;width:0;height:0}.switch-toggle .slider-toggle{cursor:pointer;background-color:#9ca3af80;border-radius:9999px;transition-duration:.3s;position:absolute;inset:0}.switch-toggle .slider-toggle:before{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) ;content:"";border-radius:9999px;width:1.125rem;height:1.125rem;transition-duration:.3s;position:absolute;bottom:.125rem;left:.125rem}.switch-toggle input:checked+.slider-toggle{--un-bg-opacity:1;background-color:rgb(59 130 246/var(--un-bg-opacity)) }.switch-toggle input:checked+.slider-toggle:before{--un-translate-x:1rem;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.switch-toggle input:focus+.slider-toggle{box-shadow:0 0 1px #3b82f6}.bear .markdown a{--un-text-opacity:1;color:rgb(239 68 68/var(--un-text-opacity)) }.dark .bear .markdown a{--un-text-opacity:1;color:rgb(248 113 113/var(--un-text-opacity)) }.bear .markdown h1,.bear .markdown h2,.bear .markdown h3,.bear .markdown h4{--un-text-opacity:1;color:rgb(31 41 55/var(--un-text-opacity)) ;font-weight:700;position:relative}.dark .bear .markdown h1,.dark .bear .markdown h2,.dark .bear .markdown h3,.dark .bear .markdown h4{--un-text-opacity:1;color:rgb(243 244 246/var(--un-text-opacity)) }.bear .markdown h1,.bear .markdown h2,.bear .markdown h3,.bear .markdown h4{margin-top:1.75rem}.bear .markdown h1:before,.bear .markdown h2:before,.bear .markdown h3:before,.bear .markdown h4:before{--un-text-opacity:1;color:rgb(156 163 175/var(--un-text-opacity)) ;font-size:.875rem;line-height:1.25rem;position:absolute;bottom:.25rem;left:-1.75rem}.dark .bear .markdown h1:before,.dark .bear .markdown h2:before,.dark .bear .markdown h3:before,.dark .bear .markdown h4:before{--un-text-opacity:1;color:rgb(107 114 128/var(--un-text-opacity)) }.bear .markdown h1{font-size:1.875rem;line-height:2.25rem}.bear .markdown h1:before{content:"H1"}.bear .markdown h2{font-size:1.5rem;line-height:2rem}.bear .markdown h2:before{content:"H2"}.bear .markdown h3:before{content:"H3"}.bear .markdown h3{font-size:1.25rem;line-height:1.75rem}.bear .markdown h4{font-size:1.125rem;line-height:1.75rem}.bear .markdown h4:before{content:"H4"}.bear .markdown p{margin-top:1.5rem}.bear .markdown h2+p,.bear .markdown h3+p,.bear .markdown h4+p{margin-top:1rem}.bear .markdown ul,.bear .markdown ol{margin-top:.5rem;padding-left:1.25rem}.bear .markdown ul{list-style-type:disc}.bear .markdown ul>li::marker{--un-text-opacity:1;color:rgb(239 68 68/var(--un-text-opacity)) }.dark .bear .markdown ul>li::marker{--un-text-opacity:1;color:rgb(248 113 113/var(--un-text-opacity)) }.bear .markdown ol{list-style-type:decimal}.bear .markdown li p{margin:0 0 .5rem}.bear .markdown code{--un-border-opacity:1;border-width:1px;border-color:rgb(209 213 219/var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(249 250 251/var(--un-bg-opacity)) ;border-radius:.25rem;padding:.125rem .25rem;font-size:.875rem;line-height:1.25rem}.dark .bear .markdown code{--un-border-opacity:1;border-color:rgb(75 85 99/var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(17 24 39/var(--un-bg-opacity)) }.bear .markdown pre{margin-top:.5rem;font-size:.875rem;line-height:1.25rem}.bear .markdown pre code{background-color:#0000;border-style:none;padding:0;font-size:.875rem;line-height:1.25rem}.bear .markdown pre div{--un-border-opacity:1;border-width:1px;border-color:rgb(209 213 219/var(--un-border-opacity));border-radius:.25rem}.dark .bear .markdown pre div{--un-border-opacity:1;border-color:rgb(75 85 99/var(--un-border-opacity))}.bear .markdown .token{background:0 0!important}.bear .markdown img{display:inline-block}.bear .markdown table{width:100%;margin-top:1rem;display:block;overflow:auto}.bear .markdown table td,.bear .markdown table th{--un-border-opacity:1;border-width:1px;border-color:rgb(209 213 219/var(--un-border-opacity));padding:.5rem .75rem}.dark .bear .markdown table td,.dark .bear .markdown table th{--un-border-opacity:1;border-color:rgb(75 85 99/var(--un-border-opacity))}.bear .markdown table tr{--un-border-opacity:1;border-top-width:1px;border-color:rgb(209 213 219/var(--un-border-opacity));background-color:#0000}.typora .milkdown{max-width:56rem;margin:0 auto;padding:1.875rem 1.875rem 6.25rem}.typora .milkdown .editor{outline-offset:2px;outline:2px solid #0000}.typora h1,.typora h2,.typora h3,.typora h4,.typora h5,.typora h6{margin-top:1rem;margin-bottom:1rem;font-weight:700}.typora h1{font-size:2.25rem;line-height:2.5rem}.typora h2{font-size:1.875rem;line-height:2.25rem}.typora h3{font-size:1.5rem;line-height:2rem}.typora h4{font-size:1.25rem;line-height:1.75rem}.typora h5{font-size:1rem;line-height:1.5rem}.typora h6{--un-text-opacity:1;color:rgb(119 119 119/var(--un-text-opacity)) ;font-size:1rem;line-height:1.5rem}.typora a{--un-text-opacity:1;color:rgb(65 131 196/var(--un-text-opacity)) }.dark .typora a{--un-text-opacity:1;color:rgb(96 165 250/var(--un-text-opacity)) }.typora p,.typora ul,.typora ol,.typora dl,.typora table{margin:.75rem 0}.typora li>ol,.typora li>ul{margin:0}.typora ul,.typora ol{padding-left:1.875rem}.typora ul:first-child,.typora ol:first-child{margin-top:0}.typora ul:last-child,.typora ol:last-child{margin-bottom:0}.typora ul{list-style-type:disc}.typora ol{list-style-type:decimal}.typora .tableWrapper{overflow-x:auto}.typora table tr{margin:0;padding:0}.typora table tr:nth-child(odd){background-color:#e5e5e5cc}.dark .typora table tr:nth-child(odd){background-color:#374151b3}.typora table th,.typora table td{--un-border-opacity:1;border-width:1px;border-color:rgb(209 213 219/var(--un-border-opacity));margin:0;padding:.375rem .875rem}.dark .typora table th,.dark .typora table td{--un-border-opacity:1;border-color:rgb(75 85 99/var(--un-border-opacity))}.typora table th{font-weight:700}.typora table th:first-child,.typora table td:first-child{margin-top:0}.typora table th:last-child,.typora table td:last-child{margin-bottom:0}.typora :not(pre)>code,.typora pre{--un-border-opacity:1;border-width:1px;border-color:rgb(209 213 219/var(--un-border-opacity));background-color:#e5e5e5cc;border-radius:.25rem;font-size:.875rem;line-height:1.25rem}.dark .typora :not(pre)>code,.dark .typora pre{--un-border-opacity:1;border-color:rgb(75 85 99/var(--un-border-opacity));background-color:#374151b3}.typora :not(pre)>code{padding-left:.25rem;padding-right:.25rem}.typora pre{white-space:pre-wrap;word-break:break-all;padding:.75rem;overflow-x:auto}.typora blockquote{--un-border-opacity:1;border-left-width:4px;border-color:rgb(209 213 219/var(--un-border-opacity));--un-text-opacity:1;color:rgb(75 85 99/var(--un-text-opacity)) ;margin-top:1rem;margin-bottom:1rem;padding-top:.25rem;padding-bottom:.25rem;padding-left:1rem;font-style:italic}.dark .typora blockquote{--un-border-opacity:1;border-color:rgb(75 85 99/var(--un-border-opacity));--un-text-opacity:1;color:rgb(156 163 175/var(--un-text-opacity)) }.typora .editor:focus-visible{outline:none}
