*{box-sizing:border-box}body{color:#121826;background:#f4f6fb;margin:0;font-family:Segoe UI,Roboto,Arial,sans-serif}#root{max-width:1480px;margin:0 auto;padding:8px}.page{flex-direction:column;gap:8px;display:flex}.header{color:#fff;background:#0f172a;border-radius:10px;padding:14px 16px}.header h1{margin:0 0 6px;font-size:24px}.header p{color:#c7d2fe;margin:0}.card{background:#fff;border:1px solid #d9dfec;border-radius:10px;padding:10px}.card h2{margin:0 0 10px;font-size:18px}label{color:#374151;flex-direction:column;gap:6px;font-size:13px;display:flex}input,textarea,select,button{font:inherit}input,textarea,select{background:#fff;border:1px solid #c8d0e0;border-radius:8px;padding:8px 10px}textarea{resize:vertical;width:100%}button{color:#1e293b;cursor:pointer;background:#eef2ff;border:1px solid #b5c0d5;border-radius:8px;padding:7px 10px}button:disabled{opacity:.5;cursor:default}.grid2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mt8{margin-top:8px}.actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.meta{color:#6b7280;font-size:13px}.ok,.err{border-radius:8px;padding:9px 10px;font-size:14px}.ok{color:#0f5132;background:#e8f9ef;border:1px solid #bde5c8}.err{color:#842029;background:#fdecec;border:1px solid #f2b8bf}.inbox-layout{grid-template-columns:360px 1fr;gap:12px;min-height:72vh;display:grid}.inbox-sidebar,.inbox-main{background:#fafcff;border:1px solid #d7deed;border-radius:10px;padding:10px}.chat-list{flex-direction:column;gap:8px;max-height:64vh;margin-top:10px;display:flex;overflow:auto}.chat-item{text-align:left;background:#fff;border:1px solid #d7deed}.chat-item.active{background:#eef2ff;border-color:#7c98ff}.chat-head,.chat-sub{justify-content:space-between;gap:8px;display:flex}.chat-preview{color:#4b5563;margin-top:6px;font-size:13px}.badge{color:#fff;text-align:center;background:#ef4444;border-radius:999px;min-width:20px;padding:0 8px;font-size:12px;line-height:20px}.inbox-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.messages-wrap{flex-direction:column;gap:8px;max-height:56vh;padding-right:2px;display:flex;overflow:auto}.msg{background:#fff;border:1px solid #d7deed;border-radius:10px;max-width:82%;padding:8px}.msg.in{align-self:flex-start}.msg.out{background:#ecfdf3;border-color:#b7e4c3;align-self:flex-end}.msg-meta{color:#6b7280;justify-content:space-between;gap:10px;font-size:12px;display:flex}.msg-body{white-space:pre-wrap;word-break:break-word;margin:6px 0}.reply-box{margin-top:10px}@media (width<=900px){#root{max-width:100%;padding:0}.page{gap:6px}.header{border-radius:0;padding:12px 10px}.header h1{font-size:20px}.card{border-left:0;border-right:0;border-radius:0;padding:8px}.grid2{grid-template-columns:1fr}.actions button{width:100%}.inbox-layout{grid-template-columns:1fr;gap:8px;min-height:calc(100vh - 190px)}.inbox-sidebar,.inbox-main{border-radius:8px;padding:8px}.chat-list{max-height:28vh}.messages-wrap{max-height:50vh}.msg{max-width:96%}.inbox-header{flex-direction:column;align-items:flex-start;gap:8px}}
