:root{--green:#14b86a;--green-dark:#087b4a;--ink:#17202a;--muted:#6c7782;--line:#e6e9ec;--soft:#f5f7f8;--white:#fff;--danger:#c43d4a;--shadow:0 18px 50px rgba(20,32,42,.12)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--soft)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.topbar{height:68px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 22px;gap:28px;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px;min-width:220px}.brand span:last-child{display:flex;flex-direction:column;font-size:14px}.brand small{color:var(--muted);font-size:11px;margin-top:1px}.brand-mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;color:#fff;font-weight:800;background:linear-gradient(145deg,#0c8b54,#20d985);box-shadow:0 7px 18px rgba(20,184,106,.25)}.brand-mark.large{width:54px;height:54px;border-radius:17px;font-size:23px}.topnav{display:flex;gap:7px;flex:1}.topnav a{padding:9px 14px;border-radius:9px;color:#59636e;font-size:14px}.topnav a.active,.topnav a:hover{background:#eafaf2;color:var(--green-dark)}.user-menu{display:flex;align-items:center;gap:14px;font-size:13px;color:var(--muted)}.link-button{border:0;background:none;color:var(--green-dark);cursor:pointer;padding:0}.flash{position:fixed;right:20px;top:80px;z-index:50;padding:12px 16px;border-radius:10px;color:#fff;box-shadow:var(--shadow);max-width:420px}.flash.success{background:var(--green-dark)}.flash.error{background:var(--danger)}.guest-body{background:radial-gradient(circle at 20% 20%,#dff8eb 0,transparent 34%),radial-gradient(circle at 85% 85%,#dceff8 0,transparent 32%),#f5f7f8}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(430px,100%);background:#fff;border:1px solid rgba(255,255,255,.6);border-radius:24px;padding:38px;box-shadow:var(--shadow)}.login-brand{margin-bottom:20px}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:800;color:var(--green-dark);margin:0 0 8px}.login-card h1{font-size:27px;line-height:1.2;margin:0 0 8px}.muted{color:var(--muted)}.stack-form{display:grid;gap:16px;margin-top:26px}.stack-form label{display:grid;gap:7px;font-size:13px;font-weight:650}.stack-form input,.stack-form select,.stack-form textarea,.control{width:100%;border:1px solid #dce1e5;border-radius:10px;padding:11px 12px;background:#fff;outline:none}.stack-form input:focus,.stack-form select:focus,.stack-form textarea:focus,.control:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(20,184,106,.11)}.stack-form .check{display:flex;align-items:center;gap:8px;font-weight:500;color:var(--muted)}.stack-form .check input{width:auto}.primary-button{border:0;border-radius:10px;padding:12px 18px;background:linear-gradient(135deg,#0d985b,#15bf6e);color:#fff;font-weight:750;cursor:pointer;box-shadow:0 8px 20px rgba(14,153,91,.2)}.primary-button:hover{filter:brightness(.96)}.security-note{text-align:center;color:#8c959d;font-size:11px;margin:19px 0 0}.page{padding:22px}.panel{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 5px 20px rgba(28,39,49,.04)}.page-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.page-head h1{margin:0;font-size:24px}.page-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.badge{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:750;background:#edf2f4;color:#54606a}.badge.active,.badge.open{background:#e3f8ed;color:#087647}.badge.pending{background:#fff4d9;color:#86620a}.badge.paused,.badge.closed{background:#f2e9eb;color:#8b3b47}.empty{padding:44px;text-align:center;color:var(--muted)}@media(max-width:760px){.topbar{height:auto;min-height:64px;padding:11px 14px;flex-wrap:wrap;gap:8px}.brand{min-width:0;flex:1}.brand small{display:none}.topnav{order:3;width:100%;overflow:auto}.topnav a{white-space:nowrap}.user-menu>span{display:none}.page{padding:12px}.login-card{padding:28px 22px}}.inbox-shell{height:calc(100vh - 68px);display:grid;grid-template-columns:245px 350px minmax(0,1fr);background:#fff}.inbox-sidebar{background:#f8faf9;border-right:1px solid var(--line);padding:18px 12px;display:flex;flex-direction:column;overflow:auto}.side-title{display:flex;justify-content:space-between;padding:0 10px 12px;font-size:12px;font-weight:800;color:#65717b;text-transform:uppercase;letter-spacing:.08em}.live-dot{color:var(--green-dark);font-size:10px}.live-dot:before{content:"";display:inline-block;width:7px;height:7px;background:var(--green);border-radius:50%;margin-right:5px}.account-link{display:flex;align-items:center;gap:10px;padding:10px;border-radius:11px;margin:2px 0}.account-link:hover,.account-link.active{background:#e8f7ef}.account-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#fff;color:var(--green-dark);border:1px solid #dce9e2;font-weight:800;flex:0 0 auto}.account-link>span:nth-child(2){display:flex;flex-direction:column;min-width:0;flex:1}.account-link strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-link small,.side-foot small{font-size:10px;color:var(--muted);margin-top:3px}.status-dot{width:8px;height:8px;border-radius:50%;background:#bbb}.status-dot.active{background:var(--green)}.status-dot.pending{background:#e1aa25}.status-dot.paused{background:#c15d67}.side-empty{font-size:12px;color:var(--muted);padding:12px}.add-account{margin:10px 6px;padding:9px 10px;border:1px dashed #a9cbb9;border-radius:9px;font-size:12px;text-align:center;color:var(--green-dark)}.side-foot{margin-top:auto;border-top:1px solid var(--line);padding:15px 8px 2px;display:flex;gap:9px;align-items:center}.side-foot>span:last-child{display:flex;flex-direction:column;font-size:11px}.shield{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#e0f6ea;color:var(--green-dark)}.conversation-pane{border-right:1px solid var(--line);min-width:0;display:flex;flex-direction:column}.conversation-head{padding:18px 18px 12px;display:flex;align-items:center;justify-content:space-between}.conversation-head h1{font-size:20px;margin:0}.conversation-head span{font-size:11px;color:var(--muted)}.refresh{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px;color:var(--green-dark)}.search-form{padding:0 14px}.search-form input{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px 12px;background:#f8f9fa;outline:none}.filters{display:flex;gap:5px;padding:11px 14px}.filters a{font-size:11px;padding:6px 10px;border-radius:999px;color:var(--muted)}.filters a.active{background:#dcf6e9;color:var(--green-dark);font-weight:750}.conversation-list{overflow:auto;border-top:1px solid #f0f2f3}.conversation-item{display:flex;gap:10px;padding:13px 14px;border-bottom:1px solid #f1f2f3}.conversation-item:hover,.conversation-item.active{background:#f0faf5}.avatar{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#d8f4e6,#bfe7d2);color:#087447;font-weight:800;flex:0 0 auto}.conversation-copy{min-width:0;flex:1}.conversation-line{display:flex;justify-content:space-between;gap:8px;align-items:center}.conversation-line strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-line time{font-size:9px;color:#90989f;white-space:nowrap}.conversation-line.preview{margin-top:4px}.conversation-line.preview span{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-line.preview b{background:var(--green);color:#fff;min-width:18px;height:18px;padding:0 5px;border-radius:9px;display:grid;place-items:center;font-size:9px}.conversation-copy small{font-size:9px;color:#9aa2a8}.empty-list{display:grid;place-items:center;text-align:center;padding:45px 24px;color:var(--muted);gap:7px}.empty-list>span{font-size:30px}.empty-list strong{font-size:13px;color:#66717b}.empty-list small{font-size:11px}.thread-pane{min-width:0;display:flex;flex-direction:column;background:#f4f6f5}.thread-head{height:72px;background:#fff;border-bottom:1px solid var(--line);padding:11px 18px;display:flex;align-items:center;gap:11px}.large-avatar{width:43px;height:43px}.thread-head div{min-width:0;flex:1}.thread-head h2{font-size:15px;margin:0}.thread-head p{font-size:10px;color:var(--muted);margin:4px 0 0}.thread-messages{flex:1;overflow:auto;padding:22px 5%;background-color:#eef3f0;background-image:radial-gradient(#ccd9d1 0.7px,transparent .7px);background-size:16px 16px}.day-chip{width:max-content;margin:0 auto 18px;background:#fff;padding:5px 10px;border-radius:8px;box-shadow:0 2px 7px rgba(0,0,0,.05);font-size:10px;color:var(--muted)}.bubble-row{display:flex;margin:8px 0}.bubble-row.outbound{justify-content:flex-end}.bubble{max-width:min(72%,650px);padding:9px 11px 6px;background:#fff;border-radius:6px 14px 14px 14px;box-shadow:0 2px 5px rgba(27,41,33,.07)}.outbound .bubble{background:#d8f8e7;border-radius:14px 6px 14px 14px}.bubble p{margin:0;white-space:pre-wrap;font-size:13px;line-height:1.45}.bubble footer{display:flex;justify-content:flex-end;gap:5px;color:#78847c;font-size:9px;margin-top:5px}.outbound .bubble footer span{color:#178d5a}.composer{background:#fff;border-top:1px solid var(--line);padding:12px 16px}.composer form{display:flex;align-items:flex-end;gap:10px}.composer textarea{flex:1;resize:none;max-height:120px;border:1px solid var(--line);border-radius:14px;padding:11px 13px;outline:none}.send-button{width:42px;height:42px;border:0;border-radius:50%;background:var(--green);color:#fff;font-size:18px;cursor:pointer}.composer>small{display:block;color:#8b949b;font-size:9px;margin:5px 0 0 4px}.window-closed{background:#fff7df;border:1px solid #f1dda4;color:#806514;padding:10px 12px;border-radius:10px;font-size:12px}.thread-empty{margin:auto;text-align:center;max-width:430px;padding:30px}.empty-orb{width:76px;height:76px;border-radius:28px;background:#dff7ea;display:grid;place-items:center;margin:0 auto 20px;font-size:32px}.thread-empty h2{font-size:21px;margin:0 0 8px}.thread-empty p{color:var(--muted);font-size:13px;line-height:1.5;margin:0 0 23px}@media(max-width:1050px){.inbox-shell{grid-template-columns:74px 320px minmax(0,1fr)}.inbox-sidebar{padding:16px 9px}.inbox-sidebar .side-title,.account-link>span:nth-child(2),.account-link .status-dot,.add-account,.side-foot>span:last-child{display:none}.account-link{justify-content:center}.account-icon{width:38px;height:38px}.side-foot{justify-content:center}}@media(max-width:760px){.inbox-shell{height:calc(100vh - 112px);grid-template-columns:44% 56%}.inbox-sidebar{display:none}.conversation-pane{grid-column:1}.thread-pane{grid-column:2}.conversation-head{padding:12px}.conversation-head h1{font-size:17px}.conversation-head span,.filters,.conversation-copy small{display:none}.search-form{padding:0 8px 8px}.conversation-item{padding:10px 8px}.avatar{width:34px;height:34px}.conversation-line.preview span{max-width:110px}.thread-head{height:58px;padding:8px}.thread-head .avatar{display:none}.thread-head .badge{display:none}.thread-messages{padding:14px 8px}.bubble{max-width:88%}.composer{padding:8px}.composer>small{display:none}}@media(max-width:480px){.inbox-shell{grid-template-columns:38% 62%}.conversation-head .refresh{display:none}.conversation-line time{display:none}.conversation-item .avatar{display:none}.conversation-line.preview span{max-width:85px}.thread-head p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bubble{max-width:94%}}.settings-page{max-width:1240px;margin:0 auto}.settings-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.7fr);gap:18px}.panel-heading{padding:20px 22px 15px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:15px}.panel-heading h2{font-size:17px;margin:0}.panel-heading p{font-size:11px;color:var(--muted);margin:4px 0 0}.meta-chip{font-size:10px;background:#e6f8ef;color:var(--green-dark);padding:6px 9px;height:max-content;border-radius:999px;font-weight:800}.account-form-panel form{padding:4px 22px 22px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stack-form label small{font-size:10px;color:var(--muted);font-weight:500}.setup-card{padding:22px}.setup-card h3{font-size:14px;margin:8px 0}.setup-card p{font-size:12px;color:var(--muted);line-height:1.55;margin:8px 0 22px}.setup-card code{display:block;background:#13231c;color:#b7f5d4;border-radius:9px;padding:10px;word-break:break-all;font-size:10px}.step-number{font-size:10px;color:var(--green-dark);font-weight:900;letter-spacing:.12em}.notice{background:#fff8e3;border:1px solid #f1dfa9;padding:13px;border-radius:10px;display:flex;flex-direction:column;gap:5px}.notice strong{font-size:11px;color:#755d13}.notice span{font-size:10px;color:#806c32;line-height:1.5}.connected-panel{margin-top:18px;overflow:hidden}.account-row{display:grid;grid-template-columns:48px 1.2fr .9fr 1fr 1fr 1.1fr 100px 70px;gap:9px;align-items:center;padding:12px 18px;border-top:1px solid var(--line)}.account-row input,.account-row select{min-width:0;border:1px solid var(--line);border-radius:8px;padding:9px;font-size:11px}.account-main{display:flex;flex-direction:column}.account-main small{font-size:9px;color:var(--muted);margin-top:3px}.account-icon.big{width:40px;height:40px}.secondary-button{border:1px solid #b9d7c7;background:#effaf4;color:var(--green-dark);border-radius:8px;padding:9px;font-size:11px;font-weight:750;cursor:pointer}@media(max-width:950px){.settings-grid{grid-template-columns:1fr}.account-row{grid-template-columns:42px 1fr 1fr}.account-row>*{min-width:0}.account-row .secondary-button{grid-column:3}}@media(max-width:620px){.form-row{grid-template-columns:1fr}.account-row{grid-template-columns:38px 1fr}.account-row>*:not(.account-icon){grid-column:2}.account-row .secondary-button{grid-column:2}.page-head{gap:10px}}