:root{--ink:#17243b;--muted:#738096;--line:#e5e9ef;--bg:#f6f8fb;--blue:#345ff1;--green:#147a60;--radius:16px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:var(--blue);text-decoration:none}a:hover{color:#163bb5}button,input,select,textarea{font:inherit}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:9px;padding:12px 20px;background:var(--blue);color:white;font-weight:600;cursor:pointer;line-height:1.5;transition:background .15s,transform .15s}button:hover,.button:hover{background:#244bd1;color:white}button:focus-visible,a:focus-visible{outline:3px solid #9eafff;outline-offset:4px}button:disabled{opacity:.5;cursor:not-allowed}.secondary{background:#eef2ff;color:#3553a0}.secondary:hover{background:#e0e7fc;color:#23428e}.danger{background:#fff0ee;color:#b04539}.danger:hover{background:#ffe3df;color:#8d352c}.quiet{padding:8px;background:none;color:var(--muted)}.full{width:100%}.sidebar{position:fixed;inset:0 auto 0 0;width:238px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:34px 20px 22px;z-index:10}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:25px;font-weight:750;letter-spacing:-1px;padding:0 10px}.brand small{display:block;font-size:9px;font-weight:650;letter-spacing:2.8px;color:#8992a3;margin-top:-5px}.brand-icon{position:relative;display:grid;place-items:center;background:var(--blue);width:40px;height:44px;border-radius:12px;color:white;font-size:25px;font-weight:800}.brand-icon span{position:absolute;width:8px;height:8px;background:#8ff3d2;bottom:7px;right:5px;border:2px solid var(--blue);border-radius:50%}.nav-label{font-size:10px;letter-spacing:1.6px;color:#98a2b3;margin:46px 14px 12px;font-weight:600}.sidebar nav{display:grid;gap:7px}.sidebar nav a{color:#758096;padding:11px 13px;border-radius:9px;font-weight:500;display:flex;align-items:center;gap:13px}.sidebar nav a span{font-size:20px;width:22px;text-align:center}.sidebar nav a:hover{background:#f4f6fc;color:var(--blue)}.sidebar nav a.selected{background:#edf2ff;color:var(--blue);font-weight:650}.sidebar-note{margin:auto 10px 22px;padding:20px 0 0;font-size:12px;font-weight:600}.sidebar-note p{font-weight:400;color:#97a0ad;font-size:12px;line-height:1.8}.sidebar-footer{border-top:1px solid var(--line);padding:20px 8px 0;display:flex;gap:10px;align-items:center;font-size:12px}.sidebar-footer small{display:block;font-size:10px;color:var(--muted)}.sidebar-footer form{margin-left:auto}.app-shell{margin-left:238px}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;background:#ffffffc9;border-bottom:1px solid var(--line);padding:0 42px;color:var(--muted);font-size:12px}.topbar strong{color:#596579;font-weight:500}.divider{padding:0 12px;color:#bbc3cf}.topbar-meta{display:flex;gap:20px;align-items:center}main{max-width:1500px;margin:auto;padding:38px 42px 60px;min-height:calc(100vh - 134px)}header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:30px}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:700;color:#8693a8;margin-bottom:8px}h1{font-size:32px;line-height:1.25;margin:0 0 10px;letter-spacing:-1px;font-weight:700}h2{font-size:18px;line-height:1.4;margin:0 0 8px;letter-spacing:-.3px}h3{font-size:15px;margin:16px 0 8px}p{margin:8px 0 18px}.muted{color:var(--muted)}header p{margin:0}.card,.stat,.bot-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 3px 10px #10254802}.card{padding:26px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:38px}.stat{padding:22px 24px}.stat>span{font-size:12px;color:var(--muted)}.stat strong{font-size:34px;display:flex;align-items:center;justify-content:space-between;line-height:1.5;font-weight:650;letter-spacing:-1.5px}.stat i{font-style:normal;font-size:20px;color:#8597c1;background:#f2f5fc;width:36px;height:36px;border-radius:10px;display:grid;place-items:center}.stat small{font-size:11px;color:#9aa3b2}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:16px}.section-heading p{margin:4px 0 0;font-size:12px}.section-heading h2{font-size:20px}.pill{display:inline-flex;align-items:center;gap:5px;border-radius:6px;background:#f0f3f8;color:#73819b;padding:4px 9px;font-size:10px;font-weight:600;white-space:nowrap}.green{background:#e8f6ef;color:var(--green)}.amber{background:#fff2de;color:#a77022}.amber-text{color:#a77022}.bot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:32px}.bot-card{padding:23px 24px 0;overflow:hidden}.bot-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.bot-avatar{display:inline-grid;place-items:center;background:#eef1ff;color:#5263dc;width:49px;height:49px;border-radius:14px;font-size:22px;font-weight:700}.bot-card h2 a{color:var(--ink)}.bot-description{color:var(--muted);font-size:12px;min-height:42px;line-height:1.8;margin-bottom:16px}.engine-label{font-size:11px;color:#7b86a0;border-bottom:1px solid #eef0f5;padding-bottom:18px}.bot-metrics{display:flex;gap:18px;align-items:center;font-size:11px;color:#8a94a5;padding:18px 0}.bot-metrics strong{color:#53637a;font-size:13px;margin-right:3px}.bot-card-link{display:flex;align-items:center;justify-content:space-between;margin:0 -24px;padding:14px 24px;border-top:1px solid #eef0f5;font-size:12px;font-weight:600;background:#fafbff}.bot-card-link:hover{background:#f1f4ff}.add-bot{border:1px dashed #cdd6e7;background:#f9fbff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:290px;padding:25px;color:#6e7e9a;box-shadow:none}.add-icon{display:grid;place-items:center;border:1px solid #e2e8f5;border-radius:12px;background:white;width:43px;height:43px;color:#7e92bc;font-size:25px;margin-bottom:17px}.add-bot h2{font-size:16px;color:#7181a0}.add-bot p{font-size:12px;color:#9aa5b8;margin:5px 0 18px}.add-bot>span:last-child{font-size:12px;color:var(--blue)}.recent-card{padding:0;overflow:hidden}.section-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:23px 26px;border-bottom:1px solid var(--line)}.section-head h2{margin:0 0 4px}.section-head a{font-size:12px}.conversation-row{display:flex;gap:16px;align-items:center;padding:18px 26px;border-bottom:1px solid #f0f2f6;color:var(--ink)}.conversation-row:last-child{border-bottom:0}.conversation-row:hover{background:#fafbff}.grow{flex:1;min-width:0}.grow strong{font-size:13px}.grow small{display:block;font-size:11px;color:#96a0b0;margin-top:2px}.conversation-row time{font-size:11px;color:#97a1b3}.avatar{display:inline-grid;place-items:center;flex-shrink:0;width:40px;height:40px;border-radius:12px;background:#f2edff;color:#9a80bc;font-size:12px;font-weight:600}.avatar.small{width:32px;height:32px;font-size:12px;border-radius:9px;background:#edf2fb;color:#7489b1}.avatar.tiny{width:30px;height:30px;border-radius:50%;background:#ebeff9;color:#7589b6}.telegram{background:#eaf6fd!important;color:#3696c0!important}.channel-icon{display:grid;place-items:center;width:45px;height:45px;border-radius:12px;background:#fbeef7;color:#ba72a3;font-size:25px}.dot{display:inline-block;width:7px;height:7px;background:#c4cedc;border-radius:50%;margin-right:7px}.dot.active{background:#46b58d}.page-footer{display:flex;justify-content:space-between;padding:16px 42px;color:#a5aebe;font-size:10px;border-top:1px solid #e9edf4}.back{display:inline-block;font-size:12px;margin-bottom:24px}.conversation-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px}.details{display:grid;gap:20px;align-content:start}.details p{font-size:12px}.details h2{font-size:16px}.form-card{max-width:760px;margin:0 auto}label{display:block;font-size:12px;font-weight:600;color:#586981;margin-bottom:7px}input:not([type=checkbox]),select,textarea{width:100%;border:1px solid #dbe2ee;border-radius:8px;background:white;padding:11px 13px;color:#34465f;outline:none}input:focus,textarea:focus,select:focus{border-color:#6684e8;box-shadow:0 0 0 3px #eef2ff}textarea{resize:vertical;line-height:1.7}input[type=checkbox]{accent-color:var(--blue);width:16px;height:16px;vertical-align:middle;margin-right:7px}.helptext{font-size:11px;color:#8a97a9;display:block;margin-top:6px}.errorlist{padding:12px 16px;background:#fff0ee;color:#a8493d;border-radius:8px;list-style:none;font-size:12px}.notice{padding:14px 18px;border:1px solid #d5eae1;background:#edf8f3;border-radius:9px;color:#396858;margin-bottom:24px;font-size:13px}.notice.warning{background:#fff8ed;border-color:#f3e3c8;color:#96713b}.notice.error{background:#fff1ee;border-color:#efcfc9;color:#ad5345}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:26px}.bot-heading{display:flex;align-items:center;gap:17px}.bot-heading h1{margin-bottom:4px}.tabs{display:flex;gap:25px;border-bottom:1px solid var(--line);margin-bottom:28px}.tabs button{background:none;color:#8793a6;border-radius:0;padding:14px 0;border-bottom:2px solid transparent;font-size:13px;font-weight:500}.tabs button[aria-selected=true]{color:var(--blue);border-bottom-color:var(--blue)}.tabs span{margin-left:5px;background:#edf1f9;padding:0 5px;border-radius:4px}.tip-card{background:#f0f4ff;border-color:#e1e8fa}.tip-card p{color:#71809e}.tip-icon{font-size:30px;color:#6685d7}.steps{padding-left:21px}.steps li{padding:0 0 17px 9px;color:#586d91}.steps strong{color:#435879;font-size:13px}.steps p{font-size:12px;color:#8894a8;margin-top:7px}.copy-value,.wrap{display:block;overflow-wrap:anywhere;background:#f5f7fb;border:1px solid var(--line);padding:12px;border-radius:8px;font-size:12px;margin:10px 0}.connection-item{padding:15px 0;border-bottom:1px solid var(--line)}.connection-item small{display:block;color:#8a96a8;font-size:10px;margin-top:5px}.connection-item button{font-size:11px;padding:8px 10px;margin-top:12px}.empty{text-align:center;padding:42px 25px;color:#94a0b4}.empty h2,.empty h3{color:#6f809b}.empty p{font-size:13px}.empty-symbol{font-size:32px}.filters{display:flex;gap:10px;align-items:center}.filters select{min-width:140px}.filters input{min-width:170px}.filters button{white-space:nowrap}dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0;font-size:12px}dt{color:#8995a8}dd{margin:0;text-align:right;color:#566781}.chat{padding:0;overflow:hidden}.message-list{padding:24px;display:flex;flex-direction:column;gap:17px;min-height:240px}.message{max-width:85%;padding:16px 18px;border-radius:12px;border:1px solid #e5eaf4;align-self:flex-start;background:#f8faff}.message.out{align-self:flex-end;background:#edf2ff;border-color:#e0e7ff}.message-meta{display:flex;gap:12px;align-items:center;font-size:10px;color:#7c8ca6;margin-bottom:11px}.message small{display:block;font-size:10px;color:#8897ad;margin-top:11px}.message-text{white-space:pre-wrap;overflow-wrap:anywhere}.composer{padding:23px;border-top:1px solid var(--line)}.composer-footer{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:16px}.composer-footer small{color:#92a0b4;font-size:10px}.details form+form{margin-top:23px}.details form button{margin-top:12px}.note{padding:14px 0;border-bottom:1px solid var(--line);font-size:12px}.note small{display:block;color:#99a4b6;margin-top:7px}.account-strip{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:26px}.account{display:flex;gap:12px;align-items:center;padding:16px}.account small{display:block;color:var(--muted);font-size:11px}.connect{display:flex;align-items:center;padding:15px;border:1px dashed #ced8ec;border-radius:12px}.connect small{margin-left:7px}table{width:100%;border-collapse:collapse;text-align:left}td,th{padding:13px;border-bottom:1px solid var(--line);font-size:12px}th{color:#8b98ac;font-weight:500}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}[hidden]{display:none!important}@media(min-width:1500px){main{padding-top:44px}.bot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1150px){.sidebar{width:210px}.app-shell{margin-left:210px}main{padding:28px}.topbar{padding:0 28px}.bot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid{gap:12px}.stat{padding:18px}.conversation-layout{grid-template-columns:minmax(0,1fr) 270px}.filters{flex-wrap:wrap}.section-head{flex-wrap:wrap}}@media(max-width:800px){.sidebar{position:static;width:auto;padding:15px;border-right:0;border-bottom:1px solid var(--line)}.brand{font-size:20px}.brand-icon{width:32px;height:35px;font-size:20px}.sidebar nav{display:flex;overflow-x:auto;margin-top:15px}.sidebar nav a{white-space:nowrap;font-size:12px;padding:8px}.sidebar nav a span{display:none}.nav-label,.sidebar-note,.sidebar-footer{display:none}.app-shell{margin-left:0}.topbar{height:52px;padding:0 20px}.topbar-meta{display:none}main{padding:26px 20px}header{align-items:flex-start;flex-direction:column;gap:16px}h1{font-size:27px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat{padding:16px}.stat strong{font-size:29px}.bot-grid,.conversation-layout{grid-template-columns:1fr}.bot-grid{gap:15px}.tabs{gap:20px;overflow:auto;white-space:nowrap}.card{padding:20px}.chat,.recent-card{padding:0}.conversation-row{padding:16px;gap:11px;flex-wrap:wrap}.conversation-row time{display:none}.conversation-row .pill{font-size:9px}.section-head{padding:19px}.page-footer{padding:16px 20px}.page-footer span{display:none}.composer-footer{align-items:flex-start;flex-direction:column}.filters{width:100%}.filters select,.filters input{min-width:0}.message{max-width:94%}}

.mobile-logout{display:none}@media(max-width:800px){.mobile-logout{display:block}.sidebar nav{scrollbar-width:none}.sidebar nav::-webkit-scrollbar{display:none}}
:root{--ink:#18252c;--muted:#72818b;--line:#e2e8e7;--accent:#147d6d;--wash:#f4f7f6}body{background:var(--wash);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.sidebar{background:#122e2b;border-right:1px solid #24443f;width:232px;padding:30px 22px}.sidebar .brand{color:#fff}.brand-icon{background:#d6f478;color:#18362f;border-radius:13px}.sidebar nav a{border-radius:9px;margin:5px 0;color:#adbfba;padding:13px 14px}.sidebar nav a:hover,.sidebar nav a.selected{background:#28483f;color:#e8ffa8}.sidebar-note{background:#1d3b34;border:1px solid #315048;border-radius:12px;color:#d8e4df}.sidebar-note p{color:#9cb4a9}.sidebar-footer{border-top:1px solid #315048}.app-shell{margin-left:232px}.topbar{background:rgba(255,255,255,.9);border-bottom:1px solid var(--line);padding:0 40px;min-height:70px}.topbar-meta{color:var(--muted)}main{max-width:1500px;padding:36px 40px 64px;margin:auto}h1{font-size:32px;font-weight:650;letter-spacing:-1.1px}h2{font-size:19px;letter-spacing:-.35px}h3{font-size:16px}p{line-height:1.65}.eyebrow{font-size:10px;font-weight:750;letter-spacing:1.8px;color:#588274;margin-bottom:9px}.muted,small{color:var(--muted)}header{margin-bottom:30px;gap:24px}a{color:var(--accent)}button,.button{background:var(--accent);border:1px solid transparent;border-radius:9px;padding:11px 17px;box-shadow:none;font-size:13px;font-weight:600;cursor:pointer;color:white;transition:background .15s,box-shadow .15s}button:hover,.button:hover{background:#0b6556;box-shadow:0 3px 9px #122e2b14}button.secondary,.button.secondary{background:#fff;color:#29493f;border:1px solid #d8e3de}button.secondary:hover,.button.secondary:hover{background:#f0f5f2}.card,.bot-card,.stat{border:1px solid var(--line);border-radius:15px;box-shadow:0 2px 5px #162f2403;background:#fff}.card{padding:26px}.stats-grid{gap:18px}.stat{padding:23px}.stat strong{font-size:34px;letter-spacing:-1px}.stat i{font-style:normal;font-size:20px;background:#f0f5e8;color:#60834a;width:40px;height:40px;display:grid;place-items:center;border-radius:11px}.bot-grid{gap:22px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.bot-card{padding:25px;transition:border-color .2s,transform .2s}.bot-card:hover{border-color:#98baaa;transform:translateY(-2px)}.bot-card h2 a{color:var(--ink)}.bot-avatar{background:#eff4e7;color:#3c5e47;border:1px solid #dce7cf;border-radius:13px}.bot-card-link{color:#187b68;border-top:1px solid var(--line);font-size:13px}.engine-label{background:#f1f5f3;color:#4b665a;border-radius:6px;display:inline-flex;padding:4px 9px;font-size:11px}.add-bot{border:1px dashed #bdd0c5;background:#edf4ef;color:#4c6b5a}.pill{border-radius:6px;background:#f0f3f2;color:#65766d;font-size:11px;padding:5px 9px}.pill.green{background:#eaf5ee;color:#257a4b}.pill.amber{background:#fff2d9;color:#997018}.tabs{display:flex;gap:25px;border-bottom:1px solid #dce5df;margin-bottom:28px;overflow-x:auto}.tabs button{border-radius:0;background:none;color:#7d8882;border:0;border-bottom:2px solid transparent;padding:14px 0;white-space:nowrap;box-shadow:none}.tabs button[aria-selected=true]{color:#176e59;border-bottom-color:#176e59;background:none}.tabs button span{background:#e7ede9;border-radius:5px;padding:1px 6px;margin-left:6px}.settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:25px;align-items:start}.section-intro{margin-bottom:26px;padding-bottom:20px;border-bottom:1px solid var(--line)}.section-intro p{margin-bottom:0}.tip-card{background:#eff5ec;border-color:#dae5d4}.guide-list{padding-left:19px;color:#55705e;line-height:2.3}.form-actions{border-top:1px solid var(--line);padding-top:20px;margin-top:24px}label{font-size:12px;font-weight:600;color:#3d5148;margin-bottom:7px}input,textarea,select{background:#fff;border:1px solid #dce4df;border-radius:8px;font-family:inherit;color:#24382d;padding:11px 12px;font-size:13px;max-width:100%}input:focus,select:focus,textarea:focus{outline:2px solid #86bba2;outline-offset:2px}input[type=checkbox]{accent-color:#147d6d}form p{margin:0 0 20px}.helptext{font-size:12px;color:var(--muted);display:block;margin-top:7px}.channel-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;flex-shrink:0}.channel-icon svg{width:25px;height:25px}.channel-icon.instagram{background:linear-gradient(140deg,#fff0d9,#f9e9f3);color:#bd457e}.channel-icon.telegram{background:#e5f3fb;color:#289ccd}.channel-card h2{margin-top:22px}.channel-card dl{padding:18px 0;border-top:1px solid var(--line);margin-top:18px}.inbox-card{padding:0;overflow:hidden}.filter-bar{display:flex;align-items:end;gap:12px;flex-wrap:wrap;padding:23px;border-bottom:1px solid var(--line)}.filter-bar>div{flex:1;min-width:125px}.filter-bar .search-field{flex:1.8;min-width:180px}.filter-bar label{display:block}.filter-bar select,.filter-bar input{width:100%;height:41px}.filter-bar button{height:41px}.reset-filter{font-size:12px;padding-bottom:13px}.list-heading{display:flex;justify-content:space-between;padding:13px 25px;background:#fafcfb;font-size:9px;letter-spacing:1.1px;color:#87978b;font-weight:650}.conversation-row{padding:20px 25px;gap:17px;border-bottom:1px solid #edf1ee;color:var(--ink)}.conversation-row:hover{background:#f7faf7}.conversation-row .grow strong{font-size:14px}.conversation-row small{font-size:11px;margin-top:6px}.conversation-row time{font-size:11px;color:#849388}.row-arrow{color:#9cad9f}.project-header .bot-avatar{width:62px;height:62px;font-size:25px}.project-state{display:flex;gap:8px}.setup-steps{padding:0;list-style:none;display:grid;gap:18px;margin:0 0 20px}.setup-steps>li{display:flex;align-items:start;gap:14px}.setup-steps>li>span{background:#edf4e6;border-radius:50%;min-width:29px;height:29px;display:grid;place-items:center;color:#557740;font-size:12px;font-weight:bold}.setup-steps h3{margin:3px 0 12px}.setup-steps>li>div{min-width:0;flex:1}.copy-line{display:flex;gap:8px}.copy-line input{min-width:0;flex:1}.prompt-heading{display:flex;justify-content:space-between;align-items:center;margin-top:25px;margin-bottom:10px}.prompt-code{background:#f7f9f7;font:12px/1.8 ui-monospace,monospace;resize:vertical;width:100%;margin-bottom:15px}.mode-guide{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:27px}.mode-guide>div{background:#f6f8f5;border:1px solid var(--line);border-radius:9px;padding:14px}.mode-guide p{font-size:12px;margin:7px 0 0}.connection-item{padding:16px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.connection-item small{display:block;font-size:11px;margin:8px 0}.connection-item form{margin-top:12px}.notice{background:#edf6ef;border:1px solid #d9e8dc;color:#426c4f;border-radius:10px;padding:16px 18px;font-size:13px;margin:20px 0}.notice.warning{background:#fff6e7;border-color:#f4ddb3;color:#956c30}.chat{padding:0}.message.out{background:#eef6eb;border-color:#d8e7d3}.message.in{background:#f7f9f8;border-color:#e4ebe6}.danger{background:#fff4f1!important;color:#aa5345!important;border-color:#f0d8cf!important}.page-footer{color:#9aa69d;border-top:1px solid var(--line)}.back{font-size:12px;margin-bottom:25px;display:inline-block}.recent-card{margin-top:30px;padding:0;overflow:hidden}.recent-card .section-head{padding:23px}.section-heading{margin:29px 0 20px}.empty{padding:45px 24px}.errorlist{color:#a13d32;font-size:13px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1550px){main{padding-top:45px}}@media(max-width:1100px){.settings-layout{grid-template-columns:minmax(0,1fr) 260px}.sidebar{width:205px}.app-shell{margin-left:205px}main{padding:28px 25px}.topbar{padding:0 25px}.mode-guide{grid-template-columns:1fr}.mode-guide>div{display:flex;align-items:center;justify-content:space-between}.mode-guide p{margin:0}}@media(max-width:850px){.settings-layout{grid-template-columns:1fr}.settings-layout>aside{display:grid;gap:20px;grid-template-columns:1fr}.sidebar{width:190px;padding:24px 14px}.app-shell{margin-left:190px}.topbar-meta{display:none}.conversation-row time{display:none}.tabs{gap:18px}}@media(max-width:680px){.sidebar{position:static;width:100%;height:auto;padding:15px 18px}.sidebar .brand{margin-bottom:14px}.sidebar nav{display:flex;overflow:auto;gap:6px}.sidebar nav a{padding:9px;white-space:nowrap;font-size:11px}.sidebar .nav-label,.sidebar-note,.sidebar-footer{display:none}.app-shell{margin-left:0}.topbar{min-height:50px;padding:0 18px}.topbar-meta{display:none}main{padding:24px 17px 40px}header{align-items:flex-start;flex-direction:column;gap:16px}h1{font-size:27px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat{padding:16px}.stat strong{font-size:28px}.stat i{display:none}.stat small{font-size:10px}.card{padding:20px}.inbox-card,.chat,.recent-card{padding:0}.bot-grid{grid-template-columns:1fr}.project-header{flex-direction:row;flex-wrap:wrap}.project-header h1{font-size:24px;overflow-wrap:anywhere}.project-header .bot-avatar{width:47px;height:47px}.bot-heading{gap:12px}.project-state{margin-left:60px}.tabs{gap:22px;margin-bottom:22px}.tabs button{font-size:12px}.filter-bar{padding:17px;gap:10px}.filter-bar .search-field{flex-basis:100%}.filter-bar>div{min-width:120px}.conversation-row{padding:17px 15px;gap:11px}.conversation-row .pill{font-size:9px;max-width:90px}.conversation-row .grow{min-width:0}.conversation-row strong,.conversation-row small{overflow-wrap:anywhere}.row-arrow{display:none}.channel-icon{width:36px;height:36px;border-radius:9px}.channel-icon svg{width:21px;height:21px}.prompt-heading{gap:10px;align-items:start}.copy-line{flex-wrap:wrap}.copy-line input{flex-basis:100%}.mode-guide{grid-template-columns:1fr}.page-footer{padding:20px 17px}.page-footer span{display:none}}

.message-attachment{margin:12px 0;max-width:100%}.message-attachment img{max-width:100%;max-height:320px;border-radius:10px;object-fit:contain}.message-attachment audio{max-width:100%;width:290px}.rule-preview{border:1px solid #cee0d0;border-radius:12px;padding:20px;background:#f0f7ef;margin-top:20px}

.connect-shell{max-width:1000px;margin:10px auto}.connect-shell>p{max-width:660px;line-height:1.7}.selection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.selection-card{display:flex;gap:16px;align-items:flex-start;padding:22px;border:1px solid var(--border,#dce5df);border-radius:16px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s;margin:0}.selection-card:has(input:checked){border-color:#17855f;box-shadow:0 0 0 2px #17855f18;background:#f3faf6}.selection-card input[type=checkbox],.selection-card input[type=radio]{width:18px;height:18px;flex:0 0 18px;margin-top:6px;accent-color:#17855f}.selection-card strong{font-size:16px;display:block}.selection-card small{display:block;color:#718077;margin-top:7px;font-weight:400;line-height:1.5}.selection-channels{display:grid;gap:8px;margin-top:15px;font-size:12px;font-weight:400;overflow-wrap:anywhere}.selection-channels>span{display:flex;align-items:center;gap:7px}.selection-channels .channel-icon{width:24px;height:24px;border-radius:7px}.selection-channels svg{width:15px;height:15px}.permission-summary{padding:24px;border-radius:16px;background:#eaf1ed;margin:25px 0;line-height:1.7}.permission-summary p{margin:8px 0}.channel-options{border:0;padding:0;margin:0 0 32px;display:grid;gap:12px}.channel-options legend{font-size:18px;font-weight:700;margin-bottom:20px}.tip-card li{margin-bottom:16px;line-height:1.7}.delivery-status{display:inline-flex;align-items:center;font-size:11px;background:#eff2f0;border-radius:20px;padding:5px 9px;white-space:normal}.delivery-status.sent{color:#16714e;background:#e1f3e9}.delivery-status.failed,.delivery-status.unknown{color:#a84426;background:#fff0e8}.delivery-status.queued,.delivery-status.sending{color:#876116;background:#fff5d9}.history-row{padding:25px 28px;border-top:1px solid #e4eae6}.history-identity{display:flex;gap:12px;align-items:center}.history-identity>div{flex:1}.history-identity small{display:block;margin-top:4px;color:#738079}.history-row .message-text{margin:18px 0;white-space:pre-wrap;overflow-wrap:anywhere}.history-meta{display:flex;flex-wrap:wrap;gap:10px 22px;color:#75817a;font-size:11px}.pagination{display:flex;justify-content:center;gap:25px;padding:25px;border-top:1px solid #e4eae6}.inbox-workspace{display:grid;grid-template-columns:340px minmax(0,1fr);height:750px;min-height:500px;border-top:1px solid #e4eae6}.inbox-thread-list{overflow:auto;border-right:1px solid #e4eae6}.inbox-thread-list .conversation-row{padding:20px 14px;gap:10px;position:relative}.inbox-thread-list .conversation-row .pill{font-size:9px;position:absolute;right:12px;top:10px}.inbox-thread-list .conversation-row .grow{padding-top:10px}.inbox-thread-list .conversation-row time,.inbox-thread-list .row-arrow{display:none}.inbox-thread-list .list-heading{display:none}.inbox-reader{min-width:0;background:#f8faf8}.inbox-reader iframe{border:0;width:100%;height:100%;display:block}.message-preview{display:block;font-size:12px;color:#728078;margin-top:9px;line-height:1.5;overflow:hidden;max-height:36px}.active-thread{background:#edf6f0!important;box-shadow:inset 3px 0 #168258}.embedded-chat .sidebar,.embedded-chat .topbar,.embedded-chat .page-footer,.embedded-chat .back,.embedded-chat #activity-update{display:none!important}.embedded-chat .app-shell{margin:0}.embedded-chat main{padding:22px}.embedded-chat header{margin-bottom:18px;gap:10px}.embedded-chat h1{font-size:23px}.embedded-chat .conversation-layout{display:block}.embedded-chat .details{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:15px}.embedded-chat .message-list{max-height:360px;min-height:210px;overflow-y:auto;background:linear-gradient(145deg,#fafcf9,#f2f7f3);padding:22px}.embedded-chat .message{max-width:88%;border-radius:16px;padding:14px 16px}.embedded-chat .message.out{background:#dff0e4;border-color:#d0e5d7}.embedded-chat .composer{padding:18px}.embedded-chat .composer textarea{min-height:85px;resize:vertical}.embedded-chat .composer-footer{flex-wrap:wrap;gap:10px}#live-status{font-size:11px;margin-bottom:12px}.message-text{overflow-wrap:anywhere;white-space:pre-wrap}.inbox-thread-list .conversation-row .channel-icon{width:32px;height:32px;flex:0 0 32px}.inbox-thread-list .conversation-row .channel-icon svg{width:20px;height:20px}button:disabled{opacity:.55;cursor:wait}.selection-card:focus-within{outline:2px solid #17855f;outline-offset:3px}@media(max-width:1200px){.inbox-workspace{grid-template-columns:270px minmax(0,1fr)}.embedded-chat .details{grid-template-columns:1fr}}@media(max-width:900px){.inbox-workspace{grid-template-columns:240px minmax(0,1fr)}.selection-grid{grid-template-columns:1fr}.inbox-thread-list .conversation-row .channel-icon{display:none}.embedded-chat main{padding:15px}.embedded-chat .details{grid-template-columns:1fr}}@media(max-width:680px){.inbox-workspace{display:block;height:auto}.inbox-thread-list{max-height:270px;border-right:0;border-bottom:1px solid #e4eae6}.inbox-reader{height:760px}.inbox-thread-list .conversation-row .channel-icon{display:flex}.history-row{padding:20px 16px}.history-identity{flex-wrap:wrap}.selection-card{padding:17px}.connect-shell h1{font-size:26px}.embedded-chat .message{max-width:95%}}
.rule-builder .card{margin-bottom:20px}.rule-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.rule-builder small{display:block;color:var(--muted);line-height:1.6}.post-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-height:560px;overflow:auto;margin:16px 0}.post-choice{display:flex;flex-direction:column;gap:8px;text-align:left;background:#fff;color:#203c32;border:2px solid #e1ebe5;padding:10px;min-width:0}.post-choice:hover,.post-choice[aria-pressed=true]{border-color:#178653;background:#effaf3}.post-choice img{width:100%;height:140px;object-fit:cover;border-radius:7px}.post-choice span{font-size:12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rule-builder [hidden]{display:none!important}@media(max-width:600px){.rule-columns{grid-template-columns:1fr}.post-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.post-choice img{height:110px}}
.form-field{margin:18px 0}.field-heading{display:flex;align-items:center;gap:9px;margin-bottom:8px}.field-heading label{margin:0}.field-help{position:relative;display:inline-block;flex:0 0 auto}.field-help summary{display:grid;place-items:center;width:21px;height:21px;border:1px solid #cadbd2;border-radius:50%;color:#47725d;font-size:12px;font-weight:700;cursor:pointer;list-style:none}.field-help summary::-webkit-details-marker{display:none}.field-help[open] summary{background:#173e30;color:#fff}.field-help>div{position:absolute;z-index:30;top:28px;right:0;width:min(290px,65vw);padding:14px;background:#173e30;color:#fff;border-radius:12px;box-shadow:0 8px 25px #173e3026;font-size:13px;line-height:1.7;font-weight:400}.selected-post{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px;background:#f1f8f3;border:1px solid #c6e0cd;border-radius:14px}.post-card-content{display:flex;align-items:center;gap:14px;min-width:0}.post-card-content img{width:72px;height:86px;object-fit:cover;border-radius:8px;flex:none}.post-card-content span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;font-size:13px;color:#61756b;margin-top:5px}.selected-post>div{min-width:0}.selected-post button{flex:none}.post-choice .post-card-content{display:block;width:100%}.post-choice .post-card-content img{width:100%;height:140px;margin-bottom:8px}.reply-editor{border:1px solid #d4e1da;border-radius:14px;overflow:hidden;background:#fff}.editor-toolbar{display:flex;align-items:center;gap:6px;padding:9px 12px;border-bottom:1px solid #e3ebe6;background:#f7faf8}.editor-toolbar button{background:transparent;color:#264c38;border:0;padding:6px 10px;border-radius:6px;font-size:13px}.editor-toolbar button:hover:not(:disabled){background:#e6f2e9}.editor-toolbar button:disabled{opacity:.35;cursor:not-allowed}.editor-toolbar .format-button{font-size:17px;width:34px}.toolbar-divider{height:20px;border-left:1px solid #d6e3db;margin:0 3px}.editor-channel{margin-left:auto;font-size:11px;color:#718579}.reply-editor textarea{border:0!important;border-radius:0;box-shadow:none!important;resize:vertical;min-height:130px;margin:0;line-height:1.8;padding:16px}.reply-editor:focus-within{border-color:#438263;box-shadow:0 0 0 3px #e8f2ec}.editor-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:8px 15px}.editor-counter{font-size:11px;color:#718579;white-space:nowrap}.editor-preview{border-top:1px solid #e5ece7;padding:12px 15px;background:#fafcfb}.editor-preview summary{font-size:12px;cursor:pointer;color:#35664a}.preview-bubble{white-space:pre-wrap;overflow-wrap:anywhere;max-width:440px;background:#e8f4eb;padding:14px;border-radius:14px 14px 3px 14px;margin:12px 0 4px auto;color:#244530;font-size:14px;line-height:1.8}.editor-media-panel{border-top:1px solid #dce8df;background:#f7faf8;padding:16px}.editor-media-panel #remove-media{margin-left:auto;font-size:12px}.media-summary{padding:12px;border:1px solid #dce8df;border-radius:9px;background:white;display:flex;flex-direction:column;gap:5px;overflow-wrap:anywhere;font-size:12px}.media-summary span{color:#627b6b}.rule-builder #post-url-entry{margin:12px 0;font-size:13px}.rule-builder #id_priority{max-width:130px}@media(max-width:600px){.selected-post{align-items:flex-start;flex-direction:column}.selected-post button{align-self:flex-end}.editor-channel{display:none}.field-help>div{position:fixed;left:24px;right:24px;top:35%;width:auto}.editor-footer{flex-direction:column;gap:3px}}
.media-dropzone{display:flex;flex-direction:column;align-items:center;gap:10px;padding:25px 18px;text-align:center;border:2px dashed #b9d6c6;border-radius:12px;background:#fff;transition:background .15s,border-color .15s}.media-dropzone.drag-active,.media-dropzone:focus-within{border-color:#227755;background:#edf8f0}.media-dropzone[aria-busy=true]{opacity:.65}.media-dropzone>span{font-size:13px;color:#6a7e70}.upload-symbol{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#e9f4ec;color:#27704b;font-size:25px}.uploaded-preview img,.uploaded-preview video{display:block;max-width:100%;max-height:220px;border-radius:8px;margin:auto;object-fit:contain}.media-summary{margin-top:12px}#upload-status{font-size:13px;color:#32614a;overflow-wrap:anywhere}.editor-media-panel .errorlist{color:#a33030}
.inbox-page,.conversation-page{height:100dvh;overflow:hidden}
.inbox-page .app-shell,.conversation-page .app-shell{height:100dvh;display:flex;flex-direction:column;min-width:0}
.inbox-page .topbar,.conversation-page .topbar{height:54px;min-height:54px}
.inbox-page main,.conversation-page main{flex:1;min-height:0;min-width:0;width:100%;max-width:none;display:flex;flex-direction:column;padding:18px 24px;overflow:hidden}
.inbox-page .page-footer,.conversation-page .page-footer{display:none}
.inbox-page main>header{margin:0 0 14px;flex-shrink:0}
.inbox-page main>header h1{font-size:23px;margin:0}
.inbox-page main>header p,.inbox-page main>header .eyebrow{display:none}
.inbox-page .inbox-card{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;margin:0}
.inbox-page .filter-bar{padding:12px;gap:10px;display:flex;flex-wrap:wrap;align-items:end;flex-shrink:0}
.inbox-page .filter-bar>div{flex:1;min-width:100px}.inbox-page .filter-bar .search-field{flex:1.5;min-width:155px}
.inbox-page .filter-bar label{font-size:10px;margin-bottom:4px}.inbox-page .filter-bar input,.inbox-page .filter-bar select{padding:8px;font-size:12px;height:36px}.inbox-page .filter-bar button{padding:9px 13px;font-size:12px}
.inbox-page .inbox-workspace{height:auto;min-height:0;flex:1;display:grid;grid-template-columns:280px minmax(0,1fr)}
.inbox-page .inbox-thread-list{overflow-y:auto;min-height:0}.inbox-page .inbox-reader{height:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column}.inbox-reader iframe{flex:1;min-height:0;display:block}
.thread-back,.chat-settings-close{display:none}
#live-conversation{height:100%;min-height:0;display:flex;flex-direction:column;position:relative}
#live-status{font-size:10px;flex-shrink:0;padding:4px 0}
#chat-heading{flex-shrink:0;display:flex;align-items:center;gap:10px;padding:12px 0;margin:0;border-bottom:1px solid var(--border,#e0e8e5)}
#chat-heading>div{flex:1;min-width:0}#chat-heading h1{font-size:21px;overflow:hidden;text-overflow:ellipsis;margin:4px 0}#chat-heading p{font-size:11px;margin:3px 0}#chat-heading .eyebrow{font-size:9px}
.chat-refresh{display:none}#chat-attention{flex-shrink:0}#chat-attention .notice{padding:9px;margin:8px 0;font-size:11px;max-height:70px;overflow:auto}
.conversation-page .conversation-layout{display:grid;grid-template-columns:minmax(0,1fr) 235px;gap:14px;flex:1;min-height:0;overflow:hidden;padding-top:10px}
.conversation-page .chat{min-height:0;display:flex;flex-direction:column;overflow:hidden;margin:0}
.conversation-page .chat>.section-head{padding:10px 16px;flex-shrink:0}.conversation-page .chat>.section-head h2{font-size:13px}
.conversation-page .message-list{flex:1;min-height:0;max-height:none;overflow-y:auto;overscroll-behavior:contain;padding:18px;gap:12px;scrollbar-width:thin;background:#f5f8f7}
.conversation-page .message{flex-shrink:0;max-width:87%;padding:12px 14px;border-radius:16px}.conversation-page .message.out{border-bottom-right-radius:4px}.conversation-page .message.in{border-bottom-left-radius:4px}
.conversation-page .composer{flex-shrink:0;padding:12px 16px;margin:0;border-top:1px solid #e0e8e5;background:white}.conversation-page .composer label{font-size:11px;margin-bottom:5px}
.conversation-page .composer textarea{min-height:50px;max-height:110px;resize:none;margin:0;font-size:14px;padding:10px}
.conversation-page .composer-footer{display:flex;align-items:center;gap:10px;margin-top:8px}.conversation-page .composer-footer small{flex:1;font-size:10px}.conversation-page .composer-footer button{flex-shrink:0}
.conversation-page .details{display:flex;flex-direction:column;overflow-y:auto;min-height:0;margin:0;gap:12px}.conversation-page .details>.card{padding:16px;margin:0;flex-shrink:0}.conversation-page .details h2{font-size:14px}.conversation-page .details p,.conversation-page .details small{font-size:11px}.conversation-page .details form{margin-top:14px}
.chat-settings-toggle{font-size:11px;padding:8px 10px}.conversation-page .chat-attach{display:flex;padding:10px;border-radius:50%}.chat-send{padding:11px 18px;border-radius:24px}
.chat-upload-preview{display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px;background:#f1f6f4;margin-bottom:8px;font-size:11px}.chat-upload-preview img,.chat-upload-preview video{width:64px;height:48px;object-fit:cover;border-radius:7px}.chat-upload-preview span{flex:1;overflow-wrap:anywhere}.chat-upload-preview button{padding:5px 10px}
.chat-composer-error{font-size:11px;color:#9c4b14;padding:5px 0}.composer.drag-active{outline:2px dashed #23876d;outline-offset:-4px}.message-attachment video{max-width:100%;max-height:250px;border-radius:10px}
.embedded-chat main{padding:8px 12px!important}.embedded-chat .topbar{display:none}.embedded-chat #chat-heading{margin:0}.embedded-chat .conversation-layout{grid-template-columns:minmax(0,1fr) 210px}.embedded-chat .details{margin:0;display:flex}
.conversation-page .details[hidden],.chat-upload-preview[hidden],.chat-composer-error[hidden],.chat-file[hidden]{display:none!important}
.conversation-page .conversation-layout:has(.details[hidden]){grid-template-columns:minmax(0,1fr)}
@media(max-width:1100px){.inbox-page .inbox-workspace{grid-template-columns:240px minmax(0,1fr)}.inbox-page main{padding:12px}.inbox-page .filter-bar{gap:7px}.inbox-page .filter-bar>div{min-width:88px}}
@media(max-width:600px){.conversation-page .conversation-layout,.embedded-chat .conversation-layout{grid-template-columns:minmax(0,1fr)}.conversation-page .details{position:absolute;right:0;top:0;bottom:0;width:min(300px,100%);padding:12px;background:#f5f8f7;z-index:5;box-shadow:-12px 0 35px #153d2922;border-left:1px solid #d9e5df;display:none}.conversation-page .details.open{display:flex}.chat-settings-close{display:block}.conversation-page .composer-footer small{display:none}}
@media(max-width:700px){.inbox-page .sidebar,.conversation-page .sidebar{display:none}.inbox-page .app-shell,.conversation-page .app-shell{margin:0}.inbox-page .topbar,.conversation-page .topbar{height:44px;min-height:44px;padding:8px 14px}.inbox-page main,.conversation-page main{padding:8px}.inbox-page main>header{margin:0 0 8px}.inbox-page main>header h1{font-size:18px}.inbox-page .filter-bar{max-height:145px;overflow-y:auto}.inbox-page .filter-bar>div{min-width:100px}.inbox-page .inbox-workspace{display:flex;min-height:0}.inbox-page .inbox-thread-list{width:100%;height:100%}.inbox-page .inbox-reader{display:none;width:100%}.inbox-page .inbox-workspace.show-chat .inbox-thread-list{display:none}.inbox-page .inbox-workspace.show-chat .inbox-reader{display:flex}.inbox-page:has(.show-chat) .filter-bar{display:none}.thread-back{display:block;padding:7px;border-radius:0;text-align:left;font-size:12px}.conversation-page .composer{padding:10px}.conversation-page .message-list{padding:12px}.conversation-page .composer-footer{justify-content:space-between}.embedded-chat main{padding:6px!important}.conversation-page .back{margin:0;font-size:11px}#chat-heading h1{font-size:18px}}
.conversation-page #chat-heading{flex-direction:row;text-align:left;align-items:center}.conversation-page .composer-footer{flex-direction:row}.conversation-page #chat-heading>div{text-align:left}.inbox-page main>header{flex-direction:row;align-items:center;text-align:left}.conversation-page #chat-heading .chat-settings-toggle{width:auto}
@media(max-width:700px){.inbox-page main>header .button{padding:8px 12px;font-size:11px}.conversation-page #chat-heading{padding:8px 0;gap:8px}.conversation-page #chat-heading h1{font-size:17px}.conversation-page .composer-footer button{width:auto}.conversation-page .chat-send{margin-left:auto}.conversation-page #chat-heading .eyebrow{letter-spacing:1px}.conversation-page .message{max-width:92%}}

.conversation-page #chat-heading{min-height:46px;padding:6px 0;gap:12px;margin:0}.conversation-page #chat-heading h1{flex:1;min-width:0;font-size:17px;line-height:1.3;margin:0;letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-page #live-status.sr-only{position:absolute;padding:0;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.conversation-page .conversation-layout{padding-top:6px}.conversation-page .composer{padding:8px 10px;border-top:1px solid var(--line)}.conversation-page .composer-input{display:flex;align-items:center;gap:6px;border:1px solid #dce4df;border-radius:14px;padding:4px 6px;background:#fff}.conversation-page .composer-input:focus-within{border-color:#86bba2;box-shadow:0 0 0 2px #86bba226}.conversation-page .composer-input textarea{order:1;flex:1;min-width:0;min-height:42px;height:42px;max-height:110px;border:0;border-radius:0;padding:10px 4px;outline:none;box-shadow:none;background:transparent;line-height:22px;resize:none}.conversation-page .composer-input .chat-attach{order:0;flex-shrink:0;padding:9px;border:0;background:transparent;margin:0;width:auto}.conversation-page .composer-input .chat-send{order:2;flex-shrink:0;width:auto;padding:9px 13px;margin:0;border-radius:10px;font-size:12px;max-width:145px}.conversation-page .composer>label.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
@media(max-width:700px){.conversation-page #chat-heading{min-height:42px;padding:4px 0}.conversation-page #chat-heading h1{font-size:16px}.conversation-page .composer{padding:6px}.conversation-page .composer-input .chat-send{padding:9px 10px;max-width:120px}.conversation-page .composer-input .chat-attach{padding:7px}}
.conversation-row.unread{background:#f1f8f4}.unread-indicator{background:#147d6d;color:#fff;border-radius:999px;font-size:10px;font-weight:700;padding:3px 7px;white-space:nowrap}
