.landing-header--hidden{opacity:0;pointer-events:none;transform:translateY(-16px)}.landing-page{color:#fff;background:#232240;overflow-x:hidden}:root{--landing-content-width:1260px;--landing-slider-side-space:168px;--landing-cards-width:calc(var(--landing-content-width) - var(--landing-slider-side-space))}.landing-header{z-index:80;background:0 0;border-radius:27px;justify-content:space-between;align-items:center;padding:10px 16px;transition:opacity .25s,transform .25s,background .25s,box-shadow .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s;display:flex;position:fixed;top:24px;left:32px;right:32px}.landing-header--scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#525252b8;box-shadow:0 14px 40px #00000047}.landing-header__logo-link{align-items:center;text-decoration:none;display:inline-flex}.landing-header__logo{width:70px;height:auto;display:block}.landing-header__sign-in{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;background:#525252b8;border-radius:21px;justify-content:center;align-items:center;min-width:96px;height:44px;padding:0 22px;font-size:16px;font-weight:500;text-decoration:none;transition:background .3s,border-color .25s,box-shadow .25s;display:inline-flex}.landing-header--scrolled .landing-header__sign-in{-webkit-backdrop-filter:none;backdrop-filter:none;background:#1f1f1f;border-color:#0000}.landing-header__sign-in:hover{background:#ff3d0b;border-color:#0000}.landing-hero{background:#111;justify-content:center;align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.landing-hero__background{z-index:1;will-change:transform;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:3%}.landing-hero__overlay{z-index:2;background:#08080c2e;position:absolute;inset:0}.landing-hero__content{z-index:3;justify-content:center;align-items:center;width:min(100%,1440px);padding:150px 32px 140px;display:flex;position:relative}.landing-hero__logo{will-change:transform;pointer-events:none;width:min(82vw,1500px);height:auto;display:block}.landing-section{width:100%;position:relative}.landing-shell{will-change:transform;width:100%;transform-style:preserve-3d;overflow:hidden}.landing-section--white{z-index:12;background:0 0;margin-top:-96px;margin-bottom:-110px;position:relative}.landing-shell--white{color:#111;background:#fff;border-radius:42px;min-height:720px;padding:86px 72px 140px;box-shadow:0 -20px 90px #00000042}.landing-intro{text-align:center;max-width:1060px;margin:0 auto 60px}.landing-intro__text{color:#000;letter-spacing:-.045em;margin:0;font-size:40px;font-weight:600;line-height:1.16}.landing-intro__text2{color:#708d96;letter-spacing:-.02em;text-align:center;max-width:600px;margin:24px auto 0;font-size:18px;font-weight:400;line-height:1.55}.landing-slider{width:min(100%, var(--landing-content-width));grid-template-columns:64px minmax(0,1fr) 64px;align-items:center;gap:20px;margin:0 auto;display:grid;position:relative}.landing-slider__viewport{overflow:hidden}.landing-slider__track{transform:translateX(calc(var(--active-slide) * -1 * ( (100% - ((var(--visible-slides) - 1) * 18px)) / var(--visible-slides) + 18px )));will-change:transform;gap:18px;transition:transform 1.05s cubic-bezier(.22,1,.36,1);display:flex}.landing-slide{flex:0 0 calc((100% - ((var(--visible-slides) - 1) * 18px)) / var(--visible-slides));min-width:0}.landing-slide__image{object-fit:cover;background:#f4f4f4;width:100%;height:clamp(260px,25vw,461px);display:block}.landing-slider__button{background:#e8e8e8;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto;transition:background .3s,transform .25s;display:inline-flex}.landing-slider__button img{width:20px;height:20px;transition:filter .25s;display:block}.landing-slider__button--next img{transform:rotate(180deg)}.landing-slider__button:hover{background:#000}.landing-slider__button:hover img{filter:brightness(0)invert()}.landing-section--dark{z-index:9;background:0 0;margin-bottom:-230px;padding-bottom:0;position:relative}.landing-shell--dark{z-index:8;color:#fff;background:#050505;border-radius:42px;min-height:1120px;padding:170px 72px 0;position:relative;box-shadow:0 -24px 90px #0000005c}.landing-tools__intro{text-align:center;max-width:940px;margin:0 auto 62px}.landing-tools__eyebrow{color:#ffffff8c;letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:14px;font-weight:600}.landing-tools__intro h2{color:#fff;letter-spacing:-.06em;margin:0 0 18px;font-size:40px;font-weight:600;line-height:1}.landing-tools__description{color:#ffffffa8;letter-spacing:-.02em;text-align:center;max-width:600px;margin:24px auto 0;font-size:18px;font-weight:400;line-height:1.55}.landing-tools__grid{width:min(100%, var(--landing-cards-width));grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0 auto;display:grid}.landing-tool-card{isolation:isolate;cursor:pointer;background:#141414;border-radius:28px;align-items:flex-end;min-height:232px;padding:24px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.landing-tool-card:before{content:"";z-index:-2;background-image:var(--tool-hover-image);opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity .35s,transform .5s;position:absolute;inset:0;transform:scale(1.06)}.landing-tool-card:after{content:"";z-index:-1;opacity:0;background:linear-gradient(#0000 0% 38%,#00000059 58%,#000000b8 100%);transition:opacity .35s;position:absolute;inset:0}.landing-tool-card:hover{transform:translateY(-5px);box-shadow:0 20px 56px #00000052}.landing-tool-card:hover:before,.landing-tool-card:hover:after{opacity:1}.landing-tool-card:hover:before{transform:scale(1)}.landing-tool-card__content{z-index:1;position:relative}.landing-tool-card__content h3{color:#fff;letter-spacing:-.04em;margin:0 0 8px;font-size:20px;font-weight:600;line-height:1.05;transition:color .3s}.landing-tool-card__content p{color:#898989;margin:0;font-size:16px;line-height:1.35;transition:color .3s}.landing-tool-card:hover .landing-tool-card__content h3{color:#fff}.landing-tool-card:hover .landing-tool-card__content p{color:#ffffffd6}.landing-create{width:min(100%,1240px);margin:84px auto 0;display:block;position:relative}.landing-create__content{color:#fff;letter-spacing:-.06em;align-items:center;gap:22px;font-size:25px;font-weight:400;line-height:1;text-decoration:none;transition:transform .25s,color .25s;display:inline-flex;position:absolute;bottom:23px;right:256px}.landing-create__visual{will-change:transform}.landing-create__visual img{width:min(100%,800px);height:auto;display:block}.landing-create__content img{width:15px;height:15px;display:block}.landing-create__content:hover{color:#ff3d0b;transform:translate(6px)}.landing-footer{box-sizing:border-box;width:min(100%, var(--landing-cards-width));background:#000;border-radius:40px;margin:86px auto 0;padding:64px 56px 52px}.landing-footer__columns{grid-template-columns:repeat(5,minmax(0,1fr));column-gap:36px;width:100%;margin:0 auto 86px;display:grid}.landing-footer__column h3{color:#fff;letter-spacing:-.04em;margin:0 0 26px;font-size:18px;font-weight:600;line-height:1.1}.landing-footer__column ul{margin:0;padding:0;list-style:none}.landing-footer__column li{color:#999;letter-spacing:-.03em;margin:0 0 12px;font-size:18px;font-weight:400;line-height:1.14}.landing-footer__bottom{grid-template-columns:auto 1fr auto;align-items:center;gap:156px;width:100%;margin:0 auto;display:grid}.landing-footer__logo{width:70px;height:auto;display:block}.landing-footer__links{color:#8d8d8d;letter-spacing:-.03em;justify-content:space-between;align-items:center;gap:34px;font-size:18px;line-height:1.1;display:flex}.landing-footer__socials{justify-content:flex-end;align-items:center;gap:18px;display:flex}.landing-footer__social{justify-content:center;align-items:center;display:inline-flex}.landing-footer__social img{width:35px;height:35px;display:block}.landing-footer__copyright{color:#fff;text-align:center;margin:64px 0 0;font-size:16px;line-height:1.2}.landing-bottom-brand{z-index:4;min-height:calc(320px + (var(--bottom-reveal,0) * 44px));padding:calc(120px + (var(--bottom-reveal,0) * 14px)) 32px 0;background:#232240;justify-content:center;align-items:flex-end;margin-top:-120px;transition:min-height .42s cubic-bezier(.22,1,.36,1),padding .42s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.landing-bottom-brand__logo{will-change:transform;width:min(100%,1800px);height:auto;transition:transform .42s cubic-bezier(.22,1,.36,1);display:block}@media (width<=1200px){.landing-shell--white,.landing-shell--dark,.landing-footer{padding-left:40px;padding-right:40px}.landing-footer__bottom{gap:34px}.landing-footer__links{gap:32px;font-size:22px}.landing-footer__column li{font-size:22px}.landing-bottom-brand__logo{width:min(100%,1080px)}.landing-create__content{font-size:40px;top:0}}@media (width<=980px){.landing-tools__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-create{grid-template-columns:1fr}.landing-create__content{display:none!important}.landing-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-footer__bottom{grid-template-columns:1fr;justify-items:start}.landing-footer__links{flex-wrap:wrap;justify-content:flex-start}.landing-footer__socials{justify-content:flex-start}.landing-slider{grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:12px}.landing-slider__viewport{background:0 0;border-radius:0;order:0;min-width:0;overflow:visible}.landing-slider__button{width:40px;height:40px;margin:0}.landing-slider__button img{width:14px;height:14px}.landing-slider__button--prev,.landing-slider__button--next{order:0;justify-self:center;margin-top:0}.landing-slide__image{object-fit:contain;object-position:center;background:0 0;border-radius:28px;width:100%;height:auto;max-height:360px}}@media (width<=768px){.landing-header{padding:12px;top:14px;left:14px;right:14px}.landing-header__logo{width:78px}.landing-header__sign-in{min-width:82px;height:42px;font-size:16px}.landing-hero__content{padding:130px 20px 120px}.landing-hero__logo{width:min(88vw,620px)}.landing-section--white{margin-top:-72px;margin-bottom:-72px}.landing-shell--white{border-radius:28px 28px 0 0;min-height:auto;padding:48px 18px 110px}.landing-intro{margin-bottom:34px}.landing-intro__text{font-size:24px;line-height:1.25}.landing-slider{grid-template-columns:1fr;gap:14px}.landing-slider__viewport{order:1}.landing-slider__button{width:48px;height:48px}.landing-slider__button--prev{order:2;justify-self:start}.landing-slider__button--next{order:2;justify-self:end;margin-top:-62px}.landing-slide__image{border-radius:24px;height:260px}.landing-shell--dark{border-radius:28px;min-height:auto;padding:118px 18px 0}.landing-tools__intro{margin-bottom:38px}.landing-tools__description{font-size:15px}.landing-tools__grid{grid-template-columns:1fr;gap:14px}.landing-tool-card{border-radius:22px;min-height:148px;padding:20px}.landing-tool-card__content h3{font-size:23px}.landing-create{margin-top:48px}.landing-create__content{display:none!important}.landing-footer{border-radius:28px;margin-top:52px;padding:44px 22px 36px}.landing-footer__columns{gap:30px;margin-bottom:56px}.landing-footer__column h3{margin-bottom:18px;font-size:21px}.landing-footer__column li{font-size:18px}.landing-footer__links{gap:22px;font-size:18px}.landing-footer__social img{width:32px;height:32px}.landing-footer__copyright{margin-top:42px;font-size:17px}.landing-bottom-brand{min-height:240px;margin-top:-120px;padding:128px 18px 28px}.landing-bottom-brand__logo{width:min(100%,680px)}.landing-slider{grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:8px}.landing-slider__viewport{background:0 0;border-radius:0;order:0;min-width:0;overflow:visible}.landing-slider__button{width:34px;height:34px;margin:0}.landing-slider__button img{width:13px;height:13px}.landing-slider__button--prev,.landing-slider__button--next{order:0;justify-self:center;margin-top:0}.landing-slide__image{object-fit:contain;object-position:center;background:0 0;border-radius:24px;width:100%;height:auto;max-height:300px}}@media (width<=520px){.landing-footer__columns{grid-template-columns:1fr}.landing-footer__bottom{gap:26px}.landing-footer__links{flex-direction:column;align-items:flex-start;gap:14px}}@media (width<=480px){.landing-intro__text{font-size:20px}.landing-tools__intro h2{font-size:32px}.landing-create__content{font-size:40px;top:0;right:0}.landing-bottom-brand{min-height:210px;margin-top:-96px;padding-top:104px}.landing-bottom-brand__logo{width:min(100%,520px)}}.google-auth-button{width:238px;max-width:320px;height:48px;margin:0 auto;position:relative}.google-auth-button__visual{color:#070707;cursor:pointer;background:#fff;border:1px solid #f3f3f3;border-radius:999px;justify-content:center;align-items:center;gap:11px;width:100%;height:48px;font-size:15px;font-weight:500;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex}.google-auth-button__visual img{width:25px;height:25px}.google-auth-button__visual:hover{border-color:#ff3d00;transform:translateY(-1px);box-shadow:0 10px 24px #00000014}.google-auth-button__visual:disabled{cursor:not-allowed;opacity:.65;transform:none}.google-auth-button__sdk{opacity:.001;z-index:2;position:absolute;inset:0}.google-auth-button__sdk>div,.google-auth-button__sdk iframe{width:100%!important;height:48px!important}.auth-back-link{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff14;border-radius:999px;align-items:center;gap:10px;padding:10px 16px;font-size:15px;font-weight:500;line-height:1;text-decoration:none;transition:transform .18s,background-color .18s,box-shadow .18s;display:inline-flex;position:absolute;top:34px;left:42px}.auth-back-link:hover{background:#ffffff24;transform:translateY(-1px);box-shadow:0 10px 24px #0000002e}.auth-back-link__icon{object-fit:contain;flex:none;width:15px;height:15px;display:block}@media (width<=980px){.auth-back-link{justify-content:center;gap:0;width:46px;height:46px;padding:0;top:24px;left:24px}.auth-back-link span{display:none}.auth-back-link__icon{width:18px;height:18px}}@media (width<=768px){.auth-back-link{width:42px;height:42px;top:18px;left:18px}.auth-back-link__icon{width:17px;height:17px}}@media (width<=520px){.auth-back-link{width:38px;height:38px;top:14px;left:14px}.auth-back-link__icon{width:15px;height:15px}}@keyframes authPageReveal{0%{opacity:0;filter:blur(8px)}to{opacity:1;filter:blur()}}@keyframes authBrandReveal{0%{opacity:0;transform:translate(-42px)scale(.985)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes authCardReveal{0%{opacity:0;transform:translate(42px)translateY(10px)scale(.975)}to{opacity:1;transform:translate(0)translateY(0)scale(1)}}@keyframes authContentReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.auth-page--transition,.auth-page--transition .auth-page__brand,.auth-page--transition .auth-card,.auth-page--transition .auth-card h1,.auth-page--transition .auth-card__subtitle,.auth-page--transition .auth-form,.auth-page--transition .auth-divider,.auth-page--transition .google-button,.auth-page--transition .auth-message--info{animation:none}}@media (width<=1024px){.auth-page{grid-template-columns:1fr;align-content:center;gap:34px;min-height:100vh;padding:34px 24px}.auth-page__brand{text-align:center;align-items:center;padding-left:0}.auth-page__main-logo{width:360px;max-width:none;margin-bottom:6px}.auth-page__brand p{white-space:nowrap;padding-left:0;font-size:22px;line-height:1.2}.auth-card{width:100%;max-width:460px;min-height:auto;margin:0 auto;padding:42px 46px}.auth-card--register{min-height:auto;padding-top:42px}.auth-card h1{font-size:28px}.auth-card__subtitle{margin-bottom:36px;font-size:14px}.auth-field span{font-size:12px}.auth-field input{height:38px;font-size:13px}.auth-submit{height:38px;font-size:14px}.google-button{min-width:220px;height:42px;font-size:14px}.google-button img{width:23px;height:23px}}@media (width<=768px){.auth-page{gap:28px;padding:28px 18px}.auth-page__main-logo{width:320px}.auth-page__brand p{white-space:nowrap;font-size:20px}.auth-card{border-radius:12px;max-width:420px;padding:38px 36px 36px}.auth-card__corner-logo{width:44px;top:18px;right:16px}.auth-card h1{font-size:26px}.auth-card__subtitle{margin-bottom:32px;font-size:13px}.auth-field span{font-size:12px}.auth-field input{height:36px;font-size:13px}.auth-divider{margin:22px 2px}.google-button{min-width:210px;height:40px;font-size:13px}}@media (width<=480px){.auth-page{gap:22px;min-height:100vh;padding:22px 14px}.auth-page__main-logo{width:245px;max-width:100%}.auth-page__brand p{white-space:nowrap;font-size:16px;line-height:1.2}.auth-card{border-radius:12px;max-width:100%;padding:34px 22px 28px}.auth-card--register{padding-top:34px}.auth-card__corner-logo{width:40px;top:16px;right:14px}.auth-card h1{font-size:24px}.auth-card__subtitle{margin:4px 0 28px;font-size:13px}.auth-field{margin-bottom:10px}.auth-field span{font-size:11px}.auth-field input{height:35px;font-size:13px}.auth-submit{min-width:68px;height:36px;padding:0 18px;font-size:13px}.auth-divider{margin:20px 2px}.auth-divider p{font-size:13px}.google-button{min-width:205px;height:39px;font-size:13px}.google-button img{width:22px;height:22px}.auth-alert,.auth-message{font-size:11px}}@media (width<=360px){.auth-page__main-logo{width:215px}.auth-page__brand p{font-size:14px}.auth-card{padding:32px 18px 26px}.auth-card h1{font-size:22px}.google-button{min-width:190px;font-size:12px}}.auth-page{background-position:50%;background-repeat:no-repeat;background-size:cover;grid-template-columns:minmax(280px,1fr) 460px;align-items:center;gap:80px;min-height:100vh;padding:48px 8vw;display:grid;overflow:hidden}.auth-page__brand{flex-direction:column;justify-content:center;align-items:flex-start;padding-left:4vw;display:flex}.auth-page__main-logo{width:520px;max-width:100%;height:auto;margin-bottom:8px;display:block}.auth-page__brand p{color:#fff;margin:0;padding-left:28px;font-size:25px;font-weight:400}.auth-card{color:#070707;background:#fff;border-radius:12px;width:100%;min-height:500px;padding:50px 56px;position:relative;box-shadow:0 24px 70px #0000004d}.auth-card--register{min-height:522px;padding-top:38px}.auth-card__corner-logo{width:50px;height:auto;position:absolute;top:20px;right:16px}.auth-card h1{color:#050505;margin:0;font-size:30px;font-weight:600;line-height:1.1}.auth-card__subtitle{color:#181818;margin:3px 0 55px;font-size:15px;font-weight:400;line-height:1.4}.auth-card__subtitle a{color:#005ebd;text-decoration:underline}.auth-form{flex-direction:column;display:flex}.auth-field{flex-direction:column;gap:6px;margin-bottom:11px;display:flex}.auth-field span{color:#708d96;font-size:13px;font-weight:400}.auth-field input{color:#151515;background:#fff;border:1px solid #dde3e5;border-radius:7px;outline:none;width:100%;height:38px;padding:0 11px;font-size:13px;transition:border-color .3s,box-shadow .3s,background .3s}.auth-field input:focus{border-color:#ff3d0b;box-shadow:0 0 0 3px #ff3d0b1f}.auth-field input:disabled{color:#888;background:#f6f6f6}.auth-submit{color:#fff;background:#ff3d00;border:none;border-radius:16px;align-self:flex-end;min-width:60px;height:38px;margin-top:10px;padding:0 20px;font-size:15px;font-weight:500;transition:transform .3s,background .3s,opacity .3s}.auth-submit:hover:not(:disabled){background:#e8360a}.auth-submit:disabled{cursor:not-allowed;opacity:.7}.auth-divider{grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;margin:24px 2px;display:grid}.auth-divider span{background:#dde3e5;height:2px}.auth-divider p{color:#222;margin:0;font-size:14px}.auth-message{margin:4px 0 0;font-size:12px;line-height:1.35}.auth-message--error{color:#d12600}.auth-message--error:first-letter{text-transform:uppercase}.auth-message--info{text-align:center;color:#555;margin-top:12px}.auth-alert{border-radius:8px;margin:6px 0 4px;padding:10px 12px;font-size:12px;line-height:1.35}.auth-alert p{margin:0}.auth-alert--success{color:#137044;background:#1296561a}.auth-alert__small{color:#335d4a;margin-top:5px!important}.auth-alert__link{color:#005ebd;margin-top:8px;font-weight:700;text-decoration:underline;display:inline-flex}.auth-page--transition{animation:.55s cubic-bezier(.22,1,.36,1) both authPageReveal;overflow:hidden}.auth-page--transition .auth-page__brand{animation:.7s cubic-bezier(.22,1,.36,1) both authBrandReveal}.auth-page--transition .auth-card{animation:.72s cubic-bezier(.22,1,.36,1) both authCardReveal}.auth-page--transition .auth-card h1,.auth-page--transition .auth-card__subtitle,.auth-page--transition .auth-form,.auth-page--transition .auth-divider,.auth-page--transition .google-button,.auth-page--transition .auth-message--info{animation:.55s both authContentReveal}.auth-page--transition .auth-card h1{animation-delay:80ms}.auth-page--transition .auth-card__subtitle{animation-delay:.12s}.auth-page--transition .auth-form{animation-delay:.16s}.auth-page--transition .auth-divider{animation-delay:.22s}.auth-page--transition .google-button{animation-delay:.26s}.auth-page--transition .auth-message--info{animation-delay:.3s}@media (prefers-reduced-motion:reduce){.auth-page--transition,.auth-page--transition .auth-page__brand,.auth-page--transition .auth-card,.auth-page--transition .auth-card h1,.auth-page--transition .auth-card__subtitle,.auth-page--transition .auth-form,.auth-page--transition .auth-divider,.auth-page--transition .google-button,.auth-page--transition .auth-message--info{animation:none}}@media (width<=1024px){.auth-page{grid-template-columns:1fr;align-content:center;gap:34px;min-height:100vh;padding:34px 24px}.auth-page__brand{text-align:center;align-items:center;padding-left:0}.auth-page__main-logo{width:360px;max-width:none;margin-bottom:6px}.auth-page__brand p{white-space:nowrap;padding-left:0;font-size:22px;line-height:1.2}.auth-card{width:100%;max-width:460px;min-height:auto;margin:0 auto;padding:42px 46px}.auth-card--register{min-height:auto;padding-top:42px}.auth-card h1{font-size:28px}.auth-card__subtitle{margin-bottom:36px;font-size:14px}.auth-field span{font-size:12px}.auth-field input{height:38px;font-size:13px}.auth-submit{height:38px;font-size:14px}.google-button{min-width:220px;height:42px;font-size:14px}.google-button img{width:23px;height:23px}}@media (width<=768px){.auth-page{gap:28px;padding:28px 18px}.auth-page__main-logo{width:320px}.auth-page__brand p{white-space:nowrap;font-size:20px}.auth-card{border-radius:12px;max-width:420px;padding:38px 36px 36px}.auth-card__corner-logo{width:44px;top:18px;right:16px}.auth-card h1{font-size:26px}.auth-card__subtitle{margin-bottom:32px;font-size:13px}.auth-field span{font-size:12px}.auth-field input{height:36px;font-size:13px}.auth-divider{margin:22px 2px}.google-button{min-width:210px;height:40px;font-size:13px}}@media (width<=480px){.auth-page{gap:22px;min-height:100vh;padding:22px 14px}.auth-page__main-logo{width:245px;max-width:100%}.auth-page__brand p{white-space:nowrap;font-size:16px;line-height:1.2}.auth-card{border-radius:12px;max-width:100%;padding:34px 22px 28px}.auth-card--register{padding-top:34px}.auth-card__corner-logo{width:40px;top:16px;right:14px}.auth-card h1{font-size:24px}.auth-card__subtitle{margin:4px 0 28px;font-size:13px}.auth-field{margin-bottom:10px}.auth-field span{font-size:11px}.auth-field input{height:35px;font-size:13px}.auth-submit{min-width:68px;height:36px;padding:0 18px;font-size:13px}.auth-divider{margin:20px 2px}.auth-divider p{font-size:13px}.google-button{min-width:205px;height:39px;font-size:13px}.google-button img{width:22px;height:22px}.auth-alert,.auth-message{font-size:11px}}@media (width<=360px){.auth-page__main-logo{width:215px}.auth-page__brand p{font-size:14px}.auth-card{padding:32px 18px 26px}.auth-card h1{font-size:22px}.google-button{min-width:190px;font-size:12px}}.google-login-wrapper{justify-content:center;display:flex}.verify-page{background:#232240;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.verify-card{background:#fff;border-radius:32px;flex-direction:column;width:min(100%,680px);min-height:360px;animation:.65s cubic-bezier(.22,1,.36,1) both verifyCardIn;display:flex;overflow:hidden;box-shadow:0 28px 90px #00000059}.verify-card__top{background:#fff;justify-content:flex-end;align-items:flex-start;min-height:170px;padding:30px 40px 46px;display:flex;position:relative}.verify-card__logo{width:70px;height:auto;display:block}.verify-card__status{z-index:3;position:absolute;bottom:13px;left:50%;transform:translate(-50%,50%)}.verify-card__status-image{object-fit:contain;filter:drop-shadow(0 16px 32px #00000038);width:95px;height:95px;display:block}.verify-card__loader,.verify-card__icon{width:88px;height:88px}.verify-card__loader{border:7px solid #f1f1f1;border-top-color:#ff3d0b;border-radius:50%;animation:.8s linear infinite verifySpin}.verify-card__icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:50px;font-weight:700;display:flex;box-shadow:0 18px 45px #00000040}.verify-card__icon--error{background:#d12600}.verify-card__body{color:#fff;z-index:1;background:#111;border-radius:32px;grid-template-columns:1fr auto;align-items:end;gap:28px;min-height:190px;margin:0;padding:64px 42px 34px;display:grid;position:relative}.verify-card__text{max-width:520px}.verify-card__body h1{color:#fff;letter-spacing:-.04em;margin:0 0 10px;font-size:36px;font-weight:500;line-height:1.05}.verify-card__body p{color:#ffffffdb;margin:0;font-size:16px;font-weight:400;line-height:1.45}.verify-card__hint{max-width:520px;color:#ffffff9e!important;margin-top:12px!important;font-size:14px!important;line-height:1.45!important}.verify-card__button{color:#fff;white-space:nowrap;background:#ff3d0b;border-radius:24px;justify-content:center;align-items:center;min-width:150px;height:44px;padding:0 24px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .25s,background .25s;display:inline-flex}.verify-card__button:hover{background:#e93609;transform:translateY(-2px)}@keyframes verifySpin{to{transform:rotate(360deg)}}@keyframes verifyCardIn{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.verify-card{border-radius:26px;width:min(100%,540px);min-height:330px}.verify-card__top{min-height:145px;padding:26px 30px 42px}.verify-card__logo{width:70px}.verify-card__status-image,.verify-card__icon,.verify-card__loader{width:76px;height:76px}.verify-card__loader{border-width:6px}.verify-card__icon{font-size:42px}.verify-card__body{border-radius:26px;grid-template-columns:1fr;align-items:start;gap:22px;min-height:185px;margin:0;padding:58px 30px 30px}.verify-card__body h1{font-size:31px}.verify-card__body p{font-size:15px}.verify-card__hint{font-size:13px!important}.verify-card__button{justify-self:end}}@media (width<=480px){.verify-page{padding:16px}.verify-card{border-radius:22px;min-height:315px}.verify-card__top{min-height:130px;padding:22px 22px 38px}.verify-card__logo{width:66px}.verify-card__status-image,.verify-card__icon,.verify-card__loader{width:68px;height:68px}.verify-card__loader{border-width:5px}.verify-card__icon{font-size:38px}.verify-card__body{border-radius:22px;gap:20px;min-height:185px;margin:0;padding:52px 22px 24px}.verify-card__body h1{font-size:27px}.verify-card__body p{font-size:14px}.verify-card__hint{font-size:12px!important;line-height:1.45!important}.verify-card__button{justify-self:stretch;width:100%}}:root{--workspace-sidebar-width:90px;--workspace-page-max-width:1200px}.home-page{padding-bottom:80px}.workspace-hero{padding:70px 0;padding-left:calc(130px + var(--workspace-sidebar-width));color:#fff;background-image:url(/assets/home-hero-bg-BIqZqKj0.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:flex-start;display:flex;position:relative;overflow:hidden}.workspace-hero:before,.workspace-hero:after{display:none}.workspace-hero>div{z-index:1;width:min(100%,1000px);position:relative}.workspace-hero h1{margin:0 0 8px;font-size:clamp(32px,4vw,44px)}.workspace-hero p{color:#fff;margin:0 125px;font-size:18px}.template-strip{z-index:5;width:min(calc(100% - var(--workspace-sidebar-width) - 96px), var(--workspace-page-max-width));margin:-30px auto 0;margin-left:max(calc(var(--workspace-sidebar-width) + 48px), calc(var(--workspace-sidebar-width) + ( ( 100vw - var(--workspace-sidebar-width) - var(--workspace-page-max-width) ) / 2 )));background:#fff;border-radius:25px;justify-content:center;align-items:center;gap:38px;padding:18px 34px 17px;display:flex;position:relative;box-shadow:3px 13px 26px #00000040}.template-strip__item{color:#000;cursor:pointer;white-space:nowrap;background:0 0;border:0;flex-direction:column;align-items:center;gap:8px;min-width:0;padding:0;font-size:11px;font-weight:600;transition:transform .2s;display:flex}.template-strip__item:hover,.template-strip__item--active{transform:translateY(-2px)}.template-strip__icon{background:var(--template-icon-bg,#f494c2);border-radius:999px;place-items:center;width:48px;height:48px;display:grid}.template-strip__icon-img{object-fit:contain;width:24px;height:24px;display:block}.workspace-content{width:min(calc(100% - var(--workspace-sidebar-width) - 96px), 1175px);margin:35px auto 0;margin-left:max(calc(var(--workspace-sidebar-width) + 48px), calc(var(--workspace-sidebar-width) + ((100vw - var(--workspace-sidebar-width) - 1170px) / 2)))}.workspace-heading-row{justify-content:space-between;align-items:end;gap:24px;margin-bottom:38px;display:flex}.workspace-heading-row h2{margin:0 0 10px;font-size:clamp(25px,3vw,35px);font-weight:500}.workspace-heading-row p{color:#708d96;margin:0;font-size:17px}.workspace-toolbar{flex:none;align-items:center;gap:12px;display:flex}.workspace-search{background:#fff;border-radius:999px;align-items:center;gap:10px;width:300px;height:40px;padding:0 15px;display:flex;box-shadow:3px 12px 26px #00000040}.workspace-search__icon{object-fit:contain;flex:none;width:16px;height:16px;display:block}.workspace-search input{color:#243244;background:0 0;border:0;outline:0;width:100%;font-family:Graphik;font-size:12px;font-weight:500}.workspace-search input::placeholder{color:#6e8791}.workspace-sort:after{display:none}.workspace-grid{grid-template-columns:repeat(3,300px);justify-content:space-between;align-items:start;gap:63px 64px;padding:0 10px;display:grid}.workspace-project-skeleton{background:linear-gradient(110deg,#f7f7f7 8%,#f0f0f0 18%,#e1e1e1 33%) 0 0/200% 100%;border-radius:22px;width:300px;height:300px;animation:1.1s linear infinite workspace-loading;overflow:hidden;box-shadow:3px 12px 26px #00000040}@keyframes workspace-loading{to{background-position-x:-200%}}@media (width<=1100px){.template-strip,.workspace-content{width:calc(100% - var(--workspace-sidebar-width) - 56px);margin-left:calc(var(--workspace-sidebar-width) + 28px);margin-right:28px}.template-strip{flex-wrap:wrap;gap:22px 32px}.workspace-heading-row{flex-direction:column}.workspace-toolbar{justify-content:flex-start}}@media (width<=760px){:root{--workspace-sidebar-width:72px}.workspace-hero{padding:34px 22px 62px;padding-left:calc(var(--workspace-sidebar-width) + 22px)}.template-strip,.workspace-content{width:calc(100% - var(--workspace-sidebar-width) - 28px);margin-left:calc(var(--workspace-sidebar-width) + 14px);margin-right:14px}.template-strip{flex-wrap:wrap;justify-content:center;gap:18px 24px;padding:16px}.workspace-toolbar{flex-direction:column;align-items:stretch;width:100%}.workspace-search,.workspace-sort{width:100%}.workspace-grid{grid-template-columns:1fr;gap:24px;padding:0}}.workspace-sort{z-index:20;width:155px;height:40px;box-shadow:none;background:0 0;border-radius:0;flex:0 0 155px;padding:0;position:relative}.workspace-sort__button{box-sizing:border-box;color:#243244;cursor:pointer;background:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;height:40px;padding:0 15px;font-family:Graphik;font-size:12px;font-weight:500;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:3px 12px 26px #00000040}.workspace-sort__button:hover{transform:translateY(-1px);box-shadow:3px 14px 28px #00000038}.workspace-sort__label{white-space:nowrap;text-overflow:ellipsis;min-width:0;padding:0 4px 0 0;overflow:hidden}.workspace-sort__icon{object-fit:contain;flex:none;width:10px;height:10px;transition:transform .18s;display:block}.workspace-sort--open .workspace-sort__icon{transform:rotate(180deg)}.workspace-sort__menu{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform-origin:100% 0;background:#fff;border-radius:18px;flex-direction:column;gap:6px;width:155px;padding:6px;animation:.18s forwards workspace-sort-menu-show;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 42px #00000047}.workspace-sort__option{color:#000000d1;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;justify-content:space-between;align-items:center;gap:8px;width:100%;height:34px;padding:0 10px;font-family:Graphik;font-size:12px;font-weight:500;transition:background-color .16s,color .16s,transform .16s;display:flex}.workspace-sort__option:hover{color:#000;background:#f1f4f5;transform:translate(2px)}.workspace-sort__option--active{color:#000;background:#eef3f4}.workspace-sort__check{color:#ff4b1f;font-size:14px;line-height:1}@keyframes workspace-sort-menu-show{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.workspace-search input::-webkit-search-cancel-button{cursor:pointer;filter:brightness(0)saturate()invert(35%)sepia(94%)saturate(2622%)hue-rotate(353deg)brightness(101%)contrast(101%);opacity:1}@media (width<=1180px){.workspace-grid{grid-template-columns:repeat(2,300px);justify-content:center;gap:42px}.workspace-heading-row{align-items:flex-start}}@media (width<=900px){.workspace-heading-row{flex-direction:column;align-items:stretch;gap:20px}.workspace-toolbar{justify-content:flex-start;width:100%}.workspace-search{width:min(100%,360px)}}@media (width<=760px){:root{--workspace-sidebar-width:0px}.home-page{padding-bottom:112px}.workspace-hero{text-align:left;align-items:center;min-height:220px;padding:38px 20px 70px}.workspace-hero>div{width:100%}.workspace-hero h1{max-width:360px;font-size:32px;line-height:1.05}.workspace-hero p{max-width:300px;margin:8px 0 0;font-size:15px;line-height:1.35}.template-strip{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:18px;width:calc(100% - 32px);margin:-34px 16px 0;padding:14px 14px 13px;overflow:auto hidden}.template-strip::-webkit-scrollbar{display:none}.template-strip__item{flex:none;min-width:58px;font-size:10px}.template-strip__icon{width:44px;height:44px}.template-strip__icon-img{width:22px;height:22px}.workspace-content{width:calc(100% - 32px);margin:32px 16px 0}.workspace-heading-row{margin-bottom:26px}.workspace-heading-row h2{font-size:26px;line-height:1.1}.workspace-heading-row p{font-size:14px;line-height:1.35}.workspace-toolbar{flex-direction:column;align-items:stretch;gap:12px}.workspace-search,.workspace-sort{flex:none;width:100%}.workspace-sort__menu{width:100%;left:0;right:0}.workspace-grid{grid-template-columns:1fr;justify-items:center;gap:24px;padding:0}.workspace-project-skeleton{width:100%;max-width:300px}}@media (width<=900px){.workspace-heading-row{gap:18px}.workspace-toolbar{grid-template-columns:minmax(0,1fr) 155px;align-items:center;gap:12px;width:100%;display:grid}.workspace-search{box-sizing:border-box;width:100%;height:42px}.workspace-sort{flex:none;width:155px;min-width:155px}.workspace-sort__button{width:100%;height:42px}}@media (width<=760px){.workspace-heading-row{margin-bottom:26px}.workspace-toolbar{grid-template-columns:minmax(0,1fr) 118px;gap:8px}.workspace-search{border-radius:999px;gap:8px;height:38px;padding:0 12px;box-shadow:0 10px 22px #0000002e}.workspace-search__icon{width:14px;height:14px}.workspace-search input{font-size:11px}.workspace-sort{width:118px;min-width:118px;height:38px}.workspace-sort__button{gap:6px;height:38px;padding:0 10px;font-size:11px;box-shadow:0 10px 22px #0000002e}.workspace-sort__label{text-overflow:ellipsis;white-space:nowrap;max-width:78px;overflow:hidden}.workspace-sort__menu{width:170px;right:0}}@media (width<=420px){.workspace-toolbar{grid-template-columns:minmax(0,1fr) 106px;gap:7px}.workspace-sort{width:106px;min-width:106px}.workspace-sort__button{padding:0 8px;font-size:10.5px}.workspace-sort__label{max-width:66px}}@media (width<=760px){.workspace-sort{position:relative}.workspace-sort__menu{box-sizing:border-box;z-index:30;width:min(210px,100vw - 28px);max-width:calc(100vw - 28px);left:auto!important;right:0!important;transform:none!important}}@media (width<=420px){.workspace-sort__menu{width:min(190px,100vw - 20px);max-width:calc(100vw - 20px)}}.project-card{background:#fff;border-radius:22px;width:300px;height:300px;transition:transform .2s,background .2s;position:relative;overflow:visible;box-shadow:3px 12px 26px #00000040}.project-card__preview{box-sizing:border-box;background:#f4f5f6;border-radius:22px 22px 0 0;justify-content:center;align-items:center;height:230px;padding:22px 22px 18px;transition:transform .2s,background .2s;display:flex;overflow:hidden}.project-card__preview:hover{background:#e1e2e4}.project-card__image{object-fit:contain;background:0 0;border-radius:3px;width:auto;max-width:100%;height:auto;max-height:100%;display:block;box-shadow:0 8px 18px #0000001f}.project-card__body{box-sizing:border-box;background:#fff;border-radius:0 0 22px 22px;justify-content:space-between;align-items:flex-start;gap:12px;height:70px;padding:10px 18px 12px;display:flex}.project-card__info{min-width:0}.project-card h3{color:#000;text-overflow:ellipsis;white-space:nowrap;max-width:210px;margin:0 0 5px;font-size:19px;font-weight:700;line-height:1.1;overflow:hidden}.project-card p{color:#708d96;margin:0;font-size:12px}.project-card__actions{flex:none;position:relative}.project-card__menu{color:#1f2840;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.project-card__menu:hover{background:#f1f2f4}.project-card__menu-icon{object-fit:contain;pointer-events:none;width:22px;height:22px;display:block}.project-card-popover{z-index:20;background:#fff;border-radius:16px;flex-direction:column;gap:14px;width:122px;padding:16px 14px;display:flex;position:absolute;top:42px;right:-72px;box-shadow:3px 12px 26px #00000040}.project-card-popover__arrow{background:#fff;border-radius:3px;width:18px;height:18px;position:absolute;top:-8px;left:32px;transform:rotate(45deg)}.project-card-popover button{z-index:1;color:#708d96;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:0;font-size:14px;display:flex;position:relative}.project-card-popover__icon{object-fit:contain;flex:none;width:16px;height:16px;display:block}.project-card-popover__edit:hover span{color:#272d43}.project-card-popover__delete:hover span{color:#ff3d00}.project-card-preview{color:#fff;box-sizing:border-box;background:radial-gradient(circle at 21% 25%,#ffffff3d 0 0,#0000 37%),linear-gradient(135deg,#ff3868,#ffb4d1);flex-direction:column;justify-content:space-between;height:100%;padding:26px 22px;display:flex;position:relative}.project-card-preview:before{content:"";background:#ffffffb3;border-radius:28px;width:124px;height:124px;position:absolute;bottom:-42px;right:28px;transform:rotate(12deg)}.project-card-preview--banners,.project-card-preview--wallpapers{background:linear-gradient(135deg,#5867e8,#b9d9ff)}.project-card-preview--logos{background:linear-gradient(135deg,#7e53df,#e8cbff)}.project-card-preview--menus,.project-card-preview--book_covers{background:linear-gradient(135deg,#bd8c4a,#f8d99a)}.project-card-preview--infographics,.project-card-preview--social_media{background:linear-gradient(135deg,#e74e86,#ffd7e6)}.project-card-preview__category,.project-card-preview__size{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:999px;width:fit-content;padding:6px 9px;font-size:11px;font-weight:700;position:relative}.project-card-preview__title{z-index:1;letter-spacing:-.05em;text-transform:uppercase;max-width:180px;font-size:34px;font-weight:700;line-height:.95;position:relative}.project-card{cursor:pointer}.project-card:hover{z-index:19;transform:translateY(-3px)}@media (width<=760px){.project-card{width:100%;max-width:300px;height:300px}.project-card-popover{right:0}}.custom-template-card{color:#0d0d0d;text-align:center;cursor:pointer;background:0 0;border:0;border-radius:22px;width:300px;height:300px;padding:0}.custom-template-card:disabled{cursor:wait;opacity:.75}.custom-template-card__frame{color:#6f8a93;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:44px 20px;transition:transform .2s,background .2s;display:flex;position:relative}.custom-template-card__border{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.custom-template-card__border rect{fill:none;stroke:#7896a0;stroke-width:3px;stroke-linecap:round;stroke-dasharray:20 18}.custom-template-card:hover .custom-template-card__frame{background:#ffffff85;transform:translateY(-3px)}.custom-template-card__icon{object-fit:contain;flex:none;width:62px;height:62px;display:block}.custom-template-card strong{color:#000;margin-top:22px;font-size:18px;font-weight:500;line-height:1.2}.custom-template-card small{color:#708d96;margin-top:6px;font-size:12px;line-height:1.2}@media (width<=760px){.custom-template-card{width:100%;max-width:300px;height:300px}}.create-project-modal{z-index:100;place-items:center;display:grid;position:fixed;inset:0}.create-project-modal__backdrop{cursor:pointer;background:#100e2275;border:0;position:absolute;inset:0}.create-project-modal__card{z-index:1;box-sizing:border-box;background:#fff;border-radius:28px;width:min(520px,100vw - 32px);padding:30px;position:relative;box-shadow:0 28px 70px #12102347}.create-project-modal__head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.create-project-modal__head h3{color:#272d43;margin:0 0 6px;font-size:24px;font-weight:600;line-height:1.1}.create-project-modal__head p{color:#708d96;margin:0 0 0 5px;font-size:14px}.create-project-modal__close{color:#262444;cursor:pointer;background:#f2f2f2;border:0;border-radius:999px;flex:none;width:34px;height:34px;font-size:24px;line-height:1}.create-project-modal__field{flex-direction:column;gap:8px;min-width:0;display:flex}.create-project-modal__field span{color:#272d43;font-size:13px;font-weight:500}.create-project-modal__field input{color:#111;width:100%;height:44px;font:inherit;box-sizing:border-box;border:1px solid #dde7ea;border-radius:16px;outline:0;padding:0 18px}.create-project-modal__field input:focus{border-color:#7896a0}.create-project-modal__row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;margin-top:16px;display:grid}.create-project-modal__error{color:#c23c3c;margin:14px 0 0;font-size:13px;font-weight:600}.create-project-modal__actions{justify-content:flex-end;gap:12px;margin-top:30px;display:flex}.create-project-modal__secondary,.create-project-modal__primary{cursor:pointer;border:0;border-radius:999px;height:42px;padding:0 22px;font-weight:600}.create-project-modal__secondary{color:#262444;background:#f2f2f2}.create-project-modal__primary{color:#fff;background:#272d43}.create-project-modal__primary:disabled{cursor:wait;opacity:.7}@media (width<=560px){.create-project-modal__card{width:calc(100vw - 24px);padding:24px}.create-project-modal__row{grid-template-columns:1fr}.create-project-modal__actions{flex-direction:column-reverse}.create-project-modal__secondary,.create-project-modal__primary{width:100%}}.template-card{background:#fff;border-radius:22px;width:300px;height:300px;transition:transform .2s,background .2s;position:relative;overflow:visible;box-shadow:3px 12px 26px #00000040}.template-card:hover{z-index:19;transform:translateY(-3px)}.template-card__content{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:22px;width:100%;height:100%;padding:0;display:block;overflow:hidden}.template-card__preview{box-sizing:border-box;background:#f4f5f6;border-radius:22px 22px 0 0;justify-content:center;align-items:center;height:230px;padding:22px 22px 18px;transition:transform .2s,background .2s;display:flex;overflow:hidden}.template-card__preview:hover{background:#e1e2e4}.template-card__preview--empty{background:0 0;padding:0}.template-card__preview--empty:hover{background:0 0}.template-card__image{object-fit:contain;background:0 0;border-radius:3px;width:auto;max-width:100%;height:auto;max-height:100%;display:block;box-shadow:0 8px 18px #0000001f}.template-card__body{box-sizing:border-box;background:#fff;border-radius:0 0 22px 22px;justify-content:space-between;align-items:flex-start;gap:12px;height:70px;padding:10px 18px 12px;display:flex}.template-card__info{min-width:0}.template-card h3{color:#000;text-overflow:ellipsis;white-space:nowrap;max-width:210px;margin:0 0 5px;font-size:19px;font-weight:700;line-height:1.1;overflow:hidden}.template-card p{color:#708d96;margin:0;font-size:12px}.template-card__actions{z-index:10;position:absolute;bottom:28px;right:18px}.template-card__menu{color:#1f2840;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.template-card__menu-icon{object-fit:contain;pointer-events:none;width:22px;height:22px;display:block}.template-card__menu:hover{background:#f1f2f4}.template-card-popover{z-index:20;background:#fff;border-radius:16px;flex-direction:column;gap:14px;width:122px;padding:16px 14px;display:flex;position:absolute;top:42px;right:-72px;box-shadow:3px 12px 26px #00000040}.template-card-popover__arrow{background:#fff;border-radius:3px;width:18px;height:18px;position:absolute;top:-8px;left:32px;transform:rotate(45deg)}.template-card-popover button{z-index:1;color:#708d96;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:0;font-size:14px;display:flex;position:relative}.template-card-popover__icon{object-fit:contain;flex:none;width:16px;height:16px;display:block}.template-card-popover__edit:hover span{color:#272d43}.template-card-popover__delete:hover span{color:#ff3d00}.template-card-preview{color:#fff;box-sizing:border-box;background:radial-gradient(circle at 21% 25%,#ffffff3d 0 0,#0000 37%),linear-gradient(135deg,#ff3868,#ffb4d1);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:26px 22px;display:flex;position:relative}.template-card-preview:before{content:"";background:#ffffffb3;border-radius:28px;width:124px;height:124px;position:absolute;bottom:-42px;right:28px;transform:rotate(12deg)}.template-card-preview--banners,.template-card-preview--wallpapers{background:linear-gradient(135deg,#5867e8,#b9d9ff)}.template-card-preview--logos{background:linear-gradient(135deg,#7e53df,#e8cbff)}.template-card-preview--menus,.template-card-preview--book_covers{background:linear-gradient(135deg,#bd8c4a,#f8d99a)}.template-card-preview--infographics,.template-card-preview--social_media{background:linear-gradient(135deg,#e74e86,#ffd7e6)}.template-card-preview__category,.template-card-preview__size{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:999px;width:fit-content;padding:6px 9px;font-size:11px;font-weight:700;position:relative}.template-card-preview__title{z-index:1;letter-spacing:-.05em;text-transform:uppercase;max-width:180px;font-size:34px;font-weight:700;line-height:.95;position:relative}@media (width<=760px){.template-card{width:100%;max-width:300px;height:300px}.template-card-popover{right:0}}.templates-page{min-height:100vh;padding:42px 76px 70px;padding-left:calc(76px + var(--workspace-sidebar-width));color:#fff;background:#232240}.templates-page__header{justify-content:space-between;align-items:end;gap:32px;width:min(100%,1175px);margin:30px auto 42px;display:flex}.templates-page__header h1{margin:0 0 8px;font-size:38px;font-weight:600}.templates-page__header p{color:#ffffffd1;margin:0 0 0 30px;font-size:16px}.templates-page__toolbar{flex:none;align-items:center;gap:12px;display:flex}.templates-page__search{box-sizing:border-box;background:#fff;border-radius:999px;align-items:center;gap:10px;width:300px;height:40px;padding:0 15px;display:flex;box-shadow:3px 12px 26px #00000040}.templates-page__search-icon{object-fit:contain;flex:none;width:16px;height:16px;display:block}.templates-page__search input{color:#243244;width:100%;font:inherit;background:0 0;border:0;outline:0;font-size:12px;font-weight:500}.templates-page__search input::placeholder{color:#6e8791}.templates-page__filter span{white-space:nowrap}.templates-page__filter select{opacity:0;cursor:pointer;width:100%;position:absolute;inset:0}.templates-page__grid{grid-template-columns:repeat(3,300px);justify-content:space-between;align-items:start;gap:34px 64px;width:min(100%,1175px);margin:0 auto;display:grid}.templates-page__skeleton{background:linear-gradient(110deg,#fff3 8%,#ffffff52 18%,#fff3 33%) 0 0/200% 100%;border-radius:22px;width:300px;height:300px;animation:1.1s linear infinite templates-loading}@keyframes templates-loading{to{background-position-x:-200%}}@media (width<=1300px){.templates-page__grid{grid-template-columns:repeat(2,300px);justify-content:start;gap:40px}}@media (width<=1100px){.templates-page{padding:34px 28px 56px;padding-left:calc(var(--workspace-sidebar-width) + 28px)}.templates-page__header{flex-direction:column}.templates-page__toolbar{justify-content:flex-start;width:100%}}@media (width<=760px){.templates-page{padding:28px 14px 46px;padding-left:calc(var(--workspace-sidebar-width) + 14px)}.templates-page__toolbar{flex-direction:column;align-items:stretch}.templates-page__search,.templates-page__filter{width:100%}.templates-page__grid{grid-template-columns:1fr;gap:24px}.templates-page__skeleton{width:100%;max-width:300px;height:300px}}.templates-page__filter{z-index:20;min-width:132px;height:40px;box-shadow:none;background:0 0;border-radius:0;padding:0;position:relative}.templates-page__filter-button{color:#243244;cursor:pointer;background:#fff;border:0;border-radius:999px;outline:none;justify-content:center;align-items:center;gap:10px;width:155px;height:40px;padding:0 15px;font-family:Graphik;font-size:12px;font-weight:500;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:3px 12px 26px #00000040}.templates-page__filter-button:hover{transform:translateY(-1px);box-shadow:3px 14px 28px #00000038}.templates-page__filter-label{white-space:nowrap;padding:0 4px 0 0}.templates-page__filter-icon{object-fit:contain;flex:none;width:10px;height:10px;transition:transform .18s;display:block}.templates-page__filter--open .templates-page__filter-icon{transform:rotate(180deg)}.templates-page__filter-menu{z-index:50;transform-origin:100% 0;scrollbar-width:thin;scrollbar-color:#708d9673 transparent;clip-path:inset(0 round 18px);background:#fff;border-radius:18px;flex-direction:column;gap:6px;width:185px;max-height:230px;padding:6px 12px 6px 6px;animation:.18s forwards templates-filter-menu-show;display:flex;position:absolute;top:calc(100% + 10px);right:-8px;overflow:hidden auto;box-shadow:0 18px 42px #00000047}.templates-page__filter-menu::-webkit-scrollbar{width:4px}.templates-page__filter-menu::-webkit-scrollbar-track{background:0 0;margin:30px 0}.templates-page__filter-menu::-webkit-scrollbar-thumb{background:#708d9673;border-radius:999px;min-height:10px}.templates-page__filter-menu::-webkit-scrollbar-thumb:hover{background:#708d9699}.templates-page__filter-option{color:#000000d1;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:34px;padding:0 10px;font-family:Graphik;font-size:12px;font-weight:500;transition:background-color .16s,color .16s,transform .16s;display:flex}.templates-page__filter-option:hover{color:#000;background:#f1f4f5;transform:translate(2px)}.templates-page__filter-option--active{color:#000;background:#eef3f4}.templates-page__filter-check{color:#ff4b1f;font-size:14px;line-height:1}@keyframes templates-filter-menu-show{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.templates-page__search input::-webkit-search-cancel-button{cursor:pointer;filter:brightness(0)saturate()invert(35%)sepia(94%)saturate(2622%)hue-rotate(353deg)brightness(101%)contrast(101%);opacity:1}@media (width<=1180px){.templates-page__grid{grid-template-columns:repeat(2,300px);justify-content:center;gap:42px}}@media (width<=900px){.templates-page__header{flex-direction:column;align-items:stretch;gap:22px}.templates-page__header p{margin-left:0}.templates-page__toolbar{justify-content:flex-start;width:100%}.templates-page__search{width:min(100%,360px)}}@media (width<=760px){.templates-page{min-height:100vh;padding:28px 16px 116px}.templates-page__header{gap:20px;width:100%;margin:14px 0 28px}.templates-page__header h1{font-size:30px;line-height:1.05}.templates-page__header p{max-width:320px;font-size:14px;line-height:1.35}.templates-page__toolbar{flex-direction:column;align-items:stretch;gap:12px}.templates-page__search,.templates-page__filter{flex:none;width:100%;min-width:0}.templates-page__filter-button{justify-content:center;width:100%}.templates-page__filter-menu{box-sizing:border-box;width:100%;max-height:260px;left:0;right:0}.templates-page__grid{grid-template-columns:1fr;justify-items:center;gap:24px;width:100%}.templates-page__skeleton{width:100%;max-width:300px;height:300px}}@media (width<=900px){.templates-page__toolbar{grid-template-columns:minmax(0,1fr) 155px;align-items:center;gap:12px;width:100%;display:grid}.templates-page__search{width:100%;height:42px}.templates-page__filter{flex:none;width:155px;min-width:155px;height:42px}.templates-page__filter-button{width:100%;height:42px}}@media (width<=760px){.templates-page__header{gap:18px;margin-bottom:24px}.templates-page__toolbar{grid-template-columns:minmax(0,1fr) 118px;gap:8px}.templates-page__search{border-radius:999px;gap:8px;height:38px;padding:0 12px;box-shadow:0 10px 22px #00000038}.templates-page__search-icon{width:14px;height:14px}.templates-page__search input{font-size:11px}.templates-page__filter{width:118px;min-width:118px;height:38px}.templates-page__filter-button{gap:6px;width:100%;height:38px;padding:0 10px;font-size:11px;box-shadow:0 10px 22px #00000038}.templates-page__filter-label{text-overflow:ellipsis;white-space:nowrap;max-width:76px;overflow:hidden}.templates-page__filter-menu{width:190px;max-height:250px;left:auto;right:0}}@media (width<=420px){.templates-page__toolbar{grid-template-columns:minmax(0,1fr) 106px;gap:7px}.templates-page__filter{width:106px;min-width:106px}.templates-page__filter-button{padding:0 8px;font-size:10.5px}.templates-page__filter-label{max-width:64px}}.workspace-sidebar{z-index:20;background:#262444;border-radius:0 40px 40px 0;flex-direction:column;align-items:center;width:90px;min-height:100vh;padding:38px 0 28px;display:flex;position:fixed;inset:0 auto 0 0;box-shadow:16px 0 45px #1714342e}.workspace-sidebar__nav{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.workspace-sidebar__nav--bottom{margin-top:auto}.workspace-sidebar__link{color:#fff;background:0 0;border:0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:52px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s,background .2s,transform .2s;display:flex}.workspace-sidebar__link:hover{transform:translateY(-1px)}.workspace-sidebar__link--active{color:#ff3d00}.workspace-sidebar__icon{object-fit:contain;flex:none;width:auto;height:21px;display:block}@media (width<=760px){.workspace-sidebar{border-radius:0 24px 24px 0;width:72px;padding-top:30px}.workspace-sidebar__link{width:62px;min-height:50px;font-size:11px}.workspace-sidebar{border-radius:28px;flex-direction:row;justify-content:center;align-items:center;width:auto;height:74px;min-height:0;padding:8px 12px;inset:auto 12px 12px;box-shadow:0 12px 34px #17143447}.workspace-sidebar__nav{flex-direction:row;justify-content:center;align-items:center;gap:8px;width:auto}.workspace-sidebar__nav--bottom{margin-top:0;margin-left:8px}.workspace-sidebar__link{border-radius:18px;gap:4px;width:58px;min-height:56px;font-size:10px}.workspace-sidebar__link:hover{transform:translateY(-2px)}.workspace-sidebar__icon{width:22px;height:22px}}.workspace-layout{color:#070707;background:#f8f8f7;min-height:100vh}.workspace-layout__content{width:100%;min-width:0}.workspace-layout__loader{color:#29254c;place-items:center;min-height:100vh;padding-left:90px;font-size:18px;font-weight:700;display:grid}@media (width<=760px){.workspace-layout__loader{padding-left:72px}}.projects-page{min-height:100vh;padding:42px 76px 70px;padding-left:calc(76px + var(--workspace-sidebar-width));color:#fff;background:#232240}.projects-page__header{justify-content:space-between;align-items:end;gap:32px;width:min(100%,1175px);margin:30px auto 42px;display:flex}.projects-page__header h1{margin:0 0 8px;font-size:38px;font-weight:600}.projects-page__header p{color:#ffffffd1;margin:0 0 0 30px;font-size:16px}.projects-page__toolbar{flex:none;align-items:center;gap:12px;display:flex}.projects-page__search{box-sizing:border-box;background:#fff;border-radius:999px;align-items:center;gap:10px;width:300px;height:40px;padding:0 15px;display:flex;box-shadow:3px 12px 26px #00000040}.projects-page__search-icon{object-fit:contain;flex:none;width:16px;height:16px;display:block}.projects-page__search input{color:#243244;width:100%;font:inherit;background:0 0;border:0;outline:0;font-size:12px;font-weight:500}.projects-page__search input::placeholder{color:#6e8791}.projects-page__sort span{white-space:nowrap}.projects-page__sort select{opacity:0;cursor:pointer;width:100%;position:absolute;inset:0}.projects-page__grid{grid-template-columns:repeat(3,300px);justify-content:space-between;align-items:start;gap:34px 64px;width:min(100%,1175px);margin:0 auto;display:grid}.projects-page__skeleton{background:linear-gradient(110deg,#fff3 8%,#ffffff52 18%,#fff3 33%) 0 0/200% 100%;border-radius:22px;width:300px;height:300px;animation:1.1s linear infinite projects-loading}@keyframes projects-loading{to{background-position-x:-200%}}@media (width<=1300px){.projects-page__grid{grid-template-columns:repeat(2,300px);justify-content:start;gap:40px}}@media (width<=1100px){.projects-page{padding:34px 28px 56px;padding-left:calc(var(--workspace-sidebar-width) + 28px)}.projects-page__header{flex-direction:column;align-items:flex-start}.projects-page__toolbar{justify-content:flex-start;width:100%}}@media (width<=760px){.projects-page{padding:28px 14px 46px;padding-left:calc(var(--workspace-sidebar-width) + 14px)}.projects-page__toolbar{flex-direction:column;align-items:stretch}.projects-page__search,.projects-page__sort{width:100%}.projects-page__grid{grid-template-columns:1fr;gap:24px}.projects-page__skeleton{width:100%;max-width:300px;height:300px}}.projects-page__sort{z-index:20;min-width:132px;height:40px;box-shadow:none;background:0 0;border-radius:0;padding:0;position:relative}.projects-page__sort-button{color:#243244;cursor:pointer;background:#fff;border:0;border-radius:999px;outline:none;justify-content:center;align-items:center;gap:10px;width:155px;height:40px;padding:0 15px;font-family:Graphik;font-size:12px;font-weight:500;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:3px 12px 26px #00000040}.projects-page__sort-button:hover{transform:translateY(-1px);box-shadow:3px 14px 28px #00000038}.projects-page__sort-label{white-space:nowrap;padding:0 4px 0 0}.projects-page__sort-icon{object-fit:contain;flex:none;width:10px;height:10px;transition:transform .18s;display:block}.projects-page__sort--open .projects-page__sort-icon{transform:rotate(180deg)}.projects-page__sort-menu{z-index:50;transform-origin:100% 0;background:#fff;border-radius:18px;flex-direction:column;gap:6px;width:155px;padding:6px;animation:.18s forwards projects-sort-menu-show;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 42px #00000047}.projects-page__sort-option{color:#000000d1;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;justify-content:space-between;align-items:center;gap:8px;width:100%;height:34px;padding:0 10px;font-family:Graphik;font-size:12px;font-weight:500;transition:background-color .16s,color .16s,transform .16s;display:flex}.projects-page__sort-option:hover{color:#000;background:#f1f4f5;transform:translate(2px)}.projects-page__sort-option--active{color:#000;background:#eef3f4}.projects-page__sort-check{color:#ff4b1f;font-size:14px;line-height:1}@keyframes projects-sort-menu-show{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.projects-page__search input::-webkit-search-cancel-button{cursor:pointer;filter:brightness(0)saturate()invert(35%)sepia(94%)saturate(2622%)hue-rotate(353deg)brightness(101%)contrast(101%);opacity:1}@media (width<=1180px){.projects-page__grid{grid-template-columns:repeat(2,300px);justify-content:center;gap:42px}}@media (width<=900px){.projects-page__header{flex-direction:column;align-items:stretch;gap:22px}.projects-page__header p{margin-left:0}.projects-page__toolbar{justify-content:flex-start;width:100%}.projects-page__search{width:min(100%,360px)}}@media (width<=760px){.projects-page{min-height:100vh;padding:28px 16px 116px}.projects-page__header{gap:20px;width:100%;margin:14px 0 28px}.projects-page__header h1{font-size:30px;line-height:1.05}.projects-page__header p{max-width:320px;font-size:14px;line-height:1.35}.projects-page__toolbar{flex-direction:column;align-items:stretch;gap:12px}.projects-page__search,.projects-page__sort{flex:none;width:100%;min-width:0}.projects-page__sort-button{justify-content:center;width:100%}.projects-page__sort-menu{width:100%;left:0;right:0}.projects-page__grid{grid-template-columns:1fr;justify-items:center;gap:24px;width:100%}.projects-page__skeleton{width:100%;max-width:300px;height:300px}}@media (width<=900px){.projects-page__toolbar{grid-template-columns:minmax(0,1fr) 155px;align-items:center;gap:12px;width:100%;display:grid}.projects-page__search{width:100%;height:42px}.projects-page__sort{flex:none;width:155px;min-width:155px;height:42px}.projects-page__sort-button{width:100%;height:42px}}@media (width<=760px){.projects-page__header{gap:18px;margin-bottom:24px}.projects-page__toolbar{grid-template-columns:minmax(0,1fr) 118px;gap:8px}.projects-page__search{border-radius:999px;gap:8px;height:38px;padding:0 12px;box-shadow:0 10px 22px #00000038}.projects-page__search-icon{width:14px;height:14px}.projects-page__search input{font-size:11px}.projects-page__sort{width:118px;min-width:118px;height:38px}.projects-page__sort-button{gap:6px;width:100%;height:38px;padding:0 10px;font-size:11px;box-shadow:0 10px 22px #00000038}.projects-page__sort-label{text-overflow:ellipsis;white-space:nowrap;max-width:76px;overflow:hidden}.projects-page__sort-menu{width:170px;left:auto;right:0}}@media (width<=420px){.projects-page__toolbar{grid-template-columns:minmax(0,1fr) 106px;gap:7px}.projects-page__sort{width:106px;min-width:106px}.projects-page__sort-button{padding:0 8px;font-size:10.5px}.projects-page__sort-label{max-width:64px}}.editor-sidebar{z-index:40;color:#fff;background:#262444;border-radius:0 28px 28px 0;flex-direction:column;align-items:center;width:90px;min-height:100vh;padding:24px 0 28px;display:flex;position:fixed;inset:0 auto 0 0;box-shadow:16px 0 45px #1714342e}.editor-sidebar__back{color:#fff;font:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:7px;font-size:14px;font-weight:500;display:flex}.editor-sidebar__nav{flex-direction:column;align-items:center;gap:12px;margin-top:88px;display:flex}.editor-sidebar__link{color:#fff;width:100%;min-height:56px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:5px;font-size:14px;font-weight:500;transition:color .2s,transform .2s;display:flex}.editor-sidebar__link:hover{transform:translateY(-1px)}.editor-sidebar__link--active{color:#ff3d00}.editor-sidebar__icon{object-fit:contain;flex:none;width:auto;height:20px;display:block}@media (width<=760px){.editor-sidebar{width:72px}.editor-sidebar__back,.editor-sidebar__link{font-size:11px}.editor-sidebar{scrollbar-width:none;border-radius:28px;flex-direction:row;justify-content:center;align-items:center;gap:6px;width:auto;height:74px;min-height:0;padding:8px 10px;display:flex;inset:auto 10px 10px;overflow:auto hidden;box-shadow:0 14px 36px #17143447}.editor-sidebar::-webkit-scrollbar{display:none}.editor-sidebar__back{border-radius:18px;justify-content:center;align-items:center;gap:4px;width:52px;min-width:52px;height:56px;padding:0;font-size:10px;line-height:1;display:flex}.editor-sidebar__nav{flex-direction:row;justify-content:center;align-items:center;gap:6px;height:56px;margin-top:0;display:flex}.editor-sidebar__link{border-radius:18px;justify-content:center;align-items:center;gap:4px;width:52px;min-width:52px;height:56px;min-height:56px;padding:0;font-size:10px;line-height:1;display:flex}.editor-sidebar__icon{width:21px;height:21px}}@media (width<=390px){.editor-sidebar{gap:5px;height:70px;padding:7px 8px;bottom:8px;left:8px;right:8px}.editor-sidebar__back,.editor-sidebar__link{width:48px;min-width:48px;height:54px;min-height:54px;font-size:9px}.editor-sidebar__icon{width:20px;height:20px}}.editor-header{z-index:30;box-sizing:border-box;background:#fff;border-bottom:1px solid #a7b7bc;flex-shrink:0;justify-content:space-between;align-items:center;gap:24px;height:65px;padding:0 38px;display:flex;position:sticky;top:0}.editor-header__left,.editor-header__right{align-items:center;gap:16px;display:flex}.editor-header__meta-button{color:#000;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;font-weight:600}.editor-header__meta-button:hover{color:#ff3d00}.editor-header__size{min-width:max-content}.editor-header__title{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.editor-header__divider{background:#dde3e5;border-radius:50px;width:4px;height:30px}.unredo{gap:0;display:flex}.editor-header__icon-button{cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;width:28px;height:28px;display:grid}.editor-header__icon-button img{object-fit:contain;width:auto;height:20px;display:block}.editor-header__save,.editor-header__share,.editor-header__download{height:30px;font:inherit;cursor:pointer;border:0;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.editor-header__save{color:#708d96;background:#d9d9d9}.editor-header__save--saved{color:#708d96;background:#dfe9e8}.editor-header__save:disabled{cursor:default}.editor-header__save img{object-fit:contain;width:14px;height:14px;display:block}.editor-header__share{color:#fff;background:#272d43}.editor-header__download{color:#fff;background:#ff3d00}.editor-header__share img,.editor-header__download img{object-fit:contain;width:16px;height:16px;display:block}.editor-header__icon-button:disabled{opacity:.35;cursor:not-allowed}.editor-header__icon-button:disabled:hover{background:0 0}@media (width<=900px){.editor-header{padding:0 16px}.editor-header__left{min-width:0}.editor-header__title{max-width:130px}}.editor-header__download-wrap{align-items:center;display:inline-flex;position:relative}.editor-header__download:disabled{cursor:wait;opacity:.78}.editor-header__download-menu{z-index:80;transform-origin:100% 0;background:#fff;border-radius:16px;flex-direction:column;gap:6px;width:230px;padding:6px;animation:.18s forwards editor-header-download-menu-show;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 42px #0000003d}.editor-header__download-option{color:#243244;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;justify-content:flex-start;align-items:center;gap:12px;width:100%;min-height:48px;padding:8px 12px;font-family:Graphik;transition:background-color .16s,color .16s,transform .16s;display:flex}.editor-header__download-option-text{flex-direction:column;gap:3px;min-width:0;display:flex}.editor-header__download-option strong{color:#243244;font-size:13px;font-weight:700;line-height:1.1}.editor-header__download-option small{color:#2432449e;font-size:10px;font-weight:500;line-height:1.15}.editor-header__download-option--large{min-height:56px}.editor-header__download-option:hover:not(:disabled){color:#000;background:#f1f4f5;transform:translate(2px)}.editor-header__download-option:disabled{cursor:wait;opacity:.6}@keyframes editor-header-download-menu-show{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.editor-header__download-option-wrap{position:relative}.editor-header__download-option-arrow{color:#ff4b1f;margin-left:auto;font-size:20px;line-height:1}.editor-header__download-submenu:after{content:"";width:16px;height:100%;position:absolute;top:0;right:-16px}.editor-header__download-submenu{z-index:90;transform-origin:100% 0;background:#fff;border-radius:16px;flex-direction:column;gap:6px;width:230px;padding:8px;animation:.16s forwards editor-header-download-submenu-show;display:flex;position:absolute;top:0;right:calc(100% + 14px);box-shadow:0 18px 42px #0000003d}@keyframes editor-header-download-submenu-show{0%{opacity:0;transform:translate(8px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}.editor-header__download-menu,.editor-header__download-submenu{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid #24324414}.editor-header__download-menu-head{border-bottom:1px solid #24324414;margin-bottom:4px;padding:8px 10px 10px}.editor-header__download-menu-head strong{color:#243244;font-size:13px;font-weight:700;line-height:1.15;display:block}.editor-header__download-menu-head small{color:#24324494;margin-top:4px;font-size:10px;font-weight:500;line-height:1.2;display:block}.editor-header__download-menu-head--small{padding-top:6px}.editor-header__download-menu-note{color:#24324485;border-top:1px solid #24324414;margin-top:4px;padding:9px 10px 6px;font-size:10px;font-weight:500;line-height:1.25}.editor-header__download-option{position:relative}.editor-header__download-option:before{content:"";background:#ff4b1f00;border-radius:999px;flex:none;width:7px;height:7px;transition:background-color .16s,transform .16s}.editor-header__download-option:hover:not(:disabled):before{background:#ff4b1f;transform:scale(1.15)}.editor-header__download-option:hover:not(:disabled){background:linear-gradient(90deg,#ff4b1f14,#f1f4f5d9)}.editor-header__hotkey-wrap{align-items:center;display:inline-flex;position:relative}.editor-header__hotkey{z-index:100;color:#fff;white-space:nowrap;pointer-events:none;background:#ff3d00;border-radius:7px;padding:4px 7px;font-size:10px;font-weight:600;line-height:1;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 18px #14142333}@media (width<=760px){.editor-header{gap:10px;height:58px;padding:0 12px}.editor-header__left,.editor-header__right{gap:8px}.editor-header__left{flex:1;min-width:0}.editor-header__right{flex:none}.editor-header__meta-button{font-size:12px}.editor-header__size{text-overflow:ellipsis;white-space:nowrap;max-width:76px;overflow:hidden}.editor-header__title{max-width:92px}.editor-header__divider{width:2px;height:24px}.editor-header__icon-button{width:24px;height:24px}.editor-header__icon-button img{height:17px}.editor-header__save{height:28px;padding:0 10px;font-size:11px}.editor-header__share,.editor-header__download{justify-content:center;gap:0;width:32px;height:28px;padding:0;font-size:0}.editor-header__share img,.editor-header__download img{width:15px;height:15px}.editor-header__download-menu{width:220px;max-width:calc(100vw - 24px);right:0}.editor-header__download-submenu{width:220px;max-width:calc(100vw - 24px);top:calc(100% + 8px);right:0}.editor-header__hotkey{top:calc(100% + 6px)}}@media (width<=520px){.editor-header__size,.editor-header__left .editor-header__divider{display:none}.editor-header__title{max-width:92px}.unredo{display:none}}@media (width<=390px){.editor-header{padding:0 8px}.editor-header__title{max-width:72px}.editor-header__save{padding:0 8px}}@media (width<=760px){.editor-header{gap:8px;width:100%;margin-left:0;padding-left:10px;padding-right:10px}.editor-header__left{flex:auto;min-width:0;overflow:hidden}.editor-header__right{flex:none;min-width:0}}.editor-color-picker{position:relative}.editor-color-picker-popover{box-sizing:border-box;background:#29264d;border-radius:24px;padding:16px 20px;position:absolute;top:58px;right:0;box-shadow:0 18px 42px #1414234d}.editor-color-picker-popover__quick-row{align-items:center;gap:12px;display:flex}.editor-color-picker-popover__wheel,.editor-color-picker-popover__swatch{cursor:pointer;border:0;border-radius:999px;flex:none;width:26px;height:26px;padding:0}.editor-color-picker-popover__wheel{background:0 0;place-items:center;display:grid}.editor-color-picker-popover__wheel img{object-fit:contain;width:26px;height:26px;display:block}.editor-color-picker-popover__swatch{background:var(--swatch-color)}.editor-color-picker-popover__swatch:hover,.editor-color-picker-popover__wheel:hover{outline:4px solid #ffffff29}.editor-color-picker-popover__advanced{margin-top:14px}.editor-color-picker-popover__saturation{cursor:crosshair;background:linear-gradient(to top, #000, transparent), linear-gradient(to right, #fff, transparent), var(--hue-color);border-radius:10px;height:120px;position:relative;overflow:hidden}.editor-color-picker-popover__saturation-pointer{pointer-events:none;border:3px solid #fff;border-radius:999px;width:16px;height:16px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #000000a6}.editor-color-picker-popover__control-row{align-items:center;gap:10px;margin-top:12px;display:flex}.editor-color-picker-popover__eyedropper{cursor:pointer;background:0 0;border:0;border-radius:999px;flex:none;place-items:center;width:20px;height:20px;padding:0;display:grid}.editor-color-picker-popover__eyedropper img{object-fit:contain;width:20px;height:20px;display:block}.editor-color-picker-popover__eyedropper:hover{background:#ffffff1f}.editor-color-picker-popover__hue{appearance:none;cursor:pointer;background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:999px;outline:0;width:100%;height:14px}.editor-color-picker-popover__hue::-webkit-slider-thumb{appearance:none;background:0 0;border:3px solid #fff;border-radius:999px;width:18px;height:18px;box-shadow:0 0 0 1px #00000059}.editor-color-picker-popover__hue::-moz-range-thumb{background:0 0;border:3px solid #fff;border-radius:999px;width:18px;height:18px;box-shadow:0 0 0 1px #00000059}.editor-color-picker-popover__swatch--active{outline-offset:3px;outline:3px solid #3f3b7a}.editor-color-picker-popover__hex-row{background:#3f3b7a;border-radius:12px;align-items:center;gap:8px;height:30px;margin-top:10px;padding:0 10px;display:flex}.editor-color-picker-popover__hex-dot{background:var(--hex-color);border-radius:999px;flex:none;width:20px;height:20px}.editor-color-picker-popover__hex-row input{color:#fff;width:100%;font:inherit;background:0 0;border:0;outline:0;font-size:12px;font-weight:500}.editor-color-picker-popover__eyedropper:disabled{opacity:.45;cursor:not-allowed}.editor-color-picker-popover__eyedropper:disabled:hover{background:0 0}@media (width<=900px){.editor-color-picker-popover{width:320px}}@media (width<=760px){.editor-color-picker-popover{width:auto;max-width:none;padding:14px 18px}.editor-color-picker-popover__quick-row{flex-wrap:wrap;justify-content:center;gap:12px}.editor-color-picker-popover__advanced{margin-top:14px}.editor-color-picker-popover__saturation{touch-action:none;-webkit-user-select:none;user-select:none;height:120px}.editor-color-picker-popover__hue,.editor-color-picker-popover__control-row{touch-action:none}}.editor-subheader{z-index:15;box-sizing:border-box;background:#fff;border-radius:24px;justify-content:center;align-items:center;gap:13px;min-width:178px;height:54px;padding:0 16px;display:flex;position:absolute;top:24px;right:46px;box-shadow:0 14px 28px #1414232e}.editor-subheader--canvas{width:65px;min-width:65px;box-shadow:none;background:0 0;padding:0}.editor-subheader__canvas-color{cursor:pointer;background:#2a284c;border:0;border-radius:24px;justify-content:center;align-items:center;width:65px;height:54px;display:flex;box-shadow:0 10px 24px #15132d40}.editor-subheader__canvas-color span{background:var(--canvas-color);border-radius:999px;width:20px;height:20px}.editor-subheader__color{cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;width:19px;height:19px;padding:0;display:grid}.editor-subheader__color span{background:var(--current-color);border-radius:999px;width:19px;height:19px}.editor-subheader__button{cursor:pointer;background:0 0;border:0;place-items:center;width:23px;height:23px;padding:0;display:grid}.editor-subheader__button img{object-fit:contain;width:17px;height:17px;display:block}.editor-subheader__divider{background:#dde3e5;border-radius:999px;width:2px;height:22px}.editor-subheader--object .editor-color-picker-popover{background:#fff;top:46px;right:-155px}.editor-subheader--object .editor-color-picker-popover__hex-row{background:#f2f4f5}.editor-subheader--object .editor-color-picker-popover__hex-row input{color:#2a284c}.editor-subheader--object .editor-color-picker-popover__swatch--active{outline-color:#dde3e5}.editor-subheader__color--disabled{opacity:.55;cursor:not-allowed}.editor-subheader__button:disabled{opacity:.45;cursor:not-allowed}.editor-subheader__button:disabled img{pointer-events:none}@media (width<=900px){.editor-subheader{right:18px}}.editor-subheader__filters{position:relative}.editor-subheader__filters-popup{z-index:30;box-sizing:border-box;background:#fff;border-radius:28px;width:320px;max-width:calc(100vw - 32px);padding:20px 22px 18px;position:absolute;top:calc(100% + 27px);left:50%;transform:translate(-50%);box-shadow:0 24px 64px #0000003d}.editor-subheader__filter-row{flex-direction:column;gap:8px;display:flex}.editor-subheader__filter-row+.editor-subheader__filter-row{margin-top:14px}.editor-subheader__filter-row span{color:#000;font-size:13px;font-weight:500;line-height:1}.editor-subheader__filter-row input{appearance:none;cursor:pointer;background:linear-gradient(to right, #ff3d00 0%, #ff3d00 var(--filter-progress), #708d96 var(--filter-progress), #708d96 100%);border-radius:999px;outline:none;width:100%;height:5px}.editor-subheader__filter-row input::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#ff4b1f;border:0;border-radius:50%;width:20px;height:20px}.editor-subheader__filter-row input::-moz-range-thumb{cursor:pointer;background:#ff4b1f;border:0;border-radius:50%;width:20px;height:20px}.editor-subheader__filters-reset{color:#708d96;cursor:pointer;background:#f6f6f6;border:0;border-radius:999px;width:100%;margin-top:18px;padding:9px 12px;font-size:14px;font-weight:600;transition:background-color .2s,color .2s}.editor-subheader__filters-reset:hover{color:#ff4b1f;background:#eef3f4}.editor-subheader__select-wrap--font{width:140px}.editor-subheader__select-wrap--weight{width:105px;margin-right:5px}.editor-subheader__text-size-input{color:#000;text-align:center;background:0 0;border:0;outline:none;width:42px;height:28px;padding:0;font-size:16px;font-weight:600;line-height:1}.editor-subheader__text-size-input::-webkit-outer-spin-button{appearance:none;margin:0}.editor-subheader__text-size-input::-webkit-inner-spin-button{appearance:none;margin:0}.editor-subheader__text-size-input[type=number]{appearance:textfield}.editor-subheader__text-size-input:disabled{opacity:.45;cursor:not-allowed}.editor-subheader__text-size-button{cursor:pointer;background:0 0;border:0;place-items:center;width:14px;height:14px;padding:0;display:grid}.editor-subheader__text-size-button img{object-fit:contain;width:13px;height:13px;display:block}.editor-subheader__text-size-button:disabled{opacity:.45;cursor:not-allowed}.editor-subheader__text-size{align-items:center;gap:10px;margin-right:5px;display:flex}.editor-subheader__dropdown--font.editor-subheader__dropdown--open:before{content:"";z-index:99;pointer-events:none;border-radius:18px;width:220px;height:310px;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 36px 70px #00000047,0 12px 24px #0000002e,0 0 0 1px #708d9624}.editor-subheader__dropdown{z-index:60;height:40px;position:relative;overflow:visible}.editor-subheader__dropdown--font{width:190px}.editor-subheader__dropdown--weight{width:112px}.editor-subheader__dropdown-button{color:#000;cursor:pointer;box-sizing:border-box;background:0 0;border:0;border-radius:12px;outline:none;justify-content:space-between;align-items:center;gap:10px;width:100%;height:40px;padding:0 12px;font-family:Graphik;font-size:16px;font-weight:600;display:flex}.editor-subheader__dropdown-button:disabled{cursor:default;opacity:.55}.editor-subheader__dropdown-button span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.editor-subheader__dropdown-arrow{object-fit:contain;flex:none;width:12px;height:12px;transition:transform .18s;display:block}.editor-subheader__dropdown--open .editor-subheader__dropdown-arrow{transform:rotate(180deg)}.editor-subheader__dropdown-menu{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform-origin:0 0;background:#fffffff7;border-radius:18px;flex-direction:column;gap:6px;padding:6px;animation:.18s forwards editor-subheader-dropdown-show;display:flex;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 0 0 1px #708d9629}.editor-subheader__dropdown-menu--font{scrollbar-width:thin;scrollbar-color:#708d9673 transparent;clip-path:inset(0 round 18px);width:220px;max-height:310px;overflow:hidden auto}.editor-subheader__dropdown-menu--weight{width:130px}.editor-subheader__dropdown-option{color:#000000d1;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:34px;padding:0 10px;font-family:Graphik;font-size:13px;font-weight:500;transition:background-color .16s,color .16s,transform .16s;display:flex}.editor-subheader__dropdown-option:hover{color:#000;background:#f1f4f5;transform:translate(2px)}.editor-subheader__dropdown-option--active{color:#000;background:#eef3f4}.editor-subheader__dropdown-check{color:#ff4b1f;font-size:14px;line-height:1}.editor-subheader__dropdown-menu--font::-webkit-scrollbar{width:4px}.editor-subheader__dropdown-menu--font::-webkit-scrollbar-track{background:0 0;margin:18px 0}.editor-subheader__dropdown-menu--font::-webkit-scrollbar-thumb{background:#708d9673;border-radius:999px;min-height:24px}.editor-subheader__dropdown-menu--font::-webkit-scrollbar-thumb:hover{background:#708d9699}.editor-subheader--object .editor-color-picker-popover .editor-color-picker-popover__eyedropper img{filter:invert(15%)sepia(23%)saturate(2253%)hue-rotate(182deg)brightness(37%)contrast(92%)}.editor-subheader__hotkey{z-index:100;color:#fff;white-space:nowrap;pointer-events:none;background:#ff3d00;border-radius:7px;padding:4px 7px;font-size:10px;font-weight:600;line-height:1;position:absolute;top:calc(100% + 8px);right:12px;box-shadow:0 8px 18px #14142333}@media (width<=760px){.editor-subheader{z-index:300;border-radius:26px;justify-content:center;gap:12px;width:max-content;min-width:0;max-width:calc(100vw - 24px);height:52px;padding:0 14px;top:17px;left:auto;right:12px;overflow:visible}.editor-subheader--object{max-width:calc(100vw - 24px)}.editor-subheader--canvas{width:58px;min-width:58px;padding:0;right:12px;overflow:visible}.editor-subheader__button{flex:none;width:24px;min-width:24px;height:24px}.editor-subheader__color{flex:none;width:20px;min-width:20px;height:20px}.editor-subheader__color span{width:20px;height:20px}.editor-subheader__divider{flex:0 0 2px;width:2px;min-width:2px;height:24px}.editor-subheader:has(.editor-subheader__dropdown--font){scrollbar-width:none;justify-content:flex-start;gap:8px;width:auto;max-width:calc(100vw - 16px);height:52px;padding:0 10px;top:17px;left:8px;right:8px;overflow:auto hidden}.editor-subheader:has(.editor-subheader__dropdown--font)::-webkit-scrollbar{display:none}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__dropdown--font{width:118px;min-width:118px}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__dropdown--weight{width:92px;min-width:92px}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__dropdown-button{gap:6px;height:38px;padding:0 8px;font-size:14px}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__dropdown-arrow{width:10px;height:10px}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__text-size{gap:7px;min-width:82px;margin-right:0}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__text-size-input{width:34px;font-size:14px}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__text-size-button{width:13px;height:13px}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__button{width:22px;min-width:22px;height:22px}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__color{width:19px;min-width:19px;height:19px}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__color span{width:19px;height:19px}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__divider{flex:0 0 2px;width:2px;min-width:2px;height:24px}.editor-subheader__dropdown,.editor-color-picker,.editor-subheader__filters{z-index:310;position:relative}.editor-subheader__dropdown--font.editor-subheader__dropdown--open:before{display:none}.editor-subheader__dropdown-menu,.editor-subheader--object .editor-color-picker-popover,.editor-subheader--canvas .editor-color-picker-popover,.editor-subheader__filters-popup{z-index:999!important;width:auto!important;max-width:none!important;position:fixed!important;top:128px!important;left:12px!important;right:12px!important;transform:none!important}.editor-subheader__dropdown-menu--font{max-height:250px!important;overflow:hidden auto!important}.editor-subheader__dropdown-menu--weight{max-height:220px!important;overflow-y:auto!important}}@media (width<=390px){.editor-subheader{gap:10px;max-width:calc(100vw - 16px);padding:0 12px;right:8px}.editor-subheader--canvas{right:8px}.editor-subheader:has(.editor-subheader__dropdown--font){gap:7px;max-width:calc(100vw - 12px);padding:0 8px;left:6px;right:6px}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__dropdown--font{width:104px;min-width:104px}.editor-subheader:has(.editor-subheader__dropdown--font) .editor-subheader__dropdown--weight{width:84px;min-width:84px}.editor-subheader__dropdown-menu,.editor-subheader--object .editor-color-picker-popover,.editor-subheader--canvas .editor-color-picker-popover,.editor-subheader__filters-popup{top:122px!important;left:8px!important;right:8px!important}}@media (width<=760px){.editor-subheader--canvas .editor-color-picker-popover{border-radius:24px!important;padding:14px 18px!important}.editor-subheader--canvas .editor-color-picker-popover__quick-row{flex-flow:wrap;justify-content:center}.editor-subheader--canvas .editor-color-picker-popover__saturation{touch-action:none;height:120px}}.editor-tools-panel{width:100%}.editor-tools-panel h3{display:none}.editor-tools-panel__list{flex-direction:column;align-items:center;gap:20px;display:flex}.editor-tools-panel__item{color:#fff;cursor:pointer;background:0 0;border:0;justify-content:end;align-items:center;width:60px;height:35px;padding:0;transition:transform .18s,opacity .18s;display:flex}.editor-tools-panel__item:hover,.editor-tools-panel__item--active{transform:translate(10px)}.editor-tools-panel__item--active{opacity:1}.editor-tools-panel__icon{justify-content:center;align-items:center;width:110px;height:41px;margin:0;display:flex}.editor-tools-panel__icon svg{width:105px;height:auto;max-height:40px;display:block}.editor-tools-panel__label{display:none}.editor-tools-panel__cursor{color:#fff;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:52px;height:28px;padding:0;transition:transform .18s,opacity .18s;display:flex}.editor-tools-panel__cursor:hover{transform:scale(1.08)}.editor-tools-panel__cursor--active{opacity:1}.editor-tools-panel__cursor-icon{justify-content:center;align-items:center;display:flex}.editor-tools-panel__cursor-icon svg{width:22px;height:auto;max-height:24px;display:block}.editor-tools-panel__color-picker{cursor:pointer;background:0 0;border:0;border-radius:999px;width:22px;height:22px;padding:0}.editor-tools-panel__color-dot{background:var(--tool-color);border-radius:999px;width:22px;height:22px;display:block}.editor-tools-panel .editor-color-picker-popover{top:-20px;left:50px;right:auto}.editor-tools-panel__thickness-wrap{justify-content:center;align-items:center;display:flex;position:relative}.editor-tools-panel__thickness{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:52px;height:28px;padding:0;display:flex}.editor-tools-panel__thickness:hover{transform:scale(1.06)}.editor-tools-panel__thickness-icon{justify-content:center;align-items:center;display:flex}.editor-tools-panel__thickness-icon svg{width:22px;height:auto;max-height:24px;display:block}.editor-tools-panel__thickness-popover{z-index:80;box-sizing:border-box;background:#2a284c;border-radius:15px;align-items:center;gap:12px;width:294px;height:36px;padding:0 13px;display:flex;position:absolute;top:-2px;left:65px;box-shadow:3px 12px 25px #00000040}.editor-tools-panel__thickness-range{appearance:none;cursor:pointer;background:0 0;outline:none;flex:1;height:26px;margin:0}.editor-tools-panel__thickness-range::-webkit-slider-runnable-track{background:linear-gradient(to right, #ff3d00 0%, #ff3d00 var(--thickness-progress), #fff var(--thickness-progress), #fff 100%);border-radius:999px;height:6px}.editor-tools-panel__thickness-range::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#ff3d00;border:0;border-radius:999px;width:20px;height:20px;margin-top:-6px}.editor-tools-panel__thickness-range::-moz-range-track{background:#fff;border-radius:999px;height:6px}.editor-tools-panel__thickness-range::-moz-range-progress{background:#ff3d00;border-radius:999px;height:6px}.editor-tools-panel__thickness-range::-moz-range-thumb{cursor:pointer;background:#ff3d00;border:0;border-radius:999px;width:26px;height:26px}.editor-tools-panel__thickness-value{color:#fff;font-size:16px;font-weight:600}@media (width<=760px){.editor-tools-panel{width:100%;height:100%}.editor-tools-panel__list{scrollbar-width:none;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;height:100%;overflow:auto hidden}.editor-tools-panel__list::-webkit-scrollbar{display:none}.editor-tools-panel__item{flex:none;justify-content:center;align-items:end;width:58px;height:55px;overflow:visible;transform:translateY(10px)}.editor-tools-panel__item:hover,.editor-tools-panel__item--active{transform:translateY(3px)}.editor-tools-panel__icon{transform-origin:50%;width:74px;height:44px;transform:rotate(-90deg)}.editor-tools-panel__icon svg{width:78px;max-height:40px}.editor-tools-panel__cursor,.editor-tools-panel__thickness{flex:none;width:42px;height:42px}.editor-tools-panel__color-picker{flex:none}.editor-tools-panel .editor-color-picker-popover{width:auto;max-width:none;position:fixed;inset:auto 14px 184px}.editor-tools-panel__thickness-popover{width:auto;position:fixed;inset:auto 14px 184px}}.editor-shapes-panel{width:100%}.editor-shapes-panel h3{display:none}.editor-shapes-panel__list{flex-direction:column;align-items:center;gap:24px;display:flex}.editor-shapes-panel__item{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:58px;height:38px;padding:0;transition:opacity .18s;display:flex;overflow:visible}.editor-shapes-panel__item:hover,.editor-shapes-panel__item--active{transform:none}.editor-shapes-panel__shape{background:#fff;width:28px;height:28px;display:block;position:relative}.editor-shapes-panel__item:hover .editor-shapes-panel__shape:not(.editor-shapes-panel__shape--pentagon),.editor-shapes-panel__item--active .editor-shapes-panel__shape:not(.editor-shapes-panel__shape--pentagon){filter:drop-shadow(1px 0 #fe481c)drop-shadow(-1px 0 #fe481c)drop-shadow(0 1px #fe481c)drop-shadow(0 -1px #fe481c)}.editor-shapes-panel__shape--square{width:29px;height:29px}.editor-shapes-panel__shape--triangle{background:0 0;border-bottom:27px solid #fff;border-left:15px solid #0000;border-right:15px solid #0000;width:0;height:0}.editor-shapes-panel__shape--circle{border-radius:999px;width:29px;height:29px}.editor-shapes-panel__shape--diamond{width:22px;height:22px;transform:rotate(45deg)}.editor-shapes-panel__shape--pentagon{background:0 0;width:34px;height:32px;position:relative;overflow:visible}.editor-shapes-panel__shape--pentagon:before{content:"";clip-path:polygon(50% 0%,100% 35%,82% 100%,18% 100%,0% 35%);opacity:0;background:#fe481c;position:absolute;inset:0}.editor-shapes-panel__shape--pentagon:after{content:"";clip-path:polygon(50% 0%,100% 35%,82% 100%,18% 100%,0% 35%);background:#fff;position:absolute;inset:1.5px}.editor-shapes-panel__item:hover .editor-shapes-panel__shape--pentagon:before,.editor-shapes-panel__item--active .editor-shapes-panel__shape--pentagon:before{opacity:1}@media (width<=760px){.editor-shapes-panel{width:100%;height:100%}.editor-shapes-panel__list{scrollbar-width:none;flex-direction:row;justify-content:flex-start;align-items:center;gap:18px;height:100%;overflow:auto hidden}.editor-shapes-panel__list::-webkit-scrollbar{display:none}.editor-shapes-panel__item{flex:none;width:56px;height:48px}.editor-shapes-panel__item:hover,.editor-shapes-panel__item--active{transform:translateY(-3px)}}.editor-uploads-panel{color:#fff;width:100%;height:100%}.editor-uploads-panel h3,.editor-uploads-panel input{display:none}.editor-uploads-panel__main:hover,.editor-uploads-panel__main--active{color:#ff4b1f;border-color:#ff4b1f}.editor-uploads-panel__plus{color:#7f969b;font-size:74px;font-weight:500;line-height:.8}.editor-uploads-panel__main:hover .editor-uploads-panel__plus,.editor-uploads-panel__main--active .editor-uploads-panel__plus{color:#ff4b1f}.editor-uploads-panel__main strong{font-size:28px;font-weight:700;line-height:1}.editor-uploads-panel__masonry{box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;width:calc(100% + 18px);height:100%;max-height:calc(100vh - 220px);padding:4px 34px 28px 14px;display:grid;overflow-y:auto}.editor-uploads-panel__masonry::-webkit-scrollbar-thumb{background:#fff0 padding-box content-box;border:2px solid #0000;border-radius:999px}.editor-uploads-panel__masonry--scrolling::-webkit-scrollbar-thumb{background:padding-box content-box}.editor-uploads-panel__column{flex-direction:column;gap:5px;min-width:0;display:flex}.editor-uploads-panel__add,.editor-uploads-panel__thumb{cursor:pointer;box-sizing:border-box;border:0;place-items:center;width:100%;transition:transform .18s,box-shadow .18s;display:grid;overflow:hidden}.editor-uploads-panel__thumb{background:0 0;padding:0;position:relative}.editor-uploads-panel__thumb img{object-fit:contain;border-radius:0;width:100%;height:100%;transition:transform .22s;display:block}.editor-uploads-panel__add:hover{transform:translateY(-1px);box-shadow:0 14px 30px #00000029}.editor-uploads-panel__thumb:hover img{transform:scale(1.025)}.editor-uploads-panel__masonry{scrollbar-width:thin;scrollbar-color:transparent transparent}.editor-uploads-panel__masonry--scrolling{scrollbar-color:#ffffff38 transparent}.editor-uploads-panel__masonry::-webkit-scrollbar{background:0 0;width:4px}.editor-uploads-panel__masonry::-webkit-scrollbar-track{background:0 0}.editor-uploads-panel__masonry::-webkit-scrollbar-track:hover{background:0 0}.editor-uploads-panel__masonry::-webkit-scrollbar-track:active{background:0 0}.editor-uploads-panel__masonry::-webkit-scrollbar-thumb{background:0 0;border-radius:999px}.editor-uploads-panel__masonry--scrolling::-webkit-scrollbar-thumb{background:#ffffff3d}.editor-uploads-panel__masonry--scrolling::-webkit-scrollbar-thumb:hover{background:#ffffff3d}.editor-uploads-panel__masonry--scrolling::-webkit-scrollbar-thumb:active{background:#ffffff3d}.editor-uploads-panel__hint{color:#ffffff85;margin:0 28px 18px 14px;font-size:13px;font-weight:500;line-height:1.35}.editor-uploads-panel__thumb{position:relative}.editor-uploads-panel__image-wrap{justify-content:center;align-items:center;max-width:100%;max-height:100%;display:inline-flex;position:relative}.editor-uploads-panel__image-wrap img{object-fit:contain;border-radius:0;width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .22s;display:block}.editor-uploads-panel__delete{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;opacity:0;cursor:pointer;background:#12121cc7;border:0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;font-weight:500;line-height:1;transition:opacity .18s,transform .18s,background-color .18s;display:flex;position:absolute;top:6px;bottom:auto;right:6px;transform:translateY(-4px)scale(.92)}.editor-uploads-panel__thumb:hover .editor-uploads-panel__delete{opacity:1;transform:translateY(0)scale(1)}.editor-uploads-panel__delete:hover{background:#ff4b1f}.editor-uploads-panel__empty{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;display:flex;transform:translateY(-40px)}.editor-uploads-panel__main{color:#fff;cursor:pointer;box-sizing:border-box;background:0 0;border:0;border-radius:28px;justify-content:center;align-items:center;width:236px;height:236px;padding:0;display:flex}.editor-uploads-panel__add{color:#fff;cursor:pointer;box-sizing:border-box;background:0 0;border:0;border-radius:18px;justify-content:center;align-items:center;height:128px;padding:0;display:flex}.editor-uploads-panel__upload-frame{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .18s,background-color .18s;display:flex;position:relative}.editor-uploads-panel__upload-frame--large{gap:22px}.editor-uploads-panel__upload-frame--small{gap:0}.editor-uploads-panel__upload-border{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.editor-uploads-panel__upload-border rect{fill:#ffffff08;stroke:#7896a085;stroke-width:3px;stroke-linecap:round;stroke-dasharray:20 18}.editor-uploads-panel__upload-icon{object-fit:contain;opacity:.9;width:58px;height:58px;display:block}.editor-uploads-panel__upload-frame--small .editor-uploads-panel__upload-icon{width:38px;height:38px}.editor-uploads-panel__upload-loading{color:#fff;font-size:32px;font-weight:700;line-height:1}.editor-uploads-panel__upload-frame strong{color:#fff;font-size:18px;font-weight:500;line-height:1.2}.editor-uploads-panel__main:hover .editor-uploads-panel__upload-frame,.editor-uploads-panel__main--active .editor-uploads-panel__upload-frame,.editor-uploads-panel__add:hover .editor-uploads-panel__upload-frame{transform:translateY(-2px)}.editor-uploads-panel__main:hover .editor-uploads-panel__upload-border rect,.editor-uploads-panel__main--active .editor-uploads-panel__upload-border rect,.editor-uploads-panel__add:hover .editor-uploads-panel__upload-border rect{stroke:#ff4b1fd9}.editor-images-panel{color:#fff;width:100%;height:100%}.editor-images-panel h3{display:none}.editor-images-panel__search{align-items:center;margin:0 28px 14px 14px;display:flex;position:relative}.editor-images-panel__search-icon{object-fit:contain;opacity:.72;pointer-events:none;width:16px;height:16px;display:block;position:absolute;left:14px}.editor-images-panel__search input{color:#fff;box-sizing:border-box;background:#ffffff24;border:0;border-radius:999px;outline:0;width:100%;height:38px;padding:0 14px 0 40px;font-family:Graphik;font-size:13px;font-weight:500;transition:background-color .18s,box-shadow .18s}.editor-images-panel__search input::placeholder{color:#ffffff85}.editor-images-panel__search input:focus{background:#ffffff2e;box-shadow:0 0 0 1px #ffffff29}.editor-images-panel__hint{color:#ffffff85;margin:0 28px 14px 14px;font-size:13px;font-weight:500;line-height:1.35}.editor-images-panel__masonry{overscroll-behavior:contain;align-content:start;height:calc(100vh - 260px);max-height:none;padding-bottom:110px;overflow:hidden auto}.editor-images-panel__state{color:#ffffff94;grid-column:1/-1;margin:18px 14px;font-size:13px;font-weight:500;line-height:1.35}.editor-images-panel__load-trigger{grid-column:1/-1;width:100%;height:1px}.editor-images-panel__search input::-webkit-search-cancel-button{cursor:pointer;filter:brightness(0)invert();opacity:.8}.editor-subsidebar{z-index:30;box-sizing:border-box;background:#2a284c;border-radius:0 24px 24px 0;width:65px;padding:16px 0;position:absolute;top:100px;left:0;overflow:visible;box-shadow:12px 0 28px #1414232e}.editor-subsidebar--uploads{width:325px;height:502px;max-height:calc(100vh - 150px);padding:26px 25px;overflow:hidden}@media (width<=760px){.editor-subsidebar{z-index:45;scrollbar-width:none;border-radius:28px;align-items:center;width:auto;min-height:74px;max-height:180px;padding:10px 12px;display:flex;position:fixed;inset:auto 10px 94px;overflow:auto hidden;box-shadow:0 14px 36px #1714343d}.editor-subsidebar::-webkit-scrollbar{display:none}.editor-subsidebar .editor-panel{scrollbar-width:none;flex-direction:row;align-items:center;gap:10px;width:100%;display:flex;overflow:auto hidden}.editor-subsidebar .editor-panel::-webkit-scrollbar{display:none}.editor-subsidebar .editor-panel h3{display:none}.editor-subsidebar .editor-panel button{flex:none}.editor-subsidebar--uploads{align-items:stretch;height:300px;max-height:42vh;padding:18px;overflow:hidden auto}.editor-subsidebar--uploads .editor-panel{flex-direction:column;align-items:stretch;height:100%;overflow:hidden auto}}@media (width<=390px){.editor-subsidebar{min-height:70px;padding:9px 10px;bottom:88px;left:8px;right:8px}.editor-subsidebar--uploads{height:280px}}@media (width<=760px){.editor-subsidebar .editor-tools-panel,.editor-subsidebar .editor-shapes-panel{width:100%;height:100%}}.editor-canvas-area{background:#eef1f2;flex:1;min-width:0;min-height:0;position:relative;overflow:auto}.editor-canvas-area__stage{box-sizing:border-box;justify-content:center;align-items:center;width:max-content;min-width:100%;min-height:100%;padding:70px 48px 48px;display:flex}.editor-canvas-area__stage:after{content:"";flex:0 0 48px}.editor-canvas{transform-origin:0 0;flex:none;box-shadow:0 2px 6px #0f0f190a}.editor-zoom-controls{z-index:5;background:#fff;border-radius:14px;flex-direction:column;align-items:center;gap:8px;width:42px;padding:10px 0;display:flex;position:fixed;bottom:42px;right:32px;box-shadow:0 10px 24px #15132d33}.editor-zoom-controls button{color:#708d96;cursor:pointer;background:0 0;border:0;width:100%;font-size:22px;font-weight:700}.editor-zoom-controls strong{color:#111;font-size:11px}.editor-canvas{transform-origin:0 0;touch-action:none;position:relative;overflow:hidden}.editor-canvas--drawing{cursor:crosshair}.editor-canvas__drawing-layer{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.editor-canvas--placing-shape{cursor:copy}.editor-canvas__fabric-layer{width:100%;height:100%;display:block;position:absolute;inset:0}.editor-canvas .canvas-container{inset:0;width:100%!important;height:100%!important;position:absolute!important;overflow:hidden!important}.editor-canvas textarea,.editor-canvas .canvas-container textarea{opacity:0!important;width:1px!important;max-width:1px!important;height:1px!important;max-height:1px!important;position:fixed!important;top:0!important;left:0!important;overflow:hidden!important;transform:none!important}.editor-canvas-scale-box{flex:none;position:relative}.editor-canvas .lower-canvas,.editor-canvas .upper-canvas{inset:0;position:absolute!important}.editor-zoom-controls{position:fixed}.editor-zoom-controls__hotkey{z-index:100;color:#fff;white-space:nowrap;pointer-events:none;background:#ff3d00;border-radius:7px;padding:4px 7px;font-size:10px;font-weight:600;line-height:1;position:absolute;bottom:8px;right:calc(100% + 10px);box-shadow:0 8px 18px #14142333}.editor-canvas{contain:layout paint}.editor-canvas textarea{max-width:1px!important;max-height:1px!important}@media (width<=760px){.editor-canvas-area{min-height:calc(100vh - 58px)}.editor-canvas-area__stage{justify-content:center;align-items:center;padding:96px 18px 190px}.editor-zoom-controls{z-index:25;border-radius:14px;gap:6px;width:40px;padding:8px 0;bottom:102px;right:14px}.editor-zoom-controls button{font-size:20px}.editor-zoom-controls__hotkey{bottom:8px;right:calc(100% + 8px)}}@media (width<=390px){.editor-canvas-area__stage{padding:90px 12px 180px}.editor-zoom-controls{bottom:96px;right:10px}}.editor-layout{color:#111;background:#eef1f2;height:100vh;display:flex;overflow:hidden}.editor-layout__workspace{flex-direction:column;width:100%;min-width:0;height:100vh;padding-left:90px;display:flex;overflow:hidden}.editor-layout__body{flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.editor-layout__canvas-wrap{flex:1;min-width:0;min-height:0;display:flex;position:relative}@media (width<=760px){.editor-layout{height:100vh;min-height:100vh;overflow:hidden}.editor-layout__workspace{width:100%;height:100vh;min-height:100vh;margin-left:0;padding-left:0}.editor-layout__body{width:100%;min-height:0}.editor-layout__canvas-wrap{width:100%;min-width:0}}.save-project-modal{z-index:120;place-items:center;display:grid;position:fixed;inset:0}.save-project-modal__backdrop{cursor:pointer;background:#100e226b;border:0;position:absolute;inset:0}.save-project-modal__card{z-index:1;box-sizing:border-box;background:#fff;border-radius:26px;width:min(520px,100vw - 32px);padding:22px 25px 14px;position:relative;box-shadow:0 28px 70px #12102347}.save-project-modal__card h2{color:#070707;margin:0 0 4px;font-size:24px;font-weight:700}.save-project-modal__subtitle{color:#708d96;max-width:370px;margin:0 0 20px;font-size:15px;line-height:1.25}.save-project-modal__option{color:#272d43;width:fit-content;margin:0 0 12px 62px;display:block}.save-project-modal__label{color:#070707;margin-bottom:4px;font-size:13px;font-weight:600;display:block}.save-project-modal__row{color:#708d96;align-items:center;gap:9px;font-size:13px;display:flex}.save-project-modal__row input{accent-color:#29264d;cursor:pointer;width:16px;height:16px}.save-project-modal__option--disabled{opacity:.55}.save-project-modal__actions{justify-content:flex-end;margin-top:18px;display:flex}.save-project-modal__submit{color:#fff;min-width:104px;height:36px;font:inherit;cursor:pointer;background:#ff3d00;border:0;border-radius:14px;padding:0 15px;font-size:13px;font-weight:600}.save-project-modal__submit:disabled{cursor:wait;opacity:.75}.unsaved-changes-modal{z-index:130;place-items:center;display:grid;position:fixed;inset:0}.unsaved-changes-modal__backdrop{cursor:pointer;background:#100e226b;border:0;position:absolute;inset:0}.unsaved-changes-modal__card{z-index:1;box-sizing:border-box;background:#fff;border-radius:26px;width:min(470px,100vw - 32px);padding:24px;position:relative;box-shadow:0 28px 70px #12102347}.unsaved-changes-modal__card h2{color:#272d43;margin:0 0 8px;font-size:24px;line-height:1.1}.unsaved-changes-modal__card p{color:#708d96;margin:0;font-size:15px;line-height:1.35}.unsaved-changes-modal__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-top:24px;display:flex}.unsaved-changes-modal__primary,.unsaved-changes-modal__secondary,.unsaved-changes-modal__ghost{height:36px;font:inherit;cursor:pointer;border:0;border-radius:14px;padding:0 14px;font-size:13px;font-weight:600}.unsaved-changes-modal__primary{color:#fff;background:#ff3d00}.unsaved-changes-modal__secondary{color:#272d43;background:#f1f4f5}.unsaved-changes-modal__ghost{color:#708d96;background:0 0}.share-project-modal{z-index:120;position:fixed;inset:0}.share-project-modal__backdrop{cursor:pointer;background:#12112685;border:0;position:absolute;inset:0}.share-project-modal__content{box-sizing:border-box;background:#fff;border-radius:28px;width:410px;max-width:calc(100vw - 32px);padding:26px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 64px #00000047}.share-project-modal__header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.share-project-modal__header h2{color:#000;margin:0 0 6px;font-size:24px;font-weight:800;line-height:1}.share-project-modal__header p{color:#708d96;margin:0;font-size:14px}.share-project-modal__close{color:#000;cursor:pointer;background:#f1f2f4;border:0;border-radius:999px;width:30px;height:30px;font-size:22px;line-height:1}.share-project-modal__list{flex-direction:column;gap:10px;display:flex}.share-project-modal__list button{color:#000;width:100%;min-height:54px;font:inherit;text-align:left;cursor:pointer;background:#f5f6f7;border:0;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:10px 15px;transition:background-color .16s,transform .16s;display:flex}.share-project-modal__list button:hover:not(:disabled){background:linear-gradient(90deg,#ff4b1f14,#f1f4f5d9);transform:translate(2px)}.share-project-modal__list button:disabled{opacity:.65;cursor:wait}.share-project-modal__list span{flex-direction:column;gap:3px;min-width:0;display:flex}.share-project-modal__list strong{color:#243244;font-size:14px;font-weight:800;line-height:1.1}.share-project-modal__list small{color:#2432449e;font-size:11px;font-weight:500;line-height:1.15}.share-project-modal__list em{color:#ff3d00;flex:none;font-size:12px;font-style:normal;font-weight:700}.share-project-modal__status,.share-project-modal__error{margin:14px 0 0;font-size:13px;font-weight:500;line-height:1.25}.share-project-modal__status{color:#708d96}.share-project-modal__error{color:#ff3d00}.editor-page-loader{color:#262444;background:#eef1f2;place-items:center;min-height:100vh;font-size:18px;font-weight:700;display:grid}.account-page{width:min(calc(100% - var(--workspace-sidebar-width) - 92px), 1190px);margin:-30px auto 0;margin-left:max(calc(var(--workspace-sidebar-width) + 58px), calc(var(--workspace-sidebar-width) + ((100vw - var(--workspace-sidebar-width) - 1190px) / 2)));z-index:6;padding:52px 0 90px;position:relative}.account-hero p{color:#ffffffd1;max-width:520px;margin:0 38px;font-size:18px;line-height:1.55}.account-field-head span{color:#708d96;font-size:17px;font-weight:500}.account-content{grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:80px;display:grid}.account-main{gap:34px;max-width:520px;display:grid}.account-field{gap:12px;display:grid}.account-field>span{color:#708d96;font-size:17px;font-weight:500}.account-input-row{align-items:center;gap:14px;display:flex}.account-input-row input{color:#070707;background:#f8f8f7;border:1px solid #dde3e5;border-radius:10px;outline:none;width:270px;height:48px;padding:0 20px;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s}.account-input-row input:focus{border-color:#ff3d00;box-shadow:0 0 0 4px #ff3f121f}.account-save-btn{color:#fff;cursor:pointer;background:#ff3d00;border:none;border-radius:16px;height:38px;padding:0 20px;font-size:15px;font-weight:500;transition:transform .3s,opacity .3s}.account-save-btn:hover{transform:translateY(-1px)}.account-save-btn:disabled{cursor:not-allowed;opacity:.55}.account-email{color:#000;margin:0;font-size:14px;font-weight:500}.account-notice{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#000;background:#ffffffeb;border:1px solid #dde3e5;border-radius:16px;align-items:center;gap:10px;min-width:210px;max-width:320px;min-height:44px;padding:10px 12px 10px 14px;animation:.25s accountNoticeIn;display:flex;position:fixed;top:26px;right:34px;box-shadow:0 14px 34px #1414141f}.account-notice__dot{border-radius:50%;flex:none;width:8px;height:8px}.account-notice--success .account-notice__dot{background:#2f7d51}.account-notice--error .account-notice__dot{background:#ff3d00}.account-notice span:last-of-type{flex:1;font-size:14px;font-weight:500}.account-notice button{color:#708d96;cursor:pointer;background:#f1f1f1;border:none;border-radius:50%;width:24px;height:24px;font-size:18px;line-height:1;transition:background-color .2s,color .2s}.account-notice button:hover{color:#fff;background:#ff3d00}.account-created{color:#708d96;letter-spacing:-.01em;background:#f8f8f7;border:1px solid #dde3e5;border-radius:999px;width:fit-content;margin-top:2px;padding:7px 11px;font-size:12px;font-weight:500}.account-created strong{color:#000;font-weight:500}.account-delete-confirm{background:#ff3d000a;border:1px solid #ff3d002e;border-radius:18px;align-items:center;gap:14px;width:fit-content;margin-top:12px;padding:10px 10px 10px 14px;display:flex}.account-delete-confirm span{color:#000;font-size:14px;font-weight:500}.account-delete-confirm div{align-items:center;gap:8px;display:flex}.account-cancel-btn{color:#708d96;cursor:pointer;background:#f1f1f1;border:none;border-radius:16px;height:38px;padding:0 18px;font-size:15px;font-weight:500;transition:transform .3s,opacity .3s}.account-cancel-btn:hover{transform:translateY(-1px)}.account-cancel-btn:disabled{cursor:not-allowed;opacity:.55}@keyframes accountNoticeIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.account-logout{max-width:330px}.account-logout h3,.account-delete h3{color:#000;margin:0 0 10px;font-size:17px;font-weight:500}.account-logout p,.account-delete p{color:#708d96;margin:0;font-size:14px;font-weight:500;line-height:1.5}.account-logout-btn{color:#708d96;cursor:pointer;background:#f1f1f1;border:none;border-radius:16px;min-width:60px;height:38px;margin-top:10px;padding:0 20px;font-size:15px;font-weight:500;transition:transform .3s,opacity .3s}.account-logout-btn:hover{transform:translateY(-1px)}.account-divider{background:#dde3e5;width:100%;height:2px;margin:36px 0}.account-delete{max-width:650px}.account-delete-btn{color:#fff;cursor:pointer;background:#ff3d00;border:none;border-radius:16px;min-width:60px;height:38px;margin-top:10px;padding:0 20px;font-size:15px;font-weight:500;transition:transform .3s,opacity .3s}.account-delete-btn:hover{transform:translateY(-1px)}.account-logout-btn:disabled,.account-delete-btn:disabled{cursor:not-allowed;opacity:.55}@media (width<=1180px){.account-page{width:calc(100% - var(--workspace-sidebar-width) - 40px);margin-left:calc(var(--workspace-sidebar-width) + 20px);margin-right:20px;padding-top:40px}.account-content{grid-template-columns:1fr;gap:26px}.account-main,.account-logout{max-width:100%}}@media (width<=900px){.account-hero{min-height:230px;padding:42px 28px 76px}.account-hero h1{letter-spacing:.02em;font-size:44px;line-height:1}.account-hero p{max-width:460px;margin:12px 0 0;font-size:17px;line-height:1.45}.account-page{width:calc(100% - 48px);margin:-38px 24px 0;padding:0 0 150px}.account-content{grid-template-columns:1fr;gap:18px;display:grid}.account-main{gap:18px}.account-field,.account-logout,.account-delete{background:#ffffffeb;border:1px solid #dde3e5;border-radius:24px;padding:22px;box-shadow:0 14px 34px #1414140f}.account-field{gap:14px}.account-input-row{gap:12px;width:100%}.account-input-row input{box-sizing:border-box;border-radius:16px;width:100%;height:52px;font-size:16px}.account-created{box-sizing:border-box;width:fit-content;max-width:100%}.account-email{word-break:break-word;font-size:16px;line-height:1.4}.account-logout h3,.account-delete h3{font-size:22px;line-height:1.25}.account-logout p,.account-delete p{font-size:16px}.account-divider{margin:28px 0}}@media (width<=760px){.account-hero{align-items:flex-start;min-height:210px;padding:34px 20px 72px}.account-hero h1{font-size:38px;line-height:1}.account-hero p{max-width:310px;margin-top:12px;font-size:16px;line-height:1.4}.account-page{width:calc(100% - 28px);padding-bottom:calc(190px + env(safe-area-inset-bottom));margin:-42px 14px 0}.account-field,.account-logout,.account-delete{border-radius:22px;padding:20px}.account-field-head span,.account-field>span{font-size:17px;font-weight:600}.account-input-row{flex-direction:column;align-items:stretch;gap:12px}.account-input-row input{border-radius:17px;height:54px;padding:0 18px;font-size:16px}.account-save-btn,.account-logout-btn,.account-delete-btn,.account-cancel-btn{border-radius:14px;width:fit-content;min-width:108px;height:36px;padding:0 20px;font-size:14px;font-weight:600}.account-logout-btn{align-self:flex-end}.account-logout{flex-direction:column;align-items:flex-start;display:flex}.account-created{text-align:center;width:100%;padding:10px 14px;font-size:14px}.account-logout{text-align:left}.account-logout h3,.account-delete h3{margin-bottom:8px;font-size:21px}.account-logout-btn,.account-delete-btn{margin-top:18px}.account-divider{height:1px;margin:24px 0}.account-delete-confirm{box-sizing:border-box;border-radius:20px;flex-direction:column;align-items:stretch;width:100%;padding:16px}.account-delete-confirm span{text-align:center;font-size:15px}.account-delete-confirm div{flex-direction:column;width:100%}.account-notice{box-sizing:border-box;width:auto;min-width:0;max-width:none;top:16px;left:14px;right:14px}}@media (width<=520px){.account-hero{min-height:190px;padding:28px 18px 68px}.account-hero h1{font-size:34px}.account-hero p{max-width:280px;font-size:15px}.account-page{width:calc(100% - 20px);margin-left:10px;margin-right:10px}.account-field,.account-logout,.account-delete{border-radius:20px;padding:18px}.account-logout h3,.account-delete h3{font-size:19px}.account-logout p,.account-delete p{font-size:14px}.account-email{font-size:15px}}@font-face{font-family:Graphik;src:url(/assets/Graphik-Regular-N28DxxNh.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Graphik;src:url(/assets/Graphik-Medium-BQNstxvI.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Graphik;src:url(/assets/Graphik-Semibold-dlrGubo4.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Graphik;src:url(/assets/Graphik-Bold-H00sfL2C.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#fff;background:#111;margin:0;font-family:Graphik,Arial,Helvetica,sans-serif}button,input,textarea,select{font-family:inherit}button{cursor:pointer}a{color:inherit}
