:root{--font-family:"Inter", sans-serif;--theme-color-rgb:32, 142, 184;--theme-color-1:#208eb8;--theme-color-2:#37bbdd;--background-color-1:#132a33;--background-color-2:#0c1d27;--text-color-1:#e4e6e6;--text-color-2:#afb6b6;--blue:134, 206, 235;--red:255, 99, 99;--orange:255, 165, 0;--green:51, 177, 104}.skip-link{background:var(--theme-color-1);color:#fff;z-index:10000;border-radius:0 0 .25rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:top .2s;position:absolute;top:-100%;left:0}.skip-link:focus{top:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:2px solid var(--theme-color-2);outline-offset:2px}:focus:not(:focus-visible){outline:none}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton{background:linear-gradient(90deg, var(--background-color-2) 25%, rgba(var(--blue), .1) 50%, var(--background-color-2) 75%);background-size:200% 100%;border-radius:.25rem}.skeleton.animate{animation:1.5s infinite shimmer}.skeleton.circular{border-radius:50%}body{font-family:var(--font-family), sans-serif;background-color:var(--background-color-1);color:var(--text-color-1);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;margin:0}*{box-sizing:border-box}[title]{position:relative}[title]:hover:after{font-family:var(--font-family), sans-serif;content:attr(title);color:var(--text-color-1);text-transform:none;z-index:1000;white-space:nowrap;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#141414fa 0%,#0a0a0afa 100%);border-radius:.5rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;animation:.15s cubic-bezier(.4,0,.2,1) forwards tooltipFadeIn;position:absolute;bottom:calc(100% + 8px);left:50%;translate:-50%;box-shadow:0 4px 12px #00000080,0 0 0 1px #ffffff1a}.title-full-right[title]:hover:after{left:unset;top:50%;right:0;translate:0 -50%}.title-left[title]:hover:after{left:0;translate:0}.title-right[title]:hover:after{left:unset;right:0;translate:0}.title-bottom[title]:hover:after{top:calc(100% + 8px);bottom:unset;translate:-50%}[title]:hover:before{content:"";z-index:1000;pointer-events:none;border-top:6px solid #141414fa;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;animation:.15s cubic-bezier(.4,0,.2,1) forwards tooltipFadeIn;position:absolute;bottom:calc(100% + 2px);left:50%;translate:-50%}.title-left[title]:hover:before{left:12px;translate:0}.title-right[title]:hover:before{left:unset;right:12px;translate:0}.title-bottom[title]:hover:before{top:unset;bottom:-8px;translate:-50%;rotate:180deg}@keyframes tooltipFadeIn{0%{opacity:0;scale:.95}to{opacity:1;scale:1}}svg{display:block}a{color:var(--theme-color-2);text-underline-offset:2px;text-decoration-thickness:1px;transition:all .2s}a:hover,a:focus-visible{color:rgb(var(--theme-color-rgb));text-decoration:none}small{color:var(--text-color-2)}strong{font-weight:500}.buttons{flex-direction:column;gap:.5em;display:flex}.container{grid-template-columns:repeat(12,1fr);gap:1rem;width:100%;margin:0 auto;display:grid}.col-1{grid-column:span 1}.col-2{grid-column:span 2}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}.col-9{grid-column:span 9}.col-10{grid-column:span 10}.col-11{grid-column:span 11}.col-12{grid-column:span 12}@media (width<=768px){.col-md-1{grid-column:span 1}.col-md-2{grid-column:span 2}.col-md-3{grid-column:span 3}.col-md-4{grid-column:span 4}.col-md-5{grid-column:span 5}.col-md-6{grid-column:span 6}.col-md-7{grid-column:span 7}.col-md-8{grid-column:span 8}.col-md-9{grid-column:span 9}.col-md-10{grid-column:span 10}.col-md-11{grid-column:span 11}.col-md-12{grid-column:span 12}}@media (width<=480px){.col-sm-1{grid-column:span 1}.col-sm-2{grid-column:span 2}.col-sm-3{grid-column:span 3}.col-sm-4{grid-column:span 4}.col-sm-5{grid-column:span 5}.col-sm-6{grid-column:span 6}.col-sm-7{grid-column:span 7}.col-sm-8{grid-column:span 8}.col-sm-9{grid-column:span 9}.col-sm-10{grid-column:span 10}.col-sm-11{grid-column:span 11}.col-sm-12{grid-column:span 12}}fieldset{border:none;border-top:1px solid #ffffff1a;margin:0;padding:.4em 0}legend{color:#fff;text-align:center;opacity:.5;padding:0 .75em;font-size:.9em;font-weight:500}label{color:var(--text-color-1);flex-direction:column;gap:.5rem;margin:.5rem 0;font-weight:500;display:flex}input[type=password],input[type=text],input[type=number],input[type=file],select,textarea{background-color:var(--background-color-1);width:100%;color:var(--text-color-1);font-family:var(--font-family), sans-serif;border:1px solid #ffffff1a;border-radius:.5rem;outline:none;padding:.65rem .75rem;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:block;box-shadow:0 2px 4px #0003}input[type=file]{cursor:pointer;background:linear-gradient(180deg, #ffffff0d, #ffffff05), var(--background-color-1);padding:.4rem .45rem}input[type=file]:hover{border-color:rgba(var(--theme-color-rgb), .35);box-shadow:0 4px 12px #0000003d}input[type=file]::file-selector-button{border:1px solid rgba(var(--theme-color-rgb), .25);background:linear-gradient(135deg, rgba(var(--theme-color-rgb), .22), rgba(var(--theme-color-rgb), .1));color:var(--text-color-1);font:inherit;letter-spacing:.01em;cursor:pointer;border-radius:.4rem;margin-right:.75rem;padding:.55rem .9rem;font-weight:500;transition:all .18s;box-shadow:inset 0 1px #ffffff14}input[type=file]::file-selector-button:hover{border-color:rgba(var(--theme-color-rgb), .45);background:linear-gradient(135deg, rgba(var(--theme-color-rgb), .3), rgba(var(--theme-color-rgb), .14));transform:translateY(-1px);box-shadow:0 6px 14px #0000002e,inset 0 1px #ffffff1a}input[type=file]::file-selector-button:active{transform:translateY(0);box-shadow:inset 0 1px 2px #0003}textarea{resize:vertical;min-height:100px}input[type=password]:focus,input[type=text]:focus,input[type=number]:focus,input[type=file]:focus,select:focus,textarea:focus{border-color:var(--theme-color-2);box-shadow:0 2px 8px rgba(var(--theme-color-rgb), .3), 0 0 0 3px rgba(var(--theme-color-rgb), .1)}label:has(.fail) input{border-bottom-color:rgb(var(--red))}input[disabled],select[disabled]{cursor:not-allowed;color:var(--text-color-2);border-bottom-color:#000}.success{color:rgb(var(--green))}.fail{color:rgb(var(--red))}button{font-family:var(--font-family), sans-serif}button.link{color:var(--theme-color-2);cursor:pointer;text-underline-offset:2px;background-color:#0000;border:none;margin:0;padding:0;font-size:.9rem;text-decoration-thickness:1px;transition:all .2s}button.link:hover,button.link:focus-visible{color:rgb(var(--theme-color-rgb));text-decoration:underline}.relative{min-height:15em;position:relative}.table-wrapper{background:#ffffff08;border:1px solid #ffffff14;border-radius:.75rem;position:relative;overflow:hidden}.table-container{scrollbar-width:thin;scrollbar-color:#fff3 transparent;background: linear-gradient(to right, var(--background-color-1) 20%, transparent) left center,  linear-gradient(to left, var(--background-color-1) 20%, transparent) right center,  linear-gradient(to right, #0000001f, transparent) left center,  linear-gradient(to left, #0000001f, transparent) right center;background-repeat:no-repeat;background-size:30px 100%,30px 100%,15px 100%,15px 100%;background-attachment:local,local,scroll,scroll;width:100%;position:relative;overflow-x:auto}.table-container::-webkit-scrollbar{height:8px}.table-container::-webkit-scrollbar-track{background:0 0}.table-container::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:#ffffff40}table{border-collapse:collapse;white-space:nowrap;width:100%}thead tr{border-bottom:1px solid rgba(var(--theme-color-rgb), .3);background:#00000026}tbody tr{border-bottom:1px solid #ffffff0f;transition:background-color .15s}tbody tr:hover{background-color:#ffffff0d}tbody tr:last-child{border-bottom:none}th,td{text-align:left;padding:.85rem 1rem}th{color:var(--text-color-1);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:600}th.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}th.clickable:hover{color:var(--theme-color-2)}.empty-state{text-align:center;color:var(--text-color-2);padding:2em 1em!important}.center{text-align:center}.right{text-align:right}.bold-500,.bold-600{font-weight:500}.caps{text-transform:capitalize}.statistics{justify-content:left;gap:2.5em;margin:.5em 0 1.5em;display:flex;overflow-x:auto}.statistic h2{color:var(--text-color-2);text-transform:uppercase;margin:0;font-size:.9rem;font-weight:500}.statistic div{margin-top:.5rem;font-size:1.6em}@media only screen and (width<=1000px){.statistics{flex-direction:column;gap:1.5em}.mobile-hide{display:none}}.item-grid{--shadow:2px 2px 10px #0003;grid-template-columns:1fr;gap:1em;display:grid}@media only screen and (width>=700px){.item-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (width>=1300px){.item-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (width>=1800px){.item-grid{grid-template-columns:repeat(4,1fr)}}.shop-grid{--shadow:2px 2px 10px #0003;grid-template-columns:1fr;gap:1em;display:grid}@media only screen and (width>=700px){.shop-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (width>=1300px){.shop-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (width>=1800px){.shop-grid{grid-template-columns:repeat(4,1fr)}}:root,:host{--fa-font-solid:normal 900 1em/1 "Font Awesome 7 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 7 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 7 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 7 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 7 Duotone";--fa-font-duotone-regular:normal 400 1em/1 "Font Awesome 7 Duotone";--fa-font-duotone-light:normal 300 1em/1 "Font Awesome 7 Duotone";--fa-font-duotone-thin:normal 100 1em/1 "Font Awesome 7 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 7 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-light:normal 300 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-slab-regular:normal 400 1em/1 "Font Awesome 7 Slab";--fa-font-slab-press-regular:normal 400 1em/1 "Font Awesome 7 Slab Press";--fa-font-whiteboard-semibold:normal 600 1em/1 "Font Awesome 7 Whiteboard";--fa-font-thumbprint-light:normal 300 1em/1 "Font Awesome 7 Thumbprint";--fa-font-notdog-solid:normal 900 1em/1 "Font Awesome 7 Notdog";--fa-font-notdog-duo-solid:normal 900 1em/1 "Font Awesome 7 Notdog Duo";--fa-font-etch-solid:normal 900 1em/1 "Font Awesome 7 Etch";--fa-font-graphite-thin:normal 100 1em/1 "Font Awesome 7 Graphite";--fa-font-jelly-regular:normal 400 1em/1 "Font Awesome 7 Jelly";--fa-font-jelly-fill-regular:normal 400 1em/1 "Font Awesome 7 Jelly Fill";--fa-font-jelly-duo-regular:normal 400 1em/1 "Font Awesome 7 Jelly Duo";--fa-font-chisel-regular:normal 400 1em/1 "Font Awesome 7 Chisel";--fa-font-utility-semibold:normal 600 1em/1 "Font Awesome 7 Utility";--fa-font-utility-duo-semibold:normal 600 1em/1 "Font Awesome 7 Utility Duo";--fa-font-utility-fill-semibold:normal 600 1em/1 "Font Awesome 7 Utility Fill"}.svg-inline--fa{box-sizing:content-box;display:var(--fa-display,inline-block);vertical-align:-.125em;height:1em;width:var(--fa-width,1.25em);overflow:visible}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.0714286em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left,.svg-inline--fa .fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.svg-inline--fa.fa-pull-right,.svg-inline--fa .fa-pull-end{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);inset-block-start:.25em;inset-inline-start:calc(-1 * var(--fa-li-width,2em))}.fa-layers-counter,.fa-layers-text{text-align:center;display:inline-block;position:absolute}.fa-layers{text-align:center;vertical-align:-.125em;height:1em;width:var(--fa-width,1.25em);display:inline-block;position:relative}.fa-layers .svg-inline--fa{transform-origin:50%;margin:auto;position:absolute;inset:0}.fa-layers-text{transform-origin:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:100% 0;overflow:hidden}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:100% 100%;top:auto}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:0 100%;top:auto;right:auto}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:100% 0}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:0 0}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{vertical-align:.225em;font-size:.625em;line-height:.1em}.fa-xs{vertical-align:.125em;font-size:.75em;line-height:.0833333em}.fa-sm{vertical-align:.0535715em;font-size:.875em;line-height:.0714286em}.fa-lg{vertical-align:-.075em;font-size:1.25em;line-height:.05em}.fa-xl{vertical-align:-.125em;font-size:1.5em;line-height:.0416667em}.fa-2xl{vertical-align:-.1875em;font-size:2em;line-height:.03125em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{text-align:center;width:var(--fa-li-width,2em);line-height:inherit;position:absolute;inset-inline-start:calc(-1 * var(--fa-li-width,2em))}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.0625em);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-right,.fa-pull-end{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28, .84, .42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4, 0, .6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4, 0, .6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{transition:none!important;animation:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1)translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.svg-inline--fa.fa-inverse{fill:var(--fa-inverse,#fff)}.fa-stack{vertical-align:middle;width:2.5em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-inverse{color:var(--fa-inverse,#fff)}.svg-inline--fa.fa-stack-1x{--fa-width:1.25em;height:1em;width:var(--fa-width)}.svg-inline--fa.fa-stack-2x{--fa-width:2.5em;height:2em;width:var(--fa-width)}.fa-stack-1x,.fa-stack-2x{z-index:var(--fa-stack-z-index,auto);margin:auto;position:absolute;inset:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(./inter-cyrillic-ext-300-normal.CgCALhwJ.woff2)format("woff2"),url(./inter-cyrillic-ext-300-normal.RId2JxDB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(./inter-cyrillic-300-normal.BnqRxXuy.woff2)format("woff2"),url(./inter-cyrillic-300-normal.LR1W_oT8.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(./inter-greek-ext-300-normal.l2DDyC6M.woff2)format("woff2"),url(./inter-greek-ext-300-normal.DLbbeei1.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(./inter-greek-300-normal.DmGD3g_f.woff2)format("woff2"),url(./inter-greek-300-normal.BrhSP0vQ.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(./inter-vietnamese-300-normal.Bdr24Bqb.woff2)format("woff2"),url(./inter-vietnamese-300-normal.DDGmYYdT.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(./inter-latin-ext-300-normal.CPgO9Ksf.woff2)format("woff2"),url(./inter-latin-ext-300-normal.Dp1L8vcn.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(./inter-latin-300-normal.BVlfKGgI.woff2)format("woff2"),url(./inter-latin-300-normal.i8F0SvXL.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-cyrillic-ext-400-normal.BQZuk6qB.woff2)format("woff2"),url(./inter-cyrillic-ext-400-normal.DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-cyrillic-400-normal.obahsSVq.woff2)format("woff2"),url(./inter-cyrillic-400-normal.HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-greek-ext-400-normal.DGGRlc-M.woff2)format("woff2"),url(./inter-greek-ext-400-normal.KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-greek-400-normal.B4URO6DV.woff2)format("woff2"),url(./inter-greek-400-normal.q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-vietnamese-400-normal.DMkecbls.woff2)format("woff2"),url(./inter-vietnamese-400-normal.Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-latin-ext-400-normal.C1nco2VV.woff2)format("woff2"),url(./inter-latin-ext-400-normal.77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-latin-400-normal.C38fXH4l.woff2)format("woff2"),url(./inter-latin-400-normal.CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-cyrillic-ext-500-normal.B0yAr1jD.woff2)format("woff2"),url(./inter-cyrillic-ext-500-normal.BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-cyrillic-500-normal.BasfLYem.woff2)format("woff2"),url(./inter-cyrillic-500-normal.CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-greek-ext-500-normal.C4iEst2y.woff2)format("woff2"),url(./inter-greek-ext-500-normal.2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-greek-500-normal.BIZE56-Y.woff2)format("woff2"),url(./inter-greek-500-normal.Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-vietnamese-500-normal.DOriooB6.woff2)format("woff2"),url(./inter-vietnamese-500-normal.mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-latin-ext-500-normal.CV4jyFjo.woff2)format("woff2"),url(./inter-latin-ext-500-normal.BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-latin-500-normal.Cerq10X2.woff2)format("woff2"),url(./inter-latin-500-normal.BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-cyrillic-ext-600-normal.Dfes3d0z.woff2)format("woff2"),url(./inter-cyrillic-ext-600-normal.Bcila6Z-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-cyrillic-600-normal.CWCymEST.woff2)format("woff2"),url(./inter-cyrillic-600-normal.4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-greek-ext-600-normal.DRtmH8MT.woff2)format("woff2"),url(./inter-greek-ext-600-normal.B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-greek-600-normal.plRanbMR.woff2)format("woff2"),url(./inter-greek-600-normal.BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-vietnamese-600-normal.Cc8MFFhd.woff2)format("woff2"),url(./inter-vietnamese-600-normal.BuLX-rYi.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-latin-ext-600-normal.D2bJ5OIk.woff2)format("woff2"),url(./inter-latin-ext-600-normal.CIVaiw4L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-latin-600-normal.LgqL8muc.woff2)format("woff2"),url(./inter-latin-600-normal.CiBQ2DWP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(./space-grotesk-vietnamese-600-normal.DUi7WF5p.woff2)format("woff2"),url(./space-grotesk-vietnamese-600-normal.D6zpsUhD.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(./space-grotesk-latin-ext-600-normal.DxxdqCpr.woff2)format("woff2"),url(./space-grotesk-latin-ext-600-normal.VcznFIpX.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(./space-grotesk-latin-600-normal.DjKNqYRj.woff2)format("woff2"),url(./space-grotesk-latin-600-normal.BflQw4A9.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}ul.svelte-1huo92h{margin:0;padding:0;list-style:none}h2.svelte-1huo92h{color:var(--text-color-2);text-transform:uppercase;letter-spacing:.05em;opacity:.8;margin:0;padding:.8em 1.2em;font-size:.75em;font-weight:600}a.svelte-1huo92h{color:var(--text-color-1);border-radius:.5rem;align-items:center;margin:.15em .5em;padding:.75em 1.2em;font-weight:400;text-decoration:none;transition:all .2s;display:flex;position:relative}.icon.svelte-1huo92h{justify-content:center;align-items:center;width:1.2em;height:1.2em;margin-right:.75em;transition:transform .2s;display:inline-flex}a.svelte-1huo92h:hover,a.svelte-1huo92h:focus-visible{color:var(--text-color-1);background-color:#ffffff14;transform:translate(2px)}a.svelte-1huo92h:hover .icon:where(.svelte-1huo92h){transform:scale(1.1)}a[aria-current=page].svelte-1huo92h{background:linear-gradient(90deg, rgba(var(--theme-color-rgb), .2) 0%, rgba(var(--theme-color-rgb), .1) 100%);color:var(--text-color-1);border-left:3px solid rgb(var(--theme-color-rgb));font-weight:500}.notifications-container.svelte-n5fib6{z-index:10300;flex-direction:column;gap:.5rem;width:25em;max-width:calc(100% - 2rem);display:flex;position:fixed;bottom:1rem;right:1rem}.notification.success.svelte-n5fib6{--rgb-color:var(--green);color:#fff}.notification.error.svelte-n5fib6{--rgb-color:var(--red);color:#fff}.notification.info.svelte-n5fib6{--rgb-color:var(--theme-color-rgb);color:#fff}.notification.warning.svelte-n5fib6{--rgb-color:255, 150, 0;color:#fff}.notification.svelte-n5fib6{--rgb-color:255, 255, 255;background-color:rgba(var(--rgb-color), .3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(var(--rgb-color), .2);text-shadow:2px 2px 8px #0003;border-radius:.5rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a,inset 0 1px #ffffff1a}.notification.svelte-n5fib6 p:where(.svelte-n5fib6){margin:0}.notification.svelte-n5fib6 button:where(.svelte-n5fib6){cursor:pointer;color:currentColor;opacity:.7;background:0 0;border:none;padding:.25rem}.notification.svelte-n5fib6 button:where(.svelte-n5fib6):hover{opacity:1}.timeout-bar.svelte-n5fib6{transform-origin:0;background:#ffffff80;width:100%;height:3px;animation:linear forwards svelte-n5fib6-shrink;position:absolute;bottom:0;left:0}@keyframes svelte-n5fib6-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.modal-backdrop.svelte-1ohsf66{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:10200;background:#00000026;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal.svelte-1ohsf66{background:var(--background-color-2);text-align:center;border-radius:1rem;width:calc(100% - 4rem);max-width:400px;padding:1.5rem;box-shadow:0 5px 15px #0000004d}.modal-message.svelte-1ohsf66{margin-bottom:1.5rem;font-size:1.1rem;font-weight:500}.modal-buttons.svelte-1ohsf66{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.sr-only.svelte-1ohsf66{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.modal-backdrop.svelte-1t7t0og{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:10200;background:#00000026;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal.svelte-1t7t0og{background:var(--background-color-2);border-radius:1rem;width:calc(100% - 4rem);max-width:600px;padding:1.5rem;box-shadow:0 5px 15px #0000004d}.modal-message.svelte-1t7t0og{margin-bottom:1.5rem;font-size:1.1rem;font-weight:500}.modal-buttons.svelte-1t7t0og{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}p.svelte-1t7t0og{margin-top:0}.sr-only.svelte-1t7t0og{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}input.svelte-zhjnkv{color:var(--text-color-1);background:#0003;border:1px solid #fff3;border-radius:.5rem;padding:.75rem;font-size:1rem;transition:border-color .2s}input.svelte-zhjnkv:focus{border-color:var(--theme-color);outline:none}small.svelte-zhjnkv{color:var(--text-color-2);font-size:.875rem;font-weight:400}.button-group.svelte-zhjnkv{margin-bottom:.5rem}.decoded-address.svelte-zhjnkv{text-align:center;background:#0000004d;border-radius:.5rem;padding:.75rem;font-family:monospace;font-size:.9rem}.decoded-address.svelte-zhjnkv strong:where(.svelte-zhjnkv){color:var(--text-color-2);margin-bottom:.25rem;display:block}input.svelte-1h3pqcg{color:var(--text-color-1);background:#0003;border:1px solid #fff3;border-radius:.5rem;padding:.75rem;font-size:1rem;transition:border-color .2s}input.svelte-1h3pqcg:focus{border-color:var(--theme-color);outline:none}small.svelte-1h3pqcg{color:var(--text-color-2);font-size:.875rem;font-weight:400}.wallet-info.svelte-1h3pqcg{background:#0000004d;border-radius:.5rem;padding:.75rem;font-size:.9rem}.wallet-info.svelte-1h3pqcg strong:where(.svelte-1h3pqcg){color:var(--text-color-2);margin-bottom:.5rem;display:block}.wallet-info.svelte-1h3pqcg code:where(.svelte-1h3pqcg){word-break:break-all;color:var(--text-color-1);font-family:monospace}.button-group.svelte-1h3pqcg{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.5rem;display:grid}.transaction-info.svelte-1psmhth{border-left:3px solid var(--theme-color);background:#0000004d;border-radius:.5rem;padding:1.25rem}.info-header.svelte-1psmhth{text-transform:uppercase;letter-spacing:.05em;color:var(--text-color-2);margin-bottom:1rem;font-size:.75rem;font-weight:600}.transaction-details.svelte-1psmhth{flex-direction:column;gap:.75rem;display:flex}.detail-row.svelte-1psmhth{grid-template-columns:auto 1fr;align-items:center;gap:1rem;display:grid}.detail-label.svelte-1psmhth{color:var(--text-color-2);white-space:nowrap;font-size:.875rem}.detail-value.svelte-1psmhth{color:var(--text-color-1);text-align:right;word-break:break-all;font-size:.9375rem}.detail-value.amount.svelte-1psmhth{color:rgb(var(--theme-color-rgb));font-size:1rem;font-weight:700}.transaction-details.svelte-1psmhth code:where(.svelte-1psmhth){background:#ffffff1a;border-radius:.25rem;padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.875rem}.wallet-selector.svelte-1psmhth{flex-direction:column;gap:1rem;display:flex}input.svelte-1psmhth{color:var(--text-color-1);background:#0003;border:1px solid #fff3;border-radius:.5rem;padding:.75rem;font-size:1rem;transition:border-color .2s}input.svelte-1psmhth:focus{border-color:var(--theme-color);outline:none}small.svelte-1psmhth{color:var(--text-color-2);font-size:.875rem;font-weight:400}.mode-selector.svelte-1psmhth{background:#0003;border-radius:.5rem;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.25rem;display:grid}.mode-btn.svelte-1psmhth{color:var(--text-color-2);cursor:pointer;background:0 0;border:none;border-radius:.35rem;padding:.5rem;font-weight:500;transition:all .2s}.mode-btn.svelte-1psmhth:hover{color:var(--text-color-1);background:#ffffff1a}.mode-btn.active.svelte-1psmhth{background:rgba(var(--theme-color-rgb), .25);color:rgb(var(--theme-color-rgb))}.calculated-refund.svelte-1psmhth{background:linear-gradient(135deg, rgba(var(--theme-color-rgb), .15) 0%, rgba(var(--theme-color-rgb), .05) 100%);border:1px solid rgba(var(--theme-color-rgb), .3);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.calculated-refund.svelte-1psmhth strong:where(.svelte-1psmhth){color:var(--text-color-2)}.calculated-refund.svelte-1psmhth .amount:where(.svelte-1psmhth){color:rgb(var(--theme-color-rgb));font-size:1.25rem;font-weight:700}.install-prompt.svelte-dstqo3{z-index:999;background-color:rgba(var(--theme-color-rgb), .9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--theme-color-2);border-radius:.5rem;justify-content:space-between;align-items:center;gap:1rem;width:400px;max-width:calc(100% - 2rem);padding:.75rem 1rem;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000004d}.install-content.svelte-dstqo3{color:#fff;align-items:center;gap:.75rem;display:flex}.install-content.svelte-dstqo3 p:where(.svelte-dstqo3){margin:0;font-size:.9rem;font-weight:500}.install-actions.svelte-dstqo3{align-items:center;gap:.5rem;display:flex}.dismiss-btn.svelte-dstqo3{color:#fff;opacity:.7;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:opacity .2s;display:flex}.dismiss-btn.svelte-dstqo3:hover,.dismiss-btn.svelte-dstqo3:focus-visible{opacity:1}@media (width<=480px){.install-prompt.svelte-dstqo3{text-align:center;flex-direction:column;width:calc(100% - 2rem)}.install-content.svelte-dstqo3{flex-direction:column}.install-actions.svelte-dstqo3{justify-content:center;width:100%}}.update-banner.svelte-px9o6z{z-index:9999;background:var(--color-surface,#1a3a47);border:1px solid var(--color-primary,#208eb8);border-radius:8px;align-items:center;gap:1rem;max-width:calc(100% - 2rem);padding:.75rem 1rem;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.update-content.svelte-px9o6z{color:var(--color-text,#fff);align-items:center;gap:.5rem;display:flex}.update-actions.svelte-px9o6z{align-items:center;gap:.5rem;display:flex}.dismiss-btn.svelte-px9o6z{color:var(--color-text-muted,#aaa);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex}.dismiss-btn.svelte-px9o6z:hover{color:var(--color-text,#fff)}@media (width<=480px){.update-banner.svelte-px9o6z{text-align:center;flex-direction:column;gap:.75rem}.update-actions.svelte-px9o6z{justify-content:center;width:100%}}.api-status.svelte-1p5zxfg{display:inline-flex;position:relative}.status-button.svelte-1p5zxfg{color:var(--text-color-2);cursor:pointer;background:0 0;border:none;border-radius:.25rem;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.75rem;transition:color .2s,background .2s;display:flex}.status-button.svelte-1p5zxfg:hover,.status-button.svelte-1p5zxfg:focus-visible{color:var(--text-color-1);background:var(--background-color-2)}.icon.svelte-1p5zxfg{justify-content:center;align-items:center;transition:color .2s;display:inline-flex}.icon.spin.svelte-1p5zxfg{animation:1s linear infinite svelte-1p5zxfg-spin}@keyframes svelte-1p5zxfg-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.label.svelte-1p5zxfg{white-space:nowrap}.dropup.svelte-1p5zxfg{-webkit-backdrop-filter:blur(10px);z-index:1000;background:#0c1d2780;border:1px solid #ffffff1a;border-radius:.5rem;min-width:220px;margin-bottom:.5rem;padding:.75rem;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003,inset 0 1px #ffffff14}@media only screen and (width>=601px){.dropup.svelte-1p5zxfg{left:auto;right:0;transform:none}}.dropup-header.svelte-1p5zxfg{border-bottom:1px solid var(--border-color);color:var(--text-color-1);align-items:center;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem;font-size:.8rem;font-weight:500;display:flex}.kromer-warning.svelte-1p5zxfg{background:rgba(var(--yellow), .15);color:rgb(var(--yellow));border-radius:.25rem;align-items:center;gap:.4rem;margin-bottom:.5rem;padding:.4rem .5rem;font-size:.7rem;display:flex}.services-list.svelte-1p5zxfg{margin:0;padding:0;list-style:none}.service-item.svelte-1p5zxfg{align-items:center;gap:.5rem;padding:.35rem 0;font-size:.75rem;display:flex}.service-item.svelte-1p5zxfg:not(:last-child){border-bottom:1px solid var(--border-color)}.service-icon.svelte-1p5zxfg{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.service-icon.spin.svelte-1p5zxfg{animation:1s linear infinite svelte-1p5zxfg-spin}.service-name.svelte-1p5zxfg{color:var(--text-color-1);flex:1}.service-status.svelte-1p5zxfg{text-transform:capitalize;font-size:.7rem}.context-menu.svelte-1qculkr{z-index:10250;background-color:var(--background-color-2);border:1px solid #ffffff1a;border-radius:.5rem;min-width:180px;padding:.35rem;position:fixed;overflow:hidden;box-shadow:0 10px 40px #0006,0 0 0 1px #ffffff0d}.menu-item.svelte-1qculkr{width:100%;color:var(--text-color-1);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.35rem;align-items:center;gap:.75rem;padding:.6rem .75rem;font-family:inherit;font-size:.9rem;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.menu-item.svelte-1qculkr:hover:not(.disabled),.menu-item.svelte-1qculkr:focus-visible:not(.disabled){background-color:rgba(var(--theme-color-rgb), .2);color:#fff}.menu-item.disabled.svelte-1qculkr{opacity:.4;cursor:not-allowed}.icon.svelte-1qculkr{text-align:center;opacity:.7;width:1rem}.menu-item.svelte-1qculkr:hover:not(.disabled) .icon:where(.svelte-1qculkr),.menu-item.svelte-1qculkr:focus-visible:not(.disabled) .icon:where(.svelte-1qculkr){opacity:1}.label.svelte-1qculkr{flex:1}.separator.svelte-1qculkr{background-color:#ffffff1a;height:1px;margin:.35rem .5rem}.description.svelte-1p14inq{color:var(--text-color-2);margin:0}.error.svelte-1p14inq{color:rgb(var(--red));margin:0}.quick-code-label.svelte-1b45a{color:var(--text-color-1);flex-direction:column;gap:.5rem;margin-top:1rem;font-weight:600;display:flex}.quick-code-input.svelte-1b45a{letter-spacing:.34em;text-align:center;font-family:Space Grotesk,monospace;font-size:1.25rem;font-weight:600;transition:border-color .2s,box-shadow .2s,background-color .2s}.quick-code-input.svelte-1b45a::placeholder{color:var(--text-color-2);opacity:.5;letter-spacing:.2em}.quick-code-input.svelte-1b45a:hover{border-color:rgba(var(--theme-color-rgb), .6)}.quick-code-input.svelte-1b45a:focus-visible{border-color:rgba(var(--theme-color-rgb), .9);box-shadow:0 0 0 2px rgba(var(--theme-color-rgb), .25), 0 8px 20px #00000040;outline:none}header.svelte-12qhfyh{background-color:var(--background-color-2);border-bottom:.1em solid var(--theme-color-2);z-index:10000;align-items:center;width:100%;height:3.8rem;display:flex;position:fixed;top:0;left:0;box-shadow:0 0 1em #00000026}header.svelte-12qhfyh button:where(.svelte-12qhfyh){color:var(--text-color-2);cursor:pointer;background:0 0;border:none;padding:1rem}header.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fff;font-size:1.4em;text-decoration:none}header.svelte-12qhfyh a.logo:where(.svelte-12qhfyh){letter-spacing:.02em;font-family:Space Grotesk,sans-serif;font-weight:600;transition:opacity .2s}header.svelte-12qhfyh a.logo:where(.svelte-12qhfyh):hover{opacity:.85}.header-right.svelte-12qhfyh{align-items:center;gap:.25rem;margin-left:auto;display:flex}#main-navigation.svelte-12qhfyh{background-color:var(--background-color-2);width:250px;color:var(--text-color-1);z-index:999;transition:all .3s ease-in-out;position:fixed;top:3.8rem;bottom:0;left:0;overflow-y:auto;box-shadow:0 0 1em #00000026}#app.nav-hidden.svelte-12qhfyh #main-navigation:where(.svelte-12qhfyh){opacity:0;pointer-events:none;left:-250px}#content.svelte-12qhfyh{margin-top:3.8rem;margin-left:250px;padding:1rem;transition:margin-left .3s ease-in-out}#app.nav-hidden.svelte-12qhfyh #content:where(.svelte-12qhfyh){margin-left:0}@media only screen and (width<=768px){#content.svelte-12qhfyh{margin-left:0;padding:.75rem}}footer.svelte-12qhfyh{color:var(--text-color-2);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.5rem;margin-top:1rem;font-size:.8rem;display:flex}.footer-content.svelte-12qhfyh{text-align:left}.footer-status.svelte-12qhfyh{align-items:center;display:flex}@media only screen and (width<=600px){footer.svelte-12qhfyh{flex-direction:column;align-items:center}.footer-content.svelte-12qhfyh{text-align:center}}footer.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:.25rem 0}footer.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-color-2)}.offline-banner.svelte-12qhfyh{z-index:10000;text-align:center;background-color:rgba(var(--red), .8);color:#fff;padding:.5em 1em;font-size:.9rem;position:fixed;top:3.8rem;left:0;right:0}.offline-banner.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0}#main-content.svelte-12qhfyh:focus{outline:none}#quick-menu.svelte-12qhfyh{background-color:var(--background-color-2);z-index:10001;border:1px solid #ffffff1a;border-radius:.5rem;width:calc(100% - 1.5rem);max-width:20rem;padding:.6rem 1rem;position:fixed;top:4.5rem;right:.75rem;overflow:hidden;box-shadow:0 10px 40px #0006,0 0 0 1px #ffffff0d}#quick-menu.svelte-12qhfyh ul:where(.svelte-12qhfyh){margin:0;padding:0;list-style:none}#quick-menu.svelte-12qhfyh li:where(.svelte-12qhfyh){margin:0}#quick-menu.svelte-12qhfyh li.cta:where(.svelte-12qhfyh){margin-top:.35rem}#quick-menu.svelte-12qhfyh li.cta:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh),#quick-menu.svelte-12qhfyh li.cta:where(.svelte-12qhfyh) button:where(.svelte-12qhfyh){background-color:rgba(var(--theme-color-rgb), .16);border:1px solid rgba(var(--theme-color-rgb), .35);font-weight:600}#quick-menu.svelte-12qhfyh li.cta:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh) svg,#quick-menu.svelte-12qhfyh li.cta:where(.svelte-12qhfyh) button:where(.svelte-12qhfyh) svg{color:var(--theme-color-2)}#quick-menu.svelte-12qhfyh li:where(.svelte-12qhfyh) svg{color:var(--text-color-2)}#quick-menu.svelte-12qhfyh .minecraft-player:where(.svelte-12qhfyh){color:var(--text-color-1);border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;align-items:center;gap:.5rem;margin-top:.35rem;margin-bottom:.35rem;padding:.6rem 1rem;font-size:.95rem;display:flex}#quick-menu.svelte-12qhfyh .minecraft-player:where(.svelte-12qhfyh) img:where(.svelte-12qhfyh){border:1px solid #fff3;border-radius:50%;width:28px;height:28px}.not-logged-in.svelte-12qhfyh{color:var(--text-color-2);text-align:center;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;margin-top:.35rem;margin-bottom:.35rem;padding:.6rem 1rem;font-size:.95rem}#quick-menu.svelte-12qhfyh ul:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh),#quick-menu.svelte-12qhfyh ul:where(.svelte-12qhfyh) button:where(.svelte-12qhfyh){width:100%;color:var(--text-color-1);background:0 0;border:none;border-radius:.35rem;align-items:center;gap:.5em;padding:.6rem 1rem;font-size:.95rem;text-decoration:none;transition:background-color .15s,color .15s;display:flex}#quick-menu.svelte-12qhfyh ul:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover,#quick-menu.svelte-12qhfyh ul:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):focus-visible,#quick-menu.svelte-12qhfyh ul:where(.svelte-12qhfyh) button:where(.svelte-12qhfyh):hover,#quick-menu.svelte-12qhfyh ul:where(.svelte-12qhfyh) button:where(.svelte-12qhfyh):focus-visible{background-color:rgba(var(--theme-color-rgb), .2);color:#fff}#quick-menu.svelte-12qhfyh li.cta:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover,#quick-menu.svelte-12qhfyh li.cta:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):focus-visible,#quick-menu.svelte-12qhfyh li.cta:where(.svelte-12qhfyh) button:where(.svelte-12qhfyh):hover,#quick-menu.svelte-12qhfyh li.cta:where(.svelte-12qhfyh) button:where(.svelte-12qhfyh):focus-visible{background-color:rgba(var(--theme-color-rgb), .28);border-color:rgba(var(--theme-color-rgb), .6)}#quick-menu.svelte-12qhfyh .service-status:where(.svelte-12qhfyh){color:var(--text-color-2);justify-content:space-between;align-items:center;padding:.4rem .75rem;font-size:.95rem;font-weight:500;display:flex}#quick-menu.svelte-12qhfyh .status-indicator.status-connecting:where(.svelte-12qhfyh){--color:rgb(var(--yellow))}#quick-menu.svelte-12qhfyh .status-indicator.status-connected:where(.svelte-12qhfyh){--color:rgb(var(--green))}#quick-menu.svelte-12qhfyh .status-indicator.status-disconnected:where(.svelte-12qhfyh){--color:rgb(var(--orange))}#quick-menu.svelte-12qhfyh .status-indicator.status-error:where(.svelte-12qhfyh){--color:rgb(var(--red))}#quick-menu.svelte-12qhfyh .status-indicator:where(.svelte-12qhfyh){color:var(--color);text-transform:capitalize;border-radius:.25rem;padding:.15rem .4rem;font-size:.75rem}@media only screen and (width<=480px){#quick-menu.svelte-12qhfyh{min-width:min(12rem,100vw - 1rem);max-width:calc(100vw - 1rem);right:.5rem}}
