@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--h1:24px;--h2:22px;--h3:20px;--h4:18px;--p:16px;--p-small:12px;--text-white:#fff;--text-light:#ffffffe6;--text-gray:#ffffff80;--text-dark:#ffffff4d;--text-red:#d60027;--text-link:#8b81e6;--text-input-label:#b6b6b6}@media screen and (width<=900px){:root{--h1:22px;--h2:20px;--h3:16px;--h4:15px;--p:14px}}*{color:var(--text-white);font-family:Montserrat,sans-serif;font-size:var(--p);word-break:break-word;font-weight:400}h1,.h1{font-size:var(--h1);font-weight:700}h2,.h2{font-size:var(--h2);font-weight:700}h3,.h3{font-size:var(--h3);font-weight:600}h4,.h4{font-size:var(--h4);font-weight:500}p,.p{font-size:var(--p);white-space:pre-wrap;font-weight:400}small,.small{font-size:var(--p-small);font-weight:300}strong,.strong{font-weight:600}label{font-size:var(--p)}.text-white{color:var(--text-white)}.text-light{color:var(--text-light)}.text-gray{color:var(--text-gray)}.text-dark{color:var(--text-dark)}.text-red{color:var(--text-red)}.text-cut{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.text-preview{color:#0000;background-color:var(--bg-primary);width:fit-content}:root{--img-small:12px}a{cursor:pointer;text-decoration:none}.text-link{font-size:var(--p);color:var(--text-link);cursor:pointer}@media (hover:hover){.text-link:hover,.text-link:focus-visible{text-decoration:underline}}@media (hover:none){.text-link{text-decoration:underline}}.link-image{cursor:help;position:relative}.link-image:after{content:"";width:var(--img-small);height:var(--img-small);opacity:.5;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2019H5V5H10V3H5C3.89%203%203%203.9%203%205V19C3%2020.1%203.89%2021%205%2021H19C20.1%2021%2021%2020.1%2021%2019V14H19V19ZM14%203V5H17.59L7.76%2014.83L9.17%2016.24L19%206.41V10H21V3H14Z'%20fill='white'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;right:-16px;transform:translateY(-50%)}.image-gray{opacity:.5}:root{--button-bg:#322f39;--button-hover:#55515c;--button-bg-green:#006500;--button-hover-green:#008810;--button-bg-red:#7a141a;--button-hover-red:#a91922;--button-bg-tp:#fff0;--button-hover-tp:#ffffff1f;--button-bg-clicked:#4b4753;--button-bg-disabled:#2e2c35;--button-height:36px;--button-img:24px;--button-height-big:48px;--button-img-big:36px;--button-padding:4px;--button-gap:4px}button{width:min(200px,100%);min-height:var(--button-height);padding:var(--button-padding);justify-content:center;align-items:center;gap:var(--button-gap);color:var(--text-white);font-size:var(--p);border-radius:var(--border-radius);background-color:var(--button-bg);-webkit-user-select:none;user-select:none;cursor:pointer;border:none;outline:none;text-decoration:none;display:flex;overflow:hidden}button.green{background-color:var(--button-bg-green)}button.red{background-color:var(--button-bg-red)}button.tp{background-color:var(--button-bg-tp)}button:disabled{cursor:not-allowed;color:var(--text-dark);background-color:var(--button-bg-disabled)}button:disabled p{color:var(--text-dark)}button:disabled img{opacity:.3}button.clicked{background-color:var(--button-bg-clicked)}@media (hover:hover){button:hover,button:focus-visible{background-color:var(--button-hover)}button.green:hover,button.green:focus-visible{background-color:var(--button-hover-green)}button.red:hover,button.red:focus-visible{background-color:var(--button-hover-red)}button.tp:hover,button.tp:focus-visible{background-color:var(--button-hover-tp)}button:disabled:hover,button:disabled:focus-visible{background-color:var(--button-bg-disabled)}}@media (hover:none){button:active{background-color:var(--button-hover)}button.green:active{background-color:var(--button-hover-green)}button.red:active{background-color:var(--button-hover-red)}button.tp:active{background-color:var(--button-hover-tp)}button:disabled:active{background-color:var(--button-bg-disabled)}}:root{--border-input:#666;--border-input-focus:#1ca02c;--border-input-error:#d60027}input[type=text]{width:100%;height:var(--button-height);padding:var(--button-padding);color:var(--text-white);font-size:var(--p);background-color:var(--bg-secondary);border:1px solid var(--border-input);border-radius:var(--border-radius);outline:none;text-decoration:none;display:block}textarea{width:100%;height:200px;min-height:var(--button-height);max-height:500px;padding:8px var(--button-padding) var(--button-padding) var(--button-padding);color:var(--text-white);font-size:var(--p);background-color:var(--bg-secondary);border:1px solid var(--border-input);border-radius:var(--border-radius);resize:vertical;outline:none;text-decoration:none;display:block}.textarea-block{width:100%;padding:var(--button-padding);color:var(--text-light);background-color:var(--bg-secondary);border:1px solid var(--border-input);border-radius:var(--border-radius);white-space:pre-wrap;cursor:not-allowed;text-decoration:none}input[type=text]:not(:read-only):focus,textarea:not(:read-only):focus{border:1px solid var(--border-input-focus)}input[type=text]:read-only,textarea:read-only{color:var(--text-gray);cursor:not-allowed}input[type=text]::placeholder{color:var(--text-dark)}input[type=text]:-webkit-autofill{transition:background-color 600000s,color 600000s}input[type=text]:-webkit-autofill:focus{transition:background-color 600000s,color 600000s}input[type=radio]{appearance:none;background-color:#fff;border-radius:50%;width:16px;height:16px;position:relative}input[type=radio]:before{content:"";background-color:var(--bg-secondary);visibility:hidden;border-radius:50%;width:10px;height:10px;position:absolute;top:3px;left:3px}input[type=radio]:checked:before{visibility:visible}:root{--select-item-bg:#322f39;--select-item-hover:#55515c}#page-loading{background-image:url(/assets/waiting-D9xn2E7Y.gif);background-color:var(--bg-transparent);width:100%;height:100%;z-index:var(--z-loading);opacity:0;cursor:wait;background-position:50%;background-repeat:no-repeat;animation:.5s ease-in forwards page-loading-animation;position:fixed;top:0;left:0}@keyframes page-loading-animation{0%{opacity:0}to{opacity:1}}@media screen and (width<=900px){#page-loading{background-size:50%}}:root{--bg-primary:#1b1a1f;--bg-secondary:#242328;--bg-transparent:#15151586;--border-primary:#413f46;--border-radius:4px;--gap-small:12px;--gap-medium:20px;--scrollbar-width:6px;--z-under:-1;--z-main:0;--z-over:1;--z-above:2;--z-nav-bg:3;--z-nav-content:4;--z-nav:5;--z-modal:10;--z-loading:100}@media screen and (width<=900px){:root{--scrollbar-width:4px}}*{box-sizing:border-box;scroll-behavior:smooth;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;margin:0;padding:0;list-style-type:none;transition:all .2s}::-webkit-scrollbar{width:var(--scrollbar-width)}::-webkit-scrollbar-track{border-radius:var(--border-radius);background-color:#0000}::-webkit-scrollbar-thumb{border-radius:var(--border-radius);background-color:var(--border-primary)}html,body{width:100%;height:100%}body{background-color:var(--bg-primary)}article{width:100%;height:100%;min-height:770px;display:flex}hr{border:none;border-bottom:1px solid var(--border-primary);width:100%}.flex-row{gap:var(--gap-small);flex-direction:row;display:flex}.flex-col{gap:var(--gap-small);flex-direction:column;display:flex}@media screen and (width<=900px){article{flex-direction:column}}.button-image{width:fit-content;min-width:var(--button-height);gap:0}.button-image p{padding:0 var(--button-gap)}.button-image_width100{width:100%}.button-image_atStart{justify-content:flex-start}.button-image img{width:var(--button-img);height:var(--button-img)}:root{--button-profile-img:40px}.button-profile{width:100%;height:var(--button-height-big);justify-content:flex-start;display:flex}.button-profile img{width:var(--button-profile-img);height:var(--button-profile-img);background-color:var(--bg-primary);object-fit:cover;border-radius:50%}.button-profile__text{width:calc(100% - var(--button-profile-img) - var(--button-gap) - var(--button-padding));flex-direction:column;display:flex}.button-profile__text p,.button-profile__text small{text-align:left}.button-profile_preview .button-profile__text p,.button-profile_preview .button-profile__text small{color:#0000;background-color:var(--bg-primary);width:fit-content}aside{background-color:var(--bg-secondary);border-right:1px solid var(--border-primary);width:300px;padding:var(--gap-medium)}aside>a .button-profile img{background-color:#0000}@media screen and (width<=900px){aside{border-right:none;border-bottom:1px solid var(--border-primary);width:100%;padding:var(--gap-small)}}.fullscreen{flex:1;height:100%;position:relative}.fullscreen__controls{top:50%;right:calc(var(--gap-medium) + 4px);z-index:var(--z-over);position:absolute;transform:translateY(-50%)}.fullscreen div{transition:all}.fullscreen__image-wrapper{cursor:grab;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.fullscreen__image-wrapper img{max-width:calc(100% - var(--gap-medium) - var(--gap-medium));object-fit:contain;max-height:100%}@media screen and (width<=900px){.fullscreen{justify-content:center;align-items:flex-start;width:100%;display:flex}.fullscreen__controls{top:calc(var(--gap-small) + var(--gap-small));right:calc(var(--gap-small) + var(--gap-small));transform:translate(0)}.fullscreen__controls button{border:1px solid #fff}.fullscreen__image-wrapper{height:100%;margin:160px 0}.fullscreen__image-wrapper img{max-width:calc(100% - var(--gap-small) - var(--gap-small))}}.section-notFound{padding:var(--gap-medium)}
