*{box-sizing:border-box}html,body{margin:0;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#eef1f5;color:#1f2937}.login-page{display:flex;align-items:center;justify-content:center;min-height:100%;padding:20px}.login-card{width:min(420px,100%);background:#fff;border-radius:18px;padding:32px;box-shadow:0 15px 45px rgba(0,0,0,.10);text-align:center}.logo{font-size:48px}.login-card h1{margin:8px 0}.muted{color:#6b7280}.login-card input{display:block;width:100%;padding:13px 14px;margin:12px 0;border:1px solid #d7dce3;border-radius:10px;font-size:16px}.login-card button,.composer button{border:0;border-radius:10px;background:#2563eb;color:#fff;padding:12px 20px;font-size:15px;cursor:pointer}.login-card button{width:100%;margin-top:4px}.error{color:#dc2626;min-height:22px;margin-top:10px}.app{height:100%;max-width:900px;margin:auto;background:#fff;display:flex;flex-direction:column;box-shadow:0 0 30px rgba(0,0,0,.08)}.topbar{padding:15px 18px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.status{font-size:13px;color:#6b7280;margin-left:10px}.me{font-size:14px}.me a{margin-left:12px;color:#dc2626;text-decoration:none}.messages{flex:1;overflow-y:auto;padding:20px;background:#f7f8fa}.msg-row{display:flex;margin:8px 0}.msg-row.mine{justify-content:flex-end}.bubble{max-width:min(72%,520px);padding:9px 11px;border-radius:14px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.07)}.mine .bubble{background:#dbeafe}.bubble-text{line-height:1.55;white-space:normal;word-break:break-word}.meta{font-size:11px;color:#8b93a1;margin-top:5px}.chat-img{display:block;max-width:420px;max-height:420px;border-radius:10px}.composer{display:flex;gap:8px;padding:12px;border-top:1px solid #e5e7eb;background:#fff}.composer input[type=text],.composer>input:not([type=file]){flex:1;min-width:0;border:1px solid #d7dce3;border-radius:10px;padding:12px;font-size:15px;outline:none}.upload-btn{width:44px;height:44px;border:1px solid #d7dce3;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px}.upload-btn input{display:none}.hint{font-size:11px;color:#9ca3af;padding:0 14px 10px}.preview{padding:10px 14px;border-top:1px solid #e5e7eb;background:#fafafa;display:flex;align-items:center;gap:10px}.preview img{max-width:120px;max-height:90px;border-radius:8px}.preview button{border:0;background:#fee2e2;color:#b91c1c;padding:7px 10px;border-radius:8px}.hidden{display:none}@media(max-width:600px){.app{box-shadow:none}.bubble{max-width:82%}.chat-img{max-width:260px;max-height:320px}.topbar{padding:12px}.messages{padding:12px}}
