*{box-sizing:border-box}body{background:var(--soft);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}.shell{min-height:100vh}.topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;padding:13px clamp(16px,4vw,54px);display:flex}.brand,.top-actions,.customer,.tools,.chat-header-actions{align-items:center;display:flex}.brand{gap:11px}.mark{color:#fff;background:var(--green);letter-spacing:1px;border-radius:50%;place-items:center;width:43px;height:43px;font-size:8px;font-weight:900;line-height:1;display:grid}.brand span,.kicker,.list-head span,.status span{color:var(--green-dark);letter-spacing:.12em;font-size:9px;font-weight:800}.brand h1{letter-spacing:-.03em;margin:3px 0 0;font-size:20px}.top-actions{color:var(--muted);gap:16px;font-size:10px;font-weight:700}.connection{color:var(--green-dark)}.connection i{background:var(--green);border-radius:50%;width:8px;height:8px;margin-right:5px;display:inline-block}button{font:inherit;cursor:pointer}.top-actions button,.outline{border:1px solid var(--line);color:var(--green-dark);background:#fff;border-radius:4px;padding:8px 11px;font-size:9px;font-weight:800}.hero{justify-content:space-between;align-items:end;gap:28px;max-width:1320px;margin:28px auto 18px;padding:0 18px;display:flex}.hero h2,.flow-head h2{letter-spacing:-.05em;max-width:700px;margin:7px 0;font-size:clamp(28px,4vw,46px);line-height:1}.hero p:not(.kicker),.flow-head p{max-width:700px;color:var(--muted);font-size:14px;line-height:1.5}.status{border:1px solid var(--line);border-top:3px solid var(--green);background:#fff;border-radius:5px;width:245px;padding:15px}.status strong{color:var(--green-dark);margin:8px 0 4px;font-size:14px;display:block}.status small{color:var(--muted);line-height:1.4}.tabs{border:1px solid var(--line);background:#fff;border-radius:5px;gap:4px;max-width:1320px;margin:0 auto 13px;padding:4px;display:flex}.tabs button{min-height:40px;color:var(--muted);letter-spacing:.06em;background:#fff;border:0;border-radius:4px;padding:0 15px;font-size:10px;font-weight:800}.tabs button b{color:var(--muted);margin-left:6px;font-size:9px}.tabs button.active{color:#fff;background:var(--green)}.workspace{border:1px solid var(--line);background:#fff;border-radius:6px;grid-template-columns:310px minmax(440px,1fr) 250px;max-width:1320px;min-height:650px;margin:auto;display:grid;overflow:hidden;box-shadow:0 2px 8px #10202712}.list,.details{background:#fff}.list{border-right:1px solid var(--line)}.list-head{justify-content:space-between;align-items:center;padding:17px 15px 11px;display:flex}.list-head h3{margin:5px 0 0;font-size:17px}.list-head button{color:var(--green-dark);background:0 0;border:0;font-size:23px}.search-wrap{padding:0 12px 8px}.search{width:100%;color:var(--text);background:#f0f2f5;border:0;border-radius:8px;margin:0;padding:10px 13px}.chat-filters{gap:6px;padding:0 12px 11px;display:flex}.chat-filters button{color:var(--muted);background:#f0f2f5;border:0;border-radius:14px;padding:5px 9px;font-size:10px}.chat-filters button.active{color:var(--green-dark);background:#d9fdd3}.chat-row{width:100%;color:var(--text);text-align:left;background:#fff;border:0;border-bottom:1px solid #eef1f2;grid-template-columns:42px 1fr 35px;gap:9px;padding:13px 12px;display:grid}.chat-row.selected{border-left:3px solid var(--green);background:#f0f2f5;padding-left:9px}.avatar{color:#fff;background:#7d8b91;border-radius:50%;place-items:center;width:40px;height:40px;font-weight:700;display:grid}.avatar.large{width:42px;height:42px}.chat-row>span:nth-child(2){gap:3px;min-width:0;display:grid}.chat-row strong{font-size:13px}.chat-row small,.chat-row em{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-style:normal;overflow:hidden}.chat-row>b{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:19px;height:19px;font-size:9px;display:grid}.conversation{background:var(--chat);flex-direction:column;display:flex}.conversation>header{border-bottom:1px solid var(--line);background:#f0f2f5;justify-content:space-between;align-items:center;padding:13px 17px;display:flex}.customer{gap:10px}.customer h3{margin:0 0 3px;font-size:15px}.customer small,.details>span{color:var(--muted);font-size:10px}.chat-header-actions{color:var(--muted);gap:18px;font-size:19px}.chat-header-actions button{color:var(--muted);background:0 0;border:0}.notice{background:#fff4c2;border-radius:6px;align-items:center;gap:12px;margin:12px 17px 0;padding:9px 12px;display:flex}.notice strong{color:#6e5c00;white-space:nowrap;font-size:10px}.notice span{color:#5f6261;font-size:10px}.messages{background-color:var(--chat);background-image:radial-gradient(#d7cfc422 1px,#0000 1px);background-size:13px 13px;flex:1;padding:18px}.rule{color:#718084;letter-spacing:.13em;align-items:center;gap:9px;margin:2px 0 18px;font-size:9px;font-weight:800;display:flex}.rule:before,.rule:after{content:"";background:#d8d1c8;flex:1;height:1px}.bubble{max-width:74%;color:var(--text);border-radius:7px;margin:12px 0;padding:8px 10px;font-size:12px;line-height:1.45;box-shadow:0 1px 1px #00000010}.bubble small{color:var(--green-dark);letter-spacing:.06em;font-size:9px;font-weight:800}.bubble p{margin:5px 0}.bubble time{float:right;color:var(--muted);margin:4px 0 0 10px;font-size:9px}.customer-bubble{background:#fff}.agent-bubble{background:#d9fdd3;margin-left:auto}.note{background:#e8f5e9;border:1px solid #d8e8d6;border-radius:7px;margin:18px auto}.note small{color:#537c54}.conversation>footer{border-top:1px solid var(--line);background:#f0f2f5;padding:10px 15px 13px}.tools{color:var(--green-dark);gap:13px;margin-bottom:7px}.tools span{color:var(--muted);font-size:9px}.composer{gap:8px;display:flex}.composer input{min-height:40px;color:var(--text);background:#fff;border:0;border-radius:8px;flex:1;padding:0 13px}.composer button,.primary{color:#fff;background:var(--green);border:0;border-radius:4px;font-size:9px;font-weight:800}.primary{white-space:nowrap;min-height:38px;padding:0 13px}.details{border-left:1px solid var(--line);padding:20px 16px}.details h3{margin:12px 0 4px;font-size:18px}.chips{gap:5px;margin:15px 0 22px;display:flex}.chips b{color:var(--green-dark);background:#d9fdd3;border-radius:4px;padding:4px 6px;font-size:8px}.chips b+b{color:#667781;background:#f0f2f5}.details dl{margin:0 0 25px}.details dl div{border-top:1px solid #eef1f2;padding:11px 0}.details dt{color:var(--muted);font-size:9px}.details dd{margin:4px 0 0;font-size:11px}.full{text-align:left;width:100%;display:block}.flow{border:1px solid var(--line);background:#fff;border-radius:6px;max-width:1320px;margin:auto;padding:26px}.flow-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:20px;padding-bottom:22px;display:flex}.flow-cards{grid-template-columns:repeat(4,1fr);gap:10px;padding-top:24px;display:grid}.flow-cards article{border:1px solid var(--line);background:#f8fafb;border-radius:5px;min-height:150px;padding:17px}.flow-cards article>b{color:var(--green-dark);font-size:20px;display:block}.flow-cards small{color:var(--muted);letter-spacing:.12em;margin-top:20px;font-size:8px;font-weight:800;display:block}.flow-cards h3{margin:9px 0 7px;font-size:15px}.flow-cards p{color:var(--muted);margin:0;font-size:11px;line-height:1.4}.settings-backdrop{z-index:10;background:#0008;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.settings-modal{background:#fff;border-radius:8px;width:min(560px,100%);padding:25px;position:relative;box-shadow:0 15px 50px #0005}.settings-modal h2{margin:5px 0 10px;font-size:24px}.settings-modal p{color:var(--muted);font-size:13px;line-height:1.5}.settings-modal code{color:#d9fdd3;white-space:pre-wrap;background:#202c33;border-radius:5px;margin:12px 0;padding:12px;font:12px Consolas,monospace;display:block}.settings-modal ul{color:var(--muted);padding-left:20px;font-size:12px;line-height:1.7}.close{color:var(--muted);background:0 0;border:0;font-size:25px;position:absolute;top:12px;right:14px}.close-action{color:#fff;background:var(--green);border:0;border-radius:4px;margin-top:10px;padding:10px 13px;font-size:10px;font-weight:800}@media (max-width:1000px){.workspace{grid-template-columns:280px minmax(360px,1fr)}.details{display:none}.flow-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.hero,.flow-head{flex-direction:column;align-items:flex-start;padding-left:12px;padding-right:12px}.topbar{padding:12px}.top-actions{gap:7px}.top-actions .connection{display:none}.workspace{margin:0 10px;display:block}.list{border-right:0;border-bottom:1px solid var(--line);overflow:auto}.chat-row{min-width:240px}.notice{flex-direction:column;align-items:flex-start}.flow{padding:16px}.flow-cards{grid-template-columns:1fr}.tabs{margin-left:10px;margin-right:10px;overflow:auto}.tabs button{white-space:nowrap}}:root{--green:#00a884;--green-dark:#008069;--soft:#f0f2f5;--line:#dfe5e7;--text:#111b21;--muted:#667781;--chat:#efeae2}.settings-panel{background:#fff;border-radius:8px;width:min(560px,100%);padding:25px;position:relative;box-shadow:0 15px 50px #0005}.settings-panel h2{margin:5px 0 10px;font-size:24px}.settings-panel p{color:var(--muted);font-size:13px;line-height:1.5}.settings-panel code{color:#d9fdd3;white-space:pre-wrap;background:#202c33;border-radius:5px;margin:8px 0;padding:10px;font:12px Consolas,monospace;display:block}.settings-section{margin-top:18px}.settings-section h3{margin:0 0 8px;font-size:12px}.settings-note{color:#6e5c00;background:#fff4c2;border-radius:5px;margin-top:16px;padding:10px;font-size:11px;line-height:1.45}.attach-wrap{position:relative}.attach-menu{z-index:4;border:1px solid var(--line);background:#fff;border-radius:8px;width:190px;padding:7px;position:absolute;bottom:35px;left:0;box-shadow:0 4px 18px #0002}.attach-menu button{width:100%;color:var(--text);text-align:left;background:#fff;border:0;border-radius:5px;align-items:center;gap:10px;padding:10px;font-size:12px;display:flex}.attach-menu button:hover{background:#f0f2f5}.attach-menu span{font-size:12px}.attach-menu em{color:var(--muted);font-size:10px;font-style:normal}.hidden-file{display:none}.login-page{background:linear-gradient(135deg,#e7f5ef,#f0f2f5);place-items:center;min-height:100vh;padding:20px;display:grid}.login-card{text-align:center;background:#fff;border-radius:10px;width:min(430px,100%);padding:38px;box-shadow:0 8px 30px #10202718}.login-mark{color:#fff;background:var(--green);letter-spacing:2px;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:12px;font-weight:900;line-height:1;display:grid}.login-card h1{margin:8px 0 12px;font-size:27px}.login-card>p:not(.kicker){color:var(--muted);font-size:13px;line-height:1.5}.google-button{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:5px;justify-content:center;align-items:center;gap:12px;margin-top:25px;padding:13px;font-size:13px;font-weight:700;display:flex}.google-button:first-letter{color:#4285f4;font-size:20px}.google-button:hover{background:#f7f9fa}.live-data-strip{border-left:3px solid var(--green);max-width:1320px;color:var(--green-dark);text-overflow:ellipsis;white-space:nowrap;background:#d9fdd3;border-radius:4px;margin:0 auto 12px;padding:10px 14px;font-size:11px;font-weight:700;overflow:hidden}.modal-input{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:5px;margin:10px 0;padding:11px;font:13px Arial;display:block}.empty-state{color:var(--muted);padding:25px 15px;font-size:12px}.customer-memory{border-top:1px solid #eef1f2;margin-top:18px;padding-top:15px}.memory-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.memory-head strong{font-size:11px}.memory-head small{color:var(--green-dark);font-size:8px;font-weight:700}.memory-block{margin-top:14px}.memory-block>span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px;font-size:9px;font-weight:800;display:block}.memory-row{border-top:1px solid #eef1f2;grid-template-columns:18px 1fr;gap:4px 6px;padding:6px 0;font-size:10px;display:grid}.memory-row b{color:var(--green-dark);grid-row:span 2}.memory-row a{color:var(--green-dark);font-weight:700;text-decoration:none}.memory-row em{color:var(--muted);font-size:9px;font-style:normal}.memory-empty{color:var(--muted);margin:0;font-size:10px;line-height:1.4}.order-row{border-top:1px solid #eef1f2;justify-content:space-between;gap:8px;padding:7px 0;display:flex}.order-row b,.order-row small{display:block}.order-row b{font-size:10px}.order-row small{color:var(--muted);margin-top:3px;font-size:9px}.order-row a{color:var(--green-dark);white-space:nowrap;align-self:center;font-size:8px;font-weight:800;text-decoration:none}.workspace{height:calc(100vh - 120px);min-height:560px}.list,.conversation,.details{min-height:0}.list,.details{overflow-y:auto}.conversation{min-height:0}.messages{min-height:0;overflow-y:auto}.chat-meta{justify-content:center;align-items:center;gap:5px;display:flex}.chat-meta time{color:var(--muted);font-size:10px}.chat-meta b{color:#fff;background:var(--green);border-radius:50%;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:9px;display:grid}@media (max-width:680px){.workspace{height:calc(100vh - 100px);min-height:520px}.list{max-height:220px}.details{max-height:280px}.conversation{height:calc(100vh - 340px);min-height:300px}}.bubble p{white-space:pre-wrap;overflow-wrap:anywhere}.bubble a{color:var(--green-dark);text-decoration:underline}.bubble strong{font-weight:700}.bubble em{font-style:italic}.team-actions{border-top:1px solid #eef1f2;margin-top:18px;padding-top:15px}.team-actions>span{color:var(--muted);letter-spacing:.08em;font-size:9px;font-weight:800;display:block}.team-actions p{color:var(--text);margin:7px 0;font-size:10px;line-height:1.4}.team-actions button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:4px;margin:0 5px 8px 0;padding:6px 8px;font-size:9px;font-weight:800}.team-actions button.active{border-color:var(--green);color:var(--green-dark);background:#d9fdd3}.team-actions small{color:var(--muted);font-size:9px;line-height:1.4;display:block}.composer textarea{resize:vertical;min-height:40px;max-height:120px;color:var(--text);background:#fff;border:0;border-radius:8px;flex:1;padding:11px 13px;font:13px Arial}.composer textarea:focus{outline:2px solid #b7e8da}.composer button{min-width:40px}.media-card{max-width:310px;color:var(--green-dark);align-items:center;gap:9px;text-decoration:none;display:flex}.media-card img{object-fit:contain;background:#f0f2f5;border-radius:5px;max-width:250px;max-height:220px;display:block}.media-card>span:last-child{font-size:10px;font-weight:700}.document-card{border:1px solid var(--line);background:#f0f2f5;border-radius:6px;padding:9px}.document-card strong,.document-card small{display:block}.document-card small{color:var(--muted);margin-top:3px;font-size:9px}.document-icon{color:#fff;background:var(--green);border-radius:4px;place-items:center;width:31px;height:36px;font-size:18px;display:grid}.media-caption{white-space:pre-wrap;margin-top:6px;display:block}
