@charset "UTF-8";@layer reset,layout,primevue,classes,pages;@layer reset{*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu{list-style:none}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::-moz-placeholder{color:unset}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}}@keyframes shine{0%{left:-100px}20%{left:100%}to{left:100%}}:root{--color-primary: hsl(287, 80%, 28%);--color-test: #b287c0;--color-primary-0: rgb(103.768, 14.28, 128.52);--color-primary-100: rgb(118.8912, 38.352, 141.168);--color-primary-200: rgb(134.0144, 62.424, 153.816);--color-primary-300: rgb(149.1376, 86.496, 166.464);--color-primary-400: rgb(164.2608, 110.568, 179.112);--color-primary-500: rgb(179.384, 134.64, 191.76);--color-primary-600: rgb(194.5072, 158.712, 204.408);--color-primary-700: rgb(209.6304, 182.784, 217.056);--color-primary-800: rgb(224.7536, 206.856, 229.704);--color-primary-900: rgb(239.8768, 230.928, 242.352);--color-primary-text: rgb(253.48768, 252.5928, 253.7352);--color-bg: rgb(253.48768, 252.5928, 253.7352);--color-border: var(--color-primary-800);--color-text: hsl(0, 0%, 5%);--color-label: hsl(0, 0%, 20%);--color-float-label: hsl(0, 0%, 40%);--color-menu-mobile: hsl(287, 80%, 88%);--color-error: hsl(0, 72%, 51%);--color-empty:hsl(0, 0%, 80%);--width-label: 10em;--width-input: auto}@layer layout{html{font-size:100%}body{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;height:100vh;font-family:Roboto;background-color:var(--color-bg);color:var(--color-text)}h1{margin:.25em auto;text-align:center;font-family:Pacifico;font-size:1.5rem;font-weight:400;letter-spacing:.2em;color:var(--color-primary)}h2{margin:.1em auto;text-align:center;font-family:Pacifico;font-size:1.25rem;font-weight:400;letter-spacing:.1em;color:var(--color-primary-100)}h3{margin:0 auto;text-align:center;font-family:Pacifico;font-size:1rem;font-weight:400;letter-spacing:0;color:var(--color-primary-200)}h4{margin:0 auto;text-align:center;font-size:1rem;font-weight:700}label{display:inline-block;width:var(--width-label);font-size:.9rem;color:var(--color-label);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}form{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;margin:0 auto;width:27rem;max-width:100%;gap:.25em}form>div{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-end}input::-moz-placeholder{color:silver}input::placeholder{color:silver}input:not([type=checkbox],[type=radio]){width:var(--width-input);border:1px solid var(--color-border);padding:.2em .5em;border-radius:.25em;line-height:1.5em;font-size:1rem;max-width:100%}input:focus:not([type=radio],[type=checkbox]){box-shadow:inset 0 0 4px 0 var(--color-primary)}input:disabled{cursor:not-allowed;background-color:#ddd}input[type=radio]+label{width:auto}input[type=radio],input[type=checkbox]{width:2.1em;height:2.1em;margin:0;padding:0;position:relative;border:none;border-radius:.25em;line-height:1.5em;border:1px solid var(--color-border);-webkit-user-select:none;-moz-user-select:none;user-select:none}input[type=radio]:checked:before,input[type=checkbox]:checked:before{position:absolute;top:.15em;left:.15em;color:#680e81!important;content:"✔"!important;font-weight:700;font-size:1.7em}a{color:var(--color-primary-300)}table{max-width:100%}table caption{text-align:center;font-weight:700;padding:.25em .5em}table thead :where(th,td){text-align:center}table th{font-weight:700}table :where(th,td){vertical-align:middle;border:1px solid var(--color-border);padding:.1em .25em}button svg{vertical-align:middle;margin:.1em}strong,b{font-weight:700}em,i{font-style:italic}sub{vertical-align:sub;font-size:.75em}sup{vertical-align:super;font-size:.75em}@media (max-width: 768px){p{text-indent:0}}}body:not(#tinymce){margin:0}@layer layout{#primary-header{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;margin:0;padding:0 1rem;box-shadow:0 0 10px 0 var(--color-primary)}#primary-logo{position:absolute;margin:.25em;opacity:.8;z-index:11}#primary-logo:hover{scale:1.1;opacity:1}#primary-navigation{flex:1 0 auto;z-index:10}#mobile-nav-toggle{content:"";display:inline-block;background-image:url(/build/assets/hamburger-e1ff7675.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:2rem;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;top:.25rem;right:.5rem;z-index:9999;display:none}#primary-navigation-menu{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}#primary-navigation-menu .primary-navigation-menu{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;font-family:Pacifico;font-size:1.25rem}#primary-navigation-menu .primary-navigation-menu li>a{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;padding:.1em;color:var(--color-primary);opacity:.8;height:2em}#primary-navigation-menu .primary-navigation-menu li>a:hover{opacity:1}#primary-navigation-menu .primary-navigation-menu .menu-break-after{box-shadow:0 3px 2px -2px var(--color-primary)}#primary-navigation-menu .primary-navigation-menu .menu-break-before{box-shadow:0 -3px 2px -2px var(--color-primary)}#primary-navigation-menu #primary-navigation-menu-main{flex-grow:1}#primary-navigation-menu #primary-navigation-menu-main li>a{padding:.1em .5em}.primary-navigation-submenu{position:relative}.primary-navigation-submenu>a:after{display:inline-block;background-image:url(/build/assets/arrow-down-d8c140a5.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;content:""}.primary-navigation-submenu:hover>.primary-navigation-subitems{display:block}.primary-navigation-subitems{display:none;padding:0 .5em;position:absolute;top:2.5rem;left:0;white-space:nowrap;background-color:var(--color-bg);box-shadow:inset 0 -2px 3px var(--color-primary)}#primary-navigation-menu-right{position:absolute;right:0;display:flex;flex-flow:row nowrap}#primary-navigation-menu-social{display:flex;flex-flow:row nowrap}#primary-content{--padding-full-width: 1vw;--content-width: 60rem;flex:1 0 auto;display:grid;padding-bottom:1rem;grid-template-columns:var(--padding-full-width) [full-width-start] 1fr [content-start] min(100% - var(--padding-full-width) * 2,var(--content-width)) [content-end] 1fr [full-width-end] var(--padding-full-width)}#primary-content>*,#primary-content>.content{grid-column:content}#primary-content>.full-width{grid-column:full-width}#primary-content>section{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch}#primary-footer{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;font-family:Pacifico;font-size:.75rem;color:var(--color-primary-300);box-shadow:0 0 10px 0 var(--color-primary)}::-webkit-scrollbar{width:1vw}::-webkit-scrollbar-track{background:var(--color-primary-800)}::-webkit-scrollbar-thumb{background-color:var(--color-primary-400);border-radius:50%}@media (max-width: 1280px){#primary-logo,#primary-navigation-menu-right{position:static}}@media (max-width: 1024px){#mobile-nav-toggle{display:block}#primary-navigation[data-visible=true] #mobile-nav-toggle{background-image:url(/build/assets/cross-9fd38391.svg)}#primary-navigation-menu{position:fixed;z-index:1000;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:15rem;right:0;overflow-y:scroll;height:100vh;background-color:var(--color-menu-mobile);transform:translate(100%);transition:transform .35s ease-in}#primary-navigation-menu .primary-navigation-menu{flex-grow:0;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;margin-top:1rem;margin-left:.5rem;font-size:.8em}#primary-navigation-menu .primary-navigation-menu .menu-break-before{box-shadow:none}#primary-navigation-menu #primary-navigation-menu-main{flex-grow:0}#primary-navigation-menu #primary-navigation-menu-right{flex-flow:column}#primary-navigation-menu #primary-navigation-menu-social{flex-flow:row}.primary-navigation-subitems{display:block;position:relative;background:transparent;top:0;margin-left:.5rem;box-shadow:none}.primary-navigation-submenu>a:after{display:none}#primary-navigation[data-visible=true] #primary-navigation-menu{transform:translate(0)}}}@layer classes{.flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:start}.justify-child-start>div{justify-content:start}.justify-self-start{justify-self:start}.justify-end{justify-content:end}.justify-child-end>div{justify-content:end}.justify-self-end{justify-self:end}.justify-center{justify-content:center}.justify-child-center>div{justify-content:center}.justify-self-center{justify-self:center}.justify-between{justify-content:space-between}.justify-child-between>div{justify-content:space-between}.justify-around{justify-content:space-around}.justify-child-around>div{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-child-evenly>div{justify-content:space-evenly}.items-start{align-items:start}.items-child-start>div{align-items:start}.items-self-start{align-self:start}.items-end{align-items:end}.items-child-end>div{align-items:end}.items-self-end{align-self:end}.items-center{align-items:center}.items-child-center>div{align-items:center}.items-self-center{align-self:center}.items-stretch{align-items:stretch}.items-child-stretch>div{align-items:stretch}.items-self-stretch{align-self:stretch}.float-left{float:left}.float-right{float:right}.float-none{float:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-text-top{vertical-align:text-top}.align-text-bottom{vertical-align:text-bottom}.align-sub{vertical-align:sub}.align-super{vertical-align:super}.m-0{margin:0rem!important}.p-0{padding:0rem!important}.ml-0{margin-left:0rem!important}.mr-0{margin-right:0rem!important}.mt-0{margin-top:0rem!important}.mb-0{margin-bottom:0rem!important}.mx-0{margin-inline:0rem!important}.my-0{margin-block:0rem!important}.pl-0{padding-left:0rem!important}.pr-0{padding-right:0rem!important}.pt-0{padding-top:0rem!important}.pb-0{padding-bottom:0rem!important}.px-0{padding-inline:0rem!important}.py-0{padding-block:0rem!important}.l-0{left:0rem}.r-0{right:0rem}.t-0{top:0rem}.b-0{bottom:0rem}.m-1{margin:.25rem!important}.p-1{padding:.25rem!important}.ml-1{margin-left:.25rem!important}.mr-1{margin-right:.25rem!important}.mt-1{margin-top:.25rem!important}.mb-1{margin-bottom:.25rem!important}.mx-1{margin-inline:.25rem!important}.my-1{margin-block:.25rem!important}.pl-1{padding-left:.25rem!important}.pr-1{padding-right:.25rem!important}.pt-1{padding-top:.25rem!important}.pb-1{padding-bottom:.25rem!important}.px-1{padding-inline:.25rem!important}.py-1{padding-block:.25rem!important}.l-1{left:.25rem}.r-1{right:.25rem}.t-1{top:.25rem}.b-1{bottom:.25rem}.m-2{margin:.5rem!important}.p-2{padding:.5rem!important}.ml-2{margin-left:.5rem!important}.mr-2{margin-right:.5rem!important}.mt-2{margin-top:.5rem!important}.mb-2{margin-bottom:.5rem!important}.mx-2{margin-inline:.5rem!important}.my-2{margin-block:.5rem!important}.pl-2{padding-left:.5rem!important}.pr-2{padding-right:.5rem!important}.pt-2{padding-top:.5rem!important}.pb-2{padding-bottom:.5rem!important}.px-2{padding-inline:.5rem!important}.py-2{padding-block:.5rem!important}.l-2{left:.5rem}.r-2{right:.5rem}.t-2{top:.5rem}.b-2{bottom:.5rem}.m-3{margin:.75rem!important}.p-3{padding:.75rem!important}.ml-3{margin-left:.75rem!important}.mr-3{margin-right:.75rem!important}.mt-3{margin-top:.75rem!important}.mb-3{margin-bottom:.75rem!important}.mx-3{margin-inline:.75rem!important}.my-3{margin-block:.75rem!important}.pl-3{padding-left:.75rem!important}.pr-3{padding-right:.75rem!important}.pt-3{padding-top:.75rem!important}.pb-3{padding-bottom:.75rem!important}.px-3{padding-inline:.75rem!important}.py-3{padding-block:.75rem!important}.l-3{left:.75rem}.r-3{right:.75rem}.t-3{top:.75rem}.b-3{bottom:.75rem}.m-4{margin:1rem!important}.p-4{padding:1rem!important}.ml-4{margin-left:1rem!important}.mr-4{margin-right:1rem!important}.mt-4{margin-top:1rem!important}.mb-4{margin-bottom:1rem!important}.mx-4{margin-inline:1rem!important}.my-4{margin-block:1rem!important}.pl-4{padding-left:1rem!important}.pr-4{padding-right:1rem!important}.pt-4{padding-top:1rem!important}.pb-4{padding-bottom:1rem!important}.px-4{padding-inline:1rem!important}.py-4{padding-block:1rem!important}.l-4{left:1rem}.r-4{right:1rem}.t-4{top:1rem}.b-4{bottom:1rem}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.mx-auto{margin-inline:auto}.my-auto{margin-block:auto}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.gap-1{gap:.25rem}.w-1{width:.25rem}.gap-2{gap:.5rem}.w-2{width:.5rem}.gap-3{gap:.75rem}.w-3{width:.75rem}.gap-4{gap:1rem}.w-4{width:1rem}.gap-5{gap:1.25rem}.w-5{width:1.25rem}.gap-6{gap:1.5rem}.w-6{width:1.5rem}.gap-7{gap:1.75rem}.w-7{width:1.75rem}.gap-8{gap:2rem}.w-8{width:2rem}.opacity-0{opacity:0}.opacity-1{opacity:.1}.opacity-2{opacity:.2}.opacity-3{opacity:.3}.opacity-4{opacity:.4}.opacity-5{opacity:.5}.opacity-6{opacity:.6}.opacity-7{opacity:.7}.opacity-8{opacity:.8}.opacity-9{opacity:.9}.opacity-10{opacity:1}.w-auto{width:auto}.w-full{width:100%}.h-full{height:100%}.mw-full{max-width:100%}.mh-full{max-height:100%}.grow-0{flex-grow:0}.grow-1{flex-grow:1}.shrink-0{flex-shrink:0}.shrink-1{flex-shrink:1}.basis-full{flex-basis:100%!important}.flex-break-row{flex-basis:100%!important;height:0}.flex-break-column{flex-basis:100%!important;width:0}.text-xs{font-size:.75em}.text-sm{font-size:.875em}.text-base{font-size:1em}.text-lg{font-size:1.25em}.text-2xl{font-size:1.5em}.text-3xl{font-size:1.875em}.text-4xl{font-size:2.25em}.border-none,table.border-none :where(th,td),tr.border-none :where(th,td){border:none}}@layer classes{@font-face{font-family:AstroFD;src:url(/build/assets/AstroFD-6d01db1a.ttf)}.astro{display:inline-block;width:.6em;text-align:center;font-family:AstroFD;font-size:1.25em}.astro.planet-Sun:before{content:"¢"}.astro.planet-Moon:before{content:"¡"}.astro.planet-Mercury:before{content:"£"}.astro.planet-Venus:before{content:"¤"}.astro.planet-Mars:before{content:"¥"}.astro.planet-Jupiter:before{content:"¦"}.astro.planet-Saturn:before{content:"§"}.astro.planet-Uranus:before{content:"¨"}.astro.planet-Neptune:before{content:"©"}.astro.planet-Pluto:before{content:"ª"}.astro.planet-Lilith:before{content:"é"}.astro.planet-Selena:before{content:"ê"}.astro.planet-Chiron:before{content:"±"}.astro.planet-Rahu:before{content:"«"}.astro.planet-Ketu:before{content:"Á"}.astro.planet-Ascendant:before{content:"A"}.astro.zodiac-Aries:before{content:"Ý"}.astro.zodiac-Taurus:before{content:"Þ"}.astro.zodiac-Gemini:before{content:"ß"}.astro.zodiac-Cancer:before{content:"à"}.astro.zodiac-Leo:before{content:"á"}.astro.zodiac-Virgo:before{content:"â"}.astro.zodiac-Libra:before{content:"ã"}.astro.zodiac-Scorpio:before{content:"ä"}.astro.zodiac-Sagittarius:before{content:"å"}.astro.zodiac-Capricornus:before{content:"æ"}.astro.zodiac-Aquarius:before{content:"ç"}.astro.zodiac-Pisces:before{content:"è"}.planet-direct{color:#00f}.planet-retro{color:red}.planet-sign{color:#3ea055}.zodiac-fire{color:red}.zodiac-earth{color:green}.zodiac-air{color:#f90}.zodiac-water{color:#00f}.zodiac-bg-fire{background-color:red;color:#fff}.zodiac-bg-earth{background-color:green;color:#fff}.zodiac-bg-air{background-color:#f90;color:#fff}.zodiac-bg-water{background-color:#00f;color:#fff}.zodiac-cardinal{color:#ff1493}.zodiac-fixed{color:#32cd32}.zodiac-mutable{color:#8a2be2}.zodiac-bg-cardinal{background-color:#ff1493;color:#fff}.zodiac-bg-fixed{background-color:#32cd32;color:#fff}.zodiac-bg-mutable{background-color:#8a2be2;color:#fff}.zodiac-fire-cardinal{background:linear-gradient(90deg,#ff0000 49%,#ffffff 49%,#ff1493 51%)}.zodiac-fire-fixed{background:linear-gradient(90deg,#ff0000 49%,#ffffff 49%,#32cd32 51%)}.zodiac-fire-mutable{background:linear-gradient(90deg,#ff0000 49%,#ffffff 49%,#8a2be2 51%)}.zodiac-earth-cardinal{background:linear-gradient(90deg,#008000 49%,#ffffff 49%,#ff1493 51%)}.zodiac-earth-fixed{background:linear-gradient(90deg,#008000 49%,#ffffff 49%,#32cd32 51%)}.zodiac-earth-mutable{background:linear-gradient(90deg,#008000 49%,#ffffff 49%,#8a2be2 51%)}.zodiac-air-cardinal{background:linear-gradient(90deg,#ff9900 49%,#ffffff 49%,#ff1493 51%)}.zodiac-air-fixed{background:linear-gradient(90deg,#ff9900 49%,#ffffff 49%,#32cd32 51%)}.zodiac-air-mutable{background:linear-gradient(90deg,#ff9900 49%,#ffffff 49%,#8a2be2 51%)}.zodiac-water-cardinal{background:linear-gradient(90deg,#0000ff 49%,#ffffff 49%,#ff1493 51%)}.zodiac-water-fixed{background:linear-gradient(90deg,#0000ff 49%,#ffffff 49%,#32cd32 51%)}.zodiac-water-mutable{background:linear-gradient(90deg,#0000ff 49%,#ffffff 49%,#8a2be2 51%)}.aspect-1{color:#000}.aspect-2{color:red}.aspect-3{color:#00f}.aspect-4{color:red}.aspect-6{color:#00f}}@layer classes{.logo{content:"";display:inline-block;background-image:url(/build/assets/logo-830fb5a4.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:2em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-home:before{content:"";display:inline-block;background-image:url(/build/assets/home-446c4ac7.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-astrology:before{content:"";display:inline-block;background-image:url(/build/assets/astrology-04bc5749.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-numerology:before{content:"";display:inline-block;background-image:url(/build/assets/numerology-f7db5705.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-login:before{content:"";display:inline-block;background-image:url(/build/assets/login-fe0dd2c8.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-user:before{content:"";display:inline-block;background-image:url(/build/assets/user-e449345c.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-admin:before{content:"";display:inline-block;background-image:url(/build/assets/admin-453388ea.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-blog:before{content:"";display:inline-block;background-image:url(/build/assets/blog-035572c0.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-advice:before{content:"";display:inline-block;background-image:url(/build/assets/advice-37ad90d4.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-test:before{content:"";display:inline-block;background-image:url(/build/assets/test-a63104aa.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-plus:before{content:"";display:inline-block;background-image:url(/build/assets/plus-88c535d9.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-minus:before{content:"";display:inline-block;background-image:url(/build/assets/minus-ddd3ce66.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-edit:before{content:"";display:inline-block;background-image:url(/build/assets/edit-ac089d20.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-add-chapter:before{content:"";display:inline-block;background-image:url(/build/assets/add-chapter-f9e9cc4d.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-add-group:before{content:"";display:inline-block;background-image:url(/build/assets/add-group-202984af.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-add-item:before{content:"";display:inline-block;background-image:url(/build/assets/add-item-4a68211f.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-save:before{content:"";display:inline-block;background-image:url(/build/assets/save-791ef0e4.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-rise:before{content:"";display:inline-block;background-image:url(/build/assets/rise-8ba2d14b.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-set:before{content:"";display:inline-block;background-image:url(/build/assets/set-101dd3d6.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-search:before{content:"";display:inline-block;background-image:url(/build/assets/search-970c1ac8.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-preview:before{content:"";display:inline-block;background-image:url(/build/assets/preview-f7381eca.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-search-primary:before{content:"";display:inline-block;background-image:url(/build/assets/search-primary-9e1b77d9.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-password-show:before{content:"";display:inline-block;background-image:url(/build/assets/password-show-c64332db.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-cross:before{content:"";display:inline-block;background-image:url(/build/assets/cross-9fd38391.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-moonrise:before{content:"";display:inline-block;background-image:url(/build/assets/moonrise-3dace3c9.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-moonset:before{content:"";display:inline-block;background-image:url(/build/assets/moonset-f1816f4f.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-blogw:before{content:"";display:inline-block;background-image:url(/build/assets/blogw-48687251.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-public:before{content:"";display:inline-block;background-image:url(/build/assets/public-76ccb24c.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-testw:before{content:"";display:inline-block;background-image:url(/build/assets/testw-59c37514.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-userw:before{content:"";display:inline-block;background-image:url(/build/assets/userw-b194bd3e.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-deny:before{content:"";display:inline-block;background-image:url(/build/assets/deny-a93618e4.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-stats:before{content:"";display:inline-block;background-image:url(/build/assets/stats-fbd81eaa.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-search-primary,.icon-password-show,.icon-cross,.icon-moonrise,.icon-moonset{background-color:transparent!important}.icon-facebook:before{content:"";display:inline-block;background-image:url(/build/assets/facebook-acfa63b0.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5rem;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-telegram:before{content:"";display:inline-block;background-image:url(/build/assets/telegram-42f7f849.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5rem;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-tiktok:before{content:"";display:inline-block;background-image:url(/build/assets/tiktok-fd4015b8.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5rem;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-instagram:before{content:"";display:inline-block;background-image:url(/build/assets/instagram-0dd4714a.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5rem;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icon-copy:before{content:"";display:inline-block;background-image:url(/build/assets/copy-4a8695c5.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:2em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.button-logo{content:"";display:inline-block;background-image:url(/build/assets/logo-830fb5a4.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:2.2em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0 .25rem;padding:0;background-size:100%;border-radius:50%;background-color:transparent!important}.button-dialog-close{content:"";display:inline-block;background-image:url(/build/assets/close-9f6d0a79.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:1.5em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;top:0rem;right:.25rem}.icon-password-show{position:absolute;right:5px;top:3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}}@layer classes{.moonthumb{display:inline-block;width:57px;height:57px;border-radius:50%;background:url(/build/assets/moonthumb-a6b5f618.png) no-repeat}.moonthumb-0{background-position:-7px -8px}.moonthumb-1{background-position:-79px -8px}.moonthumb-10{background-position:-151px -8px}.moonthumb-11{background-position:-223px -8px}.moonthumb-12{background-position:-295px -8px}.moonthumb-13{background-position:-7px -80px}.moonthumb-14{background-position:-79px -80px}.moonthumb-15{background-position:-151px -80px}.moonthumb-16{background-position:-223px -80px}.moonthumb-17{background-position:-295px -80px}.moonthumb-18{background-position:-7px -152px}.moonthumb-19{background-position:-79px -152px}.moonthumb-2{background-position:-151px -152px}.moonthumb-20{background-position:-223px -152px}.moonthumb-21{background-position:-295px -152px}.moonthumb-22{background-position:-7px -224px}.moonthumb-23{background-position:-79px -224px}.moonthumb-24{background-position:-151px -224px}.moonthumb-25{background-position:-223px -224px}.moonthumb-26{background-position:-295px -224px}.moonthumb-27{background-position:-7px -296px}.moonthumb-28{background-position:-79px -296px}.moonthumb-3{background-position:-151px -296px}.moonthumb-4{background-position:-223px -296px}.moonthumb-5{background-position:-295px -296px}.moonthumb-6{background-position:-367px -8px}.moonthumb-7{background-position:-367px -80px}.moonthumb-8{background-position:-367px -152px}.moonthumb-9{background-position:-367px -224px}.moonthumb-29,.moonthumb-30{background-position:-79px -296px}.moonsmall{display:inline-block;width:15px;height:15px;border-radius:50%;background:url(/build/assets/moonsmall-8eecb042.png) no-repeat}.moonsmall-0{background-position:-3px -3px}.moonsmall-1{background-position:-25px -3px}.moonsmall-10{background-position:-47px -3px}.moonsmall-11{background-position:-69px -3px}.moonsmall-12{background-position:-91px -3px}.moonsmall-13{background-position:-3px -25px}.moonsmall-14{background-position:-25px -25px}.moonsmall-15{background-position:-47px -25px}.moonsmall-16{background-position:-69px -25px}.moonsmall-17{background-position:-91px -25px}.moonsmall-18{background-position:-3px -47px}.moonsmall-19{background-position:-25px -47px}.moonsmall-2{background-position:-47px -47px}.moonsmall-20{background-position:-69px -47px}.moonsmall-21{background-position:-91px -47px}.moonsmall-22{background-position:-3px -69px}.moonsmall-23{background-position:-25px -69px}.moonsmall-24{background-position:-47px -69px}.moonsmall-25{background-position:-69px -69px}.moonsmall-26{background-position:-91px -69px}.moonsmall-27{background-position:-3px -91px}.moonsmall-28{background-position:-25px -91px}.moonsmall-3{background-position:-47px -91px}.moonsmall-4{background-position:-69px -91px}.moonsmall-5{background-position:-91px -91px}.moonsmall-6{background-position:-113px -3px}.moonsmall-7{background-position:-113px -25px}.moonsmall-8{background-position:-113px -47px}.moonsmall-9{background-position:-113px -69px}.moonsmall-29,.moonsmall-30{background-position:-25px -91px}}@layer pages{.input-date{width:7em;text-align:center}.input-time,.input-number,input[type=number]{width:4em;text-align:center}.select-city{width:min(30rem,100%)}.select-severity{width:9.5em}.karma{color:var(--color-primary);border-radius:.25em;padding:.1em;box-shadow:inset 0 0 3px 0 var(--color-primary)}#primary-content p,#primary-content ul:not(.vs__dropdown-menu){text-indent:1.5em;margin-bottom:.5em}#primary-content .li,#primary-content ul:not(.vs__dropdown-menu)>li{text-indent:0;margin-left:2.5em}#primary-content .li:before,#primary-content ul:not(.vs__dropdown-menu)>li:before{display:inline-block;content:"✷";width:1em;margin-left:-1em;color:var(--color-primary)}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-inner-spin-button,input[type=time]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:var(--color-bg);-webkit-text-fill-color:var(--color-text)}div:has(>input[type=checkbox]):has(>label){align-items:center}.box-shadow{margin:1rem auto;padding:1em;border-radius:.25em;box-shadow:0 0 1em 0 var(--color-primary)}.hide-scrollbar::-webkit-scrollbar{display:none}.box-error{margin:1rem auto;padding:.5em;min-width:10em;border-radius:.5em;color:var(--color-error);text-align:center;box-shadow:0 0 1em 0 var(--color-error)}.rounded-square{--width: 2em;display:inline-block;width:var(--width);text-align:center;border:1px solid var(--color-border);border-radius:.25em}.bordered{border:1px solid var(--color-border);border-radius:.25em}.pill{--width: 2em;display:inline-block;width:var(--width);border-radius:.5em;text-align:center}.house{display:inline-block;width:2em;text-align:center;border:1px solid var(--color-primary);border-radius:.25em}button,.button{display:inline-block;min-width:2em;min-height:2em;border-radius:.25em;text-align:center;vertical-align:middle;padding:.25em .5em;position:relative;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--color-primary);color:#fff}button:hover:after,.button:hover:after{content:"";position:absolute;width:100px;height:100%;background-image:linear-gradient(135deg,rgba(255,255,255,0) 30%,rgba(255,255,255,.8),rgba(255,255,255,0) 70%);top:0;left:-100px;animation:shine 3s infinite linear}.v-select{min-width:10em}.v-select button{min-height:auto;min-width:auto}button[class*=icon],.button[class*=icon]{padding:0}.bg-primary{background-color:var(--color-primary);color:var(--color-primary-text)}.bg-primary-0{background-color:var(--color-primary-0);color:var(--color-primary-text)}.bg-primary-100{background-color:var(--color-primary-100);color:var(--color-primary-text)}.bg-primary-200{background-color:var(--color-primary-200);color:var(--color-primary-text)}.bg-primary-300{background-color:var(--color-primary-300);color:var(--color-primary-text)}.bg-primary-400{background-color:var(--color-primary-400);color:var(--color-primary-text)}.bg-primary-500{background-color:var(--color-primary-500);color:var(--color-primary-text)}.bg-primary-600{background-color:var(--color-primary-600);color:var(--color-primary-text)}.bg-primary-700{background-color:var(--color-primary-700);color:var(--color-primary-text)}.bg-primary-800{background-color:var(--color-primary-800);color:var(--color-primary-text)}.bg-primary-900{background-color:var(--color-primary-900);color:var(--color-primary-text)}.color-primary-0{color:var(--color-primary-0)}.color-primary-100{color:var(--color-primary-100)}.color-primary-200{color:var(--color-primary-200)}.color-primary-300{color:var(--color-primary-300)}.color-primary-400{color:var(--color-primary-400)}.color-primary-500{color:var(--color-primary-500)}.color-primary-600{color:var(--color-primary-600)}.color-primary-700{color:var(--color-primary-700)}.color-primary-800{color:var(--color-primary-800)}.color-primary-900{color:var(--color-primary-900)}.bg-red{background-color:var(--color-error);color:var(--color-primary-text)}.bg-green{background-color:#228b22;color:var(--color-primary-text)}.float-label{position:relative;margin-top:.5em}.float-label label{position:absolute;top:.5em;left:.5em;width:auto;padding:0 .25em;pointer-events:none;color:var(--color-float-label)}.float-label:has(input:focus) label,.float-label:has(input:not(:placeholder-shown)) label,.float-label:has(input:-webkit-autofill) label{transform:translateY(-1.25em);font-size:.7em;background-color:var(--color-bg);z-index:1}.form-input-max :where([type=text],[type=password]){flex-grow:1}.form-input-max .v-select{flex-grow:1}:modal{display:flex;flex-flow:column nowrap;padding:0;max-width:100%;border-radius:.5em;background-color:var(--color-bg);box-shadow:0 0 1rem 0 var(--color-primary)}::backdrop{background-color:var(--color-primary);opacity:.1}.dialog-header{font-family:Pacifico;letter-spacing:.1em;font-size:1.2rem;line-height:1.7em;text-align:center;position:relative;background-color:var(--color-primary);color:var(--color-primary-text)}.dialog-header:hover:after{content:"";position:absolute;width:100px;height:100%;background-image:linear-gradient(135deg,rgba(255,255,255,0) 30%,rgba(255,255,255,.8),rgba(255,255,255,0) 70%);top:0;left:-100px;animation:shine 3s infinite linear}.dialog-content{padding:.5em 1em;overflow-y:auto;flex-grow:1}.dialog-buttons{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:1em;margin-bottom:.5em}.dialog-buttons button{min-width:5em}.google-visualization-tooltip{max-width:30rem;padding:.5rem 1rem!important;z-index:10}.google-visualization-tooltip>div{text-align:justify}.loading{display:block;width:3em;margin:0 auto;background-color:currentColor;color:var(--color-primary);pointer-events:none;aspect-ratio:1/1;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyBzdHlsZT0nc2hhcGUtcmVuZGVyaW5nOiBhdXRvOycgd2lkdGg9JzIwMHB4JyBoZWlnaHQ9JzIwMHB4JyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0neE1pZFlNaWQnPjxwYXRoIGZpbGw9J25vbmUnIHN0cm9rZT0nIzBhMGEwYScgc3Ryb2tlLXdpZHRoPScxMCcgc3Ryb2tlLWRhc2hhcnJheT0nMjA1LjI3MTE0MjU3ODEyNSA1MS4zMTc3ODU2NDQ1MzEyNTYnIGQ9J00yNC4zIDMwQzExLjQgMzAgNSA0My4zIDUgNTBzNi40IDIwIDE5LjMgMjBjMTkuMyAwIDMyLjEtNDAgNTEuNC00MCBDODguNiAzMCA5NSA0My4zIDk1IDUwcy02LjQgMjAtMTkuMyAyMEM1Ni40IDcwIDQzLjYgMzAgMjQuMyAzMHonIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3R5bGU9J3RyYW5zZm9ybTpzY2FsZSgwLjgpO3RyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4Jz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdzdHJva2UtZGFzaG9mZnNldCcgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnIGR1cj0nMnMnIGtleVRpbWVzPScwOzEnIHZhbHVlcz0nMDsyNTYuNTg4OTI4MjIyNjU2MjUnPjwvYW5pbWF0ZT48L3BhdGg+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyBzdHlsZT0nc2hhcGUtcmVuZGVyaW5nOiBhdXRvOycgd2lkdGg9JzIwMHB4JyBoZWlnaHQ9JzIwMHB4JyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0neE1pZFlNaWQnPjxwYXRoIGZpbGw9J25vbmUnIHN0cm9rZT0nIzBhMGEwYScgc3Ryb2tlLXdpZHRoPScxMCcgc3Ryb2tlLWRhc2hhcnJheT0nMjA1LjI3MTE0MjU3ODEyNSA1MS4zMTc3ODU2NDQ1MzEyNTYnIGQ9J00yNC4zIDMwQzExLjQgMzAgNSA0My4zIDUgNTBzNi40IDIwIDE5LjMgMjBjMTkuMyAwIDMyLjEtNDAgNTEuNC00MCBDODguNiAzMCA5NSA0My4zIDk1IDUwcy02LjQgMjAtMTkuMyAyMEM1Ni40IDcwIDQzLjYgMzAgMjQuMyAzMHonIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3R5bGU9J3RyYW5zZm9ybTpzY2FsZSgwLjgpO3RyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4Jz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdzdHJva2UtZGFzaG9mZnNldCcgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnIGR1cj0nMnMnIGtleVRpbWVzPScwOzEnIHZhbHVlcz0nMDsyNTYuNTg4OTI4MjIyNjU2MjUnPjwvYW5pbWF0ZT48L3BhdGg+PC9zdmc+)}.copy-text-button{content:"";display:inline-block;background-image:url(/build/assets/copy-4a8695c5.svg);background-repeat:no-repeat;background-size:cover;background-position:center;width:2em;aspect-ratio:1;cursor:pointer;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;top:0;left:0}@media (max-width: 1024px){.copy-text-button{display:none!important}}.float-message{box-shadow:inset 0 0 .25em 0 var(--color-primary);background-color:var(--color-primary-700);padding:.25em 1em;border-radius:.25em;color:var(--color-primary);z-index:1000;position:fixed;transform:translate(-50%,-50%)}.float-message.error{box-shadow:inset 0 0 .25em 0 var(--color-error);background-color:var(--color-error);color:var(--color-primary-text)}.tox .tox-promotion{display:none}#tooltip-svg{opacity:0;position:absolute;border-radius:.5em;min-width:10em;padding:.25em .5em;background-color:var(--color-primary-900);box-shadow:0 0 1em 0 var(--color-primary)}}@layer pages{.arkan{width:var(--arkan-width, 3em);text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.arkan-views{display:flex;flex-flow:row wrap;justify-content:space-evenly;gap:3rem}.arkan-view>table{margin:0 auto}.arkan-view td{border:none;font-size:1rem}.arkan-view .arkan{line-height:1.5;box-shadow:0 0 3px 1px var(--color-primary);border-radius:.1em}.arkan-view .arkan-number{float:right;color:#ff4500;font-size:.7em;margin-right:.2em}.arkan-view .arkan-value{text-align:center}.arkan-table{margin:2rem auto 0;font-size:.9rem;max-width:100%}.arkan-table tr>th:first-child{padding:0 .5em}.arkan.arkan-hl{background-color:var(--color-primary);color:var(--color-primary-text)}}#tests-header{display:flex;flex-flow:row wrap;justify-content:start;gap:2em}#tests-header #tests-buttons{display:flex;flex-flow:row nowrap;flex-basis:5em;gap:.5em;flex-grow:1}#tests-header #form-search{position:relative;flex:15em 0 0}#tests-header #form-search>button{position:absolute;right:0;top:0}#tests-tags{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;margin-top:1em;gap:1em}#tests-tags>.tag{border-bottom:1px solid var(--color-primary-500);padding:.1em .25em;cursor:pointer}#tests-tags>.tag.active{background-color:var(--color-primary);color:#fff;border-radius:.2em}#tests-tags>.tag>sup{margin-left:.25em}#tests{min-width:60em;max-width:98%}#tests>.test{cursor:pointer;display:flex;justify-content:start;align-items:center;border-bottom:1px solid var(--color-primary)}#tests>.test>.test-tags{font-size:.8em;color:var(--color-primary-500)}#tests>.test .test-title{flex-grow:1;padding:.5em 1em}#tests>.test .test-title.public{color:var(--color-primary);font-weight:700}#tests>.test .test-sort{width:2em;text-align:center;font-size:.8em}#test-view{margin-bottom:5em}#test-view .test{position:relative}#test-view .float-toolbar{position:absolute;top:0;left:0;visibility:hidden;display:flex;gap:.25em;background-color:#fff;z-index:10}#test-view div:hover>.float-toolbar{visibility:visible}#test-questions-menu{display:flex;flex-flow:row wrap;justify-content:center;position:sticky;top:0;background-color:var(--color-primary);color:#fff;border-radius:0 0 .25em .25em;padding:.25em 1em;z-index:10;margin:1em auto}#test-questions-menu>div{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.8em;line-height:1.2em;width:2em}#test-questions-menu>div.has-response{color:gray}#test-questions{margin:0 auto;padding:1em}#test-questions .question{position:relative;display:flex;flex-flow:row nowrap}#test-questions .question>.question-num{flex-basis:1.7em}#test-questions .question>.question-num:after{content:"."}#test-questions .question-answers{display:flex;flex-flow:row wrap;margin:.5em 1.5em 2em;gap:1em}#test-questions .question-answers .question-answer{display:flex;flex-flow:row nowrap;justify-content:start;align-items:center;gap:.5em;position:relative}#test-questions .question-answers .question-answer img{max-width:min(15em,90%);max-height:25em;margin:0 auto}#test-questions .question-answers .question-answer input[type=radio]{border-color:#000}#test-questions .question-answers .question-answer label{flex-grow:1}#test-questions .question-answers .question-answer .answer-ball{background-color:var(--color-primary);color:#fff;min-width:1.8em;border-radius:.25em;text-align:center}#test-questions .question-answers .question-answer .answer-ball[ball="0"]{background-color:silver}#test-questions .has-images{justify-content:center}#test-questions .has-images .question-answer{flex-flow:column nowrap;align-items:center}#test-questions .has-images .question-answer input{margin-left:-1em}#test-questions .row-3 .question-answer{flex-basis:32%}#test-questions .row-4 .question-answer{flex-basis:24%}#test-questions .row-5 .question-answer{flex-basis:19%}#test-questions .column{flex-flow:column nowrap}#test-groups{width:40em;margin:0 auto}#test-groups>div{margin-bottom:1em}#test-descriptions{width:40em;margin:0 auto}#test-descriptions>div{border-bottom:1px solid var(--color-primary);margin-bottom:1em}#test-users{margin:0 auto}#test-users tr>td:first-child{text-align:left}#test-users td{text-align:center}#test-users td button{margin:0 .1em}#edit-form{width:60em;max-width:100%}@media (max-width: 768px){#tests{min-width:auto}#tests .test-tags,#tests .test-thumb,#test-questions-menu{display:none}}@layer pages{#descriptions .descriptions{padding-top:0;overflow-y:auto;height:80vh}#descriptions .descriptions::-webkit-scrollbar{display:none}#descriptions .descriptions-menu{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:.5em;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--color-primary);min-height:2.5rem;background-color:var(--color-bg)}#descriptions .descriptions-menu>div{display:block;padding:.25em .5em;color:gray;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}#descriptions .descriptions-menu .active{box-shadow:inset 0 -5px 4px -4px var(--color-primary)}#descriptions .descriptions-text>div{position:relative;padding:.5rem 0;border-bottom:2px solid var(--color-primary)}#descriptions .descriptions-text .anchor{position:absolute}}
