.nav-badge{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:auto;padding:0 6px;border-radius:99px;background:#ff7043;color:#fff;font-size:12px}.message-inbox{display:grid;gap:12px}.conversation-row{display:grid;grid-template-columns:54px 1fr auto;gap:14px;align-items:center;padding:17px 20px;border:1px solid #e2e7f0;border-radius:18px;background:#fff;color:#172033;text-decoration:none;transition:.2s}.conversation-row:hover{transform:translateY(-2px);box-shadow:0 10px 30px #26204a12}.conversation-row.unread{border-color:#8067ee;background:#faf9ff}.chat-avatar{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#ebe6ff;color:#684ee8;font-weight:900;font-size:20px}.conversation-row div{min-width:0}.conversation-row div b,.conversation-row div small,.conversation-row div p{display:block}.conversation-row div p{margin:5px 0 0;color:#778199;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-row aside{display:grid;justify-items:end;gap:5px;color:#778199}.conversation-row aside strong{display:grid;place-items:center;min-width:24px;height:24px;border-radius:50%;background:#684ee8;color:#fff}.conversation-row aside em{font-size:11px;font-style:normal;text-transform:uppercase}.chat-shell{display:grid;grid-template-rows:auto minmax(320px,1fr) auto auto;height:calc(100vh - 145px);min-height:590px;overflow:hidden;border:1px solid #dfe5ef;border-radius:22px;background:#fff;box-shadow:0 12px 35px #26204a10}.chat-head{display:flex;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid #e7ebf2}.chat-head h1{margin:0;font-size:20px}.chat-head span{color:#778199}.chat-head i{margin-left:auto;color:#e57b42;font-style:normal;font-weight:700}.chat-head i.online{color:#20a464}.chat-messages{overflow-y:auto;padding:22px;background:linear-gradient(145deg,#f7f9fd,#f3f0ff);scroll-behavior:smooth}.chat-bubble{width:max-content;max-width:min(72%,650px);margin:0 auto 12px 0;padding:12px 15px;border-radius:7px 17px 17px 17px;background:#fff;box-shadow:0 4px 15px #18243b12}.chat-bubble.mine{margin-left:auto;margin-right:0;border-radius:17px 7px 17px 17px;background:#684ee8;color:#fff}.chat-bubble b{font-size:12px}.chat-bubble p{margin:5px 0;line-height:1.45;overflow-wrap:anywhere}.chat-bubble time{display:block;text-align:right;font-size:10px;opacity:.68}.chat-welcome{display:grid;place-items:center;gap:7px;padding:70px 20px;color:#778199;font-size:28px}.chat-welcome b{font-size:18px;color:#172033}.chat-welcome span{font-size:14px}.chat-compose{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px;border-top:1px solid #e7ebf2}.chat-compose textarea{resize:none;min-height:50px;max-height:120px;padding:14px 16px;border:1px solid #d7deea;border-radius:14px;font:inherit}.chat-compose button{border:0;border-radius:14px;background:#ff7043;color:#fff;padding:0 22px;font-weight:800}.chat-tools{padding:8px 17px;border-top:1px solid #edf0f5;color:#778199}.chat-tools summary{cursor:pointer;width:max-content}.chat-tools details form{display:grid;grid-template-columns:190px 1fr auto;gap:8px;margin-top:10px}.chat-tools select,.chat-tools textarea,.chat-tools button{padding:9px;border:1px solid #d7deea;border-radius:9px}.chat-closed{padding:16px;text-align:center;background:#f2f3f7;color:#6f788c}@media(max-width:700px){.conversation-row{grid-template-columns:44px 1fr;padding:13px}.conversation-row aside{grid-column:2;display:flex;justify-content:space-between}.chat-shell{height:calc(100dvh - 105px);min-height:520px;border-radius:12px}.chat-messages{padding:14px}.chat-bubble{max-width:88%}.chat-compose button span{display:none}.chat-compose button{padding:0 17px}.chat-tools details form{grid-template-columns:1fr}.chat-head{padding:12px}.chat-head i{font-size:12px}}
