:root{color:#111114;font-synthesis:none;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,sans-serif}*{box-sizing:border-box}body{min-width:760px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button{color:inherit}.shell{background:#fff;grid-template-columns:280px minmax(440px,1fr);width:100vw;height:100vh;margin:0;display:grid;overflow:hidden}.sidebar{background:#fafafa;border-right:1px solid #e5e5e5;padding:22px 12px}.sidebar-title{justify-content:space-between;align-items:center;padding:0 10px 16px;display:flex}.sidebar-actions{align-items:center;gap:6px;display:flex}.notification-menu{position:relative}.notification-menu summary{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:7px;place-items:center;width:30px;height:30px;font-size:12px;list-style:none;display:grid}.notification-panel{z-index:10;background:#fff;border:1px solid #ddd;border-radius:8px;width:300px;max-height:420px;padding:12px;position:absolute;top:36px;left:0;overflow:auto;box-shadow:0 12px 32px #0000001a}.notification-panel article{border-bottom:1px solid #eee;gap:5px;padding:10px 0;display:grid}.notification-panel p{color:#666;margin:0;font-size:12px;line-height:1.4}.notification-panel code{text-overflow:ellipsis;white-space:nowrap;background:#f5f5f5;border-radius:4px;padding:5px;font-size:11px;overflow:hidden}.notification-panel small{color:#777}.notification-panel article div{justify-content:flex-end;gap:6px;display:flex}.notification-panel article button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:5px;padding:5px 8px}.sidebar-title h1{letter-spacing:-.7px;margin:1px 0 0;font-size:26px}.eyebrow{color:#007aff;letter-spacing:1.8px;font-size:10px;font-weight:800}.compose,.attach,.send,.stop{cursor:pointer;border:0}.compose{color:#111;background:#fff;border:1px solid #ddd;border-radius:7px;width:30px;height:30px;font-size:18px}.search{color:#727278;background:#e3e3e7;border-radius:10px;align-items:center;gap:7px;margin:0 4px 12px;padding:7px 10px;display:flex}.search input{background:0 0;border:0;outline:0;width:100%}.workspace-list{gap:3px;display:grid}.workspace{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;grid-template-columns:46px 1fr auto;align-items:center;gap:10px;width:100%;padding:10px;display:grid}.workspace.selected{color:#111;background:#eee}.workspace-copy{gap:3px;min-width:0;display:grid}.workspace-copy strong{font-size:15px}.workspace-copy small{color:#717178;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workspace.selected small,.workspace.selected time{color:#666}.workspace time{color:#85858b;align-self:start;font-size:11px}.avatar{color:#111;background:#fff;border:1px solid #d8d8d8;border-radius:9px;place-items:center;width:40px;height:40px;font:600 21px Georgia,serif;display:grid;position:relative}.avatar.small{width:28px;height:28px;font-size:16px}.avatar.running:after{content:"";background:#31d158;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px}.chat{background:#fff;grid-template-rows:64px 1fr auto;min-width:0;display:grid}.chat-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #e5e5e8;align-items:center;gap:11px;padding:12px 20px;display:flex}.chat-header h2{margin:0 0 2px;font-size:16px}.presence{color:#7c7c83;font-size:12px}.presence.connected{color:#248a3d}.stop{color:#ff3b30;background:#fff0ef;border-radius:16px;margin-left:auto;padding:7px 12px;font-weight:600}.timeline{padding:18px 22px 32px;overflow-y:auto}.day{color:#85858b;text-align:center;margin:0 auto 24px;font-size:11px;font-weight:600}.empty{color:#6d6d73;text-align:center;max-width:340px;margin:15vh auto 0}.empty-logo{color:#111;background:#fff;border:1px solid #ddd;border-radius:10px;place-items:center;width:48px;height:48px;margin:auto;font:28px Georgia,serif;display:grid}.empty h3{color:#1b1b1e;margin:14px 0 5px;font-size:18px}.empty p{margin:0;font-size:13px;line-height:1.45}.message-row{align-items:end;gap:8px;margin:10px 0;display:flex}.message-row.user{justify-content:flex-end}.message-stack{max-width:min(76%,540px);display:grid}.bubble{white-space:pre-wrap;overflow-wrap:anywhere;background:#f3f3f3;border:1px solid #e7e7e7;border-radius:10px;padding:9px 12px;font-size:14px;line-height:1.45}.user .bubble{color:#fff;background:#111;border-color:#111;border-radius:10px}.bubble.failed{color:#a31414;background:#ffebea}.delivery{color:#8b8b90;text-align:right;min-height:13px;margin-top:3px;font-size:10px}.activities{color:#5e5e65;background:#fafafa;border:1px solid #e8e8e8;border-radius:8px;margin:0 0 6px;padding:8px 11px;font-size:11px}.activities summary{cursor:pointer;font-weight:600}.activity{grid-template-columns:8px auto;align-items:center;gap:6px;padding-top:7px;display:grid}.activity code{color:#77777e;text-overflow:ellipsis;white-space:nowrap;grid-column:2;overflow:hidden}.activity-dot{background:#8e8e93;border-radius:50%;width:6px;height:6px}.activity-dot.running{background:#0a84ff}.activity-dot.failed{background:#ff3b30}.activity-dot.complete{background:#30d158}.typing{gap:4px;padding:5px 2px;display:flex}.typing i{background:#85858b;border-radius:50%;width:6px;height:6px;animation:1.2s infinite bounce}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.error-banner{color:#a31414;background:#ffebe9;border-radius:9px;width:fit-content;margin:14px auto;padding:8px 12px;font-size:12px}.composer{background:#fff;border:1px solid #c9c9ce;border-radius:22px;grid-template-columns:34px 1fr 34px;align-items:end;gap:7px;margin:0 18px 18px;padding:5px;display:grid}.composer textarea{resize:none;border:0;outline:0;max-height:120px;padding:7px 3px 5px;line-height:1.35}.attach{color:#717178;background:#ededf0;border-radius:50%;width:32px;height:32px;font-size:22px}.send{color:#fff;background:#0a84ff;border-radius:50%;width:32px;height:32px;font-size:20px;font-weight:700}.send:disabled{cursor:default;background:#c7c7cc}@media (max-width:820px){body{min-width:0}.shell{border:0;border-radius:0;grid-template-columns:1fr;width:100vw;height:100vh;margin:0}.sidebar{display:none}}
