:root{--ink:#111318;--muted:#71757e;--line:#e5e7eb;--panel:rgba(255,255,255,.82)}*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:radial-gradient(circle at 90% 0,rgba(112,85,255,.12),transparent 38%),#f5f6f8}.chat-page{height:100dvh;max-width:920px;margin:auto;background:var(--panel);backdrop-filter:blur(18px);display:grid;grid-template-rows:auto 1fr auto auto;border-left:1px solid rgba(255,255,255,.9);border-right:1px solid rgba(255,255,255,.9);box-shadow:0 0 70px rgba(20,23,32,.07)}.topbar{height:84px;padding:0 22px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:15px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.82);backdrop-filter:blur(18px);z-index:2}.back{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;text-decoration:none;color:var(--ink);font-size:23px;background:#f0f1f3}.identity{display:flex;align-items:center;gap:12px}.identity>div{display:flex;flex-direction:column}.identity strong{font-size:15px}.identity small{font-size:11px;color:var(--muted);margin-top:3px}.identity small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#35bd69;margin-right:5px}.avatar{width:45px;height:45px;border-radius:15px;background:#111318;display:grid;place-items:center}.avatar i,.welcome-icon i{width:20px;height:15px;border:2px solid #fff;border-radius:6px;position:relative}.avatar i:after,.welcome-icon i:after{content:"";position:absolute;left:1px;bottom:-5px;border:4px solid transparent;border-top-color:currentColor;transform:rotate(25deg)}.clear{border:0;background:transparent;color:var(--muted);font-size:12px;cursor:pointer}.conversation{padding:28px clamp(16px,5vw,55px);overflow:auto;display:flex;flex-direction:column;gap:10px}.welcome{margin:auto;text-align:center;max-width:440px;padding:30px}.welcome-icon{width:72px;height:72px;border-radius:24px;background:#111318;display:grid;place-items:center;margin:0 auto 20px}.welcome h1{font-size:32px;letter-spacing:-.05em;margin:0 0 10px}.welcome p{font-size:14px;line-height:1.6;color:var(--muted);margin:0}.bubble-row{display:flex;flex-direction:column;max-width:min(75%,560px)}.bubble-row.user{align-self:flex-end;align-items:flex-end}.bubble-row.bot{align-self:flex-start;align-items:flex-start}.bubble{padding:12px 15px;border-radius:18px;background:#fff;border:1px solid var(--line);font-size:14px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.user .bubble{background:#111318;color:#fff;border-color:#111318;border-bottom-right-radius:5px}.bot .bubble{border-bottom-left-radius:5px}.time{font-size:9px;color:#999;margin:5px 5px 0}.files{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:7px;justify-content:flex-end}.bot .files{justify-content:flex-start}.file-card{display:block;width:min(230px,100%);border-radius:14px;overflow:hidden;background:#fff;border:1px solid var(--line);color:var(--ink);text-decoration:none}.file-card img,.file-card video{width:100%;max-height:210px;display:block;object-fit:cover;background:#e8eaee}.file-meta{display:flex;align-items:center;gap:8px;padding:9px 11px;font-size:11px}.file-meta i{width:27px;height:27px;border-radius:8px;background:#eef0f3;display:grid;place-items:center;font-style:normal;font-weight:800}.attachment-strip{padding:10px 18px;display:flex;gap:9px;overflow-x:auto;border-top:1px solid var(--line);background:#fff}.pending-file{flex:0 0 auto;width:110px;height:62px;border-radius:12px;background:#f1f2f4;display:flex;align-items:center;padding:8px;gap:7px;position:relative;overflow:hidden}.pending-file img,.pending-file video{width:46px;height:46px;border-radius:8px;object-fit:cover}.pending-file span{font-size:9px;overflow:hidden;text-overflow:ellipsis}.pending-file button{position:absolute;right:3px;top:3px;width:18px;height:18px;border:0;border-radius:50%;background:#111;color:#fff;cursor:pointer}.composer{min-height:82px;padding:12px 18px calc(12px + env(safe-area-inset-bottom));display:flex;align-items:flex-end;gap:9px;border-top:1px solid var(--line);background:#fff}.attach,.send{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;flex:0 0 auto;cursor:pointer}.attach{background:#f0f1f3}.attach input{position:absolute;opacity:0;width:1px;height:1px}.attach svg,.send svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8}.composer textarea{min-height:48px;max-height:130px;resize:none;flex:1;border:0;border-radius:16px;background:#f3f4f6;padding:14px;outline:none;font:14px/1.4 inherit}.send{border:0;background:#111318;color:#fff}.typing{display:flex;gap:4px;padding:14px 17px;background:#fff;border:1px solid var(--line);border-radius:18px}.typing i{width:5px;height:5px;border-radius:50%;background:#999;animation:bounce 1s infinite}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes bounce{50%{transform:translateY(-4px)}}.toast{position:fixed;left:50%;bottom:100px;transform:translate(-50%,15px);background:#111318;color:#fff;padding:11px 16px;border-radius:12px;font-size:11px;opacity:0;visibility:hidden;transition:.2s}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}@media(max-width:600px){.chat-page{border:0}.topbar{height:70px;padding:0 12px;grid-template-columns:40px 1fr auto}.avatar{width:40px;height:40px;border-radius:13px}.conversation{padding:20px 13px}.bubble-row{max-width:87%}.composer{padding-left:10px;padding-right:10px}.attach,.send{width:44px;height:44px;border-radius:13px}.composer textarea{min-height:44px}.clear{font-size:0}.clear:after{content:"×";font-size:23px}.welcome{padding:18px}.welcome h1{font-size:28px}}
