@import "https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&family=Source+Code+Pro:wght@400;500;600&display=swap";:root{--blue:#1c82e0;--blue-700:#1369b8;--blue-50:#eaf3fc;--blue-25:#f5f9fd;--ink:#404041;--text:#404041;--ink-2:#2a3142;--ink-3:#5a6275;--ink-4:#8a93a3;--ink-5:#b6bcc8;--bg:#f9fafc;--surface:#fff;--surface-2:#fafbfc;--line:#e6e9ef;--line-2:#eef0f3;--line-strong:#d2d7df;--shadow-1:0 1px 0 #0b12200a, 0 1px 2px #0b12200a;--shadow-2:0 1px 0 #0b12200a, 0 8px 24px -10px #0b12201a;--rail-w:48px;--topbar-h:60px;--chat-w:428px}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}html,body{background:var(--bg);color:var(--ink-2);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01", "cv11";margin:0;padding:0;font-family:"Source Sans 3",Source Sans Pro,ui-sans-serif,-apple-system,system-ui,sans-serif;font-size:14px;line-height:1.5}button{font-family:inherit}:where(button,input,textarea,.panel,.chat,.node,.composer-box,.topbar){border-radius:0!important}.app{grid-template-columns:var(--rail-w) var(--chat-w) 1fr;grid-template-rows:var(--topbar-h) 1fr;background:radial-gradient(circle at 75% 20%, #1c82e00a, transparent 55%), var(--bg);width:100%;height:100vh;display:grid}.app>.rail{grid-area:1/1/span 2}.app>.chathead{grid-area:1/2}.app>.topbar{grid-area:1/3}.app>.body{grid-area:2/2/auto/span 2}.app--landing{grid-template-columns:var(--rail-w) 1fr;grid-template-rows:1fr}.app--landing>.rail{grid-area:1/1}.app--landing>.landing{grid-area:1/2}.landing{background:#f9f9f9;border-left:1px solid #e4e4e4;justify-content:center;align-items:center;min-height:0;padding:24px;display:flex;position:relative}.landing-header{align-items:center;gap:14px;padding:14px 24px;display:flex;position:absolute;top:0;left:0}.landing-content{flex-direction:column;align-items:center;width:100%;max-width:640px;display:flex}.landing-heading{color:var(--ink-2);letter-spacing:-.01em;text-align:center;margin:0 0 32px;font-size:32px;font-weight:600}.landing-composer{width:100%}.landing-composer .composer{padding:0;position:static}.landing-launches{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;display:flex}.landing-launch-card{background:var(--surface);border:1px solid var(--line);cursor:pointer;color:var(--ink-2);align-items:center;gap:10px;padding:12px 20px;font:500 14px/1 "Source Sans 3",sans-serif;transition:border-color .12s,background .12s;display:flex}.landing-launch-card:hover{border-color:var(--line-strong);background:var(--surface-2)}.landing-launch-card svg{stroke:currentColor;stroke-width:2px;fill:none;width:18px;height:18px}.landing-launch-more{color:var(--ink-4);padding:12px 14px}.chathead{background:var(--surface);border-bottom:1px solid #e4e4e4;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;align-items:center;gap:14px;padding:0 24px;display:flex}.chathead-logo{width:auto;height:32px;display:block}.chathead-divider{background:#e4e4e4;width:1px;height:22px}.chathead-product{color:var(--ink-2);letter-spacing:-.005em;font-size:24px;font-weight:600;line-height:1}.topbar{background:var(--surface);border-bottom:1px solid #e4e4e4;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:relative}.topbar-title{color:var(--ink-2);letter-spacing:-.005em;align-items:center;gap:8px;font-size:16px;display:flex}.topbar-title .crumb{color:var(--ink-4)}.topbar-title .sep{color:var(--ink-5);font-size:12px}.topbar-title .doc{color:#404041;align-items:center;gap:4px;font-weight:500;display:inline-flex}.topbar-title .doc-label{cursor:pointer;text-overflow:ellipsis;white-space:nowrap;max-width:360px;overflow:hidden}.topbar-title .doc-chevron{cursor:pointer;background:#5c5d60;flex:none;width:14px;height:14px;margin-left:2px;transition:background .15s;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") 50%/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") 50%/contain no-repeat}.topbar-title .doc:hover .doc-chevron{background:var(--ink-2)}.topbar-title .doc-input{font:inherit;color:#404041;background:var(--surface-2,#f5f6f7);border:1.5px solid var(--accent,#4f8ff7);letter-spacing:-.005em;border-radius:6px;outline:none;min-width:120px;padding:2px 8px;font-size:16px;font-weight:500}.topbar-actions{align-items:center;gap:4px;display:flex}.topbar-icon{color:#404041;cursor:pointer;background:0 0;border:1px solid #0000;place-items:center;width:32px;height:32px;transition:background .15s,color .15s,border-color .15s;display:grid;border-radius:8px!important}.topbar-icon:hover{background:var(--bg);color:var(--text)}.topbar-icon svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.topbar-avatar{border:1px solid var(--line);color:#1c82e0;letter-spacing:.02em;cursor:pointer;background:linear-gradient(135deg,#f7fbff 0%,#d4ecff 100%);place-items:center;width:32px;height:32px;margin-left:8px;transition:border-color .15s;display:grid;border-radius:50%!important}.topbar-avatar:hover{border-color:var(--ink-5)}.rail{color:#404041;background:#fff;border-right:0;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:14px 0;display:flex;position:relative}.rail-top{flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;top:14px;left:0;right:0}.rail-bottom{flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:14px;left:0;right:0}.rail-btn{color:#404041;cursor:pointer;background:0 0;border:0;place-items:center;width:32px;height:32px;padding:0;transition:background .15s;display:grid;position:relative;border-radius:8px!important}.rail-btn svg{stroke:currentColor;fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px;display:block}.rail-btn:hover{background:#0000000f}.rail-btn.is-active{background:#00000014}.rail-btn-new{color:#404041}.rail-btn-new svg{width:28px;height:28px}.rail-btn-new svg circle{fill:#404041;stroke:none}.rail-btn-new svg path,.rail-btn-new svg line{stroke:#fff;fill:none;stroke-width:2.6px;stroke-linecap:round}.rail-btn[data-tip]:hover:after{content:attr(data-tip);color:#fff;letter-spacing:.02em;white-space:nowrap;pointer-events:none;z-index:50;background:#404041;border-radius:6px;padding:6px 8px;font:500 11px/1 "Source Sans 3",sans-serif;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%)}.rail-avatar{width:32px;height:32px;color:var(--ink-2);cursor:pointer;background:#e7edf9;border:0;place-items:center;display:grid;border-radius:50%!important}.rail-menu{background:var(--surface);min-width:200px;box-shadow:var(--shadow-2);z-index:60;border:1px solid #e4e4e4;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;bottom:0;left:calc(100% + 8px)}.rail-menu-email{border-bottom:1px solid var(--line-2);color:var(--ink-4);white-space:nowrap;text-overflow:ellipsis;max-width:240px;margin-bottom:4px;padding:6px 10px 8px;font-size:12px;overflow:hidden}.rail-menu-item{width:100%;color:var(--ink-2);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:8px 10px;font-size:13.5px;transition:background .15s;display:flex}.rail-menu-item:hover{background:var(--bg)}.rail-menu-item svg{stroke:currentColor;fill:none;stroke-width:2px;width:16px;height:16px}.body{grid-template-columns:var(--chat-w) 1fr;min-height:0;display:grid;position:relative}.chat{background:#f9f9f9;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;grid-template-rows:1fr;min-height:0;padding:0;display:grid;position:relative;overflow:hidden}.chat-top-fade{pointer-events:none;opacity:0;z-index:3;background:linear-gradient(#f9f9f9b3 0%,#f9f9f900 100%);height:40px;transition:opacity .2s;position:absolute;top:0;left:0;right:12px}.chat.has-more-above .chat-top-fade{opacity:1}.chat-stream{padding:28px 8px calc(var(--composer-h,120px) + 32px) 24px;scroll-behavior:smooth;flex-direction:column;gap:8px;min-width:0;margin-right:3px;display:flex;overflow:hidden auto}.chat-stream::-webkit-scrollbar{width:6px}.chat-stream::-webkit-scrollbar-thumb{background:#d0d2d3;border-radius:999px}.chat-stream::-webkit-scrollbar-thumb:hover{background:var(--ink-4)}.chat-stream::-webkit-scrollbar-track{background:0 0}.chat-empty{min-height:calc(100vh - var(--topbar-h) - var(--composer-h,160px) - 60px);color:#404041;flex-direction:column;justify-content:center;align-items:center;gap:0;padding:36px 16px 36px 0;display:flex}.chat-empty-mark{color:#404041;align-items:center;width:100%;max-width:340px;height:56px;margin-bottom:24px;display:flex}.chat-empty-mark svg{stroke:#404041;stroke-width:1.4px;fill:none;width:56px;height:56px}.chat-empty-mark svg :is(path,circle,polygon,rect){stroke:#404041;fill:none}.chat-empty-copy{width:100%;max-width:340px}.chat-empty-copy h1{letter-spacing:0;color:var(--ink-2);margin:0 0 10px;font-size:24px;font-weight:600;line-height:1.18}.chat-empty-copy p{color:#5c5d60;margin:0;font-size:16px;line-height:1.5}.chat-empty-hints{gap:8px;width:100%;max-width:340px;margin-top:24px;display:grid}.chat-empty-hint{background:var(--surface);color:#404041;cursor:pointer;text-align:left;border:1px solid #d0d2d3;align-items:center;gap:12px;width:100%;min-height:48px;padding:12px 16px;font-size:16px;font-weight:500;transition:border-color .12s,background .12s,color .12s;display:flex}.chat-empty-hint:hover{border-color:var(--line-strong);background:var(--surface-2);color:var(--text)}.chat-empty-hint:disabled{cursor:wait;opacity:.6}.chat-empty-hint svg{stroke:currentColor;stroke-width:1.9px;fill:none;flex:none;width:19px;height:19px}.chat-stream .msg.ai>.msg-avatar{display:none!important}.chat-stream .msg.ai .msg-content{background:0 0!important;border:0!important;padding-left:0!important}.skip-to-bottom{left:50%;bottom:var(--composer-h,80px);z-index:5;border:1px solid var(--line-strong);width:38px;height:38px;color:var(--text);cursor:pointer;opacity:0;pointer-events:none;background:#fff;justify-content:center;align-items:center;margin-bottom:4px;padding:0;transition:opacity .14s,transform .14s;display:inline-flex;position:absolute;transform:translate(-50%)translateY(6px)scale(.92);box-shadow:0 6px 16px -6px #0d11162e,0 2px 4px -2px #0d11161a;border-radius:50%!important}.skip-to-bottom svg{stroke:currentColor;stroke-width:2px;fill:none;width:18px;height:18px}.skip-to-bottom:hover{color:#1c82e0;background:#f7fbff;border-color:#c7e2f7}.chat[data-at-bottom=false] .skip-to-bottom{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)scale(1)}.msg{flex-direction:column;gap:4px;min-width:0;max-width:100%;display:flex}.msg.user{align-items:flex-end}.msg.ai{align-items:flex-start}.msg>div{flex-direction:column;flex:auto;width:100%;min-width:0;display:flex}.msg.user>div{align-items:flex-end}.msg.ai>div{align-items:flex-start}.msg-content{color:var(--ink-2);min-width:0;font-size:16px;line-height:1.55}.msg-content p{overflow-wrap:anywhere;margin:0}.msg-content p+p{margin-top:8px}.msg-content h1,.msg-content h2,.msg-content h3,.msg-content h4,.msg-content h5,.msg-content h6{color:var(--text);margin:12px 0 4px;font-weight:600;line-height:1.3}.msg-content h1{font-size:1.4em}.msg-content h2{font-size:1.2em}.msg-content h3{font-size:1.05em}.msg-content h4,.msg-content h5,.msg-content h6{font-size:1em}.msg-content :first-child{margin-top:0}.msg-content ul,.msg-content ol{margin:6px 0;padding-left:20px}.msg-content li{overflow-wrap:anywhere;margin:2px 0}.msg-content li+li{margin-top:2px}.msg-content b{color:var(--text);font-weight:600}.msg-content a{color:var(--blue-700);border-bottom:1px solid #1369b847;font-weight:600;text-decoration:none}.msg-content a:hover{color:var(--blue);border-bottom-color:currentColor}.msg-content .msg-artifact-link{min-height:34px;color:var(--blue-700);background:#f7fbff;border:1px solid #c7e2f7;align-items:center;gap:8px;margin-top:4px;padding:5px 10px;font-weight:600;display:inline-flex}.msg-content .msg-artifact-link:hover{color:var(--blue);background:#edf7ff;border-color:#9ed1f5}.msg-content .msg-artifact-link svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:15px;height:15px}.msg-inline-code{color:var(--ink-2);background:#f0f3f7;border:1px solid #e0e5ec;padding:1px 4px;font-family:Source Code Pro,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.88em}.msg.user .msg-content{color:var(--ink-2);background:#e7edf9;max-width:88%;padding:12px 18px;border-radius:28px 4px 28px 28px!important}.msg.ai .msg-content{background:0 0;border:0;width:100%;max-width:100%;padding:2px 0 0}.msg-code{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;width:100%;min-width:0;max-width:100%;margin:10px 0;position:relative;overflow:hidden}.msg-code+.msg-code{margin-top:12px}.msg-code-header{justify-content:space-between;align-items:center;padding:10px 8px 10px 14px;display:flex}.msg-code-lang{color:#94a3b8;font-family:"Source Sans 3",Source Sans Pro,ui-sans-serif,-apple-system,system-ui,sans-serif;font-size:14px;font-weight:500}.msg-code-copy{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;place-items:center;width:26px;height:26px;transition:background .12s,color .12s;display:grid}.msg-code-copy:hover{color:#334155;background:#e2e8f0}.msg-code-copy.is-active{color:#16a34a}.msg-code-copy svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.msg-code pre{color:#1e293b;tab-size:2;background:#f8fafc;width:100%;max-width:100%;margin:0;padding:0 14px 20px;font:14px/1.55 Source Code Pro,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow:auto hidden}.msg-code code{min-width:max-content;font:inherit;white-space:pre;display:block}.msg-code pre::-webkit-scrollbar{height:8px}.msg-code-shiki pre::-webkit-scrollbar{height:8px}.msg-code pre::-webkit-scrollbar-track{background:0 0}.msg-code-shiki pre::-webkit-scrollbar-track{background:0 0}.msg-code pre::-webkit-scrollbar-thumb{background:#d0d2d3;border-radius:999px}.msg-code-shiki pre::-webkit-scrollbar-thumb{background:#d0d2d3;border-radius:999px}.msg-code pre::-webkit-scrollbar-thumb:hover{background:var(--ink-4)}.msg-code-shiki pre::-webkit-scrollbar-thumb:hover{background:var(--ink-4)}.msg-code pre::-webkit-scrollbar-button{display:none}.msg-code-shiki pre::-webkit-scrollbar-button{display:none}.msg-code pre::-webkit-scrollbar-button:horizontal:start:decrement{background-color:#f8fafc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6'%3E%3Cpath d='M4 1L2 3l2 2' stroke='%2394a3b8' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:6px 6px;width:14px;display:block}.msg-code-shiki pre::-webkit-scrollbar-button:horizontal:start:decrement{background-color:#f8fafc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6'%3E%3Cpath d='M4 1L2 3l2 2' stroke='%2394a3b8' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:6px 6px;width:14px;display:block}.msg-code pre::-webkit-scrollbar-button:horizontal:end:increment{background-color:#f8fafc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6'%3E%3Cpath d='M2 1l2 2-2 2' stroke='%2394a3b8' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:6px 6px;width:14px;display:block}.msg-code-shiki pre::-webkit-scrollbar-button:horizontal:end:increment{background-color:#f8fafc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6'%3E%3Cpath d='M2 1l2 2-2 2' stroke='%2394a3b8' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:6px 6px;width:14px;display:block}.msg-code-shiki pre{tab-size:2;width:100%;max-width:100%;margin:0;padding:0 14px 20px;font:14px/1.55 Source Code Pro,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow:auto hidden;background:#f8fafc!important}.msg-code-shiki code{min-width:max-content;font:inherit;white-space:pre;display:block;background:0 0!important}.msg-status-pill{background:var(--blue-50);color:#1369b8;border:1px solid #c7e2f7;align-items:center;margin-bottom:6px;padding:3px 8px;font-size:12px;font-weight:500;display:inline-flex}.msg-cite{color:var(--ink-3);border:1px solid var(--line-strong);background:var(--surface-2);letter-spacing:.02em;margin-bottom:8px;padding:2px 6px;font-family:Source Code Pro,monospace;font-size:12px;display:inline-block}.msg-meta{align-items:center;gap:6px;height:24px;margin-top:12px;display:flex;position:relative}.msg.user .msg-meta{justify-content:flex-end}.msg-meta>*{opacity:0;pointer-events:none;transition:opacity .12s}.msg:hover .msg-meta>*,.msg:focus-within .msg-meta>*,.msg.ai.is-latest .msg-meta>*{opacity:1;pointer-events:auto}.msg-time{color:var(--ink-4);letter-spacing:.04em;-webkit-user-select:none;user-select:none;padding:0 6px;font-size:12px}.msg-actions{gap:2px;display:flex}.msg-action{width:28px;height:28px;color:var(--ink-4);cursor:pointer;background:0 0;border:1px solid #0000;place-items:center;transition:background .12s,color .12s;display:grid}.msg-action:hover{background:var(--surface-2);color:var(--text)}.msg-action.is-active{color:var(--blue)}.msg-action svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.thinking{align-self:stretch;margin:0 0 14px}.thinking-toggle{appearance:none;color:var(--ink-4);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:0;align-items:center;gap:5px;margin:0;padding:0;font-family:inherit;font-size:16px;font-weight:400;transition:color .12s;display:inline-flex}.thinking-toggle:hover{color:var(--ink-2)}.thinking-toggle .chev{width:9px;height:9px;color:inherit;flex:none;order:99;transition:transform .15s}.thinking-toggle .chev.open{transform:rotate(90deg)}.thinking-toggle .dur{color:inherit}.thinking-body{border-left:2px solid var(--line-strong);margin-top:6px;padding:8px 0 8px 10px;display:none}.thinking-body.open{flex-direction:column;gap:4px;animation:.18s ease-out think-fade;display:flex}@keyframes think-fade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.thinking-step{align-items:baseline;gap:7px;font-size:12px;line-height:1.55;display:flex}.thinking-step .marker{color:var(--ink-5);flex:none;margin-top:1px;font-size:10px}.thinking-step .text{color:var(--ink-3)}.thinking-step .text em{color:var(--ink-2);font-style:italic}.thinking-step.is-tool .marker{color:var(--blue);opacity:.7}.thinking-step.is-tool .text{color:var(--ink-3)}.thinking-step.is-tool .text .fn{color:var(--blue-700);font-family:Source Code Pro,ui-monospace,Menlo,monospace;font-size:11px}.thinking-step.is-conclusion{border-top:1px solid var(--line);margin-top:4px;padding-top:6px}.thinking-step.is-conclusion .marker{color:var(--ink-4)}.thinking-step.is-conclusion .text{color:var(--ink-2);font-style:italic}.typing{align-items:center;gap:10px;margin-top:2px;font-size:16px;line-height:1.5;display:inline-flex}.typing-text{background:linear-gradient(90deg, var(--ink-4) 0%, var(--ink-4) 35%, #1c82e0 50%, var(--ink-4) 65%, var(--ink-4) 100%);-webkit-text-fill-color:transparent;color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;font-weight:500;animation:2.2s linear infinite shimmer}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.typing-ripple{--c:#1c82e0;--sz:10px;--dur:1.8s;--st:.18s;flex:none;width:10px;height:10px;position:relative}.typing-ripple .n{width:calc(var(--sz) * .25);height:calc(var(--sz) * .25);background:var(--c);border-radius:50%;animation:1.8s linear infinite net-radiate;display:block;position:absolute}.typing-ripple .n:first-child{margin-top:calc(var(--sz) * -.125);top:50%;left:0}.typing-ripple .n:nth-child(2){margin-left:calc(var(--sz) * -.125);animation-delay:.18s;top:0;left:50%}.typing-ripple .n:nth-child(3){margin-top:calc(var(--sz) * -.125);animation-delay:.36s;top:50%;right:0}.typing-ripple .n:nth-child(4){margin-left:calc(var(--sz) * -.125);animation-delay:.54s;bottom:0;left:50%}@keyframes net-radiate{0%,to{opacity:.3;transform:scale(.7)}50%{opacity:1;transform:scale(1.2)}}.msg-status{align-items:center;gap:8px;margin-top:8px;font-size:13px;line-height:1.4;display:inline-flex}.msg-status-text{color:#0000;background:linear-gradient(90deg, var(--ink-4) 0%, var(--ink-4) 35%, #1c82e0 50%, var(--ink-4) 65%, var(--ink-4) 100%);-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;font-weight:500;animation:2.2s linear infinite shimmer}.msg-status-ripple{--c:#1c82e0;--sz:8px;flex:none;width:8px;height:8px;position:relative}.msg-status-ripple .n{width:calc(var(--sz) * .3);height:calc(var(--sz) * .3);background:var(--c);border-radius:50%;animation:1.8s linear infinite net-radiate;display:block;position:absolute}.msg-status-ripple .n:first-child{margin-top:calc(var(--sz) * -.15);top:50%;left:0}.msg-status-ripple .n:nth-child(2){margin-left:calc(var(--sz) * -.15);animation-delay:.2s;top:0;left:50%}.msg-status-ripple .n:nth-child(3){margin-top:calc(var(--sz) * -.15);animation-delay:.4s;top:50%;right:0}.composer{z-index:2;pointer-events:none;background:linear-gradient(#f9f9f900 0%,#f9f9f9d9 20px,#f9f9f9 100%) 0 0/calc(100% - 12px) 100% no-repeat;padding:24px 18px 8px;position:absolute;bottom:0;left:0;right:0}.composer>*{pointer-events:auto}.composer-box{background:#fff;border:1px solid #e4e4e4;transition:border-color .15s,box-shadow .15s;box-shadow:0 1px 2px #0d11160a}.composer-box:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-50)}.composer-input{resize:none;width:100%;font:inherit;color:var(--text);background:0 0;border:0;outline:0;min-height:80px;max-height:50vh;padding:10px 14px;font-size:16px;display:block;overflow-y:auto}.composer-input::placeholder{color:var(--ink-4)}.composer-bar{justify-content:space-between;align-items:center;padding:8px 10px 10px;display:flex}.composer-tools{gap:4px;display:flex}.composer-send-group{align-items:center;gap:12px;display:flex}.icon-tool{width:36px;height:36px;color:var(--ink-3);cursor:pointer;background:0 0;border:0;place-items:center;transition:background .12s,color .12s;display:grid}.icon-tool:hover{color:var(--ink);background:var(--surface-2)}.icon-tool:disabled{color:var(--ink-4);cursor:wait;opacity:.55}.icon-tool svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.send-btn{background:var(--blue);color:#fff;cursor:pointer;border:0;place-items:center;width:32px;height:32px;padding:0;transition:background .12s;display:inline-grid;border-radius:50%!important}.send-btn:hover{background:var(--blue-700)}.send-btn.is-stop{background:var(--ink)}.send-btn.is-stop:hover{background:#000}.send-btn:disabled{background:var(--ink-3);cursor:wait;opacity:.65}.send-btn svg{stroke-width:2.4px;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.send-btn.is-stop svg{fill:currentColor;stroke-width:0;width:12px;height:12px}.composer-disclaimer{text-align:center;color:var(--ink-4);margin-top:8px;font-size:12px;line-height:1.4}.attachment-chips{flex-wrap:wrap;gap:6px;padding:8px 14px 0;display:flex}.attachment-chip{background:var(--surface-2,#f0f0f0);border-radius:6px;align-items:center;gap:6px;max-width:220px;padding:4px 8px;font-size:13px;display:flex}.attachment-chip-thumb{object-fit:cover;border-radius:4px;width:28px;height:28px}.attachment-chip-icon svg{width:16px;height:16px;stroke:var(--ink-3)}.attachment-chip-name{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);flex:1;overflow:hidden}.attachment-chip-size{color:var(--ink-4);white-space:nowrap;font-size:11px}.attachment-chip-remove{cursor:pointer;width:20px;height:20px;color:var(--ink-4);background:0 0;border:0;border-radius:50%;place-items:center;transition:background .12s,color .12s;display:grid}.attachment-chip-remove:hover{background:var(--ink-1,#ddd);color:var(--ink)}.attachment-chip-remove svg{width:14px;height:14px}.msg-attachments{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.msg-attachment-thumb{object-fit:cover;cursor:pointer;border:1px solid #00000014;border-radius:8px;width:64px;height:64px;transition:opacity .12s}.msg-attachment-thumb:hover{opacity:.85}.msg-attachment-badge{color:#374151;cursor:pointer;background:#ffffffb3;border:1px solid #0000000f;border-radius:8px;align-items:center;gap:6px;max-width:200px;padding:6px 10px;font-size:13px;text-decoration:none;transition:background .12s;display:inline-flex}.msg-attachment-badge:hover{background:#fffffff2}.msg-attachment-badge svg{stroke:currentColor;fill:none;flex-shrink:0;width:14px;height:14px}.msg-attachment-badge span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.image-lightbox{z-index:9999;background:#000c;justify-content:center;align-items:center;animation:.15s lightbox-fade-in;display:flex;position:fixed;inset:0}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.image-lightbox img{border-radius:8px;max-width:90vw;max-height:90vh;box-shadow:0 8px 32px #0006}.image-lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:0;border-radius:50%;place-items:center;width:36px;height:36px;transition:background .12s;display:grid;position:absolute;top:16px;right:16px}.image-lightbox-close:hover{background:#ffffff4d}.image-lightbox-close svg{width:20px;height:20px}.work{grid-template-rows:minmax(0,8fr) minmax(0,13fr);min-height:0;display:grid}.work-section{flex-direction:column;min-height:0;display:flex;overflow:hidden}.work-section.deck-section{background:linear-gradient(#f9f9f9 0%,#f6f6f6 35%,#f3f3f3 65%,#f0f0f0 100%);padding:28px 42px 0;overflow:visible}.work-section.method-section{background:#f0f0f0;padding:20px 0 28px 42px}.section-eyebrow{letter-spacing:.04em;color:#404041;align-items:center;gap:14px;margin:0 0 20px;padding-left:12px;font-family:"Source Sans 3",Source Sans Pro,sans-serif;font-size:20px;font-weight:500;display:flex}.eyebrow-icon{width:22px;height:22px;color:var(--blue);flex-shrink:0;justify-content:center;align-items:center;margin-left:-2px;display:inline-flex;transform:translateY(-2px)}.eyebrow-icon svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:22px;height:22px;display:block}.eyebrow-title{flex-direction:row;align-items:baseline;gap:8px;min-width:0;display:flex}.eyebrow-title>span:first-child{white-space:nowrap}.eyebrow-sep{color:#5c5d60;-webkit-user-select:none;user-select:none;font-weight:400}.eyebrow-sub{color:#5c5d60;letter-spacing:0;white-space:nowrap;font-size:16px;font-weight:400}.sim-toolbar{flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:flex}.sim-segment{background:#fff;border:1px solid #e4e4e4;align-items:stretch;height:28px;display:inline-flex;overflow:hidden}.sim-control,.sim-segment-btn{min-width:28px;height:28px;color:var(--text);cursor:pointer;background:#fff;border:1px solid #e4e4e4;justify-content:center;align-items:center;font:600 12px/1 "Source Sans 3",sans-serif;transition:background .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex}.sim-control{padding:0 7px}.sim-segment-btn{border:0;border-left:1px solid #e4e4e4;padding:0 9px}.sim-segment-btn:first-child{border-left:0}.sim-control svg{stroke:currentColor;stroke-width:2.2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.sim-control:hover:not(:disabled),.sim-segment-btn:hover{color:var(--ink);background:#f4f6f8}.sim-control.is-active,.sim-segment-btn.is-active{background:var(--blue);border-color:var(--blue);color:#fff}.sim-segment-btn.is-active+.sim-segment-btn{border-left-color:var(--blue)}.sim-control:disabled{opacity:.35;cursor:default;pointer-events:none}.sim-counter{color:#5c5d60;text-align:center;font-variant-numeric:tabular-nums;min-width:38px;font:600 12px/1 "Source Sans 3",sans-serif}.sim-toolbar-sep{background:#e4e4e4;width:1px;height:18px;margin:0 2px}.sim-toolbar-icon{color:#5c5d60;stroke-width:2.2px;width:15px;height:15px}.deck-zoom{background:#fff;border:1px solid #e4e4e4;align-items:stretch;height:28px;margin-left:auto;display:inline-flex;overflow:hidden}.deck-zoom button{color:var(--text);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;min-width:28px;padding:0 8px;font:500 12px/1 "Source Sans 3",sans-serif;display:inline-flex}.deck-zoom button svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.deck-zoom button+button{border-left:1px solid #e4e4e4}.deck-zoom button:hover{color:var(--ink);background:#f4f6f8}.deck-zoom button:disabled{opacity:.35;cursor:default;pointer-events:none}.panel{background:0 0;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.deck-section .panel{flex:1;min-height:0;overflow:visible}.sim-viewport{filter:drop-shadow(0 3px 4px #0000004d);flex:1;place-items:center;min-height:0;padding:4px 0 20px;display:grid;overflow:hidden}.sim-stage-shell{flex:none;position:relative;overflow:hidden}.sim-stage-shell.is-zoomed{-webkit-mask-composite:source-in;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8px calc(100% - 8px),#0000 100%),linear-gradient(#0000 0%,#000 8px calc(100% - 8px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8px calc(100% - 8px),#0000 100%),linear-gradient(#0000 0%,#000 8px calc(100% - 8px),#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.sim-stage-scale{transform-origin:0 0;width:max-content;line-height:0}.sim-stage-scale canvas{display:block!important}@media (width<=1280px){.work-section.deck-section{padding-left:24px;padding-right:24px}.deck-section .eyebrow-sub,.deck-section .eyebrow-sep{display:none}}.deck-frame{cursor:default;overscroll-behavior:contain;scrollbar-width:none;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.deck-frame.is-zoomed{-webkit-mask-composite:destination-in;overflow:auto;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12px calc(100% - 12px),#0000),linear-gradient(#0000,#000 12px calc(100% - 12px),#0000);mask-image:linear-gradient(90deg,#0000,#000 12px calc(100% - 12px),#0000),linear-gradient(#0000,#000 12px calc(100% - 12px),#0000);-webkit-mask-composite:source-in;mask-composite:intersect}.deck-frame::-webkit-scrollbar{width:0;height:0;display:none}.deck-frame.is-panning{cursor:grabbing}.deck-scaler{flex-shrink:0;margin:auto;padding:4px 14px 20px}.deck-frame.is-zoomed .deck-scaler{padding:60px 80px}.deck{background:0 0;border:0;width:100%;height:auto;padding:0;display:block;position:relative;box-shadow:0 1px 2px #0b12201a,0 3px 6px -2px #0b122029,0 6px 12px -4px #0b122033}.deck img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:auto;display:block}.proto-frame-wrap{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.proto-frame{z-index:1;flex:1;min-height:0;margin-right:3px;padding-right:34px;position:relative;overflow:hidden auto}.proto-dot-canvas{z-index:0;pointer-events:none;height:0;position:sticky;top:0}.proto-dot-canvas:before{content:"";height:var(--proto-frame-h,100%);-webkit-mask-composite:source-in;background:radial-gradient(circle,#c5c7c9 1.25px,#0000 1.25px) -8.5px 8px/19px 19px;position:absolute;top:0;left:0;right:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 36px calc(100% - 36px),#0000 100%),linear-gradient(90deg,#0000 0%,#000 36px calc(100% - 36px),#0000 100%);mask-image:linear-gradient(#0000 0%,#000 36px calc(100% - 36px),#0000 100%),linear-gradient(90deg,#0000 0%,#000 36px calc(100% - 36px),#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.proto-top-fade{pointer-events:none;z-index:5;opacity:0;background:linear-gradient(#f0f0f0 0%,#f0f0f0d9 35%,#f0f0f073 65%,#f0f0f000 100%);height:48px;margin:0 40px -48px 0;transition:opacity .15s;position:sticky;top:0}.proto-frame.has-more-above .proto-top-fade{opacity:1}.proto-bottom-fade{pointer-events:none;z-index:5;opacity:0;background:linear-gradient(#f0f0f000 0%,#f0f0f073 50%,#f0f0f0d9 80%,#f0f0f0 100%);height:64px;margin:-64px 40px 0 0;transition:opacity .15s;position:sticky;bottom:0}.proto-frame.has-more-below .proto-bottom-fade{opacity:1}.proto-frame::-webkit-scrollbar{width:6px}.proto-frame::-webkit-scrollbar-thumb{background:#d0d2d3;border-radius:999px}.proto-frame::-webkit-scrollbar-track{background:0 0}.proto-inner{width:100%;min-height:950px;padding:16px 56px 36px 28px;position:relative}.lane-axis{background:repeating-linear-gradient(180deg, var(--ink-5) 0 4px, transparent 4px 10px);opacity:.55;width:1px;position:absolute;top:20px;bottom:24px;left:50%}svg.edges{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.edge{fill:none;stroke:var(--ink-4);stroke-width:1.5px;stroke-dasharray:5 4}.edge.flow{stroke:var(--blue);stroke-width:1.5px;stroke-dasharray:5 4;animation:.9s linear infinite dash}.edge.done{stroke:var(--blue);stroke-width:1.5px;stroke-dasharray:none;animation:none}@keyframes dash{to{stroke-dashoffset:-18px}}.edge.muted{stroke:var(--ink-4);opacity:.9;stroke-dasharray:3 4}.arrowhead{fill:var(--ink-3)}.arrowhead.flow{fill:var(--blue)}.node{z-index:2;background:#fff;border:1px solid #e4e4e4;width:max-content;min-width:200px;max-width:440px;padding:10px 12px;transition:border-color .15s,box-shadow .15s,transform .15s;position:absolute;box-shadow:0 1px #0d11160a,0 1px 2px #0d11160a}.node:hover{border-color:#0d11161f;box-shadow:0 1px #0d11160a,0 4px 10px #0d11160f}.node.complete{background:#fff;border-color:#0d11160f}.node.active{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-50), 0 1px 2px #0d11160f}.node-row{align-items:center;gap:9px;min-width:0;display:flex}.node-icon{width:24px;height:24px;color:var(--ink-3);background:#f2f4f7;flex:none;place-items:center;transition:background .15s,color .15s;display:grid;border-radius:4px!important}.node-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.node.complete .node-icon{background:var(--blue-50);color:var(--blue)}.node.active .node-icon{background:var(--blue);color:#fff}.node-title{color:var(--text);letter-spacing:-.005em;white-space:nowrap;font-size:14px;font-weight:600;line-height:1.25}.loop-badge{font-variant-numeric:tabular-nums;color:var(--blue,#2563eb);letter-spacing:.01em;white-space:nowrap;background:#2563eb14;border:1px solid #2563eb40;border-radius:999px;align-items:center;gap:3px;margin-left:6px;padding:1px 8px 1px 4px;font-size:11px;font-weight:600;display:inline-flex}.loop-badge svg{stroke:currentColor;stroke-width:1.6px;fill:none;width:12px;height:12px}.iter-badge{font-variant-numeric:tabular-nums;color:#fff;background:var(--blue,#2563eb);white-space:nowrap;letter-spacing:.02em;pointer-events:none;border-radius:999px;padding:1px 7px;font-size:10px;font-weight:600;position:absolute;bottom:-10px;right:-8px;box-shadow:0 1px 2px #0d11161f}.edges .loop-arrow{fill:none;stroke:#2563eb8c;stroke-width:1.5px;stroke-dasharray:4 3}.edges .loop-arrow.is-active{stroke:var(--blue,#2563eb);stroke-width:2px;stroke-dasharray:none}.edges .arrowhead.loop{fill:#2563eb8c}.edges .loop-arrow.is-active+.loop-arrow-label.is-active,.edges .loop-arrow-label.is-active{fill:var(--blue,#2563eb)}.edges .loop-arrow-label{font-variant-numeric:tabular-nums;fill:#2563ebb3;letter-spacing:.02em;font-size:11px;font-weight:700}.node.io{background:var(--ink);border-color:var(--ink);width:180px;box-shadow:0 1px 2px #0d11162e}.node.io .node-title{color:#fff}.node.io .node-icon{color:#ffffffd9;background:#ffffff1a}.node.branch{background:#fafbfc;border:1px dashed #0d111629;width:188px}.node.branch:hover{border-color:#0d111647}.node.branch .node-icon{color:#6e0082;background:#f2e0f5}.method-player{color:#1c82e0;cursor:pointer;background:#fff;border:1px solid #e4e4e4;place-items:center;width:60px;height:60px;transition:transform 80ms,background .15s,box-shadow .15s;display:grid;box-shadow:inset 0 1px #ffffff2e,0 12px 32px -6px #00000040,0 4px 12px -4px #0000002e;border-radius:50%!important}.method-player:hover:not(:disabled){background:#f7fbff;box-shadow:inset 0 1px #ffffff2e,0 14px 36px -4px #0000004d,0 4px 12px -4px #0003}.method-player:active:not(:disabled){transform:scale(.96)}.method-player:disabled{color:#9a9a9b;cursor:default;opacity:.6;background:#ededed;border-color:#d4d4d4;box-shadow:0 2px 6px -3px #0000001f}.method-player svg{fill:currentColor;stroke:currentColor;stroke-width:1.6px;stroke-linejoin:round;width:26px;height:26px;margin-left:2px}.method-player-group{z-index:50;flex-direction:column;align-items:center;gap:16px;display:flex;position:fixed;bottom:24px;right:42px}.method-player-group .method-player{position:static}.method-player-steps{flex-direction:column;align-items:center;gap:8px;display:flex}.method-player-step{color:#404041;cursor:pointer;background:#fff;border:1px solid #e4e4e4;place-items:center;width:28px;height:28px;transition:transform 80ms,background .15s;display:grid;box-shadow:0 4px 12px -4px #0000001f;border-radius:50%!important}.method-player-step:hover:not(:disabled){background:#f7fbff}.method-player-step:active:not(:disabled){transform:scale(.92)}.method-player-step:disabled{color:#b3b3b4;cursor:default;box-shadow:none;opacity:.6;background:#ededed;border-color:#d4d4d4}.method-player-step svg{fill:none;stroke:currentColor;stroke-width:4px;stroke-linejoin:round;stroke-linecap:round;width:12px;height:12px}.login{background:radial-gradient(1100px 560px at 50% -12%, var(--blue-25) 0%, #f5f9fd00 62%), var(--bg);place-items:center;width:100%;min-height:100%;padding:24px;display:grid}.login-card{background:var(--surface);width:100%;max-width:384px;box-shadow:var(--shadow-2);border:1px solid #e4e4e4;flex-direction:column;gap:22px;padding:32px;display:flex}.login-brand{align-items:center;gap:14px;display:flex}.login-logo{width:auto;height:30px;display:block}.login-divider{background:#e4e4e4;width:1px;height:20px}.login-product{color:var(--ink-2);letter-spacing:-.005em;font-size:22px;font-weight:600;line-height:1}.login-heading{flex-direction:column;gap:6px;display:flex}.login-title{color:var(--ink-2);letter-spacing:-.01em;margin:0;font-size:20px;font-weight:600}.login-subtitle{color:var(--ink-3);margin:0;font-size:13.5px;line-height:1.5}.login-fields{flex-direction:column;gap:12px;display:flex}.login-input{font:inherit;width:100%;color:var(--ink);background:var(--surface);border:1px solid #e4e4e4;outline:0;padding:10px 14px;transition:border-color .15s,box-shadow .15s}.login-input::placeholder{color:var(--ink-4)}.login-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-50)}.login-error{color:#b42318;background:#fef3f2;border:1px solid #fecdca;margin:0;padding:8px 12px;font-size:13px;line-height:1.45}.login-submit{font:inherit;color:#fff;background:var(--blue);border:1px solid var(--blue);cursor:pointer;width:100%;height:40px;font-weight:600;transition:background .12s,border-color .12s}.login-submit:hover{background:var(--blue-700);border-color:var(--blue-700)}.login-submit:active{background:var(--blue-700)}
