@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Unbounded:wght@200..900&display=swap";@import"https://fonts.cdnfonts.com/css/minecraft-3?styles=41305";@font-face{font-family:MinecraftAll;src:url(/fonts/minecraft.ttf) format("truetype");font-weight:400;font-style:normal}:root{--primary: #8391F7;--secondary: #ACA0FF;--primary-background: #181B33;--secondary-background: #2B2E41;--secondary-background-rgb: 43, 46, 65;--primary-text-color: #DCE0F4;--secondary-text-color: #7E8191;--h-text-color: #F2F4FF;--black-color: #0E0F1D;--gradient: linear-gradient(90deg, #8391F7, #ACA0FF);--red: #D94646;--green: #4CAF50;--union: linear-gradient(90deg, #8941CF 0%, #D2A5FE 100%);--star: linear-gradient(90deg, #00A4CC 0%, #005E75 100%);--primary-filter: brightness(0) saturate(100%) invert(66%) sepia(55%) saturate(4016%) hue-rotate(204deg) brightness(99%) contrast(96%);--padding-inline: 6.25vw;--text-size: clamp(1.125rem, 1.7vw, 1.3125rem);--small-text-size: clamp(1.0625rem, 1.5vw, 1.1875rem);--very-small-text-size: clamp(1rem, 1.2vw, 1.0625rem);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 400px){:root{--padding-inline: 3vw}}@media (max-width: 340px){:root{--padding-inline: 2vw}}#app{overflow-x:hidden;z-index:-1}*{margin:0}.separator{background:#fff3;width:100%;height:2px;border-radius:2px}body,html{margin:0 auto;background:#181b33;scroll-behavior:smooth;scroll-padding-top:70px;z-index:-2;position:relative;overflow-x:hidden}.small-text{color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal}p{color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal}h1{color:var(--h-text-color);font-family:Unbounded,sans-serif;font-style:normal;font-weight:600;line-height:normal;font-size:clamp(32px,5vw,48px)}h2{color:var(--h-text-color);font-family:Unbounded,sans-serif;font-style:normal;font-weight:500;line-height:normal;font-size:clamp(28px,4vw,35px)}h3{color:var(--h-text-color);font-family:Unbounded,sans-serif;font-style:normal;font-weight:500;line-height:normal;font-size:clamp(24px,3.5vw,30px)}h4{color:var(--h-text-color);font-family:Unbounded,sans-serif;font-style:normal;font-weight:500;line-height:normal;font-size:clamp(20px,3vw,25px)}.button-a{text-decoration:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:1000px}::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.e-title{background:linear-gradient(90deg,#8391f8 .1%,#aca0ff 50.04%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.logo{width:44px;height:44px}a,.router-link-active{color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;text-decoration:inherit;transition:color .1s ease-in,transform .1s ease-in}a:hover{color:var(--primary)}a:active{transform:scale(.99)}.secondary-link{color:var(--secondary-text-color);text-decoration:none}.primary-link{color:var(--primary);text-decoration:none}.primary-link:hover{color:var(--secondary-text-color)}*:disabled{opacity:.5!important;cursor:not-allowed!important}.price{color:var(--primary, #8391F7);text-align:center;font-family:Unbounded;font-size:25px;font-style:normal;font-weight:500;line-height:normal}.spinner{display:inline-block;border:3px solid rgba(220,224,244,.3);border-radius:50%;border-top-color:var(--primary);animation:spin 1s linear infinite;vertical-align:middle}.spinner.small{width:14px;height:14px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}.loader{animation-name:pulse;animation-duration:1s;animation-iteration-count:infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.form-item{display:flex;height:60px;align-items:center;align-self:stretch;border-radius:162px;background:var(--secondary-background, #2B2E41);box-sizing:border-box;opacity:90%;transition:opacity .2s;position:relative;overflow:hidden}.form-item label{display:flex;width:60px;justify-content:center;align-items:center;min-width:60px}.form-item input{height:100%;background:none;border:none;align-self:stretch;width:100%;box-sizing:border-box;padding:0;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto;background-color:transparent!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 9999999s;-webkit-text-fill-color:#fff!important}.form-item input::placeholder{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto}.form-item input:focus{border:none;outline:none}.form-item:before{content:"";position:absolute;width:100%;height:2px;z-index:2;bottom:0;background-color:transparent;transition:background-color .2s}.form-item:has(input:focus):before{background-color:var(--primary)}.form-item:hover{opacity:100%}.form-item:focus label{filter:var(--primary-filter)}.red{color:var(--red)}.green{color:var(--green)}.gray{color:var(--secondary-text-color)}.info-div{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100vw;height:50vh;gap:30px;padding-inline:var(--padding-inline);box-sizing:border-box}.info-div img{width:100%;height:auto;max-width:350px}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:var(--primary-background);z-index:9999;padding-inline:var(--padding-inline);box-sizing:border-box}.preloader img{aspect-ratio:1/1;width:100%;height:100%;max-width:100px;transition:opacity 1.3s ease;animation:blink 1.3s infinite ease-in-out}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.custom-block{line-height:24px;font-size:var(--small-text-size);color:var(--primary-text-color);width:100%;display:flex;box-sizing:border-box;flex-direction:column;padding:20px 20px 25px;align-items:flex-start;gap:15px;align-self:stretch;border-radius:20px;border:1px solid;background:var(--secondary-background, #1A1D2E)}.custom-block-title{position:relative;display:flex;font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:500;line-height:1.3;margin:0}.custom-block p{flex-shrink:1}.custom-block p+p{margin:8px 0}.custom-block a{color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:opacity .25s}.custom-block a:not(.discord-channel):hover{opacity:.75}.custom-block code{font-size:var(--vp-custom-block-code-font-size)}.custom-block.custom-block th,.custom-block.custom-block blockquote>p{font-size:var(--vp-custom-block-font-size);color:inherit}.custom-block p:not(.custom-block-title){position:relative;padding-left:17px;font-family:Inter,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal}.custom-block p:not(.custom-block-title):before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background-color:#ffffff1a}.custom-block-title:before{content:"";display:inline-block;width:24px;height:24px;background-size:contain;background-repeat:no-repeat;margin-right:8px}.custom-block.info{border-color:#547bff33}.custom-block.info .custom-block-title:before{background-image:url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5 15C27.5 21.9035 21.9035 27.5 15 27.5C8.09644 27.5 2.5 21.9035 2.5 15C2.5 8.09644 8.09644 2.5 15 2.5C21.9035 2.5 27.5 8.09644 27.5 15Z' fill='%23547BFF'/%3E%3Cpath d='M15 22.1875C15.5178 22.1875 15.9375 21.7677 15.9375 21.25V13.75C15.9375 13.2322 15.5178 12.8125 15 12.8125C14.4822 12.8125 14.0625 13.2322 14.0625 13.75V21.25C14.0625 21.7677 14.4822 22.1875 15 22.1875Z' fill='%23181B33'/%3E%3Cpath d='M15 8.75C15.6904 8.75 16.25 9.30964 16.25 10C16.25 10.6904 15.6904 11.25 15 11.25C14.3096 11.25 13.75 10.6904 13.75 10C13.75 9.30964 14.3096 8.75 15 8.75Z' fill='%23181B33'/%3E%3C/svg%3E")}.custom-block.info .custom-block-title{color:#547bff}.custom-block.tip{border-color:#4caf5033}.custom-block.tip .custom-block-title:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.5625%2023.3859C11.5625%2022.8615%2011.9822%2022.4365%2012.5%2022.4365H17.5C18.0178%2022.4365%2018.4375%2022.8615%2018.4375%2023.3859C18.4375%2023.9101%2018.0178%2024.3353%2017.5%2024.3353H12.5C11.9822%2024.3353%2011.5625%2023.9101%2011.5625%2023.3859ZM12.3958%2026.5504C12.3958%2026.026%2012.8156%2025.601%2013.3334%2025.601H16.6666C17.1844%2025.601%2017.6041%2026.026%2017.6041%2026.5504C17.6041%2027.0748%2017.1844%2027.4998%2016.6666%2027.4998H13.3334C12.8156%2027.4998%2012.3958%2027.0748%2012.3958%2026.5504Z%22%20fill%3D%22%234CAF50%22/%3E%3Cpath%20d%3D%22M9.26323%2017.2854L10.6433%2018.6009C11.0305%2018.9699%2011.25%2019.4844%2011.25%2020.0227C11.25%2020.8316%2011.8975%2021.4874%2012.6962%2021.4874H17.3038C18.1025%2021.4874%2018.75%2020.8316%2018.75%2020.0227C18.75%2019.4844%2018.9695%2018.9699%2019.3568%2018.6009L20.7367%2017.2854C22.6632%2015.4351%2023.739%2013.0042%2023.7499%2010.4771L23.75%2010.371C23.75%206.05304%2019.8325%202.5%2015%202.5C10.1675%202.5%206.25%206.05304%206.25%2010.371L6.25009%2010.4771C6.26094%2013.0042%207.33674%2015.4351%209.26323%2017.2854Z%22%20fill%3D%22%234CAF50%22/%3E%3C/svg%3E)}.custom-block.tip .custom-block-title{color:var(--green)}.custom-block.warning{border-color:#e9c34533!important}.custom-block.warning .custom-block-title:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M15%203.75C12.1116%203.75%2010.2876%206.98395%206.63964%2013.4519L6.18506%2014.2579C3.15364%2019.6326%201.63793%2022.32%203.00782%2024.285C4.37771%2026.25%207.76695%2026.25%2014.5454%2026.25H15.4546C22.233%2026.25%2025.6222%2026.25%2026.9921%2024.285C28.3621%2022.32%2026.8464%2019.6326%2023.8149%2014.2579L23.3604%2013.4519C19.7124%206.98395%2017.8884%203.75%2015%203.75Z%22%20fill%3D%22%23E9C345%22/%3E%3Cpath%20d%3D%22M15%209.0625C15.5178%209.0625%2015.9375%209.48224%2015.9375%2010V16.25C15.9375%2016.7677%2015.5178%2017.1875%2015%2017.1875C14.4822%2017.1875%2014.0625%2016.7677%2014.0625%2016.25V10C14.0625%209.48224%2014.4822%209.0625%2015%209.0625Z%22%20fill%3D%22%23181B33%22/%3E%3Cpath%20d%3D%22M15%2021.25C15.6904%2021.25%2016.25%2020.6904%2016.25%2020C16.25%2019.3096%2015.6904%2018.75%2015%2018.75C14.3096%2018.75%2013.75%2019.3096%2013.75%2020C13.75%2020.6904%2014.3096%2021.25%2015%2021.25Z%22%20fill%3D%22%23181B33%22/%3E%3C/svg%3E)}.custom-block.warning .custom-block-title{color:var(--yellow)}.custom-block.danger{border-color:#d9464633!important}.custom-block.danger .custom-block-title:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M27.5%2015C27.5%208.09644%2021.9035%202.5%2015%202.5C8.09644%202.5%202.5%208.09644%202.5%2015C2.5%2021.9035%208.09644%2027.5%2015%2027.5C21.9035%2027.5%2027.5%2021.9035%2027.5%2015Z%22%20fill%3D%22%23D94646%22/%3E%3Cpath%20d%3D%22M15%207.8125C15.5178%207.8125%2015.9375%208.23224%2015.9375%208.75V16.25C15.9375%2016.7677%2015.5178%2017.1875%2015%2017.1875C14.4822%2017.1875%2014.0625%2016.7677%2014.0625%2016.25V8.75C14.0625%208.23224%2014.4822%207.8125%2015%207.8125Z%22%20fill%3D%22%23181B33%22/%3E%3Cpath%20d%3D%22M15%2021.25C15.6904%2021.25%2016.25%2020.6904%2016.25%2020C16.25%2019.3096%2015.6904%2018.75%2015%2018.75C14.3096%2018.75%2013.75%2019.3096%2013.75%2020C13.75%2020.6904%2014.3096%2021.25%2015%2021.25Z%22%20fill%3D%22%23181B33%22/%3E%3C/svg%3E)}.custom-block.danger .custom-block-title{color:var(--red)}.custom-block.details{border-color:var(--vp-custom-block-details-border)}.custom-block.details summary{margin:0 0 8px;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-block.details summary+p{margin:8px 0}.transparent{background-color:#1c1c1e99!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:fit-content}.secondary-button[data-v-e9961267]{display:flex;padding:9px 20px;justify-content:center;align-items:center;gap:10px;border-radius:55px;border:2px solid var(--secondary);background:#0000001a;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);color:#fff;font-family:Inter,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;cursor:pointer;transition:opacity .2s ease-in,transform .2s ease-in;opacity:.9}.secondary-button span[data-v-e9961267]{opacity:.9;transition:opacity .2s ease-in}.secondary-button:hover span[data-v-e9961267],.secondary-button[data-v-e9961267]:hover{opacity:1}.secondary-button[data-v-e9961267]:active{transform:scale(.99)}.secondary-button[data-v-7404dfe6]{display:flex;padding:9px 20px;border-radius:55px;border:none;background:var(--primary);color:#fff;font-family:Inter,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;cursor:pointer;transition:opacity .2s ease-in,transform .2s ease-in;opacity:.9;position:relative}.secondary-button.loading[data-v-7404dfe6]{cursor:not-allowed}.content-wrapper[data-v-7404dfe6]{justify-content:center;align-items:center;gap:10px;display:flex;max-height:25px}.icon[data-v-7404dfe6]{max-height:25px}.secondary-button span[data-v-7404dfe6]{opacity:.9;transition:opacity .2s ease-in}.secondary-button:hover span[data-v-7404dfe6],.secondary-button[data-v-7404dfe6]:hover{opacity:1}.secondary-button[data-v-7404dfe6]:active{transform:scale(.99)}.secondary-button.loading .content-wrapper[data-v-7404dfe6]{visibility:hidden}.dots-wrapper[data-v-7404dfe6]{display:inline-flex;align-items:center;gap:5px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.dot[data-v-7404dfe6]{width:8px;height:8px;background:var(--h-text-color);border-radius:50%;animation:bounce-7404dfe6 .6s infinite ease-in-out both}.dot[data-v-7404dfe6]:nth-child(1){animation-delay:0s}.dot[data-v-7404dfe6]:nth-child(2){animation-delay:.2s}.dot[data-v-7404dfe6]:nth-child(3){animation-delay:.4s}@keyframes bounce-7404dfe6{0%,80%,to{transform:translateY(0);opacity:.3}40%{transform:translateY(-4px);opacity:1}}.hero-enter-active[data-v-13d46e7b],.hero-leave-active[data-v-13d46e7b]{transition:opacity .5s ease,transform .5s ease}.hero-enter-from[data-v-13d46e7b]{opacity:0;transform:translateY(5px)}.hero-enter-to[data-v-13d46e7b],.hero-leave-from[data-v-13d46e7b]{opacity:1;transform:translateY(0)}.hero-leave-to[data-v-13d46e7b]{opacity:0;transform:translateY(5px)}.hero-content[data-v-13d46e7b]{display:inline-flex;align-items:center;gap:20px}.hero-component-icon[data-v-13d46e7b]{width:50px;height:50px}.hero-component-text[data-v-13d46e7b]{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.hero-info[data-v-e46c20b6]{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;border-top:2px solid rgba(255,255,255,.05);background:linear-gradient(0deg,#181b33,#181b3333);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);min-height:175px;bottom:0;max-width:100vw;gap:40px;padding-inline:20px}@media (max-width: 930px){.hero-info[data-v-e46c20b6]{flex-direction:column;padding-block:20px;padding-left:calc((100vw - 326px)/2);align-items:flex-start}}.container[data-v-9a6762a0]{position:fixed;z-index:1001;top:80px;transform:translate(-50%);left:50%;overflow:hidden;display:flex}.notificator[data-v-9a6762a0]{box-sizing:border-box;justify-content:space-between;flex-shrink:0;overflow:hidden;background:#0000004d;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);z-index:1001;display:inline-flex;padding:15px 20px;flex-direction:column;align-items:flex-start;gap:10px;border-radius:50px;border:2px solid rgba(255,255,255,.15)}.slide-down-enter-from[data-v-9a6762a0],.slide-down-appear-from[data-v-9a6762a0]{transform:translateY(-100%)}.slide-down-enter-active[data-v-9a6762a0],.slide-down-appear-active[data-v-9a6762a0]{transition:transform .3s ease-out,opacity .3s ease-out}.slide-down-enter-to[data-v-9a6762a0],.slide-down-appear-to[data-v-9a6762a0],.slide-down-leave-from[data-v-9a6762a0]{transform:translateY(0)}.slide-down-leave-active[data-v-9a6762a0]{transition:transform .3s ease-in}.slide-down-leave-to[data-v-9a6762a0]{transform:translateY(-100%)}.main_ellipse[data-v-4dfcc745]{position:absolute;transform:translateY(500px);z-index:-1}.hero[data-v-4dfcc745]{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;background:url(/HomeBackground.webp) no-repeat center center / cover;position:relative;gap:144px}.hero-content[data-v-4dfcc745]{display:flex;flex-direction:column;align-items:flex-start;gap:70px;padding-inline:var(--padding-inline);padding-top:254px;z-index:1}.hero-content-div[data-v-4dfcc745]{position:absolute;background-color:#181b3399;z-index:0;display:none;width:100%}.hero-text[data-v-4dfcc745]{display:flex;flex-direction:column;align-items:flex-start;gap:35px;align-self:stretch;max-width:725px;z-index:1}.hero-buttons[data-v-4dfcc745]{display:flex;align-items:center;gap:50px}@media (max-width: 1680px){.hero-content-div[data-v-4dfcc745]{display:block}}@media (max-width: 930px){.hero[data-v-4dfcc745]{background-image:url(/HomeBackgroundBig.webp)}}@media (max-width: 400px){.hero-buttons[data-v-4dfcc745]{gap:20px;flex-direction:column;align-items:flex-start}.hero-content[data-v-4dfcc745]{padding-top:180px;gap:50px}}.advantage[data-v-4dfcc745]{display:flex;width:100%;padding:100px var(--padding-inline);align-items:center;gap:50px;box-sizing:border-box}.advantage-buttons[data-v-4dfcc745]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex:1 0 0;align-self:stretch;gap:50px}.advantage_text[data-v-4dfcc745]{display:flex;flex-direction:column;align-items:flex-start;gap:50px;flex:1 0 0;width:100%;position:relative}.advantage_text h2[data-v-4dfcc745]{position:relative;display:inline-block}.advantage_text h2[data-v-4dfcc745]:after{display:block;content:"";position:absolute;bottom:-4px;background:var(--gradient);left:0;height:4px;border-radius:10px;width:100%}.advantage img[data-v-4dfcc745]{max-width:815px;width:100%;flex:1 0 0;aspect-ratio:1920/1080;border-radius:20px;min-width:600px;z-index:1}.advantage_text ul[data-v-4dfcc745]{list-style:none;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch}.advantage_text ul li[data-v-4dfcc745]{display:flex;align-items:center;gap:20px;width:100%;padding:20px 15px;background-color:var(--secondary-background);border-radius:10px;box-sizing:border-box}.advantage_text ul li svg[data-v-4dfcc745]{width:60px;height:60px;aspect-ratio:1/1;flex-shrink:0}@media (max-width: 1600px){.advantage[data-v-4dfcc745]{flex-direction:column}#advantage-2[data-v-4dfcc745]{flex-direction:column-reverse}}@media (max-width: 500px){.advantage_text ul li[data-v-4dfcc745]{flex-direction:column}}.discord-info[data-v-4dfcc745]{display:flex;padding:70px var(--padding-inline);justify-content:space-between;align-items:center;box-sizing:border-box;position:relative}.discord-info svg[data-v-4dfcc745]{position:absolute;left:0;z-index:0}.discord-info img[data-v-4dfcc745]{max-height:364px;width:auto;height:25vw;z-index:1}.discord-info-content[data-v-4dfcc745]{display:flex;flex-direction:column;align-items:flex-start;gap:70px;flex-shrink:0;max-width:701px;width:100%;z-index:1}.discord-info-text[data-v-4dfcc745]{display:flex;flex-direction:column;align-items:flex-start;gap:35px;align-self:stretch}@media (max-width: 1300px){.discord-info img[data-v-4dfcc745]{display:none}}.faq[data-v-4dfcc745]{display:flex;padding:70px var(--padding-inline);flex-direction:column;align-items:center;gap:40px}.faq ul[data-v-4dfcc745]{display:flex;max-width:1200px;flex-direction:column;align-items:flex-start;align-self:center;width:100%;list-style:none;padding:0;overflow:hidden;height:fit-content;border-radius:10px}.faq li[data-v-4dfcc745]{display:flex;height:100%;padding:30px 20px;flex-direction:column;align-items:flex-start;gap:27px;align-self:stretch;background:var(--secondary-background);box-sizing:border-box;transition:max-height .2s}.faq-title[data-v-4dfcc745]{display:flex;justify-content:space-between;align-items:center;align-self:stretch;cursor:pointer}.faq li.active[data-v-4dfcc745]{height:fit-content}.faq li svg[data-v-4dfcc745]{transition:transform .2s;aspect-ratio:1/1;min-width:30px;min-height:auto}.faq li.active svg[data-v-4dfcc745]{transform:rotate(-45deg)}.page[data-v-6be72076]{background:url(/BluredBackground.webp) no-repeat center center / cover;display:flex;height:100vh;padding:280px var(--padding-inline);flex-direction:column;align-items:center;flex-shrink:0;box-sizing:border-box}@media (height < 800px){.page[data-v-6be72076]{padding:100px var(--padding-inline)}}.container[data-v-6be72076]{display:flex;max-width:450px;flex-direction:column;justify-content:center;align-items:center;gap:50px;border-radius:10px;width:100%;background:var(--primary-background, #181B33)}.container-header[data-v-6be72076]{display:flex;padding:15px 20px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-bottom:2px solid rgba(255,255,255,.15)}.container-header section[data-v-6be72076]{display:flex;height:44px;align-items:center;gap:15px;align-self:stretch}.container-content[data-v-6be72076]{display:flex;padding:0 20px;flex-direction:column;align-items:center;gap:40px;align-self:stretch}.container-footer[data-v-6be72076]{display:flex;padding:15px 20px;flex-direction:column;justify-content:center;align-items:flex-end;gap:10px;align-self:stretch;border-top:2px solid rgba(255,255,255,.15)}.container-form[data-v-6be72076]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.container-form-footer[data-v-6be72076]{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.container-form form[data-v-6be72076]{display:flex;flex-direction:column;align-items:flex-start;gap:15px;align-self:stretch}.form-item[data-v-6be72076]{display:flex;height:60px;align-items:center;align-self:stretch;border-radius:162px;background:var(--secondary-background, #2B2E41);box-sizing:border-box;opacity:90%;transition:opacity .2s;position:relative;overflow:hidden}.form-item label[data-v-6be72076]{display:flex;width:60px;justify-content:center;align-items:center;min-width:60px}.form-item input[data-v-6be72076]{height:100%;background:none;border:none;align-self:stretch;width:100%;box-sizing:border-box;padding:0;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto;background-color:transparent!important}input[data-v-6be72076]:-webkit-autofill,input[data-v-6be72076]:-webkit-autofill:hover,input[data-v-6be72076]:-webkit-autofill:focus,input[data-v-6be72076]:-webkit-autofill:active{transition:background-color 9999999s;-webkit-text-fill-color:#fff!important}.form-item input[data-v-6be72076]::placeholder{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto}.form-item input[data-v-6be72076]:focus{border:none;outline:none}.form-item[data-v-6be72076]:before{content:"";position:absolute;width:100%;height:2px;z-index:2;bottom:0;background-color:transparent;transition:background-color .2s}.form-item[data-v-6be72076]:has(input:focus):before{background-color:var(--primary)}.form-item[data-v-6be72076]:hover{opacity:100%}.form-item:focus label[data-v-6be72076]{filter:var(--primary-filter)}.checkbox-container[data-v-93463ce3]{--checkbox-size: clamp(22px, 1.2em, 26px);display:inline-flex;align-items:center;justify-content:center;gap:10px;width:fit-content;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.3;flex-shrink:0}input[type=checkbox][data-v-93463ce3]{display:none}.checkmark[data-v-93463ce3]{width:var(--checkbox-size);height:var(--checkbox-size);min-width:var(--checkbox-size);border:2px solid var(--primary);border-radius:4px;display:flex;justify-content:center;align-items:center;padding:2px;box-sizing:border-box;background-color:transparent;transition:background-color .3s ease}input:checked+.checkmark[data-v-93463ce3]{background-color:var(--primary)}.checkmark svg[data-v-93463ce3]{width:100%;height:100%}.checkmark svg path[data-v-93463ce3]{stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .5s ease}input:checked+.checkmark svg path[data-v-93463ce3]{stroke-dashoffset:0}.checkbox-label[data-v-93463ce3]{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:inherit;font-style:normal;font-weight:400;line-height:1.3}.page[data-v-eaba166d]{background:url(/BluredBackground.webp) no-repeat center center / cover;display:flex;height:100vh;padding:120px var(--padding-inline);flex-direction:column;align-items:center;flex-shrink:0;box-sizing:border-box}@media (height < 800px){.page[data-v-eaba166d]{padding:20px var(--padding-inline)}}.container[data-v-eaba166d]{display:flex;max-width:615px;flex-direction:column;justify-content:center;align-items:center;gap:50px;border-radius:10px;width:100%;background:var(--primary-background, #181B33)}.container-header[data-v-eaba166d]{display:flex;padding:15px 20px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-bottom:2px solid rgba(255,255,255,.15)}.container-header section[data-v-eaba166d]{display:flex;height:44px;align-items:center;gap:15px;align-self:stretch}.container-content[data-v-eaba166d]{display:flex;padding:0 20px;flex-direction:column;align-items:center;gap:40px;align-self:stretch}.container-footer[data-v-eaba166d]{display:flex;padding:15px 20px;flex-direction:column;justify-content:center;align-items:flex-end;gap:10px;align-self:stretch;border-top:2px solid rgba(255,255,255,.15)}.container-form[data-v-eaba166d]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.container-form-footer[data-v-eaba166d]{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.container-form form[data-v-eaba166d]{display:flex;flex-direction:column;align-items:flex-start;gap:15px;align-self:stretch}.form-item[data-v-eaba166d]{display:flex;height:60px;align-items:center;align-self:stretch;border-radius:162px;background:var(--secondary-background, #2B2E41);box-sizing:border-box;opacity:90%;transition:opacity .2s;overflow:hidden;position:relative}.form-item label[data-v-eaba166d]{display:flex;width:60px;justify-content:center;align-items:center;min-width:60px}.form-item input[data-v-eaba166d]{height:100%;background:none;border:none;align-self:stretch;width:100%;box-sizing:border-box;padding:0;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto;border-bottom-right-radius:50px;border-top-right-radius:50px}input[data-v-eaba166d]:-webkit-autofill,input[data-v-eaba166d]:-webkit-autofill:hover,input[data-v-eaba166d]:-webkit-autofill:focus,input[data-v-eaba166d]:-webkit-autofill:active{transition:background-color 9999999s;-webkit-text-fill-color:#fff!important}.form-item input[data-v-eaba166d]::placeholder{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto}.form-item input[data-v-eaba166d]:focus{border:none;outline:none}.form-item[data-v-eaba166d]:before{content:"";position:absolute;width:100%;height:2px;z-index:2;bottom:0;background-color:transparent;transition:background-color .2s}.form-item[data-v-eaba166d]:has(input:focus):before{background-color:var(--primary)}.form-item[data-v-eaba166d]:hover{opacity:100%}.form-item:focus label[data-v-eaba166d]{filter:var(--primary-filter)}.nickname-note[data-v-eaba166d]{display:flex;align-items:flex-start;gap:12px;align-self:stretch;box-sizing:border-box;padding:16px;border-radius:16px;background:var(--secondary-background)}.nickname-note p[data-v-eaba166d]{color:var(--h-text-color);font-family:Inter,sans-serif;font-size:var(--very-small-text-size)}.nickname-note-content[data-v-eaba166d]{display:flex;flex-direction:column;gap:12px;min-width:0}.nickname-confirmation[data-v-eaba166d]{color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--very-small-text-size)}.role[data-v-c28579a1]{position:relative;display:inline-block;cursor:pointer;width:24px;height:24px}.role img[data-v-c28579a1]{width:100%;aspect-ratio:1/1}.role-name[data-v-c28579a1]{position:absolute;top:-50px;left:50%;transform:translate(-50%) scale(.8);transform-origin:center bottom;padding:6px 10px;border-radius:6px;background-color:var(--secondary-background, #181B33);color:var(--primary-text-color, #fff);font-family:Inter,sans-serif;font-size:var(--very-small-text-size);font-weight:400;line-height:normal;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease-out,transform .3s cubic-bezier(.2,1,.3,1);box-shadow:0 2px 4px #0003,0 8px 16px #0006,0 0 0 1px #0000001a}.role:hover .role-name[data-v-c28579a1]{visibility:visible;opacity:1;animation:popout-c28579a1 .3s cubic-bezier(.2,1,.3,1) forwards}@keyframes popout-c28579a1{0%{transform:translate(-50%) scale(.8)}60%{transform:translate(-50%) scale(1.05)}to{transform:translate(-50%) scale(1)}}.offseason-block[data-v-4d289849]{position:relative;display:grid;padding:32px;background-color:var(--secondary-background);border-radius:16px;width:100%;overflow:hidden;box-shadow:0 4px 24px #0000001a}.content-layer[data-v-4d289849]{grid-area:1 / 1;position:relative;z-index:10;display:flex;justify-content:space-between;flex-direction:column;gap:40px;width:100%}.fade-bg-enter-active[data-v-4d289849],.fade-bg-leave-active[data-v-4d289849]{transition:opacity 1s ease-in-out}.fade-bg-enter-from[data-v-4d289849],.fade-bg-leave-to[data-v-4d289849]{opacity:0}.fade-content-enter-active[data-v-4d289849]{transition:opacity .6s ease-out .3s,transform .6s ease-out .3s}.fade-content-leave-active[data-v-4d289849]{transition:opacity .3s ease-in,transform .3s ease-in}.fade-content-enter-from[data-v-4d289849]{opacity:0;transform:translateY(15px)}.fade-content-leave-to[data-v-4d289849]{opacity:0;transform:translateY(-15px)}[data-v-4d289849] .btn-spinner{animation:spin-4d289849 1s linear infinite;transform-origin:center}@keyframes spin-4d289849{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.offseason-info[data-v-4d289849]{display:flex;flex-direction:column;gap:12px;max-width:1000px;position:relative;z-index:10}.block-title[data-v-4d289849]{color:var(--h-text-color);font-size:1.5rem;font-weight:600;margin:0}.buttons[data-v-4d289849]{display:flex;gap:16px;align-items:center;position:relative;z-index:10;flex-shrink:0}.bg-layer[data-v-4d289849]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.bg-layer[data-v-4d289849]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f0f0fd9,#0f0f0f80 55%,#0f0f0f1a);z-index:3}.bg-media[data-v-4d289849]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.bg-fallback[data-v-4d289849]{z-index:1}.bg-video[data-v-4d289849]{z-index:2}@media (max-width: 860px){.offseason-block[data-v-4d289849],.content-layer[data-v-4d289849]{flex-direction:column;align-items:flex-start;gap:24px}.buttons[data-v-4d289849]{width:100%;flex-wrap:wrap}.bg-layer[data-v-4d289849]:after{background:#0f0f0fb3}}.page[data-v-4d289849]{display:flex;flex-direction:column;gap:50px;max-width:100%}.primary-button[data-v-4d289849]{display:flex;padding:9px 20px;justify-content:center;align-items:center;gap:10px;border-radius:55px;border:none;background:var(--primary);color:#fff;font-family:Inter,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;cursor:pointer;transition:opacity .2s ease-in,transform .2s ease-in;opacity:.9;position:relative}.primary-button span[data-v-4d289849]{opacity:.9;transition:opacity .2s ease-in}.primary-button:hover span[data-v-4d289849],.primary-button[data-v-4d289849]:hover{opacity:1}.primary-button[data-v-4d289849]:active{transform:scale(.99)}.primary-button div[data-v-4d289849]{position:absolute}.second-button[data-v-4d289849]{display:flex;padding:9px 20px;justify-content:center;align-items:center;gap:10px;border-radius:55px;border:none;background:var(--primary);color:#fff;font-family:Inter,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;cursor:pointer;transition:opacity .2s ease-in,transform .2s ease-in;opacity:.9;position:relative}.second-button span[data-v-4d289849]{opacity:.9;transition:opacity .2s ease-in}.second-button:hover span[data-v-4d289849],.second-button[data-v-4d289849]:hover{opacity:1}.second-button[data-v-4d289849]:active{transform:scale(.99)}.second-button div[data-v-4d289849]{position:absolute}.profile[data-v-4d289849]{width:100%;gap:0;display:flex;flex-direction:column;overflow:hidden;border-radius:10px}.banner[data-v-4d289849]{height:246px;background-position:center center;background-repeat:no-repeat;background-clip:content-box;background-size:cover}@media (max-width: 800px){.banner[data-v-4d289849]{height:150px}}.profile-content[data-v-4d289849]{display:flex;max-height:100px;background-color:var(--black-color);padding:0 20px 15px;box-sizing:border-box}.profile-content-div[data-v-4d289849]{display:flex;align-items:flex-end;gap:30px;width:100%}.profile-avatar[data-v-4d289849]{display:flex;padding:5px;align-items:center;gap:10px;border-radius:10px;background:var(--primary-background, #181B33);max-height:100px;aspect-ratio:1/1;width:100px;min-height:50px}.profile-avatar img[data-v-4d289849]{aspect-ratio:1/1;width:100%;border-radius:5px;image-rendering:pixelated;image-rendering:crisp-edges;image-rendering:-moz-crisp-edges;image-rendering:optimizeSpeed}.profile-text[data-v-4d289849]{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%}.profile-text[data-v-4d289849]{width:100%}@media (max-width: 700px){.profile-content[data-v-4d289849]{max-height:fit-content;padding-top:15px}}.roles[data-v-4d289849]{display:flex;align-items:center;gap:15px}.role-loader[data-v-4d289849]{width:24px;aspect-ratio:1/1;border-radius:4px;background-color:var(--secondary-background)}@media (max-width: 500px){.profile-avatar[data-v-4d289849]{width:80px;aspect-ratio:1/1;height:80px;min-height:auto;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:var(--secondary-background)}.profile-content-div[data-v-4d289849]{flex-direction:column;align-items:center;gap:13px;height:85px;justify-content:flex-end}.profile-text[data-v-4d289849]{align-items:center;text-align:center}.banner[data-v-4d289849]{height:200px}}.accounts[data-v-4d289849]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.accounts-list[data-v-4d289849]{display:flex;align-items:flex-start;gap:30px}.account[data-v-4d289849]{display:flex;padding:15px;flex-direction:column;align-items:center;gap:30px;align-self:stretch;border-radius:10px;background:var(--secondary-background, #2B2E41)}.account button[data-v-4d289849]{width:100%}.account-info[data-v-4d289849]{display:flex;align-items:center;gap:15px}.account-text[data-v-4d289849]{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.password[data-v-4d289849]{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.password form[data-v-4d289849]{display:flex;flex-direction:column;align-items:flex-start;gap:25px;max-width:400px;width:100%}.form-item[data-v-4d289849]{display:flex;height:60px;align-items:center;align-self:stretch;border-radius:162px;background:var(--secondary-background, #2B2E41);box-sizing:border-box;opacity:90%;transition:opacity .2s;overflow:hidden;position:relative;width:100%}.form-item label[data-v-4d289849]{display:flex;width:60px;justify-content:center;align-items:center;min-width:60px}.form-item input[data-v-4d289849]{height:100%;background:none;border:none;align-self:stretch;width:100%;box-sizing:border-box;padding:0;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto;border-bottom-right-radius:50px;border-top-right-radius:50px}input[data-v-4d289849]:-webkit-autofill,input[data-v-4d289849]:-webkit-autofill:hover,input[data-v-4d289849]:-webkit-autofill:focus,input[data-v-4d289849]:-webkit-autofill:active{transition:background-color 9999999s;-webkit-text-fill-color:#fff!important}.form-item input[data-v-4d289849]::placeholder{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto}.form-item input[data-v-4d289849]:focus{border:none;outline:none}.form-item[data-v-4d289849]:before{content:"";position:absolute;width:100%;height:2px;z-index:2;bottom:0;background-color:transparent;transition:background-color .2s}.form-item[data-v-4d289849]:has(input:focus):before{background-color:var(--primary)}.form-item[data-v-4d289849]:hover{opacity:100%}.form-item:focus label[data-v-4d289849]{filter:var(--primary-filter)}.shop-page[data-v-5706647d]{align-self:center;position:relative}.payment[data-v-5706647d]{display:flex;height:100vh;width:100vw;flex-direction:column;align-items:center;background:#181b3326;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);flex-shrink:0;position:fixed;padding:280px var(--padding-inline);top:0;left:50%;transform:translate(-50%,-0%);z-index:1000}@media (height < 800px){.payment[data-v-5706647d]{padding:60px var(--padding-inline)}}.payment-content[data-v-5706647d]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px;border-radius:10px;background:var(--primary-background, #181B33);width:100%;max-width:450px}.payment-header[data-v-5706647d]{display:flex;padding:15px 20px;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid rgba(255,255,255,.15)}.payment-header-title[data-v-5706647d]{display:flex;align-items:center;gap:15px}.payment-close[data-v-5706647d]{background:none;border:none;cursor:pointer;padding:0;align-items:center;display:flex}.payment-info[data-v-5706647d]{display:flex;padding:0 20px;flex-direction:column;align-items:center;gap:30px;width:100%;box-sizing:border-box}.application-form[data-v-5706647d]{width:100%}#buy-form[data-v-5706647d]{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.form-item[data-v-5706647d]{display:flex;height:60px;align-items:center;max-width:450px;border-radius:162px;background:var(--secondary-background, #2B2E41);box-sizing:border-box;opacity:90%;transition:opacity .2s;width:100%;overflow:hidden;position:relative}.form-item label[data-v-5706647d]{display:flex;width:60px;justify-content:center;align-items:center;min-width:60px}.form-item input[data-v-5706647d]{height:100%;background:none;border:none;align-self:stretch;width:100%;box-sizing:border-box;padding:0;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto;background-color:transparent!important}input[data-v-5706647d]:-webkit-autofill,input[data-v-5706647d]:-webkit-autofill:hover,input[data-v-5706647d]:-webkit-autofill:focus,input[data-v-5706647d]:-webkit-autofill:active{transition:background-color 9999999s;-webkit-text-fill-color:#fff!important}.form-item input[data-v-5706647d]::placeholder{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto}.form-item input[data-v-5706647d]:focus{border:none;outline:none}.form-item[data-v-5706647d]:hover{opacity:100%}.form-item:focus label[data-v-5706647d]{filter:var(--primary-filter)}.payment-footer[data-v-5706647d]{display:flex;padding:15px 20px;justify-content:flex-end;align-items:center;gap:30px;align-self:stretch;border-top:1px solid rgba(255,255,255,.15)}.fadeshop-enter-active[data-v-5706647d],.fadeshop-leave-active[data-v-5706647d]{transition:opacity .25s ease,transform .25s ease}.fadeshop-enter-from[data-v-5706647d],.fadeshop-leave-to[data-v-5706647d]{opacity:0;transform:translate(6px)}.fadeshop-enter-to[data-v-5706647d],.fadeshop-leave-from[data-v-5706647d]{opacity:1;transform:translate(0)}.subscriptions[data-v-5706647d]{display:flex;padding:70px var(--padding-inline);flex-direction:column;align-items:center;gap:45px}.subscription_items[data-v-5706647d]{display:flex;gap:80px}.subscription_item[data-v-5706647d]{display:flex;padding:20px;flex-direction:column;justify-content:space-between;align-items:center;align-self:stretch;border-radius:10px;background:var(--secondary-background, #2B2E41);position:relative;overflow:hidden;box-sizing:border-box;max-width:381px;width:100%;gap:50px}.star_circle[data-v-5706647d]{width:100px;height:100px;border-radius:500px;opacity:60%;filter:blur(75px);position:absolute;top:0;left:0;z-index:0}.union_circle[data-v-5706647d]{width:150px;height:150px;border-radius:500px;filter:blur(75px);position:absolute;top:0;left:0;opacity:.7;z-index:0}.subscription_title[data-v-5706647d]{display:flex;flex-direction:column;align-items:flex-start;gap:25px;align-self:stretch;z-index:1}.star_gradient_text[data-v-5706647d]{background:var(--star);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.union_gradient_text[data-v-5706647d]{background:var(--union);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sale[data-v-5706647d]{background-color:#8391f74d;border-radius:500px;padding:5px;color:var(--primary);height:fit-content;width:fit-content;display:flex;z-index:1000;position:absolute;top:20px;right:20px;visibility:visible;opacity:1;transition:visibility .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.sale_div[data-v-5706647d]{display:none;opacity:0}.subscription_advantages[data-v-5706647d]{display:flex;flex-direction:column;align-items:flex-start;gap:15px;padding:0}.subscription_advantage[data-v-5706647d]{display:flex;align-items:center;gap:10px;align-self:stretch}.advantage_icon[data-v-5706647d]{width:24px;height:24px}.subscription_info[data-v-5706647d]{display:flex;flex-direction:column;align-items:center;gap:25px}.subscription_buttons[data-v-5706647d]{display:flex;align-items:center;gap:20px}.button_duration[data-v-5706647d]{position:relative;display:flex;width:180px;height:40px;border-radius:20px;align-items:center;justify-content:space-between;cursor:pointer;background-color:var(--primary-background);box-sizing:border-box}.duration_switcher[data-v-5706647d]{position:absolute;top:0;bottom:0;left:0;width:50%;border:2px solid var(--secondary);border-radius:20px;transition:all .3s ease}.duration_switcher.right[data-v-5706647d]{left:50%}.month[data-v-5706647d],.season[data-v-5706647d]{width:50%;text-align:center}.slide-enter-active[data-v-5706647d],.slide-leave-active[data-v-5706647d]{transition:all .3s ease}.customs[data-v-5706647d]{display:flex;padding:0 var(--padding-inline) 70px var(--padding-inline);flex-direction:column;align-items:center;gap:45px}.custom_list[data-v-5706647d]{display:flex;justify-content:center;align-items:flex-start;align-content:flex-start;gap:50px;align-self:stretch;flex-wrap:wrap}.custom_item[data-v-5706647d]{display:flex;padding:25px;justify-content:space-between;align-items:center;border-radius:10px;background:var(--secondary-background, #2B2E41);position:relative;overflow:hidden;box-sizing:border-box;max-width:742px;height:309px;width:100%}.custom_item_info[data-v-5706647d]{display:flex;flex-direction:column;height:100%;justify-content:space-between;gap:52px;max-width:470px;box-sizing:border-box;z-index:1}.custom_item_title[data-v-5706647d]{display:flex;flex-direction:column;gap:20px}.custom_item_buttons[data-v-5706647d]{display:flex;flex-direction:row;align-content:center;align-items:center;gap:20px}.custom_item_img[data-v-5706647d]{width:150px;height:150px;box-sizing:border-box;position:relative}.custom_item_img img[data-v-5706647d]{position:relative;width:150px;height:150px;box-sizing:border-box}.custom_item_line[data-v-5706647d]{position:absolute;top:0;right:0;height:100%;filter:blur(75px);z-index:0}@media (max-width: 1220px){.subscriptions[data-v-5706647d],.customs[data-v-5706647d]{padding-block:30px}.custom_item[data-v-5706647d]{height:auto}}@media (max-width: 880px){.subscription_items[data-v-5706647d]{flex-direction:column;gap:30px;align-items:center;align-content:center;justify-items:center}.custom_item_content[data-v-5706647d]{padding-right:0}}@media (max-width: 500px){.custom_item_img img[data-v-5706647d]{display:none}.custom_item_img[data-v-5706647d]{position:absolute;top:0;left:0;opacity:.5}}@media (max-width: 420px){.subscription_item[data-v-5706647d]{width:100%;box-sizing:border-box}.button_duration[data-v-5706647d]{box-sizing:border-box}.price[data-v-5706647d]{font-size:25px}.subscription_item[data-v-5706647d]{height:fit-content;max-height:none}.subscription_advantage[data-v-5706647d]{align-items:flex-start}.subscription_advantage img[data-v-5706647d]{margin-top:5px}.season[data-v-5706647d]{transform:none}}@media (max-width: 360px){.custom_item .sale[data-v-5706647d]{top:-10px;right:-10px}}footer[data-v-c96d79ac]{display:flex;width:100%;box-sizing:border-box;padding:50px var(--padding-inline);flex-direction:column;align-items:flex-start;gap:60px;border-top:3px solid rgba(255,255,255,.05);background:url(/FooterBackground.webp) no-repeat center center / cover}.footer-content[data-v-c96d79ac]{display:flex;flex-direction:column;align-items:flex-start;gap:40px;align-self:stretch}.footer-section[data-v-c96d79ac]{display:flex;justify-content:space-between;align-items:flex-start;align-self:stretch;gap:100px}.footer-section img[data-v-c96d79ac]{max-width:100%;max-height:100%;object-fit:cover}.footer-buttons[data-v-c96d79ac]{display:flex;justify-content:flex-end;align-items:center;gap:30px}.footer-section-content[data-v-c96d79ac]{display:flex;align-items:flex-start;gap:100px}.content-section[data-v-c96d79ac]{display:flex;flex-direction:column;align-items:flex-start;gap:25px}.content-list[data-v-c96d79ac]{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.social-list[data-v-c96d79ac]{display:flex;align-items:center;gap:15px;align-self:stretch}.social-list a[data-v-c96d79ac]{opacity:.9;transition:opacity .2s,transform .2s}.social-list a[data-v-c96d79ac]:hover{opacity:1}.social-list a[data-v-c96d79ac]:active{transform:scale(.99)}.footer-other-content[data-v-c96d79ac]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.other-section[data-v-c96d79ac]{display:flex;align-items:center;gap:40px}@media (max-width: 1060px){footer[data-v-c96d79ac]{padding-inline:3vw}.footer-section[data-v-c96d79ac],.footer-section-content[data-v-c96d79ac]{gap:50px}.footer-buttons[data-v-c96d79ac]{align-self:center}}@media (max-width: 880px){.social-list[data-v-c96d79ac]{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px;width:fit-content}}@media (max-width: 630px){.footer-section[data-v-c96d79ac],.footer-section-content[data-v-c96d79ac],.other-section[data-v-c96d79ac]{flex-direction:column}.other-section[data-v-c96d79ac]{align-self:flex-start;align-items:flex-start;gap:20px}.footer-section[data-v-c96d79ac]{width:fit-content}.footer-buttons[data-v-c96d79ac]{align-self:flex-start}}header[data-v-1718095f]{display:flex;width:calc(100% - var(--padding-inline) * 2);box-sizing:border-box;height:60px;padding:0 60px;justify-content:space-between;align-items:center;flex-shrink:0;border-radius:138px;border:1px solid rgba(255,255,255,.15);background:#0000004d;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);top:15px;left:50%;transform:translate(-50%);position:fixed;z-index:1000}header img[data-v-1718095f]{display:flex;width:44px;height:44px;aspect-ratio:1/1}nav[data-v-1718095f]{display:flex;justify-content:center;align-items:center;gap:65px}nav a[data-v-1718095f]{display:flex;padding:5px 0;justify-content:center;align-items:center;gap:10px;color:#fff;opacity:.7;transition:opacity .2s ease-in;width:fit-content;height:fit-content}nav a[data-v-1718095f]:hover{opacity:1}nav a.active[data-v-1718095f]{filter:brightness(0) saturate(100%) invert(66%) sepia(55%) saturate(4016%) hue-rotate(204deg) brightness(99%) contrast(96%)}#mobile[data-v-1718095f]{display:none;flex-direction:column;padding-block:7px;gap:20px;border-radius:35px;overflow:hidden;transition:max-height .2s ease-in;height:fit-content}.mobile-header[data-v-1718095f]{display:flex;box-sizing:border-box;justify-content:space-between;flex-direction:row;align-items:center;flex-shrink:0;width:100%}.mobile-logo[data-v-1718095f]{width:44px;height:44px}.burger-menu[data-v-1718095f]{position:relative;padding:10px;background:transparent;border:2px solid transparent;transform:scale(1.3)}.burger-menu[data-v-1718095f]:focus{outline-width:0}.burger-menu [class*=bar-][data-v-1718095f]{background:#fff;display:block;transform:rotate(0);transition:.2s ease all;border-radius:2px;height:2px;width:25px;margin-bottom:4px}.burger-menu .bar-bot[data-v-1718095f]{margin-bottom:0}.opened .bar-top[data-v-1718095f]{transform:rotate(45deg);transform-origin:15% 15%}.opened .bar-mid[data-v-1718095f]{opacity:0}.opened .bar-bot[data-v-1718095f]{transform:rotate(-45deg);transform-origin:15% 95%}#mobile nav[data-v-1718095f]{display:flex;flex-direction:row;width:100%;justify-content:space-between}@media (max-width: 1080px){nav[data-v-1718095f]{gap:30px}}@media (max-width: 850px){#desktop[data-v-1718095f]{display:none}#mobile[data-v-1718095f]{display:flex}}@media (max-width: 686px){#mobile nav[data-v-1718095f]{flex-direction:column;width:fit-content;align-items:flex-start}#mobile[data-v-1718095f]{padding-inline:40px}}.fade-enter-active,.fade-leave-active{transition:opacity 1s ease,transform 1s ease}.fade-enter-from,.fade-leave-to{opacity:0;transform:translateY(20px)}.fade-enter-to,.fade-leave-from{opacity:1;transform:translate(0)}.fade-enter-active[data-v-dfddedc9],.fade-leave-active[data-v-dfddedc9]{transition:opacity .25s ease,transform .25s ease}.fade-enter-from[data-v-dfddedc9],.fade-leave-to[data-v-dfddedc9]{opacity:0;transform:translateY(10px)}.fade-enter-to[data-v-dfddedc9],.fade-leave-from[data-v-dfddedc9]{opacity:1;transform:translateY(0)}.layout[data-v-dfddedc9]{display:grid;grid-template-columns:400px 1fr;grid-template-rows:70px 1fr;grid-template-areas:"nav header" "nav content";height:100vh;position:relative;overflow-x:hidden}.profile-nav[data-v-dfddedc9]{display:flex;max-width:400px;box-sizing:border-box;height:100vh;padding:20px 30px 40px 35px;flex-direction:column;align-items:flex-start;gap:40px;background:var(--black-color, #0E0F1D);width:100%;overflow-y:hidden;grid-area:nav;transition:transform .3s ease-in-out;z-index:1100}.profile-nav-content[data-v-dfddedc9]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex:1 0 0;align-self:stretch}.profile-nav-content nav[data-v-dfddedc9]{display:flex;flex-direction:column;align-items:flex-start;gap:15px;align-self:stretch;box-sizing:border-box}.profile-nav-content nav a[data-v-dfddedc9]{height:40px;width:100%}.profile-nav-user[data-v-dfddedc9]{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.profile-nav-user div[data-v-dfddedc9]{display:flex;align-items:center;gap:15px}.logout[data-v-dfddedc9]{background:none;border:none;cursor:pointer}.profile-nav a[data-v-dfddedc9]{display:flex;align-items:center;gap:15px;opacity:.8;transition:opacity .3s,transform .3s}.profile-nav a[data-v-dfddedc9]:hover{opacity:1;color:var(--primary-text-color)}.active[data-v-dfddedc9]{filter:brightness(0) saturate(100%) invert(66%) sepia(55%) saturate(4016%) hue-rotate(204deg) brightness(99%) contrast(96%)}.profile-header[data-v-dfddedc9]{display:inline-flex;padding:23px;justify-content:center;align-items:center;border-bottom:2px solid rgba(255,255,255,.15);background:#0000004d;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);width:100%;position:relative;top:0;right:0;box-sizing:border-box;flex-shrink:0;grid-area:header;z-index:1000}.profile-header nav[data-v-dfddedc9]{display:flex;justify-content:center;align-items:center;gap:65px}.profile-header nav a[data-v-dfddedc9]{display:flex;padding:5px 0;justify-content:center;align-items:center;gap:10px;color:#fff;opacity:.7;transition:opacity .2s ease-in;width:fit-content;height:fit-content}.profile-header nav a[data-v-dfddedc9]:hover{opacity:1}.profile-content[data-v-dfddedc9]{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding:30px var(--padding-inline) 100px 30px;box-sizing:border-box;min-height:0;grid-area:content}.mobile-nav-overlay[data-v-dfddedc9]{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1050;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility 0s linear .3s}.mobile-nav-overlay.is-open[data-v-dfddedc9]{opacity:1;visibility:visible;transition:opacity .3s ease-in-out,visibility 0s linear 0s}.burger-menu[data-v-dfddedc9]{position:relative;padding:10px;background:transparent;border:2px solid transparent;transform:scale(1.3);display:none}.burger-menu[data-v-dfddedc9]:focus{outline-width:0}.burger-menu [class*=bar-][data-v-dfddedc9]{background:#fff;display:block;transform:rotate(0);transition:.2s ease all;border-radius:2px;height:2px;width:25px;margin-bottom:4px}.burger-menu .bar-bot[data-v-dfddedc9]{margin-bottom:0}.opened .bar-top[data-v-dfddedc9]{transform:rotate(45deg);transform-origin:15% 15%}.opened .bar-mid[data-v-dfddedc9]{opacity:0}.opened .bar-bot[data-v-dfddedc9]{transform:rotate(-45deg);transform-origin:15% 95%}@media (max-width: 1300px){.layout[data-v-dfddedc9]{grid-template-columns:340px 1fr}}@media (max-width: 1157px){.layout[data-v-dfddedc9]{grid-template-columns:1fr;grid-template-rows:70px 1fr;grid-template-areas:"header" "content"}.profile-header nav[data-v-dfddedc9]{gap:35px}.profile-nav[data-v-dfddedc9]{position:fixed;top:0;left:0;height:100vh;width:320px;max-width:85%;transform:translate(-100%);grid-area:initial}.profile-nav.is-open[data-v-dfddedc9]{transform:translate(0);box-shadow:2px 0 10px #0000001a}.mobile-nav-overlay[data-v-dfddedc9],.burger-menu[data-v-dfddedc9]{display:block}.profile-header[data-v-dfddedc9]{justify-content:space-between}.profile-content[data-v-dfddedc9]{padding-left:var(--padding-inline)}}@media (max-width: 630px){.profile-header nav[data-v-dfddedc9] :not(:first-of-type){display:none}.profile-header nav :first-of-type svg path[data-v-dfddedc9]{display:flex}}@media (max-width: 450px){.profile-content[data-v-dfddedc9]{padding-left:var(--padding-inline);gap:20px}.profile-header[data-v-dfddedc9]{padding-inline:var(--padding-inline)}}.page[data-v-2edb0ccf]{display:flex;flex-direction:column;gap:30px}.content[data-v-2edb0ccf]{display:flex;flex-direction:column;gap:30px;max-width:100%;position:relative}.block[data-v-2edb0ccf]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.sub[data-v-2edb0ccf]{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:25px;border-radius:10px;background:var(--secondary-background, #2B2E41)}.sub-info[data-v-2edb0ccf]{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.sub-dates[data-v-2edb0ccf]{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.payment-info[data-v-2edb0ccf]{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.c-stat-card[data-v-21098b41]{display:flex;min-width:200px;padding:15px;flex-direction:column;align-items:flex-start;gap:10px;flex:1 0 0;border-radius:10px;background:var(--secondary-background, #2B2E41)}.c-stat-card.loader[data-v-21098b41]{position:relative;overflow:hidden}.c-stat-card.loader[data-v-21098b41]>*{visibility:hidden}.fade-enter-active[data-v-e4b3e972],.fade-leave-active[data-v-e4b3e972]{transition:opacity .25s ease,transform .25s ease}.fade-enter-from[data-v-e4b3e972],.fade-leave-to[data-v-e4b3e972]{opacity:0;transform:translateY(5px)}.fade-enter-to[data-v-e4b3e972],.fade-leave-from[data-v-e4b3e972]{opacity:1;transform:translateY(0)}.page[data-v-e4b3e972]{display:flex;flex-direction:column;gap:30px}.statistics-unavailable[data-v-e4b3e972]{position:relative;display:flex;padding:36px;align-items:center;justify-content:space-between;gap:32px;overflow:hidden;border-radius:16px;background:var(--secondary-background)}.statistics-unavailable-bg[data-v-e4b3e972],.statistics-unavailable-overlay[data-v-e4b3e972]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.statistics-unavailable-bg[data-v-e4b3e972]{object-fit:cover;opacity:.42;z-index:0}.statistics-unavailable-overlay[data-v-e4b3e972]{background:linear-gradient(90deg,#0e0f1df0,#181b33d6 56%,#2b2e417a);z-index:1}.statistics-unavailable-content[data-v-e4b3e972],.statistics-unavailable-icon[data-v-e4b3e972]{position:relative;z-index:3}.statistics-unavailable-content[data-v-e4b3e972]{display:flex;max-width:720px;flex-direction:column;align-items:flex-start;gap:14px}.statistics-unavailable-content h4[data-v-e4b3e972]{margin:0;color:var(--h-text-color)}.statistics-unavailable-content p[data-v-e4b3e972]{max-width:650px;margin:0;color:var(--primary-text-color)}.statistics-unavailable-badge[data-v-e4b3e972]{display:inline-flex;padding:7px 14px;align-items:center;border-radius:500px;border:1px solid rgba(131,145,247,.55);background:#8391f724;color:var(--h-text-color);font-family:Inter,sans-serif;font-size:var(--very-small-text-size);font-weight:500}.statistics-unavailable-icon[data-v-e4b3e972]{display:grid;width:104px;height:104px;flex:0 0 104px;place-items:center;border-radius:16px;border:1px solid rgba(242,244,255,.14);background:#2b2e41b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.statistics-unavailable[data-v-e4b3e972]{min-height:auto;padding:28px 22px;flex-direction:column;align-items:flex-start}.statistics-unavailable-overlay[data-v-e4b3e972]{background:#0e0f1dd6}.statistics-unavailable-icon[data-v-e4b3e972]{width:84px;height:84px;flex-basis:84px}.statistics-unavailable-icon svg[data-v-e4b3e972]{width:46px;height:46px}}.player-stats-content-area[data-v-e4b3e972]{display:flex;flex-direction:row;gap:30px}.error-message[data-v-e4b3e972]{text-align:center;padding:40px;font-size:var(--text-size);color:#fff}.error-message[data-v-e4b3e972]{color:#f23737}.compact-view-wrapper[data-v-e4b3e972]{display:flex;gap:20px;align-items:flex-start}.compact-stats-grid[data-v-e4b3e972]{display:flex;flex-direction:column;align-items:flex-start;gap:30px;flex:1 0 0}.grid[data-v-e4b3e972]{display:flex;align-items:flex-start;align-content:flex-start;gap:20px;align-self:stretch;flex-wrap:wrap}.compact-info[data-v-e4b3e972]{display:flex;width:395px;flex-direction:column;align-items:flex-start;gap:20px}.compact-info-panel[data-v-e4b3e972]{display:flex;padding:15px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;border-radius:10px;background:var(--secondary-background, #2B2E41)}.compact-info-text[data-v-e4b3e972]{color:var(--secondary-text-color, #7E8191);font-family:Inter;font-size:var(--small-text-size);font-style:normal;font-weight:500;line-height:normal}.compact-info-text strong[data-v-e4b3e972]{color:var(--primary-text-color, #7E8191);font-family:Inter;font-size:var(--small-text-size);font-style:normal;font-weight:500;line-height:normal}.status-text.status-online-compact[data-v-e4b3e972]{color:#4caf50}.status-text.status-offline-compact[data-v-e4b3e972]{color:#d94646}.view-mode-toggle[data-v-e4b3e972]{position:relative;display:flex;border-radius:500px;background:var(--secondary-background, #2B2E41);overflow:hidden;width:100%}.view-mode-toggle button[data-v-e4b3e972]{flex:1;padding:10px 0;background:transparent;border:none;color:var(--primary-text-color);cursor:pointer;position:relative;z-index:1;transition:color .2s;font-family:Inter,sans-serif;font-size:var(--very-small-text-size);font-style:normal;font-weight:400;line-height:normal}.view-mode-toggle button[data-v-e4b3e972]:hover,.view-mode-toggle button.active[data-v-e4b3e972]{color:var(--h-text-color)}.indicator[data-v-e4b3e972]{position:absolute;top:0;left:0;width:50%;height:100%;border:2px solid var(--primary);border-radius:500px;transition:transform .3s;box-sizing:border-box}.informative-mode-toggle-bar[data-v-e4b3e972]{position:relative;display:flex;border-radius:500px;background:var(--secondary-background, #2B2E41);overflow:hidden}.informative-mode-toggle-bar button[data-v-e4b3e972]{flex:1;padding:10px 0;background:transparent;border:none;color:var(--primary-text-color);cursor:pointer;position:relative;z-index:1;transition:color .2s;font-family:Inter,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal}.informative-mode-toggle-bar button[data-v-e4b3e972]:hover,.informative-mode-toggle-bar button.active[data-v-e4b3e972]{color:var(--h-text-color)}.informative-view-wrapper[data-v-e4b3e972]{display:flex;width:100%}.stats-layout[data-v-e4b3e972]{display:flex;flex-direction:column;gap:20px;width:100%}.stats-section[data-v-e4b3e972]{display:flex;flex-direction:column;background-color:var(--secondary-background);border-radius:10px;padding:20px;gap:20px}.stats-columns[data-v-e4b3e972]{display:grid;gap:13px 20px}.stats-columns.columns-2[data-v-e4b3e972]{grid-template-columns:repeat(2,1fr)}@media (max-width: 1000px){.player-stats-content-area[data-v-e4b3e972]{flex-direction:column-reverse;gap:40px}.compact-info[data-v-e4b3e972]{width:100%}.compact-stats-grid[data-v-e4b3e972]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.stats-columns.columns-2[data-v-e4b3e972],.compact-stats-grid[data-v-e4b3e972]{grid-template-columns:1fr}}.stat-item[data-v-e4b3e972]{display:flex;justify-content:space-between;align-items:flex-start}.stat-item[data-v-e4b3e972]:nth-child(2):nth-child(3){border-bottom:none}.stat-item.column-span-2[data-v-e4b3e972]{grid-column:span 2}.stat-item.column-span-3[data-v-e4b3e972]{grid-column:span 3}.stat-item.column-span-4[data-v-e4b3e972]{grid-column:span 4}@media (max-width: 768px){.stat-item.column-span-2[data-v-e4b3e972],.stat-item.column-span-3[data-v-e4b3e972],.stat-item.column-span-4[data-v-e4b3e972]{grid-column:span 1}}.sub-section[data-v-e4b3e972]{display:flex;flex-direction:column;gap:13px}.stat-label[data-v-e4b3e972]{opacity:.75;margin-right:10px;white-space:nowrap;color:#a0a3c1;font-family:Inter,sans-serif;font-size:var(--small-text-size)}.stat-value[data-v-e4b3e972]{font-weight:400;text-align:right;word-break:break-word;font-family:Inter,sans-serif;font-size:var(--small-text-size);color:var(--primary-text-color)}.stat-value.online[data-v-e4b3e972]{color:#4caf50}.stat-value.offline[data-v-e4b3e972]{color:#d94646}.server-list ul[data-v-e4b3e972]{list-style:none;padding:0;margin:0}.server-item[data-v-e4b3e972]{padding:8px 0;border-bottom:2px solid rgba(255,255,255,.05);font-family:Inter,sans-serif;font-size:.95em}.server-item[data-v-e4b3e972]:last-child{border-bottom:none}.server-item strong[data-v-e4b3e972]{display:block;color:#fff;margin-bottom:3px}.server-item span[data-v-e4b3e972]{display:block;opacity:.7;padding-left:10px;font-size:.9em;line-height:1.4}.total-playtime[data-v-e4b3e972]{margin-top:10px;padding-top:10px;border-top:2px solid rgba(255,255,255,.1);font-weight:700}ul[data-v-e4b3e972]{list-style:none;padding:0;margin:0}.page[data-v-67b4da4c]{display:flex;flex-direction:column;gap:30px}.controls[data-v-67b4da4c]{display:flex;padding:7px;align-items:center;gap:50px;align-self:stretch;border-radius:500px;background:var(--secondary-background, #2B2E41)}.controls .form-item[data-v-67b4da4c]{display:flex;flex-direction:row;flex:1 1 auto;min-width:0;padding:0;height:50px;align-items:center;align-self:stretch;border-radius:162px;background:var(--primary-background, #2B2E41);box-sizing:border-box;opacity:90%;transition:opacity .2s;overflow:hidden;position:relative;width:100%}.controls .form-item label[data-v-67b4da4c]{display:flex;width:50px;justify-content:center;align-items:center;min-width:50px}.controls .form-item input[data-v-67b4da4c]{height:100%;background:none;border:none;align-self:stretch;width:100%;box-sizing:border-box;padding:0;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto;border-bottom-right-radius:50px;border-top-right-radius:50px}.controls input[data-v-67b4da4c]:-webkit-autofill,.controls input[data-v-67b4da4c]:-webkit-autofill:hover,.controls input[data-v-67b4da4c]:-webkit-autofill:focus,.controls input[data-v-67b4da4c]:-webkit-autofill:active{transition:background-color 9999999s;-webkit-text-fill-color:#fff!important}.controls .form-item input[data-v-67b4da4c]::placeholder{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto}.controls .form-item input[data-v-67b4da4c]:focus{border:none;outline:none}.controls .form-item[data-v-67b4da4c]:before{content:"";position:absolute;width:100%;height:2px;z-index:2;bottom:0;background-color:transparent;transition:background-color .2s}.controls .form-item[data-v-67b4da4c]:has(input:focus):before{background-color:var(--primary)}.controls .form-item[data-v-67b4da4c]:hover{opacity:100%}.controls .form-item:focus label[data-v-67b4da4c]{filter:var(--primary-filter)}.status-filter[data-v-67b4da4c]{min-width:260px;flex:0 0 260px;position:relative}.status-filter-trigger[data-v-67b4da4c],.status-filter-option[data-v-67b4da4c]{width:100%;border:none;color:var(--h-text-color);font-family:Inter,sans-serif;font-size:var(--small-text-size);cursor:pointer;height:44px}.status-filter-trigger[data-v-67b4da4c]{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 10px;border-radius:50px;background:var(--primary-background)}.status-filter-current[data-v-67b4da4c]{width:fit-content;min-width:0;white-space:nowrap}.status-filter-current[data-v-67b4da4c],.status-filter-option[data-v-67b4da4c]{display:flex;align-items:center;gap:10px}.status-filter-icon[data-v-67b4da4c]{width:24px;height:24px;display:inline-flex;flex-shrink:0}.status-filter-chevron[data-v-67b4da4c],.history-chevron[data-v-67b4da4c]{flex-shrink:0;transition:transform .2s ease}.status-filter.open .status-filter-chevron[data-v-67b4da4c],.history-chevron.open[data-v-67b4da4c]{transform:rotate(180deg)}.status-filter-menu[data-v-67b4da4c]{position:absolute;top:calc(100% + 8px);right:0;z-index:20;width:100%;padding:7px;border-radius:22px;background:var(--primary-background);box-shadow:0 12px 30px #00000040;gap:5px;display:flex;flex-direction:column}.status-filter-option[data-v-67b4da4c]{min-height:44px;padding:8px 10px;border-radius:500px;background:transparent;text-align:left;transition:background-color .2s}.status-filter-option[data-v-67b4da4c]:hover,.status-filter-option.active[data-v-67b4da4c]{background:var(--secondary-background)}.status-pending[data-v-67b4da4c]{color:#f0ad4e;background-color:#ffd44726}.status-accepted[data-v-67b4da4c]{color:#5cb85c;background-color:#4caf5026}.status-rejected[data-v-67b4da4c]{color:#d9534f;background-color:#d9464626}.form-status-badge[data-v-67b4da4c]{display:flex;flex-shrink:0;padding:5px 10px 5px 5px;justify-content:center;align-items:center;gap:10px;border-radius:50px;color:var(--h-text-color, #F2F4FF);text-align:center;font-family:Inter;font-size:17px;font-style:normal;font-weight:400;line-height:normal;white-space:nowrap}.form-status-badge span[data-v-67b4da4c]{width:24px;height:24px;flex-shrink:0}.forms-list[data-v-67b4da4c]{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:30px}.form-card[data-v-67b4da4c]{padding:15px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;position:relative;overflow:hidden;border-radius:10px;background:var(--secondary-background, #2B2E41)}.form-card[data-v-67b4da4c]:hover{transform:scale(1.01)}.card-header[data-v-67b4da4c]{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:15px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.15)}.card-body[data-v-67b4da4c]{margin-bottom:15px;flex-grow:1}.info-line[data-v-67b4da4c]{display:flex;align-items:center;gap:10px;color:#a8b0cc;font-size:.9rem;margin-bottom:8px}.info-line svg[data-v-67b4da4c]{color:#7781a1;flex-shrink:0}.card-footer[data-v-67b4da4c]{margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.15);font-size:.8rem;color:#7781a1;display:flex;align-items:center;justify-content:flex-end;gap:6px}.card-footer svg[data-v-67b4da4c]{color:#7781a1}.modal-content[data-v-67b4da4c]{--forms-modal-width: 900px;--forms-modal-radius: 10px;--forms-modal-panel: var(--primary-background, #181B33);--forms-modal-card: var(--secondary-background, #2B2E41);--forms-modal-border: rgba(255, 255, 255, .15);--forms-modal-muted: var(--secondary-text-color, #7E8191);--forms-modal-text: var(--primary-text-color, #DCE0F4);--forms-modal-heading: var(--h-text-color, #F2F4FF);--forms-modal-accent: var(--primary, #8794FF);--forms-modal-danger: var(--red);--forms-modal-success: var(--green);--forms-modal-gap: 50px}.modal-overlay[data-v-67b4da4c]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;justify-content:center;align-items:center;padding:24px;overflow-y:auto;background:#0e0f1dc2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-content[data-v-67b4da4c]{width:100%;max-width:var(--forms-modal-width);max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;color:var(--forms-modal-text);background:var(--forms-modal-panel);border-radius:var(--forms-modal-radius);box-shadow:0 18px 60px #00000057}.form-modal-header[data-v-67b4da4c],.form-modal-footer[data-v-67b4da4c]{display:flex;align-items:center;flex-shrink:0;border-color:var(--forms-modal-border);border-style:solid}.form-modal-header[data-v-67b4da4c]{min-height:67px;justify-content:space-between;gap:18px;padding:15px 20px;border-width:0 0 1px 0;box-sizing:border-box}.modal-title-row[data-v-67b4da4c]{display:flex;align-items:center;gap:15px;min-width:0}.modal-close[data-v-67b4da4c]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:none;cursor:pointer;background:none}.modal-scrollable-content[data-v-67b4da4c]{display:flex;flex-direction:column;gap:50px;flex:1;overflow-y:auto;padding:50px 0}.form-modal-section[data-v-67b4da4c]{display:flex;flex-direction:column;gap:25px;border-bottom:1px solid rgba(255,255,255,.15);padding:15px 20px}.section-title-row[data-v-67b4da4c]{display:flex;align-items:center;gap:15px}.modal-info-card[data-v-67b4da4c]{background:var(--forms-modal-card);border-radius:10px}.user-card[data-v-67b4da4c]{display:flex;gap:18px;padding:15px 20px}.user-avatar-modal[data-v-67b4da4c]{width:63px;height:63px;border-radius:5px;object-fit:cover;image-rendering:pixelated}.user-card-content[data-v-67b4da4c]{display:flex;flex-direction:column;gap:20px;min-width:0;width:100%}.user-main-grid[data-v-67b4da4c]{display:flex;gap:30px}.user-info-div[data-v-67b4da4c]{display:flex;flex-direction:column;gap:15px}.user-main-grid span[data-v-67b4da4c],.user-info-div span[data-v-67b4da4c],.form-row>span[data-v-67b4da4c],.history-footer p[data-v-67b4da4c]{margin-right:4px;color:var(--forms-modal-muted)}.application-data-section[data-v-67b4da4c]{display:flex;padding:10px 20px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;border-radius:10px;background:var(--secondary-background, #2B2E41)}.read-only-data[data-v-67b4da4c]{display:flex;flex-direction:column;gap:15px}.data-item[data-v-67b4da4c]{display:flex;padding:7px 0;align-items:flex-start;gap:30px;align-self:stretch}.data-item-full[data-v-67b4da4c]{display:flex;padding:7px 0 20px;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;align-self:stretch}.data-item[data-v-67b4da4c]:not(:last-child){border-bottom:2px solid rgba(255,255,255,.15)}.data-label[data-v-67b4da4c]{width:fit-content;color:var(--secondary-text-color, #7E8191);font-family:Inter;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;text-align:start}.data-value[data-v-67b4da4c]{color:var(--primary-text-color, #DCE0F4);font-family:Inter;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;text-align:start;-webkit-hyphens:auto;hyphens:auto}.data-value.multi-line[data-v-67b4da4c]{display:flex;align-items:center;margin-left:30px;align-self:stretch;position:relative;-webkit-hyphens:auto;hyphens:auto;word-break:break-word;overflow-wrap:break-word}.data-value.multi-line[data-v-67b4da4c]:before{content:"";display:flex;border-radius:5px;background:#ffffff26;width:2px;align-self:stretch;left:-30px;position:absolute;height:100%}.history-entries[data-v-67b4da4c]{display:flex;flex-direction:column;gap:20px}.history-accordion[data-v-67b4da4c]{overflow:hidden;border-radius:10px;background:var(--forms-modal-card)}.history-accordion-trigger[data-v-67b4da4c]{width:100%;min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 20px;border-bottom:1px solid var(--forms-modal-border);color:var(--forms-modal-text);cursor:pointer;box-sizing:border-box;text-align:left;font-family:Inter,sans-serif}.history-status-badge[data-v-67b4da4c]{min-width:0;padding:7px 15px 7px 10px;gap:10px;font-size:.92rem}.history-status-badge span[data-v-67b4da4c]{width:22px;height:22px}.history-chevron[data-v-67b4da4c]{width:22px;height:22px;justify-self:end;transform:rotate(180deg);transition:transform .2s ease}.history-chevron.open[data-v-67b4da4c]{transform:rotate(0)}.history-accordion-body[data-v-67b4da4c]{padding:14px 16px;border-bottom:1px solid var(--forms-modal-border)}.form-data-card[data-v-67b4da4c]{background:transparent;padding:0}.history-reason[data-v-67b4da4c]{width:fit-content;max-width:100%;margin:16px 0 0!important;padding:7px 14px;border:1px solid rgba(242,55,55,.3);border-radius:50px;background:#f2373726;color:#ffb8bf;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.45}.history-reason strong[data-v-67b4da4c]{margin-right:6px;font-size:1rem}.history-footer[data-v-67b4da4c]{min-height:47px;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:15px 20px}.history-reviewer[data-v-67b4da4c]{min-width:0;display:flex;align-items:center;gap:10px}.history-reviewer-avatar[data-v-67b4da4c]{width:34px;height:34px;flex-shrink:0;border-radius:5px;object-fit:cover;image-rendering:pixelated}.history-footer strong[data-v-67b4da4c]{color:var(--forms-modal-text);font-weight:400}.history-time[data-v-67b4da4c]{flex-shrink:0}.modal-rejection-input[data-v-67b4da4c]{display:flex;flex-direction:column;gap:15px;padding:0 20px}.form-item[data-v-67b4da4c]{display:flex;flex-direction:column;height:auto;min-height:55px;align-items:stretch;align-self:stretch;background:var(--secondary-background, #2B2E41);box-sizing:border-box;opacity:.9;transition:opacity .2s,border-color .2s,box-shadow .2s;border:2px solid var(--secondary-background);border-radius:50px;padding:0 20px;overflow:hidden;position:relative}.form-item input[data-v-67b4da4c],.form-item textarea[data-v-67b4da4c]{height:auto;background:none;border:none;align-self:stretch;width:100%;box-sizing:border-box;padding:15px 0;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--small-text-size);background-color:transparent!important;outline:none}input[data-v-67b4da4c]:-webkit-autofill,input[data-v-67b4da4c]:-webkit-autofill:hover,input[data-v-67b4da4c]:-webkit-autofill:focus,input[data-v-67b4da4c]:-webkit-autofill:active{transition:background-color 9999999s;-webkit-text-fill-color:var(--primary-text-color)!important}.form-item input[data-v-67b4da4c]::placeholder,.form-item textarea[data-v-67b4da4c]::placeholder{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto}.form-item[data-v-67b4da4c]:hover,.form-item[data-v-67b4da4c]:focus-within{opacity:1}.form-item.textarea-item[data-v-67b4da4c]{height:auto;align-items:stretch;padding:0;border-radius:20px}.form-item.textarea-item textarea[data-v-67b4da4c]{padding:15px 20px;min-height:100px;max-height:200px;resize:vertical}.form-item[data-v-67b4da4c]:before{content:"";position:absolute;width:100%;height:2px;z-index:2;bottom:0;background-color:transparent;transition:background-color .2s}.form-item[data-v-67b4da4c]:has(input:focus):before{background-color:var(--primary)}.form-item[data-v-67b4da4c]:has(textarea:focus):before{background-color:var(--primary)}.form-modal-footer[data-v-67b4da4c]{justify-content:flex-end;gap:20px;padding:15px 20px;border-width:2px 0 0 0}.action-buttons[data-v-67b4da4c]{display:flex;justify-content:flex-end;gap:20px;flex-wrap:wrap}.accepted-message-section[data-v-67b4da4c]{padding:10px 16px;border-radius:999px;background:#4caf5029;color:#b8ffc4;font-family:Inter,sans-serif;font-size:1rem}.modal-loading-state[data-v-67b4da4c],.modal-empty-state[data-v-67b4da4c],.modal-error-panel[data-v-67b4da4c]{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px;color:var(--forms-modal-text);font-family:Inter,sans-serif;font-size:1rem}.modal-loading-state .spinner[data-v-67b4da4c]{width:28px;height:28px;border-width:3px}.modal-error-panel[data-v-67b4da4c]{color:#ffc5ca}@media (max-width: 760px){.page[data-v-67b4da4c]{gap:22px}.controls[data-v-67b4da4c]{align-items:stretch;flex-direction:column;gap:10px;padding:10px;border-radius:24px}.controls .form-item[data-v-67b4da4c]{width:100%;min-width:0;flex:0 0 auto}.controls .form-item input[data-v-67b4da4c]{min-width:0}.status-filter[data-v-67b4da4c]{width:100%;min-width:0;flex:0 0 auto}.status-filter-trigger[data-v-67b4da4c],.status-filter-option[data-v-67b4da4c]{height:50px}.status-filter-current[data-v-67b4da4c]{overflow:hidden;text-overflow:ellipsis}.status-filter-menu[data-v-67b4da4c]{width:100%;box-sizing:border-box}.forms-list[data-v-67b4da4c]{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:18px}}@media (max-width: 420px){.controls[data-v-67b4da4c]{border-radius:18px}.controls .form-item[data-v-67b4da4c],.status-filter-trigger[data-v-67b4da4c],.status-filter-option[data-v-67b4da4c]{height:46px}.controls .form-item label[data-v-67b4da4c]{width:44px;min-width:44px}.forms-list[data-v-67b4da4c]{grid-template-columns:minmax(0,1fr);gap:14px}.form-card[data-v-67b4da4c]{padding:12px}.card-header[data-v-67b4da4c]{align-items:flex-start;flex-direction:column;gap:10px}.form-status-badge[data-v-67b4da4c]{max-width:100%;box-sizing:border-box;font-size:15px}.info-line[data-v-67b4da4c]{align-items:flex-start;flex-wrap:wrap;gap:6px}}@media (max-width: 820px){.modal-overlay[data-v-67b4da4c]{align-items:stretch;padding:10px;overflow:hidden}.modal-content[data-v-67b4da4c]{max-width:none;max-height:calc(100dvh - 20px);height:calc(100dvh - 20px);border-radius:var(--forms-modal-radius)}.form-modal-header[data-v-67b4da4c]{min-height:auto;gap:12px;padding:12px 14px}.modal-title-row[data-v-67b4da4c]{gap:10px}.modal-title-row svg[data-v-67b4da4c]{width:30px;height:30px;flex:0 0 30px}.modal-title-row h3[data-v-67b4da4c]{font-size:clamp(22px,5.5vw,28px);line-height:1.2;overflow-wrap:anywhere}.modal-close[data-v-67b4da4c]{width:40px;height:40px}.modal-close svg[data-v-67b4da4c]{width:26px;height:26px}.modal-scrollable-content[data-v-67b4da4c]{gap:24px;padding:24px 0}.form-modal-section[data-v-67b4da4c]{gap:16px;padding:12px 14px 20px}.section-title-row[data-v-67b4da4c]{gap:10px}.section-title-row svg[data-v-67b4da4c]{width:27px;height:27px;flex:0 0 27px}.user-card[data-v-67b4da4c]{padding:14px}.user-main-grid[data-v-67b4da4c]{flex-wrap:wrap;gap:16px}.user-avatar-modal[data-v-67b4da4c]{width:56px;height:56px}.user-info-div[data-v-67b4da4c]{min-width:0;gap:10px}.user-info-div p[data-v-67b4da4c],.data-label[data-v-67b4da4c],.data-value[data-v-67b4da4c],.history-reviewer p[data-v-67b4da4c],.history-time[data-v-67b4da4c]{overflow-wrap:anywhere}.application-data-section[data-v-67b4da4c]{padding:12px 14px;gap:14px}.data-item[data-v-67b4da4c]{gap:16px}.data-value.multi-line[data-v-67b4da4c]{margin-left:20px}.data-value.multi-line[data-v-67b4da4c]:before{left:-20px}.history-accordion-trigger[data-v-67b4da4c]{min-height:auto;gap:12px;padding:12px 14px}.history-accordion-trigger>div[data-v-67b4da4c]{min-width:0;flex-wrap:wrap;gap:10px!important}.history-status-badge[data-v-67b4da4c]{max-width:100%;white-space:normal;text-align:left}.history-accordion-body[data-v-67b4da4c]{padding:12px}.history-footer[data-v-67b4da4c]{align-items:flex-start;flex-direction:column;gap:10px;padding:12px 14px}.history-time[data-v-67b4da4c]{flex-shrink:1}.modal-rejection-input[data-v-67b4da4c]{padding:0 14px}.form-modal-footer[data-v-67b4da4c]{justify-content:stretch;padding:12px 14px}.action-buttons[data-v-67b4da4c]{width:100%;gap:12px}.action-buttons[data-v-67b4da4c]>*{flex:1 1 160px;min-width:0}.action-buttons[data-v-67b4da4c] button{width:100%;justify-content:center;min-height:44px}.accepted-message-section[data-v-67b4da4c]{width:100%;box-sizing:border-box;border-radius:12px;text-align:center}}@media (max-width: 540px){.modal-overlay[data-v-67b4da4c]{padding:0}.modal-content[data-v-67b4da4c]{height:100dvh;max-height:100dvh;border-radius:0}.form-modal-header[data-v-67b4da4c]{padding:10px 12px}.modal-title-row svg[data-v-67b4da4c]{width:28px;height:28px;flex-basis:28px}.modal-title-row h3[data-v-67b4da4c]{font-size:clamp(20px,7vw,24px)}.modal-scrollable-content[data-v-67b4da4c]{gap:20px;padding:18px 0}.form-modal-section[data-v-67b4da4c]{gap:14px;padding:10px 12px 18px}.section-title-row h4[data-v-67b4da4c]{line-height:1.2}.modal-info-card[data-v-67b4da4c],.application-data-section[data-v-67b4da4c],.history-accordion[data-v-67b4da4c]{border-radius:8px}.user-card[data-v-67b4da4c]{padding:12px}.user-main-grid[data-v-67b4da4c]{display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px}.user-main-grid>.user-info-div[data-v-67b4da4c]:last-child{grid-column:1 / -1}.data-item[data-v-67b4da4c]{flex-direction:column;gap:6px;padding:10px 0}.data-label[data-v-67b4da4c],.data-value[data-v-67b4da4c]{width:100%}.data-item-full[data-v-67b4da4c]{gap:10px;padding:10px 0 16px}.data-value.multi-line[data-v-67b4da4c]{margin-left:14px}.data-value.multi-line[data-v-67b4da4c]:before{left:-14px}.history-accordion-trigger[data-v-67b4da4c]{align-items:flex-start}.history-chevron[data-v-67b4da4c]{flex-shrink:0;margin-top:4px}.history-status-badge[data-v-67b4da4c]{padding:6px 10px 6px 6px;font-size:.85rem}.history-status-badge span[data-v-67b4da4c]{width:20px;height:20px}.history-reason[data-v-67b4da4c]{width:100%;box-sizing:border-box;border-radius:12px}.modal-rejection-input[data-v-67b4da4c]{padding:0 12px}.form-item[data-v-67b4da4c]{min-height:50px;padding:0 14px;border-radius:16px}.form-item input[data-v-67b4da4c],.form-item textarea[data-v-67b4da4c]{padding:13px 0}.action-buttons[data-v-67b4da4c]{flex-direction:column;gap:10px}.action-buttons[data-v-67b4da4c]>*{width:100%;flex-basis:auto}.modal-loading-state[data-v-67b4da4c],.modal-empty-state[data-v-67b4da4c],.modal-error-panel[data-v-67b4da4c]{min-height:180px;padding:24px 14px;text-align:center}}.map[data-v-55ea82ec]{width:95%;height:calc(100vh - 100px);border:none;display:flex;border-radius:10px;align-self:center;justify-self:center;align-items:center;justify-content:center;flex-direction:column;gap:15px}.error-page-modern[data-v-91936f2f]{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--primary-background);background-size:cover;background-position:center;color:var(--primary-text-color);font-family:Inter,sans-serif;padding:20px;box-sizing:border-box;overflow:hidden}.error-container-modern[data-v-91936f2f]{text-align:center;padding:clamp(30px,6vw,60px);position:relative;z-index:1;max-width:700px;width:100%;background-color:var(--secondary-background);border-radius:12px;box-shadow:0 10px 30px -5px #0000004d;overflow:hidden;display:flex;flex-direction:column;align-items:center}.error-content-modern[data-v-91936f2f]{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.error-code-modern[data-v-91936f2f]{background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:clamp(4rem,15vw,8rem);font-weight:700;line-height:1;margin:0 0 15px}.error-title-modern[data-v-91936f2f]{color:var(--h-text-color);font-weight:600;font-size:clamp(1.5rem,5vw,2.5rem);margin:0 0 15px}.error-description-modern[data-v-91936f2f]{font-size:clamp(1rem,2.5vw,1.1rem);font-weight:400;line-height:1.6;margin:0 auto 35px;max-width:500px}@media (max-width: 480px){.error-container-modern[data-v-91936f2f]{padding:clamp(20px,5vw,40px)}.error-description-modern[data-v-91936f2f]{margin-bottom:25px}}.stepper[data-v-77a8999c]{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%}.step-item[data-v-77a8999c]{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:1;flex:1;position:relative;gap:10px;padding:0 5px}.step-circle[data-v-77a8999c]{width:34px;height:34px;background-color:var(--secondary-text-color);display:flex;justify-content:center;align-items:center;color:var(--h-text-color);font-family:Inter,sans-serif;font-size:var(--very-small-text-size);font-style:normal;font-weight:400;line-height:normal;transition:background-color .3s ease,color .3s ease;border-radius:50%;box-sizing:border-box}.step-item.active .step-circle[data-v-77a8999c]{background:var(--primary);color:var(--h-text-color)}.step-item.completed .step-circle[data-v-77a8999c]{background-color:var(--primary);color:var(--h-text-color)}.step-label[data-v-77a8999c]{transition:color .3s ease;color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:clamp(14px,2vw,17px);font-style:normal;font-weight:400;line-height:normal}.step-item.active .step-label[data-v-77a8999c],.step-item.completed .step-label[data-v-77a8999c]{color:var(--h-text-color)}.step-line-container[data-v-77a8999c]{position:absolute;top:15px;left:10%;right:10%;height:5px;background-color:var(--secondary-text-color);z-index:0;border-radius:10px;overflow:hidden}.step-line[data-v-77a8999c]{position:absolute;top:0;left:0;height:100%;background:var(--primary);transition:width .4s ease-in-out;border-radius:10px}@media (max-width: 500px){.step-label[data-v-77a8999c]{display:none}.step-item[data-v-77a8999c]{padding:0;width:fit-content}}.step-content.access-step[data-v-0739c2b3]{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:30px}.header-text[data-v-0739c2b3]{display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:20px}.method-options[data-v-0739c2b3]{display:flex;align-items:center;justify-content:center;gap:25px;flex-wrap:wrap;margin-bottom:30px}.method-options label[data-v-0739c2b3]{cursor:pointer;display:flex;padding:10px 20px;justify-content:center;align-items:center;gap:10px;transition:background-color .2s,border-color .2s,color .2s;border-radius:100px;border:2px solid var(--secondary-background);box-sizing:border-box;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--small-text-size);font-weight:400;line-height:normal}.method-options input[type=radio][data-v-0739c2b3]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;width:20px;height:20px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:50%;border:2px solid var(--primary);transition:border-color .2s,background-color .2s;position:relative;box-sizing:border-box;cursor:pointer;vertical-align:middle}.method-options input[type=radio][data-v-0739c2b3]:checked:after{content:"";display:block;width:10px;height:10px;background-color:var(--primary);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.method-options input[type=radio][data-v-0739c2b3]:checked{border-color:var(--primary)}.method-options label[data-v-0739c2b3]:hover,.method-options label.active[data-v-0739c2b3]{border-color:var(--primary)}.form-content[data-v-0739c2b3],.payment-content[data-v-0739c2b3],.status-content[data-v-0739c2b3]{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.application-form[data-v-0739c2b3]{width:100%;display:flex;flex-direction:column;gap:20px;align-items:center}.paid-footer[data-v-0739c2b3]{display:flex;justify-content:center;align-items:center;gap:30px}.form-item[data-v-0739c2b3]{display:flex;flex-direction:column;height:auto;min-height:55px;align-items:stretch;align-self:stretch;background:var(--secondary-background, #2B2E41);box-sizing:border-box;opacity:.9;transition:opacity .2s,border-color .2s,box-shadow .2s;border:2px solid var(--secondary-background);border-radius:50px;padding:0 20px;overflow:hidden;position:relative}.form-item input[data-v-0739c2b3],.form-item textarea[data-v-0739c2b3]{height:auto;background:none;border:none;align-self:stretch;width:100%;box-sizing:border-box;padding:15px 0;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--small-text-size);background-color:transparent!important;outline:none}input[data-v-0739c2b3]:-webkit-autofill,input[data-v-0739c2b3]:-webkit-autofill:hover,input[data-v-0739c2b3]:-webkit-autofill:focus,input[data-v-0739c2b3]:-webkit-autofill:active{transition:background-color 9999999s;-webkit-text-fill-color:var(--primary-text-color)!important}.form-item input[data-v-0739c2b3]::placeholder,.form-item textarea[data-v-0739c2b3]::placeholder{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto}.form-item[data-v-0739c2b3]:hover,.form-item[data-v-0739c2b3]:focus-within{opacity:1}.form-item.textarea-item[data-v-0739c2b3]{height:auto;align-items:stretch;padding:0;border-radius:20px}.form-item.textarea-item textarea[data-v-0739c2b3]{padding:15px 20px;min-height:100px;max-height:200px;resize:vertical}.form-item-paid[data-v-0739c2b3]{display:flex;height:60px;align-items:center;max-width:450px;border-radius:162px;background:var(--secondary-background, #2B2E41);box-sizing:border-box;opacity:90%;transition:opacity .2s;width:100%;overflow:hidden;position:relative}.form-item-paid label[data-v-0739c2b3]{display:flex;width:60px;justify-content:center;align-items:center;min-width:60px}.form-item-paid input[data-v-0739c2b3]{height:100%;background:none;border:none;align-self:stretch;width:100%;box-sizing:border-box;padding:0;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto;background-color:transparent!important}input[data-v-0739c2b3]:-webkit-autofill,input[data-v-0739c2b3]:-webkit-autofill:hover,input[data-v-0739c2b3]:-webkit-autofill:focus,input[data-v-0739c2b3]:-webkit-autofill:active{transition:background-color 9999999s;-webkit-text-fill-color:#fff!important}.form-item-paid input[data-v-0739c2b3]::placeholder{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto}.form-item-paid input[data-v-0739c2b3]:focus{border:none;outline:none}.form-item-paid[data-v-0739c2b3]:hover{opacity:100%}.form-item-paid:focus label[data-v-0739c2b3]{filter:var(--primary-filter)}.form-item[data-v-0739c2b3]:before{content:"";position:absolute;width:100%;height:2px;z-index:2;bottom:0;background-color:transparent;transition:background-color .2s}.form-item[data-v-0739c2b3]:has(input:focus):before{background-color:var(--primary)}.form-item[data-v-0739c2b3]:has(textarea:focus):before{background-color:var(--primary)}.form-item-paid[data-v-0739c2b3]:before{content:"";position:absolute;width:100%;height:2px;z-index:2;bottom:0;background-color:transparent;transition:background-color .2s}.form-item-paid[data-v-0739c2b3]:has(input:focus):before{background-color:var(--primary)}.error-text[data-v-0739c2b3]{color:#f87171;font-size:var(--small-text-size);text-align:center;width:100%}.form-actions-footer[data-v-0739c2b3]{display:flex;justify-content:flex-end;align-items:center;width:100%;margin-top:30px;gap:20px;flex-wrap:wrap}.agree-checkbox[data-v-0739c2b3]{display:flex;align-items:center;gap:10px;text-align:left;align-self:flex-start}.agree-checkbox label[data-v-0739c2b3]{color:var(--primary-text-color);font-size:var(--very-small-text-size);font-family:Inter,sans-serif}.status-content[data-v-0739c2b3]{gap:40px}.status-header[data-v-0739c2b3]{display:flex;flex-direction:column;align-items:center;gap:20px}.status-header h2[data-v-0739c2b3]{margin-bottom:0}.status-badge[data-v-0739c2b3]{border-radius:109px;display:flex;padding:10px 15px;justify-content:center;align-items:center;gap:15px;font-family:Inter;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;color:var(--h-text-color)}.status-badge svg[data-v-0739c2b3]{width:24px;height:24px}.status-badge.pending[data-v-0739c2b3]{background:#e9c3454d}.status-badge.pending svg path[data-v-0739c2b3]{stroke:#e9c345}.status-badge.rejected[data-v-0739c2b3]{background-color:#d946464d}.status-badge.rejected svg path[data-v-0739c2b3]{fill:#d94646}.status-badge.approved[data-v-0739c2b3]{background-color:#4caf504d}.status-badge.approved svg path[data-v-0739c2b3]{stroke:#4caf50}.rejection-reason[data-v-0739c2b3]{display:inline;padding:7px 20px;border-radius:24px;border:2px solid rgba(217,70,70,.3);background:#d9464626;color:#ffb8bf;font-family:Inter;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:25px;margin-top:-5px;justify-content:start;text-align:start;white-space:normal;word-break:break-word}.rejection-reason strong[data-v-0739c2b3]{font-style:normal;font-weight:600}.rejection-reason.form-notice[data-v-0739c2b3]{border-left:4px solid #F87171;padding:10px 15px;background-color:#f871710d;margin-bottom:20px;text-align:left;font-style:normal}.application-data-section[data-v-0739c2b3]{display:flex;padding:10px 20px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;border-radius:10px;background:var(--secondary-background, #2B2E41)}.read-only-data[data-v-0739c2b3]{display:flex;flex-direction:column;gap:15px}.data-item[data-v-0739c2b3]{display:flex;padding:7px 0;align-items:flex-start;gap:30px;align-self:stretch;border-bottom:2px solid rgba(255,255,255,.15)}.data-item-full[data-v-0739c2b3]{display:flex;padding:7px 0 20px;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;align-self:stretch;border-bottom:2px solid rgba(255,255,255,.15)}.data-label[data-v-0739c2b3]{width:fit-content;color:var(--secondary-text-color, #7E8191);font-family:Inter;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;text-align:start}.data-value[data-v-0739c2b3]{color:var(--primary-text-color, #DCE0F4);font-family:Inter;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:normal;text-align:start;-webkit-hyphens:auto;hyphens:auto}.data-value.multi-line[data-v-0739c2b3]{display:flex;align-items:center;margin-left:30px;align-self:stretch;position:relative;-webkit-hyphens:auto;hyphens:auto;word-break:break-word;overflow-wrap:break-word}.data-value.multi-line[data-v-0739c2b3]:before{content:"";display:flex;border-radius:5px;background:#ffffff26;width:2px;align-self:stretch;left:-30px;position:absolute;height:100%}.read-only-actions[data-v-0739c2b3]{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.read-only-actions p[data-v-0739c2b3]{align-self:stretch;color:var(--secondary-text-color, #7E8191);text-align:start}.editing-mode[data-v-0739c2b3]{gap:25px}.editing-form[data-v-0739c2b3]{gap:20px}.editing-actions[data-v-0739c2b3]{display:flex;justify-content:flex-end;gap:15px;width:100%;margin-top:10px}.editing-actions .base-button[data-v-0739c2b3]{margin-top:0}.step-content.minecraft-step[data-v-58449501]{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%}.step-content h2[data-v-58449501],.step-content p[data-v-58449501]{margin-bottom:0}.loading-indicator.small[data-v-58449501],.error-message.small[data-v-58449501]{width:100%;box-sizing:border-box}.text[data-v-58449501]{display:flex;flex-direction:column;align-items:center;gap:20px;align-self:stretch}.verification-details[data-v-58449501]{gap:20px;display:flex;flex-direction:column;align-items:center}.verification-command[data-v-58449501]{display:flex;padding:10px 20px;justify-content:center;align-items:center;box-sizing:border-box;width:fit-content;gap:15px;border-radius:10px;background:var(--secondary-background, #2B2E41);color:var(--primary-text-color, #DCE0F4);text-align:center}.verification-command p[data-v-58449501]{font-family:Minecraft,sans-serif;font-size:var(--small-text-size);font-style:normal;font-weight:400;line-height:24px}.verification-command button[data-v-58449501]{background:none;border:none;cursor:pointer;padding:0;margin:0}.status-indicator[data-v-58449501]{font-weight:600;font-family:Inter,sans-serif;padding:10px 15px;border-radius:4px;display:inline-flex;align-items:center;gap:10px;font-size:var(--small-text-size);border:2px solid transparent}.status-indicator.pending[data-v-58449501]{color:#fcd34d;background-color:#fcd34d1a;border-color:#fcd34d}.status-indicator.rejected[data-v-58449501]{color:#f87171;background-color:#f871711a;border-color:#f87171}.status-indicator.approved[data-v-58449501]{color:#6ee7b7;background-color:#6ee7b71a;border-color:#6ee7b7}.step-content.discord-step[data-v-fee5f9be]{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}button[data-v-fee5f9be]{margin-top:20px}.onboarding-complete[data-v-e1d88ae9]{width:100%;max-width:550px;display:flex;flex-direction:column;align-items:center;gap:20px}button[data-v-e1d88ae9]{margin-top:20px}.step-content.discord-step[data-v-78f998af]{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}button[data-v-78f998af]{margin-top:20px}.buttons[data-v-78f998af]{display:flex;flex-direction:row;gap:20px}.page[data-v-0d598ec4]{width:100%;display:flex;min-height:100vh;padding:120px var(--padding-inline);flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;background:url(/BluredBackground.webp) no-repeat center center fixed}.onboarding-container[data-v-0d598ec4]{background-color:var(--primary-background);color:var(--primary-text-color);width:100%;max-width:720px;border-radius:10px;text-align:center;display:flex;justify-self:flex-start;flex-direction:column;box-sizing:border-box}.onboarding-header[data-v-0d598ec4]{display:flex;padding:40px 40px 30px;flex-direction:column;align-items:center;gap:30px;align-self:stretch;border-bottom:2px solid rgba(255,255,255,.15);box-sizing:border-box}.header-text[data-v-0d598ec4]{display:flex;flex-direction:column;align-items:center;gap:15px}.loading-indicator[data-v-0d598ec4],.error-message[data-v-0d598ec4]{padding:20px;font-size:var(--small-text-size);border-radius:8px;margin-top:0;width:100%;box-sizing:border-box;background-color:var(--secondary-background)}.loading-indicator[data-v-0d598ec4]{color:var(--primary-text-color);display:flex;align-items:center;justify-content:center;gap:12px}.error-message[data-v-0d598ec4]{color:#d94646;border:2px solid rgba(217,70,70,.3);background-color:#d9464626}.step-wrapper[data-v-0d598ec4]{display:flex;padding:30px 40px 40px;flex-direction:column;align-items:center;align-self:stretch;flex-grow:1;box-sizing:border-box}.fade-enter-active[data-v-0d598ec4],.fade-leave-active[data-v-0d598ec4]{transition:opacity .3s ease-out,transform .3s ease-out}.fade-enter-from[data-v-0d598ec4]{opacity:0;transform:translateY(15px)}.fade-leave-to[data-v-0d598ec4]{opacity:0;transform:translateY(-15px)}[data-v-0d598ec4] .step-content{width:100%;display:flex;flex-direction:column;align-items:center}@media (max-width: 600px){.onboarding-header[data-v-0d598ec4],.step-wrapper[data-v-0d598ec4]{padding:20px 20px 15px}}@media (max-width: 450px){.page[data-v-0d598ec4]{padding:0;align-items:center;justify-content:center}.onboarding-container[data-v-0d598ec4]{height:100%;background-color:var(--primary-background)}}.loader[data-v-33eeb3a7]{background:var(--secondary-background);width:100%;height:100%;min-height:200px;border-radius:10px}#color-picker[data-v-33eeb3a7]{position:absolute;left:50%;transform:translate(-50%);bottom:60px}.api-error-message[data-v-33eeb3a7]{background-color:#e74c3c;color:#fff;padding:10px 15px;border-radius:6px;margin-bottom:15px;text-align:center}.prefix-manager-container[data-v-33eeb3a7]{position:relative;display:flex;flex-direction:column;width:100%}.block[data-v-33eeb3a7]{display:flex;flex-direction:column;align-items:flex-start;gap:15px;width:100%}.form-group[data-v-33eeb3a7]{display:flex;flex-direction:column;align-items:flex-start;gap:15px;width:100%;max-width:830px}.create-prefix[data-v-33eeb3a7]{display:inline-flex;align-items:flex-start;gap:30px;width:100%;max-width:830px}.templates-grid[data-v-33eeb3a7]{display:grid;gap:20px;width:100%;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.template-item[data-v-33eeb3a7]{border-radius:60px;cursor:pointer;display:flex;flex-direction:column;align-items:center;transition:all .2s ease;height:50px;overflow:hidden;border:2px solid transparent;box-sizing:border-box}.template-item[data-v-33eeb3a7]:hover{transform:scale(1.05)}.template-item.is-selected[data-v-33eeb3a7]{border-color:var(--primary)}.template-preview[data-v-33eeb3a7]{width:100%;height:100%}.prefix-creator-view[data-v-33eeb3a7]{display:flex;flex-direction:column;gap:18px}.form-item[data-v-33eeb3a7]{display:flex;height:60px;align-items:center;align-self:stretch;border-radius:162px;background:var(--secondary-background, #2B2E41);box-sizing:border-box;opacity:90%;transition:opacity .2s;overflow:hidden;position:relative;width:100%}.form-item label[data-v-33eeb3a7]{display:flex;width:60px;justify-content:center;align-items:center;min-width:60px}.form-item input[data-v-33eeb3a7]{height:100%;background:none;border:none;align-self:stretch;width:100%;box-sizing:border-box;padding:0;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto;border-bottom-right-radius:50px;border-top-right-radius:50px}input[data-v-33eeb3a7]:-webkit-autofill,input[data-v-33eeb3a7]:-webkit-autofill:hover,input[data-v-33eeb3a7]:-webkit-autofill:focus,input[data-v-33eeb3a7]:-webkit-autofill:active{transition:background-color 9999999s;-webkit-text-fill-color:#fff!important}.form-item input[data-v-33eeb3a7]::placeholder{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto}.form-item input[data-v-33eeb3a7]:focus{border:none;outline:none}.form-item[data-v-33eeb3a7]:before{content:"";position:absolute;width:100%;height:2px;z-index:2;bottom:0;background-color:transparent;transition:background-color .2s}.form-item[data-v-33eeb3a7]:has(input:focus):before{background-color:var(--primary)}.form-item[data-v-33eeb3a7]:hover{opacity:100%}.form-item:focus label[data-v-33eeb3a7]{filter:var(--primary-filter)}.create-prefix .form-group[data-v-33eeb3a7]{width:100%}.colors-input-area[data-v-33eeb3a7]{display:flex;height:60px;align-items:center;align-self:stretch;border-radius:162px;background:var(--secondary-background, #2B2E41);box-sizing:border-box;position:relative;width:100%;padding:17px 20px}.color-block[data-v-33eeb3a7]{width:100%;height:100%;border-radius:162px;border:none;cursor:pointer}.formatting-options div[data-v-33eeb3a7]{display:flex;gap:10px;flex-wrap:wrap}.formatting-options button[data-v-33eeb3a7]{background:var(--secondary-background);border:none;width:40px;height:40px;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:7px;transition:background-color .2s}.formatting-options button.active[data-v-33eeb3a7]{background:var(--primary)}.minecraft-preview[data-v-33eeb3a7]{font-family:MinecraftAll,sans-serif;font-synthesis:weight style;display:flex;padding:0 20px;height:60px;justify-content:center;align-items:center;gap:10px;border-radius:100px;border:2px solid rgba(255,255,255,.15);font-size:var(--small-text-size);width:100%;max-width:500px;box-sizing:border-box;font-weight:400;color:var(--primary-text-color)}.minecraft-preview b[data-v-33eeb3a7]{font-weight:600}.minecraft-preview em[data-v-33eeb3a7]{font-style:italic}.minecraft-preview s[data-v-33eeb3a7]{text-decoration:line-through;text-decoration-color:currentColor}.minecraft-preview u[data-v-33eeb3a7]{text-decoration:underline;text-decoration-color:currentColor}.creator-actions[data-v-33eeb3a7]{display:flex;gap:20px;margin-top:20px}.prefix-library-view[data-v-33eeb3a7]{display:flex;flex-direction:column;gap:15px}.create-new-lib-btn[data-v-33eeb3a7]{display:flex;padding:14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:50px;border:2px solid var(--secondary-background, #2B2E41);background:none;cursor:pointer}.prefixes-grid[data-v-33eeb3a7]{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.prefix-card[data-v-33eeb3a7]{display:flex;padding:15px 25px;justify-content:center;align-items:center;gap:10px;cursor:pointer;border-radius:50px;background:var(--secondary-background, #2B2E41);font-family:MinecraftAll,sans-serif;font-synthesis:weight style;font-size:var(--small-text-size);word-break:break-word;flex:0 1 auto;box-sizing:border-box;transition:transform .2s}.prefix-card[data-v-33eeb3a7]:hover{transform:scale(1.02)}.prefix-card.active[data-v-33eeb3a7]{border:2px solid var(--primary, #8391F7)}@media (max-width: 600px){.create-prefix[data-v-33eeb3a7]{flex-direction:column}}.skins-page[data-v-9e08df98]{gap:2vw;width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.skins-page-content[data-v-9e08df98]{display:flex;flex-direction:column;align-items:flex-start;gap:15px;width:fit-content;flex:0 0 auto}.skins-page-content[data-v-9e08df98]:nth-last-child(1){width:100%}.current-skin[data-v-9e08df98]{background-color:var(--secondary-background);border-radius:10px;aspect-ratio:180/300;display:block;width:100%;max-width:187px}#skin-type[data-v-9e08df98]{display:flex;align-items:flex-start;gap:30px}.skins-library[data-v-9e08df98]{display:flex;flex-wrap:wrap;gap:30px;width:100%;justify-content:flex-start;align-items:flex-start}.add-new-skin[data-v-9e08df98]{display:flex;width:135px;padding:0 20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;aspect-ratio:108.6/181;border-radius:10px;border:2px solid var(--secondary-background, #2B2E41);background:none;cursor:pointer;box-sizing:border-box;transition:transform .2s ease}.add-new-skin[data-v-9e08df98]:hover{transform:scale(1.02)}.skin-card[data-v-9e08df98]{display:flex;flex-direction:column;align-items:center;gap:10px;aspect-ratio:108.6/181;width:135px;position:relative;border-radius:10px;padding:10px;box-sizing:border-box;transition:background-color .2s ease}.skin-card[data-v-9e08df98]:hover{background-color:var(--secondary-background, #2B2E41)}.skin-canvas[data-v-9e08df98]{height:100%;aspect-ratio:90/150}.fade-buttons-enter-from[data-v-9e08df98],.fade-buttons-leave-to[data-v-9e08df98]{opacity:0}.fade-buttons-enter-to[data-v-9e08df98],.fade-buttons-leave-from[data-v-9e08df98]{opacity:1}.fade-buttons-enter-active[data-v-9e08df98],.fade-buttons-leave-active[data-v-9e08df98]{transition:opacity .3s ease}.skin-buttons[data-v-9e08df98]{align-items:center;gap:10px;width:100%;position:absolute;bottom:20px;flex-direction:column}.skin-primary-button[data-v-9e08df98]{display:flex;width:113px;padding:5px 0;justify-content:center;align-items:center;gap:10px;border-radius:5px;background:var(--primary, #8391F7);border:none;color:var(--h-text-color);font-family:Inter,sans-serif;font-size:var(--very-small-text-size);font-style:normal;font-weight:300;line-height:normal;cursor:pointer}.skin-second-button[data-v-9e08df98]{display:flex;width:113px;padding:5px 0;justify-content:center;align-items:center;border-radius:5px;border:2px solid var(--secondary, #ACA0FF);background:#0000001a;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);color:var(--h-text-color);font-family:Inter,sans-serif;font-size:var(--very-small-text-size);font-style:normal;font-weight:300;line-height:normal;cursor:pointer}.upload-skin[data-v-9e08df98]{border:none;border-radius:8px;padding:20px;left:50%;transform:translate(-50%) translateY(-50%);top:50%;background:var(--secondary-background)}.upload-skin form[data-v-9e08df98]{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.upload-button[data-v-9e08df98]{position:relative;cursor:pointer;overflow:hidden}.upload-button.processing[data-v-9e08df98],.upload-button.processing input[data-v-9e08df98],.upload-button.processing input#file-upload-button[data-v-9e08df98]{cursor:not-allowed}.upload-button input[data-v-9e08df98]{position:absolute;width:100%;cursor:pointer;top:-23px;left:0;height:1000%;z-index:1}.upload-skin .buttons[data-v-9e08df98]{display:flex;justify-content:flex-end;gap:8px;align-self:flex-end}.upload-skin img[data-v-9e08df98]{width:100%;border-radius:10px}.form-item[data-v-9e08df98]{display:flex;height:60px;align-items:center;align-self:stretch;border-radius:162px;background:var(--primary-background);box-sizing:border-box;opacity:90%;transition:opacity .2s;position:relative;overflow:hidden}.form-item label[data-v-9e08df98]{display:flex;width:60px;justify-content:center;align-items:center;min-width:60px}.form-item input[data-v-9e08df98]{height:100%;background:none;border:none;align-self:stretch;width:100%;box-sizing:border-box;padding:0;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto;background-color:transparent!important}input[data-v-9e08df98]:-webkit-autofill,input[data-v-9e08df98]:-webkit-autofill:hover,input[data-v-9e08df98]:-webkit-autofill:focus,input[data-v-9e08df98]:-webkit-autofill:active{transition:background-color 9999999s;-webkit-text-fill-color:#fff!important}.form-item input[data-v-9e08df98]::placeholder{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto}.form-item input[data-v-9e08df98]:focus{border:none;outline:none}.form-item[data-v-9e08df98]:before{content:"";position:absolute;width:100%;height:2px;z-index:2;bottom:0;background-color:transparent;transition:background-color .2s}.form-item[data-v-9e08df98]:has(input:focus):before{background-color:var(--primary)}.form-item[data-v-9e08df98]:hover{opacity:100%}.form-item:focus label[data-v-9e08df98]{filter:var(--primary-filter)}@media (max-width: 1442px){.skins-page[data-v-9e08df98]{flex-direction:column;gap:20px}}.banner[data-v-ee3e925d]{display:flex;width:100%;justify-content:flex-end;aspect-ratio:1377 / 245.89;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:10px;position:relative;min-height:150px}.change-banner[data-v-ee3e925d]{position:absolute;top:10px;right:10px;width:35px;height:35px;padding:6px;border:none;border-radius:5px;background:var(--primary-background);cursor:pointer;transition:transform .2s ease}.change-banner[data-v-ee3e925d]:hover{transform:scale(1.05)}.upload-banner[data-v-ee3e925d]{border:none;border-radius:8px;padding:20px;left:50%;transform:translate(-50%) translateY(-50%);top:50%;background:var(--secondary-background)}.upload-banner form[data-v-ee3e925d]{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.upload-button[data-v-ee3e925d]{position:relative;cursor:pointer;overflow:hidden}.upload-button.processing[data-v-ee3e925d],.upload-button.processing input[data-v-ee3e925d],.upload-button.processing input#file-upload-button[data-v-ee3e925d]{cursor:not-allowed}.upload-button input[data-v-ee3e925d]{position:absolute;width:100%;cursor:pointer;top:-23px;left:0;height:1000%;z-index:1}.upload-banner .buttons[data-v-ee3e925d]{display:flex;justify-content:flex-end;gap:8px;align-self:flex-end}.upload-banner img[data-v-ee3e925d]{width:100%;border-radius:10px}.particle-grid[data-v-620448a0]{display:flex;align-items:flex-start;align-content:flex-start;gap:30px;flex-wrap:wrap}.particle[data-v-620448a0]{display:flex;padding:20px;align-items:center;gap:20px;border-radius:50px;background:var(--secondary-background, #2B2E41);cursor:pointer;box-sizing:border-box;transition:transform .2s ease}.particle.active[data-v-620448a0]{border:2px solid var(--primary)}.particle[data-v-620448a0]:hover{transform:scale(1.05)}.colors[data-v-3e5d8949]{display:flex;align-items:flex-start;align-content:flex-start;gap:30px;align-self:stretch;flex-wrap:wrap}.color[data-v-3e5d8949]{display:flex;width:40px;height:40px;justify-content:center;align-items:center;gap:20px;aspect-ratio:1/1;border-radius:50px;cursor:pointer;transition:transform .2s ease}.color[data-v-3e5d8949]:hover{transform:scale(1.1)}.minecraft-preview[data-v-3e5d8949]{font-family:MinecraftAll,sans-serif;font-synthesis:weight style;display:flex;padding:0 20px;height:60px;justify-content:center;align-items:center;gap:10px;border-radius:100px;border:2px solid rgba(255,255,255,.15);font-size:var(--small-text-size);width:100%;max-width:500px;box-sizing:border-box;font-weight:400;color:var(--primary-text-color)}.mini-block[data-v-3e5d8949]{display:flex;flex-direction:column;align-items:flex-start;gap:15px;width:100%}.page[data-v-1fc5b67c]{display:flex;flex-direction:column;gap:30px}.content[data-v-1fc5b67c]{display:flex;flex-direction:column;gap:50px;max-width:100%;position:relative}.block[data-v-1fc5b67c]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.page[data-v-3403789a]{display:flex;flex-direction:column;gap:30px}.content[data-v-3403789a]{display:flex;flex-direction:column;gap:30px;max-width:100%;position:relative}.block[data-v-3403789a]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.receipt-list[data-v-3403789a]{display:flex;align-items:flex-start;align-content:flex-start;gap:30px;align-self:stretch;flex-wrap:wrap}.receipt[data-v-3403789a]{display:flex;width:400px;padding:15px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:10px;background:var(--secondary-background, #2B2E41)}.receipt-info[data-v-3403789a]{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.receipt-info-item[data-v-3403789a]{display:flex;align-items:flex-start;gap:10px}.small-alpha-slider{height:10px!important}.small-alpha-slider .small-bar{height:10px!important;width:10px!important}.small-alpha-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-alpha-slider{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-alpha-slider.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-alpha-slider.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-alpha-slider__bar{position:relative;width:100%;height:100%;border-radius:15px}.bee-alpha-slider__bar-pointer{position:absolute;width:14px;height:14px}.bee-alpha-slider__bar-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-alpha-slider__bar-handle.vertical{transform:translateY(-7px);margin-top:0}.bee-compact{margin-bottom:15px;width:auto;box-shadow:3px 0 5px #00000014;display:inline-block}.bee-compact__row{position:relative;width:100%;margin:0}.bee-compact__row>*{display:inline-block;vertical-align:middle}.bee-compact__color_cube{width:100%;height:100%}.bee-compact__color_cube.transparent:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff}.bee-compact__color_cube.transparent:after{content:"";position:absolute;top:100%;left:0;transform:rotate(-45deg);transform-origin:0 0;width:35px;height:1px;background:red}.bee-compact__color_cube.advance{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABqVJREFUeNrEl11yHDUQx1ua2Zlde2M7jqESqnjg45kjcBwOwQG4BY+8cwWK17xBUUARICQhTmI7tte7Ozs7o+bXLTleuACpKNJqJP3789+doKoSPxfVGxFZioS1iK5Yd0nCJko9iLTVVvZSlCOp5FBF7vP5RFTelyDHvmYvMPPtiP19fu+HIHPetrllX2TLMJAOgEehti3ZY/Axap51ZB5ZDEnGMUoCNCmDbRv+2Q4CDJ5Mymj4OmE0CNj6b5WJlkel3xkiGXjOc0imDH/JDid1AXQEfKgccHg3lN+uhh+v2WkkOvCUnT3GjP2WOfrJzjUNPq/ugPUej1TiwME3+DfVUhWkEQF6LZraJxsp6xHLIzW/DNyAW75PGJVrOxbQFSeWzOsdjQ/tZHTxtSgdzAimMfOAdbas7crUvIWAqZg5+gg8FBzYTOygbo1tAb1xTYMs/q1xAFgnvBx5JrKO2X9pzJrJhr+b5BaY8vjG3O+w7HFnypkZ+zP3K8AWL7FHiRsJappe4knA9fo/pj7WrIrdshBs8cukcu0ljhK2lZt1Q8B1msMj5WCQKoibd8q8p1J8i6aWJnrJCcDljDX2Cm8Jn2WJC9PtIHpYeowza125Dc3c6CQ1MbEdooxoPQw54Ak9jigaKcAMk9ddgUi68ZxMmNbNG8hTXXjOZrPf+vg4C+RpRRJqO0ps8FxtzhoJLiSIHCWtLi9u5LiZyqKv0UvlHmaccukoVjJLFu2YUy946FRidS7beCXN9i3gKzd1Yo53ps7ppTnqEYD0mYNldpuxnvIo2nZb/L+ay9tulA/sJpE/Tfchj1H2kW2KpsFYSK4YgI1vZDJe57XmIAu642N5kCxUJfQ8bA48IKpWGNKi/T7rPWRMBMkp5lhz5mUlV0O+fGAGC5XMkTzoG349I/D+Qis0jpeZBt0CXaZGnwtwdcS7A/4ycOIi3bNI0pzfxoVHQYYDIu+A9djJ5bKX+c2BVKnHS5Xcw8QTecWlXxi/khgvYMFzHlp4/g74WREshg3zpuS9mfowShxyrnv6wFS2Dl12QUDwaO54xIWTKZem8up7M0ojn5BzdftEdPMzII9ljE8kVde8Z5y89PSJYcACAJhWTigFOO1rpqRbWs0pKjp4Nkl6OMiGQiFnKsOnLQNqJNe33yV5iFml/4YLfzB+wwpvuNoT+eq0F+JWYtp50MlXLBvUAkLlXXbdloHkUsREDsc6y9LDvs2pTNJD6eM5+x/KAslqWK/pOo/WEIvw3PC3q8rZz3IzWBqqp2CpTvjAACIVyFhLMQmlwXPU9gYrC+lCZs0VtPkc0Jfc+Va+XK/lK3Pr10XhF8ToAjf1VKktAH0hd3srqesSMmCJaiNwJB/IzNviF9Uor8NnndSkyRBfExbPpdHfKRg/yqH8JCPxdvbZVE6+6GTzmCD9Af45RfhzLGZZtEaIVQVdDpLwVByAHeIu8DXWGTySUil8wSNw6fMoliZnfHsqfXiC2M+gjJXX7wuEOvm4gWUBa9h4xrAAtwy6hHyWo1QQGc9gDkD7sAt8VjqETSnUHaArd0Gupc8ZBv4n4ymUfiEPxEu4/A3eyayX+x+ZZjjoIEl6D+2zrJJgyOoKf68RCKJXOpt4B3xZQNclwVeSbXVd2hXzKXlpqsC3c0ttyR3La6rTW2yyP1dpSbdowUtBji1+aAioxTZXD+ORZcrs+A5YF9kWnnfWeJUSZgnswKeZ7FNHkaeXgjTmowVhkhuQ1pQxCE1aik2A16OVVwtvayxmW6fdeDNKKcs79Zhy5eaFwIOXsxu3grolVsUVS0y0pAKN3tpMStdlheJajZ1V5rxWHxoJjR6crr51frlg59K73AFWf7h3gs8BlWtpsHpqwrioa6nJj5lphgim1C3XdPGuuZm2hYIB90QCrKqxDnPkm81hN6pvAyqElRdvN3exjdXeYGQS8oXGmjgoICQjhUh6jdSYmvQdpakSFArIfg6bqiqZW6t3N6HaNbUX7M4Lt4NK8bX3SblJM9Mas+65xuodpVFRj58HfLyAdPZjftCittnLXaHWKQdczNE4trkfK8GFiT3RVqU523gaBbeC04/3zW3pp0yJWFqfofjZejBfw3bGE3WNO8jrmLtDt5ahVyHt+DiUDv/WtFpAQ+4MrDFvC3Bb+uXiI2f1TXGURfesNPc11mjacki1dK/JKTnsUmYGLnnM/2MycWRt7dCtedrSyhqPe39tPBecjV3rrTWDweqzSl2hsfVwM3lX+UL+f0CuTv/Hn38EGAAvCnNy1JKVIQAAAABJRU5ErkJggg==)}.bee-compact__color_cube .alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-compact__color-cube--wrap{position:relative;width:25px;height:25px;cursor:pointer;overflow:hidden}.bee-compact__color-cube--wrap:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.bee-colorPicker__record{display:flex;align-items:center;margin-top:20px}.bee-colorPicker__record .text{width:48px;margin-right:10px;text-align:right;font-size:12px;color:#666}.bee-colorPicker__record .color-list{width:auto;display:flex;position:relative;margin:0}.bee-colorPicker__record .color-list .color-item{position:relative;width:25px;height:25px;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle;margin-right:1px;box-shadow:3px 0 5px #00000014}.bee-colorPicker__record .color-list .color-item__round{border-radius:50%}.bee-colorPicker__record .color-list .color-item.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-colorPicker__record .color-list .color-item:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.bee-colorPicker__record .color-list .color-item__display{width:100%;height:100%}.small-hue-slider{height:10px!important}.small-hue-slider .small-bar{height:10px!important;width:10px!important}.small-hue-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-hue-colorPicker{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-hue-colorPicker.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-hue-colorPicker.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-hue-colorPicker__inner{position:relative;width:100%;height:100%;border-radius:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAAAdCAYAAAAAaUg8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNrs09EKgjAUgOGzEFfv/7CVBceiLiJiLnf7fSAbDoUj/iWnyKgRcXxf9Wtt7Vvntf8854jLY3uN19qzf67nH/e2nmmdZ8xjg2x+sI533qf9g4wM/3GvLPumOHVMWf/4SiWWsUG6/6bG+/NWDgE0iQREAiIBkYBIQCQgEhAJiAQQCYgERAIiAZGASEAkIBJAJCASEAmIBEQCIgGRgEgAkYBIYNAqwAD5oWo3bpsiKwAAAABJRU5ErkJggg==);background-size:100%}.bee-hue-colorPicker__inner-pointer{position:absolute;width:14px;height:14px}.bee-hue-colorPicker__inner-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-hue-colorPicker__inner-handle.vertical{transform:translate(-1px,-7px);margin-top:0}.small-light-slider{height:10px!important}.small-light-slider .small-bar{height:10px!important;width:10px!important}.small-light-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-light-colorPicker{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-light-colorPicker.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-light-colorPicker.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-light-colorPicker__inner{position:relative;width:100%;height:100%;border-radius:15px}.bee-light-colorPicker__inner-pointer{position:absolute;width:14px;height:14px}.bee-light-colorPicker__inner-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-light-colorPicker__inner-handle.vertical{transform:translateY(-7px);margin-top:0}.bee-saturation{position:relative;margin-bottom:15px;width:100%;height:125px}.bee-saturation__chrome{border-top-left-radius:5px;border-top-right-radius:5px;border-color:transparent}.bee-saturation__hidden{overflow:hidden}.bee-saturation__white,.bee-saturation__black{position:absolute;top:0;left:0;right:0;bottom:0}.bee-saturation__black{background:linear-gradient(0deg,#000,transparent)}.bee-saturation__white{background:linear-gradient(90deg,#fff,#fff0)}.bee-saturation__cursor{position:absolute}.bee-saturation__cursor div{transform:translate(-5px,-5px);box-shadow:0 1px 4px #0000005e;width:10px;height:10px;border:1px solid white;border-radius:50%;cursor:pointer}.inputs-controls{display:flex;font-size:16px;margin-bottom:5px}.inputs-controls .formatBtn{position:relative;display:inline-flex;justify-content:center;align-items:center;padding:1px;border:0;text-align:center;cursor:pointer;background-color:transparent;font-weight:700;outline:none;margin-right:5px}.inputs-controls .formatBtn:hover{color:#1a3aff}.inputs-controls .format-group{display:flex;flex-grow:1}.inputs-controls .format-group input{padding:5px;margin:0 3px;min-width:0;text-align:center;border-width:0 0 1px 0;-webkit-appearance:none;appearance:none;-moz-appearance:textfield;outline:none;flex:1}.inputs-controls .format-group input::-webkit-outer-spin-button,.inputs-controls .format-group input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}.bee-fk-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;width:249px;padding-bottom:10px}.bee-fk-colorPicker__inner{padding:12px}.bee-fk-colorPicker__header{margin-bottom:12px;z-index:999;text-align:left}.bee-fk-colorPicker__header .back{border:solid black;border-width:0 1px 1px 0;display:inline-block;padding:4px;margin-left:2px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.bee-fk-colorPicker__display{position:relative;width:100%;margin:0;text-align:left}.bee-fk-colorPicker__display .transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-fk-colorPicker__display .current-color{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.bee-fk-colorPicker__display .current-color .color-cube{width:100%;height:100%}.bee-fk-colorPicker__display .hexColor-prefix{position:relative;padding:0 4px;font-size:14px;display:inline-block;vertical-align:middle}.bee-fk-colorPicker__display input{width:25px;text-align:center;outline:0;border-top:0;border-right:0;border-left:none;display:inline-block;vertical-align:middle;padding-bottom:3px;border-bottom:1px solid #e3e2e8}.bee-fk-colorPicker__display .hexColor-input{width:64px}.bee-fk-colorPicker__display .action{float:right;vertical-align:middle}.bee-fk-colorPicker__display .action .clear-btn{border-color:transparent;color:#409eff;background:transparent;padding-left:0;padding-right:0;display:inline-block;vertical-align:middle;cursor:pointer}.bee-fk-colorPicker__display .action .copy-btn{border-color:transparent;color:#13ce66cc;background:transparent;padding-left:0;padding-right:0;display:inline-block;margin-left:10px;vertical-align:middle;cursor:pointer}.bee-ele-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;padding:10px;width:300px}.bee-ele-colorPicker .bee-ele-row{display:flex}.bee-ele-colorPicker .bee-ele-row .bee-ele-saturation{width:280px;height:180px}.bee-ele-colorPicker .bee-ele-row .bee-ele-hue{margin-left:10px;height:180px}.bee-chrome-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;width:250px;padding-bottom:20px}.bee-chrome-colorPicker-body{padding:0 12px;background-color:#fff}.bee-chrome-colorPicker-body .chrome-controls{display:flex}.bee-chrome-colorPicker-body .chrome-controls .chrome-color-wrap{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden;z-index:1}.bee-chrome-colorPicker-body .chrome-controls .chrome-color-wrap .current-color{width:100%;height:100%}.bee-chrome-colorPicker-body .chrome-controls .chrome-sliders{flex:1;margin-left:10px}.bee-color-wrap{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.bee-color-wrap.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-color-wrap.round{width:22px;height:22px;border-radius:50%;border:1px solid #d8d8d8}.bee-color-wrap .current-color{width:100%;height:100%}.vc-alpha-slider[data-v-18925ba6]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-alpha-slider.is-vertical[data-v-18925ba6]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-alpha-slider.transparent[data-v-18925ba6]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-alpha-slider__bar[data-v-18925ba6]{position:relative;width:100%;height:100%;border-radius:15px}.vc-alpha-slider__bar-pointer[data-v-18925ba6]{position:absolute;width:14px;height:14px}.vc-alpha-slider__bar-handle[data-v-18925ba6]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-alpha-slider__bar-handle.vertical[data-v-18925ba6]{transform:translateY(-7px);margin-top:0}.vc-alpha-slider.small-slider[data-v-18925ba6]{height:10px!important}.vc-alpha-slider.small-slider .small-bar[data-v-18925ba6]{height:10px!important;width:10px!important}.vc-alpha-slider.small-slider .small-bar div[data-v-18925ba6]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-compact[data-v-b969fd48]{margin-bottom:15px;width:auto;box-shadow:3px 0 5px #00000014;display:inline-block}.vc-compact__row[data-v-b969fd48]{position:relative;width:100%;margin:0;height:27px}.vc-compact__row>*[data-v-b969fd48]{display:inline-block;vertical-align:middle}.vc-compact__color_cube[data-v-b969fd48]{width:100%;height:100%}.vc-compact__color_cube.transparent[data-v-b969fd48]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff}.vc-compact__color_cube.transparent[data-v-b969fd48]:after{content:"";position:absolute;top:100%;left:0;transform:rotate(-45deg);transform-origin:0 0;width:35px;height:1px;background:red}.vc-compact__color_cube.advance[data-v-b969fd48]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABqVJREFUeNrEl11yHDUQx1ua2Zlde2M7jqESqnjg45kjcBwOwQG4BY+8cwWK17xBUUARICQhTmI7tte7Ozs7o+bXLTleuACpKNJqJP3789+doKoSPxfVGxFZioS1iK5Yd0nCJko9iLTVVvZSlCOp5FBF7vP5RFTelyDHvmYvMPPtiP19fu+HIHPetrllX2TLMJAOgEehti3ZY/Axap51ZB5ZDEnGMUoCNCmDbRv+2Q4CDJ5Mymj4OmE0CNj6b5WJlkel3xkiGXjOc0imDH/JDid1AXQEfKgccHg3lN+uhh+v2WkkOvCUnT3GjP2WOfrJzjUNPq/ugPUej1TiwME3+DfVUhWkEQF6LZraJxsp6xHLIzW/DNyAW75PGJVrOxbQFSeWzOsdjQ/tZHTxtSgdzAimMfOAdbas7crUvIWAqZg5+gg8FBzYTOygbo1tAb1xTYMs/q1xAFgnvBx5JrKO2X9pzJrJhr+b5BaY8vjG3O+w7HFnypkZ+zP3K8AWL7FHiRsJappe4knA9fo/pj7WrIrdshBs8cukcu0ljhK2lZt1Q8B1msMj5WCQKoibd8q8p1J8i6aWJnrJCcDljDX2Cm8Jn2WJC9PtIHpYeowza125Dc3c6CQ1MbEdooxoPQw54Ak9jigaKcAMk9ddgUi68ZxMmNbNG8hTXXjOZrPf+vg4C+RpRRJqO0ps8FxtzhoJLiSIHCWtLi9u5LiZyqKv0UvlHmaccukoVjJLFu2YUy946FRidS7beCXN9i3gKzd1Yo53ps7ppTnqEYD0mYNldpuxnvIo2nZb/L+ay9tulA/sJpE/Tfchj1H2kW2KpsFYSK4YgI1vZDJe57XmIAu642N5kCxUJfQ8bA48IKpWGNKi/T7rPWRMBMkp5lhz5mUlV0O+fGAGC5XMkTzoG349I/D+Qis0jpeZBt0CXaZGnwtwdcS7A/4ycOIi3bNI0pzfxoVHQYYDIu+A9djJ5bKX+c2BVKnHS5Xcw8QTecWlXxi/khgvYMFzHlp4/g74WREshg3zpuS9mfowShxyrnv6wFS2Dl12QUDwaO54xIWTKZem8up7M0ojn5BzdftEdPMzII9ljE8kVde8Z5y89PSJYcACAJhWTigFOO1rpqRbWs0pKjp4Nkl6OMiGQiFnKsOnLQNqJNe33yV5iFml/4YLfzB+wwpvuNoT+eq0F+JWYtp50MlXLBvUAkLlXXbdloHkUsREDsc6y9LDvs2pTNJD6eM5+x/KAslqWK/pOo/WEIvw3PC3q8rZz3IzWBqqp2CpTvjAACIVyFhLMQmlwXPU9gYrC+lCZs0VtPkc0Jfc+Va+XK/lK3Pr10XhF8ToAjf1VKktAH0hd3srqesSMmCJaiNwJB/IzNviF9Uor8NnndSkyRBfExbPpdHfKRg/yqH8JCPxdvbZVE6+6GTzmCD9Af45RfhzLGZZtEaIVQVdDpLwVByAHeIu8DXWGTySUil8wSNw6fMoliZnfHsqfXiC2M+gjJXX7wuEOvm4gWUBa9h4xrAAtwy6hHyWo1QQGc9gDkD7sAt8VjqETSnUHaArd0Gupc8ZBv4n4ymUfiEPxEu4/A3eyayX+x+ZZjjoIEl6D+2zrJJgyOoKf68RCKJXOpt4B3xZQNclwVeSbXVd2hXzKXlpqsC3c0ttyR3La6rTW2yyP1dpSbdowUtBji1+aAioxTZXD+ORZcrs+A5YF9kWnnfWeJUSZgnswKeZ7FNHkaeXgjTmowVhkhuQ1pQxCE1aik2A16OVVwtvayxmW6fdeDNKKcs79Zhy5eaFwIOXsxu3grolVsUVS0y0pAKN3tpMStdlheJajZ1V5rxWHxoJjR6crr51frlg59K73AFWf7h3gs8BlWtpsHpqwrioa6nJj5lphgim1C3XdPGuuZm2hYIB90QCrKqxDnPkm81hN6pvAyqElRdvN3exjdXeYGQS8oXGmjgoICQjhUh6jdSYmvQdpakSFArIfg6bqiqZW6t3N6HaNbUX7M4Lt4NK8bX3SblJM9Mas+65xuodpVFRj58HfLyAdPZjftCittnLXaHWKQdczNE4trkfK8GFiT3RVqU523gaBbeC04/3zW3pp0yJWFqfofjZejBfw3bGE3WNO8jrmLtDt5ahVyHt+DiUDv/WtFpAQ+4MrDFvC3Bb+uXiI2f1TXGURfesNPc11mjacki1dK/JKTnsUmYGLnnM/2MycWRt7dCtedrSyhqPe39tPBecjV3rrTWDweqzSl2hsfVwM3lX+UL+f0CuTv/Hn38EGAAvCnNy1JKVIQAAAABJRU5ErkJggg==)}.vc-compact__color_cube .alpha[data-v-b969fd48]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-compact__color-cube--wrap[data-v-b969fd48]{position:relative;width:27px;height:27px;cursor:pointer;overflow:hidden}.vc-compact__color-cube--wrap[data-v-b969fd48]:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.vc-saturation[data-v-7f0cdcdf]{position:relative;margin-bottom:15px;width:100%;height:125px}.vc-saturation__chrome[data-v-7f0cdcdf]{border-top-left-radius:5px;border-top-right-radius:5px;border-color:transparent}.vc-saturation__hidden[data-v-7f0cdcdf]{overflow:hidden}.vc-saturation__white[data-v-7f0cdcdf],.vc-saturation__black[data-v-7f0cdcdf]{position:absolute;top:0;left:0;right:0;bottom:0}.vc-saturation__black[data-v-7f0cdcdf]{background:linear-gradient(0deg,#000,transparent)}.vc-saturation__white[data-v-7f0cdcdf]{background:linear-gradient(90deg,#fff,#fff0)}.vc-saturation__cursor[data-v-7f0cdcdf]{position:absolute}.vc-saturation__cursor div[data-v-7f0cdcdf]{transform:translate(-5px,-5px);box-shadow:0 1px 4px #0000005e;width:10px;height:10px;border:1px solid white;border-radius:50%;cursor:pointer}.vc-hue-slider[data-v-e1a08576]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-hue-slider.is-vertical[data-v-e1a08576]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-hue-slider.transparent[data-v-e1a08576]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-hue-slider__bar[data-v-e1a08576]{position:relative;width:100%;height:100%;border-radius:15px;background:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red);background:-webkit-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%);background:-moz-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%);background:-ms-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%)}.vc-hue-slider__bar-pointer[data-v-e1a08576]{position:absolute;width:14px;height:14px}.vc-hue-slider__bar-handle[data-v-e1a08576]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-hue-slider__bar-handle.vertical[data-v-e1a08576]{transform:translateY(-7px);margin-top:0}.vc-hue-slider.small-slider[data-v-e1a08576]{height:10px!important}.vc-hue-slider.small-slider .small-bar[data-v-e1a08576]{height:10px!important;width:10px!important}.vc-hue-slider.small-slider .small-bar div[data-v-e1a08576]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-lightness-slider[data-v-94a50a9e]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-lightness-slider.is-vertical[data-v-94a50a9e]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-lightness-slider.transparent[data-v-94a50a9e]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-lightness-slider__bar[data-v-94a50a9e]{position:relative;width:100%;height:100%;border-radius:15px}.vc-lightness-slider__bar-pointer[data-v-94a50a9e]{position:absolute;width:14px;height:14px}.vc-lightness-slider__bar-handle[data-v-94a50a9e]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-lightness-slider__bar-handle.vertical[data-v-94a50a9e]{transform:translateY(-7px);margin-top:0}.vc-lightness-slider.small-slider[data-v-94a50a9e]{height:10px!important}.vc-lightness-slider.small-slider .small-bar[data-v-94a50a9e]{height:10px!important;width:10px!important}.vc-lightness-slider.small-slider .small-bar div[data-v-94a50a9e]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-colorPicker__record[data-v-0f657238]{display:flex;align-items:center;margin-top:15px}.vc-colorPicker__record .text[data-v-0f657238]{width:48px;margin-right:10px;text-align:right;font-size:12px;color:#666}.vc-colorPicker__record .color-list[data-v-0f657238]{width:100%;display:flex;position:relative;margin:0;gap:2px}.vc-colorPicker__record .color-list .color-item[data-v-0f657238]{position:relative;flex:1;max-width:26px;height:26px;border-radius:2px;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle;box-shadow:3px 0 5px #0000001a}.vc-colorPicker__record .color-list .color-item__round[data-v-0f657238]{border-radius:50%}.vc-colorPicker__record .color-list .color-item.transparent[data-v-0f657238]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-colorPicker__record .color-list .color-item[data-v-0f657238]:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.vc-colorPicker__record .color-list .color-item__display[data-v-0f657238]{width:100%;height:100%}.vc-display[data-v-7334ac20]{height:28px;display:flex;align-items:center;gap:8px}.vc-display .vc-current-color[data-v-7334ac20]{width:50px;height:100%;box-shadow:3px 0 5px #00000014;border-radius:2px;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-display .vc-current-color.vc-transparent[data-v-7334ac20]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-display .vc-current-color .color-cube[data-v-7334ac20]{width:100%;height:100%;text-align:center}.vc-display .vc-color-input[data-v-7334ac20]{height:100%;flex:1;flex-shrink:0;box-sizing:border-box;position:relative}.vc-display .vc-color-input input[data-v-7334ac20]{padding:0;border:0;outline:none;cursor:pointer;font-size:14px;text-align:center;box-sizing:border-box;background-color:#c8c8c840;color:#666;border-radius:2px;height:100%;width:100%}.vc-display .vc-rgb-input[data-v-7334ac20]{flex:1;font-size:12px;color:#666;text-align:center}.vc-display .vc-rgb-input input[data-v-7334ac20]{padding:4px 0;margin-bottom:2px;border:0;outline:none;cursor:pointer;font-size:14px;text-align:center;background-color:#c8c8c840;color:#666;border-radius:2px;width:100%}.vc-display .vc-alpha-input[data-v-7334ac20]{width:48px;height:100%;border:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:2px;font-size:14px;background-color:#c8c8c840;padding:0 2px}.vc-display .vc-alpha-input>input[data-v-7334ac20]{width:100%;height:100%;padding:0;text-align:center;background-color:transparent;font-size:inherit}.vc-display .vc-alpha-input__inner[data-v-7334ac20]{padding:10px 12px;border-radius:4px;color:#000;font-size:14px;line-height:20px;outline:none;border:none;display:block;box-sizing:border-box;cursor:pointer}.vc-display .vc-input-toggle[data-v-7334ac20]{cursor:pointer;font-size:12px;line-height:12px;width:24px;border-radius:4px;padding:2px}.vc-display .vc-input-toggle[data-v-7334ac20]:hover{background-color:#efefef}.vc-display .vc-input-toggle[data-v-7334ac20]:before{height:0;width:0;margin:auto auto 2px;content:"";display:block;border-bottom:4px solid #888;border-left:4px solid transparent;border-right:4px solid transparent}.vc-display .vc-input-toggle[data-v-7334ac20]:after{height:0;width:0;margin:2px auto auto;content:"";display:block;border-top:4px solid #888;border-left:4px solid transparent;border-right:4px solid transparent}.vc-display .copy-text[data-v-7334ac20]{font-size:12px;line-height:28px;text-align:center;transform:scale(.8);display:inline-block}.vc-fk-colorPicker[data-v-48e3c224]{position:relative;box-sizing:border-box;border-radius:3px;-webkit-user-select:none;user-select:none;background-color:initial}.vc-fk-colorPicker__inner[data-v-48e3c224]{position:relative}.vc-fk-colorPicker__header[data-v-48e3c224]{z-index:999;text-align:left}.vc-fk-colorPicker__header .back[data-v-48e3c224]{border:2px solid rgba(150,150,150,.6);border-width:0 2px 2px 0;display:inline-block;padding:4px;margin-left:2px;margin-bottom:12px;transform:rotate(135deg)}.vc-fk-colorPicker__display[data-v-48e3c224]{position:relative;width:100%;margin:0;text-align:left}.vc-fk-colorPicker__display .transparent[data-v-48e3c224]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-fk-colorPicker__display .current-color[data-v-48e3c224]{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-fk-colorPicker__display .current-color .color-cube[data-v-48e3c224]{width:100%;height:100%}.vc-fk-colorPicker__display .hexColor-prefix[data-v-48e3c224]{position:relative;padding:0 4px;font-size:14px;display:inline-block;vertical-align:middle}.vc-fk-colorPicker__display input[data-v-48e3c224]{width:25px;text-align:center;outline:0;border-top:0;border-right:0;border-left:none;display:inline-block;vertical-align:middle;padding-bottom:3px;border-bottom:1px solid #e3e2e8}.vc-fk-colorPicker__display .hexColor-input[data-v-48e3c224]{width:64px}.vc-fk-colorPicker__display .action[data-v-48e3c224]{float:right;vertical-align:middle}.vc-fk-colorPicker__display .action .clear-btn[data-v-48e3c224]{border-color:transparent;color:#409eff;background:transparent;padding-left:0;padding-right:0;display:inline-block;vertical-align:middle;cursor:pointer}.vc-fk-colorPicker__display .action .copy-btn[data-v-48e3c224]{border-color:transparent;color:#13ce66cc;background:transparent;padding-left:0;padding-right:0;display:inline-block;margin-left:10px;vertical-align:middle;cursor:pointer}.vc-chrome-colorPicker[data-v-2611d66c]{position:relative;box-sizing:border-box;border-radius:3px;-webkit-user-select:none;user-select:none;background-color:initial}.vc-chrome-colorPicker-body[data-v-2611d66c]{position:relative}.vc-chrome-colorPicker-body .chrome-controls[data-v-2611d66c]{display:flex}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap[data-v-2611d66c]{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden;z-index:1}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap.transparent[data-v-2611d66c]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap .current-color[data-v-2611d66c]{width:100%;height:100%}.vc-chrome-colorPicker-body .chrome-controls .chrome-sliders[data-v-2611d66c]{flex:1;margin-left:10px}.bee-angle{transform:rotate(90deg)}.bee-angle>*{display:inline-block;vertical-align:middle}.bee-angle.zero-right{transform:rotate(180deg)}.bee-angle.zero-bottom{transform:rotate(270deg)}.bee-angle__round{position:relative;width:16px;height:16px;border:1px solid #666;border-radius:50%;cursor:pointer;display:inline-block;vertical-align:middle}.bee-angle__round:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:50%;height:1px;background-color:#666}.vc-gradient-picker[data-v-c4d6d6ea]{position:relative}.vc-gradient-picker__header[data-v-c4d6d6ea]{margin-bottom:12px;z-index:999;text-align:left;display:flex;justify-content:space-between;align-items:center}.vc-gradient-picker__header .back[data-v-c4d6d6ea]{border:2px solid rgba(150,150,150,.65);border-width:0 2px 2px 0;display:inline-block;padding:4px;margin-left:2px;transform:rotate(135deg);margin-right:8px}.vc-gradient-picker .vc-gradient__types[data-v-c4d6d6ea]{display:flex;width:100%;justify-content:space-between}.vc-gradient-picker .vc-gradient__types .vc-gradient-wrap__types[data-v-c4d6d6ea]{display:flex;background-color:#c8c8c840;border-radius:4px;overflow:hidden;align-items:center}.vc-gradient-picker .vc-gradient__types .vc-gradient__type[data-v-c4d6d6ea]{padding:4px 8px;color:#666;cursor:pointer;font-size:12px}.vc-gradient-picker .vc-gradient__types .vc-gradient__type.active[data-v-c4d6d6ea]{color:#000;background-color:#c8c8c8cc}.vc-gradient-picker__body[data-v-c4d6d6ea]{margin-bottom:12px;display:-ms-flexbox;display:flex;align-items:center}.vc-gradient-picker__body .vc-color-range[data-v-c4d6d6ea]{flex:1}.vc-gradient-picker__body .vc-color-range__container[data-v-c4d6d6ea]{position:relative;height:16px;border-radius:5px}.vc-gradient-picker__body .vc-color-range__container .vc-background[data-v-c4d6d6ea]{height:100%;border-radius:4px;box-shadow:inset 0 0 0 1px #0000000f}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container[data-v-c4d6d6ea]{position:absolute;width:100%;top:0;height:100%;left:0}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop[data-v-c4d6d6ea]{position:absolute;top:-2px;width:14px;height:16px;overflow:hidden;border:2px solid #fff;border-radius:2px;cursor:pointer;box-shadow:0 0 2px 1px #00000059;box-sizing:content-box;transform:translate(-9px)}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop--inner[data-v-c4d6d6ea]{display:inline-block;height:100%}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop--current[data-v-c4d6d6ea]{position:relative;z-index:1;box-shadow:0 0 2px 2px #2253f4,0 0 1px 1px #2253f480}.vc-gradient-picker .vc-degree-input[data-v-c4d6d6ea]{position:relative;z-index:2;font-size:12px;border-radius:4px;display:flex}.vc-gradient-picker .vc-degree-input:hover .vc-degree-input__panel[data-v-c4d6d6ea]{display:block}.vc-gradient-picker .vc-degree-input__control[data-v-c4d6d6ea]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:4px;background-color:#c8c8c840;color:#666;padding:0 6px 0 0}.vc-gradient-picker .vc-degree-input__control input[data-v-c4d6d6ea]{max-width:28px;text-align:center;border:none;outline:none;background-color:transparent;color:#666;font-size:inherit;overflow:visible}.vc-gradient-picker .vc-degree-input__panel[data-v-c4d6d6ea]{display:none;z-index:10;position:absolute;top:20px;left:0}.vc-gradient-picker .vc-degree-input__panel .vc-degree-input__disk[data-v-c4d6d6ea]{padding:4px;background-color:#f1f1f1;box-shadow:0 0 2px #00000029,0 1px 8px #0000000f,0 4px 12px #00000014;border-radius:4px;display:flex;justify-content:center;align-items:center;position:relative;transform:translate(0)}.vc-gradient-picker .vc-picker-degree-input[data-v-c4d6d6ea]{margin-left:8px}.vc-colorpicker[data-v-0492277d]{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;user-select:none;width:276px;z-index:10000}.vc-colorpicker *[data-v-0492277d]{outline:none;line-height:1}.vc-colorpicker--container[data-v-0492277d]{padding:16px}.vc-colorpicker--tabs[data-v-0492277d]{padding:2px;background:#f6f7f9;border-radius:6px;position:relative;margin-bottom:12px}.vc-colorpicker--tabs__inner[data-v-0492277d]{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0;background:#f6f7f9;border-bottom:none;position:relative;box-sizing:border-box}.vc-colorpicker--tabs__btn[data-v-0492277d]{-ms-flex:1;flex:1;z-index:2;color:#636c78;font-size:14px;border-radius:4px;cursor:pointer}.vc-colorpicker--tabs__btn.vc-btn-active[data-v-0492277d]{color:#33383e;font-weight:600}.vc-colorpicker--tabs__btn button[data-v-0492277d]{width:100%;background-color:initial;padding:6px 0;font-size:14px;line-height:20px;color:#636c78;border:0;border-radius:0;outline:0;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-weight:inherit}.vc-colorpicker--tabs__btn button .vc-btn__content[data-v-0492277d]{position:relative;white-space:nowrap}.vc-colorpicker--tabs__bg[data-v-0492277d]{position:absolute;top:0;bottom:0;background:#fff;box-shadow:0 1px 4px #0000001f;border-radius:4px;z-index:1;transition:left .2s ease-in-out}.vc-colorpicker.black[data-v-0492277d]{background-color:#000;color:#fff}.vc-colorpicker.white[data-v-0492277d]{background-color:#fff;color:#333}.vc-color-wrap[data-v-354ca836]{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-color-wrap.transparent[data-v-354ca836]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-color-wrap.round[data-v-354ca836]{width:22px;height:22px;border-radius:50%;border:1px solid #d8d8d8}.vc-color-wrap .current-color[data-v-354ca836]{width:100%;height:100%}.vc-color-extra[data-v-354ca836]{margin-top:10px}.product-page[data-v-7b742265]{position:relative}.page-header[data-v-7b742265]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1[data-v-7b742265]{font-size:2rem;font-weight:700}.btn[data-v-7b742265]{display:inline-flex;align-items:center;gap:.5rem;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:600;transition:background .2s}.btn-add[data-v-7b742265]{background:var(--gradient);color:var(--h-text-color)}.btn-add[data-v-7b742265]:hover{filter:var(--primary-filter)}.state[data-v-7b742265]{text-align:center;padding:4rem;color:var(--primary-text-color)}.state.error[data-v-7b742265]{color:var(--red)}.sections[data-v-7b742265]{display:flex;flex-direction:column;gap:2.5rem}.section h2[data-v-7b742265]{font-size:1.5rem;margin-bottom:1rem;color:var(--secondary-text-color)}.grid[data-v-7b742265]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.card[data-v-7b742265]{background:var(--secondary-background);border:1px solid var(--primary-background);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.card[data-v-7b742265]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000080}.card-header[data-v-7b742265]{padding:1rem;display:flex;justify-content:space-between;align-items:center}.card-header h3[data-v-7b742265]{margin:0;font-size:1.2rem;color:var(--h-text-color)}.price-container[data-v-7b742265]{display:flex;gap:.5rem;font-size:var(--small-text-size)}.price[data-v-7b742265]{color:var(--green);font-size:var(--text-size)}.price-month[data-v-7b742265]{color:var(--secondary-text-color);font-size:var(--very-small-text-size)}.image-wrapper[data-v-7b742265]{position:relative;background:var(--primary-background);aspect-ratio:16/9}.product-image[data-v-7b742265]{width:100%;height:100%;object-fit:cover}.image-placeholder[data-v-7b742265]{width:100%;height:100%;display:grid;place-items:center;color:var(--secondary-text-color)}.card-body[data-v-7b742265]{padding:1rem;flex-grow:1}.privileges-list[data-v-7b742265]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.privileges-list li[data-v-7b742265]{display:flex;align-items:center;gap:.5rem;color:var(--primary-text-color)}.privilege-icon[data-v-7b742265]{width:24px;height:24px;color:var(--secondary)}.description[data-v-7b742265]{color:var(--secondary-text-color);line-height:1.4}.sale-badge[data-v-7b742265]{position:absolute;top:1rem;right:1rem;background:var(--red);color:var(--h-text-color);padding:.3rem .6rem;border-radius:999px;font-size:.8rem;font-weight:700}.card-footer[data-v-7b742265]{padding:.75rem;display:flex;gap:.5rem;background:rgba(var(--secondary-background-rgb),.2)}.btn-secondary[data-v-7b742265]{background:var(--primary-background);color:var(--h-text-color)}.btn-secondary[data-v-7b742265]:hover{background:var(--secondary-background)}.btn-danger[data-v-7b742265]{background:var(--red);color:var(--h-text-color)}.btn-danger[data-v-7b742265]:hover{background:var(--red)}.icon[data-v-7b742265]{width:1em;height:1em;stroke:currentColor;stroke-width:2}.modal-overlay[data-v-7b742265]{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal[data-v-7b742265]{background:var(--secondary-background);border-radius:10px;width:90%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal-header[data-v-7b742265]{padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--primary-background)}.close-btn[data-v-7b742265]{background:none;border:none;font-size:1.5rem;color:var(--h-text-color);cursor:pointer}.modal-form[data-v-7b742265]{padding:1rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.form-grid[data-v-7b742265]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group[data-v-7b742265]{display:flex;flex-direction:column;gap:.5rem}.form-group input[data-v-7b742265],.form-group select[data-v-7b742265],.form-group textarea[data-v-7b742265]{background:var(--primary-background);color:var(--primary-text-color);padding:.5rem;border-radius:4px;border:1px solid var(--primary)}.form-group input[data-v-7b742265]:focus,.form-group select[data-v-7b742265]:focus,.form-group textarea[data-v-7b742265]:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 2px var(--secondary)}.accent-color-group[data-v-7b742265]{display:flex;align-items:center;gap:1rem}input[type=color][data-v-7b742265]{padding:0;border:none;background:none;cursor:pointer}.color-preview[data-v-7b742265]{width:24px;height:24px;border-radius:50%;border:1px solid var(--secondary)}.privileges-fieldset[data-v-7b742265]{border:1px solid var(--secondary);padding:1rem;border-radius:4px;display:flex;flex-direction:column;gap:1rem}.privileges-fieldset legend[data-v-7b742265]{padding:0 .5rem;font-weight:600;color:var(--h-text-color)}.privilege-editor[data-v-7b742265]{display:grid;grid-template-columns:1fr 1fr auto;gap:.5rem;align-items:start}.btn-icon[data-v-7b742265]{padding:.4rem}section.refund-policy[data-v-7d968893]{max-width:800px;margin:40px auto;padding:20px 30px;line-height:1.6;gap:20px;display:flex;flex-direction:column}section.refund-policy ol[data-v-7d968893],section.refund-policy ul[data-v-7d968893]{padding-left:20px;margin-bottom:16px;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal}section.refund-policy li[data-v-7d968893]{margin-bottom:6px;list-style-type:disc}section.refund-policy[data-v-24af68cc]{max-width:800px;margin:40px auto;padding:20px 30px;line-height:1.6;gap:20px;display:flex;flex-direction:column}section.refund-policy ol[data-v-24af68cc],section.refund-policy ul[data-v-24af68cc]{padding-left:20px;margin-bottom:16px;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal}section.refund-policy li[data-v-24af68cc]{margin-bottom:6px;list-style-type:disc}section.refund-policy[data-v-fab03d51]{max-width:800px;margin:40px auto;padding:20px 30px;line-height:1.6;gap:20px;display:flex;flex-direction:column}section.refund-policy ol[data-v-fab03d51],section.refund-policy ul[data-v-fab03d51]{padding-left:20px;margin-bottom:16px;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal}section.refund-policy li[data-v-fab03d51]{margin-bottom:6px;list-style-type:disc}section.refund-policy[data-v-bf4d20fd]{max-width:800px;margin:40px auto;padding:20px 30px;line-height:1.6;gap:20px;display:flex;flex-direction:column}section.refund-policy ol[data-v-bf4d20fd],section.refund-policy ul[data-v-bf4d20fd]{padding-left:20px;margin-bottom:16px;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal}section.refund-policy li[data-v-bf4d20fd]{margin-bottom:6px;list-style-type:none}.page[data-v-d75cc09b]{background:url(/BluredBackground.webp) no-repeat center center / cover;display:flex;height:100vh;padding:280px var(--padding-inline);flex-direction:column;align-items:center;flex-shrink:0;box-sizing:border-box}@media (height < 800px){.page[data-v-d75cc09b]{padding:100px var(--padding-inline)}}.container[data-v-d75cc09b]{display:flex;max-width:450px;flex-direction:column;justify-content:center;align-items:center;gap:50px;border-radius:10px;width:100%;background:var(--primary-background, #181B33)}.container-header[data-v-d75cc09b]{display:flex;padding:15px 20px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-bottom:2px solid rgba(255,255,255,.15)}.container-header section[data-v-d75cc09b]{display:flex;height:44px;align-items:center;gap:15px;align-self:stretch}.container-content[data-v-d75cc09b]{display:flex;padding:0 20px;flex-direction:column;align-items:center;gap:40px;align-self:stretch}.container-footer[data-v-d75cc09b]{display:flex;padding:15px 20px;flex-direction:column;justify-content:center;align-items:flex-end;gap:10px;align-self:stretch;border-top:2px solid rgba(255,255,255,.15)}.container-form[data-v-d75cc09b]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.container-form-footer[data-v-d75cc09b]{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.container-form form[data-v-d75cc09b]{display:flex;flex-direction:column;align-items:flex-start;gap:15px;align-self:stretch}.form-item[data-v-d75cc09b]{display:flex;height:60px;align-items:center;align-self:stretch;border-radius:162px;background:var(--secondary-background, #2B2E41);box-sizing:border-box;opacity:90%;transition:opacity .2s;position:relative;overflow:hidden}.form-item label[data-v-d75cc09b]{display:flex;width:60px;justify-content:center;align-items:center;min-width:60px}.form-item input[data-v-d75cc09b]{height:100%;background:none;border:none;align-self:stretch;width:100%;box-sizing:border-box;padding:0;color:var(--primary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto;background-color:transparent!important}input[data-v-d75cc09b]:-webkit-autofill,input[data-v-d75cc09b]:-webkit-autofill:hover,input[data-v-d75cc09b]:-webkit-autofill:focus,input[data-v-d75cc09b]:-webkit-autofill:active{transition:background-color 9999999s;-webkit-text-fill-color:#fff!important}.form-item input[data-v-d75cc09b]::placeholder{color:var(--secondary-text-color);font-family:Inter,sans-serif;font-size:var(--text-size);font-style:normal;font-weight:400;line-height:normal;-webkit-hyphens:auto;hyphens:auto}.form-item input[data-v-d75cc09b]:focus{border:none;outline:none}.form-item[data-v-d75cc09b]:before{content:"";position:absolute;width:100%;height:2px;z-index:2;bottom:0;background-color:transparent;transition:background-color .2s}.form-item[data-v-d75cc09b]:has(input:focus):before{background-color:var(--primary)}.form-item[data-v-d75cc09b]:hover{opacity:100%}.form-item:focus label[data-v-d75cc09b]{filter:var(--primary-filter)}.modal-overlay[data-v-732d2649]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content[data-v-732d2649]{display:flex;flex-direction:column;gap:24px;background-color:var(--bg-secondary);padding:24px;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 5px 20px #0006;border:1px solid var(--border-color)}.modal-close[data-v-732d2649]{position:absolute;top:10px;right:15px;background:none;border:none;font-size:28px;color:var(--text-secondary);cursor:pointer}.modal-section[data-v-732d2649]{display:flex;flex-direction:column;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--border-color)}.modal-section[data-v-732d2649]:last-of-type{border-bottom:none}h2[data-v-732d2649]{margin-top:0;color:var(--text-primary)}h3[data-v-732d2649]{color:var(--accent-primary);margin-bottom:16px}.group[data-v-732d2649]{display:flex;flex-direction:column;gap:15px;margin-bottom:12px}.form-group[data-v-732d2649]{display:flex;align-items:center;gap:10px;margin-bottom:12px}.form-group label[data-v-732d2649]{flex-shrink:0;width:150px;color:var(--text-secondary)}input[data-v-732d2649],select[data-v-732d2649]{width:100%;padding:10px;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:14px}input[data-v-732d2649]:focus,select[data-v-732d2649]:focus{outline:none;border-color:var(--accent-primary)}.btn[data-v-732d2649]{white-space:nowrap}.btn-primary[data-v-732d2649]{background-color:var(--accent-primary);color:#fff}.btn-primary[data-v-732d2649]:hover{background-color:var(--accent-primary-hover)}.btn-success[data-v-732d2649]{background-color:var(--accent-success);color:#fff}.btn-danger[data-v-732d2649]{background-color:var(--accent-danger);color:#fff}.btn-secondary[data-v-732d2649]{background-color:#4d4f6e;color:#fff}.btn[data-v-732d2649]:disabled{opacity:.5;cursor:not-allowed}.modal-actions[data-v-732d2649]{display:flex;justify-content:flex-end;margin-top:20px}:root{--bg-primary: #1e1e2f;--bg-secondary: #27293d;--bg-table-header: #3b3d55;--text-primary: #dcdce1;--text-secondary: #a9a9c4;--border-color: #4d4f6e;--accent-primary: #8a78e7;--accent-primary-hover: #7463d1;--accent-success: #3ddc97;--accent-danger: #e54b65}.modal-loading{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.admin-container{width:100%;max-width:1200px;margin:0 auto;padding:24px;color:var(--text-primary);font-family:Inter,sans-serif}.title{font-size:28px;margin-bottom:24px;color:var(--text-primary);text-align:center}.search-container{margin-bottom:24px}.search-input{width:100%;padding:12px 16px;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:16px;box-sizing:border-box;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:var(--accent-primary)}.no-results td{text-align:center;padding:20px;color:var(--text-secondary);font-style:italic}.user-table{width:100%;border-collapse:collapse;background-color:var(--bg-secondary);box-shadow:0 4px 15px #0003;border-radius:8px;overflow:hidden}.user-table th,.user-table td{padding:16px;text-align:left;border-bottom:1px solid var(--border-color)}.user-table thead{background-color:var(--bg-table-header)}.user-table th{font-weight:600;color:var(--text-primary)}.user-table tbody tr:last-child td{border-bottom:none}.user-table tbody tr:hover{background-color:var(--bg-table-header)}.btn{padding:8px 16px;font-size:14px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out;font-weight:500}.btn-edit{background-color:var(--accent-primary);color:#fff}.btn-edit:hover{background-color:var(--accent-primary-hover);transform:translateY(-2px);box-shadow:0 4px 8px #0003}:root{--cp-gray-100: #f9f9f9;--cp-gray-200: #f1f1f4;--cp-gray-300: #dbdfe9;--cp-gray-400: #c4cada;--cp-gray-500: #99a1b7;--cp-gray-600: #78829d;--cp-gray-700: #4b5675;--cp-gray-800: #252f4a;--cp-gray-900: #071437;--cp-inverse-dark: #57575723;--cp-inverse-white: #9292920d;--cp-container-bg: #fff;--cp-primary: #5983fc;--cp-select-color: #2c5ae6af;--cp-range-border: #f7f7f7;--cp-range-shadow: #4c86f3;--cp-container-shadow: #58585881;--padding: 0px 10px;--margin-top: 10px}.ck-cp-container[cp-theme=dark]{--cp-gray-100: #1b1c22;--cp-gray-200: #26272f;--cp-gray-300: #363843;--cp-gray-400: #464852;--cp-gray-500: #636674;--cp-gray-600: #808290;--cp-gray-700: #9a9cae;--cp-gray-800: #b5b7c8;--cp-gray-900: #f5f5f5;--cp-inverse-dark: #6b6b6b56;--cp-inverse-white: #92929256;--cp-container-bg: #131314;--cp-container-shadow: #2b262696}.ck-cp-container{left:0;background-color:var(--cp-container-bg);border-radius:.5rem;padding:0;width:270px;height:auto;box-shadow:0 0 34px 1px var(--cp-container-shadow);padding-bottom:calc(var(--margin-top) * 1.5);padding-top:var(--margin-top)}.ck-cp-container *{outline:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-user-select:none;user-select:none}.ck-cp-controller-bar{border-radius:.475rem;display:flex;align-items:center;gap:15px}.ck-cp-menu{display:flex;align-items:center;justify-content:space-between;padding:var(--padding)}.cp-btn{border:0;height:30px!important;display:flex;align-items:center;justify-content:center;font-size:12px;border-radius:5px;padding:0;background-color:var(--cp-container-bg);color:var(--cp-gray-700)}.cp-btn svg{fill:var(--cp-gray-700)}.cp-picker-wrap{height:145px;position:relative;overflow:hidden;margin:var(--padding)}.picker-saturation{cursor:auto;position:absolute;top:0;left:0;right:0;bottom:0}.colour-area-point-circle{pointer-events:none;cursor:pointer;position:absolute;width:12px;height:12px;box-shadow:0 0 0 1.5px var(--cp-container-bg),inset 0 0 1px 1px var(--cp-gray-900),0 0 1px 2px var(--cp-gray-900);border-radius:50%}.colour-area-mask{border-radius:.5rem;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset #00000013 0 0 0 1px}.colour-area{width:100%;height:100%;border-radius:.5rem}.picker-hue{width:100%;height:8px}.picker-hue-range-slider{margin:0;border-radius:10px;position:relative;z-index:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:100%;width:100%;display:block;outline:none;transition:color .05s linear;background:linear-gradient(to right,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)}.picker-hue-range-slider:focus{outline:none}.picker-hue-range-slider:active,.picker-hue-range-slider:hover:active{cursor:grabbing;cursor:-webkit-grabbing}.picker-hue-range-slider::-moz-range-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;outline:none}.picker-hue-range-slider::-ms-track{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.picker-hue-range-slider::-webkit-slider-thumb{box-shadow:0 0 6px 0 var(--cp-range-shadow);border:1px solid var(--cp-range-border);background-color:var(--cp-primary);height:14px;width:14px;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;cursor:move;cursor:grab;cursor:-webkit-grab}.picker-hue-range-slider::-moz-range-thumb{box-shadow:0 0 6px 0 var(--cp-range-shadow);border:1px solid var(--cp-range-border);background-color:var(--cp-primary);height:14px;width:14px;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;cursor:move;cursor:grab;cursor:-webkit-grab}.picker-opacity-slider{top:0;position:absolute;left:0;width:100%;height:8px}.opacity_slider{margin:0;border-radius:16px;position:relative;z-index:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:8px;width:100%;display:block;outline:none;transition:color .05s linear}.opacity_slider:focus{outline:none}.opacity_slider:active,.opacity_slider:hover:active{cursor:grabbing;cursor:-webkit-grabbing}.opacity_slider::-moz-range-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;outline:none}.opacity_slider::-ms-track{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.opacity_slider::-webkit-slider-thumb{box-shadow:0 0 6px 0 var(--cp-range-shadow);border:1px solid var(--cp-range-border);background-color:var(--cp-primary);height:14px;width:14px;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;cursor:move;cursor:grab;cursor:-webkit-grab}.opacity_slider::-moz-range-thumb{box-shadow:0 0 6px 0 var(--cp-range-shadow);border:1px solid var(--cp-range-border);background-color:var(--cp-primary);height:14px;width:14px;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;cursor:move;cursor:grab;cursor:-webkit-grab}.gradient-bar{width:100%;position:relative;box-sizing:border-box}.gradient-container{width:100%;height:8px;border-radius:10px}.gradient-handle{position:absolute;z-index:1;top:-3px;outline:none}.gradient-handle .gradient-handle-content{cursor:ew-resize;display:flex;box-sizing:border-box;justify-content:center;align-items:center;box-shadow:0 0 6px 0 var(--cp-range-shadow);border:1px solid var(--cp-range-border);background-color:var(--cp-primary);height:14px;width:14px;border-radius:50%}.gradient-handle.select .gradient-handle-content{background-color:var(--cp-primary);border:2px solid var(--cp-range-border)}.gradient-handle.select{z-index:2}.opacity-bar{position:relative;height:8px;overflow:visible;border-radius:16px;display:flex;align-items:center;background:linear-gradient(45deg,var(--cp-inverse-dark) 25%,transparent 25%,transparent 75%,var(--cp-inverse-dark) 75%,var(--cp-inverse-dark) 0px) 0px 0px/16px 16px repeat padding-box border-box,linear-gradient(45deg,var(--cp-inverse-dark) 25%,transparent 25%,transparent 75%,var(--cp-inverse-dark) 75%,var(--cp-inverse-dark) 0px) 8px 8px/16px 16px repeat padding-box border-box,var(--cp-inverse-white)}.ck-cp-linear-angle-container{padding:var(--padding);margin-bottom:calc(var(--margin-top) * 1.75)}.ck-cp-linear-angle-container input[type=range]{margin:0;border-radius:10px;z-index:10;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--cp-gray-200);height:8px;width:100%;display:block;outline:none;transition:color .05s linear}.ck-cp-linear-angle-container input[type=range]:focus{outline:none}.ck-cp-linear-angle-container input[type=range]:active,.ck-cp-linear-angle-container input[type=range]:hover:active{cursor:grabbing;cursor:-webkit-grabbing}.ck-cp-linear-angle-container input[type=range]::-moz-range-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;outline:none}.ck-cp-linear-angle-container input[type=range]::-ms-track{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.ck-cp-linear-angle-container input[type=range]::-webkit-slider-thumb{box-shadow:0 0 6px 0 var(--cp-range-shadow);border:1px solid var(--cp-range-border);background-color:var(--cp-primary);height:14px;width:14px;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;cursor:move;cursor:grab;cursor:-webkit-grab}.ck-cp-linear-angle-container input[type=range]::-moz-range-thumb{box-shadow:0 0 6px 0 var(--cp-range-shadow);border:1px solid var(--cp-range-border);background-color:var(--cp-primary);height:14px;width:14px;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;cursor:move;cursor:grab;cursor:-webkit-grab}.ck-cp-linear-angle-container .ck-gradient-set-label{text-align:start;font-size:12px;color:var(--cp-gray-700);margin:0;margin-top:var(--margin-top);margin-bottom:calc(var(--margin-top) / 2)}.ck-cp-linear-angle-container .ck-gradient-set-label span{color:var(--cp-primary);font-weight:700}.ck-cp-linear-angle-container p span:before{content:"→ "}.ck-cp-input-container{display:flex;gap:8px;margin:0 10px;margin-top:calc(var(--margin-top) * 2.5)}.ck-cp-input-container input{background-color:var(--cp-container-bg);border:1px solid var(--cp-gray-300);color:var(--cp-gray-900);border-radius:5px}.ck-cp-input-container input[type=text]{padding:0;width:100%;text-align:center;height:30px;flex-shrink:0;outline:none;font-size:14px}.ck-cp-input-container input[type=number]{padding:0;appearance:textfield;-moz-appearance:textfield;-webkit-appearance:textfield;border-radius:5px;text-align:center;flex-shrink:0;outline:none;height:100%;width:100%;font-size:14px}.ck-cp-input-container input:focus-visible{border:1px solid var(--cp-primary)}.ck-cp-input-container input[type=number]::-webkit-inner-spin-button,.ck-cp-input-container input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;display:none;margin:0}.ck-cp-input-container .ck-cp-input-content:not(.color-hex){position:relative;display:flex;flex-direction:column;min-width:34px;height:30px}.ck-cp-input-container .color-hex{position:relative;display:flex;flex-direction:column;width:100%}.ck-cp-input-container .ck-cp-input-content .ck-cp-input-label{position:absolute;background-color:var(--cp-container-bg);font-size:10px;top:-6px;left:-6px;color:var(--cp-gray-700);padding:0 4px;z-index:1}.ck-cp-local-color-conatiner{display:flex;flex-direction:column;gap:12px;padding:0 10px;border-top:1px solid var(--cp-gray-200);padding-top:calc(var(--margin-top) * 1.25);margin-top:calc(var(--margin-top) * 2)}.ck-cp-local-color-conatiner .ck-cp-color-item{cursor:pointer;width:25px;height:25px;border:1px solid transparent;box-sizing:border-box;border-radius:5px}.ck-cp-local-color-conatiner .ck-cp-color-item.ck-select{border:2px solid var(--cp-select-color)}.ck-cp-disabled *{pointer-events:none!important;opacity:.75}.cp-main-btn{border:0;height:20px!important;width:20px!important;display:flex;align-items:center;font-size:14px;background-color:var(--cp-container-bg);padding:0;justify-content:center}.cp-main-btn svg{transform:scale(.9);fill:var(--cp-gray-700)}.cp-btn-save-color{background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;width:25px;height:25px;border:1px solid var(--cp-gray-500);border-radius:5px}.cp-btn-save-color svg{fill:var(--cp-gray-700)}.ck-cp-color-list{display:flex;flex-wrap:wrap;gap:7px}.ck-cp-color-list-label{font-size:12px;height:20px;display:flex;align-items:center;justify-content:space-between;color:var(--cp-gray-700)}.ck-cp-color-list-label svg{fill:var(--cp-gray-700)}.ck-cp-buttons{padding:20px 10px 0;display:flex;flex-direction:row;justify-content:flex-end;column-gap:4px}.ck-cp-buttons__button{font-size:12px;padding:5px 15px;background-color:var(--cp-container-bg);border:none;color:var(--cp-gray-800);border-radius:5px}.ck-cp-buttons__button:hover{cursor:pointer;background-color:var(--cp-gray-100)}.ck-cp-buttons__button:active{background-color:var(--cp-gray-100)}.scroll-item-wrapper[data-v-12dbea03]{display:inline-block;position:relative;height:auto}.scroll-item-wrapper .scroll-numbers[data-v-12dbea03]{display:inline-block;position:absolute;top:0;right:0;height:100%;width:100%}.scroll-number-wrapper[data-v-154afd88]{display:inline;overflow:hidden}
