html,body,#root{min-height:100%}body{margin:0;background:#f3f5f9;color:#111827;font-size:15px;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;color:#111827}p{margin:0}.muted{color:#5b6475}.strong{font-weight:600}.link-button{background:none;border:0;padding:0;font:inherit;color:#1d4ed8;cursor:pointer;text-align:left}.link-button:hover{text-decoration:underline}.muted-link{color:#5b6475;text-decoration:underline}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex:none}.dot--warn{background:#f97316}.dot--new{background:#1d4ed8}.stack{display:flex;flex-direction:column;gap:20px}.field-help{margin-top:6px;color:#5b6475;font-size:14px}.shell{--sidebar-w: 248px;--topbar-h: 0px;min-height:100vh}.brand{display:inline-flex;align-items:center;gap:10px;color:#111827;font-weight:700;font-size:18px;letter-spacing:.5px}.brand__mark{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#2563eb,#1e3a8a);font-weight:800}.brand--large .brand__mark{width:48px;height:48px;font-size:22px}.brand--large{font-size:24px}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar-w);background:#fff;border-right:1px solid #e5e8ef;display:flex;flex-direction:column;padding:20px 14px;z-index:60}.sidebar>.brand{padding:0 10px 22px}.sidebar__nav{display:flex;flex-direction:column;gap:4px;flex:1}.nav-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;color:#374151;font-size:16px;font-weight:500}.nav-link:hover{background:#f3f5f9;color:#111827}.nav-link.is-active{background:#e8efff;color:#1d4ed8}.nav-link__icon{font-size:18px;display:inline-flex}.sidebar__user{display:flex;align-items:center;gap:8px;padding:14px 10px 0;border-top:1px solid #eef0f4}.sidebar__user-text,.topbar__user-text{display:flex;flex-direction:column;min-width:0;flex:1;line-height:1.3}.sidebar__user-text>span,.topbar__user-text>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__user-text .muted,.topbar__user-text .muted{font-size:13px}.topbar,.bottom-nav{display:none}.content{margin-left:var(--sidebar-w);padding:28px 32px 48px;max-width:1320px}@media(max-width:991px){.shell{--topbar-h: 56px}.sidebar{display:none}.topbar{display:flex;position:sticky;top:0;z-index:60;height:var(--topbar-h);align-items:center;justify-content:space-between;padding:0 12px 0 16px;background:#fff;border-bottom:1px solid #e5e8ef}.topbar__user{display:flex;align-items:center;gap:4px;min-width:0;max-width:60%;text-align:right}.content{margin-left:0;padding:16px 16px calc(84px + env(safe-area-inset-bottom))}.bottom-nav{display:flex;position:fixed;inset:auto 0 0 0;z-index:60;background:#fff;border-top:1px solid #e5e8ef;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav__link{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 2px 7px;color:#5b6475;font-size:11px}.bottom-nav__link.is-active{color:#1d4ed8}.bottom-nav__icon{font-size:21px;line-height:1}.bottom-nav__label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.page-header{display:flex;align-items:center;justify-content:space-between;gap:12px 16px;flex-wrap:wrap;margin-bottom:24px}.page-header.is-sticky{position:sticky;top:var(--topbar-h);z-index:40;margin:-28px -32px 16px;padding:16px 32px;background:#f3f5f9f0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #e5e8ef}.page-header__main{display:flex;align-items:center;gap:8px;min-width:0}.page-header__title{font-size:26px;line-height:1.25;font-weight:700}.page-header__subtitle{margin-top:4px;color:#5b6475}.page-header__extra{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media(max-width:991px){.page-header.is-sticky{margin:-16px -16px 12px;padding:12px 16px}.page-header__title{font-size:21px}}.panel{background:#fff;border:1px solid #e5e8ef;border-radius:14px;padding:24px}.panel--flush{padding:0;overflow:hidden}.panel__title{font-size:18px;font-weight:600;margin-bottom:18px}.panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.panel__head .panel__title{margin-bottom:0}.panel__note{margin-bottom:18px}@media(max-width:575px){.panel{padding:16px}}.dev-notice{margin-bottom:16px}.status{display:inline-flex;align-items:center;gap:6px;color:#5b6475;flex-wrap:wrap}.status--ok{color:#15803d}.status--draft{color:#b45309}.status--error{color:#dc2626}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:#eef2f9}.login-card{width:100%;max-width:420px;background:#fff;border-radius:18px;padding:36px 32px;box-shadow:0 20px 60px #1118271a}.login-card__title{font-size:22px;margin:22px 0 20px}.login-card__error{margin-bottom:16px}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}.tile{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e8ef;border-radius:14px;overflow:hidden;color:inherit;transition:box-shadow .15s,border-color .15s}.tile:hover{border-color:#b8c8f5;box-shadow:0 8px 24px #1d4ed81a;color:inherit}.tile__thumb{width:100%;aspect-ratio:16 / 10;object-fit:cover;object-position:top;border-bottom:1px solid #eef0f4}.tile__body{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:16px 18px}.tile__title{font-size:17px;font-weight:600}.tile__hint{color:#5b6475;font-size:14px}.tile__count{font-size:14px;font-weight:600;color:#1d4ed8}.tile--row{flex-direction:row;align-items:flex-start;padding:18px;gap:14px}.tile--row .tile__body{padding:0}.tile__icon{flex:none;width:48px;height:48px;border-radius:12px;background:#e8efff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-size:22px}.action-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:24px}.action-card{display:flex;align-items:center;gap:16px;padding:22px;background:#fff;border:1px solid #e5e8ef;border-radius:14px;color:inherit;min-height:96px}.action-card:hover{border-color:#b8c8f5;box-shadow:0 8px 24px #1d4ed81a;color:inherit}.action-card.is-highlight{border-color:#93b0f5;background:#f5f8ff}.action-card__icon{flex:none;width:52px;height:52px;border-radius:14px;background:#e8efff;color:#1d4ed8;font-size:24px;display:flex;align-items:center;justify-content:center}.action-card__icon .ant-badge{color:inherit;font-size:inherit}.action-card__text{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.action-card__title{font-size:17px;font-weight:600}.action-card__sub{color:#5b6475;font-size:14px}.action-card__arrow{color:#9aa3b2}.mini-leads,.version-list,.user-list{list-style:none;margin:0;padding:0}.mini-lead{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid #eef0f4}.mini-lead:first-child{border-top:0}.mini-lead__main{display:flex;align-items:center;gap:12px;flex:1;min-width:0;background:none;border:0;padding:0;font:inherit;text-align:left;cursor:pointer}.mini-lead__text{display:flex;flex-direction:column;min-width:0}.mini-lead__text>.muted{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thumb{display:block;object-fit:cover;background:#f3f5f9;border-radius:8px;flex:none}.thumb--empty{display:flex;align-items:center;justify-content:center;color:#a3acba;font-size:22px;background:#f1f3f7}.thumb--sm{width:40px;height:30px;border-radius:6px;font-size:14px}.thumb--md{width:64px;height:46px}.thumb--lg{width:112px;height:76px}.tile__thumb.thumb{border-radius:0;font-size:40px}.editor-toolbar{display:flex;align-items:center;gap:12px 16px;flex-wrap:wrap;margin-bottom:18px}.lang-tabs{display:inline-flex;background:#e9edf4;border-radius:12px;padding:4px;gap:2px;max-width:100%}.lang-tab{position:relative;display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;font:inherit;font-size:16px;font-weight:500;color:#374151;padding:9px 18px;border-radius:9px;cursor:pointer;white-space:nowrap}.lang-tab.is-active{background:#fff;color:#1d4ed8;box-shadow:0 1px 3px #1118271f}@media(max-width:420px){.lang-tab{padding:8px 11px;font-size:15px}}.lang-chip{font-size:12px;font-weight:600;color:#1d4ed8;background:#e8efff;border-radius:6px;padding:1px 7px;white-space:nowrap}.l-area{position:relative}.l-area>.lang-chip{position:absolute;top:7px;right:8px;pointer-events:none}.l-area textarea.ant-input{padding-right:96px}.editor-grid{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:20px;align-items:start}.editor-grid.is-mobile{grid-template-columns:minmax(0,1fr)}.section-list{display:flex;flex-direction:column;gap:8px;position:sticky;top:calc(var(--topbar-h) + 150px);max-height:calc(100vh - var(--topbar-h) - 170px);overflow:auto;padding:2px}.is-mobile .section-list{position:static;max-height:none}.section-list__title{font-size:14px;color:#5b6475;padding:0 4px 4px}.section-card{display:flex;align-items:center;gap:12px;width:100%;padding:10px;background:#fff;border:1px solid #e5e8ef;border-radius:12px;font:inherit;text-align:left;cursor:pointer;color:inherit}.section-card:hover{border-color:#b8c8f5}.section-card.is-active{border-color:#1d4ed8;box-shadow:0 0 0 2px #1d4ed826;background:#f7f9ff}.section-card__thumb.thumb{width:96px;height:62px;object-position:top;border:1px solid #eef0f4}.section-card.is-hidden .section-card__thumb{opacity:.45}.section-card__text{display:flex;flex-direction:column;align-items:flex-start;gap:3px;flex:1;min-width:0}.section-card__name{display:inline-flex;align-items:center;gap:6px;font-weight:600}.section-card__hint{font-size:13px;color:#5b6475;line-height:1.35}.section-card__arrow{color:#a3acba;display:none}.is-mobile .section-card__arrow{display:inline-flex}.tag-hidden{background:#eceff3;color:#5b6475;margin:2px 0 0}.section-form__back{padding-left:0;margin-bottom:8px}.section-form__head{margin-bottom:22px}.section-form__head h2{font-size:21px;margin-bottom:4px}.section-form__visibility{margin-top:8px;padding-top:20px;border-top:1px solid #eef0f4}.section-form__visibility .ant-form-item{margin-bottom:0}.drawer-intro{margin-bottom:16px}.version-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-top:1px solid #eef0f4}.field-label{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;font-weight:500}.tag-shared{background:#eceff3;color:#5b6475;font-size:12px;margin:0;font-weight:400}.ant-form-item .ant-form-item-extra{color:#5b6475;margin-top:4px}.form-item--bare{margin-bottom:0}.form-item--inline{margin:16px 0 0;max-width:420px}.input-number{width:100%;max-width:240px}.list-field__items,.res-rows,.simple-list{display:flex;flex-direction:column;gap:8px}.list-field__empty{padding:14px;border:1px dashed #d6dbe4;border-radius:10px;color:#5b6475;text-align:center}.row-index{flex:none;min-width:24px;height:24px;padding:0 6px;border-radius:12px;background:#e8efff;color:#1d4ed8;font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.row-controls{display:flex;align-items:center;gap:2px;flex:none}.list-item{border:1px solid #e5e8ef;border-radius:12px;background:#fafbfd}.list-item.is-open{background:#fff;border-color:#c9d6f7}.list-item__head{display:flex;align-items:center;gap:10px;padding:8px 8px 8px 12px;cursor:pointer;min-height:52px}.list-item__chevron{color:#8a93a3;font-size:12px}.list-item__title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-item__body{padding:16px 16px 2px;border-top:1px solid #eef0f4}.compact-row{display:flex;align-items:center;gap:10px}.compact-row__control{flex:1;min-width:0}@media(max-width:575px){.compact-row{flex-wrap:wrap}.compact-row__control{flex-basis:calc(100% - 40px)}.compact-row .row-controls{margin-left:auto}.list-item__head{flex-wrap:wrap}}.image-drop.ant-upload-wrapper .ant-upload-drag{border-radius:12px;background:#fafbfd}.image-drop__inner{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 12px;color:#5b6475}.image-drop__icon{font-size:30px;color:#1d4ed8}.image-drop--compact .image-drop__inner{flex-direction:row;justify-content:center;padding:2px 8px}.image-drop--compact .image-drop__icon{font-size:20px}.image-input{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.image-input__preview{width:200px;height:130px;border-radius:10px;overflow:hidden;border:1px solid #e5e8ef;background:repeating-conic-gradient(#f1f3f7 0,#f1f3f7 25%,#fff 0,#fff 50%) 50% / 16px 16px;flex:none}.image-input__preview .ant-image,.image-input__preview .ant-image-img{width:100%;height:100%;object-fit:contain}.image-input__broken{height:100%;display:flex;align-items:center;justify-content:center;color:#dc2626;font-size:13px}.image-input__actions{display:flex;gap:8px;flex-wrap:wrap}.image-input--compact .image-input__preview{width:96px;height:64px}.collection-field .res-rows{gap:6px}.res-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:8px 10px;background:#fff;border:1px solid #e5e8ef;border-radius:12px}.res-row.is-hidden .thumb,.res-row.is-hidden .res-row__title{opacity:.5}.res-row__main{display:flex;align-items:center;gap:12px;flex:1 1 220px;min-width:0;cursor:pointer}.res-row__title{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.res-row__side{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-left:auto}.res-row__switch{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer}.res-row--large{padding:12px}.res-row--large .res-row__title{white-space:normal}@media(max-width:575px){.res-row__side{width:100%;justify-content:space-between}}.res-rows__footer{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:4px}.row-muted td{opacity:.6}.undo-toast{display:inline-flex;align-items:center;gap:4px}.editor-body{display:flex;flex-direction:column;gap:18px}.editor-actions,.form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.editor-actions{justify-content:flex-end;position:sticky;bottom:-24px;margin:8px -24px -24px;padding:14px 24px;background:#fff;border-top:1px solid #eef0f4;z-index:5}.editor-modal .editor-actions{bottom:-20px}.form-actions{margin-top:20px}.simple-list__row,.social-row{display:flex;align-items:center;gap:8px}.social-row__type{width:170px;flex:none}.social-option{display:inline-flex;align-items:center;gap:8px}@media(max-width:575px){.social-row{flex-wrap:wrap}.social-row .ant-input{flex:1 1 100%;order:3}.social-row__type{flex:1}}.leads-toolbar{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.leads-toolbar .ant-input-affix-wrapper{max-width:560px}.chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.chip{flex:none;border:1px solid #d6dbe4;background:#fff;border-radius:999px;padding:7px 16px;font:inherit;color:#374151;cursor:pointer}.chip.is-active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.lead-cards{display:flex;flex-direction:column;gap:10px}.lead-card{background:#fff;border:1px solid #e5e8ef;border-radius:14px;overflow:hidden}.lead-card.is-unseen{border-color:#a9c0f7}.lead-card__main{display:flex;flex-direction:column;gap:4px;width:100%;padding:14px 14px 10px;background:none;border:0;font:inherit;text-align:left;color:inherit;cursor:pointer}.lead-card__top{display:flex;align-items:center;gap:8px}.lead-card__name{font-weight:600;font-size:16px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-card__time{color:#5b6475;font-size:13px;flex:none}.lead-card__contact{color:#5b6475;font-size:14px}.lead-card__msg{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#374151}.lead-card__actions{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;padding:10px 14px 14px}.contact-buttons{display:flex;gap:6px;flex-wrap:wrap}.btn-call.ant-btn{color:#15803d;border-color:#86d3a3}.status-select{min-width:140px}.status-select.is-block{width:100%}.status-select.status-new .ant-select-selector{background:#e8efff!important;border-color:#b8c8f5!important}.status-select.status-progress .ant-select-selector{background:#fff4e5!important;border-color:#f5cf99!important}.status-select.status-done .ant-select-selector{background:#eaf7ee!important;border-color:#a6dcb6!important}.leads-pagination{margin-top:16px;text-align:center}.lead-name{display:inline-flex;align-items:center;gap:8px;color:#111827}.row-clickable{cursor:pointer}.row-unseen td{background:#f7f9ff}.lead-details{display:flex;flex-direction:column;gap:18px}.lead-details .contact-buttons .ant-btn{flex:1 1 auto}.lead-details__label{font-weight:600;margin-bottom:6px}.lead-message{white-space:pre-wrap;background:#f7f8fb;border:1px solid #e5e8ef;border-radius:10px;padding:12px 14px}.lead-facts{margin:0;display:grid;gap:8px}.lead-facts>div{display:flex;gap:12px}.lead-facts dt{width:130px;flex:none;color:#5b6475}.lead-facts dd{margin:0;word-break:break-word}.lead-details__delete{align-self:flex-start}.advanced-tabs .ant-tabs-nav{margin-bottom:20px}.how-to{margin:0;padding-left:22px;display:flex;flex-direction:column;gap:12px;line-height:1.55}.how-to code{background:#f1f3f7;padding:1px 5px;border-radius:4px}.find-chat{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:22px}.google-preview{border:1px solid #e5e8ef;border-radius:12px;padding:16px 18px;background:#fbfcfe;max-width:640px}.google-preview__label{font-size:13px;color:#5b6475;margin-bottom:10px}.google-preview__url{font-size:14px;color:#202124}.google-preview__title{font-size:20px;color:#1a0dab;margin:2px 0 4px;line-height:1.3}.google-preview__desc{font-size:14px;color:#4d5156;line-height:1.5}.user-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:14px 0;border-top:1px solid #eef0f4}.user-row__avatar{background:#e8efff;color:#1d4ed8;font-weight:600}.user-row__text{display:flex;flex-direction:column;flex:1 1 200px;min-width:0}
