@import "https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800;900&display=swap";:root{--bg:#b8bbb8;--bg-2:#d7d9d5;--surface:#eeefebbd;--surface-strong:#f8f9f5e0;--surface-muted:#daddd894;--surface-dark:#202221;--text:#1e211f;--muted:#737970;--faint:#969c94;--border:#2f343021;--border-strong:#2f343038;--primary:#1f2321;--primary-soft:#1f232114;--accent:#dfe9df;--accent-strong:#8ba28f;--danger:#ffe7e2c7;--danger-border:#be4a3673;--hot:#fff1dccc;--call:#e1ebf6d1;--sold:#dff1e0d6;--shadow:0 24px 70px #2023212e;--shadow-soft:0 12px 35px #2023211f;--inner-light:inset 0 1px 0 #ffffffad;--radius-lg:26px;--radius-md:18px;--radius-sm:12px}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{min-width:320px;color:var(--text);background:radial-gradient(circle at 12% 7%,#ffffff75,#0000 28%),radial-gradient(circle at 82% 16%,#555b572e,#0000 29%),linear-gradient(135deg,#a8aaa7 0%,#d5d7d2 48%,#a8aaa4 100%);margin:0;font-family:Onest,Segoe UI,sans-serif;overflow:hidden}body:before{content:"";pointer-events:none;opacity:.3;background-image:linear-gradient(#ffffff29 1px,#0000 1px),linear-gradient(90deg,#ffffff21 1px,#0000 1px);background-size:42px 42px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 82%);mask-image:radial-gradient(circle,#000,#0000 82%)}button,input,select,textarea{font:inherit}.muted{color:var(--muted);margin:4px 0 10px;font-size:13px;line-height:1.35}button{border:1px solid var(--border);color:var(--text);cursor:pointer;letter-spacing:-.01em;background:linear-gradient(#ffffffd1,#daddd88c);border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:9px 14px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex;box-shadow:inset 0 1px #ffffffd1,inset 0 -1px #2124220d,0 8px 18px #1f232114}button:hover{border-color:var(--border-strong);box-shadow:var(--inner-light), 0 15px 35px #1f232121;background:#ffffffd1;transform:translateY(-1px)}button:active{transform:translateY(0)}input,select,textarea{border:1px solid var(--border);width:100%;color:var(--text);box-shadow:var(--inner-light);background:#f6f7f39e;border-radius:15px;outline:none;padding:11px 12px}select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#444944 50%),linear-gradient(135deg,#444944 50%,#0000 50%),linear-gradient(#ffffffb8,#dde0db8a);background-position:calc(100% - 18px),calc(100% - 13px),0 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,100% 100%;padding-right:36px}textarea{resize:vertical}.app-shell{grid-template-columns:318px 1fr;gap:0;height:100vh;min-height:100vh;padding:34px 34px 34px 45px;display:grid;position:relative}.app-shell:before{content:"";z-index:2;background:linear-gradient(#202220,#111312);border-radius:24px;width:36px;position:fixed;top:38px;bottom:38px;left:13px;box-shadow:0 24px 45px #1012116b,inset 0 1px #ffffff1f}.app-shell:after{content:"✳\a ⌂\a ◌\a ✧\a ⌁\a ▤\a ◈";white-space:pre;text-align:center;color:#ffffffc7;z-index:3;pointer-events:none;place-items:center;width:36px;font-size:17px;line-height:43px;display:grid;position:fixed;top:50px;left:13px}.sidebar{height:calc(100vh - 68px);color:var(--text);border-radius:var(--radius-lg) 0 0 var(--radius-lg);box-shadow:var(--shadow), var(--inner-light);-webkit-backdrop-filter:blur(22px)saturate(1.08);backdrop-filter:blur(22px)saturate(1.08);background:#e5e7e27a;border:1px solid #ffffff57;border-right-color:#2528261a;padding:30px 18px 18px 26px;position:sticky;top:34px;overflow:auto}.sidebar::-webkit-scrollbar{width:8px}.chat-list::-webkit-scrollbar{width:8px}.conversation-messages::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-thumb{background:#2a2e2b38;border-radius:999px}.chat-list::-webkit-scrollbar-thumb{background:#2a2e2b38;border-radius:999px}.conversation-messages::-webkit-scrollbar-thumb{background:#2a2e2b38;border-radius:999px}.brand{align-items:center;gap:13px;margin-bottom:24px;display:flex}.brand-icon{color:#232624;background:linear-gradient(145deg,#f8f8f4,#bfc3bd);border-radius:50%;place-items:center;width:48px;height:48px;display:grid;box-shadow:inset 0 1px #ffffffe6,0 13px 26px #1e211f2e}.brand h1{letter-spacing:-.03em;margin:0;font-size:20px;font-weight:900;line-height:1.05}.brand p{color:var(--muted);margin:4px 0 0;font-size:12px;font-weight:500}.panel{box-shadow:var(--inner-light), 0 12px 32px #1f232114;background:#f2f3ef7a;border:1px solid #ffffff6b;border-radius:22px;margin-bottom:13px;padding:14px}.panel-title{letter-spacing:-.02em;align-items:center;gap:8px;margin-bottom:12px;font-weight:900;display:flex}.sidebar label{color:#72786f;text-transform:uppercase;letter-spacing:.08em;margin:13px 0 6px;font-size:11px;font-weight:800;display:block}.sidebar input,.sidebar select,.sidebar textarea{color:var(--text);background:#f6f7f3b3;border-color:#34393524}.sidebar option{color:#111827}.sidebar input::placeholder,.sidebar textarea::placeholder{color:#8b9189}.search-box{position:relative}.search-box svg{color:var(--faint);z-index:1;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.filter-shortcut,.reset,.secondary{width:100%;color:var(--text);background:#ffffffad;font-weight:850}.settings-user-id{gap:8px;display:flex}.settings-user-id input{padding-left:11px}.settings-user-id button{flex:none}.autopost-page{width:100%;max-width:none;overflow:auto}.standalone-shell{grid-template-columns:minmax(0,1fr);padding-left:34px}.standalone-shell:before,.standalone-shell:after{display:none}.standalone-shell .workspace{border-radius:var(--radius-lg);border-left:1px solid #ffffff57}.autopost-layout{grid-template-columns:minmax(340px,430px) minmax(0,1fr);align-items:start;gap:20px;display:grid}.autopost-form{gap:11px;display:grid}.autopost-form input:not([type=file]){border:1px solid var(--border);width:100%;min-height:42px;color:var(--text);background:#ffffffad;border-radius:14px;padding:0 13px}.upload-zone{color:#17221fc2;text-align:center;cursor:pointer;background:radial-gradient(circle at 20% 10%,#ffffffdb,#0000 34%),#ffffff73;border:1px dashed #22302c47;border-radius:22px;place-items:center;gap:7px;min-height:138px;padding:18px;display:grid}.upload-zone b{color:var(--text)}.upload-zone span{max-width:320px;color:var(--muted);font-size:12px;line-height:1.45}.upload-zone input{display:none}.autopost-hint{color:var(--muted);background:#ffffff7a;border-radius:16px;padding:12px;font-size:12px;line-height:1.5}.autopost-hint code{color:var(--text)}.autopost-result .chat-card,.autopost-empty{min-height:460px}.autopost-feed-box{border:1px solid var(--border);background:#ffffff85;border-radius:18px;gap:8px;margin:16px 0;padding:14px;display:grid}.autopost-feed-box span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px}.autopost-feed-box a{overflow-wrap:anywhere;color:#174c41;font-weight:800}.autopost-feed-box button{justify-self:start;min-height:36px}.autopost-errors{border:1px solid var(--danger-border);color:#7a2018;background:#ffe7e594;border-radius:18px;gap:7px;margin:12px 0;padding:14px;font-size:13px;display:grid}.autopost-table{gap:8px;margin-top:14px;display:grid}.autopost-table>div{background:#ffffff70;border:1px solid #fff6;border-radius:16px;gap:3px;padding:11px 12px;display:grid}.autopost-table span{color:var(--muted);font-size:12px}.autopost-empty pre{white-space:pre-wrap;color:#17221fd1;background:#0a120f14;border-radius:16px;margin-top:16px;padding:14px;font-size:12px}.autopost-history{margin-top:18px}.date-range{grid-template-columns:1fr 1fr;gap:8px;display:grid}.date-range input{padding:10px 8px}.stats{grid-template-columns:1fr 1fr;gap:8px;display:grid}.stats div{background:#ffffff61;border:1px solid #2f343014;border-radius:18px;align-content:space-between;min-height:72px;padding:12px;display:grid}.stats span{color:#6e746c;font-size:12px;font-weight:700}.stats b{letter-spacing:-.06em;font-size:28px;line-height:1}.bot-panel form{gap:8px;display:grid}.bot-rules{gap:8px;margin-top:12px;display:grid}.rule{color:var(--muted);border-color:var(--border);text-align:left;background:#fff6;flex-direction:column;align-items:flex-start}.rule.enabled{color:var(--text);background:#deefdea8;border-color:#5b7d5d59}.rule span{color:var(--muted);font-size:12px}.workspace{border-radius:0 var(--radius-lg) var(--radius-lg) 0;min-width:0;height:calc(100vh - 68px);box-shadow:var(--shadow), var(--inner-light);-webkit-backdrop-filter:blur(22px)saturate(1.08);backdrop-filter:blur(22px)saturate(1.08);background:#ebece78a;border:1px solid #ffffff57;border-left:0;padding:28px 28px 22px;overflow:hidden}.topbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;display:flex}.topbar h2{letter-spacing:-.055em;margin:0;font-size:30px;font-weight:900}.topbar p{color:var(--muted);margin:5px 0 0;font-size:13px}.refresh{font-weight:850}a.refresh{color:var(--text);border-bottom:1px solid #1f232138;text-decoration:none}.error{border:1px solid var(--danger-border);background:var(--danger);box-shadow:var(--inner-light);border-radius:16px;margin-bottom:14px;padding:12px 14px}.chat-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;display:grid}.stats-toolbar{flex-wrap:wrap;align-items:end;gap:12px;margin-bottom:14px;display:flex}.stats-toolbar label{min-width:180px}.stats-toolbar input,.stats-toolbar select{width:100%}.stats-reset{align-self:end;min-height:42px}.stats-period{color:var(--muted);margin-left:auto;font-size:13px;font-weight:800}.stats-summary{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:14px;display:grid}.stats-summary .chat-card{gap:6px;min-height:94px}.stats-summary span{color:var(--muted);font-size:12px;font-weight:800}.stats-summary b{font-size:28px;line-height:1}.stats-metric-note{color:#334155;background:#eff6ffdb;border:1px solid #3b82f62e;border-radius:16px;margin:-4px 0 14px;padding:12px 14px;font-size:13px;font-weight:700}.automation-export-panel{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.automation-export-panel>div:first-child{flex:1;min-width:260px}.automation-export-panel h3{color:var(--text);margin:0}.automation-export-panel p{color:var(--muted);margin:5px 0 0;font-size:13px;font-weight:750}.automation-export-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.automation-export-actions a,.automation-export-actions button{min-height:38px;color:var(--text);box-shadow:var(--inner-light);background:#ffffffc7;border:1px solid #2f343024;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:9px 13px;font-weight:950;text-decoration:none;display:inline-flex}.automation-export-actions a:hover,.automation-export-actions button:hover{border-color:#2563ff47;transform:translateY(-1px)}.automation-export-actions button:disabled{opacity:.65;cursor:wait;transform:none}.automation-batch-result{background:#e8f6ead1;border:1px solid #3d8c5138;border-radius:18px;flex-wrap:wrap;flex:0 0 100%;align-items:center;gap:10px;padding:12px;display:flex}.automation-batch-result b{margin-right:auto}.automation-batch-result a{color:var(--text);font-weight:900}.stats-insights{gap:16px;margin-bottom:14px;display:grid}.insights-head{grid-template-columns:minmax(280px,1fr) repeat(3,minmax(130px,180px));align-items:stretch;gap:12px;display:grid}.insights-head h2,.insight-card h3{color:var(--text);margin:0}.insights-head p{max-width:760px;color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.45}.insights-score,.insight-card,.insight-action{box-shadow:var(--inner-light);background:#ffffff9e;border:1px solid #2f34301a}.insights-score{border-radius:18px;align-content:center;gap:6px;padding:14px;display:grid}.insights-score span,.insights-score small,.insight-empty,.insight-group-row span,.insight-ad-title span,.insight-ad-metrics,.insight-repair span,.insight-repair small{color:var(--muted)}.insights-score b{font-size:30px;line-height:1}.insights-score.danger{background:#ffeeeec7}.insights-score.warning{background:#fff7dac7}.insight-actions{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;display:grid}.insight-action{border-radius:18px;gap:6px;padding:12px;display:grid}.insight-action.danger{background:#ffeeeed1;border-color:#d255553d}.insight-action.warning{background:#fff7dad1;border-color:#b87a1838}.insight-action.good{background:#e8f6ead1;border-color:#3d8c5133}.insight-action span{color:var(--muted);font-size:13px;line-height:1.35}.insight-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:12px;display:grid}.insight-card{border-radius:20px;align-content:start;gap:10px;min-width:0;padding:14px;display:grid}.insight-card h3{font-size:16px}.insight-empty{margin:0;font-size:13px}.insight-group-row{border-top:1px solid #2f343014;justify-content:space-between;gap:12px;padding:9px 0;display:flex}.insight-group-row:first-of-type{border-top:0}.insight-group-row>div{gap:3px;min-width:0;display:grid}.insight-group-row>div:last-child{text-align:right;flex-shrink:0}.token-cloud{flex-wrap:wrap;gap:8px;display:flex}.token-pill{color:#144f9d;background:#1468d61a;border-radius:999px;align-items:center;min-height:30px;padding:6px 10px;font-size:12px;font-weight:850;display:inline-flex}.insight-lists{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px;display:grid}.insight-ad-card{max-height:620px;overflow:auto}.insight-ad-row{border-top:1px solid #2f343014;gap:8px;padding:10px 0;display:grid}.insight-ad-row:first-of-type{border-top:0}.insight-ad-title{gap:4px;display:grid}.insight-ad-title a,.insight-repair a{color:var(--text);font-weight:950;text-decoration:none}.insight-ad-title a{align-items:center;gap:5px;display:inline-flex}.insight-ad-title a:hover,.insight-repair a:hover{text-decoration:underline}.insight-ad-metrics{flex-wrap:wrap;gap:7px;font-size:12px;font-weight:850;display:flex}.insight-ad-metrics span{background:#2f343012;border-radius:999px;padding:4px 8px}.insight-repair{background:#fff7dab8;border-radius:14px;gap:5px;padding:9px;display:grid}.insight-repair span,.insight-repair small{font-size:12px;line-height:1.35}.deep-audit{background:linear-gradient(135deg,#ffffffb8,#eaf2ff94);border:1px solid #1468d61f;border-radius:22px;gap:14px;padding:14px;display:grid}.deep-audit-head{grid-template-columns:minmax(280px,1fr) repeat(2,minmax(150px,210px));align-items:stretch;gap:12px;display:grid}.deep-audit-head h3{margin:0;font-size:20px}.deep-audit-head p{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.45}.deep-audit-kpi,.deep-pattern article{box-shadow:var(--inner-light);background:#ffffffb3;border:1px solid #2f34301a;gap:5px;display:grid}.deep-audit-kpi{border-radius:18px;align-content:center;padding:12px}.deep-audit-kpi span,.deep-audit-kpi small,.deep-pattern span,.deep-content-line,.deep-repair-list span{color:var(--muted)}.deep-audit-kpi b{font-size:28px;line-height:1}.deep-pattern{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.deep-pattern article{border-radius:18px;padding:12px}.deep-content-line{flex-wrap:wrap;gap:7px;font-size:12px;font-weight:850;display:flex}.deep-content-line span{background:#1468d617;border-radius:999px;padding:4px 8px}.deep-repair-list{gap:5px;display:grid}.deep-repair-list span{background:#fff7dac7;border-radius:12px;padding:7px 9px;font-size:12px;line-height:1.35}.deep-reference{color:var(--text);font-size:12px;font-weight:900;text-decoration:none}.deep-reference:hover{text-decoration:underline}.legacy-winners{background:#fff7dab8;border-color:#b87a1838}.legacy-winners p{color:var(--muted);margin:0;font-size:13px;line-height:1.4}.legacy-winner-list{flex-wrap:wrap;gap:8px;display:flex}.legacy-winner-list a{max-width:100%;color:var(--text);text-overflow:ellipsis;white-space:nowrap;background:#ffffffad;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850;text-decoration:none;overflow:hidden}.legacy-winner-list a:hover{text-decoration:underline}.improvement-plan{background:linear-gradient(135deg,#ffffffc7,#e8f6ea94);border:1px solid #2f34301f;border-radius:22px;gap:14px;padding:14px;display:grid}.improvement-head{grid-template-columns:minmax(280px,1fr) minmax(280px,.72fr);align-items:stretch;gap:12px;display:grid}.improvement-head h3{margin:0;font-size:20px}.improvement-head p{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.45}.improvement-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.improvement-kpis article{box-shadow:var(--inner-light);background:#ffffffb8;border:1px solid #2f34301a;border-radius:16px;align-content:center;gap:5px;padding:11px;display:grid}.improvement-kpis span,.improvement-item-head span,.generated-card-details summary,.photo-brief span,.publish-brief span,.publish-brief small{color:var(--muted)}.improvement-kpis b{font-size:24px;line-height:1}.target-city-strip{flex-wrap:wrap;gap:8px;display:flex}.target-city-strip span{color:#144f9d;background:#1468d61a;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850}.improvement-list{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:12px;display:grid}.improvement-item{min-width:0;box-shadow:var(--inner-light);background:#ffffffb8;border:1px solid #2f34301a;border-radius:20px;gap:11px;padding:13px;display:grid}.improvement-item.stop_promo_rebuild{background:#ffeeeec7;border-color:#d255553d}.improvement-item.rebuild_conversion{background:#fff7dac7;border-color:#b87a1838}.improvement-item-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.improvement-item-head>div{gap:4px;min-width:0;display:grid}.improvement-item-head a,.improvement-actions a{color:var(--text);font-weight:950;text-decoration:none}.improvement-item-head a{align-items:center;gap:5px;display:inline-flex}.improvement-item-head a:hover,.improvement-actions a:hover{text-decoration:underline}.improvement-item-head>b{text-align:right;max-width:180px;font-size:13px}.generated-title-list{gap:6px;display:grid}.generated-title-list span{color:var(--text);background:#fffc;border-radius:13px;padding:8px 10px;font-weight:900}.generated-card-details{background:#ffffff94;border-radius:16px;padding:10px}.generated-card-details summary{cursor:pointer;font-size:13px;font-weight:900}.generated-card-body{gap:10px;margin-top:10px;display:grid}.generated-card-body label,.photo-brief,.publish-brief{gap:7px;min-width:0;display:grid}.generated-card-body textarea{resize:vertical;width:100%;min-height:170px;color:var(--text);font:inherit;background:#ffffffdb;border:1px solid #2f34301f;border-radius:14px;padding:10px;line-height:1.35}.photo-brief span,.publish-brief span,.publish-brief small{font-size:12px;line-height:1.35}.publish-brief small{background:#fff7dab8;border-radius:12px;padding:7px 9px}.improvement-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.improvement-actions button{min-height:34px;padding:8px 11px}.stats-table{gap:8px;display:grid}.stats-results-meta{color:var(--muted);font-size:13px;font-weight:850}.stats-table-head,.stats-row{grid-template-columns:minmax(300px,1.5fr) minmax(150px,.6fr) minmax(250px,1fr) minmax(220px,.85fr);align-items:start;gap:12px;display:grid}.stats-table-head{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;padding:0 4px 8px;font-size:12px}.stats-row{background:#ffffff94;border:1px solid #2f34301a;border-radius:18px;padding:12px}.stats-row.danger{background:#ffeeeebd;border-color:#d2555538}.stats-row.warning{background:#fff7dabd;border-color:#b87a1833}.stats-row.good{background:#e8f6eabd;border-color:#3d8c512e}.stats-ad-main,.stats-row>div,.stats-metrics,.stats-recommendation{gap:4px;min-width:0;display:grid}.stats-ad-main a{color:var(--text);font-weight:950;text-decoration:none}.stats-ad-main a:hover{text-decoration:underline}.stats-row span,.stats-row small{color:var(--muted);font-size:12px}.stats-metrics span{justify-content:space-between;gap:8px;display:flex}.stats-costs span{align-items:flex-start}.stats-costs b{text-align:right;overflow-wrap:anywhere;max-width:150px}.stats-recommendation b{font-size:14px}.inbox-layout{grid-template-columns:minmax(380px,450px) minmax(0,1fr);gap:14px;height:calc(100% - 74px);min-height:0;display:grid}.chat-list,.conversation{min-height:0;box-shadow:var(--shadow-soft), var(--inner-light);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f7f38a;border:1px solid #2f34301f}.chat-list{border-radius:22px;overflow:auto}.chat-row{width:100%;box-shadow:none;text-align:left;cursor:pointer;content-visibility:auto;contain-intrinsic-size:96px;background:0 0;border:0;border-bottom:1px solid #2f343014;border-radius:0;grid-template-columns:58px minmax(0,1fr);gap:11px;padding:12px;transition:background .18s,box-shadow .18s;display:grid}.chat-list-more{width:calc(100% - 24px);min-height:42px;color:var(--text);cursor:pointer;background:#ffffffb8;border:1px solid #2f34301f;border-radius:16px;margin:12px;font-weight:900}.chat-list-more:hover{background:#fff}.chat-row:hover{box-shadow:none;background:#ffffff6b;transform:none}.chat-row.has-unread{background:#fff2e1a3;border-left:4px solid #c17844;padding-left:8px}.chat-row.has-unread .chat-row-top b,.chat-row.has-unread .chat-row-title{color:#6f3b1d}.chat-row.selected{background:#ffffffa3;box-shadow:inset 0 0 0 1px #ffffffa6,0 8px 24px #1f232114}.chat-row img,.chat-row-placeholder{object-fit:cover;background:var(--surface-muted);border:1px solid #2f343021;border-radius:13px;width:58px;height:46px}.chat-row-placeholder{color:var(--muted);place-items:center;display:grid}.chat-row-main{gap:5px;min-width:0;display:grid}.chat-row-top,.chat-row-meta{align-items:center;gap:8px;min-width:0;display:flex}.chat-row-top{justify-content:space-between}.chat-row-time{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.unread-badge{color:#fff;background:#2b2f2c;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:12px;font-weight:900;display:inline-flex;box-shadow:0 8px 18px #1f232138}.chat-row-top b,.chat-row-title,.chat-row-message{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-row-top b{letter-spacing:-.025em;align-items:center;gap:4px;min-width:0;font-size:14px;font-weight:900;display:inline-flex}.chat-row-top time,.chat-row-meta,.chat-row-message{color:var(--muted);font-size:12px}.chat-row-title{font-size:13px;font-weight:800}.chat-row-click-badge{color:#7a4b09;background:#ffe091b8;border:1px solid #b87a1833;border-radius:999px;align-items:center;gap:5px;width:fit-content;max-width:100%;padding:4px 8px;font-size:12px;font-weight:900;display:inline-flex;box-shadow:inset 0 1px #ffffffad}.chat-row-controls,.conversation-status-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.conversation-link-summary{color:#70440a;background:#ffeeb8b8;border:1px solid #b87a1838;border-radius:14px;flex-wrap:wrap;align-items:center;gap:7px;width:fit-content;max-width:100%;margin-top:8px;padding:7px 10px;font-size:12px;font-weight:850;display:flex}.conversation-link-summary b{color:#8a5b12;font-weight:950}.chat-row-controls button,.chat-row-controls select,.conversation-status-row button,.conversation-status-row select{background:linear-gradient(#ffffffbd,#d9dcd77a);border-color:#2f34301f;border-radius:999px;width:auto;min-height:29px;padding:5px 9px;font-size:12px;box-shadow:inset 0 1px #ffffffb8,0 5px 12px #1f23210f}.chat-row-controls select,.conversation-status-row select{max-width:150px}.chat-row-controls button,.conversation-status-row button{align-items:center;gap:5px;display:inline-flex}.conversation{border-radius:22px;grid-template-rows:auto auto minmax(0,1fr) auto;display:grid;overflow:hidden}.conversation-header{background:#ffffff42;border-bottom:1px solid #2f34301a;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;padding:16px;display:grid}.conversation-header img{object-fit:cover;border:1px solid #2f343024;border-radius:14px;width:78px;height:58px}.conversation-header h3{letter-spacing:-.045em;margin:0;font-size:22px;font-weight:900}.conversation-header p{color:var(--muted);margin:4px 0 0;font-size:13px}.account-pill{color:#fff;background:var(--account-color);border-radius:999px;margin-bottom:7px;padding:5px 9px;font-size:11px;font-weight:850;display:inline-flex;box-shadow:0 8px 18px #1f232124}.conversation-link-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;gap:8px;display:flex}.open-item,.conversation-link-actions button{border:1px solid var(--border);color:var(--text);box-shadow:none;background:#ffffff8a;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-weight:850;text-decoration:none;display:inline-flex}.conversation-comments{background:#ffffff4d;border-top:1px solid #2f343014;border-bottom:1px solid #2f343014;gap:10px;padding:12px 18px;display:grid}.conversation-comments-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.conversation-comments-head>div{align-items:center;gap:7px;display:flex}.conversation-comments-head b{font-size:13px}.conversation-comments-head span,.conversation-comments-head small{color:var(--muted);font-size:12px}.conversation-comments-list{gap:6px;max-height:118px;display:grid;overflow:auto}.conversation-comment{background:#ffffff8c;border:1px solid #2f34301a;border-radius:14px;gap:3px;padding:8px 10px;display:grid}.conversation-comment p{color:var(--text);white-space:pre-wrap;margin:0;font-size:13px;line-height:1.35}.conversation-comment-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.conversation-comment-form textarea{resize:vertical;background:#ffffff9e;min-height:46px}.conversation-messages{background:linear-gradient(#ffffff38,#e2e4df59),radial-gradient(circle at 90% 12%,#ffffff57,#0000 26%);flex-direction:column;gap:9px;min-height:0;padding:18px;display:flex;overflow:auto}.conversation-composer{background:#ffffff61;border-top:1px solid #2f34301a;gap:10px;padding:14px;display:grid}.day-divider,.empty-conversation{color:var(--muted);border:1px solid var(--border);background:#ffffff9e;border-radius:999px;align-self:center;padding:7px 11px;font-size:12px}.chat-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-top:5px solid #0000;border-radius:24px;flex-direction:column;gap:12px;min-height:520px;padding:16px;display:flex}.chat-card.danger{border-top-color:var(--danger-border);background:linear-gradient(#fff,#fff7f7)}.chat-card.hot{background:linear-gradient(180deg, #fff, var(--hot));border-top-color:#c17844}.chat-card.call{background:linear-gradient(180deg, #fff, var(--call));border-top-color:#6d8296}.chat-card.sold{background:linear-gradient(180deg, #fff, var(--sold));border-top-color:#7d9b7f}.chat-card.muted{opacity:.7}.chat-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.chat-card h3{margin:0;font-size:18px}.chat-card p{color:var(--muted);margin:5px 0 0;font-size:13px}.bot-toggle{border-radius:14px;width:38px;height:38px;padding:0}.bot-toggle.on{color:#166534;background:#dcfce7;border-color:#86efac}.bridge-status{border:1px solid var(--border);background:#ffffff80;border-radius:18px;gap:4px;padding:14px;display:grid}.bridge-status.ready{background:#dcfce7b8;border-color:#86efaccc}.bridge-status.blocked{background:#fff7edc2;border-color:#fdba74b8}.bridge-status b{font-size:16px}.bridge-status span,.muted-text{color:var(--muted);font-size:13px;line-height:1.45}.setup-box{background:#ffffff6b;border:1px dashed #2f34302e;border-radius:18px;gap:9px;margin-top:12px;padding:13px;display:grid}.setup-box pre{white-space:pre-wrap;color:#19322d;margin:0;font-size:12px;line-height:1.45;overflow:auto}.mapping-list{gap:8px;margin-top:12px;display:grid}.mapping-row{border:1px solid var(--border);background:#ffffff7a;border-radius:16px;gap:4px;padding:11px 12px;display:grid}.mapping-row span{color:var(--muted);font-size:12px}.status-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.status-badge,.unread,.reminder{background:var(--surface-soft);border:1px solid var(--border);border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:12px;display:inline-flex}.unread{color:#991b1b;background:#fee2e2;border-color:#fecaca}.reminder{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.messages{background:var(--surface-muted);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:8px;min-height:150px;max-height:190px;padding:10px;display:flex;overflow:auto}.message{max-width:min(640px,92%);box-shadow:0 10px 28px #1f232114, var(--inner-light);background:#ffffffa8;border:1px solid #2f34301c;border-radius:17px;gap:5px;padding:10px 12px;display:grid;position:relative}.message b{color:var(--muted);font-size:12px;font-weight:800}.message-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.message-menu-button{width:25px;height:25px;color:var(--muted);box-shadow:none;background:#ffffff59;border-radius:9px;padding:0}.message-menu-button:hover{box-shadow:none;background:#ffffffbf;transform:none}.message-menu{z-index:10;border:1px solid var(--border);min-width:138px;box-shadow:var(--shadow-soft);background:#fafaf6f2;border-radius:14px;gap:4px;padding:6px;display:grid;position:absolute;top:32px;right:8px}.message-menu button{box-shadow:none;border:0;border-radius:10px;justify-content:flex-start;padding:7px 8px}.message-menu button:hover{box-shadow:none;background:var(--surface-muted);transform:none}.message-attachments{flex-wrap:wrap;gap:8px;display:flex}.message-attachments img{object-fit:cover;border:1px solid var(--border);border-radius:12px;width:150px;max-width:100%;height:112px}.message-attachments audio{width:260px;max-width:100%;height:38px}.message-reply-quote{background:#2563eb12;border-left:3px solid #2563eb7a;border-radius:10px;gap:2px;padding:7px 9px;display:grid}.message-reply-quote b{color:#1d4ed8;font-size:11px}.message-reply-quote span{color:#475569;font-size:12px;line-height:1.35}.voice-missing{color:var(--muted);border:1px dashed var(--border);background:var(--surface-muted);border-radius:10px;padding:7px 9px;font-size:12px}.message span{white-space:pre-wrap;font-size:14px;line-height:1.4}.message time{color:var(--muted);justify-self:end;font-size:11px}.message-meta{align-items:center;gap:7px;display:inline-flex}.message-read-status{color:#64748b;font-weight:800}.message.operator,.message.bot{background:#e8ecf4bd;border-color:#505b7026;margin-left:auto}.message.bot{background:#e7f1e7c7;border-color:#5b7d5d2e}.link-click-event{text-align:left;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;display:grid}.link-click-icon{color:#7a4b09;background:#ffd462b8;border:1px solid #b87a1838;border-radius:12px;place-items:center;width:30px;height:30px;display:grid}.link-click-event>span:last-child{gap:2px;min-width:0;display:grid}.link-click-event strong{color:#1f2321;font-size:14px;font-weight:950}.link-click-event small{text-overflow:ellipsis;white-space:nowrap;color:#8a5b12;font-size:11px;overflow:hidden}.draft{background:#ffffff94;min-height:86px}.price-row,.actions-row,.quick-statuses,.reminder-row{flex-wrap:wrap;gap:8px;display:flex}.price-row button,.quick-statuses button,.reminder-row button{border-radius:999px;min-height:34px;padding:7px 12px;font-size:12px}.actions-row button{flex:auto;min-height:44px;font-size:13px}.primary{color:#fff;background:linear-gradient(#252925,#121412);border-color:#ffffff14;font-weight:900;box-shadow:0 16px 28px #1f232142,inset 0 1px #ffffff24}.price-row button{background:linear-gradient(#fcfdf9e0,#e1e4df9e);border-color:#2f343021}.quick-statuses button.active{color:#fff;background:#202421;border-color:#202421}.recording-button,.voice-draft,.voice-draft div,.voice-draft b,.voice-draft span,.voice-draft audio{display:none}@media (width<=1180px){body{overflow:auto}.app-shell{grid-template-columns:1fr;height:auto;min-height:100vh;padding:18px}.app-shell:before,.app-shell:after{display:none}.sidebar,.workspace{border:1px solid #ffffff57;border-radius:24px;height:auto;position:static}.workspace{margin-top:14px;overflow:visible}.inbox-layout{grid-template-columns:1fr;height:auto}.conversation{min-height:680px}}@media (width<=680px){.app-shell{padding:10px}.sidebar,.workspace{padding:16px}.stats,.conversation-header{grid-template-columns:1fr}.chat-row{grid-template-columns:48px minmax(0,1fr)}.chat-row img,.chat-row-placeholder{width:48px;height:42px}.conversation-link-actions{justify-content:stretch}.conversation-link-actions>*{flex:auto}}.sidebar{background:linear-gradient(#eef0ecad,#d3d6d175),radial-gradient(circle at 24px 24px,#fff9,#0000 30%)}.panel{position:relative;overflow:hidden}.panel:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,#ffffff6b,#0000 38%);position:absolute;inset:0}.panel>*{position:relative}a.refresh,.filter-shortcut,.reset,.secondary,.open-item,.conversation-link-actions button,.price-row button,.quick-statuses button,.chat-row-controls button,.conversation-status-row button{text-decoration:none;position:relative;overflow:hidden}a.refresh{background:#ffffff94;border:1px solid #2f34301f;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:9px 13px;box-shadow:inset 0 1px #ffffffbf,0 8px 18px #1f232114;display:inline-flex!important}.panel a.refresh{justify-content:flex-start;width:100%;margin-bottom:12px!important}button:after,a.refresh:after,.open-item:after{content:none;display:none}.topbar .refresh,.topbar button.refresh{min-width:104px}.inbox-layout{gap:16px}.chat-list{background:#e6e8e375;padding:10px}.list-loading{z-index:2;color:var(--muted);background:#ffffffc7;border:1px solid #2f34301f;border-radius:999px;margin-bottom:8px;padding:9px 12px;font-size:12px;font-weight:800;position:sticky;top:0;box-shadow:0 10px 24px #1f23211a}.chat-row{background:#f8f9f557;border:1px solid #0000;border-bottom-color:#2f343014;border-radius:18px;margin-bottom:8px}.chat-row:last-child{margin-bottom:0}.chat-row.selected{background:linear-gradient(#ffffffb8,#e0e3dea3);border-color:#1f232133}.chat-row.has-unread{background:linear-gradient(90deg,#fae8cddb,#ffffff94);border-left:0;padding-left:12px;box-shadow:inset 4px 0 #b97849,0 12px 28px #7a49261f}.chat-row img,.chat-row-placeholder,.conversation-header img{box-shadow:inset 0 1px #ffffffb8,0 10px 20px #1f23211f}.chat-row-controls{margin-top:4px}.chat-row-controls select,.conversation-status-row select{background-color:#ffffff9e;min-width:132px}.conversation-header{grid-template-columns:82px minmax(0,1fr) auto;padding:18px}.conversation-link-actions{grid-column:auto;justify-content:flex-end;align-self:start;max-width:360px}.account-pill{color:#1f2321;background:linear-gradient(#ffffffc7,#daddd89e);border:1px solid #2f343024}.message{border-radius:20px}.message.operator,.message.bot{background:linear-gradient(#e5eaf5c7,#d8deebb3)}.conversation-composer{background:linear-gradient(#ffffff80,#e5e7e285);padding:16px}.draft{border-radius:22px;min-height:92px}.price-row{padding:2px 0}.price-row button{background:linear-gradient(#fcfdf9eb,#d6dad4b3);border:1px solid #2f343029;min-height:40px;padding:8px 14px}.actions-row{grid-template-columns:minmax(180px,1.15fr) minmax(160px,.85fr);display:grid}.actions-row .primary{letter-spacing:.01em}.stats div{background:linear-gradient(#ffffff80,#d8dbd670);min-height:76px}.chat-card{background:linear-gradient(#fafbf7ad,#e0e3de85)}@media (width<=1180px){.conversation-header{grid-template-columns:auto minmax(0,1fr)}.conversation-link-actions{grid-column:1/-1;max-width:none}}@media (width<=680px){.actions-row,.autopost-layout{grid-template-columns:1fr}.conversation-messages{padding:14px}}.app-shell{grid-template-columns:282px 1fr;padding:24px}.app-shell:before,.app-shell:after{display:none}.sidebar{border-radius:24px 0 0 24px;height:calc(100vh - 48px);padding:22px 14px 14px;top:24px}.workspace{height:calc(100vh - 48px);padding:24px 24px 18px}.brand{gap:10px;margin-bottom:16px}.brand-icon{width:38px;height:38px}.brand h1{letter-spacing:-.025em;font-size:17px}.brand p{font-size:11px}.panel{border-radius:18px;margin-bottom:10px;padding:12px}.panel-title{margin-bottom:9px;font-size:13px}.sidebar label{margin:10px 0 5px;font-size:10px}button,input,select,textarea{font-size:13px}button{min-height:34px;padding:7px 12px;font-weight:750}input,select,textarea{border-radius:13px;padding:9px 10px}.search-box input{padding-left:32px}a.refresh{min-height:34px;padding:7px 12px;font-size:13px}.filter-shortcut{margin-top:8px}.stats{gap:8px}.stats div{border-radius:15px;min-height:58px;padding:10px}.stats span{font-size:11px}.stats b{font-size:24px}.topbar p{font-size:12px}.inbox-layout{grid-template-columns:minmax(350px,420px) minmax(0,1fr);height:calc(100% - 66px)}.chat-row{border-radius:16px;grid-template-columns:52px minmax(0,1fr);gap:10px;padding:10px}.chat-row-top time,.chat-row-meta,.chat-row-message{font-size:11px}.chat-row-controls button,.chat-row-controls select,.conversation-status-row button,.conversation-status-row select{min-height:27px;padding:4px 8px;font-size:11px}.conversation-header p,.message span{font-size:13px}.conversation-composer{gap:9px}.draft{min-height:78px}.reply-preview{background:linear-gradient(#ffffffbd,#e2e5e094);border:1px solid #2f34301f;border-left:4px solid #1f2321b8;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding:10px 12px;display:grid;box-shadow:inset 0 1px #ffffffc7,0 10px 24px #1f232114}.reply-preview span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:3px;font-size:11px;font-weight:850;display:block}.reply-preview b{margin-bottom:3px;font-size:13px;font-weight:900;display:block}.reply-preview p{color:#555b55;max-height:38px;margin:0;font-size:13px;line-height:1.35;overflow:hidden}.reply-preview button{border-radius:50%;width:28px;height:28px;min-height:28px;padding:0;font-size:18px;line-height:1}.attachment-row{gap:8px;display:grid}.attach-button{cursor:pointer;background:linear-gradient(#fcfdf9e6,#daddd899);border:1px solid #2f343024;border-radius:999px;align-items:center;gap:7px;width:fit-content;min-height:36px;padding:8px 13px;font-size:13px;font-weight:780;display:inline-flex;box-shadow:inset 0 1px #fffc,0 8px 18px #1f232114}.attach-button input{display:none}.attachment-preview{background:#ffffff73;border:1px solid #2f34301a;border-radius:16px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px;display:flex}.attachment-preview span{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:360px;color:var(--muted);font-size:12px;font-weight:650;overflow:hidden}.attachment-preview button{min-height:32px}@media (width<=1180px){.app-shell{padding:14px}.sidebar,.workspace{border-radius:22px;height:auto}}body{background:radial-gradient(circle at 8% 9%,#f94c9654,#0000 23%),radial-gradient(circle at 76% 8%,#39e1cf47,#0000 27%),radial-gradient(circle at 53% 68%,#b0ddc538,#0000 35%),linear-gradient(135deg,#08110f 0%,#203d38 44%,#c9d8d2 100%)}body:before{opacity:.24;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px),radial-gradient(circle,#ffffff3d 1px,#0000 1px);background-size:54px 54px,54px 54px,18px 18px}.sidebar,.workspace,.chat-list,.conversation,.panel{border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 #ffffffb3;-webkit-backdrop-filter:blur(24px)saturate(1.16);backdrop-filter:blur(24px)saturate(1.16);background:linear-gradient(145deg,#f4faf7c2,#d9ebe46b),radial-gradient(circle at 0 0,#ffffffa3,#0000 34%)}.sidebar{border-radius:30px;height:calc(100vh - 44px);padding:18px}.workspace{border-radius:30px;height:calc(100vh - 44px);padding:22px;overflow:hidden}.brand{border-bottom:1px solid #ffffff57;padding:6px 4px 14px}.brand-icon{color:#051311;background:linear-gradient(135deg,#f5fffb,#6ee7d8 45%,#ff8bc7);border-radius:17px;width:44px;height:44px;box-shadow:0 14px 28px #30d0be42,inset 0 1px #ffffffd9}.brand h1{font-size:19px;font-weight:900}.brand p{color:#17221f9e}.panel{border-radius:24px;padding:13px}.panel-title{color:#17221fe0;font-weight:900}.quick-filter-grid{grid-template-columns:1fr;gap:7px;margin-bottom:12px;display:grid}.quick-filter-grid button{color:#19322d;background:linear-gradient(135deg,#ffffffd1,#bdf4e96b);border-color:#ffffff94;justify-content:flex-start;min-height:34px}button,a.refresh,.open-item,.attach-button{background:linear-gradient(145deg,#ffffffe0,#dcebe599);border-color:#ffffff8a;box-shadow:inset 0 1px #ffffffd1,0 10px 22px #0a26231a}button:hover,a.refresh:hover,.open-item:hover,.attach-button:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffffe6,0 18px 34px #0a262329}input,select,textarea{background:#ffffff9e;border-color:#ffffff9e}.topbar{padding:2px 2px 14px}.topbar h2{letter-spacing:-.05em;font-size:31px}.topbar p{color:#17221f9e}.chat-list{border-radius:28px;padding:12px}.deal-search{z-index:5;color:#17221fa8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#ffffffe0,#d6f1ebb3);border:1px solid #ffffff94;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:12px;padding:10px 12px;display:grid;position:sticky;top:0;box-shadow:inset 0 1px #ffffffd1,0 14px 30px #0a26231a}.deal-search input{min-height:28px;box-shadow:none;background:0 0;border:0;padding:0}.deal-search input:focus{box-shadow:none}.deal-search button{border-radius:50%;width:28px;min-height:28px;padding:0;font-size:18px;line-height:1}.chat-row{background:#f7fcf98f;border:1px solid #ffffff6b;border-radius:22px;margin-bottom:10px;padding:12px;box-shadow:inset 0 1px #ffffff9e,0 10px 26px #0f2d2914}.chat-row:hover{background:#ffffffc7;border-color:#ffffffbd}.chat-row.selected{background:linear-gradient(135deg,#ffffffe0,#c6f4eca3);border-color:#37d7bfb3;box-shadow:inset 0 1px #fffc,0 18px 34px #20a28f29}.chat-row img,.chat-row-placeholder,.conversation-header img{border:1px solid #ffffffa3;border-radius:18px}.conversation{border-radius:28px}.conversation-header{background:linear-gradient(135deg,#ffffffa8,#caefe875);padding:18px}.account-pill{color:#17312d;background:linear-gradient(135deg,#ffffffeb,#a9eee2b8);border-color:#ffffffad}.conversation-link-actions{gap:7px}.message{background:#ffffffb8;border:1px solid #ffffff7a;box-shadow:0 12px 32px #0a24211a,inset 0 1px #ffffffb8}.conversation-composer{background:linear-gradient(135deg,#ffffffb3,#d5ebe494)}.draft{background:#ffffffb8;border-radius:24px}.composer-tools .attachment-row,.composer-tools .price-row{width:auto}.composer-tools .price-row{flex:360px}.reply-preview,.attachment-preview,.list-loading{background:linear-gradient(135deg,#ffffffd1,#cbebe48a);border-color:#ffffff94}.reply-preview{border-left-color:#38d8c0}.actions-row{grid-template-columns:minmax(280px,1fr) minmax(132px,180px)}.primary{background:linear-gradient(135deg,#101f1c,#265850);border-color:#ffffff2e;box-shadow:0 18px 34px #112b2747,inset 0 1px #ffffff29}.stats div{background:linear-gradient(135deg,#ffffffb8,#c1ebe270);border-color:#ffffff80}@media (width<=1180px){.app-shell{grid-template-columns:1fr;padding:12px}.sidebar,.workspace{border-radius:26px}}.workspace{padding-top:18px;padding-bottom:16px}.topbar{margin-bottom:8px;padding-bottom:6px}.topbar h2{font-size:26px}.topbar p{margin-top:2px}.conversation{grid-template-rows:minmax(76px,auto) auto minmax(420px,1fr) auto}.conversation-header{padding:10px 14px}.conversation-header img{width:62px;height:46px}.conversation-header h3{font-size:18px}.app-shell.standalone-shell .workspace{border-radius:30px;width:100%;height:calc(100vh - 44px);overflow:auto}.app-shell.standalone-shell .autopost-layout{grid-template-columns:minmax(360px,440px) minmax(0,1fr)}@media (width<=980px){.app-shell.standalone-shell .autopost-layout{grid-template-columns:1fr}}.conversation-header p{margin-top:2px;font-size:12px}.conversation-messages{padding:16px 18px}.draft{resize:vertical;min-height:76px;padding:11px 14px;font-size:14px;line-height:1.45}.composer-tools{flex-wrap:wrap;align-items:flex-start;gap:8px;display:flex}.composer-tools .attachment-row{flex:0 auto;gap:8px;display:flex}.composer-tools .price-row{flex:360px;padding:0}.attach-button,.price-row button{min-height:32px;padding:6px 11px;font-size:12px}.attachment-preview{min-height:32px;padding:5px 7px}.attachment-preview button{min-height:28px;padding:5px 9px;font-size:12px}.actions-row{grid-template-columns:minmax(320px,1fr) minmax(130px,180px);gap:8px;display:grid}.actions-row button{min-height:42px}.actions-row .primary{min-height:42px;font-size:14px}@media (width<=760px){.actions-row{grid-template-columns:1fr}.draft{min-height:76px}}:root{--bg:#070b12;--bg-2:#0e1822;--surface:#182634b8;--surface-strong:#2b3d4dc7;--surface-muted:#7084942e;--surface-dark:#081019;--text:#edf7ff;--muted:#d6e5f1a3;--faint:#d6e5f16b;--border:#c2e6ff2e;--border-strong:#dcf5ff5c;--primary:#f36b5d;--primary-soft:#f36b5d2e;--accent:#39f4ff;--accent-strong:#fc4fc7;--danger:#ff5e6f29;--danger-border:#ff5e6f75;--hot:#ffae4433;--call:#3ad3ff2e;--sold:#2ceb852b;--shadow:0 34px 90px #00000075;--shadow-soft:0 22px 55px #00000047}body{color:var(--text);background:radial-gradient(circle at 4% 24%,#ff439a5c,#0000 24%),radial-gradient(circle at 88% 16%,#38e6ff38,#0000 28%),radial-gradient(circle at 64% 86%,#ff894a2e,#0000 32%),linear-gradient(135deg,#05070d 0%,#101c27 43%,#192939 100%);font-family:Onest,Segoe UI,sans-serif}body:before{opacity:.28;background-image:linear-gradient(#ffffff0b 1px,#0000 1px),linear-gradient(90deg,#ffffff0b 1px,#0000 1px),radial-gradient(circle,#4bf4ff52 1px,#0000 1px);background-size:56px 56px,56px 56px,22px 22px;-webkit-mask-image:linear-gradient(90deg,#000,#0000 86%);mask-image:linear-gradient(90deg,#000,#0000 86%)}.app-shell{gap:18px;padding:22px}.sidebar,.workspace,.chat-list,.conversation,.panel,.chat-card,.autopost-form,.autopost-result .chat-card,.autopost-empty{color:var(--text);border:1px solid var(--border);-webkit-backdrop-filter:blur(26px)saturate(1.35);backdrop-filter:blur(26px)saturate(1.35);background:linear-gradient(145deg,#2a3b4cbd,#121f2da8),radial-gradient(circle at 8% 0,#ffffff29,#0000 32%);box-shadow:0 28px 70px #00000061,inset 0 1px #ffffff29,inset 0 -1px #00000038}.sidebar{border-radius:34px;position:relative}.sidebar:before{content:"";background:linear-gradient(#ff4eb5,#ffb347 24%,#38f4ff 47%,#7a5cff 70%,#31f58d);border-radius:999px;width:4px;position:absolute;top:34px;bottom:34px;left:-7px;box-shadow:0 0 18px #ff4eb5cc,0 0 28px #38f4ff8c}.workspace{background:linear-gradient(145deg,#293b4b9e,#0d17238f),radial-gradient(circle at 78% 10%,#50d9ff29,#0000 34%);border-radius:34px}.brand{border-bottom-color:#ffffff1f}.brand-icon{color:#031018;background:linear-gradient(135deg,#2af5c6,#41a4ff 45%,#ff4ec6);box-shadow:0 0 28px #41a4ff61,inset 0 1px #ffffffa6}.brand h1,.topbar h2,.conversation-header h3,.chat-card h3{color:#f8fbff;text-shadow:0 0 22px #63e7ff2e}.brand p,.topbar p,.panel-title,label,.sidebar label,.chat-row-meta,.chat-row-message,.chat-row-top time,.conversation-header p,.message time,.autopost-hint,.autopost-table span,.autopost-feed-box span{color:var(--muted)}input,select,textarea,.deal-search{color:var(--text);background:#050d1652;border-color:#d2f2ff29;box-shadow:inset 0 1px #ffffff14}button,a.refresh,.open-item,.attach-button,.conversation-link-actions button{color:#f7fbff;background:linear-gradient(145deg,#495b6cc7,#14212fbd);border-color:#ffffff2e;box-shadow:0 14px 32px #00000038,inset 0 1px #ffffff2e}button:hover,a.refresh:hover,.open-item:hover,.attach-button:hover{border-color:#46f5ff85;box-shadow:0 0 0 1px #46f5ff2e,0 18px 42px #00000057,0 0 24px #46f5ff29,inset 0 1px #fff3}.chat-row{color:var(--text);background:0 0;border-bottom-color:#ffffff14}.chat-row:hover,.chat-row.selected{background:#86a6be29}.unread-badge{background:linear-gradient(135deg,#ff6c5d,#ff4fc7);box-shadow:0 0 22px #ff4fc773}.message{color:#eaf6ff;background:#253646c2;border-color:#ffffff1f;box-shadow:0 18px 44px #0000003d,inset 0 1px #ffffff1f}.message.operator,.message.bot{background:linear-gradient(135deg,#ff6066e0,#7d56ffc7);border-color:#fff3}.conversation-composer{background:linear-gradient(135deg,#233444d1,#0c1724db);border-top-color:#ffffff1a}.stats div,.autopost-feed-box,.autopost-table>div,.upload-zone,.reply-preview,.attachment-preview,.list-loading{color:var(--text);background:linear-gradient(145deg,#46586a61,#121f2d6b);border-color:#ffffff1f}.error,.autopost-errors{color:#ffdce2;background:#ff5e6f24;border-color:#ff5e6f75;box-shadow:0 0 26px #ff5e6f1f}body{-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;font-size:15px;line-height:1.45}.sidebar{height:calc(100vh - 36px);padding:18px 14px}.workspace{min-width:0;height:calc(100vh - 36px);padding:18px}.topbar{min-height:48px;margin-bottom:12px;padding:0}.topbar h2{letter-spacing:-.03em;font-size:28px;line-height:1.05}.topbar p,.brand p{color:#edf7ffc7;font-size:13px}.brand h1{font-size:19px}.panel-title,.chat-row-top b,.chat-row-title,.message-head b,button,a.refresh{font-weight:800}.sidebar label{color:#edf7ffb8;font-size:11px}input,select,textarea{color:#f7fbff;background:#0a1420b8;border-color:#d6eeff3d}.chat-list,.conversation{min-width:0;min-height:0}.chat-row{grid-template-columns:56px minmax(0,1fr);padding:12px}.chat-row-top b{font-size:14px}.chat-row-title,.chat-row-message,.chat-row-meta,.chat-row-top time{color:#edf7ffb8;font-size:12px}.chat-row-controls button,.chat-row-controls select,.conversation-status-row button,.conversation-status-row select{color:#f7fbff;min-height:30px;font-size:12px}.conversation{grid-template-rows:auto auto minmax(0,1fr) auto;display:grid}.conversation-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 16px}.conversation-header h3{font-size:21px;line-height:1.15}.conversation-header p{color:#edf7ffb8;font-size:13px}.conversation-link-actions{grid-column:auto;grid-template-columns:repeat(2,minmax(118px,auto));justify-content:end;max-width:300px;display:grid}.conversation-link-actions a,.conversation-link-actions button{white-space:nowrap;min-height:36px;padding:7px 11px;font-size:13px}.conversation-messages{gap:10px;padding:18px}.message{max-width:min(720px,72%);padding:13px 15px;font-size:14px;line-height:1.45}.message time,.message-head{font-size:12px}.conversation-composer{gap:8px;padding:12px 14px}.draft{min-height:62px;max-height:130px;padding:12px 14px;font-size:15px}.composer-tools{align-items:center}.attach-button,.price-row button,.attachment-preview,.attachment-preview button{min-height:32px;font-size:12px}.actions-row{align-items:center;gap:10px;display:flex}.actions-row button{flex:none;min-height:40px;padding:8px 18px;font-size:14px}.actions-row .primary{flex:0 0 260px;max-width:260px;min-height:40px}.app-shell.standalone-shell{grid-template-columns:minmax(0,1fr);padding:18px}.app-shell.standalone-shell .workspace{height:calc(100vh - 36px);padding:22px}.app-shell.standalone-shell .autopost-layout{grid-template-columns:minmax(360px,430px) minmax(0,1fr);gap:18px}.autopost-form{min-height:auto}.autopost-empty,.autopost-result .chat-card{min-height:360px}.autopost-empty h3,.autopost-result h3{font-size:22px}.autopost-empty p,.autopost-hint,.upload-zone span{color:#edf7ffb8;font-size:13px}@media (width<=1280px){.inbox-layout{grid-template-columns:minmax(340px,410px) minmax(0,1fr)}.conversation-header{grid-template-columns:auto minmax(0,1fr)}.conversation-link-actions{grid-column:1/-1;grid-template-columns:repeat(4,minmax(110px,auto));justify-content:start;max-width:none}}@media (width<=760px){.actions-row,.actions-row .primary{flex:auto;width:100%;max-width:none}}:root{--bg:#08111c;--surface:#122033;--surface-strong:#182a40;--surface-muted:#20344c;--text:#f4f8ff;--muted:#aebed0;--faint:#7f90a5;--border:#bbd2e838;--border-strong:#dfeeff61;--primary:#ff6b5f;--accent:#47d7ff;--shadow:0 22px 54px #00000061;--shadow-soft:0 14px 34px #0000003d}body{color:var(--text);background:radial-gradient(circle at 0 0,#ff5a7d29,#0000 30%),radial-gradient(circle at 100% 0,#47d7ff24,#0000 34%),linear-gradient(135deg,#08111c 0%,#0c1827 48%,#0a1421 100%);font-size:15px;font-weight:500}body:before{opacity:.12}.app-shell{grid-template-columns:300px minmax(0,1fr);gap:16px;padding:16px}.sidebar,.workspace,.chat-list,.conversation,.panel,.chat-card,.autopost-form,.autopost-empty,.autopost-result .chat-card{color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#122033f0}.sidebar:before{opacity:.55;box-shadow:none}.workspace{background:#0c1827f5}.topbar h2,.brand h1,.conversation-header h3,.chat-card h3{color:#fff;text-shadow:none}.topbar p,.brand p,.panel-title,.sidebar label,.chat-row-meta,.chat-row-message,.chat-row-top time,.conversation-header p,.message time,.autopost-hint,.autopost-table span,.autopost-feed-box span,.muted-text{color:var(--muted)}.panel-title{font-size:14px}.sidebar label{letter-spacing:.06em;font-size:11px}input,select,textarea,.deal-search{color:#fff;box-shadow:none;background:#0b1624;border:1px solid #bed6ee47}input:focus,select:focus,textarea:focus{background:#0d1b2c;border-color:#47d7ffa6}input::placeholder,textarea::placeholder{color:#7f90a5}button,a.refresh,.open-item,.attach-button,.conversation-link-actions button{color:#fff;box-shadow:none;text-shadow:none;background:#21344c;border:1px solid #cce0f447}button:hover,a.refresh:hover,.open-item:hover,.attach-button:hover{background:#2a405b;border-color:#47d7ff94;box-shadow:0 8px 20px #00000038}.primary,.actions-row .primary{color:#fff;background:#f25f55;border-color:#ff8f86;box-shadow:0 10px 22px #f25f5538}.primary:hover,.actions-row .primary:hover{background:#ff6f64}.brand-icon{box-shadow:none;background:#47d7ff}.stats div,.upload-zone,.autopost-feed-box,.autopost-table>div,.reply-preview,.attachment-preview,.list-loading{color:var(--text);box-shadow:none;background:#17283d;border:1px solid #bed6ee38}.stats b{color:#fff}.chat-list{background:#0f1d2f}.chat-row{color:var(--text);background:0 0;border-bottom:1px solid #bed6ee1f}.chat-row.selected{background:#1c314a;outline:1px solid #47d7ff6b}.chat-row.has-unread{background:#263447;box-shadow:inset 4px 0 #ffb347}.chat-row-top b,.chat-row-title{color:#fff}.chat-row-message,.chat-row-meta,.chat-row-top time{color:#aebed0}.unread-badge{color:#fff;box-shadow:none;background:#f25f55}.conversation-header{background:#16283d;border-bottom:1px solid #bed6ee29}.conversation-link-actions{align-items:center}.conversation-messages{background:#091421}.message{color:#f4f8ff;box-shadow:none;background:#1a2b40;border:1px solid #bed6ee2e}.message.client{background:#1b2d43}.message.operator,.message.bot{color:#fff;background:#294466;border-color:#cce0f438}.message span{color:inherit}.conversation-composer{background:#101f31;border-top:1px solid #bed6ee29}.draft{color:#fff;background:#0b1624}.price-row button{color:#fff;background:#27415e}.actions-row{justify-content:flex-start}.actions-row .primary{flex:0 0 220px;max-width:220px}.actions-row button:not(.primary){min-width:140px;margin-left:0}.autopost-empty pre{color:#d9e8f7;background:#081421}.sidebar-nav .panel-title,.filter-panel .panel-title{color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:13px}.nav-item{color:#d9e8f7;background:#14253a;border:1px solid #bed6ee29;border-radius:13px;align-items:center;gap:9px;min-height:38px;padding:9px 12px;font-size:14px;font-weight:750;text-decoration:none;display:flex}.nav-item:hover,.nav-item.active{color:#fff;background:#213854;border-color:#47d7ff6b}.quick-filter-grid button,.filter-shortcut,.reset{text-align:left;justify-content:flex-start}.autopost-page .topbar{margin-bottom:18px}.autopost-page .topbar h2{letter-spacing:-.03em}.autopost-layout{align-items:start}.autopost-form,.autopost-result .chat-card,.autopost-empty{background:linear-gradient(145deg,#172434f5,#091522fa);border:1px solid #94b8cf42;box-shadow:0 24px 80px #00000052}.autopost-form{gap:12px}.autopost-form .panel-title{color:#f6fbff;margin-bottom:8px;font-size:15px;font-weight:800}.autopost-form label{color:#c8d7e3;letter-spacing:.01em;font-size:12px;font-weight:750}.autopost-form input:not([type=file]),.autopost-form textarea{color:#122033;width:100%;font:inherit;background:#f6fafdf0;border:1px solid #9fbbd152;border-radius:14px;outline:none;padding:12px 14px;font-size:14px;line-height:1.45}.autopost-form textarea{resize:vertical;min-height:92px}.autopost-form input::placeholder,.autopost-form textarea::placeholder{color:#6f7c88}.autopost-two{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.autopost-two label{gap:8px;display:grid}.autopost-mode-note{color:#d9edf7;background:#31d2ff17;border:1px solid #43d7ff42;border-radius:16px;gap:6px;padding:13px 14px;display:grid}.autopost-mode-note b{color:#fff;font-size:14px}.autopost-mode-note span{color:#b9cad8;font-size:13px;line-height:1.45}.autopost-form .upload-zone{color:#f6fbff;background:#0d1c2cbd;border-color:#97b8cf5c;min-height:116px}.autopost-form .upload-zone span{color:#aec1d1;max-width:360px;font-size:13px;line-height:1.45}.autopost-form .primary{border-radius:15px;min-height:44px;font-size:14px;font-weight:850}.autopost-hint{color:#c8d7e3;font-size:13px;line-height:1.5}.autopost-hint b,.autopost-hint code{color:#fff}.autopost-empty h3,.autopost-result h3{color:#fff;font-size:22px}.autopost-empty p,.autopost-result p{color:#bfcedb;font-size:14px;line-height:1.55}@media (width<=900px){.autopost-two{grid-template-columns:1fr}}:root{--bg:#f7f1e8;--bg-2:#fffaf3;--surface:#ffffffdb;--surface-strong:#fff;--surface-muted:#f5efe6;--text:#162033;--muted:#667085;--faint:#98a2b3;--border:#1f2b441a;--border-strong:#2661ff47;--primary:#2563ff;--primary-soft:#2563ff1a;--primary-strong:#1451e8;--accent:#eef4ff;--accent-strong:#2563ff;--danger:#fff0f0;--danger-border:#ffb4b4;--hot:#fff7d9;--call:#eaf2ff;--sold:#e8faf1;--shadow:0 18px 42px #1c27401a;--shadow-soft:0 8px 24px #1c274014;--inner-light:inset 0 1px 0 #ffffffe6;--radius-lg:26px;--radius-md:18px;--radius-sm:12px}html,body{background:#f7f1e8!important}body{color:var(--text);overflow:hidden;background:radial-gradient(circle at 8% 8%,#fffffff2,#0000 28%),radial-gradient(circle at 85% 14%,#2563ff14,#0000 24%),linear-gradient(135deg,#fbf6ee 0%,#f3eadf 100%)!important}body:before,.app-shell:before,.app-shell:after,button:after,a.refresh:after,.open-item:after{content:none!important;display:none!important}button,.refresh,.open-item,.nav-item,.attach-button{border:1px solid var(--border);min-height:32px;color:var(--text);letter-spacing:-.01em;background:#fff;border-radius:14px;padding:7px 12px;font-size:12px;font-weight:800;box-shadow:0 7px 18px #1c274012,inset 0 1px #ffffffe6}button:hover,.refresh:hover,.open-item:hover,.nav-item:hover{border-color:var(--border-strong);transform:translateY(-1px);box-shadow:0 12px 24px #2563ff1f}input,select,textarea{min-height:34px;color:var(--text);background:#fff;border:1px solid #1f2b441a;border-radius:13px;padding:8px 11px;font-size:12px;box-shadow:inset 0 1px #fffffff2,0 5px 14px #1c27400a}.app-shell{transition:grid-template-columns .22s;background:0 0!important;grid-template-columns:270px 1fr!important;gap:14px!important;padding:14px!important}.app-shell.sidebar-collapsed{grid-template-columns:0 1fr!important;gap:0!important}.sidebar-toggle{z-index:60;width:26px;height:54px;min-height:54px;color:var(--primary);box-shadow:var(--shadow-soft);background:#fff;border-color:#2563ff38;border-radius:0 18px 18px 0;padding:0;font-size:28px;line-height:1;transition:left .22s,transform .18s;position:fixed;top:50%;left:265px}.sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .22s,opacity .16s;overflow:auto;width:270px!important;box-shadow:var(--shadow)!important;color:var(--text)!important;background:#ffffffb8!important;border:1px solid #1f2b4414!important;border-radius:28px!important;padding:18px!important}.app-shell.sidebar-collapsed .sidebar{opacity:0;pointer-events:none;transform:translate(-292px)}.brand{border-bottom:1px solid #1f2b4414;gap:11px;margin-bottom:14px;padding-bottom:14px}.brand-icon{color:#fff;background:linear-gradient(135deg,#55d8ff,#2563ff 70%,#7c3aed);width:42px;height:42px;box-shadow:0 12px 28px #2563ff40}.brand h1{margin:0;line-height:1.05;color:var(--text)!important;font-size:18px!important}.brand p,.topbar p,.chat-row-message,.chat-row-meta,.conversation-header p,.message time{color:var(--muted)!important}.panel,.chat-list,.conversation,.chat-card,.autopost-form,.autopost-result .chat-card,.autopost-empty{box-shadow:var(--shadow-soft)!important;color:var(--text)!important;background:#ffffffc7!important;border:1px solid #1f2b4414!important}.panel{margin-bottom:10px;border-radius:18px!important;padding:11px!important}.panel-title,.sidebar-nav .panel-title,.filter-panel .panel-title{text-transform:uppercase;color:#344054!important;letter-spacing:.05em!important;margin:0 0 8px!important;font-size:11px!important;font-weight:900!important}.sidebar-nav{gap:5px}.nav-item{justify-content:flex-start;min-height:33px;text-decoration:none;color:#243047!important;background:#fffaf4!important}.nav-item.active,.nav-item:hover{color:#155eef!important;background:#eef4ff!important;border-color:#2563ff59!important}.filter-panel{display:grid;gap:7px!important}.filter-panel label{text-transform:uppercase;letter-spacing:.04em;margin:2px 0 -2px;font-weight:900;color:#344054!important;font-size:10px!important}.quick-filter-grid{grid-template-columns:1fr;gap:5px;display:grid}.quick-filter-grid button,.filter-shortcut,.reset{color:#155eef;background:#f8fbff;justify-content:flex-start;min-height:31px}.stats div{background:#fff!important;border:1px solid #1f2b4414!important;border-radius:15px!important;min-height:58px!important;padding:10px!important}.stats span{font-weight:700;color:#667085!important;font-size:11px!important}.workspace{min-width:0;overflow:hidden;background:0 0!important;padding:0!important}.topbar{min-height:58px;margin:0!important;padding:0 10px 12px!important}.topbar h2{margin:0 0 4px;line-height:1.1;color:var(--text)!important;font-size:21px!important}.refresh,.topbar .refresh{color:#155eef!important;background:#fff!important}.inbox-layout{grid-template-columns:minmax(320px,380px) minmax(0,1fr)!important;gap:14px!important;height:calc(100vh - 84px)!important}.chat-list{overflow:auto;border-radius:24px!important;padding:12px!important}.deal-search,.search-box{min-height:38px;box-shadow:var(--shadow-soft);color:var(--muted)!important;background:#fff!important;border:1px solid #1f2b4414!important;border-radius:16px!important}.deal-search input,.search-box input{box-shadow:none;background:0 0;border:0}.chat-row{min-height:104px!important;box-shadow:none!important;color:var(--text)!important;background:#ffffffc7!important;border:1px solid #1f2b4414!important;border-radius:18px!important;margin:8px 0!important;padding:10px!important}.chat-row:hover,.chat-row.selected{background:#fff!important;border-color:#2563ff73!important;box-shadow:0 14px 34px #2563ff21!important}.chat-row.has-unread{border-color:#2563ff80!important}.chat-row>img,.chat-row-placeholder{box-shadow:0 9px 20px #1c274021;border-radius:15px!important;width:48px!important;height:48px!important}.chat-row-top b,.chat-row-title{line-height:1.2;color:var(--text)!important;font-size:13px!important}.chat-row-time,.chat-row-time time{color:#667085!important;font-size:11px!important}.chat-row-controls{gap:6px!important;margin-top:7px!important}.chat-row-controls button,.chat-row-controls select{max-width:120px;border-radius:999px!important;min-height:26px!important;padding:4px 8px!important;font-size:10px!important}.unread-badge,.status-badge.hot{background:var(--primary)!important;color:#fff!important}.account-pill,.status-badge{min-height:22px;color:#155eef!important;background:#eef4ff!important;border:1px solid #2563ff2e!important;border-radius:999px!important;padding:4px 9px!important;font-size:11px!important;font-weight:900!important}.conversation{grid-template-rows:auto auto minmax(0,1fr) auto;background:#ffffffc2!important;border-radius:24px!important;display:grid!important;overflow:hidden!important}.conversation-header{background:linear-gradient(#fffffff2,#faf5eed1)!important;border-bottom:1px solid #1f2b4412!important;min-height:112px!important;padding:18px!important}.conversation-header>img{border-radius:16px!important;width:58px!important;height:58px!important}.conversation-header h3{color:var(--text)!important;margin:5px 0 3px!important;font-size:22px!important}.conversation-link-actions{grid-template-columns:repeat(2,minmax(130px,auto))!important;gap:8px!important}.conversation-link-actions button,.conversation-link-actions a,.conversation-status-row button,.conversation-status-row select{background:#fff!important;min-height:34px!important}.conversation-messages{overflow:auto;background:linear-gradient(#fffaf3 0%,#fbf5ed 100%)!important;padding:22px!important}.message{line-height:1.45;border-radius:16px!important;max-width:min(560px,72%)!important;padding:13px 15px!important;font-size:13px!important;box-shadow:0 12px 28px #1c27401a!important}.message.client{color:var(--text)!important;background:#fff!important;border:1px solid #1f2b4417!important}.message.operator,.message.bot{color:#fff!important;background:linear-gradient(135deg,#3b82ff,#2563ff 62%,#1954e8)!important;border:0!important;margin-left:auto!important}.message.bot{background:linear-gradient(135deg,#17b26a,#039855)!important}.message-head b,.message.client b{color:#155eef!important}.message.operator b,.message.bot b,.message.operator time,.message.bot time{color:#ffffffdb!important}.message-menu-button{width:26px;background:#ffffff2e!important;min-height:26px!important;padding:0!important}.day-divider{box-shadow:var(--shadow-soft);color:#667085!important;background:#fff!important;border:1px solid #1f2b4414!important}.conversation-composer{background:#ffffffdb!important;border-top:1px solid #1f2b4414!important;padding:12px 16px 16px!important}.draft{max-height:110px;min-height:58px!important;color:var(--text)!important;background:#fff!important;border-radius:18px!important}.composer-tools,.actions-row{gap:8px!important}.actions-row .primary,button.primary,.primary{color:#fff!important;background:linear-gradient(135deg,#3b82ff,#2563ff)!important;border:0!important;flex:0 0 190px!important;max-width:190px!important;min-height:38px!important;box-shadow:0 12px 28px #2563ff40!important}.price-row button,.attach-button,.actions-row button:not(.primary){color:#344054!important;background:#fff!important;min-width:auto!important}.reply-preview{color:var(--text)!important;background:#eef4ff!important;border-color:#2563ff33!important}.error,.autopost-errors{color:#b42318!important;background:#fff0f0!important;border-color:#ffb4b4!important}.autopost-page{background:0 0!important}.autopost-layout{grid-template-columns:minmax(320px,420px) minmax(0,1fr)!important;gap:14px!important}.autopost-form,.autopost-result .chat-card,.autopost-empty{color:var(--text)!important;background:#ffffffd6!important}.autopost-form label,.autopost-empty p,.autopost-result p,.autopost-hint,.autopost-mode-note span{color:#667085!important}.autopost-empty h3,.autopost-result h3,.autopost-mode-note b{color:var(--text)!important}.autopost-form input:not([type=file]),.autopost-form textarea{color:var(--text)!important;background:#fff!important}.autopost-form .upload-zone,.autopost-mode-note,.autopost-empty pre{color:var(--text)!important;background:#fffaf4!important;border-color:#1f2b441a!important}.autopost-form .upload-zone span,.autopost-hint code,.autopost-hint b{color:#344054!important}@media (width<=1180px){.app-shell{grid-template-columns:250px 1fr!important;padding:10px!important}.sidebar{width:250px!important}.sidebar-toggle{left:245px}.inbox-layout{grid-template-columns:minmax(300px,340px) 1fr!important}}@media (width<=820px){body{overflow:auto}.app-shell,.app-shell.sidebar-collapsed{height:auto;min-height:100vh;grid-template-columns:1fr!important}.sidebar,.app-shell.sidebar-collapsed .sidebar{opacity:1;pointer-events:auto;transform:none;width:100%!important}.sidebar-toggle{display:none!important}.inbox-layout,.autopost-layout{grid-template-columns:1fr!important;height:auto!important}.conversation{min-height:620px}}.app-shell{transition:grid-template-columns .12s ease-out!important}.sidebar{will-change:transform, opacity;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;transition:transform .12s ease-out,opacity 80ms linear!important}.sidebar-toggle{transition:left .12s ease-out,background .12s ease-out,border-color .12s ease-out!important}.chat-row-controls button,.chat-row-controls select,.conversation-status-row button,.conversation-status-row select,.status-badge,.account-pill{color:#1d2939!important;text-shadow:none!important;background:#fff!important;border-color:#1f2b4424!important}.chat-row-controls button svg,.conversation-status-row button svg{color:#2563ff!important}.chat-row-controls select,.conversation-status-row select{background-color:#fff!important;background-image:linear-gradient(45deg,#0000 50%,#344054 50%),linear-gradient(135deg,#344054 50%,#0000 50%)!important;background-position:calc(100% - 14px),calc(100% - 9px)!important;background-repeat:no-repeat!important;background-size:5px 5px,5px 5px!important}.chat-row-controls button:hover,.chat-row-controls select:hover,.conversation-status-row button:hover,.conversation-status-row select:hover{color:#155eef!important;background:#eef4ff!important;border-color:#2563ff52!important}.chat-row-controls option,.conversation-status-row option,.filter-panel option{color:#1d2939!important;background:#fff!important}button,.nav-item,.chat-row,.message,.panel,.conversation,.chat-list,.sidebar-toggle{transition-duration:.12s!important}html,body,#root{width:100%;height:100%}.app-shell{align-items:stretch!important;width:100vw!important;height:100vh!important;min-height:100vh!important;overflow:hidden!important}.sidebar{height:calc(100vh - 28px)!important;max-height:calc(100vh - 28px)!important;overflow:hidden auto!important}.workspace{grid-template-rows:auto minmax(0,1fr)!important;min-width:0!important;height:calc(100vh - 28px)!important;display:grid!important;overflow:hidden!important}.topbar{justify-content:space-between!important;align-items:center!important;height:64px!important;min-height:64px!important;padding:10px 12px!important;display:flex!important;overflow:visible!important}.topbar h2{white-space:nowrap;margin:0 0 4px!important}.topbar p{white-space:nowrap;margin:0!important}.inbox-layout{height:100%!important;min-height:0!important;overflow:hidden!important}.chat-list{scrollbar-gutter:stable;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden auto!important}.chat-list::-webkit-scrollbar{width:8px;height:8px}.conversation-messages::-webkit-scrollbar{width:8px;height:8px}.sidebar::-webkit-scrollbar{width:8px;height:8px}.autopost-form::-webkit-scrollbar{width:8px;height:8px}.chat-list::-webkit-scrollbar-thumb{background:#1f2b4438;border-radius:999px}.conversation-messages::-webkit-scrollbar-thumb{background:#1f2b4438;border-radius:999px}.sidebar::-webkit-scrollbar-thumb{background:#1f2b4438;border-radius:999px}.autopost-form::-webkit-scrollbar-thumb{background:#1f2b4438;border-radius:999px}.list-loading{color:#155eef!important;background:#eef4ff!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;height:auto!important;min-height:30px!important;margin:8px 0!important;font-size:12px!important;font-weight:800!important;display:flex!important;position:static!important}.conversation,.conversation-messages{height:100%!important;min-height:0!important}.conversation-composer{min-height:150px!important}.app-shell.standalone-shell{padding:14px!important;display:block!important;overflow:hidden!important}.app-shell.standalone-shell .workspace.autopost-page{grid-template-rows:auto minmax(0,1fr) auto!important;width:100%!important;height:calc(100vh - 28px)!important;display:grid!important;overflow:hidden!important}.app-shell.standalone-shell .topbar{width:100%!important}.app-shell.standalone-shell .autopost-layout{grid-template-columns:minmax(360px,420px) minmax(0,1fr)!important;gap:14px!important;width:100%!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}.app-shell.standalone-shell .autopost-form,.app-shell.standalone-shell .autopost-result{min-width:0!important;height:100%!important;overflow:hidden auto!important}.app-shell.standalone-shell .autopost-empty,.app-shell.standalone-shell .autopost-result .chat-card{min-height:360px!important}.app-shell.standalone-shell .autopost-history{max-height:190px!important;margin-top:14px!important;overflow-y:auto!important}.autopost-two,.autopost-two>label,.autopost-two input{min-width:0!important}@media (width<=900px){.app-shell.standalone-shell,.app-shell.standalone-shell .workspace.autopost-page{height:auto!important;overflow:auto!important}.app-shell.standalone-shell .autopost-layout{grid-template-columns:1fr!important;height:auto!important;overflow:visible!important}.app-shell.standalone-shell .autopost-form,.app-shell.standalone-shell .autopost-result{height:auto!important;overflow:visible!important}}.conversation-header button,.conversation-header a,.conversation-header .open-item,.conversation-link-actions button,.conversation-link-actions a,.conversation-status-row button,.conversation-status-row select,.chat-row-controls button,.chat-row-controls select{color:#182230!important;-webkit-text-fill-color:#182230!important;opacity:1!important;text-shadow:none!important;background:#fff!important;border:1px solid #1f2b4424!important}.conversation-header button *,.conversation-header a *,.conversation-link-actions button *,.conversation-link-actions a *,.conversation-status-row button *,.chat-row-controls button *{color:#182230!important;-webkit-text-fill-color:#182230!important;opacity:1!important}.conversation-header svg,.conversation-link-actions svg,.conversation-status-row svg,.chat-row-controls svg{color:#2563ff!important;stroke:#2563ff!important;-webkit-text-fill-color:#2563ff!important}.conversation-link-actions button:empty:before{content:"Действие";color:#182230!important;-webkit-text-fill-color:#182230!important}.conversation-link-actions button[disabled],.conversation-status-row button[disabled],.chat-row-controls button[disabled]{color:#667085!important;-webkit-text-fill-color:#667085!important;background:#f8fafc!important}.workspace{padding-top:10px!important}.topbar{height:72px!important;min-height:72px!important;padding:14px 18px 12px!important}.topbar h2{font-size:22px!important;line-height:1.08!important}.inbox-layout{height:calc(100vh - 104px)!important}.chat-list{border-radius:24px!important;grid-template-rows:auto minmax(0,1fr)!important;gap:10px!important;padding:12px!important;display:grid!important;overflow:hidden!important}.chat-list .deal-search{z-index:5;flex:none;position:sticky;top:0;margin:0!important;box-shadow:0 12px 24px #1c274014!important}.chat-list>.chat-row,.chat-list>.list-loading{grid-row:auto}.chat-list:after{content:"";min-height:1px;display:block}.chat-list{align-content:start;scrollbar-gutter:stable both-edges!important;padding-right:14px!important;overflow-y:auto!important}.chat-list .deal-search{margin-right:2px!important}.sidebar,.chat-list,.conversation-messages,.autopost-form,.autopost-result{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#1f2b4438 transparent}.sidebar{scrollbar-gutter:stable both-edges!important;background-clip:padding-box!important;padding-right:20px!important}.sidebar::-webkit-scrollbar{width:6px!important;height:6px!important}.chat-list::-webkit-scrollbar{width:6px!important;height:6px!important}.conversation-messages::-webkit-scrollbar{width:6px!important;height:6px!important}.autopost-form::-webkit-scrollbar{width:6px!important;height:6px!important}.autopost-result::-webkit-scrollbar{width:6px!important;height:6px!important}.sidebar::-webkit-scrollbar-track{background:0 0!important;margin:16px 0!important}.chat-list::-webkit-scrollbar-track{background:0 0!important;margin:16px 0!important}.conversation-messages::-webkit-scrollbar-track{background:0 0!important;margin:16px 0!important}.autopost-form::-webkit-scrollbar-track{background:0 0!important;margin:16px 0!important}.autopost-result::-webkit-scrollbar-track{background:0 0!important;margin:16px 0!important}.sidebar::-webkit-scrollbar-thumb{background:#1f2b4438!important;border:2px solid #ffffffb8!important;border-radius:999px!important}.chat-list::-webkit-scrollbar-thumb{background:#1f2b4438!important;border:2px solid #ffffffb8!important;border-radius:999px!important}.conversation-messages::-webkit-scrollbar-thumb{background:#1f2b4438!important;border:2px solid #ffffffb8!important;border-radius:999px!important}.autopost-form::-webkit-scrollbar-thumb{background:#1f2b4438!important;border:2px solid #ffffffb8!important;border-radius:999px!important}.autopost-result::-webkit-scrollbar-thumb{background:#1f2b4438!important;border:2px solid #ffffffb8!important;border-radius:999px!important}.chat-row{margin-right:2px!important}.app-shell.sidebar-collapsed .workspace{padding-left:12px!important}.deals-column{grid-template-rows:auto minmax(0,1fr);gap:10px;height:100%;min-height:0;display:grid;overflow:hidden}.deals-column>.deal-search{background:#fff!important;border-radius:20px!important;margin:0!important;padding:0 12px!important}.deals-column>.chat-list{height:100%!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:0 12px 12px 0!important;display:block!important;overflow:hidden auto!important}.deals-column .chat-row:first-child{margin-top:0!important}.topbar p:empty{display:none!important}.deals-column>.deal-search{box-sizing:border-box!important;width:calc(100% - 22px)!important;max-width:calc(100% - 22px)!important;margin:0 10px 0 2px!important}.deals-column>.deal-search input{min-width:0!important}.settings-shell{background:radial-gradient(circle at 80% 12%,#f7f4eeeb,#0000 34%),#f5efe6!important;width:100vw!important;height:100vh!important;padding:14px!important;display:block!important;overflow:hidden!important}.settings-shell .workspace{background:0 0!important;grid-template-rows:auto minmax(0,1fr)!important;gap:14px!important;width:100%!important;min-width:0!important;max-width:none!important;height:calc(100vh - 28px)!important;padding:0!important;display:grid!important;overflow:hidden!important}.settings-shell .topbar{background:#ffffffdb!important;border:1px solid #1f2b441a!important;border-radius:24px!important;width:100%!important;height:auto!important;min-height:76px!important;margin:0!important;padding:18px 20px!important;box-shadow:0 18px 45px #26324814!important}.settings-shell .topbar h2{color:#182230!important;margin:0 0 6px!important}.settings-shell .topbar p{color:#667085!important;white-space:normal!important;max-width:760px!important;margin:0!important}.settings-shell .chat-grid{scrollbar-gutter:stable!important;grid-template-columns:repeat(auto-fit,minmax(360px,1fr))!important;align-content:start!important;gap:14px!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;padding:0 4px 14px!important;display:grid!important;overflow:hidden auto!important}.settings-shell .chat-card{color:#182230!important;background:#ffffffe6!important;border:1px solid #1f2b441a!important;border-radius:22px!important;min-width:0!important;height:auto!important;min-height:0!important;padding:18px!important;box-shadow:0 18px 42px #26324814!important}.settings-shell .chat-card h3,.settings-shell .chat-card p,.settings-shell .chat-card strong,.settings-shell .chat-card span,.settings-shell .chat-card label{color:#182230!important;overflow-wrap:anywhere!important}.settings-shell .chat-card p{color:#667085!important}.settings-shell .settings-user-id,.settings-shell .actions-row{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;display:flex!important}.settings-shell .settings-user-id input{flex:220px!important;min-width:0!important}.settings-shell .actions-row button,.settings-shell .settings-user-id button{color:#182230!important;-webkit-text-fill-color:#182230!important;flex:150px!important;min-width:130px!important}.settings-shell .actions-row button.primary,.settings-shell .settings-user-id button.primary{color:#fff!important;-webkit-text-fill-color:#fff!important}@media (width<=760px){.settings-shell{padding:10px!important}.settings-shell .chat-grid{grid-template-columns:1fr!important}}.app-shell.standalone-shell .workspace.autopost-page-v2{background:linear-gradient(135deg,#fffffff0,#faf6eee6);border:1px solid #141f331a;width:min(1680px,100vw - 32px);max-width:none;min-height:calc(100vh - 32px);margin:16px auto;padding:18px;overflow:hidden;box-shadow:0 24px 70px #141f331a}.autopost-page-v2 .autopost-hero{gap:18px;margin:0;padding:4px 4px 16px}.autopost-page-v2 .autopost-hero h2{color:#172033;letter-spacing:-.04em;margin:0 0 6px;font-size:clamp(24px,2.1vw,34px);line-height:1.05}.autopost-page-v2 .autopost-hero p{color:#5e6b80;max-width:760px;font-size:14px;line-height:1.45}.app-shell.standalone-shell .autopost-layout-v2{grid-template-columns:minmax(360px,430px) minmax(0,1fr);gap:18px;height:calc(100vh - 126px);min-height:720px;display:grid;overflow:hidden}.app-shell.standalone-shell .autopost-form-v2,.app-shell.standalone-shell .autopost-result-v2{scrollbar-gutter:stable;min-width:0;height:100%;overflow:auto}.app-shell.standalone-shell .autopost-form-v2{background:#ffffffd6;border:1px solid #192d481f;border-radius:24px;padding:18px;box-shadow:0 18px 45px #1e2d4614}.autopost-form-v2 .panel-title,.autopost-output-card h3,.autopost-guide h3,.autopost-history-card h3{color:#172033;letter-spacing:-.02em;font-weight:900}.autopost-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:12px 0 16px;display:grid}.autopost-steps span{color:#2364d8;white-space:nowrap;background:#edf5ff;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:6px 8px;font-size:11px;font-weight:900;display:flex}.autopost-form-v2 label{color:#516177;letter-spacing:.02em;margin:14px 0 7px;font-size:12px;font-weight:900;display:block}.autopost-form-v2 input:not([type=file]),.autopost-form-v2 textarea{box-sizing:border-box;color:#172033;background:#fffffff5;border:1px solid #1f2d4621;border-radius:16px;width:100%;font-size:14px;font-weight:700;line-height:1.45;box-shadow:inset 0 1px #fffc}.autopost-form-v2 textarea{resize:vertical;min-height:104px}.autopost-form-v2 input::placeholder,.autopost-form-v2 textarea::placeholder{color:#8c98aa;opacity:1}.autopost-form-v2 .upload-zone{color:#172033;background:linear-gradient(145deg,#f7fbff,#fff);border:1px dashed #2364d84d;border-radius:20px;min-height:118px;margin:0}.autopost-form-v2 .upload-zone b{color:#172033;font-size:15px;font-weight:900}.autopost-form-v2 .upload-zone span,.autopost-form-v2 .autopost-hint,.autopost-form-v2 .autopost-warning{color:#617089;font-size:12px;line-height:1.45}.autopost-form-v2 .upload-zone-primary{background:linear-gradient(145deg,#e7f2fff2,#fffffff5);border-color:#2563eb73}.autopost-form-v2 .autopost-hint.compact{background:#f6f8fb;border-radius:14px;margin-top:8px;padding:10px 12px}.autopost-form-v2 .autopost-hint code{color:#2364d8;background:#eaf2ff;border-radius:8px;padding:2px 6px}.autopost-form-v2 .autopost-two{grid-template-columns:1fr 1fr;gap:12px;display:grid}.autopost-form-v2 .autopost-two label{margin-bottom:0}.autopost-advanced{background:#fbfcfe;border:1px solid #1f2d461a;border-radius:18px;margin-top:14px;padding:12px}.autopost-advanced summary{cursor:pointer;color:#2364d8;font-size:13px;font-weight:900}.autopost-summary{grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0 10px;display:grid}.autopost-summary>div{background:#f5f8fc;border:1px solid #1f2d4614;border-radius:18px;padding:12px}.autopost-summary b{color:#172033;font-size:22px;line-height:1;display:block}.autopost-summary span{color:#66758c;font-size:11px;font-weight:800}.autopost-summary.warning>div,.autopost-warning{background:#fff7ed;border-color:#f59e0b3d}.autopost-warning{border-radius:14px;margin-bottom:12px;padding:10px 12px}.autopost-form-v2 .primary{color:#fff;background:linear-gradient(135deg,#2f73ff,#7b4dff);border-radius:16px;width:100%;height:46px;font-size:14px;font-weight:900;box-shadow:0 14px 28px #2f73ff38}.app-shell.standalone-shell .autopost-result-v2{grid-template-rows:minmax(360px,1fr) auto;gap:16px;display:grid}.app-shell.standalone-shell .autopost-output-card,.app-shell.standalone-shell .autopost-guide,.app-shell.standalone-shell .autopost-history-card{background:#ffffffd1;border:1px solid #192d481f;border-radius:28px;padding:20px;box-shadow:0 18px 50px #1e2d4614}.autopost-guide p,.autopost-output-card p,.autopost-history-card p{color:#5e6b80;font-size:14px;line-height:1.5}.autopost-guide pre{color:#dbeafe;background:#152033;border-radius:20px;margin-top:16px;padding:18px;font-size:13px;line-height:1.5;overflow:auto}.autopost-feed-box{background:#f6f8fb;border-color:#1f2d461a}.autopost-feed-box a{color:#2364d8;font-weight:800}.autopost-package-links{grid-template-columns:auto 1fr 1fr;align-items:center}.autopost-errors.warning{color:#7c3f00;background:#fff7ed;border-color:#f59e0b4d}.automation-workbench{background:linear-gradient(145deg,#f8fbff,#eef5ff);border:1px solid #2364d824;border-radius:22px;gap:14px;margin:16px 0;padding:16px;display:grid}.automation-workbench-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.automation-workbench-head h3{color:#172033;margin:0}.automation-workbench-head p{margin:5px 0 0}.automation-workbench-kpis{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.automation-workbench-kpis span{color:#5e6b80;background:#fff;border:1px solid #1f2d461a;border-radius:999px;align-items:center;gap:6px;min-height:34px;padding:7px 10px;font-size:12px;font-weight:900;display:inline-flex}.automation-workbench-kpis b{color:#172033}.automation-filterbar{background:#ffffffc7;border:1px solid #1f2d461a;border-radius:18px;justify-content:space-between;align-items:end;gap:12px;padding:12px;display:flex}.automation-filterbar label{color:#64748b;gap:6px;min-width:240px;font-size:12px;font-weight:900;display:grid}.automation-filterbar select{color:#172033;background:#fff;border:1px solid #1f2d4624;border-radius:12px;min-height:38px;padding:0 12px;font-weight:900}.automation-filterbar span{color:#64748b;font-size:12px;font-weight:900}.automation-section{background:#ffffffc2;border:1px solid #1f2d461a;border-radius:18px;gap:12px;padding:12px;display:grid}.automation-section.danger{background:#fff7ed;border-color:#f59e0b47}.automation-section summary{cursor:pointer;color:#172033;font-weight:950}.automation-items{gap:10px;display:grid}.automation-item{background:#fff;border:1px solid #1f2d461a;border-radius:17px;gap:10px;padding:12px;display:grid}.automation-item.archive{border-color:#f59e0b3d}.automation-item.status-updated{background:linear-gradient(#fff,#f0fdf4);border-color:#10b98152}.automation-item.status-skipped{opacity:.74}.automation-item.status-archive{background:linear-gradient(#fff,#fff1f2);border-color:#ef44444d}.automation-item b,.automation-copy-box b{color:#172033}.automation-item span,.automation-item small,.automation-copy-box span,.automation-notes span,.automation-notes small{color:#64748b;font-size:12px;line-height:1.4}.automation-item strong{color:#2364d8;background:#eaf2ff;border-radius:999px;width:fit-content;padding:5px 8px;font-size:12px;display:inline-flex}.automation-status{color:#475569;background:#f1f5f9;border-radius:999px;width:fit-content;padding:5px 8px;font-size:12px;font-style:normal;font-weight:950;display:inline-flex}.automation-status.status-updated{color:#166534;background:#dcfce7}.automation-status.status-skipped{color:#475569;background:#e2e8f0}.automation-status.status-archive{color:#991b1b;background:#fee2e2}.automation-item-main{align-items:flex-start;gap:10px;display:flex}.automation-item-main>div{gap:4px;min-width:0;display:grid}.automation-index{flex:none;font-weight:950;color:#2364d8!important}.automation-copy-box{background:#f6f8fb;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.automation-copy-box b{overflow-wrap:anywhere}.automation-details{background:#fbfcfe;border:1px solid #1f2d4614;border-radius:14px;padding:10px}.automation-details summary{color:#2364d8;font-size:13px}.automation-details textarea{background:#fff;min-height:150px;margin-top:10px}.automation-notes{gap:6px;margin-top:10px;display:grid}.automation-notes span,.automation-notes small{background:#f6f8fb;border-radius:11px;padding:7px 9px}.automation-item-actions{flex-wrap:wrap;gap:8px;display:flex}.automation-item-actions a,.automation-item-actions button{color:#172033;background:#fff;border:1px solid #1f2d461f;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:7px 10px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.automation-item-actions button.active.success{color:#166534;background:#dcfce7;border-color:#16653438}.automation-item-actions button.active.muted{color:#475569;background:#e2e8f0;border-color:#4755692e}.automation-item-actions button.active.danger{color:#991b1b;background:#fee2e2;border-color:#991b1b38}.autopost-history-list{gap:10px;max-height:240px;display:grid;overflow:auto}.autopost-history-item{background:#fbfcfe;border:1px solid #1f2d461a;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.autopost-history-item b,.autopost-table b{color:#172033;font-size:13px;font-weight:900;display:block}.autopost-history-item span,.autopost-table span{color:#66758c;font-size:12px}.autopost-history-item>div:last-child{flex-shrink:0;gap:8px;display:flex}@media (width<=1050px){.app-shell.standalone-shell .autopost-layout-v2{grid-template-columns:1fr;height:auto;min-height:0}.app-shell.standalone-shell .autopost-form-v2,.app-shell.standalone-shell .autopost-result-v2{height:auto;overflow:visible}}@media (width<=620px){.app-shell.standalone-shell .workspace.autopost-page-v2{width:calc(100vw - 16px);margin:8px auto;padding:12px}.autopost-form-v2 .autopost-two,.autopost-summary,.autopost-steps{grid-template-columns:1fr}.automation-workbench-head,.automation-copy-box{grid-template-columns:1fr;display:grid}.automation-workbench-kpis{justify-content:flex-start}.autopost-history-item{flex-direction:column;align-items:flex-start}}.autopost-form-v2 select{box-sizing:border-box;color:#172033;background:#fffffff5;border:1px solid #1f2d4621;border-radius:16px;outline:none;width:100%;min-height:44px;padding:0 14px;font-size:14px;font-weight:800}.autopost-form-v2 select:focus,.autopost-form-v2 input:not([type=file]):focus,.autopost-form-v2 textarea:focus{border-color:#2f73ff8c;box-shadow:0 0 0 4px #2f73ff1a}.settings-shell{grid-template-columns:1fr;padding:24px}.settings-shell .workspace{border-radius:20px;height:calc(100vh - 48px);overflow:auto}.settings-shell .chat-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:16px;display:grid}.login-shell{background:radial-gradient(circle at 18% 12%,#ffffffb8,#0000 30%),radial-gradient(circle at 86% 18%,#2e3b302e,#0000 34%),linear-gradient(135deg,#b8bbb8,#f0eee8 52%,#aeb2ad);place-items:center;min-height:100dvh;padding:20px;display:grid}.login-card{-webkit-backdrop-filter:blur(18px)saturate(1.08);backdrop-filter:blur(18px)saturate(1.08);background:#ffffffd6;border:1px solid #1f2b441f;border-radius:30px;gap:16px;width:min(420px,100%);padding:28px;display:grid;box-shadow:0 30px 80px #17221f2e,inset 0 1px #ffffffbf}.login-icon{color:#fff;background:#182230;border-radius:18px;place-items:center;width:54px;height:54px;display:grid;box-shadow:0 18px 36px #18223038}.login-card h1{color:#182230;letter-spacing:-.06em;margin:0;font-size:34px;line-height:1}.login-card p{color:#667085;margin:8px 0 0;line-height:1.45}.login-card label{color:#344054;gap:8px;font-size:13px;font-weight:900;display:grid}.login-card input{color:#182230;background:#fff;min-height:48px}.login-card .primary{border-radius:16px;min-height:48px}.auth-logout{z-index:50;border-radius:999px;min-height:34px;padding:7px 12px;position:fixed;top:12px;right:14px;color:#182230!important;-webkit-text-fill-color:#182230!important;background:#ffffffe0!important;box-shadow:0 12px 28px #1f2b441f!important}@media (width<=820px){html,body{height:auto;overflow:auto!important}body:before{opacity:.18}.auth-logout{min-height:32px;padding:6px 10px;font-size:12px;top:8px;right:8px}.app-shell{width:100vw!important;height:auto!important;min-height:100dvh!important;padding:8px!important;display:block!important;overflow:visible!important}.app-shell:before,.app-shell:after,.sidebar-toggle{display:none!important}.sidebar{border-radius:22px!important;width:100%!important;height:auto!important;max-height:none!important;margin:0 0 8px!important;padding:14px!important;position:static!important;overflow:visible!important}.brand{margin-bottom:12px!important}.brand-icon{width:42px!important;height:42px!important}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:10px!important;display:grid!important}.sidebar-nav .panel-title{grid-column:1/-1;margin-bottom:0!important}.nav-item{text-align:center!important;justify-content:center!important;min-height:38px!important;padding:8px!important;font-size:12px!important}.filter-panel{padding:12px!important}.quick-filter-grid,.stats{grid-template-columns:1fr 1fr!important}.reset{display:none!important}.workspace{border-radius:22px!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:10px!important;overflow:visible!important}.topbar{border-radius:18px!important;align-items:flex-start!important;height:auto!important;min-height:0!important;margin-bottom:10px!important;padding:12px 52px 12px 12px!important}.topbar h2{font-size:24px!important}.topbar p{font-size:12px!important}.topbar .refresh,.topbar button.refresh{min-height:34px!important;padding:7px 10px!important;font-size:12px!important}.inbox-layout{height:auto!important;min-height:0!important;display:block!important}.deals-column{grid-template-rows:auto auto!important;height:auto!important;min-height:0!important;display:grid!important;overflow:visible!important}.deals-column>.deal-search{width:100%!important;max-width:100%!important;margin:0 0 10px!important}.deals-column>.chat-list{height:auto!important;max-height:none!important;padding:0!important;overflow:visible!important}.chat-row{background:#ffffffb8!important;border:1px solid #1f2b4414!important;border-radius:18px!important;grid-template-columns:52px minmax(0,1fr)!important;margin:0 0 8px!important;padding:11px!important}.chat-row-controls{display:none!important}.chat-row-time time,.chat-row-meta{font-size:11px!important}.conversation{display:none!important}.app-shell.mobile-chat-open{height:100dvh!important;overflow:hidden!important}.app-shell.mobile-chat-open .sidebar,.app-shell.mobile-chat-open .topbar,.app-shell.mobile-chat-open .deals-column{display:none!important}.app-shell.mobile-chat-open .workspace{height:100dvh!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.app-shell.mobile-chat-open .inbox-layout{height:100dvh!important}.app-shell.mobile-chat-open .conversation{border-radius:22px!important;height:calc(100dvh - 16px)!important;min-height:0!important;margin:8px 0!important;display:grid!important}.conversation-header{grid-template-columns:54px minmax(0,1fr)!important;gap:10px!important;padding:10px!important}.conversation-header>img{border-radius:12px!important;width:54px!important;height:44px!important}.conversation-header h3{font-size:18px!important}.conversation-link-actions{grid-template-columns:1fr 1fr!important;gap:7px!important;display:grid!important}.conversation-link-actions a,.conversation-link-actions button,.conversation-status-row button,.conversation-status-row select{min-height:34px!important;padding:7px 9px!important;font-size:12px!important}.conversation-messages{gap:8px!important;padding:10px!important}.message{border-radius:16px!important;max-width:92%!important;padding:9px 10px!important}.message span{font-size:14px!important}.conversation-composer{gap:8px!important;padding:10px!important}.draft{min-height:72px!important;max-height:120px!important}.composer-tools,.actions-row{gap:7px!important}.actions-row .primary,.actions-row button:not(.primary){flex:100%!important;min-height:42px!important}.settings-shell,.standalone-shell{padding:8px!important}.settings-shell .workspace,.app-shell.standalone-shell .workspace.autopost-page-v2{width:100%!important;height:auto!important;min-height:calc(100dvh - 16px)!important;margin:0!important;overflow:visible!important}}.mobile-filter-button,.mobile-filter-backdrop,.mobile-sidebar-close{display:none}.topbar-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.notify-button.is-on{color:#0f5132!important;-webkit-text-fill-color:#0f5132!important;background:linear-gradient(#dcfce7,#bbf7d0)!important;border-color:#16a34a59!important}@media (width<=820px){:root{--mobile-topbar-h:94px;--mobile-gap:8px}html,body,#root{width:100%;height:100%;min-width:0!important;overflow:hidden!important}body{position:fixed;inset:0;background:#e8e8e2!important}.auth-logout{z-index:80!important;max-width:92px!important;min-height:32px!important;font-size:0!important;top:12px!important;right:10px!important;overflow:hidden!important}.auth-logout svg{width:15px!important;height:15px!important;margin:0!important}.auth-logout:after{content:"Выйти";margin-left:4px;font-size:12px}.app-shell{background:linear-gradient(#f2f1eb,#e2e3dc)!important;width:100vw!important;height:100dvh!important;min-height:100dvh!important;padding:0!important;display:block!important;overflow:hidden!important}.workspace{width:100vw!important;height:100dvh!important;min-height:0!important;padding:max(8px, env(safe-area-inset-top)) 8px 8px!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-rows:auto minmax(0,1fr)!important;margin:0!important;display:grid!important;overflow:hidden!important}.topbar{height:auto!important;min-height:var(--mobile-topbar-h)!important;background:#ffffffe0!important;border:1px solid #1f2b4414!important;border-radius:20px!important;grid-template-rows:auto auto!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:8px!important;margin:0 0 8px!important;padding:10px 58px 10px 12px!important;display:grid!important;box-shadow:0 14px 30px #1f2b4414!important}.topbar>div:first-child{min-width:0!important;max-width:100%!important}.topbar h2{color:#172033!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;font-size:22px!important;line-height:1!important;overflow:hidden!important}.topbar p{display:none!important}.topbar-actions{justify-content:flex-start!important;gap:6px!important;width:100%!important;min-width:0!important;display:flex!important}.notify-button,.mobile-filter-button,.topbar .refresh{color:#172033!important;-webkit-text-fill-color:#172033!important;background:#fff!important;border-radius:999px!important;min-height:34px!important;padding:7px 10px!important;font-size:12px!important;display:inline-flex!important;box-shadow:0 8px 18px #1f2b4414!important}.notify-button{width:38px!important;padding:0!important}.notify-button span{display:none!important}.topbar .refresh{width:38px!important;padding:0!important;font-size:0!important}.topbar .refresh:before{content:"↻";font-size:16px;line-height:1}.inbox-layout{height:100%!important;min-height:0!important;display:block!important;overflow:hidden!important}.deals-column{grid-template-rows:auto minmax(0,1fr)!important;gap:8px!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}.deals-column>.deal-search{background:#fff!important;border-radius:18px!important;width:100%!important;max-width:100%!important;min-height:46px!important;margin:0!important;padding:0 12px!important;box-shadow:0 12px 24px #1f2b4412!important}.deals-column>.deal-search input{height:46px!important;box-shadow:none!important;background:0 0!important;border:0!important;font-size:14px!important}.deals-column>.chat-list{height:100%!important;min-height:0!important;padding:0 2px max(14px, env(safe-area-inset-bottom))!important;box-shadow:none!important;-webkit-overflow-scrolling:touch!important;background:0 0!important;border:0!important;display:block!important;overflow:hidden auto!important}.chat-row{background:#ffffffe0!important;border:1px solid #1f2b4414!important;border-radius:20px!important;grid-template-columns:58px minmax(0,1fr)!important;gap:10px!important;min-height:96px!important;margin:0 0 8px!important;padding:12px!important;box-shadow:0 12px 28px #1f2b4412!important}.chat-row.selected{outline:2px solid #2563eb2e!important}.chat-row.has-unread{background:#f5f9ff!important;border-left:5px solid #2563eb!important}.chat-row img,.chat-row-placeholder{border-radius:17px!important;width:58px!important;height:58px!important}.chat-row-top{align-items:flex-start!important;gap:6px!important}.chat-row-top b{font-size:15px!important;line-height:1.15!important}.chat-row-time{flex-direction:column!important;align-items:flex-end!important;gap:3px!important}.chat-row-title{white-space:normal!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:13px!important;display:-webkit-box!important}.chat-row-meta{white-space:nowrap!important;overflow:hidden!important}.chat-row-message{white-space:nowrap!important;font-size:12px!important}.chat-row-controls{display:none!important}.mobile-filter-backdrop{z-index:70;border:0;border-radius:0;width:auto;min-height:0;padding:0;display:none;position:fixed;inset:0;box-shadow:none!important;background:#0f172a57!important}.mobile-sidebar-close{z-index:2;position:absolute;top:12px;right:12px;color:#172033!important;-webkit-text-fill-color:#172033!important;background:#fff!important;border-radius:14px!important;width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;font-size:24px!important;line-height:1!important;display:inline-flex!important}.sidebar{z-index:75!important;width:min(88vw,340px)!important;height:100dvh!important;max-height:100dvh!important;padding:max(14px, env(safe-area-inset-top)) 14px max(18px, env(safe-area-inset-bottom))!important;-webkit-overflow-scrolling:touch!important;background:#f6f7f3fa!important;border-radius:0 26px 26px 0!important;margin:0!important;transition:transform .22s!important;display:block!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;overflow-y:auto!important;transform:translate(-104%)!important;box-shadow:24px 0 60px #0f172a3d!important}.app-shell.mobile-filters-open .sidebar{transform:translate(0)!important}.app-shell.mobile-filters-open .mobile-filter-backdrop{display:block!important}.brand{margin-bottom:12px!important;padding-right:42px!important}.sidebar-nav{grid-template-columns:1fr!important}.filter-panel,.stats{display:grid!important}.stats{grid-template-columns:1fr 1fr!important}.conversation,.app-shell.mobile-chat-open .sidebar,.app-shell.mobile-chat-open .topbar,.app-shell.mobile-chat-open .deals-column,.app-shell.mobile-chat-open .mobile-filter-backdrop{display:none!important}.app-shell.mobile-chat-open .workspace{height:100dvh!important;padding:0!important}.app-shell.mobile-chat-open .inbox-layout{height:100dvh!important}.app-shell.mobile-chat-open .conversation{z-index:65!important;background:#f6f5f0!important;border:0!important;border-radius:0!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;width:100vw!important;height:100dvh!important;min-height:0!important;margin:0!important;display:grid!important;position:fixed!important;inset:0!important}.app-shell.mobile-chat-open .auth-logout{display:none!important}@supports not (height:100dvh){.app-shell,.workspace,.app-shell.mobile-chat-open,.app-shell.mobile-chat-open .workspace,.app-shell.mobile-chat-open .inbox-layout,.app-shell.mobile-chat-open .conversation{height:100vh!important;min-height:100vh!important}}.conversation-header{padding:max(8px, env(safe-area-inset-top)) 10px 8px!important;background:#fffffff0!important;border-bottom:1px solid #1f2b4414!important;grid-template-columns:52px minmax(0,1fr)!important;gap:9px!important}.conversation-header>img{border-radius:15px!important;width:52px!important;height:48px!important}.conversation-header h3{font-size:17px!important;line-height:1.05!important}.conversation-header p{max-height:32px!important;font-size:12px!important;overflow:hidden!important}.conversation-status-row{display:none!important}.conversation-link-actions{grid-column:1/-1!important;grid-template-columns:1fr 1fr!important;gap:6px!important;display:grid!important}.conversation-link-actions a,.conversation-link-actions button{border-radius:999px!important;min-height:34px!important;padding:7px 8px!important;font-size:11px!important}.conversation-comments{background:#ffffffe6!important;gap:7px!important;padding:8px 10px!important}.conversation-comments-list{max-height:74px!important}.conversation-comment-form{grid-template-columns:1fr!important}.conversation-comment-form textarea{min-height:42px!important;font-size:13px!important}.conversation-messages{-webkit-overflow-scrolling:touch!important;gap:8px!important;min-height:0!important;padding:10px 10px 12px!important;overflow-y:auto!important}.message{border-radius:18px!important;max-width:88%!important;padding:9px 10px!important;box-shadow:0 8px 20px #1f2b4412!important}.message span{font-size:14px!important;line-height:1.35!important}.message time{font-size:10px!important}.message-menu-button{width:30px!important;height:30px!important}.conversation-composer{padding:8px 8px max(8px, env(safe-area-inset-bottom))!important;background:#fffffff5!important;border-top:1px solid #1f2b4414!important;gap:7px!important}.reply-preview{max-height:58px!important;overflow:hidden!important}.draft{background:#fff!important;border-radius:18px!important;min-height:54px!important;max-height:110px!important;padding:10px 12px!important;font-size:15px!important}.composer-tools{gap:6px!important;display:grid!important}.attachment-row,.price-row{flex-wrap:nowrap!important;gap:6px!important;padding-bottom:2px!important;overflow-x:auto!important}.attachment-row>*,.price-row>*{flex:none!important}.actions-row{grid-template-columns:1fr auto!important;gap:7px!important;display:grid!important}.actions-row .primary{border-radius:16px!important;min-height:44px!important}.actions-row button:not(.primary){border-radius:16px!important;width:auto!important;min-width:96px!important;min-height:44px!important;font-size:12px!important}.stats-toolbar{align-items:stretch!important}.stats-toolbar label,.stats-period{width:100%!important;min-width:0!important;margin-left:0!important}.stats-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.stats-table{overflow:visible!important}.stats-table-head{display:none!important}.stats-row{grid-template-columns:1fr!important;gap:9px!important}.stats-metrics{grid-template-columns:1fr 1fr!important}}.message.system{text-align:center!important;background:#fff6d6e6!important;border-color:#b7852447!important;max-width:min(560px,88%)!important;margin:2px auto!important}.message.system b,.message.system time{color:#8a5b12!important}.chat-row,.message{content-visibility:auto}.chat-row{contain-intrinsic-size:92px}.message{contain-intrinsic-size:76px}.app-shell.stats-shell{height:100vh!important;min-height:100vh!important;overflow:hidden!important}.app-shell.stats-shell .workspace{scrollbar-gutter:stable!important;-webkit-overflow-scrolling:touch!important;height:calc(100vh - 28px)!important;min-height:0!important;padding-bottom:24px!important;display:block!important;overflow:hidden auto!important}.app-shell.stats-shell .stats-toolbar{z-index:4;-webkit-backdrop-filter:blur(18px)saturate(1.08);backdrop-filter:blur(18px)saturate(1.08);position:sticky;top:0;background:#ffffffeb!important}.app-shell.stats-shell .stats-table{margin-bottom:24px}.app-shell.stats-shell .stats-warning{color:#7a4b09!important;background:#fff7da!important;border-color:#b87a1852!important}.app-shell.stats-shell .stats-toolbar select,.app-shell.stats-shell .stats-toolbar input{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#111827!important;-webkit-text-fill-color:#111827!important;background-color:#fff!important}.app-shell.stats-shell .stats-toolbar select option,.app-shell.stats-shell .stats-toolbar select optgroup{color:#111827!important;background:#fff!important}.app-shell.stats-shell .stats-toolbar select option:checked{color:#0f172a!important;background:#eaf2ff!important}@media (width<=820px){.app-shell.stats-shell{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important}.app-shell.stats-shell .workspace{width:100vw!important;height:100dvh!important;min-height:0!important;padding:max(8px, env(safe-area-inset-top)) 8px max(18px, env(safe-area-inset-bottom))!important;display:block!important;overflow:hidden auto!important}.app-shell.stats-shell .topbar{min-height:0!important}.app-shell.stats-shell .stats-toolbar{position:static;grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.app-shell.stats-shell .stats-reset{width:100%!important}.app-shell.stats-shell .stats-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-shell.stats-shell .insights-head,.app-shell.stats-shell .deep-audit-head,.app-shell.stats-shell .deep-pattern,.app-shell.stats-shell .improvement-head,.app-shell.stats-shell .improvement-kpis,.app-shell.stats-shell .improvement-list,.app-shell.stats-shell .insight-grid,.app-shell.stats-shell .insight-lists{grid-template-columns:1fr!important}.app-shell.stats-shell .improvement-item-head{display:grid!important}.app-shell.stats-shell .improvement-item-head>b{text-align:left!important;max-width:none!important}.app-shell.stats-shell .insight-card,.app-shell.stats-shell .insight-ad-card{max-height:none!important}.app-shell.stats-shell .insight-group-row{align-items:flex-start}.app-shell.stats-shell .stats-row{grid-template-columns:1fr!important}}.autopost-readiness{background:#f8fafcd6;border:1px solid #94a3b847;border-radius:18px;gap:10px;padding:14px;display:grid}.autopost-readiness.blocked{color:#7f1d1d;background:#fff1f2;border-color:#ef444452}.autopost-readiness.ready{color:#14532d;background:#ecfdf5;border-color:#22c55e52}.autopost-readiness b{color:inherit;margin-bottom:4px;font-size:15px;display:block}.autopost-readiness span{color:inherit}.autopost-readiness-section{gap:8px;display:grid}.autopost-readiness-section strong{color:inherit;font-size:13px}.autopost-readiness-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;display:grid}.autopost-readiness-grid span{color:inherit;background:#ffffff9e;border:1px solid #94a3b833;border-radius:14px;padding:10px 12px}.autopost-readiness-grid b{margin-bottom:2px;font-size:20px;line-height:1}.autopost-readiness-grid.missing span{background:#ffffffc7}.autopost-readiness-list{gap:6px;display:grid}.autopost-readiness-list span{background:#ffffffa6;border-radius:12px;padding:8px 10px}.app-shell.standalone-shell .autopost-result-v2{flex-direction:column!important;grid-template-rows:none!important;align-content:stretch!important;align-items:stretch!important;gap:16px!important;display:flex!important}.app-shell.standalone-shell .autopost-output-card,.app-shell.standalone-shell .autopost-history-card{flex:none!important;min-height:0!important}.quick-statuses button.active{box-shadow:inset 0 0 0 2px,0 8px 18px #0f172a1f!important}:root{--crm-bg:#eef1f5;--crm-rail:#f8fafc;--crm-surface:#fff;--crm-surface-2:#f4f6fa;--crm-surface-3:#e8edf5;--crm-border:#d7dde8;--crm-border-strong:#b8c2d2;--crm-text:#182235;--crm-muted:#66738a;--crm-muted-2:#8a96aa;--crm-blue:#075fd4;--crm-blue-dark:#064ca9;--crm-blue-soft:#e8f1ff;--crm-green:#138a50;--crm-red:#c93535;--crm-amber:#d97706;--crm-note:#fff2df;--shadow:none;--shadow-soft:none;--radius-lg:8px;--radius-md:6px;--radius-sm:4px}html,body{height:100%;background:var(--crm-bg)!important;color:var(--crm-text)!important}body{letter-spacing:-.01em;font-family:Onest,Segoe UI,sans-serif!important;overflow:hidden!important}body:before,.app-shell:before,.app-shell:after{display:none!important}*{scrollbar-color:#b8c2d2 transparent}button,input,select,textarea{font:inherit;border-radius:var(--radius-sm)!important;box-shadow:none!important}button,a.refresh,a.open-item{min-height:28px;line-height:1.1;border:1px solid var(--crm-border)!important;background:var(--crm-surface)!important;color:var(--crm-text)!important;font-size:12px!important;font-weight:700!important;text-decoration:none!important;transition:background .12s,border-color .12s,color .12s!important}button:hover,a.refresh:hover,a.open-item:hover{border-color:var(--crm-blue)!important;background:var(--crm-blue-soft)!important;color:var(--crm-blue-dark)!important;transform:none!important}button.primary,.primary,.autopost-form-v2 .primary,.login-card .primary{border-color:var(--crm-blue)!important;background:var(--crm-blue)!important;color:#fff!important}button.primary:hover,.primary:hover,.autopost-form-v2 .primary:hover,.login-card .primary:hover{background:var(--crm-blue-dark)!important;color:#fff!important}button:disabled,a[aria-disabled=true]{pointer-events:none;opacity:.55!important}input:not([type=file]),select,textarea{border:1px solid var(--crm-border)!important;background:var(--crm-surface)!important;color:var(--crm-text)!important;outline:none!important;font-size:13px!important}input:focus,select:focus,textarea:focus{border-color:var(--crm-blue)!important;box-shadow:0 0 0 2px #075fd41f!important}select option,select optgroup{color:var(--crm-text)!important;background:#fff!important}.app-shell{background:var(--crm-bg)!important;grid-template-columns:246px minmax(0,1fr)!important;gap:0!important;width:100vw!important;height:100vh!important;padding:0!important;display:grid!important;position:relative!important;overflow:hidden!important}.sidebar-toggle{z-index:60!important;background:var(--crm-surface)!important;width:22px!important;height:44px!important;min-height:0!important;color:var(--crm-blue)!important;border-left:0!important;border-radius:0 8px 8px 0!important;padding:0!important;position:fixed!important;top:50%!important;left:246px!important}.app-shell.sidebar-collapsed .sidebar-toggle{left:54px!important}.sidebar{border:0!important;border-right:1px solid var(--crm-border)!important;background:var(--crm-rail)!important;width:246px!important;height:100vh!important;max-height:none!important;box-shadow:none!important;border-radius:0!important;padding:12px 10px!important;overflow:hidden auto!important}.app-shell.sidebar-collapsed .sidebar{width:54px!important;padding:10px 6px!important}.app-shell.sidebar-collapsed .sidebar .brand h1,.app-shell.sidebar-collapsed .sidebar .brand p,.app-shell.sidebar-collapsed .sidebar .panel-title,.app-shell.sidebar-collapsed .sidebar label,.app-shell.sidebar-collapsed .sidebar select,.app-shell.sidebar-collapsed .sidebar input,.app-shell.sidebar-collapsed .sidebar textarea,.app-shell.sidebar-collapsed .sidebar .quick-filter-grid,.app-shell.sidebar-collapsed .sidebar .stats,.app-shell.sidebar-collapsed .sidebar .reset,.app-shell.sidebar-collapsed .sidebar .filter-panel{display:none!important}.brand{background:0 0!important;border:0!important;min-height:44px!important;margin:0 0 10px!important;padding:6px!important}.brand-icon,.login-icon{color:#fff!important;background:linear-gradient(135deg,#1c7dff 0%,#4a8dff 54%,#6f63ff 100%)!important;border:1px solid #b9d0ff!important;border-radius:9px!important;width:34px!important;height:34px!important}.brand h1{color:var(--crm-text)!important;margin:0!important;font-size:18px!important;line-height:1.05!important}.brand p,.topbar p,.conversation-header p,.chat-row-meta,.chat-row-message,.stats-results-meta,.autopost-hint,.autopost-output-card p,.autopost-history-card p{color:var(--crm-muted)!important}.panel,.chat-card,.autopost-form,.autopost-result .chat-card,.autopost-empty,.stats-toolbar,.stats-table,.stats-insights,.automation-export-panel{border:1px solid var(--crm-border)!important;border-radius:var(--radius-lg)!important;background:var(--crm-surface)!important;box-shadow:none!important}.sidebar .panel{margin:0 0 10px!important;padding:10px!important}.panel-title{color:var(--crm-muted)!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-size:10px!important;font-weight:800!important}.sidebar-nav{gap:3px!important;display:grid!important}.nav-item{border-radius:var(--radius-sm)!important;min-height:30px!important;color:var(--crm-text)!important;background:0 0!important;border:1px solid #0000!important;padding:7px 8px!important;font-size:12px!important;font-weight:700!important}.nav-item:hover,.nav-item.active{background:var(--crm-blue-soft)!important;color:var(--crm-blue-dark)!important;border-color:#bdd4ff!important}.quick-filter-grid{grid-template-columns:1fr!important;gap:6px!important}.quick-filter-grid button,.filter-shortcut{justify-content:flex-start!important;width:100%!important}.sidebar label,.stats-toolbar label,.autopost-form-v2 label{color:var(--crm-muted)!important;gap:5px!important;font-size:11px!important;font-weight:800!important}.sidebar input,.sidebar select,.sidebar textarea{min-height:32px!important;padding:7px 9px!important}.search-box{border:1px solid var(--crm-border)!important;background:var(--crm-surface)!important}.stats{grid-template-columns:1fr 1fr!important;gap:6px!important}.stats>div{border:1px solid var(--crm-border)!important;border-radius:var(--radius-sm)!important;background:var(--crm-surface-2)!important;min-height:50px!important;padding:8px!important}.stats span{color:var(--crm-muted)!important;font-size:10px!important}.stats b{color:var(--crm-blue-dark)!important;font-size:22px!important}.reset,.auth-logout{color:var(--crm-muted)!important;background:0 0!important;border-color:#0000!important}.workspace{background:var(--crm-bg)!important;min-width:0!important;height:100vh!important;max-height:none!important;box-shadow:none!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.topbar{border:0!important;border-bottom:1px solid var(--crm-border)!important;background:var(--crm-surface)!important;min-height:58px!important;box-shadow:none!important;border-radius:0!important;margin:0!important;padding:10px 14px!important;display:flex!important}.topbar h2{color:var(--crm-text)!important;font-size:21px!important;line-height:1.05!important}.topbar p{margin-top:3px!important;font-size:12px!important}.topbar-actions{gap:8px!important}.notify-button.is-on{color:var(--crm-green)!important;background:#e9fbf2!important;border-color:#a7f3d0!important}.error,.stats-warning{border-radius:var(--radius-md)!important;color:var(--crm-red)!important;background:#fff1f1!important;border:1px solid #fecaca!important;margin:10px 14px!important}.inbox-layout{background:var(--crm-surface)!important;border:0!important;border-radius:0!important;grid-template-columns:326px minmax(0,1fr)!important;gap:0!important;height:calc(100vh - 58px)!important;min-height:0!important;margin:0!important;padding:0!important;display:grid!important}.deals-column{border-right:1px solid var(--crm-border)!important;background:var(--crm-surface)!important;grid-template-rows:auto minmax(0,1fr)!important;min-width:0!important;min-height:0!important;display:grid!important;overflow:hidden!important}.deal-search{border:0!important;border-bottom:1px solid var(--crm-border)!important;background:var(--crm-surface)!important;border-radius:0!important;align-items:center!important;gap:8px!important;margin:0!important;padding:10px!important;display:flex!important}.deal-search input{min-height:34px!important;padding:7px 9px!important}.chat-list{background:var(--crm-surface)!important;min-height:0!important;padding:0!important;display:block!important;overflow:hidden auto!important}.chat-row,.chat-list>.chat-row{border:0!important;border-bottom:1px solid var(--crm-border)!important;background:var(--crm-surface)!important;min-height:74px!important;box-shadow:none!important;border-left:3px solid #0000!important;border-radius:0!important;grid-template-columns:42px minmax(0,1fr)!important;gap:9px!important;margin:0!important;padding:9px 10px!important;display:grid!important}.chat-row:hover{background:var(--crm-surface-2)!important}.chat-row.selected{border-left-color:var(--crm-blue)!important;background:var(--crm-blue-soft)!important}.chat-row.has-unread{background:#fffaf0!important}.chat-row.has-unread.selected{background:linear-gradient(90deg,#e8f1ff,#fffaf0)!important}.chat-row img,.chat-row-placeholder{border:1px solid var(--crm-border)!important;object-fit:cover!important;border-radius:5px!important;width:42px!important;height:42px!important}.chat-row-placeholder{background:var(--crm-surface-2)!important;color:var(--crm-blue)!important}.chat-row-main{gap:2px!important;min-width:0!important}.chat-row-top{align-items:flex-start!important;gap:6px!important}.chat-row-top b,.chat-row-title{color:var(--crm-text)!important;font-size:12px!important;font-weight:800!important;line-height:1.18!important}.chat-row-title,.chat-row-message{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.chat-row-title{font-size:12px!important}.chat-row-time{align-items:center!important;gap:5px!important;display:inline-flex!important}.chat-row-time time,.chat-row-meta,.chat-row-message{font-size:10.5px!important;line-height:1.2!important}.unread-badge{background:var(--crm-red)!important;color:#fff!important;border-radius:999px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;font-size:10px!important;font-weight:800!important}.chat-row-click-badge{width:fit-content!important;max-width:100%!important;color:var(--crm-blue-dark)!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:999px!important;margin-top:2px!important;padding:3px 6px!important;font-size:10px!important}.chat-row-controls{flex-wrap:nowrap!important;gap:4px!important;margin-top:4px!important}.chat-row-controls button,.chat-row-controls select{max-width:120px!important;min-height:24px!important;padding:4px 6px!important;font-size:10px!important}.chat-list-more{width:calc(100% - 20px)!important;margin:10px!important}.conversation{background:var(--crm-surface)!important;min-height:0!important;box-shadow:none!important;border:0!important;border-radius:0!important;grid-template-rows:auto minmax(0,1fr) auto!important;grid-template-columns:minmax(0,1fr) 286px!important;display:grid!important;overflow:hidden!important}.conversation>.empty-conversation{grid-column:1/-1!important;place-self:center!important}.conversation-header{border:0!important;border-bottom:1px solid var(--crm-border)!important;background:var(--crm-surface)!important;min-height:92px!important;box-shadow:none!important;border-radius:0!important;grid-column:1/-1!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:start!important;gap:11px!important;padding:12px 14px!important;display:grid!important}.conversation-header>img{border:1px solid var(--crm-border)!important;border-radius:6px!important;width:48px!important;height:48px!important}.account-pill{border:1px solid color-mix(in srgb, var(--account-color,var(--crm-blue)) 32%, #fff)!important;background:color-mix(in srgb, var(--account-color,var(--crm-blue)) 10%, #fff)!important;width:fit-content!important;color:var(--account-color,var(--crm-blue))!important;border-radius:999px!important;margin-bottom:4px!important;padding:2px 7px!important;font-size:10px!important;font-weight:800!important}.conversation-header h3{color:var(--crm-text)!important;margin:0!important;font-size:22px!important;line-height:1.08!important}.conversation-header p{max-width:760px!important;margin-top:4px!important;font-size:12px!important}.conversation-status-row,.conversation-link-actions{gap:6px!important}.conversation-status-row{margin-top:8px!important}.conversation-status-row button,.conversation-status-row select,.conversation-link-actions button,.conversation-link-actions a{min-height:30px!important;padding:6px 9px!important;font-size:11.5px!important}.conversation-link-actions{flex-wrap:wrap!important;justify-content:flex-end!important;max-width:340px!important;display:flex!important}.conversation-link-summary{border-radius:var(--radius-sm)!important;width:fit-content!important;color:var(--crm-blue-dark)!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;margin-top:6px!important;padding:5px 8px!important;font-size:11px!important}.conversation-comments{border:0!important;border-left:1px solid var(--crm-border)!important;min-width:0!important;min-height:0!important;box-shadow:none!important;background:#f7f9fc!important;border-radius:0!important;grid-area:2/2/4!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:0!important;margin:0!important;padding:0!important;display:grid!important;overflow:hidden!important}.conversation-comments-head{border-bottom:1px solid var(--crm-border)!important;background:var(--crm-surface)!important;min-height:42px!important;padding:10px 12px!important}.conversation-comments-head b{color:var(--crm-text)!important;font-size:13px!important}.conversation-comments-head span,.conversation-comments-head small{color:var(--crm-muted)!important}.conversation-comments-list{min-height:0!important;padding:10px!important;overflow-y:auto!important}.conversation-comment{border-radius:var(--radius-sm)!important;background:var(--crm-note)!important;border:1px solid #f1d6a8!important;margin:0 0 8px!important;padding:9px!important}.conversation-comment p{color:var(--crm-text)!important;font-size:12px!important;line-height:1.35!important}.conversation-comment time{color:var(--crm-muted)!important;font-size:10px!important}.conversation-comment-form{border-top:1px solid var(--crm-border)!important;background:var(--crm-surface)!important;padding:10px!important}.conversation-comment-form textarea{min-height:58px!important;margin-bottom:6px!important}.conversation-messages{background:#f3f5f8!important;grid-area:2/1!important;min-height:0!important;padding:16px 18px!important;overflow:hidden auto!important}.day-divider{border:1px solid var(--crm-border)!important;background:var(--crm-surface)!important;width:fit-content!important;color:var(--crm-muted)!important;border-radius:999px!important;margin:8px auto 14px!important;padding:4px 10px!important;font-size:11px!important}.message{border:1px solid var(--crm-border)!important;background:var(--crm-surface)!important;max-width:min(680px,74%)!important;color:var(--crm-text)!important;box-shadow:none!important;border-radius:6px!important;margin:0 0 9px!important;padding:8px 10px!important;position:relative!important}.message.client{background:#fff!important;border-color:#cfd6e3!important;margin-right:auto!important}.message.operator,.message.bot{border-color:var(--crm-blue)!important;background:var(--crm-blue)!important;color:#fff!important;margin-left:auto!important}.message.system{border-color:var(--crm-border)!important;max-width:80%!important;color:var(--crm-muted)!important;background:#eef2f7!important;margin-inline:auto!important}.message.operator *,.message.bot *{color:inherit!important}.message-head{gap:6px!important;margin-bottom:4px!important}.message-head b{font-size:11px!important;font-weight:800!important}.message>span,.message p{font-size:13px!important;line-height:1.4!important}.message-meta{color:var(--crm-muted-2)!important;justify-content:flex-end!important;gap:8px!important;margin-top:5px!important;font-size:10px!important;display:flex!important}.message.operator .message-meta,.message.bot .message-meta{color:#ffffffc7!important}.message-read-status.read{color:#bbf7d0!important}.message-menu-button{background:0 0!important;border-color:#0000!important;width:22px!important;height:22px!important;min-height:0!important;padding:0!important}.message-menu{border:1px solid var(--crm-border)!important;border-radius:var(--radius-sm)!important;background:#fff!important;box-shadow:0 14px 35px #1822352e!important}.message-menu button{color:var(--crm-text)!important}.message-attachments img{border-radius:var(--radius-sm)!important;max-width:240px!important}.message-reply-quote{background:#ffffff2e!important;border-left:3px solid #075fd480!important}.link-click-event{border-radius:var(--radius-sm)!important;color:var(--crm-blue-dark)!important;background:#eff6ff!important;border:1px solid #bfdbfe!important}.conversation-composer{border:0!important;border-top:1px solid var(--crm-border)!important;background:var(--crm-surface)!important;min-height:0!important;box-shadow:none!important;border-radius:0!important;grid-area:3/1!important;gap:8px!important;margin:0!important;padding:10px 12px!important;display:grid!important}.conversation-composer .draft{resize:vertical!important;min-height:56px!important;max-height:110px!important;padding:9px 10px!important}.composer-tools,.actions-row,.attachment-row,.price-row,.quick-statuses{gap:6px!important}.actions-row{flex-wrap:wrap!important;justify-content:flex-end!important;display:flex!important}.composer-tools button,.actions-row button,.quick-statuses button,.attach-button{border-radius:var(--radius-sm)!important;min-height:28px!important;padding:6px 9px!important;font-size:11px!important}.reply-preview,.attachment-preview{border:1px solid var(--crm-border)!important;border-radius:var(--radius-sm)!important;background:var(--crm-surface-2)!important}.empty-conversation,.list-loading{color:var(--crm-muted)!important}.settings-shell,.standalone-shell,.stats-shell{background:var(--crm-bg)!important;width:100vw!important;height:100vh!important;display:block!important;overflow:hidden!important}.settings-shell .workspace,.standalone-shell .workspace,.stats-shell .workspace,.app-shell.standalone-shell .workspace.autopost-page-v2{background:var(--crm-bg)!important;height:100vh!important;min-height:0!important;padding:0!important;overflow-y:auto!important}.settings-shell .workspace>:not(.topbar),.stats-shell .workspace>:not(.topbar),.standalone-shell .workspace>:not(.topbar){margin-left:14px!important;margin-right:14px!important}.settings-shell .topbar,.stats-shell .topbar,.standalone-shell .topbar,.autopost-page-v2 .autopost-hero{z-index:20!important;position:sticky!important;top:0!important}.settings-shell .chat-card,.settings-shell .panel,.bridge-status,.mapping-row,.bot-rules,.stats-summary .chat-card,.insights-score,.insight-card,.insight-ad-card,.deep-pattern,.improvement-item,.autopost-form-v2,.autopost-output-card,.autopost-history-card,.autopost-guide{border:1px solid var(--crm-border)!important;border-radius:var(--radius-lg)!important;background:var(--crm-surface)!important;box-shadow:none!important}.stats-toolbar{grid-template-columns:repeat(7,minmax(130px,1fr)) auto!important;align-items:end!important;gap:8px!important;margin-top:12px!important;padding:12px!important;display:grid!important}.stats-spend-toolbar{grid-template-columns:repeat(5,minmax(150px,1fr)) auto!important}.stats-toolbar select,.stats-toolbar input{min-height:34px!important;padding:7px 9px!important}.stats-period{color:var(--crm-muted)!important;grid-column:1/-1!important;justify-self:end!important;font-size:12px!important}.stats-summary{grid-template-columns:repeat(auto-fit,minmax(135px,1fr))!important;gap:10px!important;margin-top:12px!important;display:grid!important}.stats-summary .chat-card{min-height:70px!important;padding:14px!important}.stats-summary span,.insights-score span{color:var(--crm-muted)!important;font-size:12px!important;font-weight:800!important}.stats-summary b,.insights-score b{color:var(--crm-text)!important;font-size:28px!important}.stats-spend-summary .chat-card.primary{background:#eff6ff!important;border-color:#93c5fd!important}.stats-metric-note{border-radius:var(--radius-md)!important;color:#7c5200!important;background:#fffbeb!important;border:1px solid #fde68a!important;margin-top:10px!important;padding:10px 12px!important}.automation-export-panel,.stats-insights,.stats-table{margin-top:12px!important;padding:12px!important}.automation-export-panel{justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.automation-export-actions{gap:8px!important}.automation-export-actions a{border:1px solid var(--crm-border)!important;border-radius:var(--radius-sm)!important;min-height:30px!important;color:var(--crm-text)!important;background:#fff!important;padding:7px 10px!important;font-weight:800!important;text-decoration:none!important}.stats-insights h2,.automation-export-panel h3,.autopost-result h3,.autopost-history-card h3,.autopost-form-v2 .panel-title{color:var(--crm-text)!important}.insights-head,.insight-grid,.insight-lists,.deep-audit-head,.improvement-kpis,.improvement-list{gap:10px!important}.insights-score.danger,.insight-action.danger,.stats-row.danger,.stats-summary .chat-card.danger{background:#fff1f1!important;border-color:#fecaca!important}.insights-score.warning,.insight-action.warning,.stats-row.warning{background:#fffbeb!important;border-color:#fde68a!important}.insight-action.good,.stats-row.good{background:#f0fdf4!important;border-color:#bbf7d0!important}.stats-table{overflow-x:auto!important}.stats-table-head,.stats-row{grid-template-columns:minmax(320px,1.6fr) minmax(150px,.6fr) minmax(260px,1.05fr) minmax(230px,.9fr)!important;align-items:start!important;gap:12px!important;min-width:960px!important;display:grid!important}.stats-table-head{border-bottom:1px solid var(--crm-border)!important;color:var(--crm-muted)!important;text-transform:uppercase!important;padding:8px 10px!important;font-size:11px!important}.stats-row{border:0!important;border-bottom:1px solid var(--crm-border)!important;background:#fff!important;border-radius:0!important;margin:0!important;padding:10px!important}.stats-row a{color:var(--crm-blue-dark)!important}.autopost-page-v2 .autopost-hero{min-height:62px!important}.app-shell.standalone-shell .autopost-layout-v2{grid-template-columns:minmax(320px,430px) minmax(0,1fr)!important;align-items:start!important;gap:12px!important;height:auto!important;margin:14px!important;display:grid!important}.app-shell.standalone-shell .autopost-form-v2,.app-shell.standalone-shell .autopost-result-v2{max-height:none!important;padding:14px!important;overflow:visible!important}.autopost-steps span{border-radius:var(--radius-sm)!important;background:var(--crm-surface-2)!important;color:var(--crm-muted)!important}.autopost-form-v2 input:not([type=file]),.autopost-form-v2 textarea,.autopost-form-v2 select{min-height:36px!important;padding:8px 10px!important}.autopost-form-v2 .upload-zone,.autopost-hint,.autopost-mode-note,.autopost-feed-box,.autopost-summary>div,.autopost-readiness{border:1px solid var(--crm-border)!important;border-radius:var(--radius-md)!important;background:var(--crm-surface-2)!important}.autopost-readiness.blocked,.autopost-warning,.autopost-errors.warning{color:#7f1d1d!important;background:#fff1f1!important;border-color:#fecaca!important}.autopost-readiness.ready{background:#f0fdf4!important;border-color:#bbf7d0!important}.autopost-history-item{border:1px solid var(--crm-border)!important;border-radius:var(--radius-md)!important;background:#fff!important}.login-shell{background:var(--crm-bg)!important;min-height:100vh!important}.login-card{border:1px solid var(--crm-border)!important;background:#fff!important;border-radius:12px!important;box-shadow:0 24px 60px #1822351f!important}.login-card h1{color:var(--crm-text)!important}.login-card p{color:var(--crm-muted)!important}.status-select{border-radius:999px!important;width:auto!important;min-width:116px!important;font-weight:800!important}.status-select.status-new{color:#075fd4!important;background:#e8f1ff!important;border-color:#b9d0ff!important}.status-select.status-danger,.quick-statuses button.status-danger{color:#b42318!important;background:#fff1f1!important;border-color:#fecaca!important}.status-select.status-work,.quick-statuses button.status-work{color:#46546a!important;background:#f4f6fa!important;border-color:#cfd6e3!important}.status-select.status-call,.quick-statuses button.status-call{color:#075fd4!important;background:#eff6ff!important;border-color:#bfdbfe!important}.status-select.status-called,.quick-statuses button.status-called{color:#047857!important;background:#ecfdf5!important;border-color:#a7f3d0!important}.status-select.status-no-answer,.quick-statuses button.status-no-answer{color:#b45309!important;background:#fff7ed!important;border-color:#fed7aa!important}.status-select.status-hot,.quick-statuses button.status-hot{color:#c2410c!important;background:#fff7ed!important;border-color:#fdba74!important}.status-select.status-meeting,.quick-statuses button.status-meeting{color:#6d28d9!important;background:#f5f3ff!important;border-color:#ddd6fe!important}.status-select.status-sold,.quick-statuses button.status-sold{color:#15803d!important;background:#f0fdf4!important;border-color:#bbf7d0!important}.status-select.status-muted,.quick-statuses button.status-muted{color:#475569!important;background:#f1f5f9!important;border-color:#cbd5e1!important}@media (width<=1180px){.app-shell{grid-template-columns:226px minmax(0,1fr)!important}.sidebar{width:226px!important}.sidebar-toggle{left:226px!important}.inbox-layout{grid-template-columns:300px minmax(0,1fr)!important}.conversation{grid-template-columns:minmax(0,1fr) 250px!important}.conversation-header{grid-template-columns:44px minmax(0,1fr)!important}.conversation-link-actions{grid-column:1/-1!important;justify-content:flex-start!important;max-width:none!important}.stats-toolbar,.stats-summary{grid-template-columns:repeat(3,minmax(160px,1fr))!important}}@media (width<=900px){body{overflow:hidden!important}.app-shell,.app-shell.sidebar-collapsed{height:100dvh!important;display:block!important;overflow:hidden!important}.sidebar-toggle{display:none!important}.sidebar{z-index:80!important;border-right:1px solid var(--crm-border)!important;background:var(--crm-rail)!important;width:min(86vw,310px)!important;height:100dvh!important;transition:transform .18s!important;position:fixed!important;inset:0 auto 0 0!important;transform:translate(-105%)!important}.app-shell.mobile-filters-open .sidebar{transform:translate(0)!important}.mobile-filter-backdrop{z-index:70!important;background:#0f172a47!important;border:0!important;display:none!important;position:fixed!important;inset:0!important}.app-shell.mobile-filters-open .mobile-filter-backdrop{display:block!important}.workspace{height:100dvh!important}.topbar{min-height:64px!important;padding:9px 10px!important}.topbar h2{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:145px!important;font-size:18px!important;overflow:hidden!important}.topbar p{display:none!important}.topbar-actions{gap:6px!important}.topbar-actions button,.topbar-actions a{min-height:32px!important;padding:7px 9px!important;font-size:11px!important}.inbox-layout{height:calc(100dvh - 64px)!important;display:block!important;overflow:hidden!important}.deals-column{border-right:0!important;height:100%!important}.deal-search{padding:8px!important}.chat-row{grid-template-columns:48px minmax(0,1fr)!important;min-height:86px!important;padding:10px!important}.chat-row img,.chat-row-placeholder{width:48px!important;height:48px!important}.chat-row-controls,.app-shell.mobile-chat-open .sidebar,.app-shell.mobile-chat-open .topbar,.app-shell.mobile-chat-open .deals-column,.app-shell.mobile-chat-open .mobile-filter-backdrop{display:none!important}.app-shell.mobile-chat-open .workspace,.app-shell.mobile-chat-open .inbox-layout{height:100dvh!important;display:block!important}.app-shell.mobile-chat-open .conversation{grid-template-rows:auto auto minmax(0,1fr) auto!important;grid-template-columns:1fr!important;height:100dvh!important;display:grid!important;overflow:hidden!important}.conversation-header{grid-column:1!important;grid-template-columns:40px minmax(0,1fr)!important;min-height:80px!important;padding:9px 10px!important}.conversation-header>img{width:40px!important;height:40px!important}.conversation-header h3{font-size:17px!important}.conversation-header p{max-height:34px!important;font-size:11px!important;overflow:hidden!important}.conversation-link-actions{display:none!important}.conversation-status-row{margin-top:6px!important}.conversation-comments{border-left:0!important;border-bottom:1px solid var(--crm-border)!important;grid-area:2/1!important;min-height:0!important;max-height:132px!important;display:block!important;overflow:auto!important}.conversation-comments-head{min-height:34px!important;padding:8px 10px!important}.conversation-comments-list,.conversation-comment-form{padding:8px 10px!important}.conversation-comment-form textarea{min-height:42px!important}.conversation-messages{grid-area:3/1!important;padding:10px!important}.message{max-width:88%!important}.conversation-composer{grid-area:4/1!important;padding:8px!important}.conversation-composer .draft{min-height:46px!important}.composer-tools,.quick-statuses{display:none!important}.actions-row{justify-content:stretch!important}.actions-row button{flex:auto!important}.settings-shell .workspace,.standalone-shell .workspace,.stats-shell .workspace{height:100dvh!important}.settings-shell .workspace>:not(.topbar),.stats-shell .workspace>:not(.topbar),.standalone-shell .workspace>:not(.topbar){margin-left:8px!important;margin-right:8px!important}.stats-toolbar{grid-template-columns:1fr!important;margin-top:8px!important}.stats-summary{grid-template-columns:1fr 1fr!important;gap:8px!important}.automation-export-panel{display:grid!important}.automation-export-actions{grid-template-columns:1fr!important;display:grid!important}.app-shell.standalone-shell .autopost-layout-v2{grid-template-columns:1fr!important;margin:8px!important}}.auth-logout{z-index:120!important;border:1px solid var(--crm-border)!important;border-radius:var(--radius-sm)!important;min-height:30px!important;color:var(--crm-text)!important;box-shadow:none!important;background:#fff!important;padding:6px 10px!important;top:10px!important;right:12px!important}.topbar-actions{margin-right:82px!important}.topbar .refresh,.topbar button.refresh{white-space:nowrap!important}.inbox-layout{grid-template-columns:348px minmax(0,1fr)!important}.deals-column{background:#fff!important}.deal-search{height:36px!important;padding:6px 8px!important}.deal-search input{min-width:0!important;height:26px!important;min-height:26px!important;padding:5px 8px!important;font-size:11px!important}.chat-row,.chat-list>.chat-row{grid-template-columns:44px minmax(0,1fr)!important;min-height:86px!important;padding:8px 9px!important}.chat-row img,.chat-row-placeholder{width:44px!important;height:44px!important}.chat-row-top b{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:178px!important;overflow:hidden!important}.chat-row-title{max-width:220px!important}.chat-row-meta{gap:6px!important;max-width:230px!important;display:flex!important}.chat-row-meta span{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.chat-row-message{max-width:230px!important}.chat-row-controls{align-items:center!important;margin-top:5px!important}.chat-row-controls button{color:#0000!important;width:24px!important;min-width:24px!important;max-width:24px!important;height:22px!important;min-height:22px!important;padding:0!important;font-size:0!important;overflow:hidden!important}.chat-row-controls button svg{color:var(--crm-blue)!important;stroke:var(--crm-blue)!important}.chat-row-controls select{width:126px!important;max-width:126px!important;height:22px!important;min-height:22px!important;padding:2px 8px!important;font-size:10px!important}.conversation{grid-template-columns:minmax(0,1fr) 318px!important}.conversation-header{min-height:86px!important;padding:10px 14px!important}.conversation-link-actions{max-width:330px!important}.conversation-messages{background:#f1f4f8!important;flex-direction:column!important;padding:18px 22px!important;display:flex!important}.message{max-width:min(620px,68%)!important}.message.client{align-self:flex-start!important}.message.operator,.message.bot{align-self:flex-end!important}.conversation-comments{background:#f8fafc!important;flex-direction:column!important;display:flex!important}.conversation-comments-head{flex:none!important}.conversation-comments-list{border-bottom:1px solid var(--crm-border)!important;flex:none!important;max-height:260px!important}.conversation-comment-form{flex:none!important;grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.conversation-comment-form textarea{resize:vertical!important;width:100%!important;min-height:76px!important}.conversation-comment-form button{justify-content:center!important;width:100%!important}.conversation-comments:after{content:"Детали сделки и заметки";border-top:1px solid var(--crm-border);color:var(--crm-muted);flex:auto;padding:12px;font-size:11px;display:block}.conversation-composer{grid-template-rows:auto auto!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:6px 8px!important;padding:9px 12px!important}.conversation-composer .draft,.reply-preview{grid-column:1/-1!important}.conversation-composer .draft{min-height:54px!important;max-height:86px!important}.composer-tools{grid-area:2/1!important;min-width:0!important;overflow:hidden!important}.actions-row{flex-wrap:nowrap!important;grid-area:2/2!important;align-items:center!important;display:flex!important}.actions-row button{white-space:nowrap!important}.attachment-row,.price-row{flex-wrap:nowrap!important;overflow-x:auto!important}@media (width<=1180px){.inbox-layout{grid-template-columns:318px minmax(0,1fr)!important}.conversation{grid-template-columns:minmax(0,1fr) 286px!important}}@media (width<=900px){.auth-logout{color:#0000!important;width:34px!important;min-width:34px!important;padding:0!important;font-size:0!important;top:8px!important;right:8px!important;overflow:hidden!important}.auth-logout svg{color:var(--crm-text)!important;stroke:var(--crm-text)!important}.topbar-actions{margin-right:42px!important}.chat-row-top b,.chat-row-title,.chat-row-meta,.chat-row-message{max-width:none!important}.conversation-comments:after{display:none!important}.conversation-composer{grid-template-columns:1fr!important}.composer-tools,.actions-row{grid-area:auto/1!important}}.topbar{padding-right:132px!important}.topbar-actions{flex:none!important;margin-right:0!important}.auth-logout{justify-content:center!important;width:72px!important}.conversation-comments{flex-direction:column!important;grid-template-rows:none!important;display:flex!important}.conversation-comment-form{border-top:0!important;border-bottom:1px solid var(--crm-border)!important;order:2!important}.conversation-comment-form textarea{min-height:68px!important}.conversation-comments-list{border-bottom:1px solid var(--crm-border)!important;flex:none!important;order:3!important;max-height:220px!important}.conversation-comments:after{border:1px dashed var(--crm-border-strong)!important;border-radius:var(--radius-md)!important;min-height:120px!important;color:var(--crm-muted)!important;background:#fff!important;flex:auto!important;order:4!important;margin:10px!important;padding:10px!important}.conversation-composer{min-height:112px!important;max-height:132px!important}.conversation-composer .draft{min-height:48px!important;max-height:70px!important;padding:8px 10px!important}.composer-tools button,.actions-row button,.attach-button{min-height:26px!important;padding:5px 8px!important}.actions-row .primary{min-width:150px!important}@media (width<=900px){.topbar{padding-right:48px!important}.auth-logout{width:34px!important}.conversation-comment-form{border-top:1px solid var(--crm-border)!important;border-bottom:0!important;order:3!important}.conversation-comments-list{order:2!important}}.app-shell.sidebar-collapsed{grid-template-columns:0 minmax(0,1fr)!important}.app-shell.sidebar-collapsed .sidebar{opacity:0!important;pointer-events:none!important;border-right:0!important;width:0!important;min-width:0!important;padding:0!important;overflow:hidden!important;transform:translate(-100%)!important}.app-shell.sidebar-collapsed .workspace{grid-column:2!important;padding-left:0!important}.app-shell.sidebar-collapsed .sidebar-toggle{border-left:1px solid var(--crm-border)!important;left:0!important}@media (width<=900px){.app-shell.sidebar-collapsed .sidebar{border-right:1px solid var(--crm-border)!important;width:min(86vw,310px)!important;padding:12px 10px!important}}.app-shell.standalone-shell .workspace.autopost-page-v2{flex-direction:column!important;height:100vh!important;min-height:0!important;display:flex!important;overflow:hidden!important}.app-shell.standalone-shell .workspace.autopost-page-v2>.error{flex:none!important}.app-shell.standalone-shell .autopost-layout-v2{flex:auto!important;height:auto!important;min-height:0!important;max-height:none!important;margin:12px 14px 14px!important;overflow:hidden!important}.app-shell.standalone-shell .autopost-form-v2,.app-shell.standalone-shell .autopost-result-v2{overscroll-behavior:contain!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden auto!important}.app-shell.standalone-shell .autopost-form-v2{padding-right:12px!important}.app-shell.standalone-shell .autopost-form-v2::-webkit-scrollbar{width:8px!important}.app-shell.standalone-shell .autopost-result-v2::-webkit-scrollbar{width:8px!important}.app-shell.standalone-shell .autopost-form-v2::-webkit-scrollbar-thumb{background:#b8c2d2!important;border-radius:999px!important}.app-shell.standalone-shell .autopost-result-v2::-webkit-scrollbar-thumb{background:#b8c2d2!important;border-radius:999px!important}@media (width<=900px){.app-shell.standalone-shell .workspace.autopost-page-v2{height:100dvh!important;overflow-y:auto!important}.app-shell.standalone-shell .autopost-layout-v2{flex:none!important;height:auto!important;margin:8px!important;overflow:visible!important}.app-shell.standalone-shell .autopost-form-v2,.app-shell.standalone-shell .autopost-result-v2{height:auto!important;max-height:none!important;overflow:visible!important}}.autopost-photo-picker{background:#f8fbff!important;border-color:#c7d7f5!important}.autopost-photo-groups{gap:10px!important;margin-top:10px!important;display:grid!important}.autopost-photo-group{border:1px solid var(--crm-border)!important;border-radius:var(--radius-md)!important;background:#fff!important;padding:10px!important}.autopost-photo-group-head{justify-content:space-between!important;align-items:flex-start!important;gap:8px!important;margin-bottom:8px!important;display:flex!important}.autopost-photo-group-actions{flex-wrap:wrap!important;flex:none!important;justify-content:flex-end!important;gap:6px!important;display:flex!important}.autopost-photo-group-head b{color:var(--crm-text)!important;font-size:12px!important;line-height:1.25!important;display:block!important}.autopost-photo-group-head span{color:var(--crm-muted)!important;margin-top:2px!important;font-size:11px!important;line-height:1.25!important;display:block!important}.autopost-photo-group-head button,.autopost-photo-group-actions button{flex:none!important;min-height:24px!important;padding:4px 7px!important;font-size:10px!important}.autopost-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.autopost-photo-thumb{border:1px solid var(--crm-border)!important;border-radius:var(--radius-sm)!important;background:#f8fafc!important;gap:5px!important;min-width:0!important;padding:6px!important;display:grid!important;position:relative!important}.autopost-photo-thumb.is-first{background:#e8f1ff!important;border-color:#075fd4!important}.autopost-photo-thumb.is-second{background:#ecfdf5!important;border-color:#10b981!important}.autopost-photo-thumb.is-first:before,.autopost-photo-thumb.is-second:before{z-index:2!important;color:#fff!important;text-align:center!important;border-radius:999px!important;min-width:22px!important;height:22px!important;font-size:11px!important;font-weight:900!important;line-height:22px!important;position:absolute!important;top:5px!important;left:5px!important}.autopost-photo-thumb.is-first:before{content:"1"!important;background:#075fd4!important}.autopost-photo-thumb.is-second:before{content:"2"!important;background:#10b981!important}.autopost-photo-thumb img{aspect-ratio:4/3!important;object-fit:cover!important;background:#e5e7eb!important;border-radius:4px!important;width:100%!important}.autopost-photo-thumb>span{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;color:var(--crm-muted)!important;font-size:10px!important;overflow:hidden!important}.autopost-photo-thumb>div{grid-template-columns:1fr 1fr!important;gap:4px!important;display:grid!important}.autopost-photo-thumb button{min-height:24px!important;padding:4px!important;font-size:10px!important}.autopost-photo-thumb button.active{border-color:var(--crm-blue)!important;background:var(--crm-blue)!important;color:#fff!important}@media (width<=900px){.autopost-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.conversation-link-panel{border-radius:var(--radius-sm)!important;color:var(--crm-text)!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;order:2!important;gap:6px!important;margin:10px!important;padding:10px!important;display:grid!important}.conversation-link-panel>div{color:var(--crm-blue-dark)!important;align-items:center!important;gap:7px!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important}.conversation-link-panel strong{color:var(--crm-text)!important;font-size:13px!important;font-weight:900!important}.conversation-link-panel span{color:var(--crm-muted)!important;font-size:11px!important;line-height:1.35!important}.conversation-link-panel.muted{border-color:var(--crm-border)!important;background:#fff!important}.conversation-link-panel.muted>div{color:var(--crm-muted)!important}.conversation-comments:after{order:5!important}.chat-row-click-badge{color:#075fd4!important;background:#e8f1ff!important;border-color:#93c5fd!important;font-weight:900!important}.conversation-comments:after{content:none!important;display:none!important}.conversation-comments-head{order:1!important}.conversation-deal-details{border:1px solid var(--crm-border)!important;border-radius:var(--radius-sm)!important;background:#fff!important;order:2!important;gap:7px!important;margin:10px!important;padding:10px!important;display:grid!important}.conversation-deal-details div{grid-template-columns:82px minmax(0,1fr)!important;align-items:baseline!important;gap:8px!important;display:grid!important}.conversation-deal-details span{color:var(--crm-muted)!important;font-size:10.5px!important}.conversation-deal-details b{text-overflow:ellipsis!important;min-width:0!important;color:var(--crm-text)!important;font-size:11px!important;font-weight:800!important;overflow:hidden!important}.conversation-link-panel{order:3!important}.conversation-comments-head.notes-head{border-top:1px solid var(--crm-border)!important;order:4!important}.conversation-comment-form{order:5!important}.conversation-comments-list{order:6!important}.conversation-comment{border-color:var(--crm-border)!important;color:var(--crm-text)!important;background:#fff!important}.autopost-photo-thumb.is-selected{background:#e8f1ff!important;border-color:#075fd4!important}.autopost-photo-thumb.is-selected:before{content:attr(data-position)!important;z-index:2!important;color:#fff!important;text-align:center!important;background:#075fd4!important;border-radius:999px!important;min-width:22px!important;height:22px!important;font-size:11px!important;font-weight:900!important;line-height:22px!important;position:absolute!important;top:5px!important;left:5px!important}.autopost-photo-thumb>div{grid-template-columns:repeat(5,minmax(0,1fr))!important}.autopost-photo-thumb button{min-width:0!important;padding:4px 2px!important}.message .message-menu,.message.operator .message-menu,.message.bot .message-menu{color:var(--crm-text)!important;border:1px solid var(--crm-border)!important;background:#fff!important;box-shadow:0 14px 35px #1822352e!important}.message .message-menu button,.message.operator .message-menu button,.message.bot .message-menu button{color:var(--crm-text)!important;box-shadow:none!important;text-shadow:none!important;background:0 0!important;border:0!important}.message .message-menu button:hover,.message.operator .message-menu button:hover,.message.bot .message-menu button:hover{color:var(--crm-text)!important;background:#eef4ff!important}.conversation-composer{max-height:none!important;overflow:visible!important}.conversation-composer.has-reply{grid-template-rows:auto auto auto!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:stretch!important;min-height:182px!important}.conversation-composer.has-reply .reply-preview{grid-area:1/1/auto/-1!important;margin:0!important}.conversation-composer.has-reply .draft{grid-area:2/1/auto/-1!important;min-height:54px!important;max-height:82px!important}.conversation-composer.has-reply .composer-tools{grid-area:3/1!important;align-self:center!important}.conversation-composer.has-reply .actions-row{grid-area:3/2!important;align-self:center!important}@media (width<=900px){.conversation-composer.has-reply{grid-template-columns:1fr!important;min-height:214px!important}.conversation-composer.has-reply .composer-tools,.conversation-composer.has-reply .actions-row{grid-area:auto/1!important}}@media (width>=901px){.app-shell:not(.standalone-shell){background:linear-gradient(#f4f7fb 0%,#edf2f8 100%)!important;padding-bottom:24px!important}.app-shell:not(.standalone-shell) .sidebar,.app-shell:not(.standalone-shell) .workspace{height:calc(100vh - 42px)!important;max-height:calc(100vh - 42px)!important}.app-shell:not(.standalone-shell) .workspace{border-bottom:1px solid var(--crm-border)!important;box-shadow:0 10px 28px #18223514!important}.app-shell:not(.standalone-shell) .conversation-composer{border-bottom:1px solid var(--crm-border)!important;box-shadow:inset 0 -1px #ffffffe6!important}.app-shell.chat-shell{background:linear-gradient(#f4f7fb 0%,#eaf0f7 100%)!important;grid-template-columns:270px minmax(0,1fr)!important;gap:14px!important;width:100vw!important;height:100vh!important;min-height:100vh!important;padding:10px 14px 14px!important;overflow:hidden!important}.app-shell.chat-shell .sidebar,.app-shell.chat-shell .workspace{height:calc(100vh - 24px)!important;max-height:calc(100vh - 24px)!important}.app-shell.chat-shell .workspace{border:1px solid var(--crm-border)!important;background:#fff!important;border-radius:18px!important;grid-template-rows:minmax(0,1fr)!important;padding:0!important;display:grid!important;overflow:hidden!important;box-shadow:0 10px 28px #18223514!important}.app-shell.chat-shell .topbar{display:none!important}.app-shell.chat-shell .error{z-index:30!important;margin:0!important;position:absolute!important;top:18px!important;left:308px!important;right:28px!important}.app-shell.chat-shell .inbox-layout{grid-template-columns:minmax(310px,350px) minmax(0,1fr)!important;gap:0!important;height:100%!important;min-height:0!important;overflow:hidden!important}.app-shell.chat-shell .deals-column{border-right:1px solid var(--crm-border)!important;background:#fbfdff!important;grid-template-rows:auto minmax(0,1fr)!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}.app-shell.chat-shell .deals-column>.deal-search{margin:8px 10px!important}.app-shell.chat-shell .chat-list{height:100%!important;max-height:100%!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.app-shell.chat-shell .conversation{border:0!important;border-radius:0!important;grid-template-rows:auto minmax(0,1fr) auto!important;grid-template-columns:minmax(0,1fr) 304px!important;height:100%!important;min-height:0!important;overflow:hidden!important}.app-shell.chat-shell .conversation-header{border-bottom:1px solid var(--crm-border)!important;min-height:84px!important}.app-shell.chat-shell .conversation-messages{border-bottom:1px solid var(--crm-border)!important;min-height:0!important}.app-shell.chat-shell .conversation-composer{min-height:108px!important;box-shadow:none!important;border-bottom:0!important}.conversation-service-panel{border-top:1px solid var(--crm-border)!important;background:#fff!important;order:7!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:auto!important;padding:10px!important;display:grid!important}.conversation-service-panel button,.conversation-service-panel .refresh{border:1px solid var(--crm-border)!important;width:100%!important;min-height:36px!important;color:var(--crm-text)!important;-webkit-text-fill-color:var(--crm-text)!important;box-shadow:none!important;background:#f8fbff!important;border-radius:12px!important;justify-content:center!important;gap:7px!important;padding:8px 10px!important;font-size:12px!important;font-weight:900!important}.conversation-service-panel .notify-button.is-on{color:#0f5132!important;-webkit-text-fill-color:#0f5132!important;background:#dcfce7!important;border-color:#86efac!important}.conversation-service-panel .service-logout{color:#9f1239!important;-webkit-text-fill-color:#9f1239!important;background:#fff1f2!important;border-color:#fecdd3!important}}@media (width<=900px){.conversation-service-panel{display:none!important}.chat-topbar-logout{border-radius:999px!important;min-height:34px!important;padding:7px 10px!important;font-size:12px!important;display:inline-flex!important}}.deal-status-badge{color:#46546a!important;white-space:nowrap!important;background:#f4f6fa!important;border:1px solid #cfd6e3!important;border-radius:999px!important;align-items:center!important;width:max-content!important;max-width:100%!important;min-height:22px!important;padding:3px 9px!important;font-size:11px!important;font-weight:900!important;line-height:1.2!important;display:inline-flex!important}.deal-status-badge.status-new{color:#075fd4!important;background:#e8f1ff!important;border-color:#b9d0ff!important}.deal-status-badge.status-danger{color:#b42318!important;background:#fff1f1!important;border-color:#fecaca!important}.deal-status-badge.status-work{color:#46546a!important;background:#f4f6fa!important;border-color:#cfd6e3!important}.deal-status-badge.status-call{color:#075fd4!important;background:#eff6ff!important;border-color:#bfdbfe!important}.deal-status-badge.status-called{color:#047857!important;background:#ecfdf5!important;border-color:#a7f3d0!important}.deal-status-badge.status-no-answer,.deal-status-badge.status-hot{color:#b45309!important;background:#fff7ed!important;border-color:#fed7aa!important}.deal-status-badge.status-meeting{color:#6d28d9!important;background:#f5f3ff!important;border-color:#ddd6fe!important}.deal-status-badge.status-sold{color:#15803d!important;background:#f0fdf4!important;border-color:#bbf7d0!important}.deal-status-badge.status-muted{color:#475569!important;background:#f1f5f9!important;border-color:#cbd5e1!important}@media (width>=901px){.conversation-composer .quick-statuses{display:none!important}}.chat-row{border-left:4px solid #0000!important}.chat-row.chat-status-new,.chat-row.chat-status-call{border-left-color:#60a5fa!important}.chat-row.chat-status-danger{border-left-color:#f87171!important}.chat-row.chat-status-hot,.chat-row.chat-status-no-answer{border-left-color:#fb923c!important}.chat-row.chat-status-called,.chat-row.chat-status-sold{border-left-color:#34d399!important}.chat-row.chat-status-meeting{border-left-color:#a78bfa!important}.chat-row.chat-status-muted,.chat-row.chat-status-work{border-left-color:#94a3b8!important}@media (width<=900px){html,body,#root{max-width:100vw!important;overflow-x:hidden!important}.app-shell.chat-shell,.app-shell.chat-shell .workspace,.app-shell.chat-shell .inbox-layout,.app-shell.chat-shell .deals-column,.app-shell.chat-shell .chat-list,.app-shell.chat-shell .topbar{width:100%!important;min-width:0!important;max-width:100vw!important;overflow-x:hidden!important}.app-shell.chat-shell .inbox-layout{grid-template-columns:minmax(0,1fr)!important}.app-shell.chat-shell .topbar{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}.app-shell.chat-shell .topbar>div,.app-shell.chat-shell .topbar-actions,.app-shell.chat-shell .deal-search,.app-shell.chat-shell .deal-search input{min-width:0!important}.app-shell.chat-shell .topbar-actions{justify-content:flex-end!important;max-width:100%!important;overflow-x:auto!important}.app-shell.chat-shell .deal-search{box-sizing:border-box!important;width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important}.chat-row{box-sizing:border-box!important;grid-template-columns:50px minmax(0,1fr)!important;align-items:start!important;gap:9px!important;width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;min-height:118px!important;padding:10px 10px 10px 8px!important}.chat-row-title,.chat-row-message,.chat-row-meta{max-width:100%!important}.chat-row .deal-status-badge{margin-top:4px!important}.chat-row-controls{flex-wrap:wrap!important;align-items:center!important;gap:6px!important;width:100%!important;margin-top:7px!important;display:flex!important}.chat-row-controls button{width:auto!important;min-width:34px!important;max-width:none!important;height:30px!important;min-height:30px!important;color:var(--crm-text)!important;-webkit-text-fill-color:var(--crm-text)!important;padding:5px 8px!important;font-size:11px!important;line-height:1!important;overflow:visible!important}.chat-row-controls select,.conversation-status-row select{width:auto!important;min-width:148px!important;max-width:min(100%,220px)!important;height:30px!important;min-height:30px!important;padding:4px 10px!important;font-size:11px!important}.conversation-header{grid-template-columns:42px minmax(0,1fr)!important;align-items:start!important;row-gap:8px!important;min-height:0!important}.conversation-status-row{flex-wrap:nowrap!important;align-items:center!important;gap:6px!important;min-width:0!important;max-width:100%!important;margin-top:7px!important;padding-bottom:2px!important;display:flex!important;overflow-x:auto!important}.conversation-status-row>*{flex:none!important}.conversation-status-row button{width:auto!important;min-width:34px!important;max-width:none!important;height:30px!important;min-height:30px!important;color:var(--crm-text)!important;-webkit-text-fill-color:var(--crm-text)!important;padding:5px 8px!important;font-size:11px!important}.conversation-status-badge{flex:none!important}.app-shell.mobile-chat-open .conversation-link-actions{flex-wrap:nowrap!important;grid-column:1/-1!important;align-items:center!important;gap:6px!important;max-width:100%!important;padding-bottom:2px!important;display:flex!important;overflow-x:auto!important}.app-shell.mobile-chat-open .conversation-link-actions a,.app-shell.mobile-chat-open .conversation-link-actions button{white-space:nowrap!important;flex:none!important;min-height:30px!important;padding:6px 9px!important;font-size:11px!important}.app-shell.mobile-chat-open .conversation{grid-template-rows:auto minmax(132px,auto) minmax(0,1fr) auto!important}.conversation-comments{max-height:210px!important;overflow-y:auto!important}.conversation-deal-details{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;padding:8px 10px!important;display:grid!important}.conversation-deal-details>div{min-width:0!important}.conversation-deal-details b,.conversation-deal-details span{overflow-wrap:anywhere!important;min-width:0!important}.conversation-composer{gap:7px!important;max-height:45dvh!important;overflow-y:auto!important}.composer-tools{flex-flow:column!important;gap:6px!important;height:auto!important;min-height:0!important;max-height:none!important;display:flex!important}.attachment-row,.price-row,.actions-row,.quick-statuses{align-items:center!important;gap:6px!important;max-width:100%!important;padding-bottom:2px!important;display:flex!important;overflow-x:auto!important}.attachment-row,.price-row{flex:none!important;height:auto!important;min-height:0!important}.actions-row,.quick-statuses{flex-wrap:nowrap!important}.quick-statuses button,.actions-row button,.price-row button,.attach-button{white-space:nowrap!important;flex:none!important;min-height:30px!important;padding:6px 9px!important;font-size:11px!important}}@media (width<=520px){.conversation-deal-details{grid-template-columns:1fr!important}.conversation-comments{max-height:180px!important}.conversation-composer{max-height:50dvh!important}}@media (width>=1200px){.app-shell.standalone-shell .autopost-layout-v2{grid-template-columns:minmax(560px,720px) minmax(420px,1fr)!important;gap:16px!important}}@media (width>=1700px){.app-shell.standalone-shell .autopost-layout-v2{grid-template-columns:minmax(680px,860px) minmax(520px,1fr)!important}}.autopost-address-selector{visibility:visible!important;opacity:1!important;background:#f8fbff!important;border:2px solid #8bb8ff!important;border-radius:16px!important;height:max-content!important;margin:12px 0 16px!important;display:block!important;overflow:hidden!important;box-shadow:0 10px 26px #2563eb14!important}.autopost-address-selector-head{background:linear-gradient(135deg,#eef5ff 0%,#fff 100%)!important;border-bottom:1px solid #d5e4fa!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;padding:14px 16px!important;display:flex!important}.autopost-address-selector-head b{color:#0f172a!important;font-size:15px!important;font-weight:900!important;display:block!important}.autopost-address-selector-head span{color:#516174!important;margin-top:3px!important;font-size:12px!important;font-weight:800!important;line-height:1.35!important;display:block!important}.autopost-address-selector-actions{flex:none!important;gap:8px!important;display:flex!important}.autopost-address-selector-actions button,.autopost-address-row{appearance:none!important;font-family:inherit!important}.autopost-address-selector-actions button{color:#075fd4!important;cursor:pointer!important;background:#fff!important;border:1px solid #9ec5ff!important;border-radius:10px!important;min-height:34px!important;padding:7px 12px!important;font-size:12px!important;font-weight:900!important}.autopost-address-row{color:#172033!important;text-align:left!important;cursor:pointer!important;background:#fff!important;border:0!important;border-bottom:1px solid #e7edf7!important;border-radius:0!important;grid-template-columns:24px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;width:100%!important;margin:0!important;padding:12px 16px!important;display:grid!important}.autopost-address-row:not(.select-all){grid-template-columns:24px 34px minmax(0,1fr)!important}.autopost-address-row:hover{background:#f4f8ff!important}.autopost-address-row.selected{background:#eaf3ff!important}.autopost-address-row.select-all{border-bottom-color:#d5e4fa!important}.autopost-address-check{color:#fff!important;background:#fff!important;border:2px solid #7aa7ef!important;border-radius:6px!important;justify-content:center!important;align-items:center!important;width:22px!important;height:22px!important;font-size:15px!important;font-weight:1000!important;line-height:1!important;display:inline-flex!important}.autopost-address-row.selected .autopost-address-check{background:#075fd4!important;border-color:#075fd4!important}.autopost-address-row b{color:#111827!important;font-size:13px!important;font-weight:900!important;line-height:1.2!important;display:block!important}.autopost-address-row small{color:#536176!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin-top:3px!important;font-size:12px!important;font-weight:700!important;line-height:1.25!important;display:block!important;overflow:hidden!important}.autopost-address-grid{background:#fff!important;max-height:390px!important;display:grid!important;overflow:auto!important}.autopost-address-selector .autopost-address-index{color:#526177!important;background:#eef2f7!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:30px!important;height:24px!important;font-size:11px!important;font-weight:900!important;display:inline-flex!important}.autopost-address-copy{min-width:0!important}.autopost-address-picker{border:1px solid var(--crm-border)!important;border-radius:var(--radius-md)!important;background:#fff!important;margin-top:14px!important;overflow:hidden!important}.autopost-address-head{border-bottom:1px solid var(--crm-border)!important;background:#f8fbff!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:12px 14px!important;display:flex!important}.autopost-address-head b{color:var(--crm-text)!important;font-size:14px!important;font-weight:900!important;display:block!important}.autopost-address-head span,.autopost-address-item small,.autopost-address-all span{color:var(--crm-muted)!important;font-size:12px!important;line-height:1.35!important}.autopost-address-head button{color:#075fd4!important;background:#eaf2ff!important;border:1px solid #bfd3ff!important;border-radius:10px!important;flex:none!important;min-height:34px!important;padding:7px 12px!important;font-size:12px!important;font-weight:900!important}.autopost-address-all,.autopost-address-item{color:var(--crm-text)!important;letter-spacing:0!important;text-transform:none!important;align-items:center!important;margin:0!important;display:grid!important}.autopost-address-all{border-bottom:1px solid var(--crm-border)!important;background:#fff!important;grid-template-columns:22px minmax(0,1fr)!important;gap:10px!important;padding:10px 14px!important}.autopost-address-list{gap:0!important;max-height:390px!important;display:grid!important;overflow:auto!important}.autopost-address-item{cursor:pointer!important;border-bottom:1px solid #edf1f6!important;grid-template-columns:22px 32px minmax(0,1fr)!important;gap:10px!important;padding:9px 14px!important}.autopost-address-item:hover{background:#f5f9ff!important}.autopost-address-item:has(input:checked){background:#eef5ff!important}.autopost-address-picker input[type=checkbox]{appearance:auto!important;-webkit-appearance:checkbox!important;opacity:1!important;accent-color:#075fd4!important;cursor:pointer!important;width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;box-shadow:none!important;margin:0!important;padding:0!important;position:static!important}.autopost-address-index{color:#526177!important;background:#eef2f7!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:28px!important;height:24px!important;font-size:11px!important;font-weight:900!important;display:inline-flex!important}.autopost-address-item b{color:var(--crm-text)!important;margin-bottom:2px!important;font-size:13px!important;font-weight:900!important;display:block!important}.autopost-address-item small{text-overflow:ellipsis!important;white-space:nowrap!important;display:block!important;overflow:hidden!important}@media (width<=900px){.autopost-address-list{max-height:320px!important}}.mobile-deal-toolbar,.mobile-details-drawer{display:none!important}@media (width<=900px){.app-shell.mobile-chat-open .conversation{grid-template-rows:auto auto minmax(0,1fr) auto!important}.app-shell.mobile-chat-open .conversation>.conversation-comments{display:none!important}.mobile-deal-toolbar{border-bottom:1px solid var(--crm-border)!important;background:#fff!important;grid-area:2/1!important;align-items:center!important;gap:8px!important;min-width:0!important;padding:7px 10px!important;display:flex!important;overflow-x:auto!important}.mobile-deal-toolbar button{min-height:32px!important;color:var(--crm-blue-dark)!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:999px!important;flex:none!important;align-items:center!important;gap:6px!important;padding:7px 10px!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important}.mobile-deal-toolbar button b{background:var(--crm-blue)!important;color:#fff!important;text-align:center!important;border-radius:999px!important;min-width:18px!important;height:18px!important;font-size:10px!important;line-height:18px!important}.mobile-click-summary{color:#92400e!important;white-space:nowrap!important;background:#fffbeb!important;border:1px solid #fde68a!important;border-radius:999px!important;flex:none!important;padding:6px 9px!important;font-size:11px!important;font-weight:900!important}.app-shell.mobile-chat-open .conversation-messages{grid-area:3/1!important;min-height:0!important;padding:10px 10px 12px!important}.app-shell.mobile-chat-open .conversation-composer{grid-area:4/1!important}.mobile-details-drawer{z-index:200!important;display:none!important;position:fixed!important;inset:0!important}.mobile-details-drawer.is-open{display:block!important}.mobile-details-backdrop{background:#0f172a6b!important;border:0!important;position:absolute!important;inset:0!important}.mobile-details-panel{background:#fff!important;border-radius:22px 22px 0 0!important;grid-template-rows:auto minmax(0,1fr)!important;min-height:min(52dvh,480px)!important;max-height:min(76dvh,680px)!important;display:grid!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important;box-shadow:0 -18px 55px #0f172a3d!important}.mobile-details-panel-head{border-bottom:1px solid var(--crm-border)!important;background:#fff!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:48px!important;padding:12px 16px!important;display:flex!important}.mobile-details-panel-head b{color:var(--crm-text)!important;font-size:15px!important}.mobile-details-panel-head button{width:34px!important;height:34px!important;min-height:34px!important;color:var(--crm-text)!important;background:#f1f5f9!important;border-radius:999px!important;padding:0!important;font-size:22px!important;line-height:1!important}.mobile-details-panel .conversation-comments{background:#f7f9fc!important;border:0!important;border-radius:0!important;grid-area:auto!important;grid-template-rows:auto auto auto auto minmax(0,1fr) auto auto!important;height:100%!important;min-height:0!important;max-height:none!important;display:grid!important;overflow-y:auto!important}.mobile-details-panel .conversation-deal-details{grid-template-columns:1fr!important;margin:10px!important}.mobile-details-panel .conversation-comment-form{z-index:2!important;position:sticky!important;bottom:0!important}.mobile-details-panel .conversation-service-panel,.app-shell.mobile-chat-open .conversation-link-actions,.app-shell.mobile-chat-open .conversation-header .conversation-link-summary{display:none!important}.app-shell.mobile-chat-open .conversation-header{row-gap:5px!important;min-height:0!important;padding:8px 10px!important}.app-shell.mobile-chat-open .conversation-header img,.app-shell.mobile-chat-open .conversation-avatar{width:40px!important;height:40px!important}.app-shell.mobile-chat-open .conversation-header h3{margin:0!important;font-size:18px!important;line-height:1.1!important}.app-shell.mobile-chat-open .conversation-header p{margin:2px 0 0!important;font-size:12px!important;line-height:1.2!important}.app-shell.mobile-chat-open .conversation-status-row{margin-top:5px!important;padding-bottom:0!important}.app-shell.mobile-chat-open .conversation-status-row button,.app-shell.mobile-chat-open .conversation-status-row select{height:28px!important;min-height:28px!important}.mobile-deal-toolbar{min-height:40px!important;padding:5px 8px!important}.mobile-deal-toolbar button,.mobile-click-summary{min-height:28px!important;padding:5px 8px!important;font-size:11px!important}.app-shell.mobile-chat-open .conversation-composer{gap:5px!important;max-height:none!important;padding:7px 9px 8px!important;overflow:visible!important}.app-shell.mobile-chat-open .conversation-composer .draft{resize:none!important;min-height:48px!important;max-height:76px!important;padding:8px 9px!important}.app-shell.mobile-chat-open .composer-tools{grid-template-columns:minmax(0,auto) minmax(0,1fr)!important;align-items:center!important;gap:5px!important;display:grid!important}.app-shell.mobile-chat-open .attachment-row,.app-shell.mobile-chat-open .price-row,.app-shell.mobile-chat-open .actions-row{min-height:0!important;padding-bottom:0!important;overflow-x:auto!important}.app-shell.mobile-chat-open .price-row{justify-content:flex-start!important}.app-shell.mobile-chat-open .quick-statuses{display:none!important}.app-shell.mobile-chat-open .actions-row{grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important;display:grid!important}.app-shell.mobile-chat-open .actions-row button,.app-shell.mobile-chat-open .price-row button,.app-shell.mobile-chat-open .attach-button{min-height:30px!important;padding:6px 8px!important;font-size:11px!important}.app-shell.mobile-chat-open .actions-row button.primary{width:100%!important}}
