@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&display=swap");*{box-sizing:border-box}body{margin:0;background:#f6f8fb;color:#172033;font-family:Be Vietnam Pro,sans-serif}button{font:inherit}.shell{display:flex;min-height:100vh}.sidebar{width:250px;background:#101828;color:#d0d5dd;padding:24px 16px}.brand{font-size:19px;font-weight:700;color:#fff;padding:0 12px 28px}.nav{display:grid;grid-gap:6px;gap:6px}.nav a{color:#98a2b3;text-decoration:none;padding:12px;border-radius:10px;font-size:14px}.nav a.active,.nav a:hover{background:#1d2939;color:#fff}.main{flex:1 1;padding:32px 40px;max-width:1500px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.title{font-size:28px;font-weight:700;margin:0}.subtitle{color:#667085;font-size:14px;margin-top:5px}.avatar{width:38px;height:38px;border-radius:50%;background:#dbeafe;color:#175cd3;display:grid;place-items:center;font-weight:700}.cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.card{background:#fff;border:1px solid #eaecf0;border-radius:14px;padding:20px;box-shadow:0 1px 2px #0000000a}.card-label{color:#667085;font-size:13px}.card-value{font-size:28px;font-weight:700;margin-top:12px}.status{display:inline-flex;padding:4px 10px;border-radius:20px;background:#ecfdf3;color:#027a48;font-size:12px}.section{margin-top:24px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.section h2{font-size:17px;margin:0}.table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #eaecf0;border-radius:14px;overflow:hidden}.table td,.table th{text-align:left;padding:14px 16px;border-bottom:1px solid #f2f4f7;font-size:13px}.table th{color:#667085;font-weight:500;background:#fcfcfd}.btn{background:#175cd3;color:#fff;border:0;border-radius:9px;padding:10px 15px;cursor:pointer}.btn.secondary{background:#fff;color:#344054;border:1px solid #d0d5dd}.empty{padding:50px;text-align:center;color:#667085;background:#fff;border:1px dashed #d0d5dd;border-radius:14px}.layout3{display:grid;grid-template-columns:280px 1fr 260px;grid-gap:16px;gap:16px}.chat,.list{background:#fff;border:1px solid #eaecf0;border-radius:14px}.list{padding:8px}.list-item{padding:13px;border-radius:10px;cursor:pointer}.list-item.selected,.list-item:hover{background:#eff8ff}.chat{display:flex;flex-direction:column;min-height:560px}.chat-head{padding:18px;border-bottom:1px solid #eaecf0}.messages{flex:1 1;padding:20px;display:grid;align-content:end;grid-gap:10px;gap:10px}.bubble{padding:11px 14px;border-radius:12px;max-width:70%;background:#f2f4f7}.bubble.out{justify-self:end;background:#dbeafe;color:#1849a9}.composer{display:flex;gap:8px;padding:14px;border-top:1px solid #eaecf0}.composer input{flex:1 1;border:1px solid #d0d5dd;border-radius:9px;padding:10px}.info{background:#fff;border:1px solid #eaecf0;border-radius:14px;padding:18px}.info h3{margin-top:0}