*{box-sizing:border-box}body{margin:0;font-family:Arial,"Microsoft YaHei",sans-serif;background:#f5f7fb;color:#1f2937}.sidebar{position:fixed;inset:0 auto 0 0;width:220px;background:#132238;color:#fff;padding:22px 16px;display:flex;flex-direction:column;gap:8px}.brand{font-size:24px;font-weight:700;margin-bottom:18px}.sidebar a{color:#dbeafe;text-decoration:none;padding:11px 12px;border-radius:8px}.sidebar a:hover{background:#243b5a}.main{margin-left:220px;padding:24px;min-height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.topbar h1{margin:0 0 6px;font-size:26px}.topbar p{margin:0;color:#64748b}.avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;background:#e2e8f0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:18px;box-shadow:0 6px 18px rgba(15,23,42,.06)}.card h3{margin:0 0 10px}.form{display:grid;gap:12px;max-width:680px}.row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}input,textarea,select,button{font:inherit}input,textarea,select{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}textarea{min-height:110px;resize:vertical}button,.btn{display:inline-block;border:0;background:#2563eb;color:#fff;padding:10px 14px;border-radius:8px;text-decoration:none;cursor:pointer}.btn.secondary,button.secondary{background:#475569}.btn.danger,button.danger{background:#dc2626}.notice{background:#dcfce7;color:#166534;border:1px solid #86efac;padding:12px 14px;border-radius:8px;margin-bottom:16px}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.table th,.table td{padding:12px;border-bottom:1px solid #e5e7eb;text-align:left}.auth{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(135deg,#eef2ff,#f8fafc)}.auth-box{width:min(420px,100%);background:#fff;border-radius:8px;padding:26px;box-shadow:0 18px 40px rgba(15,23,42,.12)}.auth-box h1{margin:0 0 18px}.chat{display:grid;grid-template-columns:260px 1fr;gap:16px;height:calc(100vh - 150px)}.friend-list,.chat-box{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.friend{display:block;padding:13px 14px;border-bottom:1px solid #eef2f7;color:#1f2937;text-decoration:none}.friend.active,.friend:hover{background:#eff6ff}.messages{height:calc(100% - 76px);overflow:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.msg{max-width:70%;padding:10px 12px;border-radius:8px;background:#eef2f7}.msg.me{align-self:flex-end;background:#dbeafe}.msg img{max-width:220px;border-radius:8px;display:block}.chat-form{height:76px;display:flex;gap:10px;align-items:center;padding:12px;border-top:1px solid #e5e7eb}.chat-form input[type=text]{flex:1;min-width:220px;height:46px}.chat-form button{width:68px;height:46px;padding:0}.image-picker{width:64px;height:46px;display:inline-grid;place-items:center;flex:0 0 64px;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#334155;cursor:pointer}.image-picker:hover{background:#eef6ff;border-color:#93c5fd}.image-picker input{display:none}.file-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:13px}.license-img{max-width:260px;border-radius:8px;border:1px solid #e5e7eb}.meta{color:#64748b;font-size:13px}.empty{padding:24px;text-align:center;color:#64748b}@media(max-width:760px){.sidebar{position:static;width:auto;flex-direction:row;overflow:auto}.main{margin-left:0;padding:16px}.chat{grid-template-columns:1fr;height:auto}.messages{height:420px}.file-name{display:none}.chat-form input[type=text]{min-width:0}.image-picker{width:56px;flex-basis:56px}.chat-form button{width:58px}}
