*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,sans-serif;font-size:15px;line-height:1.5;color:#1f2329;background:#f3f4f6;-webkit-font-smoothing:antialiased}button{font:inherit;border:none;border-radius:6px;cursor:pointer}.center-box{height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;text-align:center;color:#646a73}.center-box button{padding:8px 24px;background:#3370ff;color:#fff}.chat-page{height:100dvh;display:flex;flex-direction:column;background:#f3f4f6}.chat-header{flex:none;min-height:48px;display:flex;align-items:center;justify-content:center;position:relative;padding:0 72px;padding-top:env(safe-area-inset-top);background:#fff;border-bottom:1px solid #e5e6eb;font-size:16px;font-weight:600}.chat-header .header-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header .link-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);margin-top:env(safe-area-inset-top);min-height:44px;padding:0 8px;background:none;color:#fa5151;font-size:14px}.chat-header .link-btn:disabled{opacity:.5}.banner{flex:none;padding:4px 16px;background:#e8f3ff;color:#3370ff;font-size:12px;text-align:center}.banner.warn{background:#fff7e6;color:#d97f00}.msg-list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px}.msg-list .row{display:flex;margin:6px 0}.msg-list .row.mine{justify-content:flex-end}.msg-list .row.their{justify-content:flex-start}.msg-list .bubble{max-width:72%;padding:8px 12px;border-radius:10px;background:#fff;word-break:break-word}.msg-list .row.mine .bubble{background:#95ec69}.msg-list .msg-text{white-space:pre-wrap}.msg-list .msg-img{display:block;max-width:180px;max-height:220px;border-radius:6px;cursor:zoom-in}.msg-list .sys-msg{margin:10px 0;text-align:center;color:#8f959e;font-size:12px}.input-bar{flex:none;display:flex;align-items:flex-end;gap:8px;padding:8px 12px;padding-bottom:calc(8px + env(safe-area-inset-bottom));background:#f7f8fa;border-top:1px solid #e5e6eb}.input-bar input[type=file]{display:none}.input-bar textarea{flex:1;min-height:44px;max-height:110px;padding:10px 12px;border:1px solid #e5e6eb;border-radius:8px;background:#fff;font:inherit;line-height:1.4;resize:none;outline:none}.input-bar textarea:focus{border-color:#3370ff}.icon-btn,.primary-btn{min-height:44px;min-width:44px;flex:none;border-radius:8px;font-size:16px}.icon-btn{background:#fff;border:1px solid #e5e6eb}.primary-btn{padding:0 14px;background:#3370ff;color:#fff;font-size:14px}.icon-btn:disabled,.primary-btn:disabled{opacity:.5}.closed-bar{flex:none;display:flex;align-items:center;justify-content:center;gap:16px;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom));background:#f7f8fa;border-top:1px solid #e5e6eb;color:#8f959e}.preview-mask{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#000000d9;cursor:zoom-out}.preview-mask img{max-width:100vw;max-height:100dvh}.toast{position:fixed;left:50%;bottom:calc(96px + env(safe-area-inset-bottom));transform:translate(-50%);z-index:101;max-width:80vw;padding:8px 16px;border-radius:8px;background:#000000bf;color:#fff;font-size:13px;text-align:center}
