*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:#0b1220;color:#e2e8f0}a{color:#60a5fa}.app{display:grid;grid-template-columns:320px 1fr;min-height:100vh}.sidebar{border-right:1px solid #1e293b;padding:16px;background:#0f172a}.main{display:flex;flex-direction:column;min-height:0}.login{max-width:380px;margin:10vh auto;padding:24px;background:#0f172a;border-radius:12px;border:1px solid #1e293b}input,select,textarea,button{font:inherit}input,select,textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #334155;background:#1e293b;color:#f8fafc;margin-bottom:10px}button{padding:10px 14px;border:none;border-radius:8px;background:#3b82f6;color:#fff;cursor:pointer;font-weight:600}button.secondary{background:#334155}.conv-item{padding:10px 12px;border-radius:8px;cursor:pointer;margin-bottom:6px;border:1px solid transparent}.conv-item:hover{background:#1e293b}.conv-item.active{border-color:#3b82f6;background:#172554}.badge{font-size:11px;padding:2px 8px;border-radius:999px;background:#334155;margin-left:6px}.badge.wa{background:#166534}.header{padding:12px 16px;border-bottom:1px solid #1e293b;display:flex;justify-content:space-between;align-items:center}.messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px;background:#0b1220}.msg{max-width:75%;padding:10px 12px;border-radius:12px;white-space:pre-wrap;font-size:14px;line-height:1.45;color:#f1f5f9}.msg.visitor{align-self:flex-start;background:#334155;color:#f8fafc;border:1px solid #475569}.msg.bot{align-self:flex-start;background:#3730a3;color:#eef2ff}.msg.agent{align-self:flex-end;background:#047857;color:#ecfdf5}.msg.system{align-self:center;background:#1e293b;color:#cbd5e1;font-size:12px}.msg a{color:#93c5fd}.compose{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #1e293b}.compose input{margin:0;flex:1}.qr{max-width:240px;border-radius:8px;margin-top:8px}.tabs{display:flex;gap:6px;margin-bottom:12px;flex-wrap:wrap}.tabs button{flex:1;min-width:60px;font-size:13px;padding:8px 6px}.muted{color:#94a3b8;font-size:13px}.bot-panel{padding:16px;overflow-y:auto;height:100%}.bot-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;flex-wrap:wrap}.bot-header h2{margin:0 0 4px}.bot-filters{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.bot-grid{display:grid;grid-template-columns:280px 1fr;gap:16px;min-height:400px}@media(max-width:900px){.bot-grid{grid-template-columns:1fr}}.bot-list{max-height:70vh;overflow-y:auto}.bot-form label{display:block;font-size:12px;color:#94a3b8;margin:8px 0 4px}.bot-form textarea{resize:vertical;min-height:200px;font-family:inherit;line-height:1.5}.bot-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.bot-help{padding:16px;background:#0f172a;border-radius:8px;border:1px solid #1e293b}.bot-help h3{margin-top:0}.bot-error{color:#f87171}.bot-ok{color:#4ade80}
