.app{min-width:320px;min-height:480px;height:100%;display:flex;flex-direction:column;overflow:hidden}.app__header{flex-shrink:0;height:56px;display:flex;align-items:center;border-bottom:1px solid #e8e8e8;background:#fff}.app__header-left{width:360px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem}.app__brand{font-size:1.1rem;font-weight:700;color:#111;text-decoration:none;letter-spacing:-.02em;white-space:nowrap}.app__brand:hover{color:#333}.app__header-right{flex:1;display:flex;align-items:center;justify-content:flex-end;padding-right:1.25rem}.app__header-download{padding:.45rem 1rem;font-size:.9rem;font-family:inherit;font-weight:500;cursor:pointer;background:#111;color:#fff;border:none;border-radius:8px}.app__header-download:hover{background:#333}.app__body{flex:1;min-height:0;display:flex;flex-direction:row;overflow:hidden}.chat-panel{width:0;flex-shrink:0;display:flex;flex-direction:column;height:100%;border-right:0px solid #e8e8e8;background:#fafafa;overflow:hidden;transition:width .28s cubic-bezier(.4,0,.2,1),border-right-width .28s}.chat-panel--open{width:360px;border-right-width:1px}.chat-panel__inner{width:360px;flex-shrink:0;display:flex;flex-direction:column;height:100%}.chat-panel__messages{flex:1;overflow-y:auto;padding:1rem 1rem .5rem;display:flex;flex-direction:column;gap:.75rem;scroll-behavior:smooth}.chat-panel__empty{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:1.5rem}.chat-panel__empty p{font-size:.9rem;color:#999;margin:0;line-height:1.6}.chat-panel__input-area{flex-shrink:0;padding:.75rem 1rem 1rem;border-top:1px solid #efefef;display:flex;flex-direction:column;gap:0;background:#fafafa}.chat-message{display:flex;align-items:flex-end;gap:.5rem}.chat-message--user{flex-direction:row-reverse}.chat-message__avatar{width:28px;height:28px;flex-shrink:0}.chat-message__avatar svg{width:100%;height:100%}.chat-message__bubble{max-width:78%;padding:.55rem .85rem;border-radius:14px;font-size:.875rem;line-height:1.5;word-break:break-word;display:flex;align-items:center;gap:.5rem}.chat-message--user .chat-message__bubble{background:#111;color:#fff;border-bottom-right-radius:4px}.chat-message--ai .chat-message__bubble{background:#fff;color:#222;border:1px solid #e8e8e8;border-bottom-left-radius:4px}.chat-message__bubble--status{color:#666;font-style:italic}.chat-message__bubble--error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.chat-message__bubble--success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.chat-message__dots{display:inline-flex;gap:3px;align-items:center;flex-shrink:0}.chat-message__dots span{display:inline-block;width:5px;height:5px;border-radius:50%;background:currentColor;animation:chat-dot-bounce 1.2s ease-in-out infinite}.chat-message__dots span:nth-child(2){animation-delay:.2s}.chat-message__dots span:nth-child(3){animation-delay:.4s}@keyframes chat-dot-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}.app__chat-toggle{display:grid;place-items:center;width:34px;height:34px;flex-shrink:0;padding:0;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;color:#888;transition:background .15s,color .15s,border-color .15s}.app__chat-toggle svg{width:17px;height:17px}.app__chat-toggle:hover{background:#f3f3f3;color:#111;border-color:#ccc}.app__chat-toggle--open{background:#111;color:#fff;border-color:#111}.app__chat-toggle--open:hover{background:#333;border-color:#333;color:#fff}.app__preview{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;overflow:hidden;background:#fff}.app__preview-main{flex:1;display:flex;align-items:center;justify-content:center;overflow:auto;padding:2rem}.idle-cat{width:280px;height:280px;flex-shrink:0}.idle-cat__svg{width:100%;height:100%;overflow:visible}.idle-cat__yarn{transform-origin:195px 220px;animation:idle-cat-yarn 2.5s ease-in-out infinite}.idle-cat__paw{transform-origin:130px 195px;animation:idle-cat-paw 1.8s ease-in-out infinite}.idle-cat__tail{transform-origin:95px 200px;animation:idle-cat-tail 3s ease-in-out infinite}.idle-cat__eye{transform-origin:center;animation:idle-cat-blink 4s ease-in-out infinite}@keyframes idle-cat-yarn{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-8px,4px) rotate(15deg)}50%{transform:translate(-4px,2px) rotate(-5deg)}75%{transform:translate(-10px,3px) rotate(10deg)}}@keyframes idle-cat-paw{0%,to{transform:translate(0) rotate(-5deg)}40%{transform:translate(28px,-12px) rotate(15deg)}70%{transform:translate(20px,-5px) rotate(8deg)}}@keyframes idle-cat-tail{0%,to{transform:rotate(0)}50%{transform:rotate(8deg)}}@keyframes idle-cat-blink{0%,45%,55%,to{transform:scaleY(1)}50%{transform:scaleY(.1)}}.logo-input{display:flex;flex-direction:column;gap:.5rem;box-sizing:border-box}.logo-input__row{display:flex;flex-direction:row;align-items:flex-end;gap:.5rem;min-height:48px;box-sizing:border-box;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:.4rem .75rem;box-shadow:0 1px 6px #0000000f}.logo-input__field-wrap{flex:1;min-width:0;height:40px;min-height:40px;max-height:220px;box-sizing:border-box}.logo-input__field-wrap--rotating{position:relative}.logo-input__rotating-hint{position:absolute;left:0;right:0;top:.45rem;pointer-events:none;color:#737373;font-size:.9rem;line-height:1.4;white-space:pre-wrap;word-break:break-word}.logo-input__field-wrap--stacked .logo-input__rotating-hint{top:.15rem}.logo-input__rotating-hint-text{vertical-align:baseline}.logo-input__rotating-cursor{display:inline;font-weight:300;margin-left:.5px;animation:logo-input-cursor-blink 1s step-end infinite}@keyframes logo-input-cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}.logo-input__field{width:100%;height:100%;min-height:40px;max-height:220px;padding:.45rem 0;font-size:.9rem;font-family:inherit;line-height:1.4;border:none;border-radius:0;resize:none;box-sizing:border-box;background:transparent;overflow-y:auto;display:block;color:#111}.logo-input__field::placeholder{color:#737373}.logo-input__field:focus{outline:none}.logo-input__footer{display:flex;justify-content:flex-end;align-items:center;gap:.25rem;flex-shrink:0;margin-bottom:6px}.logo-input__submit{display:grid;place-items:center;width:32px;height:32px;padding:0;line-height:0;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;background:#111;color:#fff}.logo-input__submit:hover:not(:disabled){background:#333}.logo-input__submit:disabled{background:#ccc;cursor:not-allowed}.logo-input__submit-icon{width:17px;height:17px;display:block}.logo-input__submit--labeled{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:auto;min-width:auto;height:auto;min-height:32px;padding:.35rem .85rem .35rem .75rem;border-radius:999px;line-height:1.2;font-size:.8125rem;font-weight:600;font-family:inherit}.logo-input__submit-label{white-space:nowrap}.logo-input__submit-icon--in-label{width:15px;height:15px;flex-shrink:0}.logo-input--stacked{gap:0}.logo-input__stacked-card{display:flex;flex-direction:column;align-items:stretch;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 1px 6px #0000000f;overflow:hidden;box-sizing:border-box}.logo-input__stacked-field{padding:.65rem .75rem .5rem;box-sizing:border-box}.logo-input__field-wrap--stacked{width:100%;min-width:0;min-height:48px;max-height:220px;box-sizing:border-box}.logo-input--stacked .logo-input__field{padding:.15rem 0;min-height:40px}.logo-input__stacked-actions{display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;min-height:52px;padding:.5rem .75rem;background:#fff;box-sizing:border-box}.loading-state{text-align:center}.loading-state__spinner{width:40px;height:40px;margin:0 auto 1rem;border:3px solid #eee;border-top-color:#111;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-state__text{font-size:.95rem;color:#666;margin:0}.logo-result{display:flex;flex-direction:column;align-items:center;gap:1rem}.logo-result__image{max-width:100%;max-height:calc(100vh - 180px);height:auto;border-radius:10px;box-shadow:0 4px 20px #0000001a}.credit-bar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;overflow:hidden;max-height:0;opacity:0;margin-bottom:0;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .25s ease,margin-bottom .3s cubic-bezier(.4,0,.2,1)}.credit-bar--visible{max-height:44px;opacity:1;margin-bottom:.5rem}.credit-bar__label{font-size:.8rem;color:#555;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.credit-bar__topup{flex-shrink:0;border:none;background:none;font-size:.8rem;font-family:inherit;font-weight:600;color:#111;cursor:pointer;padding:.25rem .65rem;border-radius:8px;background:#ececec;transition:background .15s;white-space:nowrap}.credit-bar__topup:hover{background:#e0e0e0}.topup-modal{max-width:420px}.topup-modal__card{width:40%;aspect-ratio:1 / 1;background:#f7f7f7;border:1px solid #e8e8e8;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-sizing:border-box}.topup-modal__card-credits{display:flex;flex-direction:column;align-items:center;gap:.3rem}.topup-modal__card-num{font-size:2.5rem;font-weight:800;color:#111;letter-spacing:-.04em;line-height:1}.topup-modal__card-word{font-size:1rem;font-weight:500;color:#888}.topup-modal__select{width:100%;padding:.7rem .9rem;font-size:.95rem;font-family:inherit;border:1px solid #e0e0e0;border-radius:10px;background:#fafafa;color:#111;cursor:pointer;outline:none;box-sizing:border-box;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;margin-bottom:0;transition:border-color .15s}.topup-modal__select:focus{border-color:#111;background:#fff}.topup-modal__cta{margin-top:1rem}.topup-modal__cta:disabled{opacity:.4;cursor:not-allowed}.topup-modal__soon{margin:.75rem 0 0;font-size:.8rem;color:#aaa;text-align:center}.oauth-callback{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#fafafa;box-sizing:border-box}.oauth-callback__text{margin:0;font-size:.95rem;color:#6b7280;text-align:center}.auth-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.auth-modal{position:relative;background:#fff;border-radius:16px;padding:2rem 1.75rem 1.75rem;width:100%;max-width:400px;box-shadow:0 8px 40px #0000002e;box-sizing:border-box}.auth-modal__close{position:absolute;top:1rem;right:1rem;width:28px;height:28px;border:none;background:none;cursor:pointer;font-size:1rem;color:#888;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0}.auth-modal__close:hover{background:#f0f0f0;color:#111}.auth-modal__back{border:none;background:none;cursor:pointer;font-size:.875rem;color:#666;padding:0;margin-bottom:1rem;display:inline-block}.auth-modal__back:hover{color:#111}.auth-modal__title{font-size:1.25rem;font-weight:700;margin:0 0 .25rem;color:#111;letter-spacing:-.02em}.auth-modal__subtitle{font-size:.9rem;color:#666;margin:0 0 1.5rem}.auth-modal__code{font-family:ui-monospace,monospace;font-size:.85em;word-break:break-all;color:#333}.auth-modal__btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.7rem 1rem;font-size:.95rem;font-family:inherit;border-radius:10px;cursor:pointer;border:1px solid #e0e0e0;background:#fff;color:#111;font-weight:500;transition:background .15s;box-sizing:border-box}.auth-modal__btn:disabled{opacity:.55;cursor:not-allowed}.auth-modal__btn--google:hover:not(:disabled){background:#f7f7f7}.auth-modal__btn--email{color:#444}.auth-modal__btn--email:hover:not(:disabled){background:#f7f7f7}.auth-modal__btn--primary{background:#111;color:#fff;border-color:#111;margin-top:.75rem}.auth-modal__btn--primary:hover:not(:disabled){background:#333;border-color:#333}.auth-modal__google-icon{width:20px;height:20px;flex-shrink:0}.auth-modal__divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0;color:#bbb;font-size:.85rem}.auth-modal__divider:before,.auth-modal__divider:after{content:"";flex:1;height:1px;background:#e8e8e8}.auth-modal__form{display:flex;flex-direction:column;gap:0}.auth-modal__input{width:100%;padding:.7rem .9rem;font-size:.95rem;font-family:inherit;border:1px solid #e0e0e0;border-radius:10px;outline:none;box-sizing:border-box;background:#fafafa}.auth-modal__input:focus{border-color:#111;background:#fff}.auth-modal__input--otp{text-align:center;font-size:1.5rem;letter-spacing:.2em;font-weight:600}.auth-modal__error{margin:.5rem 0 0;font-size:.85rem;color:#b91c1c}.auth-modal__sent-icon{font-size:2.5rem;margin-bottom:.75rem;line-height:1}.error-state{margin-top:1rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;text-align:center}.error-state__message{margin:0 0 .75rem;color:#b91c1c}.error-state__detail{margin:0 0 .75rem;font-size:.85rem;color:#991b1b;font-family:ui-monospace,monospace}.error-state__retry{padding:.5rem 1rem;font-size:.95rem;cursor:pointer;background:#fff;border:1px solid #f87171;border-radius:6px;color:#b91c1c}.error-state__retry:hover{background:#fee2e2}.landing{min-height:100vh;display:flex;flex-direction:column;background:#fafafa;overflow-x:clip;box-sizing:border-box;max-width:100%}.landing__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:56px;padding:.35rem clamp(1rem,4vw,2rem);border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0;box-sizing:border-box}.landing__header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.landing__header-btn{font-family:inherit;font-size:.8125rem;font-weight:600;line-height:1.2;padding:.45rem .85rem;border-radius:999px;cursor:pointer;border:none;box-sizing:border-box;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.landing__header-btn--outline{background:#fff;color:#111;border:1px solid #d1d5db}.landing__header-btn--outline:hover{background:#f9fafb;border-color:#9ca3af}.landing__header-btn--accent{background:#111;color:#fff}.landing__header-btn--accent:hover{background:#333}@media(max-width:380px){.landing__header-btn{padding:.4rem .6rem;font-size:.75rem}}.landing__brand{display:inline-flex;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;color:#111;text-decoration:none;letter-spacing:-.01em}.landing__brand-mark{width:28px;height:28px;flex-shrink:0;border-radius:8px;background:linear-gradient(145deg,#1a1a1a,#404040);box-shadow:0 1px 2px #0000001f}.landing__brand:hover{color:#333}.landing__main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem clamp(1rem,4vw,1.5rem) 4rem;gap:2.5rem;width:100%;max-width:100%;box-sizing:border-box}.landing__hero{text-align:center;max-width:min(620px,100%);width:100%;box-sizing:border-box;overflow-wrap:break-word}.landing__title{margin:0 0 .75rem;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;color:#111}.landing__subtitle{margin:0;font-size:1.05rem;color:#6b7280;line-height:1.5}.landing__input-wrap{width:100%;max-width:560px;min-width:0;box-sizing:border-box}.landing__footer{padding:1.25rem clamp(1rem,4vw,2rem);text-align:left;border-top:1px solid #e5e7eb;background:#fff;flex-shrink:0;display:flex;flex-direction:column;align-items:stretch;box-sizing:border-box;margin-top:auto}.landing__footer-blocks{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem 2rem;align-self:stretch;width:100%}.landing__footer-docs{display:flex;flex-direction:column;align-items:flex-start;flex:0 1 auto;min-width:0;max-width:min(22rem,48%);gap:.5rem}.landing__footer-docs-title{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#9ca3af}.landing__footer-tagline{margin:1.25rem 0 0;padding-top:1rem;border-top:1px solid #f3f4f6;font-size:.85rem;color:#9ca3af;width:100%;text-align:center;align-self:center}.landing__footer-nav{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.35rem;font-size:.85rem}.landing__footer-nav a{color:#6b7280;text-decoration:none}.landing__footer-nav a:hover{color:#111}@media(max-width:640px){.landing__footer-blocks{flex-direction:column;align-items:stretch}.landing__footer-docs{max-width:100%}.landing__footer-blocks .doc-contacts{margin-left:0;max-width:100%;text-align:left}.landing__footer-blocks .doc-contacts .doc-contacts__title{text-align:left}.landing__footer-blocks .doc-contacts .doc-contacts__list{align-items:flex-start}}.legal{min-height:100vh;display:flex;flex-direction:column;background:#fafafa;overflow-x:clip;max-width:100%}.legal__header{display:flex;align-items:center;height:56px;padding:0 clamp(1rem,4vw,2rem);border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}.legal__brand{font-size:1.05rem;font-weight:700;color:#111;text-decoration:none;letter-spacing:-.01em}.legal__brand:hover{color:#333}.legal__main{flex:1;width:100%;max-width:42rem;margin:0 auto;padding:2rem clamp(1rem,4vw,2rem) 3rem;box-sizing:border-box}.legal__title{margin:0 0 1.25rem;font-size:clamp(1.5rem,4vw,1.85rem);font-weight:800;letter-spacing:-.02em;color:#111}.legal__body{font-size:1rem;line-height:1.65;color:#374151}.legal__body h2{margin:1.75rem 0 .65rem;font-size:1.1rem;font-weight:700;color:#111}.legal__body h2:first-of-type{margin-top:1.25rem}.legal__body p{margin:0 0 .85rem}.doc-contacts{margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid #e5e7eb}.doc-contacts__title{margin:0 0 .5rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#9ca3af}.doc-contacts__list{margin:0;padding:0;list-style:none;font-size:.85rem;line-height:1.45;color:#6b7280}.doc-contacts__list li{margin:0 0 .35rem}.doc-contacts__list li:last-child{margin-bottom:0}.doc-contacts__list a{color:#6b7280;text-decoration:none}.doc-contacts__list a:hover{color:#111}.landing__footer-blocks .doc-contacts{flex:0 0 auto;margin-top:0;margin-left:auto;padding-top:0;border-top:none;width:auto;max-width:min(22rem,48%);text-align:right}.landing__footer-blocks .doc-contacts .doc-contacts__title{text-align:right;margin-bottom:.5rem}.landing__footer-blocks .doc-contacts .doc-contacts__list{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.landing__footer-blocks .doc-contacts .doc-contacts__list li{margin:0}.offer-page__main{max-width:48rem}.offer-page__doc-title{margin:0 0 .5rem;font-size:clamp(1.35rem,3.5vw,1.75rem);font-weight:800;letter-spacing:.02em;text-align:center;text-transform:uppercase;color:#111}.offer-page__doc-subtitle{margin:0 0 2rem;font-size:1.05rem;text-align:center;color:#6b7280;line-height:1.45}.offer-page__h2{margin:1.5rem 0 .65rem;font-size:1.1rem;font-weight:700;color:#111;line-height:1.35}.offer-page__p{margin:0 0 .85rem;font-size:1rem;line-height:1.65;color:#374151}.home{height:100%;min-height:100vh;display:flex;flex-direction:column;background:#fafafa;overflow-x:clip;max-width:100%}.home__header{flex-shrink:0;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;border-bottom:1px solid #e8e8e8;background:#fff}.home__header-right{display:flex;align-items:center}.home__body{flex:1;min-height:0;display:flex;flex-direction:row;overflow:hidden}.home__main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem 4rem;gap:1.5rem}.home__hero{text-align:center;max-width:560px}.home__title{margin:0 0 .5rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:800;letter-spacing:-.02em;color:#111}.home__subtitle{margin:0;font-size:1rem;color:#6b7280}.home__input-wrap{width:100%;max-width:560px;min-width:0}.home__error{margin:0;font-size:.875rem;color:#b91c1c;text-align:center}.logo-sidebar{width:220px;flex-shrink:0;display:flex;flex-direction:column;min-height:0;border-right:1px solid #e8e8e8;background:#fff;overflow:hidden}.logo-sidebar__header{flex-shrink:0;padding:.875rem 1rem .625rem;border-bottom:1px solid #f0f0f0}.logo-sidebar__title{font-size:.75rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.06em}.logo-sidebar__list{flex:1;min-height:0;overflow-y:auto;padding:.5rem;display:flex;flex-direction:column;gap:.25rem}.logo-sidebar__empty{font-size:.85rem;color:#aaa;text-align:center;padding:1rem;margin:0}.logo-sidebar__item{display:flex;align-items:center;gap:.625rem;width:100%;padding:.5rem .625rem;border:none;border-radius:8px;background:none;cursor:pointer;text-align:left;transition:background .12s}.logo-sidebar__item:hover{background:#f5f5f5}.logo-sidebar__thumb{width:36px;height:36px;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid #ebebeb}.logo-sidebar__thumb--empty{background:#f0f0f0}.logo-sidebar__label{font-size:.82rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.logo-sidebar__footer{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:flex-start;gap:.35rem;padding:.5rem .65rem;border-top:1px solid #f0f0f0;background:#fff}.logo-sidebar__profile-trigger{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;border-radius:999px;cursor:pointer}.logo-sidebar__profile-trigger:focus-visible{outline:2px solid #111;outline-offset:2px}.logo-sidebar__avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;font-size:.8rem;font-weight:700;color:#fff;background:#ea580c;flex-shrink:0}.logo-sidebar__avatar--menu{width:36px;height:36px;font-size:.9rem}.logo-sidebar__menu{position:absolute;left:.35rem;right:.35rem;bottom:calc(100% + .4rem);z-index:100;background:#fff;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 4px 24px #0000001a;padding:0;max-height:min(70vh,420px);overflow-y:auto}.logo-sidebar__menu-user{display:flex;align-items:center;gap:.65rem;padding:.75rem .85rem;border-bottom:1px solid #f0f0f0}.logo-sidebar__menu-user-text{min-width:0;display:flex;flex-direction:column;gap:.15rem}.logo-sidebar__menu-name{font-size:.875rem;font-weight:600;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo-sidebar__menu-email{font-size:.72rem;color:#737373;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo-sidebar__menu-block{padding:.35rem 0}.logo-sidebar__menu-row{display:flex;align-items:center;gap:.55rem;width:100%;padding:.45rem .65rem;border:none;background:transparent;color:#333;font-size:.8125rem;cursor:pointer;text-align:left;font-family:inherit;box-sizing:border-box}.logo-sidebar__menu-row:hover{background:#f5f5f5}.logo-sidebar__menu-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.25rem;color:#737373}.logo-sidebar__menu-row:hover .logo-sidebar__menu-icon{color:#111}.logo-sidebar__menu-label{flex:1;min-width:0}.logo-sidebar__menu-sep{height:1px;margin:0 .5rem;background:#e8e8e8}.logo-page{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden}.logo-page--loading{align-items:center;justify-content:center;background:#fff}.logo-page__header{flex-shrink:0;height:56px;display:flex;align-items:center;border-bottom:1px solid #e8e8e8;background:#fff}.logo-page__header-left{width:360px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:0 1.25rem}.logo-page__title-block{position:relative;flex:1;min-width:0;display:flex;align-items:center}.logo-page__title-trigger{display:inline-flex;align-items:center;gap:.2rem;max-width:100%;padding:.25rem .35rem .25rem .15rem;margin:0;border:none;background:transparent;font:inherit;cursor:pointer;color:#111;border-radius:8px}.logo-page__title-trigger:hover{background:#f3f4f6}.logo-page__title-trigger:focus-visible{outline:2px solid #111;outline-offset:2px}.logo-page__title-text{font-size:.95rem;font-weight:600;letter-spacing:-.02em;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.logo-page__title-chevron{flex-shrink:0;display:flex;align-items:center;color:#6b7280;transition:transform .15s ease}.logo-page__title-chevron--open{transform:rotate(180deg)}@keyframes logoPageTitleMenuIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.logo-page__title-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:90;min-width:288px;max-width:min(360px,calc(100vw - 2rem));padding:.35rem 0;background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 10px 40px #0f172a1f}.logo-page__title-menu--enter{animation:logoPageTitleMenuIn .18s ease-out}@media(max-width:480px){.logo-page__title-menu{left:auto;right:0}}.logo-page__title-menu-row{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;margin:0;border:none;background:transparent;font:inherit;font-size:.8125rem;color:#111;text-align:left;cursor:pointer;box-sizing:border-box}.logo-page__title-menu-row:hover:not(:disabled){background:#f5f5f5}.logo-page__title-menu-row--back{font-weight:500}.logo-page__title-menu-row--muted{align-items:flex-start;color:#9ca3af;cursor:default;opacity:.9}.logo-page__title-menu-row--muted:disabled{opacity:1}.logo-page__title-menu-icon{display:flex;flex-shrink:0;width:1.25rem;color:#6b7280}.logo-page__title-menu-row:hover:not(:disabled) .logo-page__title-menu-icon{color:#111}.logo-page__title-menu-label{flex:1;min-width:0}.logo-page__title-menu-label-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;flex:1;min-width:0}.logo-page__title-menu-sublabel{font-size:.68rem;font-weight:400;color:#b4b4b4}.logo-page__title-menu-sep{height:1px;margin:.25rem .65rem;background:#ececec}.logo-page__title-menu-credits-wrap{padding:.35rem .5rem .45rem}.logo-page__title-menu-credits{display:block;width:100%;padding:.5rem .55rem .45rem;margin:0;border:1px solid #ebebeb;border-radius:10px;background:#fafafa;cursor:pointer;font:inherit;text-align:left;box-sizing:border-box}.logo-page__title-menu-credits:hover{background:#f3f4f6;border-color:#e5e5e5}.logo-page__title-menu-credits-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.logo-page__title-menu-credits-title{font-size:.8125rem;font-weight:600;color:#111}.logo-page__title-menu-credits-meta{display:inline-flex;align-items:center;gap:.15rem}.logo-page__title-menu-credits-count{font-size:.75rem;font-weight:500;color:#6b7280;font-variant-numeric:tabular-nums}.logo-page__title-menu-credits-count--loading{color:#9ca3af;font-style:italic}.logo-page__title-menu-credits-chev{display:flex;color:#9ca3af}.logo-page__title-menu-credits-bar{margin-top:.55rem;height:6px;border-radius:999px;background:#e8e8e8;overflow:hidden}.logo-page__title-menu-credits-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#f97316,#ea580c);min-width:0;transition:width .2s ease}.logo-page__title-menu-credits-hint{margin:.45rem 0 0;padding:0;font-size:.65rem;line-height:1.35;color:#9ca3af}@keyframes logoPageCreditsSkel{0%{background-position:100% 0}to{background-position:-100% 0}}.logo-page__title-menu-credits-bar--skeleton{margin-top:.55rem;height:6px;border-radius:999px;background:#ececec;overflow:hidden}.logo-page__title-menu-credits-skel{height:100%;width:55%;border-radius:999px;background:linear-gradient(90deg,#e8e8e8,#f3f4f6,#e8e8e8 90%);background-size:200% 100%;animation:logoPageCreditsSkel 1.1s ease-in-out infinite}.logo-page__rename-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#11111173;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.logo-page__rename{width:100%;max-width:380px;padding:1.1rem 1.15rem 1rem;background:#fff;border-radius:12px;border:1px solid #e8e8e8;box-shadow:0 20px 50px #0000002e}.logo-page__rename-title{margin:0 0 .35rem;font-size:1rem;font-weight:600;color:#111;letter-spacing:-.02em}.logo-page__rename-hint{margin:0 0 .85rem;font-size:.8125rem;line-height:1.45;color:#6b7280}.logo-page__rename-form{display:flex;flex-direction:column;gap:.5rem;margin:0}.logo-page__rename-counter{font-size:.72rem;color:#9ca3af;text-align:right;font-variant-numeric:tabular-nums;margin-top:-.2rem}.logo-page__rename-counter--limit{color:#ea580c;font-weight:500}.logo-page__rename-input{width:100%;box-sizing:border-box;padding:.5rem .6rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;line-height:1.45}textarea.logo-page__rename-input{display:block;min-height:5rem;max-height:14rem;resize:vertical;vertical-align:top}.logo-page__rename-input:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 1px #ea580c}.logo-page__rename-error{font-size:.75rem;color:#b00020}.logo-page__rename-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:.35rem}@media(max-width:480px){.logo-page__rename-actions{flex-direction:column-reverse;align-items:stretch}.logo-page__rename-btn{width:100%;justify-content:center}}.logo-page__rename-btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1rem;font-size:.8125rem;font-family:inherit;cursor:pointer;border-radius:8px;border:1px solid transparent}.logo-page__rename-btn--ghost{background:#fff;border-color:#d1d5db;color:#374151}.logo-page__rename-btn--ghost:hover{background:#f9fafb}.logo-page__rename-btn--primary{background:#111;border-color:#111;color:#fff}.logo-page__rename-btn--primary:hover{background:#1f2937;border-color:#1f2937}.logo-page__rename-btn:disabled{opacity:.65;cursor:not-allowed}.logo-page__header-right{flex:1;display:flex;align-items:center;justify-content:flex-end;padding-right:1.25rem}.logo-page__body{flex:1;min-height:0;display:flex;flex-direction:row;align-items:stretch;overflow:hidden}.logo-page__preview{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;overflow:hidden;background:#fff}.logo-page__preview-main{flex:1;display:flex;align-items:center;justify-content:center;overflow:auto;padding:2rem}.support-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem;background:#1116;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.support-modal{position:relative;width:100%;max-width:440px;max-height:min(92vh,720px);overflow-y:auto;padding:1.25rem 1.35rem 1.15rem;background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 24px 60px #0003}.support-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem;padding-right:.25rem}.support-modal__title{margin:0;font-size:1.125rem;font-weight:600;color:#111;letter-spacing:-.02em;line-height:1.3}.support-modal__close{flex-shrink:0;display:grid;place-items:center;width:2rem;height:2rem;margin:-.2rem -.2rem 0 0;padding:0;border:none;border-radius:8px;background:transparent;color:#6b7280;cursor:pointer}.support-modal__close:hover{background:#f3f4f6;color:#111}.support-modal__close:focus-visible{outline:2px solid #ea580c;outline-offset:2px}.support-modal__lead{margin:0 0 1rem;font-size:.875rem;line-height:1.5;color:#6b7280}.support-modal__alt{margin:1rem 0 0;padding-top:.75rem;border-top:1px solid #f0f0f0;font-size:.8125rem;line-height:1.5;color:#6b7280}.support-modal__alt-label{display:block;margin-bottom:.4rem;font-size:.72rem;font-weight:500;letter-spacing:.02em;color:#9ca3af}.support-modal__alt-links{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .25rem}.support-modal__alt-links a{color:#ea580c;text-decoration:none;font-weight:500}.support-modal__alt-links a:hover{text-decoration:underline}.support-modal__alt-sep{color:#d1d5db;-webkit-user-select:none;user-select:none}.support-modal__field{margin-bottom:.85rem}.support-modal__label{display:block;margin-bottom:.35rem;font-size:.8125rem;font-weight:600;color:#111}.support-modal__input,.support-modal__textarea{width:100%;box-sizing:border-box;padding:.5rem .65rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:10px;font-family:inherit;line-height:1.45}.support-modal__textarea{min-height:7.5rem;max-height:16rem;resize:vertical;vertical-align:top}.support-modal__input:focus,.support-modal__textarea:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 1px #ea580c}.support-modal__field-error{display:block;margin-top:.35rem;font-size:.75rem;color:#b00020}.support-modal__field-note{display:block;margin-top:.5rem;padding:.5rem .6rem;font-size:.8125rem;line-height:1.45;color:#374151;background:#fffbeb;border:1px solid #fde68a;border-radius:8px}.support-modal__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;justify-content:flex-start}.support-modal__btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.1rem;font-size:.875rem;font-family:inherit;cursor:pointer;border-radius:10px;border:1px solid transparent}.support-modal__btn--primary{background:linear-gradient(180deg,#f97316,#ea580c);border-color:#c2410c;color:#fff;font-weight:600}.support-modal__btn--primary:hover:not(:disabled){filter:brightness(1.05)}.support-modal__btn--primary:disabled{opacity:.5;cursor:not-allowed;filter:none}.support-modal__btn--primary:focus-visible{outline:2px solid #ea580c;outline-offset:2px}.support-modal__btn--ghost{background:#fff;border-color:#d1d5db;color:#374151}.support-modal__btn--ghost:hover{background:#f9fafb}@media(max-width:480px){.support-modal__actions{flex-direction:column-reverse;align-items:stretch}.support-modal__btn{width:100%}}.auth-modal--generating{text-align:center;padding:2.5rem 2rem}.auth-modal__spinner{width:36px;height:36px;margin:0 auto 1.25rem;border:3px solid #eee;border-top-color:#111;border-radius:50%;animation:spin .8s linear infinite}.logo-input__spinner{display:block;width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}*,*:before,*:after{box-sizing:border-box}html{min-width:320px;min-height:480px}body{margin:0;min-width:320px;min-height:480px;min-height:100vh;min-height:100dvh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#1a1a1a;-webkit-font-smoothing:antialiased;overflow-x:hidden;overflow-y:auto}#root{min-height:100vh;min-height:100dvh}
