:root{font-family:Inter,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#24242d;background:#f2f2f7;font-synthesis:none}*{box-sizing:border-box}body{margin:0}.shell{width:min(760px,100%);height:100dvh;margin:auto;background:#fbfbfd;display:grid;grid-template-rows:auto 1fr auto auto;box-shadow:0 0 40px #25254b12}header{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid #e8e8ef;background:#ffffffd9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}h1{font-size:17px;margin:0}header p{font-size:12px;color:#737380;margin:4px 0 0}.avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:#7776e5;color:#fff;font-weight:800}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px;background:#f1a33c}.dot.connected{background:#37ae72}.dot.disconnected{background:#df6464}.conversation{padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:13px}.message{max-width:78%;display:flex;align-items:end;gap:7px}.message div{white-space:pre-wrap;padding:11px 14px;border-radius:17px;line-height:1.5;font-size:15px}.message time{font-size:10px;color:#9494a0;white-space:nowrap}.message.user{align-self:flex-end;flex-direction:row-reverse}.message.user div{background:#7776e5;color:#fff;border-bottom-right-radius:5px}.message.assistant{align-self:flex-start}.message.assistant div{background:#ececf2;border-bottom-left-radius:5px}.card{align-self:flex-start;display:flex;gap:12px;align-items:center;width:min(390px,90%);padding:13px;border:1px solid #e0e0ea;border-radius:15px;background:#fff;color:inherit;text-decoration:none}.card>div:last-child{min-width:0;flex:1}.card strong,.card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card strong{font-size:14px}.card small{font-size:12px;color:#747480;margin-top:4px}.file-icon,.task-mark{width:38px;height:38px;flex:none;display:grid;place-items:center;border-radius:11px;background:#eef;color:#6665d8;font-weight:700}.task-mark.done{background:#e5f7ee;color:#228a58}.task-mark.failed{background:#ffebeb;color:#c44141}progress{display:block;width:100%;height:5px;margin-top:9px;accent-color:#7776e5}.task-actions{padding:9px 20px;display:flex;align-items:center;justify-content:flex-end;gap:7px;border-top:1px solid #ececf2}.task-actions span{margin-right:auto;font-size:11px;color:#858591}.task-actions button{border:1px solid #dddde8;background:transparent;color:inherit;border-radius:9px;padding:7px 9px;cursor:pointer}footer{display:flex;gap:9px;align-items:end;padding:12px 18px 18px;background:#fbfbfd}textarea{resize:none;max-height:130px;min-height:44px;flex:1;border:1px solid #dcdce6;border-radius:14px;background:#fff;color:inherit;padding:11px 13px;font:inherit;line-height:20px;outline:none}textarea:focus{border-color:#7776e5;box-shadow:0 0 0 3px #7776e51c}button{font:inherit}.attach,.send{border:0;cursor:pointer;height:44px}.attach{width:44px;border-radius:50%;font-size:24px;background:#ececf2;color:#666674}.send{border-radius:13px;padding:0 16px;background:#7776e5;color:#fff;font-weight:700}.send:disabled{opacity:.4;cursor:not-allowed}@media(max-width:560px){.conversation{padding:18px 14px}.message{max-width:88%}header{padding:14px}.task-actions{padding-inline:14px}.task-actions span{display:none}footer{padding:9px 12px 12px}.send{padding:0 12px}}@media(prefers-color-scheme:dark){:root{color:#eeeef5;background:#111116}.shell,footer{background:#17171e}header{background:#1b1b23df;border-color:#2b2b35}.conversation{background:#17171e}.message.assistant div,.attach{background:#292932}.card,textarea{background:#202028;border-color:#343440}.task-actions{border-color:#2b2b35}.task-actions button{border-color:#3a3a47;color:#eeeef5}}
