@font-face{font-display:swap;font-family:Comfortaa;font-style:normal;font-weight:300;src:url(../fonts/Comfortaa-Light.woff2)format("woff2"),url(../fonts/Comfortaa-Light.ttf)format("truetype")}@font-face{font-display:swap;font-family:Comfortaa;font-style:normal;font-weight:400;src:url(../fonts/Comfortaa-Regular.woff2)format("woff2"),url(../fonts/Comfortaa-Regular.ttf)format("truetype")}@font-face{font-display:swap;font-family:Comfortaa;font-style:normal;font-weight:500;src:url(../fonts/Comfortaa-Medium.woff2)format("woff2"),url(../fonts/Comfortaa-Medium.ttf)format("truetype")}@font-face{font-display:swap;font-family:Comfortaa;font-style:normal;font-weight:600;src:url(../fonts/Comfortaa-SemiBold.woff2)format("woff2"),url(../fonts/Comfortaa-SemiBold.ttf)format("truetype")}@font-face{font-display:swap;font-family:Comfortaa;font-style:normal;font-weight:700;src:url(../fonts/Comfortaa-Bold.woff2)format("woff2"),url(../fonts/Comfortaa-Bold.ttf)format("truetype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background:var(--gradient-header);z-index:1000;width:100%;height:4rem;position:absolute;top:0;left:0}.header-content{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:90rem;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.logo-container{cursor:pointer;background:0 0;border:none;justify-self:start;align-items:center;gap:.625rem;display:inline-flex;position:relative}.logo{display:block}.logo-text{color:var(--color-text-light);font-family:Comfortaa,cursive;font-size:1.5rem;line-height:1}.logo-mode{color:var(--color-text-light);font-family:Comfortaa;font-size:1rem;font-weight:300;position:absolute;top:0;right:-40px}.header-nav{justify-self:center;align-items:center;gap:2rem;display:inline-flex}.header-nav-link{color:var(--color-text-light);cursor:pointer;opacity:.95;background:0 0;border:none;font-family:Comfortaa,cursive;font-size:1.3125rem;line-height:1}.header-nav-link:hover{opacity:1;text-underline-offset:.2rem;text-decoration:underline}.header-right{justify-self:end;align-items:center;gap:.875rem;display:inline-flex}.header-right-item{background:#d4e1fee6;border:1px solid #fffc;border-radius:50%;box-shadow:.25rem .25rem .7rem #4c5e7a59}.auth-button{color:var(--color-text-light);text-align:right;text-underline-offset:.18rem;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-family:Comfortaa,cursive;font-size:1rem;line-height:1.15;text-decoration:underline}.user-avatar{position:relative}.avatar-glass{cursor:pointer;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex}.quota{border-radius:25px;justify-content:center;align-items:center;height:2.5rem;padding:0 15px;display:flex}.quota-text{color:var(--color-text-light);text-align:right;padding:3px 10px 0 0;font-family:Comfortaa,cursive;font-size:20px;font-weight:700;line-height:18px}.avatar-glass.active{outline:2px solid #ffffff80}.avatar-icon{width:1.5625rem;height:1.5625rem}.dropdown-menu{background:#eef5ff;border:1px solid #ffffffbf;border-radius:.75rem;min-width:12rem;padding:.375rem;position:absolute;top:calc(100% + .45rem);right:0;box-shadow:.25rem .25rem .7rem #4c5e7a59}.menu-item{color:var(--color-text-dark);cursor:pointer;border-radius:.5rem;padding:.6rem .75rem;font-size:.9rem}.menu-item:hover{background:#6797ff1f}.menu-item.logout{color:#d11c1c}@media (width<=1024px){.header-nav{gap:1.2rem}.header-nav-link{font-size:1.125rem}}@media (width<=768px){.header{height:3.75rem}.header-content{padding:0 .5rem}.header-right{gap:.4rem}.header-nav{justify-self:center;gap:.8rem}.header-nav-link{font-size:.9rem}.logo-text{display:none}.auth-button{font-size:.75rem}}.register-main{background:var(--color-background);min-height:100vh;padding-top:6rem}.register-container{justify-content:center;align-items:center;width:100%;min-height:70vh;display:flex}.register-content{background:var(--gradient-test);background-blend-mode:soft-light, normal, normal;box-shadow:var(--shadow-soft);border-radius:20px;width:100%;max-width:450px;padding:3rem;animation:.4s ease-out slideUp;box-shadow:0 8px 32px #0000001a}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.register-title{color:var(--color-text-light);text-align:center;margin-bottom:2.5rem;font-family:Comfortaa;font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.2}.register-form{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;min-width:20rem;display:flex}.form-label{color:var(--color-text-light);margin-bottom:.3rem;font-family:Comfortaa;font-size:1rem;font-style:normal;font-weight:500}.form-input{background:var(--color-glass-light);border:1.5px solid var(--color-glass-border);color:var(--color-text-light);border-radius:2rem;outline:none;padding:1rem 1.2rem;font-family:Comfortaa;font-size:1rem;font-style:normal;font-weight:400;transition:all .3s}.form-input:focus{border-color:var(--color-primary);color:var(--color-text-light);box-shadow:0 0 0 2px #6797ff33}.form-input::placeholder{color:var(--color-text-light)}.register-btn{background:var(--color-glass-light);border:1.5px solid var(--color-glass-border);width:8rem;color:var(--color-text-light);text-shadow:0 1px 2px #0000001a;cursor:pointer;border-radius:2rem;margin-top:1rem;padding:1.2rem 1rem;font-family:Comfortaa;font-size:1.1rem;font-style:normal;font-weight:600;transition:all .3s}.register-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5855da66}.register-btn:active{transform:translateY(0)}.login-link{text-align:center;color:var(--color-text-light);opacity:.8;margin-top:1.5rem;font-family:Comfortaa;font-size:.95rem;font-style:normal;font-weight:400}.login-link-text{color:var(--color-text-light);font-weight:500;text-decoration:none;transition:all .3s}.login-link-text:hover{color:var(--color-background);text-decoration:underline}.message{text-align:center;border-radius:.5rem;margin-top:1rem;padding:.5rem;font-family:Comfortaa;font-size:.9rem;font-style:normal;font-weight:400}.message.error{color:#ff6b6b;background-color:#ff6b6b1a}.message.success{color:#51cf66;background-color:#51cf661a}.error-message{color:#ff6b6b;margin-top:.5rem;font-family:Comfortaa;font-size:.8rem}@media (width<=768px){.register-main{padding-top:5rem}.register-content{max-width:400px;margin:1rem;padding:2rem}.register-title{margin-bottom:2rem;font-size:2rem}.form-input{padding:.9rem 1.1rem}.register-btn{padding:1.1rem 1.8rem;font-size:1rem}}@media (width<=480px){.register-main{padding-top:4rem}.register-content{border-radius:16px;margin:.5rem;padding:1.5rem}.register-title{margin-bottom:1.5rem;font-size:1.8rem}.register-form{gap:1.2rem}.form-input{padding:.8rem 1rem;font-size:.95rem}.auth-method-btn{padding:.7rem .8rem;font-size:.9rem}.register-btn{padding:1rem 1.5rem;font-size:.95rem}.login-link{font-size:.9rem}}@media (width<=360px){.register-content{padding:1.2rem}.register-title{font-size:1.6rem}.form-input{padding:.7rem .9rem;font-size:.9rem}.auth-method-btn{padding:.6rem .7rem;font-size:.85rem}}.auth-main{background:var(--color-background);min-height:100vh;padding-top:6rem}.auth-container{justify-content:center;align-items:center;width:100%;min-height:70vh;display:flex}.auth-card{width:100%;max-width:430px;color:var(--color-text-light);background:linear-gradient(128deg,#5855da 14%,#6f69d2 39%,#668cd5 65%,#6ec6e7 100%);border-radius:22px;padding:3.1rem 1.938rem 2rem;position:relative;box-shadow:0 16px 30px #384e7a59}.auth-card--register,.auth-card--change-password{max-width:435px}.auth-title{text-align:center;margin:0 0 2rem;font-family:Comfortaa;font-size:1.375rem;font-weight:500;line-height:1.2}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-input-group{display:block}.auth-input-label{color:#fffc;z-index:3;pointer-events:none;font-family:Comfortaa;font-size:.875rem;font-weight:400;line-height:1.2;position:absolute;top:.7rem;left:1rem}.auth-input-wrapper{background:#ffffff21;border-radius:1rem;position:relative}.auth-input-wrapper--invalid,.auth-checkbox-row--invalid .auth-checkbox-custom{box-shadow:inset 2px 2px 6px #fff9,inset -2px -2px 6px #0000001a,0 0 10.2px #fba2b1}.auth-input-wrapper>.auth-input{box-shadow:none;background:0 0;border:none}.auth-input-wrapper>.auth-input-eye{z-index:4}.auth-input-wrapper:after{box-shadow:none}.auth-input{width:100%;min-height:4rem;box-shadow:none;color:var(--color-text-light);background:0 0;border:1px solid #0000;border-radius:24px;outline:none;padding:1.3rem 1rem .1rem;font-family:Comfortaa;font-size:1.125rem;line-height:1.2;transition:border-color .2s,box-shadow .2s}.auth-input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:var(--color-text-light)!important;box-shadow:inset 0 0 0 1000px #0000!important}.auth-input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:var(--color-text-light)!important;box-shadow:inset 0 0 0 1000px #0000!important}.auth-input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:var(--color-text-light)!important;box-shadow:inset 0 0 0 1000px #0000!important}.auth-input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:var(--color-text-light)!important;box-shadow:inset 0 0 0 1000px #0000!important}.auth-input::placeholder{color:#fffffff2}.auth-input:disabled{opacity:.65;cursor:not-allowed}.auth-input-eye{width:2.4rem;height:2.4rem;color:var(--color-text-light);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:62%;right:1.25rem;transform:translateY(-50%)}.auth-input-eye-icon{object-fit:contain;width:1.6rem;height:1.6rem}.auth-input-eye:disabled{cursor:not-allowed;opacity:.6}.auth-inline-link{color:var(--color-text-light);text-underline-offset:.15rem;width:fit-content;font-family:Comfortaa;font-size:.875rem;font-weight:400;text-decoration:underline}.auth-forgot-link{background:0 0;border:none;margin-top:-.2rem}.auth-error-message{color:#ffd0d0;background:#ab355352;border:1px solid #ffc5c566;border-radius:.8rem;padding:.45rem .65rem;font-family:Comfortaa;font-size:.75rem}.auth-field-error{color:red;margin:.2rem 0 0;font-family:Comfortaa;font-size:1.125rem;line-height:1.2}.auth-checkbox-group{flex-direction:column;gap:.55rem;margin-top:.35rem;display:flex}.auth-checkbox-row{cursor:pointer;align-items:center;gap:.65rem;width:fit-content;display:flex;position:relative}.auth-checkbox-row input{opacity:0;width:0;height:0;position:absolute}.auth-checkbox-custom{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.05rem;height:1.05rem;padding:0 1px 2px 0;transition:all .2s;display:inline-flex}.auth-checkbox-row input:checked+.auth-checkbox-custom:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:.52rem;height:.28rem;transform:rotate(-45deg)translate(1px)}.auth-checkbox-text{color:var(--color-text-light);font-family:Comfortaa;font-size:.6875rem;line-height:1.3}.auth-bottom-row{justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:2.5rem;display:flex}.auth-bottom-row--single{justify-content:flex-end}.auth-bottom-row--center{justify-content:center}.auth-bottom-left{flex-direction:column;gap:.65rem;display:flex}.auth-social-row{gap:.7rem;display:flex}.auth-circle-btn{color:var(--color-text-light);cursor:pointer;background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex;position:relative}.auth-circle-btn>*{z-index:2;position:relative}.auth-circle-icon{object-fit:contain;pointer-events:none}.auth-circle-btn--social{width:3rem;height:3rem}.auth-circle-btn--submit{width:4.1rem;height:4.1rem}.auth-circle-btn:hover:not(:disabled){transform:translateY(-1px)}.auth-circle-btn:disabled{opacity:.7;cursor:not-allowed}.auth-social-text{letter-spacing:.02em;font-family:Comfortaa;font-size:1.25rem;font-weight:700;line-height:1}.auth-social-text--ya{font-size:1.45rem}.auth-notification{z-index:6;background:#f5f5f566;border-radius:20px;width:calc(100% - 7rem);min-height:9.375rem;margin:-.2rem auto .3rem;padding:3.5rem 1.4rem 0;position:relative}.auth-notification--success{background:#52c66929;border-color:#d4ffdd66}.auth-notification-overlay{z-index:30;pointer-events:none;position:absolute;top:9.2rem;left:0;right:0}.auth-notification-overlay .auth-notification{pointer-events:auto}.auth-notification-text{text-align:center;color:var(--color-text-light);margin:0;padding:15px 0 35px;font-family:Comfortaa;font-size:1.125rem;line-height:1.55}.auth-notification-close{cursor:pointer;-webkit-backdrop-filter:blur(18px);background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex;position:absolute;top:.625rem;right:.625rem}.auth-card-close{cursor:pointer;z-index:35;background:#ffffff24;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:flex;position:absolute;top:1rem;right:1rem}.auth-notification-overlay--change-password{top:8.4rem}.retry-message{text-align:center;margin-bottom:64px;font-size:16px;font-weight:700;line-height:22px}.retry-timer{text-align:center;font-size:16px;font-weight:700;line-height:22px}.retry-button{color:#fff;background:0 0;border:none;outline:none;margin:0 auto;font-family:Comfortaa;font-size:16px;font-weight:700;line-height:22px;display:block}.retry-button:disabled{opacity:.3}@media (width<=768px){.auth-main{padding-top:5rem}.auth-card{border-radius:30px;max-width:580px;padding:2.3rem 1.5rem 1.4rem}.auth-title{margin-bottom:1.5rem;font-size:1.375rem}.auth-input{min-height:4rem;padding:1.3125rem .75rem .5625rem;font-size:1.125rem}.auth-input-eye{right:1rem}.auth-circle-btn--social{width:2.8rem;height:2.8rem}.auth-circle-btn--submit{width:3.9rem;height:3.9rem}}@media (width<=480px){.auth-main{padding-top:4rem}.auth-card{border-radius:22px;padding:1.5rem 1rem 1rem}.auth-title{margin-bottom:1.15rem;font-size:1.375rem}.auth-input-group{display:block}.auth-input-label{font-size:.875rem}.auth-input{border-radius:18px;min-height:3.4rem;padding:1.3125rem .75rem .5625rem;font-size:1.125rem}.auth-input-eye{width:2rem;height:2rem}.auth-input-eye-icon{width:1.35rem;height:1.35rem}.auth-inline-link{font-size:.875rem}.auth-checkbox-text{font-size:.6875rem}.auth-bottom-row{align-items:center;margin-top:2rem}.auth-circle-btn--social{width:2.6rem;height:2.6rem}.auth-circle-btn--submit{width:3.3rem;height:3.3rem}.auth-notification{border-radius:1.2rem;width:calc(100% - 1.5rem);min-height:9.375rem;padding:1.8rem 1rem .95rem}.auth-notification-overlay{top:8.2rem}.auth-notification-overlay--change-password{top:7.5rem}.auth-notification-text{font-size:.9rem;line-height:1.45}.auth-notification-close{width:2.4rem;height:2.4rem;top:.5rem;right:.5rem}.auth-notification-close-icon{width:1.1rem;height:1.1rem}.auth-field-error{font-size:.95rem}.auth-card-close{width:2rem;height:2rem;top:.8rem;right:.8rem}.auth-card-close-icon{width:.9rem;height:.9rem}}.glass-card{background:var(--color-background2);border-radius:24px;position:relative;box-shadow:4px 4px 4px #00000040}@media (width<=768px){.glass-card{border-radius:20px;padding:2rem!important}}@media (width<=480px){.glass-card{border-radius:16px;padding:1.5rem!important}}.confirm-modal-backdrop{border-radius:inherit;z-index:20;background:#1420321f;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.confirm-modal{background:#d1c1c7;border-radius:1.6rem;width:min(32rem,100% - 2rem);padding:2.4rem 1.4rem 1.4rem;position:relative;box-shadow:0 .8rem 1.6rem #2c354a59}.confirm-modal-close{cursor:pointer;background:#fff9;border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;display:inline-flex;position:absolute;top:.8rem;right:.8rem}.confirm-modal-title{text-align:center;margin:1.4rem 0 .6rem;font-family:Comfortaa;font-size:1.125rem;font-weight:800}.confirm-modal-subtitle{text-align:center;margin:0 0 2rem;font-family:Comfortaa;font-size:1rem}.confirm-modal-actions{justify-content:space-between;gap:1rem;display:flex}.confirm-modal-btn{color:#202633;cursor:pointer;background:linear-gradient(145deg,#ffffffa6,#ebeff666);border:1px solid #ffffffd9;border-radius:999px;min-width:12rem;height:2.2rem;font-family:Comfortaa;font-size:.875rem}.confirm-modal-btn--danger{color:#e71f1f}.templates-main{background:var(--color-background);justify-content:center;align-items:center;min-height:100vh;padding-top:4rem;display:flex}.templates-container{justify-content:center;width:100%;padding:2rem;display:flex}.templates-card{background:var(--color-background2);border-radius:24px;width:876px;height:38rem;padding:2.6rem 2.4rem 1.6rem;box-shadow:0 .4rem .8rem #00000040}.templates-header{justify-content:space-between;align-items:center;margin-bottom:2.2rem;display:flex}.templates-title{color:#000;margin:0;font-family:Comfortaa;font-size:1.375rem;font-weight:400}.close-btn{cursor:pointer;background:linear-gradient(145deg,#ffffff8c,#fff3);border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:2.375rem;height:2.375rem;display:inline-flex;box-shadow:.25rem .25rem .7rem #4c5e7a59}.templates-list{scrollbar-width:none;flex-direction:column;gap:1.25rem;width:100%;height:24rem;display:flex;overflow:hidden auto}.templates-list::-webkit-scrollbar{width:0;height:0}.template-item{align-items:center;gap:1.2rem;width:100%;padding-right:1rem;display:flex}.file-icon{flex-shrink:0;order:1;justify-content:center;align-items:center;display:inline-flex}.file-info{flex:1;order:2;align-items:center;gap:10rem;min-width:0;display:flex}.file-name,.file-date{color:var(--color-text-dark);font-family:Comfortaa;font-size:1rem}.file-actions{order:3;gap:.6rem;margin-left:auto;display:flex}.glass-btn{cursor:pointer;background:linear-gradient(145deg,#ffffff8c,#fff3);border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex;box-shadow:.25rem .25rem .7rem #4c5e7a59}.template-divider{border-bottom:2px solid #6797ff;width:100%;margin:.7rem 0 0}.templates-delete-btn{color:#221f22;cursor:pointer;background:#bb02022e;border:1px solid #ffffffbf;border-radius:999px;align-self:flex-end;min-width:9.375rem;height:1.313rem;margin-top:1.1rem;font-family:Comfortaa;font-size:.75rem}.empty-state{flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.empty-message{color:var(--color-text-dark);text-align:center;font-family:Comfortaa;font-size:1rem}@media (width<=768px){.templates-card{height:auto;padding:2rem 1.5rem 1.5rem}.template-item{flex-direction:column;align-items:flex-start}.file-info{width:100%}.file-actions{align-self:flex-end}}.upload-section{width:30rem;height:21rem;filter:drop-shadow(var(--shadow-drop))}.upload-section-gost{width:28.563rem;height:18.5rem;filter:drop-shadow(var(--shadow-drop));position:relative}.gradient-background{background:var(--gradient-test);background-blend-mode:soft-light, normal, normal;width:100%;height:100%;box-shadow:var(--shadow-soft);color:var(--color-text-light);border-radius:22px;justify-content:center;align-items:center;display:flex;position:absolute}.upload-back-button{cursor:pointer;z-index:2;background:#d4e1fe33;border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex;position:absolute;top:1.625rem;left:1.625rem;box-shadow:.25rem .25rem .7rem #4c5e7a59}.upload-back-icon{transform:rotate(180deg)}.glass-upload-area{text-align:center;text-shadow:0 1px 2px #0000001a;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;height:100%;padding:2rem;transition:all .3s;display:flex;position:relative}.glass-upload-area:hover{transform:translateY(-2px)}.glass-upload-area.drag-over{transform:scale(1.02)}.upload-instruction{opacity:.9;order:1;font-size:1.25rem;font-style:normal;font-weight:400;line-height:1.5}.glass-icon-container{order:2;margin:1rem 0}.glass-icon{background:var(--color-glass-dark);-webkit-backdrop-filter:blur(10px);border:1px solid var(--color-glass-border);border-radius:50%;justify-content:center;align-items:center;width:102px;height:102px;margin:0 auto;transition:all .3s;display:flex;position:relative}.glass-upload-area:hover .glass-icon{transform:scale(1.05)}.upload-file-info{opacity:.8;order:3;margin-top:1rem;font-size:.9rem}.upload-section-gost .glass-upload-area{gap:.75rem;padding:1.25rem 1rem}.upload-section-gost .upload-instruction{font-size:1rem;line-height:1.35}.template-drag-over{background:#4caf501a!important;border:2px dashed #6cce6ff5!important}@media (width<=1024px){.upload-section{width:35rem;height:25rem}.upload-section-gost{width:28.563rem;height:18.5rem}}@media (width<=768px){.upload-section,.upload-section-gost{width:95%;height:22rem}.glass-upload-area{gap:1rem;padding:1.5rem}.upload-instruction{font-size:1rem}.upload-file-info{font-size:.8rem}}.glass-upload-area.loading{background:#ffffff40}.loading-spinner{border:3px solid #ffffff4d;border-top:3px solid var(--color-text-light);border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.glass-upload-area.loading .glass-icon{animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.home-main{background:var(--color-background);padding-top:4rem}.home-container{justify-content:space-between;align-items:center;gap:3rem;width:100%;max-width:75rem;display:flex}.home-intro{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;width:34.438rem;display:flex}.home-title{color:var(--color-text-dark);margin-bottom:2rem;font-size:1.5rem;font-weight:400}.home-description{color:var(--color-text-dark);font-size:1.25rem;line-height:1.5}@media (width<=900px){.home-container{flex-direction:column;gap:2rem}}.wrapper{min-height:70vh;padding:90px 80px 0}:root{--bg:#0f0f13;--surface:var(--color-background);--surface2:var(--color-background2);--border:transparent;--accent:#7c6ff7;--accent2:#a78bfa;--text:var(--color-text-dark);--muted:#889;--heading:var(--color-primary)}.wrapper{z-index:1;max-width:820px;min-height:70vh;color:var(--text);min-height:100vh;margin:0 auto;padding:90px 80px 0;font-family:Comfortaa,sans-serif;font-size:15px;font-weight:300;line-height:1.85;position:relative}.bottom{text-align:center}.title{color:var(--heading);text-align:center;margin-bottom:12px}.tabs{flex-wrap:wrap;justify-content:center;gap:11px;display:flex}.tab-btn{border:2px solid var(--surface2);color:var(--text);cursor:pointer;background:0 0;border-radius:76px;padding:5px 12px;font-family:Comfortaa,sans-serif;font-size:14px;font-weight:400;transition:all .25s}.tab-btn.active{background:var(--surface2)}.tab-btn:hover:not(.active){color:var(--text);background:var(--surface2)}.panel{display:none}.panel.active{display:block}.section{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px 36px;animation:.4s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.section-number{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;font-size:18px;font-weight:700;display:block}.section h2{color:var(--heading);border-bottom:1px solid var(--border);letter-spacing:.01em;margin-bottom:10px;font-size:24px;font-weight:700}.section p{color:var(--text);margin-bottom:12px}.section p:last-child{margin-bottom:0}.section ul{margin:8px 0 12px;list-style:none}.section ul li{color:var(--text);padding:6px 0 6px 20px;position:relative}.section ul li:before{content:"";background:var(--accent);width:6px;height:1px;position:absolute;top:16px;left:0}.term-block{background:var(--surface2);border-left:3px solid var(--accent);border-radius:0 8px 8px 0;margin:10px 0;padding:14px 18px}.term-block strong{color:var(--accent2);font-size:14px;font-style:normal;font-weight:600}.req-grid{border:1px solid var(--border);border-radius:12px;gap:2px;display:grid;overflow:hidden}.req-row{background:var(--surface);grid-template-columns:200px 1fr;transition:background .15s;display:grid}.req-row:hover{background:var(--surface2)}.req-label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);border-right:1px solid var(--border);background:#7c6ff70a;align-items:center;padding:14px 20px;font-size:11px;font-weight:700;display:flex}.req-value{color:var(--heading);align-items:center;padding:14px 20px;font-size:14px;font-weight:500;display:flex}.req-value a{color:var(--accent2);text-decoration:none}.req-value a:hover{text-decoration:underline}.req-section-title{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin:32px 0 12px;font-size:11px;font-weight:700}@media (width<=600px){.wrapper{padding:32px 16px 60px}.section{padding:24px 20px}.req-row{grid-template-columns:1fr}.req-label{border-right:none;border-bottom:1px solid var(--border);padding:10px 16px 6px}.req-value{padding:6px 16px 12px}.tabs{flex-direction:column}}.choose-plan-main{padding-top:4rem}.choose-plan-wrap{justify-content:center;width:100%;padding:1rem;display:flex}.choose-plan-card{background:var(--color-background2);border-radius:1.5rem;width:min(100%,40.75rem);min-height:35.0625rem}.choose-plan-top{justify-content:space-between;align-items:center;margin-bottom:.8125rem;display:flex}.choose-plan-title{margin:0;font-size:1.25rem}.choose-plan-close{cursor:pointer;background:linear-gradient(145deg,#ffffffa6,#ebeff659);border:.0625rem solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:2.125rem;height:2.125rem;display:inline-flex;box-shadow:.25rem .25rem .7rem #4c5e7a59}.choose-plan-grid{align-items:stretch;gap:.75rem;display:flex}.plan-box{background:#ffffff38;border-radius:.95rem;flex-direction:column;padding:.875rem .875rem .75rem;display:flex;box-shadow:.25rem .25rem .7rem #4c5e7a59}.plan-box--free{width:16.3125rem;height:30.375rem}.plan-box--premium{color:#fff;background:linear-gradient(150deg,#5855da 14%,#6f69d2 45%,#4d8ec3 99%);width:21rem;height:30.375rem;position:relative}.plan-name{text-align:center;margin:0 0 1.5rem;font-size:1.625rem}.plan-premium-head{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;position:relative}.plan-premium-head .plan-name{margin:0}.plan-premium-head img{position:absolute;top:-.125rem;right:0}.plan-list{flex-direction:column;gap:.5rem;margin:0;padding:0;font-size:1rem;list-style:none;display:flex}.plan-list li{align-items:flex-start;gap:.375rem;line-height:1.25;display:flex}.plan-list img{flex:none}.plan-free-limit{color:#e11d48;margin-top:.7rem;font-size:.8125rem}.plan-actions{flex-direction:column;align-items:center;margin-top:auto;display:flex}.plan-actions--free{padding-top:1rem;padding-bottom:2.375rem}.plan-actions--premium{padding-top:.875rem}.plan-select-btn{cursor:pointer;background:linear-gradient(145deg,#fffc,#ebeff673);border:.0625rem solid #ffffffd9;border-radius:62.4375rem;width:12.4375rem;height:2.45rem;font-family:Comfortaa;font-size:1.25rem;box-shadow:.25rem .25rem .7rem #4c5e7a59}.plan-select-btn:disabled{opacity:.6;cursor:not-allowed}.plan-select-btn--premium{color:#fff;background:linear-gradient(145deg,#add8ff99,#78b2f5b3)}.plan-more-link{color:#fff;cursor:pointer;background:0 0;border:none;margin-top:.75rem;margin-bottom:.5rem;font-family:Comfortaa;font-size:1rem;text-decoration:underline}.choose-plan-error{color:#dc2626;margin-top:.75rem;font-size:.85rem}@media (width<=48rem){.choose-plan-grid{flex-direction:column;align-items:center}.plan-box--free,.plan-box--premium{width:min(100%,21rem)}}.premium-main{padding-top:4rem}.premium-wrap{justify-content:center;width:100%;padding:1rem;display:flex}.premium-card{background:var(--color-background2);border-radius:1.5rem;width:min(100%,47.125rem)}.premium-head{justify-content:space-between;align-items:center;margin-bottom:1.375rem;display:flex}.premium-head h1{margin:0;font-size:1.25rem;font-weight:400}.premium-close{cursor:pointer;background:linear-gradient(145deg,#ffffffa6,#ebeff659);border:.0625rem solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:2.125rem;height:2.125rem;display:inline-flex;box-shadow:.25rem .25rem .7rem #4c5e7a59}.premium-inner{padding-top:1.5rem;padding-left:1.5rem;padding-right:1.5rem}.premium-content{justify-content:space-between;gap:1.625rem;display:flex}.premium-left,.premium-right{flex-direction:column;gap:.1875rem;display:flex}.premium-left p,.premium-right p{margin:0}.premium-black{color:#1b1b1f;font-size:1.25rem}.premium-accent{color:#6797ff;font-size:1rem}.premium-left-tab{margin-left:1.75rem!important}.premium-left-2tab{margin-left:3.5rem!important}.premium-bottom-tab{margin-bottom:.75rem!important}.premium-right{color:#1b1b1f;text-align:right;gap:.9375rem;font-size:1rem}.premium-divider{border-bottom:.125rem solid #6797ff;margin:1.25rem 0 1rem}.premium-packages{align-items:center;gap:.75rem;display:flex}.premium-packages h2{margin:0;font-size:1.375rem;font-weight:400}.premium-badge{background:#dd9b9bcc;border-radius:62.4375rem;padding:.125rem .625rem;font-size:.875rem}.premium-package-grid{justify-content:center;gap:1.625rem;margin-top:2.5rem;display:flex}.premium-package-btn{cursor:pointer;background:#ffffff47;border:.0625rem solid #fffc;border-radius:1.2rem;flex-direction:column;justify-content:center;align-items:center;gap:.375rem;padding:1.125rem 1.8125rem;display:flex}.premium-package-btn span{font-size:1rem}.premium-package-btn strong{font-size:1.25rem;font-weight:400}.premium-package-btn em{color:#6797ff;font-size:1.25rem;font-style:normal}@media (width<=48rem){.premium-content{flex-direction:column}.premium-right{text-align:left}.premium-package-grid{grid-template-columns:1fr}}.glass-effect{-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff4d;box-shadow:inset 2px 2px 6px #fff9,inset -2px -2px 6px #0000001a,0 8px 16px #00000026,0 4px 6px #0000001a}.glass-effect.shadow{box-shadow:inset 2px 2px 6px #fff9,inset -2px -2px 6px #0000001a,0 8px 16px #00000026,0 4px 6px #0000001a}.pay-card{background:var(--gradient-test);background-blend-mode:soft-light, normal, normal;width:390px;min-height:400px;box-shadow:var(--shadow-soft);border-radius:24px;flex-direction:column;justify-content:space-between;padding:26px;display:flex;position:relative}.pay-top{justify-content:center;margin-bottom:.8125rem;display:flex;position:relative}.pay-title{color:var(--color-text-light);margin:0;font-size:1.25rem}.pay-close{border-radius:50%;width:2.125rem;height:2.125rem;position:absolute;top:-50%;right:-.7rem}.pay-button{border-radius:25px;width:fit-content;margin-bottom:12px;padding:7px 17px;font-family:Comfortaa;font-size:18px}.pay-close,.pay-button{cursor:pointer;color:var(--color-text-light);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.pay-middle{flex-direction:column;justify-content:center;align-items:center;display:flex}.pay-cost{color:var(--color-text-light);margin:0 0 15px;font-family:Comfortaa,sans-serif;font-size:36px;font-weight:700}.pay-cost-comment{color:#fff9}.pay-input-email{border-radius:12px;width:336px;margin:15px 0 38px;padding:15px 17px}.pay-input-email span{color:#ffffff7d;font-family:Comfortaa;font-size:18px;font-weight:600}.pay-input-email input,.pay-input-promo input{color:var(--color-text-light);background:0 0;border:none;outline:none;padding-top:7px;font-family:Comfortaa;font-size:18px;font-weight:700}.pay-input-promo span{color:var(--color-text-light);font-family:Comfortaa;font-size:18px;font-weight:600}.pay-input-promo input{border-radius:12px;width:336px;margin:12px 0 0;padding:7px 17px}.pay-input-promo input::placeholder{color:#ffffff7d}.pay-input-email input::placeholder{color:var(--color-text-light)}.pay-bottom{flex-direction:column;align-items:center;margin:49px 0 0;display:flex}.pay-rights{text-align:center;color:var(--color-text-light);font-family:Comfortaa;font-size:12px;font-weight:700}.pay-rights a{color:var(--color-text-light)}.download-main{background:var(--color-background);min-height:100vh;padding-top:4rem}.download-container{justify-content:center;width:100%;padding:1.5rem;display:flex}.download-card{background:var(--color-background2);border-radius:1.5rem;box-shadow:0 .4rem .8rem #0003}.download-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.download-head-left{align-items:center;gap:.875rem;display:flex}.download-head-right{align-items:center;gap:.7rem;display:flex}.download-title{color:#1f2a3a;margin:0;font-family:Comfortaa;font-size:1.25rem;font-weight:400}.download-btn{cursor:pointer;background:linear-gradient(145deg,#ffffffa6,#ebeff659);border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;box-shadow:.25rem .25rem .7rem #4c5e7a59}.download-btn:disabled{opacity:.6;cursor:not-allowed}.download-btn--back{width:2.75rem;height:2.75rem}.download-btn--edit{width:2.875rem;height:2.875rem}.download-btn--download{width:3.5rem;height:3.5rem}.download-preview-shell{background:#f5f5f5;border-radius:1rem;width:100%;max-width:58.125rem;height:48.875rem;margin:0 auto;overflow:hidden}.download-preview-scroll{width:100%;height:100%;overflow:hidden}.download-preview-scroll::-webkit-scrollbar{width:.9375rem}.download-preview-scroll::-webkit-scrollbar-track{background:#dbe6fb;border-radius:.5rem;margin:6.375rem 0}.download-preview-scroll::-webkit-scrollbar-thumb{background:#6797ff;border:.1875rem solid #dbe6fb;border-radius:.5rem}.download-preview-frame{background:#fff;border:none;width:100%;height:100%}.download-preview-fallback{color:#1f2a3a;min-height:100%;padding:2rem;font-family:Comfortaa;line-height:1.5}.download-preview-fallback h2{margin-bottom:1rem;font-size:1.125rem}@media (width<=1024px){.download-preview-shell{height:36rem}}@media (width<=768px){.download-container{padding:.75rem}.download-card{padding:1rem!important}.download-title{font-size:1.05rem}.download-preview-shell{height:28rem}}.gost-library-section{width:59rem}.gost-library-container{--clr-border:#cfe0ff;--stroke:.3125rem;--dash:2rem;--gap:2rem;border:5px dashed var(--clr-border);box-sizing:border-box;border-radius:2rem;width:59rem;min-height:11.875rem;max-height:18rem;padding:1.25rem 1.5rem;position:relative;overflow:hidden auto}.gost-library-container::-webkit-scrollbar{width:0;height:0}.gost-library-container{scrollbar-width:none}.gost-library-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-content:safe center;gap:1.25rem;width:100%;min-height:100%;display:grid}.gost-library-item{text-align:center;cursor:grab;flex-direction:column;align-items:center;gap:.75rem;min-width:0;display:flex}.gost-library-item.dragging{opacity:.5}.gost-icon-wrapper{background:linear-gradient(145deg,#fff9,#fff3);border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;display:flex;box-shadow:.25rem .25rem .7rem #4c5e7a59}.gost-icon{object-fit:contain;pointer-events:none;width:2.75rem;height:2.75rem}.gost-name{color:var(--color-text-dark);word-break:break-word;pointer-events:none;max-width:12rem;font-family:Comfortaa;font-size:.875rem;line-height:1.25}@media (width<=1200px){.gost-library-section,.gost-library-container{width:100%}}@media (width<=900px){.gost-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=680px){.gost-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.upload-gost-main{background:var(--color-background)}.upload-gost-container{flex-direction:column;align-items:center;gap:5.875rem;display:flex}.waiting-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.ghost-message-container{justify-content:center;align-items:center;display:flex;position:relative}.ghost-image-container{justify-content:center;align-items:center;display:flex}.ghost-image{object-fit:contain;height:15rem;filter:var(--shadow-soft);animation:3s ease-in-out infinite float}.message-bubble{flex-direction:column;align-items:center;display:flex;position:relative;bottom:6rem}.message-icon{justify-content:center;align-items:center;display:flex;position:relative}.message-image{object-fit:contain;filter:drop-shadow(0 4px 12px #0000001a);width:15rem}.message-text{color:var(--color-text-dark);text-align:center;width:80%;font-family:Comfortaa;font-size:1.1rem;font-style:normal;font-weight:500;line-height:1.3;animation:2s infinite pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rotating-phrase{text-align:center;color:#6797ff;margin-top:1.5rem;font-size:1.75rem;animation:.6s forwards fadePhrase}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadePhrase{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.waiting-content{gap:2rem;padding:1rem}.ghost-message-container{flex-direction:row;gap:1.5rem}.ghost-image{height:14rem}.message-image{width:14rem}.message-text{font-size:1rem}.progress-text{font-size:.9rem}}@media (width<=480px){.ghost-image{width:100px;height:100px}.message-image{width:160px;height:90px}.message-text{font-size:.9rem}.progress-bar{height:6px}.progress-text{font-size:.8rem}}@media (width<=360px){.ghost-image{width:80px;height:80px}.message-image{width:140px;height:80px}.message-text{font-size:.8rem}}.profile-main{background:var(--color-background);justify-content:center;align-items:center;min-height:100vh;padding-top:4rem;display:flex}.profile-card{color:#202633;background:#d4e1fe;border-radius:1.8rem;width:480px;padding:2.4rem 1.938rem 1.7rem;position:relative;box-shadow:0 .8rem 2rem #39537459}.profile-card-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.profile-title{margin:0;font-family:Comfortaa;font-size:1.25rem;font-weight:400}.profile-icon-btn{cursor:pointer;background:linear-gradient(145deg,#ffffff8c,#fff3);border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:2.375rem;height:2.375rem;margin-left:auto;transition:transform .15s;display:inline-flex;box-shadow:.25rem .25rem .7rem #4c5e7a59}.profile-icon-btn:hover:not(:disabled){transform:translateY(-1px)}.profile-icon-btn:disabled{opacity:.65;cursor:not-allowed}.profile-fields{flex-direction:column;gap:1.45rem;display:flex}.profile-row{align-items:center;display:flex;position:relative}.profile-row:after{content:"";border-bottom:3px solid #6490ff;position:absolute;bottom:0;left:0;right:4.4rem}.profile-row-label{flex-shrink:0;width:80px;font-family:Comfortaa;font-size:1rem}.profile-row-value-wrap{flex:1;align-items:center;min-height:2.2rem;display:flex}.profile-row-value{font-family:Comfortaa;font-size:1rem}.profile-row-input{color:#202633;background:#ffffff80;border:none;border-radius:.7rem;outline:none;width:100%;padding:.35rem .55rem;font-family:Comfortaa;font-size:1rem}.profile-success-dot{opacity:0;pointer-events:none;background:#9ee2b0;border-radius:50%;justify-content:center;align-items:center;width:1.375rem;height:1.375rem;margin-left:10px;transition:opacity .18s,transform .18s;display:inline-flex;transform:scale(.85);box-shadow:.2rem .2rem .5rem #4b665759}.profile-success-dot--visible{opacity:1;transform:scale(1)}.profile-actions{align-items:center;gap:.85rem;margin-top:2.2rem;display:flex}.profile-pill-btn{color:#202633;cursor:pointer;background:linear-gradient(145deg,#ffffffa6,#ebeff666);border:1px solid #ffffffd9;border-radius:999px;min-width:11.25rem;height:1.75rem;font-family:Comfortaa;font-size:.875rem;box-shadow:.25rem .25rem .75rem #54627e4d}.profile-pill-btn:disabled{opacity:.65;cursor:not-allowed}.profile-pill-btn--danger{color:#e71f1f}.profile-options{flex-direction:column;gap:1rem;margin-top:3rem;display:flex}.profile-option{text-align:left;color:#202633;cursor:pointer;background:0 0;border:none;align-items:center;gap:.9rem;font-family:Comfortaa;font-size:.875rem;display:flex}.profile-option:disabled{opacity:.65;cursor:not-allowed}.profile-option-dot{background:linear-gradient(145deg,#ffffffa6,#ebeff673);border:1px solid #fffc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:inline-flex;box-shadow:.2rem .2rem .6rem #485b7c59}.profile-footer{justify-content:flex-end;margin-top:4rem;display:flex}.profile-delete-btn{color:#221f22;cursor:pointer;background:#bb02022e;border:1px solid #ffffffbf;border-radius:999px;min-width:9.375rem;height:1.313rem;font-family:Comfortaa;font-size:.75rem}.profile-delete-btn:disabled{opacity:.65;cursor:not-allowed}.profile-error{color:#d01919;margin:1.1rem 0 0;font-family:Comfortaa;font-size:1.1rem}.profile-modal-backdrop{border-radius:inherit;z-index:20;background:#1420321f;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.profile-modal{background:#d1c1c7;border-radius:1.6rem;width:31.875rem;padding:2.6rem 1.4rem 1.5rem;position:relative;box-shadow:0 .8rem 1.6rem #2c354a59}.profile-modal-close{position:absolute;top:.8rem;right:.8rem}.profile-modal-title{text-align:center;margin-top:33px;font-family:Comfortaa;font-size:1.125rem;font-weight:800;line-height:1.35}.profile-modal-subtitle{text-align:center;margin:.7rem 0 3.125rem;font-family:Comfortaa;font-size:1rem;line-height:1.35}.profile-modal-actions{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}@media (width<=768px){.profile-card{min-height:40rem;padding:1.7rem 1.1rem 1.2rem}.profile-title{font-size:1.25rem}.profile-row{grid-template-columns:6.3rem 1fr auto auto}.profile-row-label,.profile-row-value,.profile-row-input{font-size:1rem}.profile-pill-btn{min-width:12rem;font-size:.875rem}.profile-option{font-size:.875rem}.profile-modal-title{font-size:1.5rem}.profile-modal-subtitle{font-size:1.2rem}}.review-main{background:var(--color-background);justify-content:center;align-items:center;min-height:100vh;padding-top:4rem;display:flex}.review-container{justify-content:center;width:100%;padding:2rem;display:flex}.review-card{background:var(--color-background2);border-radius:24px;width:min(100%,65.6875rem);min-height:40rem}.review-header{justify-content:space-between;align-items:center;margin-bottom:1.4rem;display:flex}.review-title{color:#202633;font-family:Comfortaa;font-size:1.25rem}.review-actions{gap:.6rem;display:flex}.review-icon-btn{cursor:pointer;background:linear-gradient(145deg,#fff9,#fff3);border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:2.375rem;height:2.375rem;display:inline-flex;box-shadow:.25rem .25rem .7rem #4c5e7a59}.review-tabs{gap:.7rem;margin-bottom:1.2rem;display:flex}.review-tab{cursor:pointer;background:#ffffff8c;border:1px solid #fffc;border-radius:999px;padding:.4rem .9rem;font-family:Comfortaa;font-size:.875rem}.review-tab--active{background:#fffc}.review-body{background:#d9d9d9;border-radius:18px;justify-content:center;align-items:center;height:28rem;display:flex}.review-placeholder{color:#6b7280;font-family:Comfortaa;font-size:1rem}.site-footer{background:#ced8f0;border-top:1px solid #ffffff73;width:100%;margin-top:2.5rem}.site-footer-inner{flex-direction:column;justify-content:space-between;gap:2rem;max-width:90rem;margin:0 auto;padding:1.4rem 2rem 1.8rem;display:flex}.site-footer-block{justify-content:space-between;align-items:end;display:flex}.site-footer-left{gap:1.25rem;display:flex}.site-footer-brand{align-self:flex-start;align-items:center;display:flex}.site-footer-brand-text p{color:#1f2a3a;font-size:1rem;line-height:1.3}.site-footer-right{flex-direction:column;align-items:flex-end;gap:.85rem;display:flex}.site-footer-policies{border-top:2px solid #6797ff}.site-footer-policies,.site-footer-offer{flex-direction:column;gap:.35rem;margin:25px 0 0;padding:15px 0 0;display:flex}.site-footer-policies a,.site-footer-offer a{color:#1f2a3a;font-size:.875rem;text-decoration:none}.site-footer-mail{border-bottom:2px solid #6797ff;align-items:center;gap:.55rem;padding-bottom:.4rem;display:flex}.site-footer-mail a{color:#1f2a3a;font-size:1rem;text-decoration:none}.site-footer-social{gap:.6rem;display:flex}.site-footer-social-btn{cursor:pointer;background:linear-gradient(145deg,#fff9,#fff3);border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex;box-shadow:.25rem .25rem .7rem #4c5e7a59}@media (width<=768px){.site-footer-inner{flex-direction:column;padding:1.2rem 1rem 1.5rem}.site-footer-right{align-items:flex-start}.column{flex-direction:column;justify-content:start;align-items:start;gap:.35rem}.site-footer-offer{margin-top:0;padding-top:0}}.cookie-banner{z-index:1100;background:#ced8f0;border-radius:1rem;align-items:center;gap:.45rem;width:450px;min-height:3.25rem;padding:.5rem .6rem;display:flex;position:fixed;bottom:.75rem;left:.5rem;box-shadow:.25rem .25rem .7rem #4c5e7a59}.cookie-banner-text-wrap{flex:1;min-width:0}.cookie-banner-text{color:#1f2a3a;font-size:14px;line-height:1.2}.cookie-banner-link{color:#6f7692;margin-top:.1rem;font-size:.75rem;text-decoration:underline;display:inline-block}.cookie-banner-btn{color:#1f2a3a;cursor:pointer;background:#ffffff73;border:1px solid #fffc;border-radius:.9rem;min-width:4.625rem;height:2.25rem;font-family:Comfortaa,cursive;font-size:.875rem;box-shadow:.25rem .25rem .7rem #4c5e7a59}@media (width<=480px){.cookie-banner{width:auto;left:.35rem;right:.35rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#6797ff;--color-background:#ebf8ff;--color-background2:#d4e1fe;--color-text-dark:#1e293b;--color-text-light:#fff;--color-white:#fff;--color-glass-light:#ffffff26;--color-glass-dark:#00000014;--color-glass-border:#ffffff4d;--color-avatar-bg:#d4e1fe;--gradient-main:conic-gradient(from 190.73deg at 50% 50%, #2eebe59c -50.17deg, #ff00f7d4 32.9deg, #6f00ffa6 136.75deg, #b6fff599 242.33deg, #88ffdfa6 263.1deg, #2eebe59c 309.83deg, #ff00f7d4 392.9deg), linear-gradient(0deg, #5c79b8, #5c79b8), #eef4fffc;--gradient-test: linear-gradient(145.81deg, #5855da 14.43%, #6f69d2 38.75%, #668cd5 65.07%, #6ec6e7 100%);--gradient-header:linear-gradient(90deg, #5855da 14.43%, #6f69d2 44.89%, #668cd5 78.99%, #4d8ec3 99.2%);--shadow-soft:0px 4px 4px #00000040;--shadow-drop:4px 4px 4px #47556980}body{background-color:var(--color-background);flex-direction:column;min-height:100vh;font-family:Comfortaa,cursive;display:flex}.App,.page{flex-direction:column;min-height:100vh;display:flex}.main{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;padding-top:4rem;display:flex}.container{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.main-title{text-align:center;letter-spacing:.05rem;color:var(--color-text-dark);width:100%;max-width:35rem;margin-bottom:1rem;font-size:2rem;font-style:normal;font-weight:600;line-height:1.3}@media (width<=1024px){.main-title{width:90%;font-size:1.8rem}}@media (width<=768px){.main-title{width:95%;margin-bottom:.5rem;font-size:1.5rem}.container{gap:1.5rem;padding:1rem}}@media (width<=480px){.main{padding-top:3.5rem}.main-title{font-size:1.3rem;line-height:1.4}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Toastify__toast-container{max-width:min(30rem,92vw);width:fit-content!important;padding:.75rem .65rem!important}.Toastify__toast-container--top-center{top:4.75rem!important}.Toastify__toast.ghosty-toast{--toastify-toast-bd-radius:1.25rem;box-shadow:var(--shadow-soft), inset 0 0 0 1px #ffffff1f;-webkit-backdrop-filter:blur(18px);min-height:auto;color:var(--color-text-dark);border-radius:1.25rem;margin-bottom:.5rem;font-family:Comfortaa,system-ui,-apple-system,sans-serif;position:relative;overflow:hidden;padding:1rem 1rem 1rem 1.125rem!important}.Toastify__toast.ghosty-toast .Toastify__progress-bar--wrp{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.Toastify__toast.ghosty-toast .Toastify__toast-body{margin:0;padding:0;font-size:1.0625rem;font-weight:500;line-height:1.55}.Toastify__toast.ghosty-toast--error,.Toastify__toast.ghosty-toast--success,.Toastify__toast.ghosty-toast--info{border:none}.Toastify__toast.ghosty-toast--error{background:#f5f5f58c}.Toastify__toast.ghosty-toast--info{background:#eef4ffb8}.Toastify__toast.ghosty-toast--success{background:#52c66947}.Toastify__toast.ghosty-toast--success .Toastify__toast-body,.Toastify__toast.ghosty-toast--info .Toastify__toast-body,.Toastify__toast.ghosty-toast--error .Toastify__toast-body{color:var(--color-text-dark)}.Toastify__toast.ghosty-toast .Toastify__close-button{opacity:.9;box-shadow:none;outline:none;align-self:center}.Toastify__toast.ghosty-toast .Toastify__close-button:focus,.Toastify__toast.ghosty-toast .Toastify__close-button:focus-visible,.Toastify__toast.ghosty-toast .Toastify__close-button:active{box-shadow:none;outline:none}.Toastify__toast.ghosty-toast .Toastify__close-button svg{fill:#1e293bbf}.Toastify__progress-bar,.Toastify__progress-bar-theme--dark,.Toastify__progress-bar-theme--light,.Toastify__progress-bar-theme--colored{background:#6797ff8c}
