html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}*,:after,:before{box-sizing:border-box}html{min-width:320px;background:#f7f7f8;color:#202124;font-family:Inter,Arial,sans-serif;scroll-behavior:smooth}body{min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}.container{width:min(100% - 32px,1440px);margin:0 auto}.app-layout{display:flex;min-height:100vh;flex-direction:column}.app-layout__main{flex:1}.app-header{position:sticky;z-index:100;top:0;border-bottom:1px solid #e8e8eb;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-header__container{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:24px}.app-header__logo{display:flex;align-items:center;flex:0 0 auto;gap:11px}.app-header__logo-icon{display:grid;width:38px;height:38px;border-radius:12px;background:#ff4365;box-shadow:5px 5px #ffc83d;color:#fff;font-size:18px;font-weight:800;place-items:center;transform:rotate(-3deg)}.app-header__logo-text{color:#202124;font-size:20px;font-weight:750;letter-spacing:-.03em}.app-header__navigation{display:flex;align-items:center;justify-content:center;gap:6px}.app-header__navigation-link{padding:9px 12px;border-radius:8px;color:#686b73;font-size:13px;font-weight:650;white-space:nowrap;transition:background-color .18s ease,color .18s ease}.app-header__navigation-link:hover{background:#fff0f3;color:#ff4365}.app-header__navigation-link:focus-visible{outline:2px solid #ff4365;outline-offset:2px}.app-header__status{display:flex;align-items:center;padding:7px 11px;border-radius:100px;background:#effaf5;color:#18a66a;flex:0 0 auto;font-size:12px;font-weight:650;gap:8px}.app-header__status-dot{width:7px;height:7px;border-radius:50%;background:#18a66a}@media(max-width:800px){.app-header__status{display:none}}@media(max-width:600px){.app-header__container{min-height:62px;gap:14px}.app-header__logo-icon{width:34px;height:34px;border-radius:10px;box-shadow:4px 4px #ffc83d;font-size:16px}.app-header__logo-text{display:none}.app-header__navigation{margin-left:auto}.app-header__navigation-link{padding:8px;font-size:12px}}@media(max-width:390px){.app-header__navigation{gap:0}.app-header__navigation-link{padding:7px 6px;font-size:11px}}.app-footer{padding:64px 0 28px;border-top:1px solid #35363b;background:#202124;color:#fff}.app-footer__container{display:grid;gap:44px;grid-template-columns:minmax(240px,1fr) minmax(300px,1fr)}.app-footer__main{max-width:420px}.app-footer__logo{display:inline-flex;align-items:center;font-size:20px;font-weight:750;gap:12px}.app-footer__logo-icon{display:grid;width:38px;height:38px;border-radius:12px;background:#ff4365;box-shadow:5px 5px #ffc83d;place-items:center;transform:rotate(-3deg)}.app-footer__description{margin:24px 0 0;color:#b5b7bd;line-height:1.7}.app-footer__notice{padding:24px;border:1px solid #3b3c42;border-radius:14px;background:#292a2f}.app-footer__notice-title{color:#ffc83d;font-size:14px}.app-footer__notice-text{margin:12px 0 0;color:#b5b7bd;font-size:14px;line-height:1.7}.app-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:24px;border-top:1px solid #35363b;color:#8f9198;font-size:12px;grid-column:1/-1}.app-footer__link{color:#bfc0c5;transition:color .18s ease}.app-footer__link:hover{color:#ff4365}@media(max-width:700px){.app-footer{padding-top:48px}.app-footer__container{gap:32px;grid-template-columns:1fr}.app-footer__bottom{align-items:flex-start;flex-direction:column;gap:12px}}.home-page{background:#f7f7f8}.home-page__first-screen{display:flex;min-height:calc(100svh - 68px);background:radial-gradient(circle at 8% 30%,rgba(255,67,101,.04),transparent 28%),radial-gradient(circle at 92% 70%,rgba(66,99,235,.04),transparent 26%),#f7f7f8;flex-direction:column}.home-page__intro{padding:30px 0 26px}@media(max-width:850px){.home-page__first-screen{min-height:auto}}@media(max-width:600px){.home-page__intro{padding:26px 0 22px}}.home-hero{position:relative;z-index:1;display:grid;align-items:end;gap:60px;grid-template-columns:minmax(0,1fr) 430px}.home-hero__title{margin:0;color:#202124;font-size:clamp(42px,3.4vw,58px);font-weight:780;letter-spacing:-.055em;line-height:1}.home-hero__title-accent{color:#ff4365}.home-hero__description{margin:0 0 2px;color:#686b73;font-size:17px;line-height:1.55}@media(max-width:1050px){.home-hero{display:block}.home-hero__description{max-width:650px;margin-top:16px}}@media(max-width:600px){.home-hero__title{font-size:38px;line-height:1.05}.home-hero__title-accent{display:block}.home-hero__description{margin-top:14px;font-size:15px}}.workspace{display:flex;padding:0 0 28px;flex:1;scroll-margin-top:68px}.workspace__container{display:flex;min-height:100%;flex-direction:column}.workspace__panels{display:grid;align-items:stretch;flex:1;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-panel{display:flex;overflow:hidden;border:1px solid #d7d8dc;border-radius:20px;background:#fff;box-shadow:0 3px 8px #2021240f,0 14px 34px #20212412;flex-direction:column}.workspace-panel__header{display:flex;min-height:78px;align-items:center;justify-content:space-between;padding:15px 21px;border-bottom:1px solid #e8e8eb;gap:20px}.workspace-panel__eyebrow{display:block;margin-bottom:4px;color:#686b73;font-size:11px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.workspace-panel__title{margin:0;color:#202124;font-size:20px;letter-spacing:-.025em}.workspace-panel__number{display:grid;width:38px;height:38px;border-radius:10px;background:#fff0f3;color:#ff4365;flex:0 0 auto;font-size:12px;font-weight:800;place-items:center}@media(max-width:850px){.workspace{padding-bottom:64px}.workspace__panels{grid-template-columns:1fr}}@media(max-width:600px){.workspace{scroll-margin-top:62px}.workspace-panel__header{min-height:72px;padding:14px 16px}.workspace-panel__title{font-size:18px}}.upload-panel__body{display:flex;height:100%;padding:14px;flex-direction:column}.upload-panel__input{display:none}.upload-panel__dropzone{position:relative;display:flex;min-height:clamp(310px,35svh,390px);align-items:center;justify-content:center;overflow:hidden;padding:30px;border:2px dashed #d7d8dc;border-radius:14px;background:linear-gradient(#f7f7f8f0,#f7f7f8f0),repeating-conic-gradient(#e7e7ea 0 25%,#fff 0 50%) 0 0/20px 20px;flex:1;flex-direction:column;text-align:center;transition:border-color .18s ease,background-color .18s ease}.upload-panel__dropzone--active,.upload-panel__dropzone:hover{border-color:#ff4365;background:#fff0f3}.upload-panel__dropzone--filled{padding:0;border-style:solid}.upload-panel__dropzone--filled,.upload-panel__dropzone--filled:hover{background:repeating-conic-gradient(#e4e5e8 0 25%,#fff 0 50%) 0 0/24px 24px}.upload-panel__dropzone--disabled{pointer-events:none}.upload-panel__icon{display:grid;width:66px;height:66px;margin-bottom:20px;border-radius:19px;background:#ff4365;box-shadow:7px 7px #ffc83d;color:#fff;place-items:center;transform:rotate(-3deg)}.upload-panel__icon svg{width:30px;height:30px;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.upload-panel__title{margin:0;color:#202124;font-size:21px;letter-spacing:-.025em}.upload-panel__description{margin:8px 0 20px;color:#686b73;font-size:14px}.upload-panel__button{min-height:46px;padding:0 26px;border:0;border-radius:8px;background:#ff4365;box-shadow:0 5px #c92d4a;color:#fff;cursor:pointer;font-size:14px;font-weight:700;transition:background-color .18s ease,box-shadow .18s ease,opacity .18s ease,transform .18s ease}.upload-panel__button:hover:not(:disabled){background:#e93657;box-shadow:0 3px #c92d4a;transform:translateY(2px)}.upload-panel__button:active:not(:disabled){box-shadow:none;transform:translateY(5px)}.upload-panel__button:disabled{cursor:wait;opacity:.65}.upload-panel__preview{display:block;width:100%;height:100%;min-height:clamp(310px,35svh,390px);max-height:390px;-o-object-fit:contain;object-fit:contain}.upload-panel__preview-overlay{position:absolute;right:14px;bottom:14px;left:14px;display:flex;min-width:0;align-items:center;justify-content:space-between;padding:10px;border:1px solid hsla(0,0%,100%,.7);border-radius:10px;background:#ffffffeb;box-shadow:0 8px 24px #20212424;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:12px}.upload-panel__file-name{overflow:hidden;color:#202124;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.upload-panel__change-button{min-height:34px;padding:0 12px;border:1px solid #d7d8dc;border-radius:7px;background:#fff;color:#202124;cursor:pointer;flex:0 0 auto;font-size:12px;font-weight:700;transition:border-color .18s ease,color .18s ease,opacity .18s ease}.upload-panel__change-button:hover:not(:disabled){border-color:#ff4365;color:#ff4365}.upload-panel__change-button:disabled{cursor:not-allowed;opacity:.55}.upload-panel__process-button{display:flex;min-height:48px;align-items:center;justify-content:center;padding:0 24px;border:0;border-radius:8px;margin-top:12px;background:#ff4365;box-shadow:0 5px #c92d4a;color:#fff;cursor:pointer;font-size:14px;font-weight:750;gap:10px;transition:background-color .18s ease,box-shadow .18s ease,opacity .18s ease,transform .18s ease}.upload-panel__process-button:hover:not(:disabled){background:#e93657;box-shadow:0 3px #c92d4a;transform:translateY(2px)}.upload-panel__process-button:active:not(:disabled){box-shadow:none;transform:translateY(5px)}.upload-panel__process-button:disabled{cursor:wait;opacity:.7}.upload-panel__spinner{width:17px;height:17px;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;animation:upload-spinner .7s linear infinite}.upload-panel__error{padding:10px 12px;border:1px solid rgba(201,45,74,.25);border-radius:8px;margin:12px 0 0;background:#c92d4a14;color:#b5223e;font-size:13px;font-weight:650;line-height:1.4}.upload-panel__requirements{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:12px 3px 0;gap:16px}.upload-panel__requirements-label{color:#202124;font-size:13px;font-weight:700}.upload-panel__requirements-list{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.upload-panel__requirement{padding:7px 10px;border:1px solid #e8e8eb;border-radius:7px;background:#f0f0f2;color:#686b73;font-size:11px;font-weight:650;white-space:nowrap}@keyframes upload-spinner{to{transform:rotate(1turn)}}@media(max-width:600px){.upload-panel__body{padding:12px}.upload-panel__dropzone{min-height:310px;padding:26px 16px}.upload-panel__dropzone--filled{padding:0}.upload-panel__preview{min-height:310px}.upload-panel__preview-overlay{right:10px;bottom:10px;left:10px;align-items:stretch;flex-direction:column}.upload-panel__file-name{text-align:left}.upload-panel__change-button{width:100%}.upload-panel__requirements{align-items:flex-start;flex-direction:column;gap:9px}.upload-panel__requirements-list{justify-content:flex-start}}.result-panel__body{display:flex;height:100%;padding:14px;flex-direction:column}.result-panel__preview{display:flex;min-height:clamp(310px,35svh,390px);flex:1}.result-panel__placeholder{display:flex;width:100%;min-height:clamp(310px,35svh,390px);align-items:center;justify-content:center;padding:30px;border:1px solid #e8e8eb;border-radius:14px;background:repeating-conic-gradient(#e4e5e8 0 25%,#fff 0 50%) 0 0/24px 24px;flex-direction:column;text-align:center}.result-panel__placeholder-icon{display:grid;width:66px;height:66px;margin-bottom:20px;border:1px solid #d7d8dc;border-radius:19px;background:#fffffff0;box-shadow:0 8px 22px #2021241a;color:#686b73;place-items:center}.result-panel__placeholder-icon svg{width:30px;height:30px;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.result-panel__placeholder-title{padding:7px 12px;border-radius:7px;margin:0;background:#ffffffe6;color:#202124;font-size:21px;letter-spacing:-.025em}.result-panel__placeholder-description{padding:5px 10px;border-radius:6px;margin:5px 0 0;background:#ffffffdb;color:#686b73;font-size:14px}.result-panel__result{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e8e8eb;border-radius:14px;background:repeating-conic-gradient(#e4e5e8 0 25%,#fff 0 50%) 0 0/24px 24px}.result-panel__image,.result-panel__result{width:100%;min-height:clamp(310px,35svh,390px)}.result-panel__image{display:block;height:100%;max-height:390px;-o-object-fit:contain;object-fit:contain}.result-panel__download{position:absolute;right:14px;bottom:14px;min-height:42px;padding:0 18px;border:0;border-radius:9px;background:#ff4365;box-shadow:0 4px #c92d4a,0 9px 24px #2021242e;color:#fff;cursor:pointer;font-size:13px;font-weight:750;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.result-panel__download:hover{background:#e93657;box-shadow:0 2px #c92d4a,0 7px 20px #20212429;transform:translateY(2px)}.result-panel__download:active{box-shadow:none;transform:translateY(4px)}.result-panel__loader{width:48px;height:48px;border:4px solid rgba(201,45,74,.18);border-top-color:#ff4365;border-radius:50%;margin-bottom:20px;animation:result-loader .8s linear infinite}.result-panel__information{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:12px 3px 0;color:#686b73;font-size:12px;font-weight:650;flex-wrap:wrap;gap:12px 16px}.result-panel__information-item{display:flex;align-items:center;gap:7px}.result-panel__information-dot{width:8px;height:8px;border-radius:50%;background:#18a66a;box-shadow:0 0 0 4px #18a66a1f}@keyframes result-loader{to{transform:rotate(1turn)}}@media(max-width:600px){.result-panel__body{padding:12px}.result-panel__image,.result-panel__placeholder,.result-panel__preview,.result-panel__result{min-height:310px}.result-panel__placeholder{padding:26px 16px}.result-panel__download{right:10px;bottom:10px;left:10px;width:calc(100% - 20px)}.result-panel__information{align-items:flex-start;flex-direction:column;gap:9px}}.model-selector{margin-top:18px;padding:20px;border:1px solid #d7d8dc;border-radius:20px;background:#fff;box-shadow:0 3px 8px #2021240f,0 14px 34px #20212412}.model-selector__top{display:grid;align-items:center;gap:30px;grid-template-columns:290px minmax(0,1fr)}.model-selector__heading{display:flex;align-items:center;gap:12px}.model-selector__step{display:grid;width:38px;height:38px;border-radius:10px;background:#fff0f3;color:#ff4365;flex:0 0 auto;font-size:12px;font-weight:800;place-items:center}.model-selector__title{margin:0;color:#202124;font-size:19px;letter-spacing:-.025em}.model-selector__subtitle{margin:4px 0 0;color:#686b73;font-size:12px}.model-selector__control{display:grid;overflow:hidden;padding:4px;border:1px solid #d7d8dc;border-radius:11px;background:#f0f0f2;grid-template-columns:repeat(3,1fr)}.model-selector__button{min-height:44px;padding:0 18px;border:0;border-radius:8px;background:transparent;color:#686b73;font-size:14px;font-weight:700;transition:background-color .18s ease,box-shadow .18s ease,color .18s ease}.model-selector__button:hover:not(.model-selector__button--active){color:#202124}.model-selector__button--active{background:#fff;box-shadow:0 2px 7px #2021241a;color:#ff4365}.model-selector__button:focus-visible{outline:2px solid #ff4365;outline-offset:-2px}.model-selector__description{display:grid;min-height:70px;align-items:center;padding:17px 3px 0;gap:30px;grid-template-columns:minmax(0,1fr) auto}.model-selector__description-main{display:grid;align-items:baseline;gap:6px 12px;grid-template-columns:auto minmax(0,1fr)}.model-selector__model-name{color:#ff4365;font-size:12px;font-weight:750;grid-column:1;white-space:nowrap}.model-selector__model-text{margin:0;color:#202124;font-size:14px;line-height:1.5;grid-column:2;grid-row:1}.model-selector__best-for{margin:0;color:#686b73;font-size:12px;line-height:1.5;grid-column:1/-1}.model-selector__best-for strong{color:#202124}.model-selector__properties{display:flex;gap:10px}.model-selector__property{display:flex;min-width:112px;padding:10px 13px;border-radius:9px;background:#f7f7f8;flex-direction:column;gap:3px}.model-selector__property-label{color:#686b73;font-size:10px}.model-selector__property-value{color:#202124;font-size:12px}.model-description-enter-active,.model-description-leave-active{transition:opacity .18s ease,transform .18s ease}.model-description-enter-from{opacity:0;transform:translateY(5px)}.model-description-leave-to{opacity:0;transform:translateY(-5px)}@media(max-width:950px){.model-selector__description,.model-selector__top{gap:18px;grid-template-columns:1fr}.model-selector__description{align-items:start}.model-selector__description-main{display:block}.model-selector__best-for,.model-selector__model-text{margin-top:7px}}@media(max-width:600px){.model-selector{padding:16px}.model-selector__top{gap:16px}.model-selector__control{grid-template-columns:1fr}.model-selector__button{min-height:42px}.model-selector__description{padding-top:16px}.model-selector__properties{display:grid;width:100%;grid-template-columns:repeat(2,1fr)}.model-selector__property{min-width:0}}.section-heading{max-width:650px}.section-heading__label{display:inline-block;margin-bottom:14px;color:#ff4365;font-size:13px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.section-heading__title{margin:0;color:#202124;font-size:clamp(34px,4vw,48px);letter-spacing:-.04em;line-height:1.1}.section-heading__description{margin:18px 0 0;color:#686b73;font-size:17px;line-height:1.65}@media(max-width:600px){.section-heading__description{font-size:16px}}.how-it-works{padding:100px 0;background:#fff;scroll-margin-top:68px}.how-it-works__grid{display:grid;margin-top:52px;gap:20px;grid-template-columns:repeat(3,1fr)}.how-it-works__item{position:relative;overflow:hidden;min-height:240px;padding:30px;border:1px solid #e8e8eb;border-radius:20px;background:#f7f7f8}.how-it-works__item:nth-child(2){background:#fff0f3}.how-it-works__item:nth-child(3){background:#edf1ff}.how-it-works__number{display:block;margin-bottom:45px;color:#ff4365;font-size:14px;font-weight:800}.how-it-works__title{margin:0;color:#202124;font-size:21px;letter-spacing:-.02em}.how-it-works__description{margin:12px 0 0;color:#686b73;line-height:1.6}@media(max-width:950px){.how-it-works__grid{grid-template-columns:1fr}.how-it-works__item{min-height:auto}.how-it-works__number{margin-bottom:28px}}@media(max-width:600px){.how-it-works{padding:72px 0;scroll-margin-top:62px}.how-it-works__grid{margin-top:36px}.how-it-works__item{padding:24px}}.faq{padding:100px 0;background:#f7f7f8;scroll-margin-top:68px}.faq__container{display:grid;align-items:start;gap:80px;grid-template-columns:minmax(280px,400px) minmax(0,1fr)}.faq__heading{position:sticky;top:100px}.faq__list{display:flex;flex-direction:column;gap:12px}.faq__item{overflow:hidden;border:1px solid #e8e8eb;border-radius:14px;background:#fff;transition:border-color .18s ease}.faq__item[open]{border-color:#ff4365}.faq__question{display:flex;min-height:72px;align-items:center;justify-content:space-between;padding:20px 22px;color:#202124;cursor:pointer;font-weight:700;gap:20px;list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__question:focus-visible{outline:2px solid #ff4365;outline-offset:-2px}.faq__icon{position:relative;width:18px;height:18px;flex:0 0 auto}.faq__icon:after,.faq__icon:before{position:absolute;top:50%;left:50%;width:14px;height:2px;background:#ff4365;content:"";transform:translate(-50%,-50%);transition:transform .18s ease}.faq__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.faq__item[open] .faq__icon:after{transform:translate(-50%,-50%)}.faq__answer{padding:0 22px 22px;color:#686b73;line-height:1.65}.faq__answer p{margin:0}@media(max-width:950px){.faq__container{gap:48px;grid-template-columns:1fr}.faq__heading{position:static}}@media(max-width:600px){.faq{padding:72px 0;scroll-margin-top:62px}.faq__container{gap:36px}.faq__question{min-height:64px;padding:18px}.faq__answer{padding:0 18px 18px}}
