.light,:root{--colors-background-100:#e7e0d3;--colors-background-200:#f4f0e0;--colors-background-300:#e9e1c5;--colors-primary-100:#171614;--colors-primary-200:#2c2927;--colors-primary-300:#413d39;--colors-primary-400:#56514b;--colors-primary-500:#6b645e;--colors-accent-100:#f69312;--colors-accent-900:#fff;--colors-positive-100:#4cceac;--colors-positive-900:#fff;--colors-negative-100:#db4f4a;--colors-negative-900:#fff}.dark{--colors-background-100:#13191f;--colors-background-200:#212b36;--colors-background-300:#2e3842;--colors-primary-100:#f4f6fa;--colors-primary-200:#dee0e4;--colors-primary-300:#c8cacd;--colors-primary-400:#b2b4b7;--colors-primary-500:#9c9da0;--colors-accent-100:#4cceac;--colors-accent-900:#fff;--colors-positive-100:#4cceac;--colors-positive-900:#fff;--colors-negative-100:#db4f4a;--colors-negative-900:#fff}*{scroll-behavior:smooth;scrollbar-color:#6b645e #e7e0d3;scrollbar-color:var(--colors-primary-500) var(--colors-background-100);scrollbar-width:thin;text-underline-offset:.25rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#e7e0d3;background:var(--colors-background-100)}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:#6b645e;background:var(--colors-primary-500)}:root{--max-viewport-width:1920px}#www{align-items:center;bottom:0;display:flex;justify-content:center;left:0;margin:0 auto;max-width:1920px;max-width:var(--max-viewport-width);position:fixed;right:0;top:0}#www,.app{overflow:hidden;width:100%}.app{height:100%}.app,main{position:relative}main{max-height:100vh;max-height:100dvh;min-height:100vh;min-height:100dvh;overflow-x:hidden;width:100%}.flx{display:flex}.flx.col{flex-direction:column}.flx>.grow{flex-grow:1}.popup,.popup .c,.popup .c:after,.popup .c:before,.popup .c>*,.popup .c>*>*,.popup .c>*>:after,.popup .c>*>:before,.popup .c>:after,.popup .c>:before,.popup:after,.popup:before{transition:none!important}.popup .c,.popup .c .bg{margin:0 auto;max-width:var(--max-viewport-width);width:100%}.popup.inner{display:none}.popup.outer{display:block}.popup .c{align-items:center;display:flex;justify-content:center;z-index:97}.popup .c,.popup .c .bg{bottom:0;left:0;position:fixed;right:0;top:0}.popup .c .bg{background:#000000e6;z-index:98}.popup .c .d{background:var(--colors-background-200);bottom:0;font-size:1rem;left:0;min-height:180px;min-width:220px;overflow:hidden;position:absolute;right:0;top:0;z-index:99}.popup .c .d .t{align-items:center;background:var(--colors-background-100);display:flex;font-size:1.2rem;height:84px;justify-content:space-between;padding:.6rem 1rem;position:sticky;text-align:center;top:0;width:100%;z-index:5}.popup .c .d .m{background:var(--colors-background-200);bottom:0;left:0;overflow-x:hidden;padding:1.5rem;position:absolute;right:0;top:84px;width:100%}@media only screen and (min-width:601px){.popup .c .d{border-radius:8px;bottom:1.4rem;left:1.4rem;right:1.4rem;top:1.4rem}.popup.dialog .c .d{border-radius:8px;height:auto;margin:0 auto;max-height:70vh;max-height:70dvh;max-width:540px;min-width:360px;width:80vw}.popup.dialog .c .d,.popup.dialog .c .d .m{bottom:0;left:0;position:relative;right:0;top:0}.popup.dialog .c .d .m{max-height:calc(70vh - 84px);max-height:calc(70dvh - 84px)}}.popup .c .d .t div{flex-grow:1}.popup .c .d .t label{display:block;font-weight:700;overflow:hidden;padding:0 8px;text-overflow:ellipsis;white-space:nowrap}.popup .c .d .t label.t1{font-size:1.2rem;line-height:1.2rem;margin:8px 0 4px}.popup .c .d .t label.t2{border-radius:6px;display:inline-block;font-size:.9rem;font-weight:300;margin-bottom:-4px}.popup .bck,.popup .cls{align-items:center;border-radius:50%;cursor:pointer;display:flex;justify-content:center;min-height:36px;min-width:36px;padding:.7rem}.popup .bck{margin:0 16px 0 4px}.popup .cls{margin:0 4px 0 16px;visibility:hidden}@media only screen and (min-width:601px){.popup .c .d .t{text-align:left}.popup .bck{display:none}.popup .cls{visibility:visible}}.popup .bck:active,.popup .bck:hover,.popup .c .d .t label.t2:active,.popup .cls:active,.popup .cls:hover{background:var(--colors-background-200)}:root{--toast-speed:250ms;--toast-list-width:400px}.sw--toast-list{max-height:100vh;max-height:100dvh;max-width:400px;max-width:var(--toast-list-width);overflow:hidden auto;padding:20px;position:fixed;width:100%;z-index:999}.sw--toast-list.bottom-right{bottom:0;right:0}.sw--toast-list.bottom-left .toast,.sw--toast-list.top-left .toast{animation:toast-in-left .25s;animation:toast-in-left var(--toast-speed)}.sw--toast-list.bottom-right .toast,.sw--toast-list.top-right .toast{animation:toast-in-right .25s;animation:toast-in-right var(--toast-speed)}.sw--toast-list .toast{transition:transform .25s,opacity .25s,box-shadow .25s ease-in-out;transition:transform var(--toast-speed),opacity var(--toast-speed),box-shadow var(--toast-speed) ease-in-out}@keyframes toast-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes toast-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}:root{--secondary-hue:25;--toast-success-hue:150;--toast-failure-hue:20;--toast-warning-hue:205;--toast-bg-color-fallback:hsl(var(--secondary-hue) 15% 100%);--toast-text-color-fallback:hsl(var(--secondary-hue) 10% 25%)}.sw--toast-list .toast{background-color:#fff;background-color:var(--toast-bg-color-fallback);border-radius:.5em;box-shadow:0 1px 3px 0 #1c19171a,0 1px 2px 0 #1c19170d;box-shadow:hsl(var(--secondary-hue) 10% 10%/10%) 0 1px 3px 0,hsl(var(--secondary-hue) 10% 10%/5%) 0 1px 2px 0;color:#463f39;color:var(--toast-text-color-fallback);opacity:.95;padding:20px;position:relative}.sw--toast-list .toast:hover{box-shadow:0 1px 3px 0 #1c19174d,0 1px 2px 0 #1c191726;box-shadow:hsl(var(--secondary-hue) 10% 10%/30%) 0 1px 3px 0,hsl(var(--secondary-hue) 10% 10%/15%) 0 1px 2px 0;opacity:1}.sw--toast-list .toast+.toast{margin-top:20px}.sw--toast-list .toast .message{align-items:flex-start;display:flex;gap:1em}.sw--toast-list .toast .close{background:none;border:0;color:inherit;cursor:pointer;height:14px;line-height:0;opacity:.75;padding:0;position:absolute;right:.5em;top:.5em;width:14px}.sw--toast-list .success{background-color:#fafffc;background-color:hsl(var(--toast-success-hue) 98% 99%);color:#000f08;color:hsl(var(--toast-success-hue) 97% 3%)}.sw--toast-list .success .thumb{color:#0ac266;color:hsl(var(--toast-success-hue) 90% 40%)}.sw--toast-list .failure{background-color:#fffcfa;background-color:hsl(var(--toast-failure-hue) 98% 99%);color:#0f0500;color:hsl(var(--toast-failure-hue) 97% 3%)}.sw--toast-list .failure .thumb{color:#c2470a;color:hsl(var(--toast-failure-hue) 90% 40%)}.sw--toast-list .warning{background-color:#fafdff;background-color:hsl(var(--toast-warning-hue) 98% 99%);color:#00090f;color:hsl(var(--toast-warning-hue) 97% 3%)}.sw--toast-list .warning .thumb{color:#0a75c2;color:hsl(var(--toast-warning-hue) 90% 40%)}.sw--toast-list .thumb{line-height:0;padding:2px}.sw--toast-list .toast p{align-items:center;display:flex;margin:0;min-height:28px;word-break:break-word}.sw--form.input{display:flex;flex-direction:column}.sw--form.input label{color:var(--colors-primary-100);display:block;font-size:.9em;font-weight:300;padding:8px 0}.sw--form.input input,.sw--form.input select,.sw--form.input textarea{background:var(--colors-background-300);border:1px solid #0000;border-radius:8px;color:var(--colors-primary-100);font-size:1em;opacity:.75;padding:.8em 1.2em;transition:none!important;width:100%}.sw--form.input textarea{flex-grow:1}.sw--form.input input:focus,.sw--form.input input:hover,.sw--form.input select:focus,.sw--form.input select:hover,.sw--form.input textarea:focus,.sw--form.input textarea:hover{opacity:1}.sw--form.input input:active,.sw--form.input input:focus,.sw--form.input select:active,.sw--form.input select:focus,.sw--form.input textarea:active,.sw--form.input textarea:focus{border:1px solid var(--colors-accent-100)}.sw--form.input input.e,.sw--form.input select.e,.sw--form.input textarea.e{border:1px solid var(--colors-negative-100)}.sw--form.input div.e{color:var(--colors-negative-100);font-size:1em}.sw--form.switch label{color:var(--colors-primary-100);display:block;font-size:.9em;font-weight:300}.sw--form.switch .input input[type=checkbox]{display:none}.sw--form.switch .input label{background:#888;background:color-mix(in srgb,currentColor 10%,#0000);border-radius:25px;cursor:pointer;display:block;height:1.4em;margin:.2em;max-height:1.4em;max-width:2.4em;min-height:1.4em;min-width:2.4em;position:relative;transition:.4s;width:2.4em}.sw--form.switch .input label span{background:#fff;border-radius:50%;display:block;height:1em;left:.2em;max-height:1em;max-width:1em;min-height:1em;min-width:1em;position:absolute;top:.2em;transition:.2s;width:1em}.sw--form.switch .input input[type=checkbox]:checked+label{background:var(--colors-accent-100)}.sw--form.switch .input input[type=checkbox]:checked+label span{left:1.2em}.sw--form.switch .input input[type=checkbox]:disabled+label{opacity:.5}.sw--form.switch div.e{color:var(--colors-negative-100);font-size:1em}.sw--form.radio{display:flex}.sw--form.radio label{color:var(--colors-primary-100);display:block;font-size:1em;font-weight:400}.sw--form.radio .input input[type=radio]{display:none}.sw--form.radio .input label{border:.125em solid color-mix(in srgb,currentcolor 20%,#0000);border-radius:50%;cursor:pointer;display:block;height:1em;margin:.2em;max-height:1em;max-width:1em;min-height:1em;min-width:1em;transition:border .2s ease-in;width:1em}.sw--form.radio .input input[type=radio]:checked+label{border:.3em solid var(--colors-accent-100)}.sw--form.radio:hover .input label{border:.125em solid color-mix(in srgb,var(--colors-accent-100) 75%,#0000)}.sw--form.radio div.e{color:var(--colors-negative-100);font-size:1em}.sw--form.button button{fill:var(--colors-primary-100);background:#0000;border:0;border-radius:8px;color:var(--colors-primary-100);cursor:pointer;font-size:1em;margin:0;padding:.8em 1.6em;transition:color .25s,background-color .25s}.sw--form.button button.hover,.sw--form.button button:hover{background:hsla(0,0%,50%,.075)}.sw--form.button button:active{background:#7f7f7f33}.sw--form.button button.link{background:#0000;padding:0}.sw--form.button button.link.active,.sw--form.button button.link:active,.sw--form.button button.link:hover{background:#0000;text-decoration:underline;text-underline-offset:.2rem}.sw--form.button button.blue{background:#33b5e5;color:#fff}.sw--form.button button.blue:active{background:#74cced}.sw--form.button button.green{background:#2bb572;color:#fff}.sw--form.button button.green:active{background:#52d697}.sw--form.button button.orange{background:#feac30;color:#fff}.sw--form.button button.orange:active{background:#ffd071}.sw--form.button button.red{background:#f44;color:#fff}.sw--form.button button.red:active{background:#ff8080}.sw--form.button button:disabled{opacity:.1}.sw--form.icon-button{background-color:initial;border-radius:50%;height:2.5rem;overflow:hidden;width:2.5rem}.sw--form.icon-button,.sw--form.icon-button button{align-items:center;display:flex;justify-content:center}.sw--form.icon-button button{background-color:inherit;border:0;cursor:pointer;margin:0;outline:0;padding:.7rem;position:relative}.sw--form.icon-button:hover{background-color:#7f7f7f1a;background-color:color-mix(in srgb,var(--colors-background-100) 95%,var(--colors-primary-100))}.sw--form.icon-button button div,.sw--form.icon-button button div span{border-radius:50%;bottom:0;left:0;position:absolute;right:0;top:0}.sw--form.icon-button button span{animation:ripple .6s ease-in-out;background-color:#7f7f7fbf;background-color:color-mix(in srgb,#0000 50%,var(--colors-primary-100));transform:scale(0)}@keyframes ripple{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(.95)}}main .absolute-content-wrapper{bottom:0;left:0;overflow-x:hidden;position:absolute;right:0;top:72px}.responsive-extra-padding{width:100%}@media only screen and (min-width:541px){main .absolute-content-wrapper{top:88px}.responsive-extra-padding{padding:.5em 0}}@media only screen and (min-width:769px){main .responsive-extra-padding{padding:.5em 2.5em}}.loading--comp{opacity:.35}.loading--comp,.loading--comp .after,.loading--comp .before{height:48px;max-height:48px;max-width:48px;min-height:48px;min-width:48px;position:absolute;width:48px}.loading--comp .after,.loading--comp .before{animation:figure-loader 1.4s linear infinite;border-radius:50%;bottom:0;box-sizing:border-box;left:0;opacity:0;right:0;top:0}.loading--comp .after{animation-delay:.8s}figure.lazy{align-items:center;display:flex;justify-content:center;margin:0;overflow:hidden;position:relative}figure.lazy svg{height:100%;opacity:0;position:relative;width:100%;z-index:-1}figure.lazy img{height:100%;object-fit:cover;position:absolute;width:100%}figure.lazy .loader{opacity:.35}figure.lazy .loader,figure.lazy .loader:after,figure.lazy .loader:before{height:48px;max-height:48px;max-width:48px;min-height:48px;min-width:48px;position:absolute;width:48px}figure.lazy .loader:after,figure.lazy .loader:before{animation:figure-loader 1.4s linear infinite;background:#fff;border-radius:50%;bottom:0;box-sizing:border-box;content:"";left:0;opacity:0;right:0;top:0}figure.lazy .loader:after{animation-delay:.8s}@keyframes figure-loader{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1)}}figure.lazy .error{animation:error-loader .15s ease-in;border-radius:50%;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m120 190.77h-89l36.88-36.88-5.6-6.51a87.38 87.38 0 1 0-62.94 148 87.55 87.55 0 0 0 82.42-58.25l5.37-15.13 30.17 10.67-5.3 15.13a119.4 119.4 0 1 1-112.62-159.18 118.34 118.34 0 0 1 86.36 36.95l.56.62 4.31 5L376 149.81Z'/%3E%3C/svg%3E");cursor:pointer;height:48px;max-height:48px;max-width:48px;min-height:48px;min-width:48px;opacity:.35;position:absolute;width:48px}figure.lazy:hover .error{opacity:.5}@keyframes error-loader{0%{transform:scale(0)}to{opacity:.35;transform:scale(1)}}#sw_sidebar+nav{max-height:100vh;max-height:100dvh;max-width:300px;min-height:100vh;min-height:100dvh;min-width:300px;overflow:hidden;position:fixed;width:300px;z-index:9}#sw_sidebar+nav header{display:flex;justify-content:space-between;padding:8px 12px;position:sticky;top:0}#sw_sidebar+nav section{bottom:0;left:0;overflow-x:hidden;position:absolute;right:0;scrollbar-gutter:stable;top:72px}#sw_sidebar+nav{left:-300px;margin-left:-300px;opacity:0;transition:margin-left .25s ease-in-out,left .25s ease-in-out,opacity .25s ease-in-out}#sw_sidebar:checked+nav{left:0;margin-left:0;opacity:1}@media only screen and (max-width:1080px){#sw_sidebar:checked+nav .bg{background:#000000e6;bottom:0;display:block;left:0;opacity:.5;position:fixed;right:0;top:0;z-index:-1}}@media only screen and (min-width:1081px){#sw_sidebar+nav{position:sticky;top:0}#sw_sidebar+nav .close{display:none}}@media only screen and (min-width:541px){#sw_sidebar+nav section{top:88px}}#sw_sidebar+nav ul{list-style-type:none}hr{border:0;border-top:1px solid var(--colors-primary-500);width:50%}.ssi:hover{background:var(--colors-background-100)}.ssi.active,.ssi:active{background:var(--colors-accent-100)}.menu li a:hover{background:var(--colors-background-100)}.menu li a.active,.menu li a:active{background:var(--colors-accent-100)}#dashboard .wrapper{align-content:stretch;container:card-container/inline-size;display:flex;flex-wrap:wrap;gap:2rem;width:100%}#dashboard .wrapper>div{flex:4 1 360px}#dashboard .container{container-type:inline-size}#dashboard .cards{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;padding:.75rem}#dashboard .card{align-items:center;display:flex;justify-content:center}#dashboard .full-screen,#dashboard .large,#dashboard .medium,#dashboard .small{grid-column:span 1;grid-row:span 1}@container (min-width: 400px){#dashboard .cards{grid-template-columns:repeat(2,1fr)}#dashboard .medium{grid-column:span 2}#dashboard .full-screen,#dashboard .large{grid-column:span 2;grid-row:span 2}}@container (min-width: 800px){#dashboard .cards{grid-template-columns:repeat(4,1fr)}#dashboard .medium{grid-column:span 2}#dashboard .large{grid-column:span 3;grid-row:span 2}#dashboard .full-screen{grid-column:1/-1;grid-row:span 2}}.counting--list{display:flex;flex-direction:column;gap:1em;list-style:none;margin:2em 0;padding:0}.counting--list li>div{display:flex;gap:2em}.counting--list li>p{margin:1em 0 1em 3.5em;max-width:26em;opacity:.8}.counting--list.column{flex-direction:row;gap:2em}.counting--list.column li>div{flex-direction:column}.counting--list.column li>p{margin:1em 0}.counting--list li>div>span{align-items:center;background:var(--colors-accent-100);border-radius:100%;color:var(--colors-accent-900);display:flex;font-size:1em;height:1.5em;justify-content:center;max-height:1.5em;max-width:1.5em;min-height:1.5em;min-width:1.5em;width:1.5em}.sw-chart.vertical-bar .bar-wrapper{align-items:flex-end;display:flex;height:100%;justify-content:center;position:relative}.sw-chart.vertical-bar .bar{align-items:center;background:#eee;border-radius:.25rem;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative;width:100%}.sw-chart.vertical-bar label{color:#fff;font-size:.875rem;margin:.5rem 0;max-width:80px;text-align:center;word-break:break-word}.sw-chart.horizontal-bar span,.sw-chart.vertical-bar span{color:#fff;font-size:.875rem;margin:2px 0}.sw-chart.horizontal-bar .bar{align-items:center;border-radius:.25rem;display:flex;padding:.5rem 1rem}.sw-chart.horizontal-bar label{display:block;font-size:.875rem;margin:.5rem 0}.sw-chart.pie-chart .pie{border-radius:50%;box-shadow:0 0 5px #0000001a;height:200px;margin:0 auto;width:200px}.sw-chart ul.dot-caption{flex-wrap:wrap;font-size:.875rem;gap:1rem;list-style:none;padding:0}.sw-chart ul.dot-caption,.sw-chart ul.dot-caption li{align-items:center;display:flex;justify-content:center}.sw-chart ul.dot-caption .dot{border-radius:50%;display:inline-block;height:.75rem;margin-right:.5rem;vertical-align:middle;width:.75rem}.tabs{display:flex;gap:.25rem;justify-content:flex-start;position:relative}.tabs button{background:var(--colors-background-100);border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:var(--colors-primary-100);padding:.5rem 1.25rem 2rem}.tabs button:hover{background-color:var(--colors-background-300)}.tabs button.active{background-color:var(--colors-background-200);position:relative}#posts.card{align-content:stretch;container:card-container/inline-size;display:flex;flex-wrap:wrap;margin:-1rem -1rem 4rem}#posts.card,#posts.card .c{transition:none!important}#posts.card .c{display:flex;padding:1rem;width:100%}#posts.card .c .p{align-items:flex-start;display:flex;gap:2rem;height:100%;justify-content:flex-start;position:relative;width:100%;word-break:break-word}@container card-container (min-width:960px) and (max-width:1440px){#posts.card .c{width:50%}}@container card-container (min-width:1441px) and (max-width:1920px){#posts.card .c{width:33.3%}}@container card-container (min-width:1921px){#posts.card .c{width:480px}}.pop-edit-form{container:pop-edit-container/inline-size}.pop-edit-form nav{display:none;font-size:.9rem;padding:3rem 1rem 1rem}@container pop-edit-container (min-width:961px){.pop-edit-form nav{display:flex;flex-wrap:wrap;gap:1rem}}.pop-edit-form form section{padding:1.8rem;position:relative}.pop-edit-form form section,.pop-edit-form form section .right{display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.pop-edit-form form section .right{flex-grow:1;margin:0 -1rem}.pop-edit-form form section .right .container{background:var(--colors-background-200);border-radius:8px;padding:1.5rem}@container pop-edit-container (min-width:961px){.pop-edit-form form section{flex-direction:row;gap:2rem}.pop-edit-form form section .left{max-width:280px;min-width:240px;width:30%}.pop-edit-form form section .right{max-width:768px;width:70%}}.pop-edit-form form section .left>div{position:sticky;top:4rem}.pop-edit-form form section .left h2{font-size:1.2rem}.pop-edit-form form section .left p{margin:.5rem 0 1.5rem}@container pop-edit-container (max-width:960px){.pop-edit-form form section.action{flex-direction:column-reverse;gap:2rem}.pop-edit-form form section.action>div{margin:0 -1rem}.pop-edit-form form section.action .left{width:auto}.pop-edit-form form section.action .left>div{display:flex;justify-content:flex-end}}.file-drop{animation:file-drop 30s ease infinite;background:linear-gradient(216deg,#1bc39826,#133e4e26);background-size:200% 200%}@keyframes file-drop{0%{background-position:91% 0}50%{background-position:10% 100%}to{background-position:91% 0}}.file-drop:hover{animation:file-drop 30s ease infinite;background:linear-gradient(216deg,#1bc39840,#133e4e40);background-size:200% 200%}#sections{container:sections-container/inline-size}@container sections-container (min-width:961px){#sections .content{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between}#sections .list{max-width:480px;min-width:320px;width:100%}}#sections .list .p{border-radius:8px;padding:1rem 1rem .5rem;position:relative;width:100%}#sections .list .d h1{font-size:1.25em;font-weight:700;line-height:1.25em;margin:0 0 .5rem}#sections .list .d p{font-weight:300;margin:0 0 1rem;max-width:360px}#sections .list .s{font-size:.95em;font-weight:700;list-style-type:none;margin:.5rem 0 .5rem 2rem}#sections .list .s li{align-items:center;border-radius:8px;display:flex;height:36px;justify-content:flex-start;margin:.2rem 0;width:100%}#sections .list .s li .link{padding:.5rem}#sections .list .link.active,#sections .list .link:active,#sections .list .link:hover{color:var(--colors-accent-100)}#sections .info{display:none}@container sections-container (min-width:961px){#sections .info{align-items:center;background:var(--colors-background-200);border-radius:8px;color:var(--colors-accent-100);display:block;display:flex;font-size:2rem;font-weight:700;height:50vh;height:50dvh;justify-content:center;margin:4rem auto;max-width:800px;position:sticky;text-align:center;top:6rem;width:100%}}#roles.card{align-content:stretch;container:card-container/inline-size;display:flex;flex-wrap:wrap;margin:-1rem -1rem 4rem}#roles.card,#roles.card .c{transition:none!important}#roles.card .c{display:flex;padding:1rem;width:100%}#roles.card .c .p{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;text-align:center;width:100%;word-break:break-word}@container card-container (min-width:601px) and (max-width:1080px){#roles.card .c{width:50%}}@container card-container (min-width:1081px) and (max-width:1440px){#roles.card .c{width:33.3%}}@container card-container (min-width:1441px) and (max-width:1920px){#roles.card .c{width:25%}}@container card-container (min-width:1921px){#roles.card .c{width:360px}}.q1200{width:100%}.q1200>*{margin:0 0 32px}@media (min-width:1200px){.q1200{align-items:flex-start;display:flex;gap:140px;justify-content:flex-start}.q1200>*{width:100%}.q1200>.qw3{width:30%}.q1200>.qw4{width:40%}.q1200>.qw6{width:60%}.q1200>.qw7{width:70%}.q1200>*>:last-child{margin:0}}.guide .counting--list{margin:2rem 0 0}.guide .counting--list.first-page{flex-direction:column;justify-content:space-evenly}@media (min-width:800px){.guide .counting--list.first-page{flex-direction:row}}.domain--search.i{text-align:center}.domain--search.i,.domain--search.r{max-width:600px;padding:1.25rem;width:100%}.domain--search.r{display:flex;flex-direction:column;gap:2.5rem}form.domain.search input[type=checkbox]{display:none}form.domain.search .l{font-weight:700;margin:24px 0 16px}form.domain.search .tlds{font-weight:.8rem;line-height:1.6}form.domain.search .tlds label{display:inline-block;margin:0;padding:6px 12px;transition:none}form.domain.search .tlds label:before{content:"✓ ";font-weight:700;transition:none;visibility:hidden}form.domain.search .tlds input:checked+label{color:var(--colors-accent-100)}form.domain.search .tlds input:checked+label:before{visibility:visible}.results:not(:empty),.wishlist:not(:empty){width:100%}.results .box,.wishlist .box{border-radius:.5rem;padding:20px;text-align:center;width:100%}.plans{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;text-align:left}.plans .pp{display:block;max-width:420px;padding:1.25rem;width:100%}.plans .pc{background:var(--colors-background-200);border-radius:.5rem;width:100%}.plans .pc h4{align-items:center;border-bottom:1px solid var(--colors-background-200);display:flex;font-size:1rem;justify-content:flex-start}.plans .pc h4 .radio{border:5px solid var(--colors-background-100);border-radius:50%;display:inline-block;height:1.375rem;margin:1.25rem;max-height:1.375rem;max-width:1.375rem;min-height:1.375rem;min-width:1.375rem;width:1.375rem}.plans .pc h4 label:nth-child(2){display:block;padding:1.25rem 1.25rem 1.25rem 0;width:100%}.plans .price{font-weight:700;padding:.9rem 1.25rem}.plans .price .a{color:var(--colors-accent-100);font-size:3rem}.plans .price .b{color:var(--colors-accent-100);font-size:1.125rem}.plans p{font-size:.9rem;margin:0;padding:0 1.25rem}.plans p.more{color:var(--colors-accent-100);padding:1rem 2rem;text-align:center}.plans ul{list-style:none;padding:.9rem 0}.plans ul li{margin:0 0 0 2rem;padding:.9rem 1.25rem}.plans ul li:before{color:var(--colors-primary-500);content:"✓";font-family:sw;margin:0 1.25rem 0 -2rem}.plans .actions{font-size:.9rem;padding:.9rem;text-align:right}@media (min-width:768px){.plans .pp{width:50%}.plans .price{padding:1.25rem}.plans .price,.plans p{text-align:center}.plans .price>*{display:block}}.plans [type=radio]{display:none;height:0;margin:0;padding:0;width:0}.plans [type=radio]:checked+.pc h4{border-bottom:1px solid var(--colors-accent-100)}.plans [type=radio]:checked+.pc h4 .radio{border:5px solid var(--colors-accent-100)}.plans [type=radio]:checked+.pc .price .a{color:var(--colors-accent-100)}.plans .pp:hover h4 .radio{border:5px solid var(--colors-primary-500)}#review-cart-content>div{width:100%}@media (min-width:1080px){#review-cart-content{align-items:flex-start;display:flex;gap:2rem;justify-content:flex-start}#review-cart-content .large{max-width:840px}#review-cart-content .small{max-width:360px}}.menu-simple.invoice a:hover{padding-left:1.25rem}.menu-simple.invoice a.active,.menu-simple.invoice a:active{border-left:.25rem solid var(--colors-accent-100);padding-left:1rem}.menu-simple h1{align-items:center;display:flex;font-size:1.125em;font-weight:700;gap:1.5rem;line-height:1.25em;padding:1rem 1.5rem}.menu-simple a.active,.menu-simple a:active,.menu-simple a:hover{fill:var(--colors-accent-100);color:var(--colors-accent-100)}:root{--accent:#4f46e5;--success:#16a34a;--danger:#ef4444}.light .swadmin{--card:#f1f1f1;--muted:#5a6274}.dark .swadmin{--card:#1c252d;--muted:#b4b8c0}.swadmin-header{align-items:center;display:flex;justify-content:space-between;padding:.5rem 1.75rem}.swadmin-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;padding:1rem .5rem}@media(min-width:1080px){.swadmin-container{grid-template-columns:340px 1fr}}.swadmin-content{max-height:calc(100vh - 232px);max-height:calc(100dvh - 232px);overflow:hidden auto;padding:0 1rem;position:relative}.swadmin-content.domain-container{height:calc(100vh - 232px);height:calc(100dvh - 232px)}.domain-list-head{align-items:center;border-bottom:2px solid var(--colors-background-100);justify-content:space-between;padding:.5rem .75rem;position:sticky;top:0}.domain-list,.domain-list-head{background:var(--card);display:flex}.domain-list{flex-flow:column;gap:.75rem;padding:1rem}.domain-item{align-items:center;border-left:.5rem solid #0000;cursor:pointer;display:flex;flex-wrap:wrap;justify-content:flex-start;padding:.5rem .75rem}.domain-item.active{border-left:.5rem solid #4f46e5;border-left:.5rem solid var(--accent)}.btn{background:#0000;border-radius:10px;color:var(--colors-primary-100);cursor:pointer;display:inline-block;padding:8px 12px}.btn.primary{background:#4f46e5;background:var(--accent)}.btn.positive,.btn.primary{border-color:#0000;color:#fff}.btn.positive{background:#16a34a;background:var(--success)}.btn.danger{background:#ef4444;background:var(--danger);border-color:#0000;color:#fff}.small{color:var(--muted);font-size:.9rem}.badge{color:#fff;font-size:.75rem}.badge.locked{color:#16a34a;color:var(--success)}.badge.open{color:#ef4444;color:var(--danger)}.actions{display:flex;gap:1rem}.dialog-backdrop{align-items:center;background:rgba(0,0,0,.625);display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.dialog{background:var(--colors-background-200);border-radius:.5rem;max-height:90vh;max-height:90dvh;max-width:360px;overflow:auto;width:94%}.popup{display:block}.popup .modal-backdrop{align-items:center;background:rgba(0,0,0,.625);display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.popup .modal{background:var(--colors-background-200);border-radius:.5rem;max-height:90vh;max-height:90dvh;max-width:360px;overflow:auto;width:94%}.popup .card{background:var(--card);margin:0 1rem;padding:1rem}.popup .back-btn{display:flex;gap:1.25rem;justify-content:space-between;padding:2rem 1rem 1rem}.popup .modal.fullscreen{background:var(--colors-background-100);border-radius:0;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;max-width:none;position:relative;width:100%}.popup .modal-title{align-items:center;background:var(--card);border-bottom:1px solid var(--muted);display:flex;justify-content:space-between;padding:1rem 1rem 1rem 1.5rem;position:sticky;top:0;z-index:99}.popup .modal-content{padding:1rem 0 5rem}@media (min-width:1080px){.popup .modal-title{display:none}.popup .modal,.popup .modal-backdrop,.popup .modal-content,.popup .modal.fullscreen{all:unset}.popup .card{margin:0}.popup .back-btn{display:none}}.top-row{display:flex;gap:1rem;justify-content:space-between}.section-title{font-weight:600;margin:-2px 0 6px}.notice{color:var(--muted);font-size:13px}.swadmin-footer{color:var(--muted);display:flex;font-size:.75rem;gap:2rem;justify-content:space-between;padding:1rem 2rem}.dns-table{container:dns-table/inline-size;font-size:.9rem;margin-top:1.5rem}.dns-table span{display:inline-block;padding:8px}.dns-table .tr{align-items:flex-start;border-bottom:1px solid var(--colors-background-300);display:flex;gap:8px;justify-content:space-between}.dns-table .tr:first-child{font-weight:600}.dns-table .tr:last-child{border-bottom:none}.dns-table .tr div{overflow:hidden;overflow-wrap:anywhere;text-align:left}.dns-table .tr>div:first-child{max-width:30%;min-width:96px;width:100%}.dns-table .tr>div:nth-child(2){max-width:60%;min-width:128px;width:100%}.dns-table .tr>div:last-child{max-width:10%;min-width:64px;text-align:center;width:100%}.dns-table .tr>div:first-child>div:first-child{font-weight:600}.dns-table .tr>div:first-child>div:last-child,.dns-table .tr>div:nth-child(2)>div:last-child{color:var(--muted)}@container dns-table (min-width: 640px){.dns-table .tr>div:first-child>div,.dns-table .tr>div:nth-child(2)>div{width:100%}.dns-table .tr>div:nth-child(2){display:flex;gap:8px;justify-content:space-between}}@container dns-table (min-width: 768px){.dns-table .tr>div:first-child{display:flex;gap:8px;justify-content:space-between}}