:root{--color-white:snow;--color-light-gray:#d9e1e7;--color-gray:#678092;--color-dark-gray:#2d444b;--color-black:#171326;--color-red:#ef4747;--color-light-red:#f88;--color-dark-red:#ce2828;--color-green:#3ccb39;--color-light-green:#7adf78;--color-dark-green:#20991e;--color-blue:#0099c9;--color-light-blue:#2fc6f0;--color-dark-blue:#00769c;--color-orange:#efca47;--color-light-orange:#f1dc90;--color-dark-orange:#dfb008;--theme-bg:snow;--theme-text1:#2d444b;--theme-text2:#2d444b;--theme-text3:#678092;--theme-link:#0099c9;--theme-btn-primary:#3ccb39;--theme-btn-primary-hover:#7adf78;--theme-btn-warning:#efca47;--theme-btn-warning-hover:#f1dc90;--theme-btn-danger:#ef4747;--theme-btn-danger-hover:#f88;--theme-section-bg-overlay:linear-gradient(90deg,rgba(23,19,38,.81),#171326);--section-max-width:75rem;--section-column-max-width:52rem;--section-padding:2rem 1rem;--section-gap:4rem}:root .theme-dark{--theme-bg:#171326;--theme-text1:snow;--theme-text2:#d9e1e7;--theme-text3:#678092}@media (max-width:82.99rem){:root{--section-max-width:38rem;--section-padding:2rem 1rem;--section-gap:2rem}}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(../f9bce1c0.eot);src:url(../f9bce1c0.eot?#iefix) format("embedded-opentype"),url(../749d7137.woff2) format("woff2"),url(../76bada1a.woff) format("woff"),url(../2b16cd25.ttf) format("truetype"),url(../db6a5954.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(../42a30d2e.eot);src:url(../42a30d2e.eot?#iefix) format("embedded-opentype"),url(../d69ccc86.woff2) format("woff2"),url(../695d93ce.woff) format("woff"),url(../574d2ae2.ttf) format("truetype"),url(../109349ce.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:900;src:url(../f2d690a6.eot);src:url(../f2d690a6.eot?#iefix) format("embedded-opentype"),url(../ec73099c.woff2) format("woff2"),url(../568927b8.woff) format("woff"),url(../cd7fcf05.ttf) format("truetype"),url(../fc0fbfa0.svg#Roboto) format("svg")}h1,h2,h3,h4{color:var(--theme-text1);font-size:18px;font-weight:700}.h1,h1{font-size:64px}.h2,h2{font-size:48px}.h3,h3{font-size:24px}.text-normal,p{color:var(--theme-text2);font-size:18px;line-height:1.75rem}.text-important{color:var(--theme-text1);font-size:18px;font-weight:700}.text-muted{color:var(--theme-text3)}.text-muted,a{font-size:18px}a{color:var(--theme-link);text-decoration:none}a.link{align-items:center;display:inline-flex;gap:.25rem}img{height:auto;max-width:100%}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1;margin-bottom:2rem}ol,table,td,th,ul{font-size:18px;line-height:1.75rem}ol,ul{margin-bottom:1.5rem}table,td,th{border:1px solid #9faab3;border-collapse:collapse;margin-bottom:2rem;padding:.5rem}td{text-align:left;vertical-align:top}td>p{margin:.25rem}ul{list-style-type:disc}li{margin-bottom:.5rem}section{background-position:50%;background-size:cover;box-sizing:border-box}.content{align-items:center;display:grid;gap:var(--section-gap);grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));justify-items:center;margin-left:auto;margin-right:auto;max-width:var(--section-column-max-width);max-width:calc(var(--section-max-width) + var(--section-gap));padding:8rem 2rem}@media (min-width:83rem){.content.reverse :first-child{order:2}}@media (max-width:82.99rem){.content{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))!important}}.content-grid{display:grid;grid-template-columns:[full-width-start] 100px [content-start] 1fr [content-end] 100px [full-width-end]}.content-grid>*{grid-column:content}.content-grid>.full-width{grid-column:full-width}.btn,.text-field{border-radius:5px;box-sizing:border-box;font:18px Roboto,Lucida Grande,Helvetica,Arial,sans-serif;height:3rem;padding-left:.75rem;padding-right:.75rem;transition-duration:.05s;transition-property:background-color,box-shadow}.text-field{border:.3rem solid #d9e1e7;color:#2d444b}.btn{background-color:#455a7e;border:none;color:#fff;cursor:pointer;font-weight:700;white-space:nowrap}a.btn{line-height:3rem}.btn-primary{background-color:var(--theme-btn-primary)}.btn-primary:hover{background-color:var(--theme-btn-primary-hover)}.btn-warning{background-color:var(--theme-btn-warning)}.btn-warning:hover{background-color:var(--theme-btn-warning-hover)}.btn-danger{background-color:var(--theme-btn-danger)}.btn-danger:hover{background-color:var(--theme-btn-danger-hover)}.section-separator{background-color:var(--color-light-gray);margin-left:auto;margin-right:auto;max-width:calc(var(--section-max-width) + var(--section-gap));min-height:2px;width:100%}.marquee{display:flex;width:100%}.marquee-container{align-items:center;animation:scroll 40s linear infinite;display:flex;margin-bottom:.5rem}.marquee-container.reverse{animation-direction:reverse}.marquee-after{display:flex}.marquee-img{border-radius:.25rem;height:400px;margin-right:.5rem;min-width:600px;-o-object-fit:cover;object-fit:cover}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.error{background-color:var(--color-red);border-radius:4px;color:var(--color-white);gap:.4rem;margin-right:2.5rem;padding:.5rem}.error,header{align-items:center;display:flex}header{background-color:#171326;flex-direction:column;justify-content:center;padding:.5rem 0;width:100%}header.float{background-color:transparent;position:absolute}@media (max-width:62rem){header{background-color:#171326!important}}.header-bg-wrapper{position:relative;width:auto}@media (max-width:62rem){.header-bg-wrapper{width:100%}}.header-container{align-items:center;box-sizing:border-box;display:flex;gap:1.5rem;justify-content:space-between;max-width:100%;padding:0 .5rem;position:relative;width:64rem}@media (max-width:62rem){.header-container{justify-content:start;padding:0 .5rem 0 1rem;width:100%}}.header-actions{align-items:center;display:flex;justify-content:flex-end;min-width:3.25rem}@media (max-width:62rem){.header-actions{margin-left:auto}}.header-login{align-items:center;border-radius:9999px;color:#d9e1e7;display:inline-flex;justify-content:center;min-height:2.75rem;padding:0 .75rem}.header-login:hover{background-color:hsla(0,0%,100%,.1);color:snow}.header-bg{background-color:#171326;bottom:0;height:100%;left:50px;position:absolute;width:calc(100% - 50px);z-index:0}.img-link{display:flex}.img-logo{max-height:5rem}@media (max-width:62rem){.img-logo{max-height:3rem}}@media (max-width:25rem){.img-logo{display:none}}.img-logo.small{display:none}@media (max-width:25rem){.img-logo.small{display:inline}}.nav-wrapper{align-items:center;display:flex;height:100%}@media (max-width:62rem){.nav-wrapper{overflow:hidden}}nav{margin-left:auto;z-index:9999}@media (max-width:62rem){nav{border-top:1px solid #2d444b;left:0;position:absolute;top:64px;transform:translate(-100%);transform-origin:left;width:100%}nav.transition{transition:transform .15s ease}nav.open{transform:translate(0)}}.nav-list{align-items:center;display:flex;gap:1.5rem;list-style:none}@media (max-width:62rem){.nav-list{background-color:#171326;flex-direction:column}}.nav-link{color:#d9e1e7;height:100%}.nav-link:hover{color:#0099c9}@media (max-width:62rem){.nav-link{height:auto;padding:1.25rem 2rem}}.btn-mobile{background:none;border:none;color:#d9e1e7;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:62rem){.btn-mobile{display:block}}.hero-video{clip-path:inset(1px 1px);left:-1px;min-height:calc(100% + 2px);min-width:calc(100% + 2px);position:absolute;top:-1px}.hero-section{background-position:50%;background-size:cover;display:flex;flex-direction:column;min-height:100vh;overflow:hidden}@media (min-width:83rem){.hero-section{min-height:95vh}}.hero-container{align-items:center;display:flex;flex:1;flex-direction:column;gap:1rem;justify-content:center;position:relative;text-align:center;width:100%}.hero-header{margin-bottom:2rem;position:relative}.hero-heading{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-text-stroke:16px #171326;color:#171326;font-size:82px;left:0;line-height:85px;margin:0;text-shadow:1px 1px 100px #fff4;top:0}.hero-heading.text{text-shadow:none;-webkit-text-stroke:0;color:snow;position:absolute}.hero-wishlist{background-color:#3ccb39;border:6px solid #171326;box-shadow:0 4px 10px 1px rgba(0,0,0,.25),0 0 75px 15px rgba(82,213,255,.7);color:snow;display:flex;font-size:24px;font-weight:700;gap:1rem;padding:1rem 1.25rem}.img-builder{bottom:-200px;height:532px;position:absolute;right:-70px;transform:scale(80%);z-index:999}@media (min-width:83rem){.img-builder{bottom:-150px;right:50px;transform:scale(125%);transform-origin:right}}.small-hero-section{background-position:50%;background-size:cover;display:flex;flex-direction:column;height:20rem;margin-bottom:5rem;overflow:hidden}.small-hero-container{align-items:center;display:flex;flex:1;flex-direction:column;gap:1rem;justify-content:center;position:relative;text-align:center}.small-hero-header{position:relative}.small-hero-heading{-webkit-text-stroke:16px #171326;color:#171326;font-size:82px;left:0;margin:0;top:0}.small-hero-heading.text{-webkit-text-stroke:0;color:snow;position:absolute}.footer-logo{max-height:5rem}.footer-section{background-color:var(--theme-bg)}.footer-content{display:flex;flex-direction:column;gap:2rem;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:calc(var(--section-max-width) + var(--section-gap));padding:2.5rem}@media (max-width:82.99rem){.footer-content{align-items:center;flex-direction:column;gap:3rem}}.footer-row{display:flex;flex-direction:row;flex-grow:0;gap:5rem;justify-content:space-between}@media (max-width:82.99rem){.footer-row{align-items:stretch;flex-direction:column;gap:3rem}.footer-row.reversed{flex-direction:column-reverse}}.flex-shrink{flex:1}.icon-row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center}.footer-icon{color:var(--theme-text2)!important;font-size:2rem}.footer-icon:hover{color:var(--theme-link)!important}.footer-nav{display:flex;gap:3rem;margin:1rem}@media (max-width:82.99rem){.footer-nav{justify-content:center}}.footer-nav>.footer-nav-group{display:flex;flex-direction:column;gap:.4rem}.footer-nav>.footer-nav-group>.footer-nav-group-header{color:var(--theme-text3);margin-bottom:.5rem}.footer-nav>.footer-nav-group>.footer-nav-link{color:var(--theme-text2)}.stud-bg{background-color:#d9e1e7;background-image:url(../3467e898.svg);background-position:50%;background-repeat:repeat-x;background-size:50px;margin-bottom:-1px;min-height:.76rem}.user-menu{position:relative}.user-menu>summary{align-items:center;border-radius:9999px;color:#d9e1e7;cursor:pointer;display:flex;font-size:1rem;list-style:none;padding:.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.user-menu>summary::-webkit-details-marker,.user-menu>summary::marker{content:"";display:none}.user-menu>summary:hover{background-color:hsla(0,0%,100%,.1)}.user-menu-avatar{border-radius:9999px;height:3.25rem;-o-object-fit:cover;object-fit:cover;width:3.25rem}.profile-avatar,.trust-avatar,.user-menu-avatar,.user-menu-card-avatar{background:transparent}.user-menu-panel{background-color:snow;border:1px solid #d9e1e7;border-radius:.75rem;box-shadow:0 8px 24px rgba(0,0,0,.15);display:flex;flex-direction:column;gap:.125rem;min-width:16rem;padding:.5rem;position:absolute;right:0;top:calc(100% + .5rem);z-index:100}.user-menu-panel .user-menu-item,.user-menu-panel a{align-items:center;background:none;border:none;border-radius:.5rem;box-sizing:border-box;color:#2d444b;cursor:pointer;display:flex;font-size:1rem;gap:.625rem;padding:.5rem .75rem;text-align:left;width:100%}.user-menu-panel [class^=i-]{flex-shrink:0;height:1.1rem;width:1.1rem}.user-menu-panel .user-menu-item:hover,.user-menu-panel a:hover{background-color:#d9e1e7}.user-menu-panel .danger{color:#ce2828}.user-menu-card{align-items:center;display:flex;gap:.875rem;min-width:0;padding:.75rem .875rem .875rem}.user-menu-card-avatar{border-radius:50%;flex-shrink:0;height:3.5rem;-o-object-fit:cover;object-fit:cover;width:3.5rem}.user-menu-card-main{flex:1;min-width:0;overflow:hidden}.user-menu-card-name{color:#2d444b;font-size:1.05rem;font-weight:600}.user-menu-card-name,.user-menu-card-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-card-sub{color:#678092;font-size:.875rem}.user-menu-divider{border:none;border-top:1px solid #d9e1e7;margin:.25rem 0}main.app-main{background-color:#d9e1e7;margin-bottom:0;padding:2rem 1rem}main.app-main.app-main-fullscreen{padding:0}main.app-main a{font-size:inherit}.app-container{display:flex;flex-direction:column;gap:1.25rem;margin:0 auto;max-width:48rem}.app-container.wide{max-width:64rem}.app-container.xwide{max-width:90rem}.app-container.fullscreen{gap:0;max-width:none;width:100%}.account-shell{align-items:start;display:grid;gap:1.5rem;grid-template-columns:14rem 1fr}.account-nav{background-color:snow;border:1px solid #d9e1e7;border-radius:1.125rem;display:flex;flex-direction:column;gap:.125rem;padding:.5rem;position:sticky;top:1rem}.account-nav-link{align-items:center;border-radius:.625rem;color:#2d444b;display:flex;font-size:.95rem;gap:.625rem;padding:.625rem .875rem}.account-nav-link [class^=i-]{flex-shrink:0;height:1.15rem;width:1.15rem}.account-nav-link:hover{background-color:#d9e1e7}.account-nav-link.active{background-color:#2d444b;color:snow}.account-main{display:flex;flex-direction:column;gap:1.25rem;min-width:0}@media (max-width:62rem){nav.account-nav{border-top:none;left:auto;margin-left:0;position:static;top:auto;transform:none;width:auto}}@media (max-width:48rem){.account-shell{gap:1rem;grid-template-columns:minmax(0,1fr)}.account-shell>aside{min-width:0}.account-nav{box-sizing:border-box;flex-direction:row;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;width:100%}.account-nav::-webkit-scrollbar{display:none}.account-nav-link{flex:0 0 auto;white-space:nowrap}}.app-page-heading{color:#2d444b;font-size:2rem;margin:0 0 .25rem}.card{background-color:snow;border:1px solid #d9e1e7;border-radius:1.125rem;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.card h2,.card h3,.card-header h2,.card-header h3{color:#2d444b;font-size:1.25rem;margin:0}.card .profile-head-main h2{font-size:1.5rem}.card-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.card>p{color:#678092;font-size:.95rem;line-height:1.5rem;margin:0}.card-row{align-items:center;border-top:1px solid #d9e1e7;display:flex;gap:1rem;justify-content:space-between;padding:.75rem 0}.card-row:first-of-type{border-top:none;padding-top:0}.card-row:last-of-type{padding-bottom:0}.card-row-main{display:flex;flex-direction:column;gap:.125rem;min-width:0}.card-row-main h4{color:#2d444b;font-size:1rem;margin:0}.card-row-main p{color:#678092;font-size:.9rem;line-height:1.4rem;margin:0}.card-actions{display:flex;flex-wrap:wrap;gap:.5rem}.form-stack{display:flex;flex-direction:column;gap:1rem}.form-honeypot{clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.form-row{display:flex;flex-direction:column;gap:.375rem}.form-row>label{color:#2d444b;font-size:.95rem;font-weight:600}.form-row .text-field{border-width:.15rem;font-size:1rem;height:2.75rem}.form-row-inline{align-items:center;flex-direction:row;gap:1rem;justify-content:space-between}.form-row-inline>label{color:#2d444b;flex:1 1 auto;font-size:1rem;min-width:0}.form-row-inline>.text-field{flex:0 0 auto;min-width:16rem;width:auto}.section-head{display:flex;flex-direction:column;gap:.25rem}.section-head:not(:first-child){margin-top:.75rem}.section-head>p{color:#678092;font-size:.9rem;line-height:1.4rem;margin:0}.settings-list{display:flex;flex-direction:column}.settings-list>.form-row-inline{border-top:1px solid #d9e1e7;padding:.75rem 0}.settings-list>.form-row-inline:first-child{border-top:none;padding-top:0}.settings-list>.form-row-inline:last-child{padding-bottom:0}@media (max-width:60rem){.form-row-inline{align-items:stretch;flex-direction:column}.form-row-inline>label{font-weight:600}.form-row-inline>.text-field{min-width:0;width:100%}}.form-help{color:#678092;font-size:.85rem;line-height:1.3rem;margin:0}.form-divider{border:none;border-top:1px solid #d9e1e7;margin:.25rem 0}.form-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin-top:.25rem}.form-textarea{font-family:inherit;height:auto;line-height:1.4rem;min-height:14rem;padding:.625rem .75rem;resize:vertical}.avatar-sync-preview{align-items:center;display:flex;gap:1rem}.avatar-sync-preview p{margin:0;max-width:32rem}.trust-list{display:flex;flex-direction:column;gap:.5rem}.trust-entry{align-items:center;border-top:1px solid #d9e1e7;display:flex;gap:.875rem;padding:.5rem 0}.trust-entry:first-child{border-top:none;padding-top:0}.trust-avatar{border-radius:50%;flex-shrink:0;height:2.5rem;-o-object-fit:cover;object-fit:cover;width:2.5rem}.trust-main{flex:1;min-width:0}.trust-name{align-items:center;display:flex;font-weight:600;gap:.5rem}.trust-since{color:#678092;font-size:.85rem}.server-list{display:flex;flex-direction:column}.server-row{align-items:center;border-top:1px solid #d9e1e7;display:flex;gap:1rem;padding:.75rem 0}.server-row:first-child{border-top:none;padding-top:0}.server-row.server-outdated{opacity:.72}.server-map-thumb{border-radius:.375rem;flex-shrink:0;height:3rem;-o-object-fit:cover;object-fit:cover;width:3rem}.server-row-main{flex:1;min-width:0}.server-row-title{align-items:center;color:#2d444b;display:flex;flex-wrap:wrap;font-size:.95rem;gap:.35rem}.server-row-sub{color:#678092;font-size:.85rem;margin-top:.125rem}.server-row-right{align-items:center;color:#678092;display:flex;flex-shrink:0;font-size:.9rem;gap:.25rem}.server-row [class^=i-]{height:1rem;vertical-align:middle;width:1rem}.server-description{color:#2d444b;font-size:.95rem;line-height:1.5rem;margin:.25rem 0 0;white-space:pre-wrap}.server-detail-head{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.server-detail-main{flex:1;min-width:15rem}.server-detail-map{align-items:flex-end;color:#678092;display:flex;flex-direction:column;font-size:.9rem;gap:.25rem}.server-detail-map img{border-radius:.375rem}.server-detail-flags{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem}.server-detail-flags abbr{align-items:center;display:inline-flex;gap:.3rem}.server-detail-flags [class^=i-]{height:1rem;width:1rem}.server-player-list{display:flex;flex-direction:column;gap:.375rem}.server-player-slot{align-items:center;border-top:1px solid #d9e1e7;display:flex;gap:.5rem;padding:.375rem 0}.server-player-slot:first-child{border-top:none;padding-top:0}.server-player-slot a{align-items:center;display:inline-flex;gap:.5rem}.text-muted{color:#678092}.session-list{display:flex;flex-direction:column}.session-row{align-items:center;border-top:1px solid #d9e1e7;display:flex;gap:1rem;padding:.75rem 0}.session-row:first-child{border-top:none;padding-top:0}.session-main{flex:1;min-width:0}.session-title{color:#2d444b;font-size:.95rem}.session-sub{color:#678092;font-size:.85rem;margin-top:.125rem}.totp-qr{background:#fff;border:1px solid #d9e1e7;border-radius:.5rem;display:block;height:12rem;image-rendering:pixelated;padding:.5rem;width:12rem}.totp-secret{background-color:#d9e1e7;border-radius:.5rem;color:#2d444b;font-family:monospace;font-size:.95rem;margin:.5rem 0 0;padding:.5rem .75rem;word-break:break-all}.totp-input{font-family:monospace;font-size:1.25rem;letter-spacing:.25rem;max-width:10rem}.new-token-card{border-left:4px solid #efca47}.token-secret{border-radius:.5rem;font-size:.85rem;margin:0;padding:.75rem 1rem;-webkit-user-select:all;-moz-user-select:all;user-select:all;white-space:pre-wrap}.recovery-code,.token-secret{background-color:#d9e1e7;color:#2d444b;font-family:monospace;word-break:break-all}.recovery-code{border-radius:.75rem;font-size:1.5rem;letter-spacing:.1rem;padding:1rem 1.25rem;text-align:center}.toast-stack{display:flex;flex-direction:column;gap:.5rem;pointer-events:none;position:fixed;right:1.25rem;top:1.25rem;z-index:1000}.toast{align-items:flex-start;animation:toast-in .18s ease-out;background-color:snow;border:1px solid #d9e1e7;border-left-width:4px;border-radius:.625rem;box-shadow:0 4px 16px rgba(0,0,0,.15);color:#2d444b;cursor:pointer;display:flex;font-size:.95rem;gap:.625rem;line-height:1.35rem;max-width:24rem;min-width:16rem;padding:.75rem 1rem;pointer-events:auto}.toast.fade-out{animation:toast-out .15s ease-in forwards}.toast.success{border-left-color:#3ccb39}.toast.danger{border-left-color:#ef4747}.toast.info{border-left-color:#0099c9}.toast-icon{flex-shrink:0;height:1.25rem;margin-top:.05rem;width:1.25rem}.toast.success .toast-icon{color:#3ccb39}.toast.danger .toast-icon{color:#ef4747}.toast.info .toast-icon{color:#0099c9}.toast-body{flex:1;min-width:0}@keyframes toast-in{0%{opacity:0;transform:translateX(1rem)}to{opacity:1;transform:translateX(0)}}@keyframes toast-out{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(1rem)}}.notice{background-color:#e6f3fb;border:1px solid #bfdff3;border-radius:1.125rem;color:#2d444b;display:flex;flex-direction:column;gap:.25rem;padding:.875rem 1.125rem}.notice.success{background-color:#e6f7e6;border-color:#b7e6b6}.notice.danger{background-color:#fde7e7;border-color:#f5b8b8;color:#7a1d1d}.notice p,.notice strong{color:inherit}.notice p{font-size:.95rem;line-height:1.4rem;margin:0}.notice pre{background-color:rgba(0,0,0,.05);border-radius:.375rem;font-size:.9rem;margin:.25rem 0 0;max-width:100%;padding:.5rem .75rem;white-space:pre-wrap;word-break:break-word}.profile-head{align-items:center;display:flex;gap:1.25rem}.profile-avatar{border-radius:50%;flex-shrink:0;height:7rem;-o-object-fit:cover;object-fit:cover;width:7rem}.profile-head-main{flex:1;min-width:0}.profile-head-main h2{color:#2d444b;font-size:1.5rem;margin:0}.profile-head-name-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.profile-head-main p{color:#678092;font-size:.95rem;margin:.125rem 0 0}.profile-meta{display:grid;gap:.375rem 1.25rem;grid-template-columns:max-content 1fr;margin:0}.profile-meta dt{color:#678092;font-size:.9rem;font-weight:500}.profile-meta dd{color:#2d444b;font-size:.95rem;margin:0}.profile-meta dd em{color:#678092;font-size:.85rem}.profile-page{gap:1.25rem;min-width:0}.profile-hero,.profile-page{display:flex;flex-direction:column}.profile-hero{align-items:stretch;background:radial-gradient(circle at 78% 12%,rgba(0,153,201,.42),transparent 19rem),radial-gradient(circle at 10% 100%,rgba(239,202,71,.2),transparent 18rem),linear-gradient(135deg,#171326,#25203a 58%,#13303b);border-radius:1.35rem;box-shadow:0 1.25rem 3rem rgba(23,19,38,.18);color:snow;gap:clamp(1.25rem,3vw,2rem);isolation:isolate;min-height:15rem;overflow:hidden;padding:clamp(1.5rem,4vw,3rem);position:relative}.profile-hero-main{align-items:center;display:grid;gap:clamp(1.5rem,4vw,3rem);grid-template-columns:auto minmax(0,1fr) auto;min-width:0}.profile-hero-pattern{background:linear-gradient(30deg,transparent 24%,hsla(0,0%,100%,.12) 25%,hsla(0,0%,100%,.12) 26%,transparent 27%,transparent 74%,hsla(0,0%,100%,.12) 75%,hsla(0,0%,100%,.12) 76%,transparent 77%),linear-gradient(150deg,transparent 24%,hsla(0,0%,100%,.08) 25%,hsla(0,0%,100%,.08) 26%,transparent 27%,transparent 74%,hsla(0,0%,100%,.08) 75%,hsla(0,0%,100%,.08) 76%,transparent 77%);background-size:4rem 2.3rem;inset:0;opacity:.18;pointer-events:none;position:absolute;z-index:-1}.profile-portrait{display:grid;place-items:center;position:relative}.profile-portrait:after{background:rgba(8,7,14,.48);border-radius:50%;bottom:-.25rem;content:"";filter:blur(.35rem);height:1.25rem;position:absolute;width:80%;z-index:-1}.profile-avatar-frame{backdrop-filter:blur(.65rem);background:linear-gradient(145deg,hsla(0,0%,100%,.18),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.34);border-radius:1.75rem;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.25),0 1rem 2rem rgba(8,7,14,.28);display:grid;height:clamp(8.5rem,16vw,11rem);overflow:hidden;place-items:center;width:clamp(8.5rem,16vw,11rem)}.profile-avatar-frame>.profile-avatar{border-radius:0;display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.profile-identity{min-width:0}.profile-name-row{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem}.profile-name-row h1{color:snow;font-size:clamp(2.3rem,5vw,4.25rem);letter-spacing:-.035em;line-height:.98;margin:0;max-width:100%;overflow-wrap:anywhere;text-shadow:0 .2rem .85rem rgba(0,0,0,.35)}.profile-gender{color:hsla(0,0%,100%,.75);height:1.5rem;width:1.5rem}.profile-pins{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.profile-pin{align-items:center;background:#efca47;border-radius:999px;color:#171326;display:inline-flex;font-size:.75rem;font-weight:800;gap:.35rem;padding:.35rem .6rem}.profile-pin-icon{display:block;height:.9rem;-o-object-fit:contain;object-fit:contain;width:.9rem}.profile-status{align-items:center;color:hsla(0,0%,100%,.68);display:flex;flex-wrap:wrap;font-size:.95rem;font-weight:600;gap:.4rem;margin-top:.9rem}.profile-status a{color:snow;font-weight:750}.profile-status abbr{cursor:help;text-decoration:none}.profile-status-dot{background:hsla(0,0%,100%,.38);border-radius:50%;box-shadow:0 0 0 .2rem hsla(0,0%,100%,.08);flex:0 0 auto;height:.55rem;width:.55rem}.profile-status-online{color:hsla(0,0%,100%,.84)}.profile-status-online .profile-status-dot{background:#7adf78;box-shadow:0 0 0 .2rem rgba(122,223,120,.18)}.profile-tagline{border-top:1px solid hsla(0,0%,100%,.16);box-sizing:border-box;color:hsla(0,0%,100%,.88);font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.55;margin:0;overflow-wrap:anywhere;padding-top:1.25rem;white-space:pre-wrap;width:100%}.profile-emoji{display:inline-block;height:1.4em;margin:0 .05em;-o-object-fit:contain;object-fit:contain;vertical-align:-.32em;width:1.4em}.profile-actions{align-items:center;align-self:start;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.profile-actions form{margin:0}.profile-actions .profile-primary-action,.profile-actions .profile-secondary-action{border:1px solid hsla(0,0%,100%,.32);color:#171326}.profile-actions .profile-primary-action{background:#efca47}.profile-actions .profile-primary-action:hover{background:#f1dc90}.profile-actions .profile-secondary-action{backdrop-filter:blur(.6rem);background:hsla(0,0%,100%,.12);color:snow}.profile-report-action{border-radius:50%;color:hsla(0,0%,100%,.65);display:grid;height:2.25rem;place-items:center;width:2.25rem}.profile-report-action:hover{background:hsla(0,0%,100%,.12);color:snow}.profile-report-action [class^=i-]{height:1.1rem;width:1.1rem}.profile-content-grid{align-items:start;display:grid;gap:1.25rem;grid-template-columns:minmax(16rem,.7fr) minmax(0,2fr)}.profile-about,.profile-creations{padding:clamp(1.25rem,3vw,2rem)}.profile-section-heading{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between}.card .profile-section-heading h2,.profile-section-heading h2{color:#171326;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1;margin:.15rem 0 0}.profile-section-kicker{color:#0099c9;font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.profile-facts{display:flex;flex-direction:column;margin:0}.profile-fact{border-top:1px solid rgba(103,128,146,.18);padding:1rem 0}.profile-fact:first-child{border-top:0}.profile-fact:last-child{padding-bottom:0}.profile-fact dt{align-items:center;color:#678092;display:flex;font-size:.8rem;font-weight:700;gap:.4rem}.profile-fact dt [class^=i-]{height:1rem;width:1rem}.profile-fact dd{color:#2d444b;font-size:1rem;font-weight:650;margin:.35rem 0 0 1.4rem;overflow-wrap:anywhere}.profile-creations-heading{margin-bottom:.25rem}.profile-creation-stats{background:#d9e1e7;border-radius:.85rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:.35rem 0 .65rem;overflow:hidden}.profile-creation-stats>div{border-left:1px solid rgba(103,128,146,.22);padding:.75rem 1rem}.profile-creation-stats>div:first-child{border-left:0}.profile-creation-stats dt{color:#678092;font-size:.72rem;font-weight:700;text-transform:uppercase}.profile-creation-stats dd{color:#171326;font-size:1.2rem;font-variant-numeric:tabular-nums;font-weight:800;margin:.15rem 0 0}.profile-creation-lists{display:flex;flex-direction:column;gap:1.5rem}.profile-creation-list+.profile-creation-list{border-top:1px solid rgba(103,128,146,.18);padding-top:1.5rem}.profile-creation-list-heading{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.profile-creation-list-heading h3{color:#2d444b;font-size:1.15rem;margin:0}.profile-creation-list-heading a{font-size:.85rem;font-weight:750}.profile-creation-grid{gap:.85rem;grid-template-columns:repeat(auto-fill,minmax(min(13rem,100%),1fr))}.profile-creation-grid .gallery-card-avatar{display:none}.profile-creations-empty{align-items:center;background:rgba(217,225,231,.42);border:1px dashed rgba(103,128,146,.35);border-radius:1rem;box-sizing:border-box;color:#678092;display:flex;gap:1rem;justify-content:center;min-height:10rem;padding:1.5rem}.profile-creations-empty>[class^=i-]{color:#0099c9;flex:0 0 auto;height:2.75rem;width:2.75rem}.profile-creations-empty h3{color:#2d444b;font-size:1.05rem;margin:0}.profile-creations-empty p{line-height:1.4;margin:.3rem 0 0}.badge{align-items:center;background-color:#d9e1e7;border-radius:9999px;color:#2d444b;display:inline-flex;font-size:.75rem;font-weight:600;line-height:1.3rem;padding:.125rem .55rem}.badge-admin{background-color:#2d444b;color:snow}.btn-sm{align-items:center;border-radius:9999px;display:inline-flex;font-size:.9rem;gap:.45rem;height:2.25rem;justify-content:center;padding:0 1.1rem}.btn-sm>[class^=i-]{flex-shrink:0;height:1.1rem;width:1.1rem}.btn-sm:has(>[class^=i-]:first-child){padding-left:.85rem}.btn-sm:disabled{cursor:default;opacity:.5;pointer-events:none}.btn-sm:not(.btn-primary):not(.btn-warning):not(.btn-danger){background-color:#0099c9}.btn-sm:not(.btn-primary):not(.btn-warning):not(.btn-danger):hover{background-color:#2fc6f0}@media (max-width:52rem){.profile-content-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:40rem){.profile-head{align-items:flex-start;flex-direction:column;text-align:left}.account-profile-card{padding:1rem}.account-profile-card .profile-head{align-items:center;display:grid;gap:.75rem;grid-template-columns:4rem minmax(0,1fr)}.account-profile-card .profile-avatar{height:4rem;width:4rem}.account-profile-card .card-actions{grid-column:1/-1;width:100%}.account-profile-card .card-actions .btn{justify-content:center;width:100%}.profile-hero-main{gap:1.25rem;grid-template-columns:minmax(0,1fr);justify-items:start}.profile-avatar-frame{height:8.5rem;width:8.5rem}.profile-actions{justify-content:flex-start}.card-row,.profile-creations-heading{align-items:flex-start;flex-direction:column}.card-row{gap:.75rem}.user-menu-name{display:none}}@media (max-width:30rem){.card-header{align-items:stretch;flex-direction:column;gap:.75rem}.card-header>form,.card-header>form .btn{width:100%}.card-header>form .btn{justify-content:center}.session-row{align-items:stretch;flex-direction:column;gap:.625rem}.session-row>form,.session-row>form .btn{width:100%}.session-row>form .btn{justify-content:center}.server-row{align-items:start;display:grid;gap:.5rem .75rem;grid-template-columns:2.5rem minmax(0,1fr)}.server-map-thumb{height:2.5rem;width:2.5rem}.server-row-right{grid-column:2}}.gallery-search-form{align-items:stretch;display:flex;gap:.5rem}.gallery-search-form .text-field{flex:1;min-width:0}.gallery-home{--gallery-page-gutter:clamp(1rem,3vw,3.5rem);--gallery-carousel-side-padding:clamp(3.75rem,5vw,5rem);background:#d9e1e7;display:flex;flex-direction:column;gap:0;min-width:0;overflow:hidden}.gallery-page-gutter{padding-inline:var(--gallery-page-gutter)}.gallery-home-header{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;padding-block:clamp(2.5rem,6vw,5rem)}.gallery-home-heading{min-width:0}.gallery-home-heading h1{color:#171326;font-size:clamp(2rem,4vw,3.25rem);line-height:1;margin:0 0 .65rem}.gallery-home-heading p{color:#678092;font-size:1rem;line-height:1.45;margin:0}.gallery-hero-marketing{align-items:center;box-sizing:border-box;color:snow;display:flex;flex-direction:column;gap:1.1rem;margin-inline:auto;padding:clamp(2rem,4vh,3rem) 1.5rem 12rem;pointer-events:none;position:relative;text-align:center;width:min(100%,50rem);z-index:5}.gallery-featured-frame>.gallery-hero-marketing{left:50%;position:absolute;top:0;transform:translateX(-50%)}.gallery-hero-marketing-copy{max-width:43rem}.gallery-hero-marketing-copy h1{color:snow;font-size:clamp(2.5rem,5vw,4.5rem);letter-spacing:-.035em;line-height:.98;margin:0 0 .65rem;text-shadow:0 .2rem 1rem rgba(0,0,0,.55)}.gallery-hero-marketing-copy p{color:hsla(0,0%,100%,.86);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.5;margin:0 auto;max-width:40rem;text-shadow:0 .15rem .65rem rgba(0,0,0,.65)}.gallery-hero-trailer{background:#171326;border:1px solid hsla(0,0%,100%,.38);border-radius:1rem;box-shadow:0 1.25rem 3.5rem rgba(0,0,0,.5);overflow:hidden;pointer-events:auto;width:min(100%,44rem)}.gallery-hero-trailer lite-youtube{aspect-ratio:16/9;max-width:none;width:100%}.gallery-hero-marketing-actions{align-items:center;display:flex;gap:.75rem;justify-content:center;pointer-events:auto;width:min(100%,44rem)}.gallery-hero-steam,a.gallery-hero-steam{align-items:center;border-radius:999px;box-shadow:0 .75rem 2rem rgba(0,0,0,.28);display:inline-flex;gap:.5rem;height:3.4rem;justify-content:center;line-height:normal;padding-inline:1.15rem}.gallery-hero-steam [class^=i-]{height:1.25rem;width:1.25rem}.gallery-hero-marketing .gallery-home-search{flex:1 1 23rem;pointer-events:auto;width:auto}.gallery-featured-marketable .gallery-featured-track{height:clamp(52rem,90vh,56rem);min-height:52rem;pointer-events:none}.gallery-featured-marketable .gallery-featured-content{display:none}.gallery-featured-marketable .gallery-featured-shade{background:linear-gradient(90deg,rgba(14,12,24,.68),rgba(14,12,24,.42)),linear-gradient(180deg,rgba(14,12,24,.72),rgba(14,12,24,.16) 55%,rgba(14,12,24,.88))}.gallery-marketing-standalone{background:radial-gradient(circle at 80% 10%,rgba(0,153,201,.28),transparent 28rem),radial-gradient(circle at 15% 90%,rgba(235,157,0,.16),transparent 24rem),linear-gradient(145deg,#171326,#25203a 55%,#132c39);color:snow}.gallery-marketing-standalone .gallery-hero-marketing{padding-block:clamp(3rem,7vw,5rem)}.gallery-home-search{align-items:center;background:snow;border:1px solid rgba(103,128,146,.3);border-radius:999px;box-shadow:0 .5rem 1.5rem rgba(23,19,38,.08);flex:0 1 31rem;padding:.35rem;position:relative}.gallery-home-search>[class^=i-]{color:#678092;flex-shrink:0;height:1.25rem;margin-left:.75rem;width:1.25rem}.gallery-home-search .text-field{background:transparent;border:0;box-shadow:none;height:2.75rem;padding:0 .25rem}.gallery-home-search .btn{border-radius:999px;flex-shrink:0}.gallery-hero-search{display:flex;justify-content:center;left:0;padding:clamp(1.5rem,4vw,3rem) var(--gallery-featured-gutter);pointer-events:none;position:absolute;right:0;top:0;z-index:3}.gallery-hero-search .gallery-home-search{border-color:hsla(0,0%,100%,.35);box-shadow:0 .8rem 2rem rgba(14,12,24,.25);flex-basis:auto;pointer-events:auto;width:min(100%,34rem)}.gallery-auth-search-standalone{background:#d9e1e7;display:flex;justify-content:center;padding:clamp(3rem,8vw,6rem) var(--gallery-featured-gutter)}.gallery-auth-search-standalone .gallery-home-search{flex-basis:auto;width:min(100%,34rem)}.gallery-featured{--gallery-featured-gutter:clamp(2rem,5vw,5rem);background:#d9e1e7;display:flex;flex-direction:column;gap:0;min-width:0}.gallery-featured-header,.gallery-section-header{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between}.gallery-featured-header h2,.gallery-section-header h2{color:#171326;font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.1;margin:.25rem 0 0}.gallery-section-link{align-items:center;color:#2d444b;display:inline-flex;font-size:.9rem;font-weight:700;gap:.4rem;padding:.5rem 0;white-space:nowrap}.gallery-section-link [class^=i-]{height:1rem;transition:transform .15s ease;width:1rem}.gallery-section-link:hover [class^=i-]{transform:translateX(.2rem)}.gallery-featured-frame{background:#171326;box-shadow:0 1.25rem 3rem rgba(23,19,38,.24);isolation:isolate;overflow:hidden;position:relative}.gallery-featured-track{display:flex;height:clamp(38rem,72vh,52rem);min-height:38rem;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.gallery-featured-track::-webkit-scrollbar{display:none}.gallery-featured-track:focus-visible{outline:.2rem solid #2fc6f0;outline-offset:-.35rem}.gallery-featured-slide{color:snow;flex:0 0 100%;min-width:0;overflow:hidden;position:relative;scroll-snap-align:start;scroll-snap-stop:always}.gallery-featured-art,.gallery-featured-art:after,.gallery-featured-shade{inset:0;position:absolute}.gallery-featured-art{background:radial-gradient(circle at 70% 30%,rgba(0,153,201,.35),transparent 45%),#171326}.gallery-featured-art:after{background:linear-gradient(90deg,rgba(23,19,38,.28),transparent 65%);content:""}.gallery-featured-art img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.gallery-featured-shade{background:linear-gradient(90deg,rgba(14,12,24,.9),rgba(14,12,24,.48) 38%,transparent 68%),linear-gradient(180deg,rgba(14,12,24,.6),transparent 32%),linear-gradient(0deg,rgba(14,12,24,.9),transparent 48%)}.gallery-hero-mast{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;left:0;padding:clamp(2rem,4vw,4rem) var(--gallery-featured-gutter);pointer-events:none;position:absolute;right:0;top:0;z-index:3}.gallery-hero-mast .gallery-home-heading{max-width:38rem}.gallery-hero-mast .gallery-home-heading h1{color:snow;text-shadow:0 .2rem 1rem rgba(0,0,0,.45)}.gallery-hero-mast .gallery-home-heading p{color:hsla(0,100%,99%,.78)}.gallery-hero-mast .gallery-home-search{border-color:hsla(0,0%,100%,.35);box-shadow:0 .8rem 2rem rgba(14,12,24,.25);flex-basis:auto;pointer-events:auto;width:min(31rem,42vw)}.gallery-featured-content{align-items:flex-start;bottom:clamp(10.5rem,17vw,13rem);display:flex;flex-direction:column;left:var(--gallery-featured-gutter);position:absolute;width:min(33rem,62%);z-index:1}.gallery-featured-badge{align-items:center;background:#efca47;border-radius:999px;color:#171326;display:inline-flex;font-size:.75rem;font-weight:800;gap:.4rem;letter-spacing:.08em;padding:.4rem .7rem;text-transform:uppercase}.gallery-featured-badge [class^=i-]{height:.9rem;width:.9rem}.gallery-featured-content h3{color:snow;font-size:clamp(2.2rem,5vw,4.75rem);letter-spacing:-.035em;line-height:.98;margin:.9rem 0 .75rem;text-shadow:0 .2rem 1rem rgba(0,0,0,.45)}.gallery-featured-author{align-items:center;color:hsla(0,100%,99%,.82);display:inline-flex;font-size:.9rem;font-weight:600;gap:.6rem;margin-bottom:.85rem}.gallery-featured-author:focus-visible,.gallery-featured-author:hover{color:snow}.gallery-featured-author:focus-visible{border-radius:.2rem;outline:.15rem solid #2fc6f0;outline-offset:.25rem}.gallery-featured-author img{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.28);border-radius:50%;flex:0 0 auto;height:2.5rem;-o-object-fit:contain;object-fit:contain;width:2.5rem}.gallery-featured-author strong{color:snow}.gallery-featured-meta{color:hsla(0,100%,99%,.85);display:flex;font-size:.9rem;font-weight:600;gap:1rem}.gallery-featured-cta,.gallery-featured-meta span{align-items:center;display:inline-flex;gap:.35rem}.gallery-featured-meta [class^=i-]{height:1rem;width:1rem}.gallery-featured-cta{backdrop-filter:blur(.5rem);background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.35);border-radius:.7rem;color:snow;font-size:.9rem;font-weight:700;margin-top:1.4rem;padding:.65rem .85rem;transition:background-color .15s ease,border-color .15s ease}.gallery-featured-cta [class^=i-]{height:1rem;width:1rem}.gallery-featured-cta:hover{background:#0099c9;border-color:#0099c9;color:snow}.gallery-carousel-arrow{backdrop-filter:blur(.75rem);background:hsla(0,0%,100%,.94);border:1px solid rgba(103,128,146,.28);border-radius:999px;box-shadow:0 .65rem 1.75rem rgba(14,12,24,.28);color:#171326;cursor:pointer;display:grid;height:3rem;padding:0;place-items:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease;width:3rem;z-index:5}.gallery-carousel-arrow:hover{background:#efca47;box-shadow:0 .8rem 2rem rgba(14,12,24,.35);transform:translateY(-50%) scale(1.06)}.gallery-carousel-arrow:disabled{cursor:default;opacity:.38;pointer-events:none}.gallery-carousel-arrow:focus-visible,.gallery-carousel-dots button:focus-visible{outline:.2rem solid #2fc6f0;outline-offset:.15rem}.gallery-carousel-arrow [class^=i-]{height:1.5rem;width:1.5rem}.gallery-carousel-arrow-prev{left:max(.75rem,env(safe-area-inset-left))}.gallery-carousel-arrow-next{right:max(.75rem,env(safe-area-inset-right))}.gallery-carousel-status{align-items:center;backdrop-filter:blur(.5rem);background:rgba(23,19,38,.62);border:1px solid hsla(0,0%,100%,.22);border-radius:999px;bottom:clamp(9.5rem,15vw,11rem);color:hsla(0,100%,99%,.72);display:flex;gap:1rem;padding:.55rem .75rem;position:absolute;right:1.5rem;z-index:2}.gallery-carousel-count{display:inline-flex;font-size:.75rem;font-variant-numeric:tabular-nums;gap:.25rem}.gallery-carousel-count strong{color:snow}.gallery-carousel-dots{display:flex;gap:.35rem}.gallery-carousel-dots button{background:hsla(0,0%,100%,.38);border:0;border-radius:999px;cursor:pointer;height:.45rem;padding:0;transition:width .15s ease,background-color .15s ease;width:.45rem}.gallery-carousel-dots button[aria-current=true]{background:snow;width:1.35rem}.gallery-featured-preview-shell{display:flex;flex-direction:column;gap:1rem;margin-top:-11rem;min-width:0;padding-inline:0;pointer-events:none;position:relative;z-index:4}.gallery-featured-preview-shell .gallery-featured-previews-frame,.gallery-featured-preview-shell .gallery-section-link{pointer-events:auto}.gallery-featured-preview-shell .gallery-featured-header{padding-inline:var(--gallery-featured-gutter)}.gallery-featured-preview-shell .gallery-featured-header h2,.gallery-featured-preview-shell .gallery-section-link{color:snow;text-shadow:0 .2rem .85rem rgba(0,0,0,.45)}.gallery-featured-previews-frame{min-width:0;position:relative}.gallery-featured-previews-viewport,.gallery-row-viewport{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 4rem,#000 calc(100% - 4rem),transparent);mask-image:linear-gradient(90deg,transparent 0,#000 4rem,#000 calc(100% - 4rem),transparent);min-width:0}.gallery-featured-previews-viewport.is-at-start:not(.is-at-end),.gallery-row-viewport.is-at-start:not(.is-at-end){-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 4rem),transparent);mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 4rem),transparent)}.gallery-featured-previews-viewport.is-at-end:not(.is-at-start),.gallery-row-viewport.is-at-end:not(.is-at-start){-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 4rem,#000);mask-image:linear-gradient(90deg,transparent 0,#000 4rem,#000)}.gallery-featured-previews-viewport.is-at-start.is-at-end,.gallery-row-viewport.is-at-start.is-at-end{-webkit-mask-image:none;mask-image:none}.gallery-featured-previews{display:grid;gap:1rem;grid-auto-columns:clamp(17rem,23vw,22rem);grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;overscroll-behavior-x:contain;padding-block:1.75rem 5rem;padding-left:max(var(--gallery-carousel-side-padding),calc(env(safe-area-inset-left) + 3.75rem));padding-right:max(var(--gallery-carousel-side-padding),calc(env(safe-area-inset-right) + 3.75rem));scrollbar-color:rgba(103,128,146,.65) transparent;scrollbar-width:thin}.gallery-featured-previews::-webkit-scrollbar{height:.7rem}.gallery-featured-previews::-webkit-scrollbar-track{background:transparent}.gallery-featured-previews::-webkit-scrollbar-thumb{background:rgba(103,128,146,.65);border-radius:999px}.gallery-featured-previews .gallery-card{border-color:hsla(0,0%,100%,.42);box-shadow:0 1rem 2.5rem rgba(14,12,24,.34)}.gallery-featured-card{cursor:pointer;font:inherit;padding:0;text-align:left;width:auto}.gallery-featured-card.is-active{border-color:#efca47;box-shadow:0 0 0 .2rem rgba(235,157,0,.35),0 1.25rem 3rem rgba(14,12,24,.42);transform:none}.gallery-featured-card.is-active:hover{transform:none}.gallery-featured-card:focus-visible{outline:.2rem solid #2fc6f0;outline-offset:.2rem}@media (min-width:64rem) and (max-height:64rem){.gallery-hero-mast{padding-block:2rem}.gallery-hero-mast .gallery-home-heading h1{font-size:2.5rem}.gallery-featured-content{bottom:9rem}.gallery-featured-content h3{font-size:clamp(2.25rem,7vh,3.5rem);margin-block:.65rem .5rem}.gallery-featured-author{margin-bottom:.55rem}.gallery-featured-cta{margin-top:.8rem}.gallery-featured-preview-shell{margin-top:-8rem}.gallery-featured-previews{padding-block:1.25rem 3rem}}.gallery-discovery{background:#d9e1e7;display:flex;flex-direction:column;gap:3.25rem;padding:clamp(2rem,3vw,3rem) 0 clamp(4rem,7vw,6rem)}.gallery-discovery-intro h2,.gallery-prefab-intro h2{color:#171326;font-size:clamp(2rem,4vw,3.5rem);line-height:1;margin:0 0 .6rem}.gallery-discovery-intro p,.gallery-prefab-intro p{color:#678092;font-size:1rem;line-height:1.5;margin:0;max-width:42rem}.gallery-section{display:flex;flex-direction:column;gap:1rem;min-width:0}.gallery-prefab-gallery{background:radial-gradient(circle at 82% 5%,rgba(235,157,0,.2),transparent 28rem),linear-gradient(145deg,#171326,#25203a 55%,#132c39);color:snow;display:flex;flex-direction:column;gap:3.25rem;padding:clamp(4rem,7vw,6rem) 0 clamp(4.5rem,8vw,7rem)}.gallery-prefab-intro{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between}.gallery-prefab-gallery .gallery-section-header h2,.gallery-prefab-gallery .gallery-section-link,.gallery-prefab-intro h2{color:snow}.gallery-prefab-intro p{color:hsla(0,100%,99%,.7)}.gallery-prefab-gallery .gallery-section-link{opacity:.85}.gallery-prefab-gallery .gallery-row{grid-auto-columns:clamp(12rem,16vw,15rem);scrollbar-color:hsla(0,0%,100%,.28) transparent}.gallery-prefab-gallery .gallery-row::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.28)}.gallery-detail-related-prefabs .gallery-card-thumb,.gallery-grid-prefabs .gallery-card-thumb,.gallery-prefab-gallery .gallery-card-thumb{aspect-ratio:1/1;background:linear-gradient(135deg,hsla(0,0%,100%,.014) 25%,transparent 0) 0 0 /2rem 2rem,linear-gradient(315deg,hsla(0,0%,100%,.014) 25%,transparent 0) 0 0 /2rem 2rem,linear-gradient(135deg,transparent 75%,hsla(0,0%,100%,.014) 0) 0 0 /2rem 2rem,linear-gradient(315deg,transparent 75%,hsla(0,0%,100%,.014) 0) 0 0 /2rem 2rem,#211c32}.gallery-home-tail{background:snow;color:#2d444b}.gallery-home-tail .content{padding-block:clamp(4rem,7vw,6rem)}.gallery-search-page{background:#d9e1e7;min-height:100vh;overflow:hidden}.gallery-search-hero{background:radial-gradient(circle at 82% 18%,rgba(0,153,201,.32),transparent 30rem),radial-gradient(circle at 18% 100%,rgba(235,157,0,.16),transparent 24rem),linear-gradient(135deg,#171326,#25203a 58%,#132c39);color:snow;display:block;overflow:hidden;position:relative}.gallery-search-hero:after{background:linear-gradient(115deg,hsla(0,0%,100%,.045),transparent 42%);content:"";inset:0;pointer-events:none;position:absolute}.gallery-search-hero-inner{box-sizing:border-box;margin-inline:auto;max-width:64rem;padding:clamp(3rem,6vw,5.5rem) clamp(1rem,3vw,3.5rem) clamp(5.5rem,9vw,8rem);position:relative;width:100%;z-index:1}.gallery-search-back{align-items:center;color:hsla(0,0%,100%,.74);display:inline-flex;font-weight:650;gap:.4rem;margin-bottom:2rem}.gallery-search-back:hover{color:snow}.gallery-search-back [class^=i-]{height:1.1rem;transition:transform .15s ease;width:1.1rem}.gallery-search-back:hover [class^=i-]{transform:translateX(-.2rem)}.gallery-search-hero h1{color:snow;font-size:clamp(2.7rem,6vw,5rem);letter-spacing:-.035em;line-height:.95;margin:0 0 .85rem}.gallery-search-hero p{color:hsla(0,0%,100%,.72);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.5;margin:0;max-width:42rem}.gallery-search-content{padding:0 clamp(1rem,3vw,3.5rem) clamp(4.5rem,8vw,7rem);position:relative;z-index:2}.gallery-kind-tabs{align-items:flex-end;box-sizing:border-box;display:flex;gap:.3rem;margin:-3.25rem auto 0;padding-left:1rem;width:min(100%,64rem)}.gallery-kind-tab{align-items:center;backdrop-filter:blur(.6rem);background:rgba(33,29,53,.82);border:1px solid hsla(0,0%,100%,.14);border-bottom:0;border-radius:.85rem .85rem 0 0;box-sizing:border-box;color:hsla(0,0%,100%,.76);display:inline-flex;font-weight:750;gap:.45rem;min-height:2.9rem;padding:.65rem 1.1rem}.gallery-kind-tab:hover{background:rgba(46,40,72,.94);color:snow}.gallery-kind-tab.is-active{background:snow;border-color:rgba(103,128,146,.2);color:#171326}.gallery-kind-tab [class^=i-]{height:1.1rem;width:1.1rem}.gallery-filter-bar{background:snow;border:1px solid rgba(103,128,146,.2);border-radius:1.25rem;box-shadow:0 1.25rem 3.5rem rgba(23,19,38,.18);box-sizing:border-box;display:flex;flex-direction:column;gap:1.25rem;margin:0 auto;padding:clamp(1rem,2vw,1.5rem);width:min(100%,64rem)}.gallery-search-query{align-items:center;background:#d9e1e7;border:1px solid rgba(103,128,146,.22);border-radius:1rem;gap:.25rem;padding:.35rem}.gallery-search-query>[class^=i-]{color:#678092;flex-shrink:0;height:1.25rem;margin-left:.75rem;width:1.25rem}.gallery-search-composer-field{align-items:center;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:.35rem;min-width:0;padding:.15rem .35rem}.gallery-filter-tokens{display:contents}.gallery-search-query .gallery-search-composer-field>.text-field{background:transparent;border:0;box-shadow:none;flex:1 1 12rem;height:2.15rem;min-width:10rem;padding:0}.gallery-search-query .btn{border-radius:999px;flex-shrink:0}.gallery-filter-token{align-items:center;background:snow;border:1px solid rgba(103,128,146,.26);border-radius:999px;box-sizing:border-box;color:#2d444b;display:inline-flex;font-size:.85rem;font-weight:700;gap:.35rem;line-height:1;min-height:2.15rem;padding:.25rem .3rem .25rem .65rem}.gallery-filter-token small{color:#678092;font:inherit;font-weight:600}.gallery-filter-token img{border-radius:999px;height:1.45rem;margin-left:-.35rem;-o-object-fit:contain;object-fit:contain;width:1.45rem}.gallery-filter-token button{background:transparent;border:0;border-radius:999px;color:#678092;cursor:pointer;display:grid;height:1.55rem;padding:0;place-items:center;width:1.55rem}.gallery-filter-token button:hover{background:#d9e1e7;color:#171326}.gallery-filter-token button [class^=i-]{height:.9rem;width:.9rem}.gallery-filter-suggestions{background:snow;border:1px solid rgba(103,128,146,.24);border-radius:.9rem;box-shadow:0 .85rem 2rem rgba(23,19,38,.14);max-height:19rem;overflow-y:auto;padding:.45rem}.gallery-filter-suggestion{align-items:center;background:transparent;border:0;border-radius:.65rem;color:#2d444b;cursor:pointer;display:flex;gap:.75rem;padding:.65rem .75rem;text-align:left;width:100%}.gallery-filter-suggestion:focus-visible,.gallery-filter-suggestion:hover{background:#d9e1e7}.gallery-filter-suggestion>[class^=i-]{color:#0099c9;flex-shrink:0;height:1.3rem;width:1.3rem}.gallery-filter-suggestion img{border-radius:999px;flex-shrink:0;height:2.25rem;-o-object-fit:contain;object-fit:contain;width:2.25rem}.gallery-filter-suggestion span{display:flex;flex-direction:column;gap:.12rem;min-width:0}.gallery-filter-suggestion small,.gallery-filter-suggestion strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-filter-suggestion small,.gallery-filter-suggestions-empty{color:#678092;font-size:.82rem}.gallery-filter-suggestions-empty{margin:0;padding:.8rem;text-align:center}.gallery-filter-row{align-items:flex-end;border-top:1px solid rgba(103,128,146,.18);display:flex;flex-wrap:wrap;gap:.75rem;padding-top:1.25rem}.gallery-filter-field{display:flex;flex:0 1 14rem;flex-direction:column;gap:.35rem}.gallery-filter-field label{color:#678092;font-size:.9rem;font-weight:650}.gallery-filter-field .text-field{background-color:#d9e1e7;border-color:rgba(103,128,146,.24);min-height:2.75rem;width:100%}.gallery-filter-add{align-items:center;display:inline-flex;gap:.4rem;min-height:2.75rem}.gallery-filter-add [class^=i-]{height:1.1rem;width:1.1rem}.gallery-filter-clear{align-items:center;color:#678092;display:inline-flex;font-weight:650;gap:.35rem;margin-left:auto;min-height:2.75rem;padding:.65rem .25rem}.gallery-filter-clear:hover{color:#171326}.gallery-filter-clear [class^=i-]{height:1rem;width:1rem}.gallery-search-results{margin-top:clamp(3.5rem,6vw,5.5rem)}.gallery-search-results-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:1.5rem}.gallery-search-results-header h2{color:#171326;font-size:clamp(1.8rem,3vw,2.65rem);line-height:1;margin:0}.gallery-empty{align-items:center;background:hsla(0,0%,100%,.68);border:1px solid rgba(103,128,146,.18);border-radius:1.25rem;color:#678092;display:flex;flex-direction:column;margin:0 auto;max-width:38rem;padding:clamp(3rem,8vw,6rem) 2rem;text-align:center}.gallery-empty>[class^=i-]{color:#0099c9;height:3rem;margin-bottom:1rem;width:3rem}.gallery-empty h2{color:#171326;font-size:1.75rem;margin:0}.gallery-empty p{margin:.5rem 0 1.5rem}.gallery-row-frame{min-width:0;position:relative}.gallery-section.gallery-page-gutter .gallery-row-frame{margin-inline:calc(0rem - var(--gallery-page-gutter))}.gallery-row-frame.is-static .gallery-row-arrow{display:none}.gallery-row-viewport{min-width:0}.gallery-row{display:grid;gap:.9rem;grid-auto-columns:clamp(13rem,18vw,17rem);grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;overscroll-behavior-x:contain;padding-block:1.25rem 3rem;padding-left:max(var(--gallery-carousel-side-padding),calc(env(safe-area-inset-left) + 3.75rem));padding-right:max(var(--gallery-carousel-side-padding),calc(env(safe-area-inset-right) + 3.75rem));scrollbar-color:rgba(103,128,146,.65) transparent;scrollbar-width:thin}.gallery-row::-webkit-scrollbar{height:.7rem}.gallery-row::-webkit-scrollbar-track{background:transparent}.gallery-row::-webkit-scrollbar-thumb{background:rgba(103,128,146,.65);border-radius:999px}.gallery-grid{display:grid;gap:clamp(.9rem,1.5vw,1.25rem);grid-template-columns:repeat(auto-fill,minmax(min(16rem,100%),1fr))}.gallery-search-results .gallery-card{box-shadow:0 .5rem 1.25rem rgba(23,19,38,.08)}.gallery-infinite-sentinel{display:flex;grid-column:1/-1;justify-content:center;padding:1.5rem 0}.gallery-infinite-spinner{animation:gallery-spin .8s linear infinite;border:2px solid #d9e1e7;border-radius:50%;border-top-color:#0099c9;height:1.5rem;width:1.5rem}@keyframes gallery-spin{to{transform:rotate(1turn)}}.gallery-card{background:snow;border:1px solid rgba(103,128,146,.18);border-radius:1rem;box-shadow:0 .35rem 1rem rgba(23,19,38,.06);color:inherit;display:flex;flex-direction:column;overflow:hidden;scroll-snap-align:start;text-decoration:none;transition:transform .15s ease-out,box-shadow .15s ease-out}.gallery-card:hover{box-shadow:0 .8rem 1.75rem rgba(23,19,38,.14);transform:translateY(-.25rem)}.gallery-card-thumb{aspect-ratio:16/9;background-color:#171326;overflow:hidden;position:relative}.gallery-card-thumb img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease;width:100%}.gallery-card:hover .gallery-card-thumb img{transform:scale(1.035)}.gallery-card-info{align-items:center;display:flex;gap:.7rem;justify-content:space-between;padding:.7rem .8rem .8rem}.gallery-card-copy{display:flex;flex:1 1 auto;flex-direction:column;gap:.35rem;min-width:0}.gallery-card-avatar{background:#d9e1e7;border:1px solid rgba(103,128,146,.2);border-radius:50%;flex:0 0 auto;height:2.5rem;-o-object-fit:contain;object-fit:contain;width:2.5rem}.gallery-card-title{color:#171326;font-size:1rem;font-weight:700;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-card-stats{align-items:center;color:#678092;display:flex;font-size:.85rem;gap:.85rem}.gallery-card-stat{align-items:center;display:inline-flex;gap:.25rem}.gallery-card-stat [class^=i-]{height:.95rem;width:.95rem}.gallery-detail-page{background:#d9e1e7;min-width:0;overflow:hidden}.gallery-prefab-detail{background:radial-gradient(circle at 12% 18%,rgba(232,153,35,.15),transparent 30rem),radial-gradient(circle at 86% 72%,rgba(80,106,214,.18),transparent 34rem),#171326;color:snow;overflow:hidden;position:relative}.gallery-prefab-detail-inner{box-sizing:border-box;margin:0 auto;max-width:90rem;min-width:0;padding:clamp(1.5rem,3vw,3.5rem) clamp(1rem,3vw,3.5rem) clamp(4rem,7vw,6rem);position:relative;width:100%;z-index:1}.gallery-prefab-detail-layout{align-items:center;display:grid;gap:clamp(2rem,5vw,5.5rem);grid-template-columns:minmax(20rem,35rem) minmax(0,1fr);margin-top:clamp(2rem,4vw,3.75rem)}.gallery-prefab-preview{backdrop-filter:blur(.75rem);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.17);border-radius:1.5rem;box-shadow:0 1.75rem 4.5rem rgba(0,0,0,.38);box-sizing:border-box;margin:0;min-width:0;padding:.65rem}.gallery-prefab-preview-image{aspect-ratio:1/1;background:linear-gradient(135deg,hsla(0,0%,100%,.014) 25%,transparent 0) 0 0 /2rem 2rem,linear-gradient(315deg,hsla(0,0%,100%,.014) 25%,transparent 0) 0 0 /2rem 2rem,linear-gradient(135deg,transparent 75%,hsla(0,0%,100%,.014) 0) 0 0 /2rem 2rem,linear-gradient(315deg,transparent 75%,hsla(0,0%,100%,.014) 0) 0 0 /2rem 2rem,#211c32;border-radius:1rem;display:grid;overflow:hidden;place-items:center}.gallery-prefab-preview-image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.gallery-prefab-preview-placeholder{color:hsla(0,0%,100%,.28);height:5rem;width:5rem}.gallery-prefab-preview figcaption{align-items:center;color:hsla(0,0%,100%,.58);display:flex;font-size:.84rem;font-weight:650;gap:.4rem;padding:.75rem .4rem .15rem}.gallery-prefab-preview figcaption [class^=i-]{height:1rem;width:1rem}.gallery-prefab-summary{min-width:0}.gallery-prefab-summary h1{color:snow;font-size:clamp(3rem,5.5vw,5.5rem);letter-spacing:-.045em;line-height:.96;margin:.8rem 0 1.15rem;max-width:16ch;text-wrap:balance}.gallery-prefab-description{color:hsla(0,0%,100%,.78);font-size:1.08rem;line-height:1.65;margin:2rem 0 0;max-width:42rem;white-space:pre-wrap}.gallery-prefab-summary .gallery-tag-row{margin-top:1.25rem}.gallery-prefab-summary .gallery-tag{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.82)}.gallery-prefab-summary .gallery-tag:hover{background:#0099c9;border-color:#0099c9;color:snow}.gallery-prefab-facts{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.14);border-radius:1rem;display:grid;gap:0;grid-template-columns:repeat(2,minmax(0,1fr));margin:1.75rem 0 0;max-width:42rem;padding:.5rem 1.25rem}.gallery-prefab-facts>div{min-width:0;padding:.75rem 0}.gallery-prefab-facts>div:nth-child(2n){border-left:1px solid hsla(0,0%,100%,.12);padding-left:1.25rem}.gallery-prefab-facts>div:nth-child(n+3){border-top:1px solid hsla(0,0%,100%,.12)}.gallery-prefab-facts dt{color:hsla(0,0%,100%,.48);font-size:.78rem;font-weight:650}.gallery-prefab-facts dd{color:snow;font-weight:700;margin:.2rem 0 0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-prefab-facts code{color:inherit;font-size:.82rem}.gallery-detail-hero{background:#171326;color:snow;display:flex;isolation:isolate;min-height:clamp(38rem,74vh,52rem);overflow:hidden;position:relative}.gallery-detail-backdrop,.gallery-detail-shade{inset:0;position:absolute}.gallery-detail-backdrop{z-index:-2}.gallery-detail-backdrop img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.gallery-detail-shade{background:linear-gradient(90deg,rgba(14,12,24,.9),rgba(14,12,24,.48) 52%,rgba(14,12,24,.12) 78%),linear-gradient(180deg,rgba(14,12,24,.64),transparent 35%),linear-gradient(0deg,rgba(14,12,24,.96),rgba(14,12,24,.22) 55%,transparent 78%);z-index:-1}.gallery-detail-hero-inner{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:90rem;min-width:0;padding:clamp(1.5rem,3vw,3.5rem);width:100%}.gallery-detail-back{align-items:center;color:hsla(0,0%,100%,.8);display:inline-flex;font-weight:650;gap:.4rem;text-shadow:0 .15rem .65rem rgba(0,0,0,.5);width:-moz-fit-content;width:fit-content}.gallery-detail-back:hover{color:snow}.gallery-detail-back [class^=i-]{height:1.1rem;transition:transform .15s ease;width:1.1rem}.gallery-detail-back:hover [class^=i-]{transform:translateX(-.2rem)}.gallery-detail-hero-content{margin-top:auto;max-width:68rem;padding:clamp(5rem,11vw,9rem) 0 clamp(3.5rem,6vw,5rem)}.gallery-detail-kind{align-items:center;backdrop-filter:blur(.6rem);background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.28);border-radius:999px;color:snow;display:inline-flex;font-weight:700;gap:.4rem;padding:.45rem .7rem;width:-moz-fit-content;width:fit-content}.gallery-detail-kind [class^=i-]{height:1rem;width:1rem}.gallery-detail-hero h1{color:snow;font-size:clamp(2.8rem,6.5vw,6.25rem);letter-spacing:-.045em;line-height:.94;margin:.8rem 0 1.15rem;max-width:17ch;text-shadow:0 .25rem 1.35rem rgba(0,0,0,.48);text-wrap:balance}.gallery-detail-creator{align-items:center;color:hsla(0,0%,100%,.82);display:flex;font-size:1rem;gap:.7rem}.gallery-detail-creator-avatar{background:transparent;border-radius:999px;box-shadow:0 .35rem 1rem rgba(0,0,0,.3);display:block;height:2.6rem;-o-object-fit:cover;object-fit:cover;outline:.15rem solid hsla(0,0%,100%,.6);width:2.6rem}.gallery-detail-creator>span:last-child{display:flex;flex-direction:column;line-height:1.2}.gallery-detail-creator small{color:hsla(0,0%,100%,.62);font-size:.75rem}.gallery-detail-creator a,.gallery-detail-creator strong{color:snow;font-weight:750}.gallery-detail-actions{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;max-width:100%;width:-moz-fit-content;width:fit-content}.gallery-detail-action-row{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;width:100%}.gallery-detail-actions .btn,.gallery-detail-actions .gallery-detail-stat{border-radius:.75rem;box-sizing:border-box;font-size:.9rem;height:3rem;line-height:1;min-height:3rem}.gallery-detail-actions .btn{align-items:center;display:inline-flex;gap:.45rem}.gallery-detail-actions .gallery-detail-launch{font-size:1rem;height:3.5rem;justify-content:center;min-height:3.5rem;padding-inline:1.25rem;width:100%}.gallery-detail-actions .btn [class^=i-],.gallery-detail-actions .gallery-detail-stat [class^=i-]{height:1.1rem;width:1.1rem}.gallery-detail-actions .gallery-like{display:inline-flex;height:3rem;margin:0}.gallery-detail-actions .gallery-like .btn{backdrop-filter:blur(.6rem);background:hsla(0,0%,100%,.14);border-color:hsla(0,0%,100%,.3);color:snow}.gallery-detail-actions .gallery-like .btn-primary{background:#efca47;border-color:#efca47;color:#171326}.gallery-detail-stat{align-items:center;backdrop-filter:blur(.6rem);background:rgba(14,12,24,.38);border:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.82);display:inline-flex;font-size:.9rem;font-weight:650;gap:.4rem;padding:.6rem .75rem}.gallery-detail-copy{background:#efca47;border-color:#efca47;color:#171326;gap:.35rem;padding-inline:.75rem}.gallery-detail-copy:hover{background:#ffc145;border-color:#ffc145;color:#171326}.gallery-detail-share{backdrop-filter:blur(.6rem);background:hsla(0,0%,100%,.14);border-color:hsla(0,0%,100%,.3);color:snow}.gallery-detail-share:hover{background:#0099c9;border-color:#0099c9;color:snow}.gallery-detail-action-status{color:hsla(0,0%,100%,.78);font-size:.85rem;height:1.25rem;line-height:1.25rem;margin:.55rem 0 0;white-space:nowrap}.gallery-detail-action-status a{color:snow;font-weight:650;text-decoration:underline;text-underline-offset:.15em}.gallery-detail-content{box-sizing:border-box;display:grid;gap:1.25rem;grid-template-columns:minmax(0,2fr) minmax(17rem,1fr);margin:-2.75rem auto 0;max-width:90rem;padding:0 clamp(1rem,3vw,3.5rem) clamp(4rem,7vw,6rem);position:relative;z-index:2}.gallery-detail-about,.gallery-detail-facts{background:snow;border:1px solid rgba(103,128,146,.18);border-radius:1.25rem;box-shadow:0 1rem 3rem rgba(23,19,38,.12);padding:clamp(1.5rem,3vw,2.25rem)}.gallery-detail-about h2,.gallery-detail-facts h2{color:#171326;font-size:clamp(1.5rem,2.5vw,2rem);margin:0 0 1rem}.gallery-detail-description{color:#2d444b;font-size:1.08rem;line-height:1.65;margin:0;max-width:52rem;white-space:pre-wrap}.gallery-detail-about .gallery-tag-row{margin-top:1.5rem}.gallery-tag-row{display:flex;flex-wrap:wrap;gap:.375rem}.gallery-tag{background:#d9e1e7;border:1px solid rgba(103,128,146,.2);border-radius:999px;color:#2d444b;font-size:.85rem;font-weight:700;padding:.45rem .7rem;text-decoration:none}.gallery-tag:hover{background:#0099c9;border-color:#0099c9;color:snow}.gallery-detail-facts dl{display:flex;flex-direction:column;gap:0;margin:0}.gallery-detail-facts dl>div{align-items:center;border-top:1px solid rgba(103,128,146,.18);display:flex;gap:1rem;justify-content:space-between;padding:.85rem 0}.gallery-detail-facts dt{color:#678092;font-size:.9rem;font-weight:650}.gallery-detail-facts dd{color:#171326;font-weight:700;margin:0;text-align:right}.gallery-detail-facts code{background:#d9e1e7;border-radius:.4rem;color:#2d444b;font-size:.8rem;padding:.25rem .45rem}.gallery-detail-disclaimer{background:hsla(0,0%,100%,.72);border:1px solid rgba(103,128,146,.22);border-radius:.75rem;box-sizing:border-box;color:#2d444b;display:grid;gap:.7rem;grid-template-columns:auto minmax(0,1fr);margin:clamp(1.75rem,4vw,3rem) auto;max-width:64rem;padding:.8rem 1rem;width:calc(100% - 2rem)}.gallery-detail-disclaimer-icon{color:#678092;height:1.1rem;margin-top:.05rem;width:1.1rem}.gallery-detail-disclaimer h2{color:#171326;font-size:.85rem;margin:0 0 .15rem}.gallery-detail-disclaimer p{font-size:.8rem;line-height:1.4;margin:0}.gallery-detail-disclaimer a{font-weight:700}.gallery-detail-content+.gallery-detail-disclaimer{margin-top:0}.gallery-detail-related{display:flex;flex-direction:column;gap:clamp(3rem,5vw,4.5rem);padding:0 clamp(1rem,3vw,3.5rem) clamp(4.5rem,8vw,7rem)}.gallery-detail-related-group{display:flex;flex-direction:column;gap:.75rem;min-width:0}.gallery-detail-related-header{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between}.gallery-detail-related-header h2{color:#171326;font-size:clamp(1.8rem,3vw,2.65rem);line-height:1;margin:0}.gallery-detail-related-header p{color:#678092;margin:.55rem 0 0}.gallery-detail-related-prefabs .gallery-card-thumb{aspect-ratio:1/1}@media (max-width:52rem){.gallery-featured-preview-shell{margin-top:-8rem}.gallery-featured-previews-viewport,.gallery-row-viewport{-webkit-mask-image:none;mask-image:none}.gallery-featured-previews,.gallery-prefab-gallery .gallery-row,.gallery-row{gap:.75rem;grid-auto-columns:clamp(9rem,22vw,11rem);padding-block:1rem 3rem}.gallery-featured-previews{padding-bottom:4rem}.gallery-featured-previews .gallery-card,.gallery-row .gallery-card{border-radius:.8rem}.gallery-featured-previews .gallery-card-info,.gallery-row .gallery-card-info{gap:.25rem;padding:.55rem .6rem .65rem}.gallery-featured-previews .gallery-card-copy,.gallery-row .gallery-card-copy{gap:.25rem}.gallery-featured-previews .gallery-card-avatar,.gallery-row .gallery-card-avatar{height:2rem;width:2rem}.gallery-featured-previews .gallery-card-title,.gallery-row .gallery-card-title{font-size:.85rem;line-height:1.05rem}.gallery-featured-previews .gallery-card-stats,.gallery-row .gallery-card-stats{font-size:.75rem;gap:.55rem}.gallery-featured-previews .gallery-card-stat [class^=i-],.gallery-row .gallery-card-stat [class^=i-]{height:.8rem;width:.8rem}}@media (max-width:64rem){.gallery-prefab-detail-layout{gap:2.25rem;grid-template-columns:1fr;margin-top:1.75rem}.gallery-prefab-preview{margin-inline:auto;width:min(100%,32rem)}}@media (max-width:48rem){.gallery-featured{--gallery-featured-gutter:1.25rem}.gallery-home-header{align-items:stretch;flex-direction:column;gap:1.25rem}.gallery-home-search{flex-basis:auto;width:100%}.gallery-hero-mast{flex-direction:column;gap:1.25rem;padding:1.5rem var(--gallery-featured-gutter)}.gallery-hero-mast .gallery-home-heading{max-width:28rem}.gallery-hero-mast .gallery-home-heading h1{font-size:clamp(2.3rem,10vw,3.5rem)}.gallery-hero-mast .gallery-home-heading p{display:none}.gallery-hero-mast .gallery-home-search{width:min(100%,31rem)}.gallery-featured-track{height:42rem;min-height:42rem}.gallery-featured-marketable .gallery-featured-track{height:48rem;min-height:48rem}.gallery-hero-marketing{gap:.9rem;padding:1.5rem 1.25rem 9rem}.gallery-hero-marketing-copy h1{font-size:clamp(2.5rem,10vw,3.5rem)}.gallery-hero-marketing-copy p{font-size:.95rem}.gallery-hero-marketing-actions{flex-wrap:wrap}.gallery-featured-content{bottom:10.5rem;left:1.25rem;width:calc(100% - 3rem)}.gallery-featured-content h3{font-size:clamp(2rem,11vw,3.25rem)}.gallery-featured-shade{background:linear-gradient(0deg,rgba(14,12,24,.92),rgba(14,12,24,.42) 70%,transparent)}.gallery-featured-cta{margin-top:1rem}.gallery-carousel-arrow{height:2.75rem;width:2.75rem}.gallery-carousel-arrow-prev{left:max(.75rem,env(safe-area-inset-left))}.gallery-carousel-arrow-next{right:max(.75rem,env(safe-area-inset-right))}.gallery-carousel-status{bottom:8.5rem;left:1rem;right:auto}.gallery-featured-preview-shell{margin-top:-6rem}.gallery-discovery{padding-top:4.5rem}.gallery-prefab-intro{align-items:flex-start;flex-direction:column;gap:1rem}.gallery-search-hero-inner{padding:2.75rem 1.25rem 5.5rem}.gallery-search-back{margin-bottom:1.5rem}.gallery-search-content{padding-inline:.75rem}.gallery-kind-tabs{margin-top:-2.5rem;padding-left:.75rem}.gallery-filter-field{flex:1 1 calc(50% - 0.75rem)}.gallery-filter-clear{margin-left:0}.gallery-prefab-detail-inner{padding:1.25rem .75rem 4rem}.gallery-prefab-summary{padding-inline:.5rem}.gallery-prefab-summary h1{font-size:clamp(2.8rem,12vw,4.5rem)}.gallery-detail-hero{min-height:40rem}.gallery-detail-shade{background:linear-gradient(90deg,rgba(14,12,24,.7),rgba(14,12,24,.12)),linear-gradient(180deg,rgba(14,12,24,.68),transparent 35%),linear-gradient(0deg,rgba(14,12,24,.98),rgba(14,12,24,.5) 62%,transparent 88%)}.gallery-detail-hero-inner{padding:1.25rem}.gallery-detail-hero-content{padding-bottom:3.5rem}.gallery-detail-content{grid-template-columns:1fr;margin-top:-2rem;padding-inline:.75rem}.gallery-detail-related{padding-inline:.75rem}.gallery-detail-related-header{align-items:flex-start;flex-direction:column}}@media (max-width:30rem){.gallery-featured{--gallery-featured-gutter:1.1rem}.gallery-featured-header,.gallery-section-header{align-items:flex-start}.gallery-featured-previews,.gallery-prefab-gallery .gallery-row,.gallery-row{gap:.5rem;grid-auto-columns:min(24vw,6.75rem);padding-block:.5rem}.gallery-featured-previews{padding-bottom:.75rem}.gallery-discovery,.gallery-prefab-gallery{gap:.75rem;padding:1.5rem 0 2rem}.gallery-featured-previews .gallery-card,.gallery-row .gallery-card{border-radius:.65rem}.gallery-featured-previews .gallery-card-info,.gallery-row .gallery-card-info{gap:.15rem;padding:.4rem .45rem .5rem}.gallery-featured-previews .gallery-card-copy,.gallery-row .gallery-card-copy{gap:.15rem}.gallery-featured-previews .gallery-card-avatar,.gallery-row .gallery-card-avatar{height:1.65rem;width:1.65rem}.gallery-featured-previews .gallery-card-title,.gallery-row .gallery-card-title{font-size:.7rem;line-height:.9rem}.gallery-featured-previews .gallery-card-stats,.gallery-row .gallery-card-stats{font-size:.625rem;gap:.35rem}.gallery-featured-previews .gallery-card-stat,.gallery-row .gallery-card-stat{gap:.15rem}.gallery-featured-previews .gallery-card-stat [class^=i-],.gallery-row .gallery-card-stat [class^=i-]{height:.7rem;width:.7rem}.gallery-carousel-arrow{height:2rem;width:2rem}.gallery-carousel-arrow [class^=i-]{height:1rem;width:1rem}.gallery-featured-header .gallery-section-link,.gallery-section-header .gallery-section-link{font-size:0;gap:0}.gallery-featured-header .gallery-section-link [class^=i-],.gallery-section-header .gallery-section-link [class^=i-]{height:1.3rem;width:1.3rem}.gallery-featured-track{height:40rem;min-height:40rem}.gallery-featured-marketable .gallery-featured-track{height:46rem;min-height:46rem}.gallery-featured-content{bottom:10.25rem;left:1.1rem;width:calc(100% - 2.2rem)}.gallery-featured-content h3{font-size:clamp(2rem,12vw,3rem)}.gallery-featured-preview-shell{margin-top:-7.5rem}.gallery-home-search .btn{font-size:0;padding:0;width:2.75rem}.gallery-home-search .btn:after{content:"→";font-size:1rem}.gallery-hero-marketing{padding-inline:1rem}.gallery-hero-marketing-actions{align-items:stretch;flex-direction:column}.gallery-hero-marketing .gallery-home-search,.gallery-hero-steam,a.gallery-hero-steam{flex-basis:auto;width:100%}.gallery-home-tail .content{grid-template-columns:minmax(0,1fr)!important;padding:3.5rem 1rem}.gallery-home-tail .content>*{min-width:0}.gallery-search-hero h1{font-size:clamp(2.5rem,14vw,3.5rem)}.gallery-search-query .btn{grid-column:1/-1;justify-content:center;padding-inline:.8rem;width:100%}.gallery-search-query{align-items:start;display:grid;grid-template-columns:auto minmax(0,1fr)}.gallery-search-query>[class^=i-]{margin-top:.6rem}.gallery-search-query .gallery-search-composer-field>.text-field{flex-basis:7rem;min-width:6rem}.gallery-kind-tabs{padding-inline:0}.gallery-kind-tab{flex:1 1 50%;justify-content:center}.gallery-filter-field{flex-basis:100%}.gallery-prefab-summary h1{font-size:clamp(2.5rem,14vw,3.75rem)}.gallery-prefab-facts{grid-template-columns:1fr}.gallery-prefab-facts>div:nth-child(2n){border-left:0;padding-left:0}.gallery-prefab-facts>div:nth-child(n+2){border-top:1px solid hsla(0,0%,100%,.12)}.gallery-detail-hero{min-height:38rem}.gallery-detail-hero h1{font-size:clamp(2.5rem,14vw,3.75rem)}.gallery-detail-actions{gap:.5rem}.gallery-detail-actions .gallery-detail-launch{display:none}.gallery-detail-action-row{gap:.5rem}}@media (orientation:landscape) and (max-height:32rem){.gallery-detail-hero{min-height:calc(100svh - 4rem)}.gallery-detail-hero-inner{padding:1rem 1.5rem}.gallery-detail-hero-content{padding:1.5rem 0 1rem}.gallery-detail-hero h1,.gallery-prefab-summary h1{font-size:clamp(2.25rem,6vw,4rem);margin-block:.5rem .75rem}.gallery-detail-actions{margin-top:.75rem}.gallery-detail-actions .btn,.gallery-detail-actions .gallery-detail-stat,.gallery-detail-actions .gallery-like{height:2.5rem;min-height:2.5rem}.gallery-detail-actions .gallery-detail-launch{height:3.25rem;min-height:3.25rem}.gallery-prefab-detail-inner{padding:1rem 1.5rem 2.5rem}.gallery-prefab-detail-layout{gap:1.25rem;margin-top:.75rem}.gallery-prefab-preview{margin-inline:auto;width:min(85vw,36rem)}.gallery-prefab-description{font-size:1rem;line-height:1.45;margin-top:1rem}}@media (orientation:landscape) and (max-height:32rem) and (max-width:62rem){.gallery-detail-actions .gallery-detail-launch{display:none}}@media (orientation:landscape) and (max-height:32rem) and (max-width:48rem){.gallery-hero-mast{align-items:flex-start;flex-direction:row;gap:1rem;padding:1rem var(--gallery-featured-gutter)}.gallery-hero-mast .gallery-home-heading{flex:1 1 0;min-width:0}.gallery-hero-mast .gallery-home-heading h1{font-size:clamp(2rem,6vw,2.75rem)}.gallery-hero-mast .gallery-home-search{flex:0 1 21rem;width:45%}.gallery-featured-marketable .gallery-featured-track{height:40rem;min-height:40rem}.gallery-featured-frame>.gallery-hero-marketing{align-items:center;display:grid;gap:.85rem 1rem;grid-template-columns:minmax(0,.9fr) minmax(18rem,1.1fr);padding:1rem 1.25rem 8rem;text-align:left;width:min(100%,58rem)}.gallery-hero-marketing-copy{min-width:0}.gallery-hero-marketing-copy h1{font-size:clamp(2rem,5vw,2.75rem);margin-bottom:.45rem}.gallery-hero-marketing-copy p{font-size:.82rem;line-height:1.35}.gallery-hero-trailer{grid-column:2;grid-row:1/span 2}.gallery-hero-marketing-actions{align-items:stretch;flex-direction:column;grid-column:1;width:100%}.gallery-hero-steam,a.gallery-hero-steam{box-sizing:border-box;font-size:.8rem;height:2.75rem;padding-inline:.75rem;width:100%}.gallery-hero-marketing .gallery-home-search{flex-basis:auto;width:100%}}@media (orientation:landscape) and (max-height:32rem) and (min-width:48rem){.gallery-featured-preview-shell{margin-top:-7.5rem}}@media (orientation:landscape) and (max-height:32rem) and (min-width:62rem){.gallery-prefab-detail-layout{align-items:center;grid-template-columns:minmax(11rem,14rem) minmax(0,1fr)}.gallery-prefab-preview{margin:0;width:100%}}@media (prefers-reduced-motion:reduce){.gallery-featured-track{scroll-behavior:auto}.gallery-card,.gallery-card-thumb img,.gallery-featured-art img,.gallery-section-link [class^=i-]{transition:none}}.buildany-spacer{min-height:250px}@media (max-width:82.99rem){.buildany-spacer{min-height:650px}}.buildany-container{bottom:0;display:flex;justify-content:center;pointer-events:none;position:absolute}@media (min-width:83rem){.buildany-container{left:50%}}.more-row>div{margin:4rem 1rem}.more-row>div>h3{align-items:center;display:flex;gap:12px}@media (min-width:83rem){.more-row{display:grid;grid-template-columns:1fr 1fr 1fr}}.img-floating-container{position:relative;width:100%}.img-floating{filter:drop-shadow(0 0 20px rgba(255,255,255,.25));max-width:100%}@media (min-width:83rem){.img-floating{position:absolute;transform:translateY(-50%) scale(130%);transform-origin:0}}.blog-posts{gap:2rem;margin-top:3rem}@media (min-width:83rem){.blog-posts{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto}}.blog-img-container{align-items:center;display:flex;justify-content:center;max-height:300px;overflow:hidden}.blog-img-container>img{aspect-ratio:16/9;border-radius:4px;max-width:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:82.99rem){.blog-img-container{max-height:400px}}.contact-flex{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.contact-info{border:1px solid var(--color-light-gray);border-radius:0;flex:1;padding:1rem 2rem}.contact-info h3{margin-top:0}.avatar-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.avatar-grid .avatar-container{display:flex;flex:0 1 calc(25% - 1.5rem);flex-direction:column;max-width:250px;min-width:150px}.avatar-grid .avatar-container p{line-height:1.2rem;text-align:center}.avatar-grid .avatar-container img{border-radius:20px;box-shadow:2px 2px 5px #0003;width:100%}.faq-section{max-width:45rem;width:100%}.accordion{margin-bottom:2rem;width:100%}.accordion-heading{align-items:center;border-bottom:1px solid #9faab3;cursor:pointer;display:flex;justify-content:space-between}.accordion-content{display:block}.accordion-icon{display:none;transform:rotate(90deg);transition:transform .15s ease}@media (scripting:enabled){.accordion-icon{display:block}}.accordion.closed .accordion-heading{border-bottom:1px solid #9faab3}.accordion.closed .accordion-heading .accordion-icon{transform:rotate(0deg)}.accordion.closed .accordion-content{border-bottom:1px solid #9faab3;display:none}.btn-collapse{-webkit-user-select:none;-moz-user-select:none;user-select:none}lite-youtube{background-color:#000;background-position:50%;background-size:cover;contain:content;cursor:pointer;display:block;max-width:720px;position:relative}lite-youtube:before{background-image:linear-gradient(180deg,rgba(0,0,0,.67),rgba(0,0,0,.54) 14%,rgba(0,0,0,.15) 54%,rgb(0 0 0/5%) 72%,transparent 94%);box-sizing:border-box;color:#eee;content:attr(data-title);display:block;font-family:YouTube Noto,Roboto,Arial,Helvetica,sans-serif;font-size:18px;height:99px;overflow:hidden;padding:25px 20px;position:absolute;text-overflow:ellipsis;text-shadow:0 0 2px rgba(0,0,0,.5);top:0;white-space:nowrap;width:100%}lite-youtube:hover:before{color:#fff}lite-youtube:after{content:"";display:block;padding-bottom:56.25%}lite-youtube>iframe{left:0;top:0}lite-youtube>.lyt-playbtn,lite-youtube>iframe{border:0;height:100%;position:absolute;width:100%}lite-youtube>.lyt-playbtn{background:no-repeat 50%/68px 48px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');cursor:pointer;display:block;filter:grayscale(100%);transition:filter .1s cubic-bezier(0,0,.2,1);z-index:1}lite-youtube .lyt-playbtn:focus,lite-youtube:hover>.lyt-playbtn{filter:none}lite-youtube.lyt-activated{cursor:unset}lite-youtube.lyt-activated:before,lite-youtube.lyt-activated>.lyt-playbtn{opacity:0;pointer-events:none}.lyt-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}html{scrollbar-gutter:stable}body,html{background-color:snow;color:#2d444b;max-width:100%!important;overflow-x:hidden!important}.themed{background-color:var(--theme-bg);color:var(--theme-text2)}body{font-family:Roboto,Lucida Grande,Helvetica,Arial,sans-serif;margin:0}.heading-major,h2,h3,h4,h5,h6{margin-bottom:1rem;margin-top:1rem}h1{margin-bottom:2rem;margin-top:2rem}*,:after,:before{--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 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--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: }::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 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--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-mdi-account{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4'/%3E%3C/svg%3E")}.i-mdi-account,.i-mdi-account-alert-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-account-alert-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 12V7h2v6h-2m0 4h2v-2h-2m-10-2c2.67 0 8 1.34 8 4v3H2v-3c0-2.66 5.33-4 8-4m0-9a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10.9c-2.97 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1m0-9A2.1 2.1 0 0 0 7.9 8a2.1 2.1 0 0 0 2.1 2.1A2.1 2.1 0 0 0 12.1 8A2.1 2.1 0 0 0 10 5.9'/%3E%3C/svg%3E")}.i-mdi-account-circle-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2M7.07 18.28c.43-.9 3.05-1.78 4.93-1.78s4.5.88 4.93 1.78A7.9 7.9 0 0 1 12 20c-1.86 0-3.57-.64-4.93-1.72m11.29-1.45c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36 2.33A7.93 7.93 0 0 1 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.82-.62 3.5-1.64 4.83M12 6c-1.94 0-3.5 1.56-3.5 3.5S10.06 13 12 13s3.5-1.56 3.5-3.5S13.94 6 12 6m0 5a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 8a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 11'/%3E%3C/svg%3E")}.i-mdi-account-circle-outline,.i-mdi-account-group-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-account-group-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 5a3.5 3.5 0 0 0-3.5 3.5A3.5 3.5 0 0 0 12 12a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 5m0 2a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 10a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 7M5.5 8A2.5 2.5 0 0 0 3 10.5c0 .94.53 1.75 1.29 2.18c.36.2.77.32 1.21.32s.85-.12 1.21-.32c.37-.21.68-.51.91-.87A5.42 5.42 0 0 1 6.5 8.5v-.28c-.3-.14-.64-.22-1-.22m13 0c-.36 0-.7.08-1 .22v.28c0 1.2-.39 2.36-1.12 3.31c.12.19.25.34.4.49a2.48 2.48 0 0 0 1.72.7c.44 0 .85-.12 1.21-.32c.76-.43 1.29-1.24 1.29-2.18A2.5 2.5 0 0 0 18.5 8M12 14c-2.34 0-7 1.17-7 3.5V19h14v-1.5c0-2.33-4.66-3.5-7-3.5m-7.29.55C2.78 14.78 0 15.76 0 17.5V19h3v-1.93c0-1.01.69-1.85 1.71-2.52m14.58 0c1.02.67 1.71 1.51 1.71 2.52V19h3v-1.5c0-1.74-2.78-2.72-4.71-2.95M12 16c1.53 0 3.24.5 4.23 1H7.77c.99-.5 2.7-1 4.23-1'/%3E%3C/svg%3E")}.i-mdi-account-minus-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 4a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4m0 1.9a2.1 2.1 0 1 1 0 4.2A2.1 2.1 0 0 1 12.9 8A2.1 2.1 0 0 1 15 5.9M1 10v2h8v-2zm14 3c-2.67 0-8 1.33-8 4v3h16v-3c0-2.67-5.33-4-8-4m0 1.9c2.97 0 6.1 1.46 6.1 2.1v1.1H8.9V17c0-.64 3.1-2.1 6.1-2.1'/%3E%3C/svg%3E")}.i-mdi-account-minus-outline,.i-mdi-account-plus-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-account-plus-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 4a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4m0 1.9a2.1 2.1 0 1 1 0 4.2A2.1 2.1 0 0 1 12.9 8A2.1 2.1 0 0 1 15 5.9M4 7v3H1v2h3v3h2v-3h3v-2H6V7zm11 6c-2.67 0-8 1.33-8 4v3h16v-3c0-2.67-5.33-4-8-4m0 1.9c2.97 0 6.1 1.46 6.1 2.1v1.1H8.9V17c0-.64 3.1-2.1 6.1-2.1'/%3E%3C/svg%3E")}.i-mdi-alert-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E")}.i-mdi-alert-circle,.i-mdi-alert-circle-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-alert-circle-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 15h2v2h-2zm0-8h2v6h-2zm1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8'/%3E%3C/svg%3E")}.i-mdi-arrow-forward{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 11v2h12l-5.5 5.5l1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5L16 11z'/%3E%3C/svg%3E")}.i-mdi-arrow-forward,.i-mdi-arrow-left{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-arrow-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 11v2H8l5.5 5.5l-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5L8 11z'/%3E%3C/svg%3E")}.i-mdi-card-account-details-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 3H2c-1.09.04-1.96.91-2 2v14c.04 1.09.91 1.96 2 2h20c1.09-.04 1.96-.91 2-2V5a2.074 2.074 0 0 0-2-2m0 16H2V5h20zm-8-2v-1.25c0-1.66-3.34-2.5-5-2.5s-5 .84-5 2.5V17zM9 7a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 9 12a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 9 7m5 0v1h6V7zm0 2v1h6V9zm0 2v1h4v-1z'/%3E%3C/svg%3E")}.i-mdi-card-account-details-outline,.i-mdi-check-circle-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-check-circle-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4l8-8z'/%3E%3C/svg%3E")}.i-mdi-chevron-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15.41 16.58L10.83 12l4.58-4.59L14 6l-6 6l6 6z'/%3E%3C/svg%3E")}.i-mdi-chevron-left,.i-mdi-chevron-right{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-chevron-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.59 16.58L13.17 12L8.59 7.41L10 6l6 6l-6 6z'/%3E%3C/svg%3E")}.i-mdi-clock-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8a8 8 0 0 0-8 8a8 8 0 0 0 8 8m0-18a10 10 0 0 1 10 10a10 10 0 0 1-10 10C6.47 22 2 17.5 2 12A10 10 0 0 1 12 2m.5 5v5.25l4.5 2.67l-.75 1.23L11 13V7z'/%3E%3C/svg%3E")}.i-mdi-clock-outline,.i-mdi-close{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z'/%3E%3C/svg%3E")}.i-mdi-clouds{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19.19 12.07c.5-.53.81-1.25.81-2.07c0-1.7-1.3-3.16-3-3.16h-2.8C14.2 4.17 12.03 2 9.36 2c-2.05 0-3.8 1.28-4.51 3.08A3.967 3.967 0 0 0 1 9.04A3.97 3.97 0 0 0 4.96 13H8.1c-.06.33-.1.66-.1 1h-.5C5.57 14 4 15.57 4 17.5S5.57 21 7.5 21h11c2.5 0 4.5-2 4.5-4.5c0-2.24-1.66-4.09-3.81-4.43M18.5 19h-11c-.83 0-1.5-.67-1.5-1.5S6.67 16 7.5 16H10v-2c0-1.93 1.57-3.5 3.5-3.5S17 12.07 17 14h1.5a2.5 2.5 0 0 1 0 5'/%3E%3C/svg%3E")}.i-mdi-clouds,.i-mdi-content-copy{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-content-copy{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 21H8V7h11m0-2H8a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-3-4H4a2 2 0 0 0-2 2v14h2V3h12z'/%3E%3C/svg%3E")}.i-mdi-content-save-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V7zm2 16H5V5h11.17L19 7.83zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3M6 6h9v4H6z'/%3E%3C/svg%3E")}.i-mdi-content-save-outline,.i-mdi-controller{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-controller{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.97 16L5 19c-.33.3-.77.5-1.25.5A1.75 1.75 0 0 1 2 17.75v-.25l1-7.38A4.524 4.524 0 0 1 7.5 6h9c2.36 0 4.29 1.81 4.5 4.12l1 7.38v.25a1.75 1.75 0 0 1-1.75 1.75c-.48 0-.92-.2-1.25-.5l-2.97-3zM7 8v2H5v1h2v2h1v-2h2v-1H8V8zm9.5 0a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75m-1.75 1.75a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75m3.5 0a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75M16.5 11.5a.75.75 0 0 0-.75.75a.75.75 0 0 0 .75.75a.75.75 0 0 0 .75-.75a.75.75 0 0 0-.75-.75'/%3E%3C/svg%3E")}.i-mdi-cube-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15L6.04 7.5L12 10.85l5.96-3.35zM5 15.91l6 3.38v-6.71L5 9.21zm14 0v-6.7l-6 3.37v6.71z'/%3E%3C/svg%3E")}.i-mdi-cube-outline,.i-mdi-devices{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-devices{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 6h18V4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3zm10 6H9v1.78c-.61.55-1 1.33-1 2.22s.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22zm-2 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5M22 8h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V9c0-.5-.5-1-1-1m-1 10h-4v-8h4z'/%3E%3C/svg%3E")}.i-mdi-download{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5 20h14v-2H5m14-9h-4V3H9v6H5l7 7z'/%3E%3C/svg%3E")}.i-mdi-download,.i-mdi-earth{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-earth{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17.9 17.39c-.26-.8-1.01-1.39-1.9-1.39h-1v-3a1 1 0 0 0-1-1H8v-2h2a1 1 0 0 0 1-1V7h2a2 2 0 0 0 2-2v-.41a7.984 7.984 0 0 1 2.9 12.8M11 19.93c-3.95-.49-7-3.85-7-7.93c0-.62.08-1.22.21-1.79L9 15v1a2 2 0 0 0 2 2m1-16A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E")}.i-mdi-email{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m20 8l-8 5l-8-5V6l8 5l8-5m0-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2'/%3E%3C/svg%3E")}.i-mdi-email,.i-mdi-eye-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-eye-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 9a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m0-4.5c5 0 9.27 3.11 11 7.5c-1.73 4.39-6 7.5-11 7.5S2.73 16.39 1 12c1.73-4.39 6-7.5 11-7.5M3.18 12a9.821 9.821 0 0 0 17.64 0a9.821 9.821 0 0 0-17.64 0'/%3E%3C/svg%3E")}.i-mdi-filter-plus-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 17h3v-3h2v3h3v2h-3v3h-2v-3h-3zm-2 2.88c.04.3-.06.62-.28.83c-.4.39-1.03.39-1.42 0L7.29 16.7a.99.99 0 0 1-.29-.83v-5.12L2.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L13 10.75zM5.04 5L9 10.07v5.51l2 2v-7.53L14.96 5z'/%3E%3C/svg%3E")}.i-mdi-filter-plus-outline,.i-mdi-flag-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-flag-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12.36 6l.4 2H18v6h-3.36l-.4-2H7V6zM14 4H5v17h2v-7h5.6l.4 2h7V6h-5.6'/%3E%3C/svg%3E")}.i-mdi-folder-zip{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-2 6h-2v2h2v2h-2v2h-2v-2h2v-2h-2v-2h2v-2h-2V8h2v2h2z'/%3E%3C/svg%3E")}.i-mdi-folder-zip,.i-mdi-gear{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-gear{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 15.5A3.5 3.5 0 0 1 8.5 12A3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97s-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64z'/%3E%3C/svg%3E")}.i-mdi-gender-female{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 4a6 6 0 0 1 6 6c0 2.97-2.16 5.44-5 5.92V18h2v2h-2v2h-2v-2H9v-2h2v-2.08c-2.84-.48-5-2.95-5-5.92a6 6 0 0 1 6-6m0 2a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4'/%3E%3C/svg%3E")}.i-mdi-gender-female,.i-mdi-gender-male{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-gender-male{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 9c1.29 0 2.5.41 3.47 1.11L17.58 5H13V3h8v8h-2V6.41l-5.11 5.09c.7 1 1.11 2.2 1.11 3.5a6 6 0 0 1-6 6a6 6 0 0 1-6-6a6 6 0 0 1 6-6m0 2a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4'/%3E%3C/svg%3E")}.i-mdi-heart{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53z'/%3E%3C/svg%3E")}.i-mdi-heart,.i-mdi-heart-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-heart-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12.1 18.55l-.1.1l-.11-.1C7.14 14.24 4 11.39 4 8.5C4 6.5 5.5 5 7.5 5c1.54 0 3.04 1 3.57 2.36h1.86C13.46 6 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5c0 2.89-3.14 5.74-7.9 10.05M16.5 3c-1.74 0-3.41.81-4.5 2.08C10.91 3.81 9.24 3 7.5 3C4.42 3 2 5.41 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32C18.6 15.36 22 12.27 22 8.5C22 5.41 19.58 3 16.5 3'/%3E%3C/svg%3E")}.i-mdi-image-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 19H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5.04 9.29l-2.75 3.54l-1.96-2.36L6.5 17h11z'/%3E%3C/svg%3E")}.i-mdi-image-outline,.i-mdi-image-search-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-image-search-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15.5 9c.7 0 1.29-.24 1.77-.73c.49-.48.73-1.07.73-1.77c0-.67-.24-1.27-.73-1.77c-.48-.5-1.07-.73-1.77-.73c-.67 0-1.27.23-1.77.73S13 5.83 13 6.5c0 .7.23 1.29.73 1.77c.5.49 1.1.73 1.77.73m3.81-.09l3.1 3.09L21 13.41l-3.14-3.1c-.78.47-1.58.69-2.39.69c-1.25 0-2.31-.42-3.17-1.3c-.85-.87-1.3-1.93-1.3-3.2c0-1.23.45-2.3 1.33-3.17C13.2 2.45 14.27 2 15.5 2c1.27 0 2.33.45 3.2 1.33c.88.87 1.3 1.94 1.3 3.17c0 .83-.22 1.63-.69 2.41M16.5 18h-11l2.75-3.5l1.97 2.33l2.72-3.52zm1.5-5l2 2v5c0 .55-.19 1-.59 1.4c-.41.39-.88.6-1.41.6H4c-.55 0-1-.21-1.4-.6c-.39-.4-.6-.85-.6-1.4V6c0-.53.21-1 .6-1.41C3 4.19 3.45 4 4 4h5.5c-.3.64-.47 1.31-.5 2H4v14h14z'/%3E%3C/svg%3E")}.i-mdi-information-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 9h2V7h-2m1 13c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m-1 15h2v-6h-2z'/%3E%3C/svg%3E")}.i-mdi-information-outline,.i-mdi-key-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-key-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 18h-6v-3h-1.7c-1.1 2.4-3.6 4-6.3 4c-3.9 0-7-3.1-7-7s3.1-7 7-7c2.7 0 5.2 1.6 6.3 4H24v6h-3zm-4-2h2v-3h3v-2H11.9l-.2-.7C11 8.3 9.1 7 7 7c-2.8 0-5 2.2-5 5s2.2 5 5 5c2.1 0 4-1.3 4.7-3.3l.2-.7H17zM7 15c-1.7 0-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3s-1.3 3-3 3m0-4c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1'/%3E%3C/svg%3E")}.i-mdi-key-variant{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 18v4h-4v-3h-3v-3h-3l-2.26-2.26c-.55.17-1.13.26-1.74.26a6 6 0 0 1-6-6a6 6 0 0 1 6-6a6 6 0 0 1 6 6c0 .61-.09 1.19-.26 1.74zM7 5a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2'/%3E%3C/svg%3E")}.i-mdi-key-variant,.i-mdi-lock,.i-mdi-secure{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-lock,.i-mdi-secure{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 17a2 2 0 0 0 2-2a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2m6-9a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h1V6a5 5 0 0 1 5-5a5 5 0 0 1 5 5v2zm-6-5a3 3 0 0 0-3 3v2h6V6a3 3 0 0 0-3-3'/%3E%3C/svg%3E")}.i-mdi-lock-open{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18 8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h9V6a3 3 0 0 0-3-3a3 3 0 0 0-3 3H7a5 5 0 0 1 5-5a5 5 0 0 1 5 5v2zm-6 9a2 2 0 0 0 2-2a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2'/%3E%3C/svg%3E")}.i-mdi-lock-open,.i-mdi-logout{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-logout{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5M4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4z'/%3E%3C/svg%3E")}.i-mdi-magnify{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5l-1.5 1.5l-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16A6.5 6.5 0 0 1 3 9.5A6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14S14 12 14 9.5S12 5 9.5 5'/%3E%3C/svg%3E")}.i-mdi-magnify,.i-mdi-map-marker-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-map-marker-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 6.5A2.5 2.5 0 0 1 14.5 9a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 9A2.5 2.5 0 0 1 12 6.5M12 2a7 7 0 0 1 7 7c0 5.25-7 13-7 13S5 14.25 5 9a7 7 0 0 1 7-7m0 2a5 5 0 0 0-5 5c0 1 0 3 5 9.71C17 12 17 10 17 9a5 5 0 0 0-5-5'/%3E%3C/svg%3E")}.i-mdi-menu{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z'/%3E%3C/svg%3E")}.i-mdi-menu,.i-mdi-open-in-new{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-open-in-new{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14 3v2h3.59l-9.83 9.83l1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2z'/%3E%3C/svg%3E")}.i-mdi-pencil-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m14.06 9l.94.94L5.92 19H5v-.92zm3.6-6c-.25 0-.51.1-.7.29l-1.83 1.83l3.75 3.75l1.83-1.83c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29m-3.6 3.19L3 17.25V21h3.75L17.81 9.94z'/%3E%3C/svg%3E")}.i-mdi-pencil-outline,.i-mdi-play{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-play{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8 5.14v14l11-7z'/%3E%3C/svg%3E")}.i-mdi-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E")}.i-mdi-plus,.i-mdi-refresh{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-refresh{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17.65 6.35A7.96 7.96 0 0 0 12 4a8 8 0 0 0-8 8a8 8 0 0 0 8 8c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0 1 12 18a6 6 0 0 1-6-6a6 6 0 0 1 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4z'/%3E%3C/svg%3E")}.i-mdi-server{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 1h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1m0 8h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1m0 8h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1M9 5h1V3H9zm0 8h1v-2H9zm0 8h1v-2H9zM5 3v2h2V3zm0 8v2h2v-2zm0 8v2h2v-2z'/%3E%3C/svg%3E")}.i-mdi-server,.i-mdi-share-variant-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-share-variant-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81c1.66 0 3-1.34 3-3s-1.34-3-3-3s-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.15c-.05.21-.08.43-.08.66c0 1.61 1.31 2.91 2.92 2.91s2.92-1.3 2.92-2.91s-1.31-2.92-2.92-2.92M18 4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1M6 13c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m12 7c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1'/%3E%3C/svg%3E")}.i-mdi-shield-check-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 11c0 5.55-3.84 10.74-9 12c-5.16-1.26-9-6.45-9-12V5l9-4l9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m-2-4l-4-4l1.41-1.41L10 14.17l6.59-6.59L18 9'/%3E%3C/svg%3E")}.i-mdi-shield-check-outline,.i-mdi-shield-lock-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-shield-lock-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 11c0 5.55-3.84 10.74-9 12c-5.16-1.26-9-6.45-9-12V5l9-4l9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m2.8-10V9.5C14.8 8.1 13.4 7 12 7S9.2 8.1 9.2 9.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3V9.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3z'/%3E%3C/svg%3E")}.i-mdi-shield-plus-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 20v2.97h-2V20h-3v-2h3v-3h2v3h3v2zm2-9c0 .9-.1 1.78-.29 2.65c-.58-.3-1.21-.5-1.9-.6c.12-.6.19-1.22.19-1.83V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21l.31-.09c.19.62.52 1.2.91 1.71L12 23c-5.16-1.26-9-6.45-9-12V5l9-4l9 4z'/%3E%3C/svg%3E")}.i-mdi-shield-plus-outline,.i-mdi-shield-remove-outline{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-shield-remove-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m19.43 19l2.07 2.11l-1.38 1.39l-2.09-2.09l-2.12 2.12l-1.41-1.42L16.61 19l-2.11-2.14l1.38-1.39L18 17.59l2.12-2.12l1.43 1.43zM21 11c0 .9-.1 1.78-.29 2.65c-.58-.3-1.21-.5-1.9-.6c.12-.6.19-1.22.19-1.83V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21l.31-.09c.19.62.52 1.2.91 1.71L12 23c-5.16-1.26-9-6.45-9-12V5l9-4l9 4z'/%3E%3C/svg%3E")}.i-mdi-speedometer{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 16a3 3 0 0 1-3-3c0-1.12.61-2.1 1.5-2.61l9.71-5.62l-5.53 9.58c-.5.98-1.51 1.65-2.68 1.65m0-13c1.81 0 3.5.5 4.97 1.32l-2.1 1.21C14 5.19 13 5 12 5a8 8 0 0 0-8 8c0 2.21.89 4.21 2.34 5.65h.01c.39.39.39 1.02 0 1.41s-1.03.39-1.42.01A9.97 9.97 0 0 1 2 13A10 10 0 0 1 12 3m10 10c0 2.76-1.12 5.26-2.93 7.07c-.39.38-1.02.38-1.41-.01a.996.996 0 0 1 0-1.41A7.95 7.95 0 0 0 20 13c0-1-.19-2-.54-2.9L20.67 8C21.5 9.5 22 11.18 22 13'/%3E%3C/svg%3E")}.i-mdi-speedometer,.i-mdi-star{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-star{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2L9.19 8.62L2 9.24l5.45 4.73L5.82 21z'/%3E%3C/svg%3E")}.i-mdi-trash-can-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3zM7 6h10v13H7zm2 2v9h2V8zm4 0v9h2V8z'/%3E%3C/svg%3E")}.i-mdi-trash-can-outline,.i-mdi-window-maximize{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-mdi-window-maximize{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 4h16v16H4zm2 4v10h12V8z'/%3E%3C/svg%3E")}.i-ri-bluesky-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 11.388c-.906-1.761-3.372-5.044-5.665-6.662c-2.197-1.55-3.034-1.283-3.583-1.033C2.116 3.978 2 4.955 2 5.528c0 .575.315 4.709.52 5.4c.68 2.28 3.094 3.05 5.32 2.803c-3.26.483-6.157 1.67-2.36 5.898c4.178 4.325 5.726-.927 6.52-3.59c.794 2.663 1.708 7.726 6.444 3.59c3.556-3.59.977-5.415-2.283-5.898c2.225.247 4.64-.523 5.319-2.803c.205-.69.52-4.825.52-5.399c0-.575-.116-1.55-.752-1.838c-.549-.248-1.386-.517-3.583 1.033c-2.293 1.621-4.76 4.904-5.665 6.664'/%3E%3C/svg%3E")}.i-ri-bluesky-fill,.i-ri-discord-fill{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-ri-discord-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19.303 5.337A17.3 17.3 0 0 0 14.963 4c-.191.329-.403.775-.552 1.125a16.6 16.6 0 0 0-4.808 0C9.454 4.775 9.23 4.329 9.05 4a17 17 0 0 0-4.342 1.337C1.961 9.391 1.218 13.35 1.59 17.255a17.7 17.7 0 0 0 5.318 2.664a13 13 0 0 0 1.136-1.836c-.627-.234-1.22-.52-1.794-.86c.149-.106.297-.223.435-.34c3.46 1.582 7.207 1.582 10.624 0c.149.117.287.234.435.34c-.573.34-1.167.626-1.793.86a13 13 0 0 0 1.135 1.836a17.6 17.6 0 0 0 5.318-2.664c.457-4.52-.722-8.448-3.1-11.918M8.52 14.846c-1.04 0-1.889-.945-1.889-2.101s.828-2.102 1.89-2.102c1.05 0 1.91.945 1.888 2.102c0 1.156-.838 2.1-1.889 2.1m6.974 0c-1.04 0-1.89-.945-1.89-2.101s.828-2.102 1.89-2.102c1.05 0 1.91.945 1.889 2.102c0 1.156-.828 2.1-1.89 2.1'/%3E%3C/svg%3E")}.i-ri-instagram-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.028 2c1.125.003 1.696.009 2.189.023l.194.007c.224.008.445.018.712.03c1.064.05 1.79.218 2.427.465c.66.254 1.216.598 1.772 1.153a4.9 4.9 0 0 1 1.153 1.772c.247.637.415 1.363.465 2.428c.012.266.022.487.03.712l.006.194c.015.492.021 1.063.023 2.188l.001.746v1.31a79 79 0 0 1-.023 2.188l-.006.194c-.008.225-.018.446-.03.712c-.05 1.065-.22 1.79-.466 2.428a4.9 4.9 0 0 1-1.153 1.772a4.9 4.9 0 0 1-1.772 1.153c-.637.247-1.363.415-2.427.465l-.712.03l-.194.006c-.493.014-1.064.021-2.189.023l-.746.001h-1.309a78 78 0 0 1-2.189-.023l-.194-.006a63 63 0 0 1-.712-.031c-1.064-.05-1.79-.218-2.428-.465a4.9 4.9 0 0 1-1.771-1.153a4.9 4.9 0 0 1-1.154-1.772c-.247-.637-.415-1.363-.465-2.428l-.03-.712l-.005-.194A79 79 0 0 1 2 13.028v-2.056a79 79 0 0 1 .022-2.188l.007-.194c.008-.225.018-.446.03-.712c.05-1.065.218-1.79.465-2.428A4.9 4.9 0 0 1 3.68 3.678a4.9 4.9 0 0 1 1.77-1.153c.638-.247 1.363-.415 2.428-.465c.266-.012.488-.022.712-.03l.194-.006a79 79 0 0 1 2.188-.023zM12 7a5 5 0 1 0 0 10a5 5 0 0 0 0-10m0 2a3 3 0 1 1 .001 6a3 3 0 0 1 0-6m5.25-3.5a1.25 1.25 0 0 0 0 2.5a1.25 1.25 0 0 0 0-2.5'/%3E%3C/svg%3E")}.i-ri-instagram-fill,.i-ri-reddit-fill{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-ri-reddit-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12.001 22c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10m6.67-10a1.46 1.46 0 0 0-2.47-1a7.1 7.1 0 0 0-3.85-1.23l.65-3.12l2.14.45a1 1 0 1 0 .13-.61L12.821 6a.31.31 0 0 0-.37.24l-.74 3.47a7.14 7.14 0 0 0-3.9 1.23a1.46 1.46 0 1 0-1.61 2.39a3 3 0 0 0 0 .44c0 2.24 2.61 4.06 5.83 4.06s5.83-1.82 5.83-4.06a3 3 0 0 0 0-.44a1.46 1.46 0 0 0 .81-1.33m-10 1a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5.81 2.75a3.84 3.84 0 0 1-2.47.77a3.84 3.84 0 0 1-2.47-.77a.27.27 0 0 1 .38-.38a3.27 3.27 0 0 0 2.08.63a3.28 3.28 0 0 0 2.09-.61a.28.28 0 1 1 .39.4zm-.18-1.71a1 1 0 1 1 1-1a1 1 0 0 1-1.01 1.04z'/%3E%3C/svg%3E")}.i-ri-steam-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12.005 2c-5.25 0-9.556 4.05-9.964 9.198l5.36 2.214a2.8 2.8 0 0 1 1.593-.491q.08.001.157.005l2.384-3.452v-.049c0-2.08 1.69-3.77 3.77-3.77a3.776 3.776 0 0 1 3.77 3.773c0 2.08-1.691 3.77-3.77 3.77h-.087l-3.397 2.426l.003.133A2.826 2.826 0 0 1 9 18.587a2.844 2.844 0 0 1-2.775-2.273l-3.838-1.589C3.574 18.923 7.428 22 12.006 22c5.522 0 9.998-4.477 9.998-10S17.527 2 12.005 2M7.08 16.667c.218.452.595.832 1.095 1.041a2.126 2.126 0 0 0 2.78-2.77a2.123 2.123 0 0 0-2.712-1.178l1.269.526a1.565 1.565 0 0 1-1.204 2.889zm10.74-7.245a2.516 2.516 0 0 0-2.513-2.512a2.513 2.513 0 1 0 2.513 2.512M15.312 7.53A1.89 1.89 0 0 1 17.2 9.418a1.89 1.89 0 0 1-1.888 1.888a1.887 1.887 0 1 1 0-3.776'/%3E%3C/svg%3E")}.i-ri-steam-fill,.i-ri-tiktok-fill{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-ri-tiktok-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16 8.245V15.5a6.5 6.5 0 1 1-5-6.326v3.163a3.5 3.5 0 1 0 2 3.163V2h3a5 5 0 0 0 5 5v3a7.97 7.97 0 0 1-5-1.755'/%3E%3C/svg%3E")}.i-ri-twitter-x-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m17.687 3.063l-4.996 5.711l-4.32-5.711H2.112l7.477 9.776l-7.086 8.099h3.034l5.469-6.25l4.78 6.25h6.102l-7.794-10.304l6.625-7.571zm-1.064 16.06L5.654 4.782h1.803l10.846 14.34z'/%3E%3C/svg%3E")}.i-ri-twitter-x-fill,.i-ri-youtube-fill{background-color:currentColor;color:inherit;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;width:1em}.i-ri-youtube-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12.244 4c.534.003 1.87.016 3.29.073l.504.022c1.429.067 2.857.183 3.566.38c.945.266 1.687 1.04 1.938 2.022c.4 1.56.45 4.602.456 5.339l.001.152v.174c-.007.737-.057 3.78-.457 5.339c-.254.985-.997 1.76-1.938 2.022c-.709.197-2.137.313-3.566.38l-.504.023c-1.42.056-2.756.07-3.29.072l-.235.001h-.255c-1.13-.007-5.856-.058-7.36-.476c-.944-.266-1.687-1.04-1.938-2.022c-.4-1.56-.45-4.602-.456-5.339v-.326c.006-.737.056-3.78.456-5.339c.254-.985.997-1.76 1.939-2.021c1.503-.419 6.23-.47 7.36-.476zM9.999 8.5v7l6-3.5z'/%3E%3C/svg%3E")}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.visible{visibility:visible}.relative{position:relative}.grid{display:grid}.grid-cols-\[6fr_4fr\]{grid-template-columns:6fr 4fr}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.my{margin-bottom:1rem;margin-top:1rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.w-full{width:100%}.flex{display:flex}.flex-shrink{flex-shrink:1}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.table{display:table}.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)) rotate(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))}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.gap-0{gap:0}.gap-2{gap:.5rem}.border{border-width:1px}.p-2{padding:.5rem}.py-0{padding-bottom:0;padding-top:0}.py-4{padding-bottom:1rem;padding-top:1rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.pt-0{padding-top:0}.text-center{text-align:center}.text-3xl{font-size:1.875rem;line-height:2.25rem}.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)}