@keyframes sd-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes sd-blurIn{0%{opacity:0;filter:blur(4px)}to{opacity:1;filter:blur()}}@keyframes sd-slideUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}[data-sd-animate]{animation:var(--sd-animation,sd-fadeIn) var(--sd-duration,.15s) var(--sd-easing,ease) var(--sd-delay,0s) both}:root{--hub-orange:#e8552e;--hub-orange-light:#ff7a4f;--hub-orange-soft:#e8552e1a;--hub-cream-1:#fff8f5;--hub-cream-2:#ffeae2;--hub-text:#1f1f24;--hub-text-muted:#6b6b73;--hub-border:#00000014;--hub-border-warm:#e8552e2e;--hub-shadow:0 16px 48px #2d140c2e, 0 4px 14px #2d140c14;--hub-bubble-radius:16px;--background:#fff;--foreground:var(--hub-text);--card:#fff;--card-foreground:var(--hub-text);--muted:var(--hub-cream-1);--muted-foreground:var(--hub-text-muted);--border:var(--hub-border-warm);--input:var(--hub-border-warm);--primary:var(--hub-orange);--primary-foreground:#fff;--radius:.625rem}.hub-assistant-fab{background:linear-gradient(135deg, var(--hub-orange-light) 0%, var(--hub-orange) 100%);color:#fff;cursor:pointer;z-index:9999;border:0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:transform .12s,box-shadow .12s,background .16s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #e8552e59,0 2px 4px #0000001a}.hub-assistant-fab:hover{transform:scale(1.05);box-shadow:0 6px 16px #e8552e73,0 2px 6px #0000001f}.hub-assistant-fab:active{transform:scale(.97)}.hub-assistant-fab.is-open{background:#1f1f24;box-shadow:0 4px 12px #0000004d}.hub-assistant-fab-avatar{border:2px solid #ffffffdb;width:44px;height:44px;box-shadow:0 2px 8px #2d140c2e}.hub-assistant-popover{background:linear-gradient(180deg, #fff 0%, var(--hub-cream-1) 100%);border:1px solid var(--hub-border);width:400px;height:min(740px,100vh - 104px);box-shadow:var(--hub-shadow);z-index:9998;border-radius:20px;flex-direction:column;font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.18s cubic-bezier(.2,.8,.2,1) hub-assistant-popover-in;display:flex;position:fixed;bottom:96px;right:24px;overflow:hidden}.hub-assistant-shell{z-index:9998;grid-template-columns:minmax(0,1fr);gap:10px;width:400px;height:min(740px,100vh - 104px);font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:grid;position:fixed;bottom:96px;right:24px}.hub-assistant-shell.has-desktop{grid-template-columns:minmax(420px,1fr) 400px;width:min(1120px,100vw - 48px)}.hub-assistant-shell.has-floating-desktop{grid-template-columns:minmax(0,1fr);width:400px}.hub-assistant-shell.is-embedded{width:100%;height:100%;position:absolute;inset:0}.hub-assistant-shell .hub-assistant-popover.is-docked{width:100%;height:100%;position:relative;inset:auto}.hub-assistant-shell.is-sidebar{width:min(420px,100vw);height:100vh;top:0;bottom:0;right:0}.hub-assistant-shell.is-sidebar.has-desktop{grid-template-columns:minmax(420px,1fr) 420px;width:min(1140px,100vw)}.hub-assistant-shell.is-sidebar.has-floating-desktop{grid-template-columns:minmax(0,1fr);width:min(420px,100vw)}.hub-assistant-shell.is-sidebar .hub-assistant-popover.is-sidebar{background:#fff;border:0;border-radius:0;box-shadow:inset 8px 0 18px -8px #00000024}body.is-hub-sidebar-docked{box-sizing:border-box}@media (width>=760px){body.is-hub-sidebar-docked{padding-right:420px}}.hub-assistant-popover.is-sidebar .hub-assistant-header{background:#fff;border-bottom:0}.hub-assistant-popover.is-sidebar .hub-assistant-tag{color:var(--hub-text-muted);background:#0000000a}.hub-assistant-popover.is-sidebar .hub-assistant-context-banner{background:#fff;border-bottom:0}.hub-assistant-popover.is-sidebar .hub-conversation-switcher-panel{background:0 0;border-bottom:0}.hub-assistant-fab.is-sidebar.is-open{display:none}.hub-assistant-desktop-panel{min-width:0;min-height:0;box-shadow:var(--hub-shadow);background:#1c1c1c;border:1px solid #00000024;border-radius:16px;flex-direction:column;animation:.18s cubic-bezier(.2,.8,.2,1) hub-assistant-desktop-in;display:flex;position:relative;overflow:hidden}.hub-assistant-desktop-panel.is-floating{z-index:9997;resize:none;border-color:#ff7a4f47;max-width:calc(100vw - 12px);max-height:calc(100vh - 24px);position:fixed;box-shadow:0 18px 58px #2d140c47,0 4px 16px #2d140c29}.hub-assistant-desktop-panel.is-floating.is-expanded{z-index:10090}@keyframes hub-assistant-desktop-in{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.hub-assistant-desktop-header{color:#fff;background:#262626;border-bottom:1px solid #ffffff14;flex:none;justify-content:space-between;align-items:center;min-height:38px;padding:8px 10px 8px 34px;display:flex;position:relative}.hub-assistant-desktop-header.is-draggable{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.hub-assistant-desktop-header.is-draggable:active{cursor:grabbing}.hub-assistant-desktop-title{pointer-events:none;white-space:nowrap;align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hub-assistant-desktop-header-spacer{flex:0 0 112px;min-width:112px}.hub-assistant-desktop-actions{z-index:1;align-items:center;gap:4px;display:inline-flex;position:relative}.hub-assistant-desktop-icon-btn,.hub-assistant-desktop-close{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.hub-assistant-desktop-resize-handle{z-index:2;cursor:nwse-resize;touch-action:none;width:30px;height:30px;position:absolute;bottom:6px;right:6px}.hub-assistant-desktop-resize-handle:before{content:"";border-top:2px solid #ffffff6b;border-left:2px solid #ffffff6b;border-radius:1px;width:9px;height:9px;position:absolute;top:6px;left:6px}.hub-assistant-desktop-resize-handle:after{content:"";border-bottom:2px solid #ff7a4fc7;border-right:2px solid #ff7a4fc7;border-radius:1px;width:9px;height:9px;position:absolute;bottom:6px;right:6px}.hub-assistant-desktop-icon-btn:hover,.hub-assistant-desktop-close:hover{background:#ffffff1f}.hub-assistant-desktop-icon-btn:focus-visible,.hub-assistant-desktop-close:focus-visible{outline-offset:2px;outline:2px solid #ffffffb8}.hub-assistant-desktop-frame-wrap{background:#1c1c1c;flex:1;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.hub-assistant-desktop-frame{background:#1c1c1c;border:0;flex:1;width:100%;min-width:0;height:100%;min-height:0}.hub-assistant-desktop-splash{z-index:1;color:#ffffffe0;letter-spacing:0;pointer-events:none;background:#1c1c1c;flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:13px;font-weight:750;display:flex;position:absolute;inset:0}.hub-assistant-desktop-splash-text{color:#ffffffe0;letter-spacing:.01em;text-shadow:0 2px 8px #00000073;font-size:15px;font-weight:600}.hub-assistant-desktop-expanded-placeholder{color:#ffffff8a;background:#1c1c1c;flex:1;justify-content:center;align-items:center;min-height:0;padding:18px;font-size:13px;font-weight:700;display:flex}.hub-assistant-desktop-shortcuts{background:#262626;border-top:1px solid #ffffff14;flex:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px;display:grid}.hub-assistant-desktop-shortcut{color:#fff;min-width:0;min-height:38px;font:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:8px 10px;font-size:13px;font-weight:700;transition:transform .12s,background .14s,border-color .14s;display:inline-flex}.hub-assistant-desktop-shortcut:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff38;transform:translateY(-1px)}.hub-assistant-desktop-shortcut:focus-visible{outline-offset:2px;outline:2px solid #ffffffb8}.hub-assistant-desktop-shortcut:disabled{cursor:wait;opacity:.72}.hub-assistant-desktop-shortcut-mark{color:#111;background:#fff;border-radius:6px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:13px;font-weight:900;line-height:1;display:inline-flex;box-shadow:0 1px 5px #00000038}.hub-assistant-desktop-shortcut-linkedin .hub-assistant-desktop-shortcut-mark{color:#fff;background:linear-gradient(135deg,#0a66c2 0%,#2c8fe8 100%)}.hub-assistant-desktop-shortcut-google .hub-assistant-desktop-shortcut-mark{background:conic-gradient(from 45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 72%, #ea4335 0 100%);color:#fff;text-shadow:0 1px 2px #00000057}.hub-assistant-desktop-shortcut-luma .hub-assistant-desktop-shortcut-mark{color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,#17171c 0%,#3a3a44 100%);font-weight:800}.hub-assistant-desktop-manual{color:#ffffffd1;min-height:30px;font:inherit;text-underline-offset:3px;cursor:pointer;background:#262626;border:0;flex:none;justify-content:center;align-items:center;padding:0 12px 10px;font-size:12px;font-weight:750;text-decoration:underline;display:inline-flex}.hub-assistant-desktop-manual:hover:not(:disabled){color:#fff}.hub-assistant-desktop-manual:disabled{cursor:wait;opacity:.62}.hub-assistant-desktop-status{color:#ffffffb8;background:#262626;flex:none;padding:0 12px 10px;font-size:12px;line-height:1.4}.hub-assistant-desktop-status.is-error{color:#ffb4a8}.hub-assistant-desktop-dialog-backdrop{z-index:2;background:#0000006b;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:absolute;inset:0}.hub-assistant-desktop-dialog{color:#fff;background:#202020;border:1px solid #ffffff24;border-radius:14px;gap:12px;width:min(420px,100%);padding:16px;display:grid;box-shadow:0 18px 48px #00000052}.hub-assistant-desktop-dialog h3{margin:0;font-size:15px;font-weight:800}.hub-assistant-desktop-dialog input{color:#fff;width:100%;min-height:38px;font:inherit;background:#ffffff14;border:1px solid #ffffff2e;border-radius:9px;outline:none;padding:8px 10px;font-size:13px}.hub-assistant-desktop-dialog input:focus{border-color:#ffffff7a;box-shadow:0 0 0 3px #ffffff1a}.hub-assistant-desktop-dialog-actions{justify-content:flex-end;gap:8px;display:flex}.hub-assistant-desktop-dialog-actions button{color:#fff;min-height:34px;font:inherit;cursor:pointer;background:#ffffff14;border:1px solid #ffffff29;border-radius:9px;padding:0 12px;font-size:13px;font-weight:750}.hub-assistant-desktop-dialog-actions button[type=submit]{color:#1c1c1c;background:#fff;border-color:#0000}.hub-assistant-desktop-modal-backdrop{z-index:10080;background:#0000009e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.hub-assistant-desktop-modal{background:#1c1c1c;border:1px solid #ffffff29;border-radius:18px;flex-direction:column;width:95vw;min-width:0;max-width:95vw;height:95vh;min-height:0;max-height:95vh;animation:.16s cubic-bezier(.2,.8,.2,1) hub-assistant-desktop-modal-in;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 88px #00000075}.hub-assistant-desktop-modal-frame-wrap{flex:1;min-width:0;min-height:0}.hub-assistant-desktop-modal-frame{background:#1c1c1c;border:0;flex:1;width:100%;min-width:0;height:100%;min-height:0}@keyframes hub-assistant-desktop-modal-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes hub-assistant-popover-in{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.hub-assistant-popover.is-embedded{width:100%;height:100%;box-shadow:none;border-radius:0;position:absolute;inset:0}@media (width<=480px){.hub-assistant-shell{width:auto;height:calc(100vh - 110px);bottom:88px;left:8px;right:8px}.hub-assistant-shell.has-desktop{grid-template-rows:minmax(240px,48vh) minmax(0,1fr);grid-template-columns:minmax(0,1fr);width:auto}.hub-assistant-shell.has-floating-desktop{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);width:auto}.hub-assistant-desktop-panel.is-floating{min-width:0;right:8px;width:calc(100vw - 16px)!important;left:8px!important}.hub-assistant-popover{border-radius:18px;width:auto;height:calc(100vh - 110px);bottom:88px;left:8px;right:8px}.hub-assistant-desktop-shortcuts{grid-template-columns:1fr}.hub-assistant-desktop-modal-backdrop{padding:8px}.hub-assistant-desktop-modal{border-radius:14px;width:95vw;height:95vh}}@media (width<=860px){.hub-assistant-shell.has-desktop{grid-template-rows:minmax(240px,48vh) minmax(0,1fr);grid-template-columns:minmax(0,1fr)}}.hub-assistant-header{background:linear-gradient(180deg, var(--hub-cream-1) 0%, var(--hub-cream-2) 100%);border-bottom:1px solid var(--hub-border-warm);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.hub-assistant-title{color:var(--hub-text);align-items:center;gap:8px;font-size:15px;font-weight:600;display:inline-flex}.hub-assistant-header-avatar{width:24px;height:24px;font-size:12px}.hub-assistant-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--hub-orange);background:var(--hub-orange-soft);border-radius:999px;padding:3px 8px;font-size:10px;font-weight:600}.hub-assistant-context-banner{color:#6d5d52;background:#fff7edb8;border-bottom:1px solid #e7dacdd1;align-items:center;gap:8px;min-height:34px;padding:7px 18px;font-size:12px;line-height:1.35;display:flex}.hub-assistant-context-dot{background:var(--hub-orange);border-radius:999px;flex:none;width:7px;height:7px;box-shadow:0 0 0 3px #e8552e1f}.hub-assistant-context-label{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-weight:600;overflow:hidden}.hub-assistant-context-action{min-height:24px;color:var(--hub-orange);cursor:pointer;font:inherit;white-space:nowrap;background:#ffffffd1;border:1px solid #e8552e3d;border-radius:999px;flex:none;align-items:center;gap:5px;margin-left:auto;padding:3px 8px;font-size:11px;font-weight:700;line-height:1;display:inline-flex;box-shadow:0 1px 3px #2d140c14}.hub-assistant-context-action:hover{color:#1f1f24;border-color:#e8552e6b}.hub-assistant-context-action[aria-pressed=true]{background:var(--hub-orange-soft);color:var(--hub-orange)}.hub-assistant-shortcut{min-width:28px;height:18px;color:var(--hub-text-muted);letter-spacing:0;background:#ffffffb8;border:1px solid #e8552e47;border-radius:5px;justify-content:center;align-items:center;padding:0 5px;font:700 10px/1 ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;display:inline-flex}.hub-conversation-switcher{justify-content:center;align-items:center;gap:6px;min-width:0;display:inline-flex}.hub-conversation-switcher-page{align-self:center;width:min(420px,100%);margin:0 auto 4px}.hub-conversation-switcher-panel{background:#fffcf8c7;border-bottom:1px solid #e7dacdb3;width:100%;min-height:36px;padding:4px 14px}.hub-conversation-trigger{min-width:0;max-width:100%;height:32px;color:var(--hub-text);font:inherit;cursor:pointer;background:#ffffffc7;border:1px solid #e8552e2e;border-radius:999px;outline:none;flex:auto;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:650;line-height:1.2;transition:background .14s,border-color .14s,box-shadow .14s,color .14s;display:inline-flex;box-shadow:0 1px 2px #2d140c0f}.hub-conversation-trigger:hover{background:#fff;border-color:#e8552e57;box-shadow:0 2px 6px #2d140c14}.hub-conversation-trigger:focus-visible,.hub-conversation-trigger.is-open{background:#fff;border-color:#e8552e8c;box-shadow:0 0 0 3px #e8552e29}.hub-conversation-trigger-icon{color:var(--hub-orange);opacity:.78;flex:none;align-items:center;transition:opacity .14s,color .14s;display:inline-flex}.hub-conversation-trigger:hover .hub-conversation-trigger-icon,.hub-conversation-trigger.is-open .hub-conversation-trigger-icon{opacity:1}.hub-conversation-trigger-label{text-overflow:ellipsis;white-space:nowrap;text-align:center;flex:auto;min-width:0;overflow:hidden}.hub-conversation-trigger-chevron{color:var(--hub-text-muted);flex:none;align-items:center;transition:transform .14s,color .14s;display:inline-flex}.hub-conversation-trigger.is-open .hub-conversation-trigger-chevron{color:var(--hub-orange);transform:rotate(180deg)}.hub-conversation-new,.hub-conversation-mode{width:32px;height:32px;color:var(--hub-orange);cursor:pointer;background:#ffffffc7;border:1px solid #e8552e2e;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0;transition:background .14s,border-color .14s,color .14s,transform .12s;display:inline-flex}.hub-conversation-new:hover,.hub-conversation-new:focus-visible,.hub-conversation-mode:hover,.hub-conversation-mode:focus-visible{color:#1f1f24;background:#fff;border-color:#e8552e8c;outline:none}.hub-conversation-new:active,.hub-conversation-mode:active{transform:scale(.96)}.hub-conversation-new:disabled,.hub-conversation-mode:disabled,.hub-conversation-trigger:disabled{opacity:.58;cursor:wait}.hub-conversation-mode[aria-pressed=true]{color:var(--hub-orange);background:#e8552e24;border-color:#e8552e8c}.hub-conversation-popover{box-sizing:border-box;background:linear-gradient(180deg, #fff 0%, var(--hub-cream-1) 140%);border:1px solid var(--hub-border-warm);color:var(--hub-text);border-radius:14px;flex-direction:column;gap:6px;padding:6px;font-family:inherit;font-size:13px;animation:.12s both hub-conversation-popover-in;display:flex;box-shadow:0 18px 48px #2d140c2e,0 4px 14px #2d140c14}@keyframes hub-conversation-popover-in{0%{opacity:0;transform:translateY(-4px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.hub-conversation-search{background:#ffffffd9;border:1px solid #e8552e29;border-radius:10px;align-items:center;gap:8px;height:32px;padding:0 10px;transition:border-color .14s,box-shadow .14s;display:flex}.hub-conversation-search:focus-within{border-color:#e8552e8c;box-shadow:0 0 0 3px #e8552e24}.hub-conversation-search-icon{color:var(--hub-text-muted);flex:none;align-items:center;display:inline-flex}.hub-conversation-search-input{min-width:0;height:100%;color:var(--hub-text);font:inherit;background:0 0;border:0;outline:none;flex:auto;font-size:13px}.hub-conversation-search-input::placeholder{color:var(--hub-text-muted)}.hub-conversation-list{scrollbar-width:thin;scrollbar-color:#e8552e66 transparent;max-height:min(320px,50vh);margin:0;padding:2px;list-style:none;overflow-y:auto}.hub-conversation-list::-webkit-scrollbar{width:6px}.hub-conversation-list::-webkit-scrollbar-thumb{background:#e8552e52;border-radius:999px}.hub-conversation-option{cursor:pointer;height:32px;color:var(--hub-text);-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:8px;padding:0 10px;font-weight:550;transition:background .1s,color .1s;display:flex}.hub-conversation-option-icon{color:var(--hub-text-muted);opacity:.7;flex:none;align-items:center;transition:color .1s,opacity .1s;display:inline-flex}.hub-conversation-option.is-highlighted .hub-conversation-option-icon,.hub-conversation-option.is-active .hub-conversation-option-icon{color:var(--hub-orange);opacity:1}.hub-conversation-option-title{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.hub-conversation-option-check{color:var(--hub-orange);flex:none;align-items:center;display:inline-flex}.hub-conversation-option-delete{width:24px;height:24px;color:var(--hub-text-muted);cursor:pointer;opacity:0;pointer-events:none;background:0 0;border:0;border-radius:6px;flex:none;justify-content:center;align-items:center;margin-left:auto;padding:0;transition:opacity .12s,background .12s,color .12s;display:inline-flex}.hub-conversation-option:hover .hub-conversation-option-delete,.hub-conversation-option-delete:focus-visible{opacity:1;pointer-events:auto}.hub-conversation-option-delete:hover{color:#dc2626;background:#dc26261f}.hub-conversation-option-delete:disabled{cursor:not-allowed;opacity:.4}.hub-conversation-option.is-highlighted{color:#1f1f24;background:#e8552e1f}.hub-conversation-option.is-active{color:var(--hub-orange);font-weight:700}.hub-conversation-option.is-active.is-highlighted{background:#e8552e2e}.hub-conversation-empty{text-align:center;color:var(--hub-text-muted);padding:14px 10px;font-size:12px;font-style:italic}.hub-conversation-create{width:100%;height:34px;color:var(--hub-orange);font:inherit;cursor:pointer;background:0 0;border:1px dashed #e8552e6b;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:700;transition:background .14s,color .14s,border-color .14s;display:inline-flex}.hub-conversation-create:hover,.hub-conversation-create:focus-visible{color:#1f1f24;background:#e8552e1a;border-color:#e8552eb3;outline:none}.hub-conversation-create:disabled{opacity:.58;cursor:wait}.hub-thread{flex-direction:column;flex:1;min-height:0;display:flex}.hub-thread-viewport{flex-direction:column;flex:1;gap:10px;padding:16px 14px;display:flex;overflow-y:auto}.hub-thread-empty{text-align:center;color:var(--hub-text-muted);flex-direction:column;align-items:center;gap:8px;max-width:260px;margin:auto;padding:28px 12px;display:flex}.hub-thread-empty strong{color:var(--hub-text);font-size:15px}.hub-thread-empty p{color:var(--hub-text-muted);margin:4px 0 0;font-size:13px;line-height:1.5}.hub-msg{animation:.2s cubic-bezier(.2,.8,.2,1) hub-msg-in;display:flex}@keyframes hub-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hub-msg-user{justify-content:flex-end}.hub-msg-assistant{justify-content:flex-start;align-items:flex-end;gap:8px}.hub-msg-bubble{border-radius:var(--hub-bubble-radius);white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere;min-width:0;max-width:84%;padding:10px 14px;font-size:14.5px;line-height:1.5}.hub-msg-user .hub-msg-bubble{background:linear-gradient(135deg, var(--hub-orange-light) 0%, var(--hub-orange) 100%);color:#fff;border-bottom-right-radius:6px;box-shadow:0 1px 2px #e8552e2e}.hub-msg-assistant .hub-msg-bubble{color:var(--hub-text);border:1px solid var(--hub-border-warm);background:#fff;border-bottom-left-radius:6px}.hub-msg-assistant .hub-msg-bubble:has(.hub-msg-pending){background:linear-gradient(#fffffff5,#fff9f6e6);border-color:#e8552e29;padding:9px 12px;box-shadow:0 10px 28px #2f2b2714}.hub-msg-avatar{object-fit:cover;background:var(--hub-cream-1);width:32px;height:32px;color:var(--hub-orange);border:1px solid var(--hub-border-warm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;line-height:1;display:inline-flex}.hub-msg-avatar-placeholder{background:linear-gradient(135deg, var(--hub-cream-1) 0%, var(--hub-cream-2) 100%);border-color:color-mix(in srgb, var(--hub-orange) 14%, var(--hub-border-warm));position:relative;overflow:hidden}.hub-msg-avatar-placeholder:before{content:"";background:linear-gradient(100deg,#0000 0% 30%,#e8552e2e 50%,#0000 70% 100%) -120% 0/220% 100%;animation:1.4s ease-in-out infinite hubAvatarShimmer;position:absolute;inset:0}@keyframes hubAvatarShimmer{0%{background-position:-120% 0}to{background-position:220% 0}}@media (prefers-reduced-motion:reduce){.hub-msg-avatar-placeholder:before{opacity:.35;animation:none}}.hub-msg-avatar-lg{width:44px;height:44px;font-size:20px}.hub-msg-avatar-xl{width:56px;height:56px;font-size:24px;box-shadow:0 8px 20px #2d140c1a}.hub-chat-ready,.hub-assistant-ready{min-height:180px;color:var(--hub-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex}.hub-chat-ready{min-height:100vh}.hub-msg-markdown{white-space:normal;overflow-wrap:anywhere;--background:0 0% 100%;--foreground:240 8% 13%;--card:0 0% 100%;--card-foreground:240 8% 13%;--popover:0 0% 100%;--popover-foreground:240 8% 13%;--primary:13 80% 55%;--primary-foreground:0 0% 100%;--secondary:17 100% 96%;--secondary-foreground:240 8% 13%;--muted:17 100% 96%;--muted-foreground:240 4% 44%;--accent:13 80% 55%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:13 80% 88%;--input:13 80% 88%;--ring:13 80% 55%;--radius:.5rem;--streamdown-surface:hsl(var(--card));--streamdown-muted-surface:hsl(var(--muted) / .78);--streamdown-border:hsl(var(--border));--streamdown-ring:hsl(var(--ring) / .18);min-width:0}.hub-msg-pending{max-width:100%}.hub-pending-status{min-width:0;max-width:100%;min-height:28px;color:var(--hub-text);letter-spacing:0;flex-wrap:wrap;align-items:baseline;gap:4px 9px;font-size:14px;font-weight:650;display:flex}.hub-pending-copy{flex-wrap:wrap;align-items:baseline;gap:4px 6px;min-width:0;max-width:100%;display:inline-flex}.hub-pending-word{--_fg:#1f1f24;--_bg:#c4421f;--_bg-width:200%;--_duration:1500;--_repeat-delay:600;--shimmer-angle:0deg;white-space:nowrap;background:0 0 / var(--_bg-width) 100% no-repeat linear-gradient(calc(90deg + var(--shimmer-angle)), var(--_fg) 0%, var(--_fg) 4%, color-mix(in oklab, var(--_fg) 96%, var(--_bg)) 11%, color-mix(in oklab, var(--_fg) 88%, var(--_bg)) 17%, color-mix(in oklab, var(--_fg) 78%, var(--_bg)) 25%, color-mix(in oklab, var(--_fg) 64%, var(--_bg)) 33%, color-mix(in oklab, var(--_fg) 46%, var(--_bg)) 41%, var(--_bg) 50%, color-mix(in oklab, var(--_fg) 46%, var(--_bg)) 59%, color-mix(in oklab, var(--_fg) 64%, var(--_bg)) 67%, color-mix(in oklab, var(--_fg) 78%, var(--_bg)) 75%, color-mix(in oklab, var(--_fg) 88%, var(--_bg)) 83%, color-mix(in oklab, var(--_fg) 96%, var(--_bg)) 89%, var(--_fg) 96%, var(--_fg) 100%);color:#0000;-webkit-text-fill-color:transparent;animation:.52s cubic-bezier(.2,.8,.2,1) hub-pending-word-in,1s linear infinite backwards tw-shimmer;animation-duration:.52s, calc((var(--_duration) + var(--_repeat-delay)) * 1ms);-webkit-background-clip:text;background-clip:text;display:inline-block}.hub-pending-dots{color:#1f1f24;align-items:baseline;gap:1px;margin-left:-1px;display:inline-flex}.hub-pending-dots span{opacity:.3;font-weight:700;line-height:1;animation:1.2s ease-in-out infinite hub-pending-dot;display:inline-block}.hub-pending-dots span:nth-child(2){animation-delay:.18s}.hub-pending-dots span:nth-child(3){animation-delay:.36s}@keyframes hub-pending-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.hub-pending-meta{color:var(--hub-text-muted);flex-basis:100%;align-items:center;gap:5px;width:100%;margin-top:2px;font-size:12px;font-weight:650;display:inline-flex}.hub-pending-metric{align-items:center;gap:3px;display:inline-flex}.hub-pending-meta-icon{color:#e8552ed1;fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:12px;height:12px}.hub-pending-token-icon{color:#c47c18e6}.hub-pending-number{font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1, "lnum" 1;letter-spacing:0;font-family:SF Mono,Roboto Mono,ui-monospace,Menlo,Consolas,monospace}.hub-pending-token-value{min-width:60px}.hub-pending-elapsed-value{min-width:18px}@keyframes hub-pending-word-in{0%{opacity:0;filter:blur(5px);transform:translateY(8px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes tw-shimmer{0%{background-position:100% 0}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hub-streamdown{color:hsl(var(--foreground))}.hub-streamdown .hub-sd-p{margin:0 0 10px;line-height:1.58}.hub-streamdown .hub-sd-p:last-child{margin-bottom:0}.hub-msg-markdown>*{margin:0}.hub-msg-markdown p,.hub-msg-markdown ul,.hub-msg-markdown ol,.hub-msg-markdown blockquote,.hub-msg-markdown pre,.hub-msg-markdown table{margin:0 0 10px}.hub-msg-markdown p:last-child,.hub-msg-markdown ul:last-child,.hub-msg-markdown ol:last-child,.hub-msg-markdown blockquote:last-child,.hub-msg-markdown pre:last-child,.hub-msg-markdown table:last-child{margin-bottom:0}.hub-msg-markdown ul,.hub-msg-markdown ol{padding-left:20px}.hub-msg-markdown li+li{margin-top:4px}.hub-msg-markdown [data-streamdown=link],.hub-msg-markdown a,.hub-streamdown .hub-sd-link{color:hsl(var(--primary));border:1px solid hsl(var(--primary) / .18);border-bottom-color:hsl(var(--primary) / .38);border-radius:calc(var(--radius) - 3px);background:hsl(var(--primary) / .06);text-underline-offset:3px;overflow-wrap:anywhere;word-break:normal;padding:1px 3px;font-weight:600;text-decoration:none;transition:background .14s,border-color .14s,color .14s,box-shadow .14s}.hub-msg-markdown [data-streamdown=link]:hover,.hub-msg-markdown a:hover,.hub-streamdown .hub-sd-link:hover{color:#c94321;background:hsl(var(--primary) / .11);border-color:hsl(var(--primary) / .38);border-bottom-color:hsl(var(--primary));text-decoration:none}.hub-streamdown .hub-sd-link:focus-visible{box-shadow:0 0 0 3px var(--streamdown-ring);border-bottom-color:#0000;outline:0}.hub-streamdown .hub-sd-link.is-bare-url{border:1px solid hsl(var(--primary) / .24);border-radius:calc(var(--radius) - 3px);-webkit-box-decoration-break:clone;box-decoration-break:clone;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.86em;font-weight:600;line-height:1.65;display:inline}.hub-streamdown .hub-sd-link.is-bare-url:hover{background:hsl(var(--primary) / .13);border-color:hsl(var(--primary) / .4)}.hub-msg-markdown [data-streamdown=strong]{font-weight:700}.hub-msg-markdown [data-streamdown^=heading-]{color:hsl(var(--foreground));margin:16px 0 8px;font-weight:700;line-height:1.25}.hub-msg-markdown [data-streamdown=heading-1]{border-bottom:1px solid hsl(var(--border));padding-bottom:8px;font-size:1.35em}.hub-msg-markdown [data-streamdown=heading-2]{font-size:1.2em}.hub-msg-markdown [data-streamdown=heading-3]{font-size:1.1em}.hub-msg-markdown [data-streamdown=heading-4],.hub-msg-markdown [data-streamdown=heading-5],.hub-msg-markdown [data-streamdown=heading-6]{font-size:1em}.hub-msg-markdown [data-streamdown=horizontal-rule]{border:0;border-top:1px solid hsl(var(--border));margin:14px 0}.hub-msg-markdown [data-streamdown=inline-code],.hub-msg-markdown code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.92em}.hub-msg-markdown [data-streamdown=inline-code],.hub-msg-markdown :not(pre)>code{border-radius:calc(var(--radius) - 2px);background:hsl(var(--muted));color:hsl(var(--foreground));overflow-wrap:anywhere;word-break:break-word;padding:2px 5px}.hub-msg-markdown pre{border-radius:var(--radius);color:#f8fafc;background:#1f1f24;padding:12px;overflow-x:auto}.hub-msg-markdown pre code{color:inherit;background:0 0;padding:0}.hub-msg-markdown [data-streamdown=blockquote],.hub-msg-markdown blockquote{border-left:3px solid hsl(var(--primary) / .55);border-radius:calc(var(--radius) - 2px);background:hsl(var(--muted) / .55);color:hsl(var(--muted-foreground));padding:8px 12px}.hub-msg-markdown [data-streamdown=ordered-list],.hub-msg-markdown [data-streamdown=unordered-list],.hub-streamdown .hub-sd-list{margin-top:8px;margin-bottom:10px;margin-left:0;padding-left:22px;list-style-position:outside}.hub-msg-markdown [data-streamdown=list-item],.hub-streamdown .hub-sd-list-item{padding-left:2px;line-height:1.55}.hub-streamdown .hub-sd-list-item+.hub-sd-list-item{margin-top:7px}.hub-msg-markdown [data-streamdown=table-wrapper],.hub-msg-markdown [data-streamdown=code-block],.hub-msg-markdown [data-streamdown=mermaid-block]{box-sizing:border-box;border:1px solid var(--streamdown-border);border-radius:var(--radius);background:var(--streamdown-muted-surface);width:100%;max-width:100%;margin:12px 0;padding:8px;overflow:hidden;box-shadow:0 1px 3px #2d140c0f}.hub-msg-markdown [data-streamdown=table-wrapper]>div:first-child,.hub-msg-markdown [data-streamdown=code-block-actions],.hub-msg-markdown [data-streamdown=mermaid-block-actions]{justify-content:flex-end;align-items:center;gap:4px;margin:0 0 6px;display:flex!important}.hub-msg-markdown [data-streamdown=table-wrapper] button,.hub-msg-markdown [data-streamdown=code-block] button,.hub-msg-markdown [data-streamdown=mermaid-block] button{appearance:none;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 1px);background:hsl(var(--background));width:28px;height:28px;color:hsl(var(--muted-foreground));cursor:pointer;justify-content:center;align-items:center;padding:0;transition:background .14s,color .14s,border-color .14s,transform .12s;display:inline-flex}.hub-msg-markdown [data-streamdown=table-wrapper] button:hover,.hub-msg-markdown [data-streamdown=code-block] button:hover,.hub-msg-markdown [data-streamdown=mermaid-block] button:hover{background:hsl(var(--secondary));border-color:hsl(var(--primary) / .42);color:hsl(var(--primary))}.hub-msg-markdown [data-streamdown=table-wrapper] button:focus-visible,.hub-msg-markdown [data-streamdown=code-block] button:focus-visible,.hub-msg-markdown [data-streamdown=mermaid-block] button:focus-visible{box-shadow:0 0 0 3px var(--streamdown-ring);outline:0}.hub-msg-markdown [data-streamdown=table-wrapper] button:active,.hub-msg-markdown [data-streamdown=code-block] button:active,.hub-msg-markdown [data-streamdown=mermaid-block] button:active{transform:scale(.96)}.hub-msg-markdown [data-streamdown=table-wrapper] svg,.hub-msg-markdown [data-streamdown=code-block] svg,.hub-msg-markdown [data-streamdown=mermaid-block] svg{flex-shrink:0;width:15px;height:15px}.hub-msg-markdown [data-streamdown=table-wrapper]>div:last-child{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 1px);background:hsl(var(--background));overflow:auto}.hub-msg-markdown [data-streamdown=table]{border-collapse:collapse;width:100%;min-width:240px;margin:0;display:table}.hub-msg-markdown [data-streamdown=table-header]{background:linear-gradient(to bottom, hsl(var(--muted)), hsl(var(--secondary)))}.hub-msg-markdown [data-streamdown=table-row]+[data-streamdown=table-row],.hub-msg-markdown [data-streamdown=table-body] [data-streamdown=table-row]{border-top:1px solid hsl(var(--border) / .72)}.hub-msg-markdown [data-streamdown=table-header-cell],.hub-msg-markdown [data-streamdown=table-cell]{border:1px solid hsl(var(--border));text-align:left;vertical-align:top;padding:8px 10px;font-size:13px}.hub-msg-markdown [data-streamdown=table-header-cell]{color:hsl(var(--foreground));font-weight:700}.hub-msg-markdown [data-streamdown=code-block-header]{min-height:28px;color:hsl(var(--muted-foreground));align-items:center;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;display:flex}.hub-msg-markdown [data-streamdown=code-block-body]{color:#f8fafc;background:#1f1f24;border:1px solid #ffffff1a;border-radius:9px;margin:0;padding:12px;overflow-x:auto}.hub-msg-markdown [data-streamdown=code-block-body] pre{background:0 0;border:0;margin:0;padding:0}.hub-msg-markdown [data-streamdown=superscript],.hub-msg-markdown [data-streamdown=subscript]{font-size:.75em;line-height:0}.hub-msg-user .hub-msg-markdown [data-streamdown=link],.hub-msg-user .hub-msg-markdown a,.hub-msg-user .hub-msg-markdown,.hub-msg-user .hub-msg-markdown *,.hub-msg-user .hub-msg-markdown :not(pre)>code{color:#fff!important}.hub-msg-user .hub-msg-markdown [data-streamdown=link],.hub-msg-user .hub-msg-markdown a,.hub-msg-user .hub-streamdown .hub-sd-link{background:#ffffff1f;border-color:#ffffff47}.hub-msg-user .hub-streamdown .hub-sd-link.is-bare-url{background:#ffffff29;border-color:#ffffff6b}.hub-msg-user .hub-streamdown .hub-sd-link:hover{background:#ffffff2e;border-bottom-color:#fff}.hub-msg-user .hub-msg-markdown :not(pre)>code{background:#ffffff2e}.hub-composer{background:#fff;border:none;border-radius:24px;align-items:flex-end;gap:8px;margin:10px;padding:8px 8px 8px 14px;transition:border-color .16s,box-shadow .16s;display:flex}.hub-composer:focus-within{border-color:var(--hub-orange);box-shadow:0 0 0 3px var(--hub-orange-soft)}.hub-composer-input{resize:none;font:inherit;min-height:22px;max-height:160px;color:var(--hub-text);background:0 0;border:0;outline:none;flex:1;padding:8px 0;font-size:14.5px;line-height:1.45}.hub-composer-input::placeholder{color:#b6b6bd}.hub-composer-actions{align-items:center;gap:6px;display:flex}.hub-composer-send{background:linear-gradient(135deg, var(--hub-orange-light) 0%, var(--hub-orange) 100%);color:#fff;cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .12s,box-shadow .12s,opacity .16s;display:inline-flex;box-shadow:0 2px 6px #e8552e52}.hub-composer-send:hover{transform:scale(1.05)}.hub-composer-send:active{transform:scale(.96)}.hub-composer-send:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.hub-composer-cancel{color:#fff;cursor:pointer;background:#1f1f24;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .12s,box-shadow .12s,opacity .16s;display:inline-flex;box-shadow:0 2px 6px #1f1f243d}.hub-composer-cancel:hover{transform:scale(1.05)}.hub-composer-cancel:active{transform:scale(.96)}.hub-composer-cancel:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.hub-composer-mic{width:36px;height:36px;color:var(--hub-text-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;transition:background .16s,color .16s,transform .12s;display:inline-flex;position:relative}.hub-composer-mic:hover{background:var(--hub-orange-soft);color:var(--hub-orange)}.hub-composer-mic:active{transform:scale(.96)}.hub-composer-mic.is-recording{color:#fff;background:#ef4444}.hub-composer-mic.is-recording:hover{background:#dc2626}.hub-mic-pulse{opacity:.6;pointer-events:none;border:2px solid #ef4444;border-radius:50%;animation:1.2s ease-out infinite hub-mic-pulse;position:absolute;inset:0}@keyframes hub-mic-pulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.hub-thread-viewport::-webkit-scrollbar{width:6px}.hub-thread-viewport::-webkit-scrollbar-track{background:0 0}.hub-thread-viewport::-webkit-scrollbar-thumb{background:#e8552e2e;border-radius:999px}.hub-thread-viewport::-webkit-scrollbar-thumb:hover{background:#e8552e52}.hub-chat-page-host{background:linear-gradient(180deg, #fff 0%, var(--hub-cream-1) 100%);flex-direction:column;height:100%;display:flex}.hub-chat-shell{flex:1;grid-template-columns:minmax(0,1fr);gap:12px;min-height:0;display:grid}.hub-chat-shell.has-desktop{grid-template-columns:minmax(380px,48vw) minmax(360px,1fr);padding:12px}.hub-chat-shell.has-desktop .hub-assistant-desktop-panel{border-radius:12px;height:100%;min-height:0}.hub-chat-shell.has-desktop .hub-chat-root{max-width:none;margin:0;padding:12px 12px 20px}.hub-chat-root{flex-direction:column;flex:1;gap:16px;width:100%;max-width:760px;min-height:0;margin:0 auto;padding:24px 24px 32px;display:flex;position:relative}.hub-chat-hero{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:56px 12px 24px;display:flex}.hub-chat-hero h1{color:var(--hub-text);margin:0;font-size:28px;font-weight:600;line-height:1.25}.hub-chat-hero-sub{color:var(--hub-text-muted);margin:0;font-size:14.5px;line-height:1.45}.hub-chat-viewport{z-index:0;flex-direction:column;flex:1;gap:10px;min-height:0;padding:8px 0;display:flex;position:relative;overflow-y:auto}.hub-chat-root .hub-msg-bubble{max-width:80%;padding:12px 16px;font-size:15px}.hub-chat-composer-band{isolation:isolate;z-index:10;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.hub-chat-composer-shortcut{border:1px solid var(--border,#e5e7eb);color:var(--text-tertiary,#6b7280);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:8px;margin:10px 0 0;padding:6px 13px;font-family:inherit;font-size:12px;transition:border-color .16s,color .16s,background .16s;display:inline-flex}.hub-chat-composer-shortcut:hover{border-color:var(--accent,#e8552e);color:var(--text-primary,#111827);background:color-mix(in srgb, var(--accent,#e8552e) 6%, transparent)}.hub-chat-composer-shortcut.is-open{border-color:var(--accent,#e8552e);color:var(--accent,#e8552e);background:color-mix(in srgb, var(--accent,#e8552e) 8%, transparent)}.hub-chat-composer-shortcut.is-open kbd{border-color:color-mix(in srgb, var(--accent,#e8552e) 30%, var(--border,#e5e7eb));color:var(--accent,#e8552e)}.hub-chat-composer-shortcut-keys{gap:3px;display:inline-flex}@media (hover:none) and (pointer:coarse){.hub-chat-composer-shortcut,.hub-assistant-fab-hint{display:none!important}}.hub-chat-composer-shortcut kbd{border:1px solid var(--border,#e5e7eb);background:var(--bg-secondary,#f3f4f6);min-width:20px;height:20px;color:var(--text-secondary,#4b5563);border-bottom-width:2px;border-radius:4px;justify-content:center;align-items:center;padding:0 5px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10.5px;font-weight:600;line-height:1;display:inline-flex}.hub-chat-composer-shortcut-text{white-space:nowrap}.hub-chat-planter{pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 14px 20px #2d140c29);width:clamp(148px,12.4vw,164px);height:auto;display:none;position:absolute;bottom:-8px;right:calc(100% + 34px)}.hub-chat-composer-wrap{z-index:2;justify-content:center;width:100%;display:flex;position:relative}.hub-event-peek-strip{z-index:1;pointer-events:none;width:200px;height:84px;position:absolute;bottom:100%;left:50%;overflow:visible;transform:translate(-50%)translateY(66%)}.hub-event-peek-card{pointer-events:auto;width:124px;height:84px;color:var(--hub-text,#1f1f24);transform-origin:50% 100%;--peek-rot:0deg;--peek-offset:0px;--peek-lift:0%;transform:translateX(calc(-50% + var(--peek-offset))) translateY(var(--peek-lift)) rotate(var(--peek-rot));will-change:transform;background:#fff;border:1px solid #0000000f;border-radius:12px 12px 6px 6px;flex-direction:column;text-decoration:none;transition:transform .48s cubic-bezier(.16,1,.3,1),box-shadow .48s cubic-bezier(.16,1,.3,1),border-color .32s;display:flex;position:absolute;top:0;left:50%;overflow:hidden;box-shadow:0 -6px 18px #2318121a,0 -1px #00000008}.hub-event-peek-strip>.hub-event-peek-card:first-child{--peek-rot:-7deg;--peek-offset:-38px;z-index:3}.hub-event-peek-strip>.hub-event-peek-card:nth-child(2){--peek-rot:0deg;--peek-offset:0px;z-index:2}.hub-event-peek-strip>.hub-event-peek-card:nth-child(3){--peek-rot:7deg;--peek-offset:38px;z-index:1}@keyframes hub-peek-enter{0%{opacity:0;transform:translateX(calc(-50% + var(--peek-offset))) translateY(140%) rotate(var(--peek-rot)) scale(.92)}to{opacity:1;transform:translateX(calc(-50% + var(--peek-offset))) translateY(var(--peek-lift)) rotate(var(--peek-rot)) scale(1)}}.hub-event-peek-card{animation:.38s cubic-bezier(.2,.8,.2,1) both hub-peek-enter}.hub-event-peek-strip>.hub-event-peek-card:first-child{animation-delay:0s}.hub-event-peek-strip>.hub-event-peek-card:nth-child(2){animation-delay:80ms}.hub-event-peek-strip>.hub-event-peek-card:nth-child(3){animation-delay:.16s}@media (prefers-reduced-motion:reduce){.hub-event-peek-card{animation:none}}.hub-event-peek-card-all{background:linear-gradient(180deg, var(--hub-cream-1,#fff8f5) 0%, #fff 100%);border-color:#e8552e2e}.hub-event-peek-card-all-banner{color:var(--accent,#e8552e);background-color:#e8552e14;justify-content:center;align-items:center;display:flex}.hub-event-peek-card-all .hub-event-peek-card-title{color:var(--accent,#e8552e);font-weight:700}.hub-event-peek-card-all:hover,.hub-event-peek-card-all:focus-visible{border-color:#e8552e73}.hub-event-peek-card:hover,.hub-event-peek-card:focus-visible{--peek-lift:-66%;--peek-rot:0deg;z-index:10;border-color:#e8552e47;outline:none;text-decoration:none;box-shadow:0 -14px 30px #23181238,0 -1px #0000000a}.hub-event-peek-card-banner{background-color:var(--hub-cream-2,#ffeae2);background-position:50%;background-size:cover;flex:none;width:100%;height:36px}.hub-event-peek-card-body{flex-direction:column;gap:2px;min-width:0;padding:6px 8px 4px;display:flex}.hub-event-peek-card-title{color:var(--hub-text,#1f1f24);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:1.25;overflow:hidden}.hub-event-peek-card-date{color:var(--hub-text-muted,#6b6b73);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;overflow:hidden}@media (hover:none) and (pointer:coarse){.hub-event-peek-card:hover,.hub-event-peek-card:focus-visible{--peek-lift:0%}.hub-event-peek-strip>.hub-event-peek-card:first-child:hover,.hub-event-peek-strip>.hub-event-peek-card:first-child:focus-visible{--peek-rot:-7deg}.hub-event-peek-strip>.hub-event-peek-card:nth-child(3):hover,.hub-event-peek-strip>.hub-event-peek-card:nth-child(3):focus-visible{--peek-rot:7deg}}.hub-chat-composer-wrap .hub-composer{border-radius:16px;width:100%;margin:0;padding:10px 10px 10px 16px;box-shadow:0 0 4px #0000001f}.hub-chat-composer-wrap .hub-composer-input{font-size:15px}.hub-chat-shell.has-desktop .hub-chat-planter{display:none}@media (width<=1040px){.hub-chat-planter{display:none}}.hub-chat-events{margin-top:8px}.hub-chat-events h3{text-transform:uppercase;letter-spacing:.07em;color:var(--hub-text-muted);margin:0 0 12px;font-size:11px;font-weight:700}.hub-chat-events-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.hub-chat-event-card{border:1px solid var(--hub-border-warm);color:inherit;background:#fff;border-radius:14px;flex-direction:column;text-decoration:none;transition:transform .14s,box-shadow .14s,border-color .14s;display:flex;overflow:hidden}.hub-chat-event-card:hover{border-color:var(--hub-orange);text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 18px #2d140c1a}.hub-chat-event-card-banner{background-color:var(--hub-cream-2);background-position:50%;background-repeat:no-repeat;background-size:cover;height:96px}.hub-chat-event-card-body{flex-direction:column;gap:4px;padding:12px 14px 14px;display:flex}.hub-chat-event-card-title{color:var(--hub-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.hub-chat-event-card-meta{color:var(--hub-text-muted);align-items:center;gap:6px;font-size:12px;display:inline-flex}.hub-chat-event-card-location{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:inline-block;overflow:hidden}body.hub-chat-active .hub-assistant-fab,body.hub-chat-active .hub-assistant-popover{display:none!important}@media (width<=640px){.hub-chat-root{padding:16px 14px 20px}.hub-chat-hero{padding:32px 8px 16px}.hub-chat-hero h1{font-size:22px}}@media (width<=900px){.hub-chat-shell.has-desktop{grid-template-rows:minmax(240px,48vh) minmax(0,1fr);grid-template-columns:minmax(0,1fr);padding:8px}}.hub-chat-root:has(.hub-chat-hero) .hub-chat-viewport{display:none}.hub-chat-root:has(.hub-chat-hero) .hub-chat-events{width:100%;margin-top:8px;padding-top:4px;display:block}.hub-chat-root:has(.hub-chat-hero) .hub-chat-hero{padding-top:0;padding-bottom:4px}.hub-chat-root:has(.hub-chat-hero) .hub-conversation-switcher-page{z-index:2;position:absolute;top:12px;left:50%;transform:translate(-50%)}.hub-chat-root:has(.hub-chat-hero){justify-content:center;gap:16px;padding-bottom:clamp(24px,8vh,72px)}.hub-chat-event-card-skel{pointer-events:none;cursor:default}.hub-chat-event-card-skel:hover{box-shadow:none;border-color:var(--hub-border-warm);transform:none}.hub-skel-shimmer,.hub-skel-bar{background:linear-gradient(90deg,#ffeae28c 0%,#fff8f5f2 50%,#ffeae28c 100%) 0 0/200% 100%;animation:1.4s ease-in-out infinite hub-skel-shimmer}.hub-skel-bar{border-radius:6px}.hub-skel-bar-title{width:75%;height:14px;margin-bottom:8px}.hub-skel-bar-meta{width:50%;height:10px}.hub-chat-skeleton{flex-direction:column;flex:1;gap:14px;min-height:100%;padding:24px clamp(16px,4vw,40px) 16px;display:flex}.hub-chat-skeleton-switcher{border-radius:999px;align-self:center;width:220px;height:28px;margin:4px auto 18px}.hub-chat-skeleton-msgs{flex-direction:column;flex:1;gap:14px;width:100%;max-width:760px;margin:0 auto;display:flex}.hub-chat-skeleton-msg{display:flex}.hub-chat-skeleton-msg-in{justify-content:flex-start}.hub-chat-skeleton-msg-out{justify-content:flex-end}.hub-chat-skeleton-bubble{border-radius:16px;min-width:96px;height:44px}.hub-chat-skeleton-msg-in .hub-chat-skeleton-bubble{border-bottom-left-radius:6px}.hub-chat-skeleton-msg-out .hub-chat-skeleton-bubble{border-bottom-right-radius:6px}.hub-chat-skeleton-composer{border-radius:18px;width:100%;max-width:760px;height:56px;margin:18px auto 4px}.hub-chat-skeleton-sr{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes hub-skel-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.hub-stream-dot{transform-origin:50%;animation:.9s ease-in-out infinite hub-stream-dot-pulse;display:inline-block}@keyframes hub-stream-dot-pulse{0%,to{opacity:.35;transform:scale(.82)}50%{opacity:1;transform:scale(1.08)}}.hub-openclaw-beam{opacity:0;pointer-events:none;z-index:10040;width:min(640px,96vw);height:230px;transition:opacity .18s,transform .26s;position:fixed;top:0;left:50%;transform:translate(-50%,-184px)}.hub-openclaw-beam.is-active{opacity:1;transform:translate(-50%,-136px)}.hub-openclaw-beam-core{background:radial-gradient(circle at 50% 94%,#fff6c6 0%,#ffbb2efa 34%,#ff6f0cf5 68%,#ae3a00b8 100%);border-radius:0 0 999px 999px;width:226px;height:116px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 22px 52px #ff700d94,0 0 72px #ff901cc2,0 0 118px #ff5b0061,inset 0 -18px 30px #fff8d2bd}.hub-openclaw-beam-core:before,.hub-openclaw-beam-core:after{content:"";background:radial-gradient(circle at 50% 96%,#ffeda8f5 0%,#ff9f14eb 48%,#e84900ad 100%);border-radius:0 0 999px 999px;width:116px;height:58px;position:absolute;top:18px;box-shadow:0 18px 44px #ff69096b,0 0 58px #ff941c75,inset 0 -10px 18px #fff7cc9e}.hub-openclaw-beam-core:before{right:calc(100% + 18px)}.hub-openclaw-beam-core:after{left:calc(100% + 18px)}.hub-openclaw-beam-rays{filter:blur(.55px);position:absolute;inset:0}.hub-openclaw-beam-rays span{transform-origin:50% -62px;background:linear-gradient(#ffdc60fa,#ff740775 64%,#ff540000);border-radius:999px;width:7px;height:152px;animation:1.42s ease-in-out infinite hub-openclaw-ray-pulse;position:absolute;top:76px;left:50%;box-shadow:0 0 26px #ff68059e}.hub-openclaw-beam-rays span:first-child{animation-delay:-.25s;transform:translate(-50%)rotate(-64deg)}.hub-openclaw-beam-rays span:nth-child(2){animation-delay:-.55s;transform:translate(-50%)rotate(-42deg)}.hub-openclaw-beam-rays span:nth-child(3){animation-delay:-.1s;transform:translate(-50%)rotate(-21deg)}.hub-openclaw-beam-rays span:nth-child(4){animation-delay:-.75s;transform:translate(-50%)rotate(0)}.hub-openclaw-beam-rays span:nth-child(5){animation-delay:-.38s;transform:translate(-50%)rotate(21deg)}.hub-openclaw-beam-rays span:nth-child(6){animation-delay:-.65s;transform:translate(-50%)rotate(42deg)}.hub-openclaw-beam-rays span:nth-child(7){animation-delay:-.18s;transform:translate(-50%)rotate(64deg)}@keyframes hub-openclaw-ray-pulse{0%,to{opacity:.48;height:134px}50%{opacity:1;height:190px}}@media (prefers-reduced-motion:reduce){.hub-openclaw-beam,.hub-openclaw-beam-rays span{transition:none;animation:none}}.hub-assistant-fab-hint{letter-spacing:.04em;height:22px;color:var(--hub-text-muted);border:1px solid var(--hub-border-warm);z-index:9998;pointer-events:none;opacity:.78;background:#fffffff0;border-radius:999px;justify-content:center;align-items:center;padding:2px 8px;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:11px;font-weight:600;transition:opacity .18s,transform .18s;display:inline-flex;position:fixed;bottom:88px;right:38px;box-shadow:0 2px 6px #2d140c14}.hub-assistant-fab:hover~.hub-assistant-fab-hint,.hub-assistant-fab-hint:hover{opacity:1;transform:translateY(-1px)}.hub-assistant-fab-hint.is-hidden{opacity:0;pointer-events:none;transform:translateY(4px)}.hub-dev-log-panel{color:#e6e6e6;background:#0b0d10;border:1px solid #1f232b;border-radius:10px;flex-direction:column;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:12px;display:flex;overflow:hidden;box-shadow:0 24px 60px #00000073}.hub-dev-log-header{cursor:move;-webkit-user-select:none;user-select:none;background:#11151a;border-bottom:1px solid #1f232b;flex:none;align-items:center;gap:8px;padding:7px 8px 7px 12px;display:flex}.hub-dev-log-title{color:#cfd8e3;letter-spacing:.2px;flex:none;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.hub-dev-log-dot{background:#4a5160;border-radius:50%;width:7px;height:7px;transition:background .2s,box-shadow .2s}.hub-dev-log-dot.is-on{background:#34d399;box-shadow:0 0 0 3px #34d3992e}.hub-dev-log-filter{color:#e6e6e6;background:#161a20;border:1px solid #232832;border-radius:6px;outline:none;flex:auto;min-width:60px;height:24px;padding:0 8px;font-family:inherit;font-size:12px}.hub-dev-log-filter:focus{border-color:#4a7dbf;box-shadow:0 0 0 2px #4a7dbf40}.hub-dev-log-btn{color:#8b95a5;cursor:pointer;background:0 0;border:0;border-radius:5px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-family:inherit;font-size:12px;display:inline-flex}.hub-dev-log-btn:hover{color:#e6e6e6;background:#ffffff0f}.hub-dev-log-btn.is-on{color:#aac6ec;background:#4a7dbf38}.hub-dev-log-list{flex:auto;min-height:0;padding:6px 8px 10px;overflow-y:auto}.hub-dev-log-empty{color:#6c7789;text-align:center;padding:16px 8px;font-style:italic}.hub-dev-log-group{border-left:2px solid #232832;margin-bottom:8px;padding-left:8px}.hub-dev-log-group-head{color:#aac6ec;background:#4a7dbf1f;border-radius:6px;align-items:baseline;gap:6px;margin:0 -6px 4px;padding:4px 6px;font-size:11.5px;font-weight:600;display:flex}.hub-dev-log-group-mark{color:#4a7dbf;font-size:10px}.hub-dev-log-group-text{text-overflow:ellipsis;white-space:nowrap;color:#e6e6e6;flex:auto;min-width:0;font-weight:600;overflow:hidden}.hub-dev-log-group-id{color:#6c7789;font-size:10.5px;font-weight:500}.hub-dev-log-row{word-break:break-word;grid-template-columns:86px 130px 1fr;align-items:baseline;gap:8px;padding:2px 4px;font-size:11.5px;line-height:1.45;display:grid}.hub-dev-log-time{color:#6c7789;font-variant-numeric:tabular-nums}.hub-dev-log-type{color:#a8b1c2;white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.hub-dev-log-payload{color:#d8e0ed;white-space:pre-wrap}.hub-dev-log-row-request_received .hub-dev-log-type{color:#7aa2f7}.hub-dev-log-row-planner_decided .hub-dev-log-type{color:#c0b697}.hub-dev-log-row-openclaw_handoff_start .hub-dev-log-type,.hub-dev-log-row-openclaw_handoff_end .hub-dev-log-type{color:#f0a070}.hub-dev-log-row-tool_dispatched .hub-dev-log-type{color:#c0b697}.hub-dev-log-row-self_terminate .hub-dev-log-type{color:#34d399}.hub-dev-log-group-head.is-tool-output{color:#d6c79a;background:#8c6e3c2e}.hub-dev-log-group-head.is-tool-output .hub-dev-log-group-mark{color:#c0b697}.hub-dev-log-group-head.is-tool-output .hub-dev-log-group-text{color:#d6c79a;font-style:italic;font-weight:500}.hub-dev-log-resize{cursor:nwse-resize;background:linear-gradient(135deg,#0000 50%,#fff3 52% 60%,#0000 62%),linear-gradient(135deg,#0000 70%,#fff3 72% 80%,#0000 82%);width:14px;height:14px;position:absolute;bottom:0;right:0}.hub-gateway-fab{background:linear-gradient(135deg, var(--hub-orange-light) 0%, var(--hub-orange) 100%);color:#fff;cursor:pointer;z-index:998;border:0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .12s,box-shadow .16s,background .16s;display:inline-flex;position:fixed;bottom:24px;right:96px;box-shadow:0 4px 12px #e8552e59,0 2px 4px #0000001a}.hub-gateway-fab:hover{transform:scale(1.05);box-shadow:0 6px 16px #e8552e73,0 2px 6px #0000001f}.hub-gateway-fab:active{transform:scale(.97)}.hub-gateway-fab.is-open{background:#e8542f;box-shadow:0 4px 12px #0000004d}.hub-gateway-fab-glyph{color:#fff;width:22px;height:22px}.hub-gateway-fab-pill{border:1.5px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;top:6px;right:6px}.hub-gateway-fab-pill.is-green{background:#31c770}.hub-gateway-fab-pill.is-yellow{background:#f1c95a}.hub-gateway-fab-pill.is-red{background:#d83a3a}.hub-gateway-fab-pill.is-gray{background:#c8cad0}.hub-gateway-panel{z-index:10100;width:min(420px,100vw - 32px);height:min(560px,100vh - 140px);color:var(--hub-text);border:1px solid var(--hub-border-warm);box-shadow:var(--hub-shadow);background:#fff;border-radius:18px;flex-direction:column;font:14px/1.45 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:fixed;bottom:96px;right:24px;overflow:hidden}.hub-gateway-panel-head{border-bottom:1px solid var(--hub-border);background:#fff;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.hub-gateway-panel-title{min-width:0;color:var(--hub-text);align-items:center;gap:8px;display:inline-flex}.hub-gateway-panel-title strong{letter-spacing:-.005em;font-size:14px;font-weight:650}.hub-gateway-status{text-transform:lowercase;letter-spacing:.02em;border:0;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:600}.hub-gateway-status.is-green{color:#1f8a4c;background:#e7f7ee}.hub-gateway-status.is-yellow{color:#b86c00;background:#fff4e0}.hub-gateway-status.is-red{color:#b21d1d;background:#fde6e6}.hub-gateway-status.is-gray{color:#6a7280;background:#f1f3f5}.hub-gateway-mode{border:1px solid var(--hub-border);background:var(--hub-cream-1);border-radius:10px;display:inline-flex;overflow:hidden}.hub-gateway-mode-opt{color:var(--hub-text-muted);cursor:pointer;background:0 0;border:0;padding:6px 10px;font:600 11.5px/1 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hub-gateway-mode-opt+.hub-gateway-mode-opt{border-left:1px solid var(--hub-border)}.hub-gateway-mode-opt.is-active{color:var(--hub-orange);background:#fff}.hub-gateway-panel-close{color:var(--hub-text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:4px 8px;font-size:20px;line-height:1;transition:background .12s,color .12s}.hub-gateway-panel-close:hover{color:var(--hub-text);background:#ffe6dd}.hub-gateway-messages{background:#fff;flex-direction:column;flex:1;gap:10px;min-height:0;padding:14px;display:flex;overflow-y:auto}.hub-gateway-empty{color:var(--hub-text-muted);text-align:center;padding:24px 8px;font-size:13px;line-height:1.5}.hub-gateway-msg{border-radius:var(--hub-bubble-radius);background:var(--hub-cream-1);border:1px solid var(--hub-border);max-width:92%;color:var(--hub-text);padding:10px 14px}.hub-gateway-msg.is-user{background:var(--hub-orange);color:#fff;border-color:#0000;border-bottom-right-radius:6px;align-self:flex-end}.hub-gateway-msg.is-assistant{background:#fff;border-bottom-left-radius:6px;align-self:flex-start}.hub-gateway-msg.is-system{background:var(--hub-cream-2);color:var(--hub-text-muted);border-color:var(--hub-border-warm);align-self:stretch;font:12.5px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.hub-gateway-msg-body{font:inherit;white-space:pre-wrap;word-break:break-word;color:inherit;margin:0}.hub-gateway-msg.is-user .hub-gateway-msg-body{color:#fff}.hub-gateway-composer{border:1px solid var(--hub-border);background:#fff;border-radius:24px;align-items:flex-end;gap:8px;margin:10px;padding:8px 8px 8px 14px;transition:border-color .16s,box-shadow .16s;display:flex}.hub-gateway-composer:focus-within{border-color:var(--hub-orange);box-shadow:0 0 0 3px var(--hub-orange-soft)}.hub-gateway-input{resize:none;color:var(--hub-text);background:0 0;border:0;outline:none;flex:1;min-height:22px;max-height:160px;padding:8px 0;font:14.5px/1.45 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hub-gateway-input::placeholder{color:#b6b6bd}.hub-gateway-send{background:linear-gradient(135deg, var(--hub-orange-light) 0%, var(--hub-orange) 100%);color:#fff;cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:0;transition:transform .12s,box-shadow .12s,opacity .16s;display:inline-flex;box-shadow:0 2px 6px #e8552e52}.hub-gateway-send:before{content:"";background:currentColor;width:14px;height:14px;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M22 2L11 13'/><path d='M22 2l-7 20-4-9-9-4 20-7z'/></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='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M22 2L11 13'/><path d='M22 2l-7 20-4-9-9-4 20-7z'/></svg>") 50%/contain no-repeat}.hub-gateway-send:hover{transform:scale(1.05)}.hub-gateway-send:active{transform:scale(.96)}.hub-gateway-send:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}body.hub-chat-active .hub-gateway-fab,body.hub-chat-active .hub-gateway-panel{display:none!important}.hub-gateway-thinking{gap:4px;padding:4px 0;display:inline-flex}.hub-gateway-thinking span{background:var(--hub-orange);opacity:.5;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite hub-gateway-thinking-bounce}.hub-gateway-thinking span:nth-child(2){animation-delay:.15s}.hub-gateway-thinking span:nth-child(3){animation-delay:.3s}@keyframes hub-gateway-thinking-bounce{0%,80%,to{opacity:.45;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.hub-gateway-progress{color:var(--hub-text-muted);border-top:1px solid var(--hub-border);margin:6px 0 0;padding:5px 0 0;font:500 11.5px/1.5 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;list-style:none}.hub-gateway-progress li{white-space:nowrap;text-overflow:ellipsis;padding:1px 0;overflow:hidden}.hub-gateway-thinking-block{border:1px solid var(--hub-border);background:var(--hub-cream-1);border-radius:10px;margin-bottom:6px;overflow:hidden}.hub-gateway-thinking-block>summary{cursor:pointer;color:var(--hub-text-muted);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;padding:7px 10px;font:600 11.5px/1 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;list-style:none;display:inline-flex}.hub-gateway-thinking-block>summary::-webkit-details-marker{display:none}.hub-gateway-thinking-block>summary:before{content:"▶";opacity:.6;font-size:9px;transition:transform .12s}.hub-gateway-thinking-block[open]>summary:before{transform:rotate(90deg)}.hub-gateway-thinking-icon{font-size:13px}.hub-gateway-thinking-dots{gap:3px;margin-left:4px;display:inline-flex}.hub-gateway-thinking-dots span{background:var(--hub-orange);opacity:.5;border-radius:50%;width:4px;height:4px;animation:1s ease-in-out infinite hub-gateway-thinking-bounce}.hub-gateway-thinking-dots span:nth-child(2){animation-delay:.15s}.hub-gateway-thinking-dots span:nth-child(3){animation-delay:.3s}.hub-gateway-thinking-body{color:var(--hub-text-muted);white-space:pre-wrap;word-break:break-word;margin:0;padding:2px 12px 10px 26px;font:italic 12.5px/1.55 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hub-gateway-vnc{border:1px solid var(--hub-border);color:var(--hub-text-muted);cursor:pointer;letter-spacing:.02em;background:#fff;border-radius:8px;align-items:center;gap:5px;padding:5px 9px;font:600 11.5px/1 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:inline-flex}.hub-gateway-vnc:hover{border-color:var(--hub-orange);color:var(--hub-orange)}.hub-gateway-vnc.is-open{background:var(--hub-orange-soft);border-color:var(--hub-orange);color:var(--hub-orange)}.hub-gateway-pending{border:1px solid var(--hub-border-warm);background:var(--hub-cream-1);color:var(--hub-orange);border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font:600 11.5px/1 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:inline-flex}.hub-gateway-pending-label{letter-spacing:.02em}.hub-gateway-cursor{color:var(--hub-orange);margin-left:1px;animation:.85s steps(2,start) infinite hub-gateway-cursor-blink;display:inline-block}@keyframes hub-gateway-cursor-blink{0%,49.999%{opacity:1}50%,to{opacity:.15}}.hub-gateway-meta{color:var(--hub-text-muted);letter-spacing:.04em;align-items:center;gap:6px;margin-top:6px;font:500 10.5px/1 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:inline-flex}.hub-gateway-meta-dot{background:var(--hub-orange);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite hub-gateway-meta-pulse;box-shadow:0 0 #e8552e66}@keyframes hub-gateway-meta-pulse{0%{box-shadow:0 0 #e8552e80}70%{box-shadow:0 0 0 6px #e8552e00}to{box-shadow:0 0 #e8552e00}}.hub-gateway-meta-sep{opacity:.5}.hub-gateway-stop{color:#b21d1d;letter-spacing:.04em;cursor:pointer;background:#fde6e6;border:1px solid #d83a3a;border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font:700 11.5px/1 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;animation:1.4s ease-in-out infinite hub-gateway-stop-pulse;display:inline-flex}.hub-gateway-stop:hover{background:#f9d0d0}@keyframes hub-gateway-stop-pulse{0%,to{box-shadow:0 0 #d83a3a73}50%{box-shadow:0 0 0 4px #d83a3a00}}.hub-gateway-clear{border:1px solid var(--hub-border);color:var(--hub-text-muted);cursor:pointer;background:#fff;border-radius:8px;align-items:center;padding:5px 8px;display:inline-flex}.hub-gateway-clear:hover:not(:disabled){border-color:var(--hub-orange);color:var(--hub-orange)}.hub-gateway-clear:disabled{opacity:.35;cursor:not-allowed}.hub-gateway-msg.is-assistant.is-aborted .hub-gateway-msg-body:after{content:" (aborted)";color:#b21d1d;opacity:.7;font-style:italic}.hub-gateway-segment-progress{background:var(--hub-cream-1);border-left:2px solid var(--hub-orange-light);color:var(--hub-text-muted);letter-spacing:.01em;border-radius:6px;align-items:center;margin:6px 0 2px;padding:5px 10px;font:500 11.5px/1.4 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;animation:.18s ease-out hub-gateway-segment-in;display:flex}.hub-gateway-segment-progress-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@keyframes hub-gateway-segment-in{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.hub-gateway-session-combo{color:var(--hub-text);border:1px solid var(--hub-border);cursor:pointer;background:#fff;border-radius:8px;max-width:160px;padding:5px 8px;font:500 11.5px/1 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hub-gateway-session-combo:disabled{opacity:.5;cursor:not-allowed}.hub-gateway-session-filters{border-bottom:1px solid var(--hub-border);background:var(--hub-cream-1);scrollbar-width:none;gap:4px;padding:8px 12px;display:flex;overflow-x:auto}.hub-gateway-session-filters::-webkit-scrollbar{display:none}.hub-gateway-session-filter{border:1px solid var(--hub-border);color:var(--hub-text-muted);letter-spacing:.03em;cursor:pointer;white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font:600 10.5px/1 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.hub-gateway-session-filter:hover{border-color:var(--hub-orange);color:var(--hub-text)}.hub-gateway-session-filter.is-active{background:var(--hub-orange);border-color:var(--hub-orange);color:#fff}.hub-gateway-session-filter-label{font-size:10.5px}.hub-gateway-segment-thinking{background:var(--hub-cream-1);border-left:2px solid var(--hub-orange-soft);color:var(--hub-text-muted);border-radius:6px;align-items:flex-start;gap:6px;margin:4px 0;padding:6px 12px;font:italic 400 12.5px/1.55 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.hub-gateway-segment-thinking-icon{flex-shrink:0;font-size:12px}.hub-gateway-segment-thinking-text{white-space:pre-wrap;word-break:break-word}.hub-gateway-segment-tool{border:1px solid var(--hub-border);background:var(--hub-cream-1);border-radius:8px;margin:4px 0;overflow:hidden}.hub-gateway-segment-tool>summary{cursor:pointer;color:var(--hub-text);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:100%;padding:6px 10px;font:600 11.5px/1.3 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;list-style:none;display:inline-flex}.hub-gateway-segment-tool>summary::-webkit-details-marker{display:none}.hub-gateway-segment-tool>summary:before{content:"▶";opacity:.5;margin-right:2px;font-size:9px;transition:transform .12s}.hub-gateway-segment-tool[open]>summary:before{transform:rotate(90deg)}.hub-gateway-segment-tool-name{color:var(--hub-orange)}.hub-gateway-segment-tool-args{color:var(--hub-text-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:500;overflow:hidden}.hub-gateway-segment-tool-full{border-top:1px solid var(--hub-border);color:var(--hub-text);white-space:pre-wrap;word-break:break-word;background:#fff;max-height:220px;margin:0;padding:8px 12px 10px 26px;font:11.5px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-y:auto}.hub-gateway-segment-tool-result{background:#f0faf4;border:1px solid #cdebd6;border-radius:8px;margin:4px 0;overflow:hidden}.hub-gateway-segment-tool-result>summary{cursor:pointer;color:#1f8a4c;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;width:100%;padding:6px 10px;font:600 11.5px/1.3 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;list-style:none;display:inline-flex}.hub-gateway-segment-tool-result>summary::-webkit-details-marker{display:none}.hub-gateway-segment-tool-result>summary:before{content:"▶";opacity:.5;margin-right:2px;font-size:9px;transition:transform .12s}.hub-gateway-segment-tool-result[open]>summary:before{transform:rotate(90deg)}.hub-gateway-segment-tool-result-summary{color:#2a6f44;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.hub-gateway-segment-tool-result-full{color:var(--hub-text);white-space:pre-wrap;word-break:break-word;background:#fff;border-top:1px solid #cdebd6;max-height:220px;margin:0;padding:8px 12px 10px 26px;font:11.5px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-y:auto}.hub-gw2-panel{flex-direction:column;display:flex;position:fixed}.hub-gw2-body{background:var(--hub-cream-1,#fff8f5);flex:1;min-height:0;display:flex}.hub-gw2-panel .hub-gateway-panel-head.is-draggable{cursor:grab;touch-action:none}.hub-gw2-panel .hub-gateway-panel-head.is-draggable:active{cursor:grabbing}.hub-gw2-panel .hub-gateway-panel-head.is-draggable button,.hub-gw2-panel .hub-gateway-panel-head.is-draggable a,.hub-gw2-panel .hub-gateway-panel-head.is-draggable input,.hub-gw2-panel .hub-gateway-panel-head.is-draggable .hub-gw2-session-chip{cursor:auto}.hub-gateway-panel.is-dragged{margin:0;position:fixed}.hub-gateway-panel.is-resized{min-width:0;max-width:none;min-height:0;max-height:none}.hub-gw2-resize-handle{touch-action:none;z-index:2;width:14px;height:14px;position:absolute}.hub-gw2-resize-handle-tl{cursor:nwse-resize;top:6px;left:6px}.hub-gw2-resize-handle-tr{cursor:nesw-resize;top:6px;right:6px}.hub-gw2-resize-handle-bl{cursor:nesw-resize;bottom:6px;left:6px}.hub-gw2-resize-handle-br{cursor:nwse-resize;bottom:6px;right:6px}.hub-gw2-resize-handle:before{content:"";width:6px;height:6px;position:absolute}.hub-gw2-resize-handle-tl:before{border-top:2px solid #0000002e;border-left:2px solid #0000002e;border-top-left-radius:4px;top:4px;left:4px}.hub-gw2-resize-handle-tr:before{border-top:2px solid #0000002e;border-right:2px solid #0000002e;border-top-right-radius:4px;top:4px;right:4px}.hub-gw2-resize-handle-bl:before{border-bottom:2px solid #0000002e;border-left:2px solid #0000002e;border-bottom-left-radius:4px;bottom:4px;left:4px}.hub-gw2-resize-handle-br:before{border-bottom:2px solid #0000002e;border-right:2px solid #0000002e;border-bottom-right-radius:4px;bottom:4px;right:4px}.hub-gw2-resize-handle:hover:before{border-color:var(--hub-orange,#e8552e)}.hub-gw2-panel .hub-gateway-panel-head{flex-wrap:nowrap;align-items:center;gap:6px;padding:10px 12px;display:flex}.hub-gw2-panel .hub-gateway-panel-title{flex:auto;align-items:center;gap:8px;min-width:0;display:inline-flex}.hub-gw2-panel .hub-gateway-panel-title strong{white-space:nowrap;flex:none}.hub-gw2-panel .hub-gateway-status{flex:none}.hub-gw2-fab-anchor{z-index:10100;flex-direction:column;align-items:center;gap:4px;display:inline-flex;position:fixed;bottom:18px;right:12px}.hub-gw2-fab-anchor .hub-gateway-fab{position:relative;bottom:auto;right:auto}.hub-gw2-fab-avatar{object-fit:cover;border:2px solid #ffffffdb;border-radius:50%;width:36px;height:36px;box-shadow:0 2px 8px #2d140c2e}.hub-gw2-fab-anchor .hub-gateway-fab-glyph:has(.hub-gw2-fab-avatar){width:36px;height:36px}.hub-gw2-fab-letter{color:#fff;letter-spacing:-.01em;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:100%;font:700 22px/1 Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:inline-flex}.hub-gw2-header-avatar{object-fit:cover;border-radius:50%;flex:none;width:22px;height:22px}.hub-gw2-fab-hint{letter-spacing:.05em;color:#6a6a72;pointer-events:none;background:#ffffffeb;border:1px solid #00000014;border-radius:4px;padding:1px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.hub-gw2-session-chip{color:#6a6a72;text-overflow:ellipsis;white-space:nowrap;background:#f4ece8;border:1px solid #ecd9cf;border-radius:999px;flex:0 auto;max-width:120px;padding:1px 7px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10.5px;overflow:hidden}.hub-gw2-toolbar{flex:none;align-items:center;gap:4px;display:inline-flex}.hub-gw2-toolbar-btn{height:28px;color:var(--hub-text,#1f1f24);cursor:pointer;background:#fff;border:1px solid #ecd9cf;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:0 9px;font-size:12px;font-weight:500;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.hub-gw2-toolbar-btn:not(:has(span)){width:28px;padding:0}.hub-gw2-toolbar-btn:hover:not(:disabled){border-color:var(--hub-orange,#e8552e);color:var(--hub-orange,#e8552e);background:#fff8f5}.hub-gw2-toolbar-btn:disabled{opacity:.45;cursor:not-allowed}.hub-gw2-toolbar-btn.is-open{background:var(--hub-orange,#e8552e);border-color:var(--hub-orange,#e8552e);color:#fff}.hub-gw2-panel .hub-gateway-panel-close{cursor:pointer;flex:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.hub-gw2-panel .hub-gateway-panel-close:hover{cursor:pointer;background:#ffe6dd;border-radius:8px}.hub-gw2-thread{flex-direction:column;flex:1;width:100%;min-height:0;display:flex;position:relative}.hub-gw2-drop-overlay{z-index:40;-webkit-backdrop-filter:blur(2px);pointer-events:none;border-radius:inherit;background:#1f1f2452;justify-content:center;align-items:center;padding:16px;animation:.12s ease-out hubGw2DropFade;display:flex;position:absolute;inset:0}@keyframes hubGw2DropFade{0%{opacity:0}to{opacity:1}}.hub-gw2-drop-card{color:#fff;text-align:center;background:#ffffff24;border:2px dashed #ffffffb3;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:24px 32px;display:flex}.hub-gw2-drop-ic svg{width:34px;height:34px;display:block}.hub-gw2-drop-title{letter-spacing:.01em;font-size:14px;font-weight:600}.hub-gw2-viewport{flex-direction:column;flex:1;gap:10px;min-height:0;padding:14px 14px 8px;display:flex;overflow-y:auto}.hub-gw2-scrolldock{height:0;position:relative}.hub-gw2-newpill{background:var(--hub-orange,#e8552e);color:#fff;letter-spacing:.02em;cursor:pointer;z-index:6;white-space:nowrap;border:none;border-radius:999px;align-items:center;gap:5px;padding:5px 10px 5px 12px;font-size:12px;font-weight:700;animation:.22s cubic-bezier(.16,1,.3,1) both gw2NewPillIn;display:inline-flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #e8552e61}.hub-gw2-newpill:hover{background:#c84a26}.hub-gw2-newpill svg{flex-shrink:0}@keyframes gw2NewPillIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.hub-gw2-newpill.is-jump{color:var(--hub-orange,#e8552e);border:1px solid var(--hub-border-warm,#e8552e2e);background:#fff;box-shadow:0 6px 18px #2d140c2e}.hub-gw2-newpill.is-jump:hover{background:#fff5f0}.hub-gw2-empty{text-align:center;color:#6a6a72;flex-direction:column;align-items:center;gap:10px;margin:auto;padding:24px;font-size:13px;display:flex}.hub-gw2-empty strong{color:var(--hub-text,#1f1f24);letter-spacing:-.01em;font-size:15px;font-weight:700}.hub-gw2-empty p{max-width:250px;margin:0;line-height:1.55}.hub-gw2-empty-ic{color:#b8471f;background:0 0;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:2px;display:inline-flex}.hub-gw2-empty-ic svg{width:32px;height:32px}.hub-gw2-empty-ic .hub-gw2-empty-av{object-fit:cover;background:0 0;border-radius:50%;width:54px;height:54px;font-size:30px}.hub-gw2-msg{align-items:flex-start;gap:8px;width:100%;display:flex}.hub-gw2-msg.is-user{justify-content:flex-end}.hub-gw2-msg.is-assistant{justify-content:flex-start}.hub-gw2-msg.is-assistant,.hub-gw2-msg.is-user{animation:.3s cubic-bezier(.22,1,.36,1) both hubGw2MsgIn}@keyframes hubGw2MsgIn{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hub-gw2-msg.is-assistant,.hub-gw2-msg.is-user{animation:none}}.hub-gw2-msg-avatar{object-fit:cover;background:#fff5ee;border-radius:50%;flex:none;width:22px;height:22px;margin-top:2px}.hub-gw2-msg-avatar-fallback{color:var(--hub-orange,#e8552e);background:#fff5ee;border:1px solid #f3dccd;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.hub-gw2-bubble{min-width:0;max-width:80%;color:var(--hub-text,#1f1f24);overflow-wrap:anywhere;background:#fff;border:0;border-radius:14px;padding:8px 12px;font-size:13px;line-height:1.5;box-shadow:0 0 3px #0000001a}.hub-gw2-msg.is-assistant .hub-gw2-bubble{border-top-left-radius:6px}.hub-gw2-msg.is-user .hub-gw2-bubble{background:var(--hub-orange,#e8552e);color:#fff;border-color:#0000;border-top-right-radius:6px}.hub-gw2-msg.is-user .hub-gw2-bubble .hub-msg-markdown,.hub-gw2-msg.is-user .hub-gw2-bubble .hub-msg-markdown *,.hub-gw2-msg.is-user .hub-gw2-bubble .hub-msg-markdown a,.hub-gw2-msg.is-user .hub-gw2-bubble .hub-msg-markdown [data-streamdown=link],.hub-gw2-msg.is-user .hub-gw2-bubble .hub-msg-markdown :not(pre)>code{color:#fff!important}.hub-gw2-msg.is-user .hub-gw2-bubble .hub-msg-markdown a,.hub-gw2-msg.is-user .hub-gw2-bubble .hub-msg-markdown [data-streamdown=link],.hub-gw2-msg.is-user .hub-gw2-bubble .hub-streamdown .hub-sd-link{background:#ffffff1f;border-color:#ffffff47}.hub-gw2-msg.is-user .hub-gw2-bubble .hub-streamdown .hub-sd-link.is-bare-url{background:#ffffff29;border-color:#ffffff6b}.hub-gw2-msg.is-user .hub-gw2-bubble .hub-streamdown .hub-sd-link:hover{background:#ffffff2e;border-bottom-color:#fff}.hub-gw2-msg.is-user .hub-gw2-bubble .hub-msg-markdown :not(pre)>code{background:#ffffff2e}.hub-gw2-bubble img{object-fit:contain;cursor:zoom-in;background:#1f1f240d;border-radius:10px;width:auto;max-width:min(100%,300px);height:auto;max-height:240px;margin:6px 0;display:block}.hub-gw2-lightbox{z-index:10080;cursor:zoom-out;background:#0f0f12d1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.hub-gw2-lightbox img{object-fit:contain;cursor:default;border-radius:12px;max-width:92vw;max-height:92vh;box-shadow:0 24px 80px #00000080}.hub-gw2-lightbox-close{appearance:none;color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:24px;line-height:1;display:inline-flex;position:absolute;top:18px;right:22px}.hub-gw2-lightbox-close:hover{background:#ffffff38}.hub-gw2-panel .hub-gw2-head{border-top-left-radius:inherit;border-top-right-radius:inherit;background:linear-gradient(#fff 0%,#e8542f26 100%);border-bottom:1px solid #f3dccd;flex-direction:column;align-items:stretch;gap:8px;padding:20px 0;display:flex;position:relative}.hub-gw2-head-row{align-items:center;gap:8px;display:flex}.hub-gw2-head-row-top{gap:10px;padding:0 14px}.hub-gw2-head-row-bottom{background:#fff;flex-wrap:wrap;justify-content:center;gap:8px;width:100%;margin-bottom:-20px;padding:14px 10px}.hub-gw2-head-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:0 auto;display:inline-flex}.hub-gw2-head-identity{flex:0 auto;align-items:center;gap:8px;min-width:0;display:inline-flex}.hub-gw2-head-avatar{object-fit:cover;background:#fff;border-radius:50%;flex:none;width:28px;height:28px}.hub-gw2-head-avatar-wrap{flex:none;display:inline-flex;position:relative}.hub-gw2-head-dot{border:2px solid var(--hub-panel,#fff);box-sizing:content-box;background:#8a8a92;border-radius:50%;width:9px;height:9px;position:absolute;bottom:-1px;right:-1px}.hub-gw2-head-dot.is-green{background:#22c55e}.hub-gw2-head-dot.is-red{background:#e5484d}.hub-gw2-head-dot.is-yellow{background:#eab308;animation:1.2s ease-in-out infinite hubGw2DotPulse}@keyframes hubGw2DotPulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.hub-gw2-head-dot.is-yellow{animation:none}}.hub-gw2-head-avatar-fallback{color:var(--hub-orange,#e8552e);background:#fff;border:1px solid #f3dccd;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.hub-gw2-head-name{letter-spacing:-.005em;color:var(--hub-text,#1f1f24);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:650;overflow:hidden}.hub-gw2-head-close,.hub-gw2-panel .hub-gateway-panel-close.hub-gw2-head-close{cursor:pointer;z-index:1;flex:none;margin:0;position:absolute;top:14px;right:14px}.hub-gw2-head-close:hover,.hub-gw2-panel .hub-gateway-panel-close.hub-gw2-head-close:hover{cursor:pointer}.hub-gw2-live-pill{letter-spacing:.08em;background:0 0;border:1.2px solid;border-radius:999px;flex:none;padding:3px 10px;font-size:10.5px;font-weight:700}.hub-gw2-live-pill.is-live{color:var(--hub-orange,#e8552e)}.hub-gw2-live-pill.is-warm{color:#c08a1c}.hub-gw2-live-pill.is-dead{color:#b13c1f}.hub-gw2-live-pill.is-gray{color:#8a8a92}.hub-gw2-startover-btn{color:var(--hub-text,#1f1f24);cursor:pointer;background:#fff;border:1px solid #f3dccd;border-radius:999px;flex:none;align-items:center;gap:6px;margin:0 auto;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.hub-gw2-startover-btn:hover:not(:disabled){border-color:var(--hub-orange,#e8552e);color:var(--hub-orange,#e8552e)}.hub-gw2-startover-btn:disabled{opacity:.5;cursor:not-allowed}.hub-gw2-conv-picker{flex:auto;justify-content:center;min-width:0;display:inline-flex;position:relative}.hub-gw2-conv-pill{color:var(--hub-text,#1f1f24);cursor:pointer;background:#fff;border:1px solid #f3dccd;border-radius:999px;align-items:center;gap:6px;max-width:220px;padding:5px 10px;font-size:12px;font-weight:500;display:inline-flex;overflow:hidden}.hub-gw2-conv-pill:hover{border-color:var(--hub-orange,#e8552e);color:var(--hub-orange,#e8552e)}.hub-gw2-conv-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.hub-gw2-conv-menu{z-index:10;background:#fff;border:1px solid #f3dccd;border-radius:10px;min-width:240px;max-width:320px;max-height:280px;padding:4px;position:absolute;top:calc(100% + 6px);left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 8px 24px #2d140c1f}.hub-gw2-conv-item{cursor:default;color:var(--hub-text,#1f1f24);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;width:100%;padding:7px 10px;font-size:12px;display:flex}.hub-gw2-conv-item.is-action{cursor:pointer;color:var(--hub-orange,#e8552e);border-bottom:1px solid #f3dccd;border-radius:6px 6px 0 0;margin-bottom:2px;font-weight:600}.hub-gw2-conv-item.is-action:hover:not(:disabled){background:#fff8f3}.hub-gw2-conv-item.is-action:disabled{opacity:.5;cursor:not-allowed}.hub-gw2-conv-item.is-active{background:#fff5ee;font-weight:600}.hub-gw2-conv-item-icon{text-align:center;width:14px;font-size:14px}.hub-gw2-conv-item-key{color:#6a6a72;flex:none;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.hub-gw2-conv-item-title{text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.hub-gw2-conv-empty{color:#8a8a92;padding:8px 10px;font-size:11.5px}.hub-gw2-desktop-btn{color:var(--hub-text,#1f1f24);cursor:pointer;background:#fff;border:1px solid #f3dccd;border-radius:999px;flex:none;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:500;display:inline-flex}.hub-gw2-desktop-btn:hover{border-color:var(--hub-orange,#e8552e);color:var(--hub-orange,#e8552e)}.hub-gw2-desktop-btn.is-open{background:var(--hub-orange,#e8552e);color:#fff;border-color:var(--hub-orange,#e8552e)}.hub-gw2-kbd{color:#6a6a72;background:#f4ece6;border:1px solid #ecd9cf;border-bottom-width:2px;border-radius:4px;justify-content:center;align-items:center;height:18px;padding:0 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10.5px;display:inline-flex}.hub-gw2-desktop-btn.is-open .hub-gw2-kbd{color:#fff;background:#ffffff2e;border-color:#ffffff52}.hub-gw2-pending{color:#6a6a72;align-items:center;gap:6px;font-size:13px;display:flex}.hub-gw2-pending-icon{font-size:14px}.hub-gw2-pending-dots{gap:2px;display:inline-flex}.hub-gw2-pending-dots span{background:var(--hub-orange,#e8552e);border-radius:50%;width:4px;height:4px;animation:1.1s ease-in-out infinite hub-gw2-bounce}.hub-gw2-pending-dots span:nth-child(2){animation-delay:.15s}.hub-gw2-pending-dots span:nth-child(3){animation-delay:.3s}@keyframes hub-gw2-bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.hub-gw2-thinking{background:#faf3ef;border:1px solid #ecd9cf;border-radius:8px;margin:6px 0;overflow:hidden}.hub-gw2-thinking-summary{cursor:pointer;text-align:left;color:#6a6a72;background:0 0;border:none;align-items:center;gap:6px;width:100%;padding:6px 10px;font-family:inherit;font-size:12.5px;display:flex}.hub-gw2-thinking-label{color:var(--hub-text,#1f1f24);font-weight:600}.hub-gw2-thinking-preview{color:#8a8a92;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:400;overflow:hidden}.hub-gw2-thinking-body{color:#4a4a52;white-space:pre-wrap;word-break:break-word;border-top:1px solid #ecd9cf;max-height:240px;margin:0;padding:8px 12px 10px 28px;font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-y:auto}.hub-gw2-thinking.is-streaming .hub-gw2-thinking-summary{color:var(--hub-orange,#e8552e)}.hub-gw2-thinking.is-pending .hub-gw2-thinking-summary{cursor:default;color:var(--hub-orange,#e8552e)}.hub-gw2-thinking.is-pending{animation:2s ease-in-out infinite hub-gw2-think-breathe}.hub-gw2-thinking-dots{align-items:center;gap:3px;margin-left:3px;display:inline-flex}.hub-gw2-thinking-dots span{background:var(--hub-orange,#e8552e);border-radius:50%;width:3px;height:3px;animation:1.1s ease-in-out infinite hub-gw2-think-dot}.hub-gw2-thinking-dots span:nth-child(2){animation-delay:.15s}.hub-gw2-thinking-dots span:nth-child(3){animation-delay:.3s}@keyframes hub-gw2-think-dot{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes hub-gw2-think-breathe{0%,to{border-color:#ecd9cf}50%{border-color:color-mix(in srgb, var(--hub-orange,#e8552e) 40%, #ecd9cf)}}.hub-gw2-tool{animation:.34s cubic-bezier(.22,1,.36,1) both hub-gw2-drop-in}@keyframes hub-gw2-drop-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes hub-gw2-block-in{0%{opacity:0;transform:translateY(7px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.hub-gw2-thinking,.hub-gw2-shell-md,.hub-gw2-json-card,.hub-gw2-mini-table-wrap,.hub-gw2-quarantine,.hub-gw2-citations,.hub-gw2-jv-list,.hub-gw2-filecard{animation:.34s cubic-bezier(.22,1,.36,1) both hub-gw2-block-in}@media (prefers-reduced-motion:reduce){.hub-gw2-thinking,.hub-gw2-shell-md,.hub-gw2-json-card,.hub-gw2-mini-table-wrap,.hub-gw2-quarantine,.hub-gw2-citations,.hub-gw2-jv-list,.hub-gw2-filecard{animation:none}}.hub-gw2-type-caret{vertical-align:text-bottom;background:var(--hub-orange,#e8552e);width:6px;height:12px;margin-left:1px;animation:.9s step-end infinite hub-gw2-caret;display:inline-block}@keyframes hub-gw2-caret{0%,to{opacity:.9}50%{opacity:0}}@media (prefers-reduced-motion:reduce){.hub-gw2-type-caret,.hub-gw2-thinking.is-pending,.hub-gw2-thinking-dots span,.hub-gw2-tool{animation:none}}.hub-gw2-reveal{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.22,1,.36,1);display:grid}.hub-gw2-reveal[data-open=true]{grid-template-rows:1fr}.hub-gw2-reveal-in{opacity:0;min-height:0;transition:opacity .22s;overflow:hidden}.hub-gw2-reveal[data-open=true]>.hub-gw2-reveal-in{opacity:1}@media (prefers-reduced-motion:reduce){.hub-gw2-reveal,.hub-gw2-reveal-in{transition:none}}.hub-gw2-tool{background:#f3f3f3;border:1px solid #0000000f;border-radius:8px;margin:6px 0;font-size:12.5px;overflow:hidden}.hub-gw2-tool.is-error{background:#fdf0ec;border-color:#ebbcb1}.hub-gw2-tool.is-running{background:#fff8ef;border-color:#f0c79a}.hub-gw2-tool-head{flex-wrap:wrap;align-items:center;gap:6px;padding:6px 10px;display:flex}.hub-gw2-tool-name{color:var(--hub-text,#1f1f24);font-weight:600}.hub-gw2-tool-step{color:#8a8a92;letter-spacing:.04em;background:#f1f1f4;border-radius:6px;flex:none;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10.5px}.hub-gw2-tool-args-summary{color:#6a6a72;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.hub-gw2-tool-status{color:#2fa66a;background:0 0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.hub-gw2-tool.is-running .hub-gw2-tool-status{color:var(--hub-orange,#e8552e);background:0 0}.hub-gw2-tool-spinner{border:1.6px solid;border-top-color:#0000;border-radius:50%;width:11px;height:11px;animation:.8s linear infinite hub-gw2-spin;display:inline-block}@keyframes hub-gw2-spin{to{transform:rotate(360deg)}}.hub-gw2-tool.is-error .hub-gw2-tool-status{color:#c83a1a;background:0 0}.hub-gw2-tool-toggle{appearance:none;color:#4a4a52;cursor:pointer;background:#fff;border:1px solid #cfd6dc;border-radius:6px;padding:2px 7px;font-size:11px}.hub-gw2-tool-toggle:hover{background:#eef2f6}.hub-gw2-tool-args,.hub-gw2-tool-result-raw{color:var(--hub-text,#1f1f24);white-space:pre-wrap;word-break:break-word;background:#fff;border-top:1px solid #d8e2ec;max-height:240px;margin:0;padding:8px 12px 10px;font:11.5px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-y:auto}.hub-gw2-tool-result{background:#fff;border-top:1px solid #d8e2ec;padding:8px 10px}.hub-gw2-tool-reveal{background:#fff;border-top:1px solid #d8e2ec;border-radius:0 0 8px 8px;max-height:360px;overflow-y:auto}.hub-gw2-tool-section{padding:9px 12px 11px}.hub-gw2-tool-section+.hub-gw2-tool-section{border-top:1px solid #eef2f6}.hub-gw2-tool-section-label{text-transform:uppercase;letter-spacing:.06em;color:#9096a0;margin-bottom:7px;font-size:10px;font-weight:700}.hub-gw2-tool-reveal .hub-gw2-tool-args,.hub-gw2-tool-reveal .hub-gw2-tool-result-raw{background:0 0;border-top:none;max-height:none;padding:0}.hub-gw2-tool-cmd-code{color:#3a3f47;white-space:pre;background:#fbfbfd;border:1px solid #eceef2;border-radius:8px;margin:0;padding:8px 10px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:11.5px;line-height:1.55;overflow-x:auto}.hub-gw2-tool-cmd-code .hljson-key{color:#8250df;font-weight:600}.hub-gw2-tool-cmd-code .hljson-str{color:#1a7f37}.hub-gw2-tool-cmd-code .hljson-num{color:#0550ae}.hub-gw2-tool-cmd-code .hljson-bool{color:#cf222e}.hub-gw2-tool-cmd-code .hljson-punc{color:#8a9099}.hub-gw2-tool-more{color:var(--hub-orange,#e8552e);cursor:pointer;background:0 0;border:none;margin-top:6px;padding:0;font-size:11.5px;font-weight:600}.hub-gw2-tool-more:hover{text-decoration:underline}.hub-gw2-shell{background:#1b1d23;border:1px solid #2a2d36;border-radius:10px;overflow:hidden;box-shadow:0 6px 18px #10182829}.hub-gw2-shell-md{margin:10px 0}.hub-gw2-shell-body{color:#e6e8ee;white-space:pre-wrap;word-break:break-word;margin:0;padding:11px 13px;font-family:ui-monospace,SFMono-Regular,Menlo,Cascadia Code,monospace;font-size:12.5px;line-height:1.7}.hub-gw2-shell-prompt{-webkit-user-select:none;user-select:none}.hub-gw2-shell-prompt .fsh-pwd{color:#5fafd7}.hub-gw2-shell-prompt .fsh-arrow{color:#c678dd;font-weight:700}.hub-gw2-shell-body .fsh-flag{color:#56b6c2}.hub-gw2-shell-body .fsh-str{color:#e5c07b}.hub-gw2-shell-body .fsh-op{color:#e06c9f;font-weight:600}.hub-gw2-shell-body .fsh-var{color:#c678dd}.hub-gw2-shell-body .fsh-path{color:#98c379;text-underline-offset:2px;-webkit-text-decoration:underline #3d5b3a;text-decoration:underline #3d5b3a}.hub-gw2-shell-body .fsh-arg{color:#e6e8ee}.hub-gw2-shell-body .fsh-cmd{background:linear-gradient(100deg,#ffd54a 0%,#ff9a3c 22%,#fff3b0 50%,#ff9a3c 78%,#ffd54a 100%) 0 0/220% 100%;color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:700;animation:2.6s linear infinite fsh-shimmer}@keyframes fsh-shimmer{to{background-position:-220% 0}}.hub-gw2-shell-more{margin:8px 0 0 13px}@media (prefers-reduced-motion:reduce){.hub-gw2-shell-body .fsh-cmd{color:#ffcf5a;-webkit-text-fill-color:#ffcf5a;animation:none}}.hub-gw2-out-btn{color:#8a94a3;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;margin:0 auto;padding:2px 4px;font-family:inherit;font-size:11.5px;font-weight:600;transition:color .14s;display:inline-flex}.hub-gw2-tool-section:has(>.hub-gw2-out-btn){justify-content:center;display:flex}.hub-gw2-out-btn:hover{color:var(--hub-orange,#e8552e);text-underline-offset:2px;text-decoration:underline}.hub-gw2-out-count{color:#aab2be;font-weight:500}.hub-gw2-resdlg-overlay{z-index:2147483000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0c0d1080;justify-content:center;align-items:center;padding:24px;animation:.16s hub-gw2-resdlg-in;display:flex;position:fixed;inset:0}.hub-gw2-resdlg{background:#191a1e;border:1px solid #2e3038;border-radius:15px;flex-direction:column;width:min(680px,92vw);max-height:72vh;animation:.18s cubic-bezier(.22,1,.36,1) hub-gw2-resdlg-pop;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000080,0 2px 8px #0006}.hub-gw2-resdlg:before{content:"";pointer-events:none;background:radial-gradient(120% 90px at 50% -12px,#ffffff1a,#fff0 70%);height:120px;position:absolute;top:0;left:0;right:0}.hub-gw2-resdlg-head{border-bottom:1px solid #26282f;align-items:center;gap:9px;padding:13px 15px;display:flex;position:relative}.hub-gw2-resdlg-badge{color:#8b93a1;display:inline-flex}.hub-gw2-resdlg-badge.is-error{color:#b6737b}.hub-gw2-resdlg-title{color:#d7dae1;font-size:13px;font-weight:600}.hub-gw2-resdlg-sub{color:#7c828e;font-size:12px}.hub-gw2-resdlg-close{color:#8b90a0;cursor:pointer;background:0 0;border:none;border-radius:7px;place-items:center;width:26px;height:26px;margin-left:auto;transition:background .14s,color .14s;display:grid}.hub-gw2-resdlg-close:hover{color:#e6e8ee;background:#24262d}.hub-gw2-resdlg-body{padding:13px 16px;font-size:12.5px;position:relative;overflow:auto}.hub-gw2-resdlg-raw{color:#d4d8e0;white-space:pre;tab-size:4;min-width:max-content;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Cascadia Code,monospace;font-size:12px;line-height:1.5}.hub-gw2-resdlg-raw .tout-head{color:#eceef3;font-weight:600}.hub-gw2-resdlg-raw .tout-str{color:#cbb079}.hub-gw2-resdlg-raw .tout-url{color:#6fb2d6;text-underline-offset:2px;text-decoration:underline}.hub-gw2-resdlg-raw .tout-ip{color:#5fbfbf}.hub-gw2-resdlg-raw .tout-hash{color:#b39ddb}.hub-gw2-resdlg-raw .tout-num{color:#8fb0c8}.hub-gw2-resdlg-raw .tout-ok{color:#7fbf8f;font-weight:600}.hub-gw2-resdlg-raw .tout-bad{color:#d58a84;font-weight:600}.hub-gw2-resdlg-foot{border-top:1px solid #26282f;justify-content:flex-end;padding:10px 15px;display:flex}.hub-gw2-resdlg-copy{color:#9096a2;cursor:pointer;background:#212228;border:1px solid #2e3038;border-radius:8px;padding:5px 12px;font-size:11.5px;font-weight:600;transition:color .14s,border-color .14s}.hub-gw2-resdlg-copy:hover{color:#e6e8ee;border-color:#3a3d46}.hub-gw2-resdlg-body .hub-gw2-jv{color:#c9cdd6}.hub-gw2-resdlg-body .hub-gw2-jv-key{color:#e7e9ee}.hub-gw2-resdlg-body .hub-gw2-jv-str{color:#b9beca}.hub-gw2-resdlg-body .hub-gw2-jv-num{color:#aeb4c0;background:0 0;font-style:italic}.hub-gw2-resdlg-body .hub-gw2-jv-bool{color:#c9cdd6;background:0 0;padding:0}.hub-gw2-resdlg-body .hub-gw2-jv-bool.is-true,.hub-gw2-resdlg-body .hub-gw2-jv-bool.is-false{color:#c9cdd6;background:0 0}.hub-gw2-resdlg-body .hub-gw2-jv-null,.hub-gw2-resdlg-body .hub-gw2-jv-empty{color:#6b6f79}.hub-gw2-resdlg-body .hub-gw2-jv-link{color:#cbd0da;text-underline-offset:2px;text-decoration:underline}.hub-gw2-resdlg-body .hub-gw2-jv-row{border-color:#26282f}.hub-gw2-resdlg-body .hub-gw2-jv-obj.is-nested{background:#1d1f24;border-left-color:#33363f}.hub-gw2-resdlg-body .hub-gw2-jv-idx{color:#9aa0ac;background:#24262d}.hub-gw2-resdlg-body .hub-gw2-jv-more{color:#7c828e}@keyframes hub-gw2-resdlg-in{0%{opacity:0}to{opacity:1}}@keyframes hub-gw2-resdlg-pop{0%{opacity:0;transform:translateY(6px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.hub-gw2-resdlg-overlay,.hub-gw2-resdlg{animation:none}}.hub-gw2-jv{color:var(--hub-text,#1f1f24);font-size:12.5px}.hub-gw2-jv-row{border-bottom:1px solid #f2f4f7;align-items:baseline;gap:12px;padding:4px 0;display:flex}.hub-gw2-jv-row:last-child{border-bottom:none}.hub-gw2-jv-row.is-block{flex-direction:column;gap:3px}.hub-gw2-jv-key{color:#6a7280;text-overflow:ellipsis;white-space:nowrap;flex:none;min-width:92px;max-width:170px;font-size:12px;font-weight:600;overflow:hidden}.hub-gw2-jv-row.is-block>.hub-gw2-jv-key{min-width:0;max-width:none}.hub-gw2-jv-val{word-break:break-word;flex:auto;min-width:0}.hub-gw2-jv-str{color:var(--hub-text,#1f1f24);white-space:pre-wrap}.hub-gw2-jv-num{color:#2d6ca8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.hub-gw2-jv-bool{border-radius:5px;padding:0 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.hub-gw2-jv-bool.is-true{color:#268a57;background:#2fa66a24}.hub-gw2-jv-bool.is-false{color:#6a6a72;background:#0000000f}.hub-gw2-jv-null,.hub-gw2-jv-empty{color:#b0b4bc;font-style:italic}.hub-gw2-jv-link{color:var(--hub-orange,#e8552e);word-break:break-all;text-decoration:none}.hub-gw2-jv-link:hover{text-decoration:underline}.hub-gw2-jv-obj.is-nested{border-left:2px solid #eef2f6;margin-top:2px;padding-left:10px}.hub-gw2-jv-list{flex-direction:column;gap:3px;display:flex}.hub-gw2-jv-list-item{align-items:baseline;gap:8px;display:flex}.hub-gw2-jv-idx{color:#9096a0;text-align:center;background:#f1f1f4;border-radius:5px;flex:none;min-width:18px;padding:0 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.hub-gw2-jv-list-val{flex:auto;min-width:0}.hub-gw2-jv-more{color:#9096a0;padding-top:3px;font-size:11.5px}.hub-gw2-tool-glyph{justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:inline-flex}.hub-gw2-tool-glyph svg{width:15px;height:15px;display:block}.hub-gw2-tool+.hub-gw2-tool{border-top-color:#0000;border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.hub-gw2-tool:has(+.hub-gw2-tool){border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0}.hub-gw2-tool+.hub-gw2-tool:before{content:"";background:#0000000f;height:1px;position:absolute;top:0;left:10px;right:10px}.hub-gw2-tool{position:relative}.hub-gw2-tool-glyph.is-hub{color:var(--hub-orange,#e8552e)}.hub-gw2-tool-glyph.is-web{color:#1a73b8}.hub-gw2-tool-glyph.is-write{color:#6c5ce7}.hub-gw2-tool-glyph.is-read{color:#2a9d6a}.hub-gw2-json-card{background:#f9fbfd;border:1px solid #d8e2ec;border-radius:8px;margin:4px 0}.hub-gw2-json-card-head{align-items:center;gap:6px;padding:6px 10px;font-size:12.5px;display:flex}.hub-gw2-json-card-summary{color:var(--hub-text,#1f1f24);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:500;overflow:hidden}.hub-gw2-json-card-toggle{appearance:none;color:#4a4a52;cursor:pointer;background:#fff;border:1px solid #cfd6dc;border-radius:6px;padding:2px 8px;font-size:11px}.hub-gw2-json-card-raw{white-space:pre-wrap;word-break:break-word;max-height:280px;color:var(--hub-text,#1f1f24);background:#fff;border-top:1px solid #d8e2ec;margin:0;padding:8px 12px;font:11.5px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-y:auto}.hub-gw2-mini-table-wrap{padding:6px 10px 8px;overflow-x:auto}.hub-gw2-mini-table{border-collapse:collapse;width:100%;font-size:11.5px}.hub-gw2-mini-table th,.hub-gw2-mini-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e1e7ed;padding:4px 8px}.hub-gw2-mini-table th{color:#6a6a72;text-transform:uppercase;letter-spacing:.04em;background:#f1f5f9;font-size:10.5px;font-weight:600}.hub-gw2-mini-table-overflow{color:#8a8a92;padding:4px 8px;font-size:11px}.hub-gw2-citations{flex-wrap:wrap;gap:6px;padding:6px 10px;display:flex}.hub-gw2-citation-chip{color:#1a3a8b;text-overflow:ellipsis;white-space:nowrap;background:#eef4ff;border:1px solid #c8d6f0;border-radius:999px;align-items:center;max-width:220px;padding:2px 8px;font-size:11.5px;text-decoration:none;display:inline-flex;overflow:hidden}.hub-gw2-citation-chip:hover{background:#e1ecff}.hub-gw2-quarantine{background:#fff8e6;border:1px dashed #d4b06a;border-radius:8px;margin:6px 0}.hub-gw2-quarantine>summary{cursor:pointer;color:#7a5a0a;align-items:center;gap:6px;padding:6px 10px;font-size:12.5px;list-style:none;display:flex}.hub-gw2-quarantine>summary::-webkit-details-marker{display:none}.hub-gw2-quarantine-badge{font-size:14px}.hub-gw2-quarantine-label{font-weight:600}.hub-gw2-quarantine-source,.hub-gw2-quarantine-id{color:#9a7a3a}.hub-gw2-quarantine-body{white-space:pre-wrap;word-break:break-word;color:#4a4a52;background:#fffdf3;border-top:1px dashed #d4b06a;max-height:280px;margin:0;padding:8px 12px;font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-y:auto}.hub-gw2-composer-bar{background:#faf3ef;border-top:1px solid #ecd9cf;padding:12px 14px;position:relative}.hub-gw2-composer{background:#fff;border:none;border-radius:16px;align-items:flex-end;gap:2px;padding:5px 6px;display:flex;box-shadow:inset 0 1px 3px #1f1f241a,inset 0 0 0 1px #1f1f240d}.hub-gw2-composer-input{resize:none;min-width:0;color:var(--hub-text,#1f1f24);scrollbar-width:none;background:0 0;border:none;flex:1;min-height:36px;max-height:120px;padding:8px 6px;font-family:inherit;font-size:13.5px;line-height:1.5;overflow-y:auto}.hub-gw2-composer-input::-webkit-scrollbar{display:none}.hub-gw2-composer-input:focus{box-shadow:none;background:0 0;border:none;outline:none}.hub-gw2-composer-tool{appearance:none;color:#8a8f98;cursor:pointer;background:0 0;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex}.hub-gw2-composer-tool:hover{color:var(--hub-orange,#e8552e);background:#e8552e14}.hub-gw2-composer-tool:focus-visible{outline:2px solid var(--hub-orange,#e8552e);outline-offset:1px}.hub-gw2-composer-tool.is-active{color:var(--hub-orange,#e8552e);background:#e8552e1a}.hub-gw2-composer-tool.is-recording{background:var(--hub-orange,#e8552e);color:#fff;animation:1.2s ease-in-out infinite gw2pulse}.hub-gw2-composer-tool:disabled{opacity:.5;cursor:default}@keyframes gw2pulse{50%{box-shadow:0 0 0 6px #e8552e2e}}.hub-gw2-upload-chip{background:#fff;border-radius:12px;align-items:center;gap:10px;margin-bottom:8px;padding:8px 10px;display:flex;box-shadow:inset 0 0 0 1px #1f1f240f}.hub-gw2-upload-thumb{object-fit:cover;background:#f6f1ee;border-radius:8px;flex:none;width:38px;height:38px}.hub-gw2-upload-meta{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.hub-gw2-upload-name{color:var(--hub-text,#1f1f24);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.hub-gw2-upload-track{background:#f0e4dc;border-radius:999px;height:5px;display:block;overflow:hidden}.hub-gw2-upload-fill{background:var(--hub-orange,#e8552e);border-radius:999px;height:100%;transition:width .15s;display:block}.hub-gw2-upload-pct{color:#8a8f98;font-variant-numeric:tabular-nums;flex:none;font-size:11px}.hub-gw2-composer-send,.hub-gw2-composer-cancel{appearance:none;cursor:pointer;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex}.hub-gw2-composer-send{background:var(--hub-orange,#e8552e);color:#fff}.hub-gw2-composer-send svg{margin-top:1px;margin-left:-1px}.hub-gw2-composer-send:hover{background:#c84a26}.hub-gw2-composer-send:disabled{opacity:.5;cursor:not-allowed}.hub-gw2-composer-cancel{color:#c83a1a;background:#fdf0ec}.hub-gw2-composer-cancel:hover{background:#f9e1da}.hub-gw2-emoji-pop{z-index:6;background:#fff;border:1px solid #ecd9cf;border-radius:12px;grid-template-columns:repeat(8,30px);gap:2px;padding:8px;display:grid;position:absolute;bottom:calc(100% - 4px);left:14px;box-shadow:0 10px 30px #1f1f2429}.hub-gw2-emoji-pop button{appearance:none;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:17px;line-height:1;display:inline-flex}.hub-gw2-emoji-pop button:hover{background:#fdf0ec}.hub-gw2-attach-row{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.hub-gw2-attach-pill{background:#fff;border-radius:999px;align-items:center;gap:8px;max-width:240px;padding:4px 6px 4px 4px;display:inline-flex;box-shadow:inset 0 0 0 1px #1f1f2414}.hub-gw2-attach-thumb{object-fit:cover;background:#f6f1ee;border-radius:50%;flex:none;width:26px;height:26px}.hub-gw2-attach-name{color:var(--hub-text,#1f1f24);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.hub-gw2-attach-remove{appearance:none;color:#8a8f98;cursor:pointer;background:0 0;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:15px;line-height:1;display:inline-flex}.hub-gw2-attach-remove:hover{color:#c83a1a;background:#fdf0ec}.hub-gw2-upload-fileic,.hub-gw2-attach-fileic{color:var(--hub-orange,#e8552e);background:#f6f1ee;justify-content:center;align-items:center;display:inline-flex}.hub-gw2-attach-size{color:#8a8f98;font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-size:11px}.hub-gw2-panel.is-minimized{display:none}.hub-gw2-head-conv{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;max-width:130px;margin-left:8px;font-size:12px;overflow:hidden}.hub-gw2-head-min,.hub-gw2-panel .hub-gateway-panel-close.hub-gw2-head-min{font-size:18px;line-height:1;right:46px}.hub-chat-dock{z-index:10099;pointer-events:none;align-items:flex-end;gap:8px;display:flex;position:fixed;bottom:0}.hub-chat-dock-pill{pointer-events:auto;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #2d140c1f;border-bottom:0;border-radius:12px 12px 0 0;align-items:center;gap:8px;max-width:220px;padding:8px 10px;display:inline-flex;box-shadow:0 -2px 10px #2d140c14}.hub-chat-dock-pill:hover{background:#fff7f2}.hub-chat-dock-avatar{object-fit:cover;border-radius:6px;flex-shrink:0;width:20px;height:20px}.hub-chat-dock-avatar-fallback{color:#fff;background:#e8552e;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.hub-chat-dock-title{color:#1f1f24;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:600;overflow:hidden}.hub-chat-dock-close{color:#6b7280;cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:0 2px;font-size:15px;line-height:1}.hub-chat-dock-close:hover{color:#dc2626}.hub-gw2-popover{z-index:10120;background:#fff;border:1px solid #2d140c1f;border-radius:14px;min-width:260px;max-width:320px;max-height:340px;padding:6px;position:fixed;overflow-y:auto;box-shadow:0 12px 32px #2d140c29}.hub-gw2-popover-row{cursor:pointer;width:100%;font:inherit;color:#1f1f24;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;padding:9px 10px;font-size:13px;display:flex}.hub-gw2-popover-row:hover{background:#fff3ec}.hub-gw2-popover-new{color:#e8552e;font-weight:650}.hub-gw2-popover-plus{font-size:16px;font-weight:700}.hub-gw2-popover-state{background:0 0;border:1.5px solid #0000002e;border-radius:50%;flex-shrink:0;width:8px;height:8px}.hub-gw2-popover-state.is-open{background:#16a34a;border-color:#16a34a}.hub-gw2-popover-state.is-min{background:#eab308;border-color:#eab308}.hub-gw2-popover-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hub-gw2-popover-conv{border-radius:9px;align-items:center;display:flex}.hub-gw2-popover-conv:hover{background:#fff3ec}.hub-gw2-popover-open{cursor:pointer;min-width:0;font:inherit;color:#1f1f24;text-align:left;background:0 0;border:0;border-radius:9px;flex:1;align-items:center;gap:10px;padding:9px 10px;font-size:13px;display:flex}.hub-gw2-popover-del{color:#9a9aa2;cursor:pointer;opacity:0;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-right:4px;transition:opacity .12s,background .12s,color .12s;display:inline-flex}.hub-gw2-popover-conv:hover .hub-gw2-popover-del{opacity:1}.hub-gw2-popover-del:hover{color:#dc2626;background:#fde8e6}.hub-gw2-popover-del:focus-visible{opacity:1;outline-offset:-2px;outline:2px solid #dc2626}.hub-gw2-confirm-overlay{z-index:10130;background:#18181b73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.hub-gw2-confirm{background:#fff;border:1px solid #0000001a;border-radius:14px;width:100%;max-width:360px;padding:20px;box-shadow:0 20px 48px #00000047}.hub-gw2-confirm-title{color:#18181b;margin-bottom:8px;font-size:15px;font-weight:700}.hub-gw2-confirm-body{color:#52525b;font-size:13px;line-height:1.55}.hub-gw2-confirm-body b{color:#18181b;font-weight:600}.hub-gw2-confirm-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.hub-gw2-confirm-cancel,.hub-gw2-confirm-delete{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:9px;padding:8px 14px;font-size:13px;font-weight:600}.hub-gw2-confirm-cancel{color:#3f3f46;background:#fff;border-color:#00000024}.hub-gw2-confirm-cancel:hover{background:#f4f4f5}.hub-gw2-confirm-delete{color:#fff;background:#dc2626}.hub-gw2-confirm-delete:hover{background:#b91c1c}.hub-gw2-confirm-cancel:disabled,.hub-gw2-confirm-delete:disabled{opacity:.6;cursor:default}.hub-gw2-popover{transform-origin:0 100%;animation:.17s cubic-bezier(.16,1,.3,1) hubGw2PopIn}@keyframes hubGw2PopIn{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:none}}.hub-gw2-confirm-overlay{animation:.14s hubGw2OverlayIn}@keyframes hubGw2OverlayIn{0%{opacity:0}to{opacity:1}}.hub-gw2-confirm{animation:.22s cubic-bezier(.16,1,.3,1) hubGw2ConfirmIn}@keyframes hubGw2ConfirmIn{0%{opacity:0;transform:translateY(10px)scale(.96)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hub-gw2-popover,.hub-gw2-confirm-overlay,.hub-gw2-confirm{animation:none}}.hub-gateway-fab-count{color:#fff;background:#e8552e;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-4px;left:-4px}.hub-gw2-popover-row:disabled{opacity:.45;cursor:not-allowed}.hub-gw2-popover-row:disabled:hover{background:0 0}.hub-gw2-popover-name{align-items:center;gap:6px;padding:4px;display:flex}.hub-gw2-popover-name-input{min-width:0;font:inherit;color:#1f1f24;background:#fff;border:1px solid #e8552e73;border-radius:9px;outline:none;flex:1;padding:7px 10px;font-size:13px}.hub-gw2-popover-name-input:focus{border-color:#e8552e;box-shadow:0 0 0 3px #e8552e1f}.hub-gw2-popover-name-go{color:#fff;font:inherit;cursor:pointer;background:#e8552e;border:0;border-radius:9px;padding:8px 14px;font-size:12.5px;font-weight:650}.hub-gw2-popover-name-go:hover{opacity:.9}.hub-gw2-head-row-bottom{align-items:center}.hub-gw2-head-conv-stack{flex-direction:column;align-items:flex-start;gap:3px;min-width:0;margin-left:2px;display:flex}.hub-gw2-head-conv-stack .hub-gw2-head-conv{color:#1f2937;margin-left:0;font-size:13px;font-weight:650}.hub-gw2-head-conv-stack .hub-gw2-live-pill{letter-spacing:.06em;opacity:.85;border-width:1px;padding:1px 7px;font-size:9px;font-weight:600}.hub-gw2-head-conv-row{cursor:default;align-items:center;gap:6px;min-width:0;display:flex}.hub-gw2-head-conv-ic{color:#e8552e;flex-shrink:0;width:13px;height:13px}.hub-gw2-head-conv-stack .hub-gw2-head-conv.is-editable{font:inherit;color:#1f2937;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:5px;min-width:0;margin:-1px -4px;padding:1px 4px;font-size:13px;font-weight:650;display:inline-flex}.hub-gw2-head-conv.is-editable:disabled{cursor:default}.hub-gw2-head-conv.is-editable:hover:not(:disabled){background:#e8552e14}.hub-gw2-head-conv-text{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.hub-gw2-head-conv-text.is-shimmer{background:linear-gradient(90deg,#c3c8cf 0% 40%,#7a828d 50%,#c3c8cf 60% 100%) 0 0/200% 100%;-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;animation:1.15s linear infinite hubGw2TitleShimmer}.hub-gw2-head-conv-text.is-revealed{animation:.55s cubic-bezier(.16,1,.3,1) hubGw2TitleReveal}@keyframes hubGw2TitleShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes hubGw2TitleReveal{0%{opacity:.35;filter:blur(1px)}to{opacity:1;filter:none}}@media (prefers-reduced-motion:reduce){.hub-gw2-head-conv-text.is-shimmer{color:#9ca3af;-webkit-text-fill-color:#9ca3af;animation:none}.hub-gw2-head-conv-text.is-revealed{animation:none}}.hub-gw2-head-conv-pen{color:#9ca3af;opacity:0;flex-shrink:0;width:11px;height:11px;transition:opacity .12s}.hub-gw2-head-conv.is-editable:hover:not(:disabled) .hub-gw2-head-conv-pen{opacity:1}.hub-gw2-head-conv-input{font:inherit;color:#1f2937;background:#fff;border:0;border-radius:6px;outline:none;width:160px;margin:-1px -4px;padding:1px 4px;font-size:13px;font-weight:650;box-shadow:0 0 0 1px #e8552e80}.hub-gw2-head-conv-input:focus{box-shadow:0 0 0 1px #e8552e,0 0 0 4px #e8552e1f}.hub-gw2-head-row-bottom .hub-gw2-head-actions{margin:0 0 0 auto}@keyframes hubGwWindowIn{0%{opacity:0;transform:translateY(20px)scale(.955)}to{opacity:1;transform:translateY(0)scale(1)}}.hub-gw2-panel{animation:.3s cubic-bezier(.22,.9,.32,1.06) backwards hubGwWindowIn}.hub-assistant-desktop-panel.is-floating{animation:.36s cubic-bezier(.22,.9,.32,1.06) 60ms backwards hubGwWindowIn}.hub-gw2-filecard{border:1px solid var(--hub-border-warm);background:var(--hub-cream-1);border-radius:12px;align-items:stretch;gap:8px;max-width:340px;margin:6px 0;padding:10px 12px;display:flex}.hub-gw2-filecard-main{min-width:0;color:inherit;flex:1;align-items:center;gap:10px;text-decoration:none;display:flex}.hub-gw2-filecard-icon{background:var(--hub-orange-soft);width:38px;height:38px;color:var(--hub-orange);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hub-gw2-filecard-icon svg{width:20px;height:20px}.hub-gw2-filecard-text{flex-direction:column;gap:1px;min-width:0;display:flex}.hub-gw2-filecard-name{color:var(--hub-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;overflow:hidden}.hub-gw2-filecard-meta{color:var(--hub-text-muted);font-size:11px}.hub-gw2-filecard-dl{border:1px solid var(--hub-border-warm);color:var(--hub-text);background:#fff;border-radius:999px;flex-shrink:0;align-self:center;align-items:center;gap:5px;padding:6px 10px;font-size:12px;font-weight:600;text-decoration:none;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.hub-gw2-filecard-dl svg{width:13px;height:13px}.hub-gw2-filecard-dl:hover{border-color:var(--hub-orange);color:var(--hub-orange)}.hub-gw2-msg.is-user .hub-gw2-filecard,[data-role=user] .hub-gw2-filecard{background:#ffffff24;border-color:#ffffff59}.hub-gw2-msg.is-user .hub-gw2-filecard-icon,[data-role=user] .hub-gw2-filecard-icon{color:#fff;background:#fff3}.hub-gw2-msg.is-user .hub-gw2-filecard-name,[data-role=user] .hub-gw2-filecard-name{color:#fff}.hub-gw2-msg.is-user .hub-gw2-filecard-meta,[data-role=user] .hub-gw2-filecard-meta{color:#ffffffbf}.hub-gw2-msg.is-user .hub-gw2-filecard-dl,[data-role=user] .hub-gw2-filecard-dl{color:#fff;background:#ffffff2e;border-color:#fff6}.hub-gw2-msg.is-user .hub-gw2-filecard-dl:hover{background:#ffffff4d;border-color:#ffffffb3}
