*{box-sizing:border-box}body{margin:0;font-family:Arial,"Microsoft YaHei",sans-serif;background:#f4f7fb;color:#18212f}.shell{display:grid;grid-template-columns:320px 1fr;min-height:100vh}.side{background:#fff;border-right:1px solid #dbe3ef;padding:18px;overflow:auto}.brand{font-weight:800;font-size:24px;margin-bottom:16px;color:#126f83}.panel,.search,.composer,.top{display:flex;gap:8px}.panel{flex-direction:column}input,button{height:40px;border:1px solid #cbd6e2;border-radius:6px;padding:0 10px;font-size:14px}button{background:#126f83;color:#fff;border:0;cursor:pointer}button.alt{background:#e8eef6;color:#1d2a39}.hidden{display:none}.chat{display:grid;grid-template-rows:auto 1fr auto auto;min-width:0}.top{align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #dbe3ef;padding:14px 18px}.messages{padding:18px;overflow:auto}.msg{max-width:72%;padding:10px 12px;margin:8px 0;border-radius:8px;background:#fff;box-shadow:0 1px 2px #d9e1ec}.mine{margin-left:auto;background:#d9f1ee}.item{padding:10px;border:1px solid #dbe3ef;border-radius:6px;margin:8px 0;background:#fff}.composer{padding:14px 18px;background:#fff;border-top:1px solid #dbe3ef}.composer #text{flex:1}.videos{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 18px 18px}.videos video{width:100%;max-height:220px;background:#111;border-radius:6px}@media(max-width:800px){.shell{grid-template-columns:1fr}.side{border-right:0;border-bottom:1px solid #dbe3ef}.videos{grid-template-columns:1fr}.msg{max-width:92%}}
