.heyjay-voice-dock{z-index:80;height:var(--heyjay-dock-height,72px);padding:0 20px calc(env(safe-area-inset-bottom,0px));pointer-events:none;background:0 0;border:0;justify-content:flex-end;align-items:center;gap:12px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.heyjay-voice-dock>*{pointer-events:auto}.heyjay-voice-button{color:#f7fdff;cursor:pointer;background:linear-gradient(135deg,#133846,#0d2935);border:1px solid #76deef94;border-radius:999px;flex:none;align-items:center;gap:9px;min-height:52px;padding:0 18px;display:inline-flex;position:relative;box-shadow:0 18px 42px #010f165c}.heyjay-voice-button:hover{transform:translateY(-1px)}.heyjay-voice-button.recording{background:#812d3a;border-color:#ff9daf}.heyjay-voice-button.presentation-listening{cursor:default;background:linear-gradient(135deg,#123f50,#0c303d);border-color:#76e4f2d1}.heyjay-voice-button.presentation-listening:disabled{opacity:1}.voice-button-pulse{background:#78e4f2;border-radius:50%;width:9px;height:9px}.recording .voice-button-pulse{background:#ff9daf;animation:1.1s infinite voice-pulse}.presentation-listening .voice-button-pulse{animation:1.1s infinite presentation-voice-pulse}.voice-button-icon{color:#78e4f2;font-size:10px}.recording .voice-button-icon{color:#fff}@keyframes voice-pulse{50%{box-shadow:0 0 0 10px #ff9daf1f}}@keyframes presentation-voice-pulse{50%{box-shadow:0 0 0 10px #78e4f21f}}.voice-panel{z-index:79;right:24px;bottom:calc(var(--heyjay-dock-height,72px) + 24px);width:min(440px,100vw - 32px);max-height:calc(100dvh - var(--heyjay-dock-height,72px) - 64px);color:#18313a;background:#f8fcfd;border:1px solid #c9dde2;border-radius:22px;flex-direction:column;display:flex;position:fixed;overflow:hidden;box-shadow:0 28px 80px #01131b57}@media (min-width:980px){.voice-panel.voice-panel-with-action-items{right:min(512px,100vw - 456px)}}.voice-action-panel{z-index:78;right:24px;bottom:calc(var(--heyjay-dock-height,72px) + 16px);width:min(464px,100vw - 32px);max-height:calc(100vh - var(--heyjay-dock-height,72px) - 48px);color:#172f35;background:#f7fbf9;border:1px solid #c9d8d1;border-radius:8px;position:fixed;overflow:hidden;box-shadow:0 24px 70px #03141747}.voice-action-panel>header{color:#f8fbf8;background:#264d44;justify-content:space-between;align-items:center;padding:16px 18px 12px;display:flex}.voice-action-panel header p,.voice-action-panel header h2{margin:0}.voice-action-panel header p{color:#c9eadf;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.voice-action-panel header h2{font-size:1.05rem}.voice-action-close{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff5c;border-radius:50%;width:32px;height:32px}.voice-action-summary{background:#d7e4de;border-bottom:1px solid #c9d8d1;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.voice-action-summary span{text-align:center;background:#edf5f1;padding:9px 8px;font-size:.75rem;font-weight:700}.voice-action-body{min-height:320px;max-height:calc(100vh - var(--heyjay-dock-height,72px) - 164px);grid-template-columns:minmax(160px,.9fr) minmax(220px,1.2fr);display:grid}.voice-action-list{background:#eef5f2;border-right:1px solid #d7e4de;overflow:auto}.voice-action-list section{padding:12px}.voice-action-list h3,.voice-action-list p{margin:0}.voice-action-list h3{font-size:.88rem}.voice-action-list p{color:#687d78;margin-top:2px;font-size:.7rem}.voice-action-list button{color:#1d3439;text-align:left;cursor:pointer;background:#fff;border:1px solid #ccdad5;border-radius:8px;width:100%;margin-top:8px;padding:10px;display:block}.voice-action-list button.active{border-color:#2f7668;box-shadow:inset 3px 0 #2f7668}.voice-action-list strong,.voice-action-list span{display:block}.voice-action-list span{color:#6b7d78;margin-top:4px;font-size:.75rem}.voice-action-detail{background:#fff;padding:16px;overflow:auto}.voice-action-kicker{color:#2f7668;text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px;font-size:.72rem;font-weight:800}.voice-action-detail h3{margin:0 0 12px;font-size:1rem;line-height:1.35}.voice-action-detail dl{gap:8px;margin:0;display:grid}.heyjay-companion{right:16px;bottom:calc(var(--heyjay-dock-height,72px) + 12px);z-index:90;font-family:var(--font-sans,-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);pointer-events:none;flex-direction:column;align-items:flex-end;gap:8px;display:flex;position:fixed}.heyjay-companion>*{pointer-events:auto}.heyjay-companion-orb{color:#fff;letter-spacing:.06em;cursor:pointer;background:#111;border:0;border-radius:999px;align-items:center;gap:6px;height:48px;padding:0 14px;font-size:.78rem;font-weight:800;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:0 4px 14px #00000038}.heyjay-companion-orb:hover{transform:translateY(-1px);box-shadow:0 6px 18px #00000047}.heyjay-companion-orb:active{transform:translateY(0)}.heyjay-companion-dot{background:#4ade80;border-radius:50%;width:8px;height:8px;transition:background .15s;box-shadow:0 0 0 2px #4ade8059}.heyjay-companion[data-state=LISTENING] .heyjay-companion-dot,.heyjay-companion[data-state=HEARD\ YOU] .heyjay-companion-dot{background:#22d3ee;animation:1.4s ease-in-out infinite heyjay-pulse;box-shadow:0 0 0 3px #22d3ee66}.heyjay-companion[data-state=THINKING] .heyjay-companion-dot,.heyjay-companion[data-state=WORKING] .heyjay-companion-dot{background:#facc15;animation:1.2s ease-in-out infinite heyjay-pulse;box-shadow:0 0 0 3px #facc1566}.heyjay-companion[data-state=SPEAKING] .heyjay-companion-dot{background:#a78bfa;animation:1s ease-in-out infinite heyjay-pulse;box-shadow:0 0 0 3px #a78bfa66}.heyjay-companion[data-state=RECONNECTING] .heyjay-companion-dot,.heyjay-companion[data-state=BLOCKED] .heyjay-companion-dot{background:#fb7185;box-shadow:0 0 0 3px #fb718566}@keyframes heyjay-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.35)}}.heyjay-companion-panel{color:#fff;background:#0f0f0f;border-radius:14px;width:260px;padding:14px 16px;box-shadow:0 8px 28px #0000004d}.heyjay-companion-head{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.heyjay-companion-title{letter-spacing:.08em;font-size:.72rem;font-weight:900}.heyjay-companion-community{color:#9ca3af;font-size:.68rem}.heyjay-companion-status{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.heyjay-companion-state{letter-spacing:.04em;font-size:.9rem;font-weight:800}.heyjay-companion-sub,.heyjay-companion-task,.heyjay-companion-needs{color:#d1d5db;font-size:.75rem;line-height:1.3}.heyjay-companion-needs{color:#fb7185;font-weight:700}.heyjay-companion-actions{flex-wrap:wrap;gap:8px;display:flex}.heyjay-companion-action{color:#fff;cursor:pointer;background:#27272a;border:0;border-radius:8px;flex:auto;min-width:0;padding:8px 10px;font-size:.72rem;font-weight:700}.heyjay-companion-action:disabled{opacity:.4;cursor:not-allowed}.heyjay-companion-action:hover:not(:disabled){background:#3f3f46}.voice-action-detail dl div{grid-template-columns:92px 1fr;gap:8px;display:grid}.voice-action-detail dt{color:#5d706c;text-transform:uppercase;font-size:.72rem;font-weight:800}.voice-action-detail dd{margin:0;font-size:.86rem}.voice-action-evidence{color:#fff;cursor:pointer;background:#2f7668;border:0;border-radius:8px;width:100%;margin-top:14px;padding:10px 12px;font-weight:800}.voice-panel>header{color:#f6fdff;background:linear-gradient(135deg,#123a48,#164c5b);border-radius:21px 21px 0 0;flex:none;justify-content:space-between;align-items:center;padding:20px 22px 14px;display:flex}.voice-panel header p,.voice-panel header h2{margin:0}.voice-panel header p{color:#8ce9f4;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem}.voice-panel header h2{font-size:1.25rem}.voice-close{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff80;border-radius:50%;flex:none;width:36px;height:36px;font-size:1rem;font-weight:800}.voice-close:focus-visible,.voice-icon-button:focus-visible,.voice-panel-scroll:focus-visible,.voice-evidence-toggle:focus-visible,.voice-details summary:focus-visible,.voice-mode-row button:focus-visible,.voice-retry:focus-visible{outline-offset:2px;outline:3px solid #8ce9f4}.voice-panel-scroll{flex:auto;min-height:0;padding-bottom:18px;overflow:hidden auto}.voice-mode-row{flex-wrap:wrap;gap:8px;padding:14px 18px 8px;display:flex}.voice-mode-row button{color:#24434d;cursor:pointer;background:#fff;border:1px solid #bdd4da;border-radius:999px;padding:7px 11px}.voice-mode-row button.active{color:#fff;background:#1d6373;border-color:#1d6373}.voice-mode-row span{color:#39555e;width:100%;font-size:.72rem}.voice-status{color:#18313a;background:#e8f4f6;border-radius:10px;align-items:center;gap:8px;margin:0;padding:8px 10px;display:flex}.voice-status>span{background:#3d98a8;border-radius:50%;width:9px;height:9px}.voice-status-listening>span{background:#c53d56;animation:1.1s infinite voice-pulse}.voice-status-failed,.voice-status-provider-unavailable,.voice-status-microphone-unavailable{color:#7e2837;background:#fff0f1}.voice-status-confirmation-required{color:#563900;background:#fff5d6}.voice-status-confirmation-required>span{background:#b7791f}.voice-message{color:#233e47;margin:12px 18px 8px;font-size:.9rem;font-weight:700}.voice-transcript{margin:14px 18px;display:block}.voice-transcript>span{text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:.78rem;font-weight:700;display:block}.voice-transcript textarea{box-sizing:border-box;resize:vertical;color:#17313a;width:100%;font:inherit;background:#fff;border:1px solid #bdd4da;border-radius:10px;padding:11px 12px}.voice-result{background:#fff;border:1px solid #c8dce1;border-radius:14px;margin:12px 18px;padding:15px}.voice-result-heading{gap:4px;margin-bottom:10px;display:grid}.voice-result-heading span{color:#07586b;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:800}.voice-result-heading strong{color:#243f48;text-transform:uppercase;letter-spacing:.04em;font-size:.82rem}.voice-result-heading h3{margin:3px 0 8px}.voice-result>p{color:#172f38;white-space:pre-wrap;line-height:1.55}.voice-required-prompt{background:#edf8fa;border-left:4px solid #176579;border-radius:8px;margin-top:14px;padding:12px;font-weight:800;color:#102b34!important}.voice-open-result{color:#fff;background:#176579;border-radius:8px;margin-top:8px;padding:9px 12px;font-weight:700;text-decoration:none;display:inline-flex}.voice-sources{border-top:1px solid #dbe8eb;margin-top:16px;padding-top:12px}.voice-sources h3{margin:0 0 8px;font-size:.82rem}.voice-sources ul{margin:0;padding:0;list-style:none}.voice-sources li{gap:8px;margin:7px 0;display:flex}.voice-sources li>span{color:#20805c}.voice-sources strong,.voice-sources small{display:block}.voice-sources small{color:#6c7f85}.voice-confirmation{background:#fff8e8;border:1px solid #e1b751;border-radius:10px;margin-top:14px;padding:13px}.voice-confirmation dl div,.voice-result dl div{grid-template-columns:90px 1fr;gap:8px;display:grid}.voice-confirmation dt,.voice-result dt{font-weight:700}.voice-confirmation dd,.voice-result dd{margin:0}.voice-confirmation-copy{font-size:.82rem}.voice-player{justify-content:space-between;align-items:center;gap:10px;margin:12px 18px;display:flex}.voice-player button,.voice-retry{color:#fff;cursor:pointer;background:#1d6373;border:0;border-radius:9px;padding:10px 13px;font-weight:700}.voice-player label{align-items:center;gap:7px;font-size:.8rem;display:flex}.voice-player select{border:1px solid #bdd4da;border-radius:8px;padding:7px}.voice-retry{margin:0 18px 14px}.voice-panel>footer{color:#677d84;border-top:1px solid #dbe8eb;padding:12px 18px 16px;font-size:.72rem}.voice-panel>footer span{color:#20805c}@media (max-width:640px){.heyjay-voice-dock{padding:0 12px calc(env(safe-area-inset-bottom,0px));gap:8px}.heyjay-voice-button{min-height:44px;padding:0 14px}.heyjay-wake-bar{padding:.35rem .6rem;font-size:.72rem}.voice-panel{width:auto;left:12px;right:12px}.voice-action-panel{width:auto;left:12px;right:12px;bottom:calc(var(--heyjay-dock-height,72px) + 16px)}.voice-action-body{grid-template-columns:1fr}.voice-action-list{border-bottom:1px solid #d7e4de;border-right:0;max-height:220px}.voice-action-summary{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){.recording .voice-button-pulse{animation:none}}.heyjay-wake-bar{color:#e2e8f0;background:#090e1aeb;border:1px solid #60a5fa59;border-radius:999px;align-items:center;gap:.5rem;min-width:0;padding:.45rem .75rem;font-size:.8rem;display:flex;position:relative}.heyjay-wake-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.heyjay-voice-dock[data-state=command-listening] .heyjay-wake-bar,.heyjay-voice-dock[data-state=speaking] .heyjay-wake-bar{border-color:#60a5fa99}.heyjay-wake-dot{background:#475569;border-radius:50%;width:.55rem;height:.55rem}.heyjay-wake-dot.state-wake-listening{background:#38bdf8}.heyjay-wake-dot.state-wake-detected,.heyjay-wake-dot.state-command-listening{background:#22c55e}.heyjay-wake-dot.state-transcribing,.heyjay-wake-dot.state-thinking{background:#eab308}.heyjay-wake-dot.state-speaking{background:#a855f7}.heyjay-wake-dot.state-muted{background:#94a3b8}.heyjay-wake-dot.state-permission-blocked,.heyjay-wake-dot.state-provider-unavailable{background:#ef4444}.heyjay-wake-action{color:inherit;cursor:pointer;background:0 0;border:1px solid #94a3b866;border-radius:999px;padding:.2rem .6rem;font-size:.75rem}.heyjay-wake-action:focus-visible{outline-offset:2px;outline:2px solid #60a5fa}.heyjay-wake-error{right:1.25rem;bottom:calc(var(--heyjay-dock-height,72px) + 8px);z-index:60;color:#fecaca;background:#450a0af2;border-radius:.5rem;max-width:min(22rem,100vw - 2.5rem);margin:0;padding:.5rem .75rem;font-size:.75rem;position:absolute}@media (prefers-reduced-motion:reduce){.heyjay-wake-dot{transition:none}}.voice-panel-conversational .voice-live-state{background:#f5fbfc;border-bottom:1px solid #d5e4e8;flex:none;align-items:center;gap:.6rem;margin:0;padding:12px 18px;display:flex}.voice-panel-conversational .voice-live-state-label{color:#243f48;text-transform:uppercase;letter-spacing:.03em;font-size:.85rem;font-weight:800}.voice-panel-conversational .voice-icon-button{color:#e2e8f0;cursor:pointer;background:#090e1ad9;border:1px solid #60a5fa59;border-radius:999px;min-width:4rem;min-height:2rem;margin-left:auto;padding:0 .7rem}.voice-panel-conversational .voice-caption{color:#39555e;margin:12px 18px 8px;font-size:.9rem}.voice-evidence-toggle{color:#17313a;cursor:pointer;background:#eef7fb;border:1px solid #60a5fa59;border-radius:8px;margin-top:.6rem;padding:.4rem .7rem;font-size:.82rem}.voice-details{border-top:1px solid #d5e4e8;margin:.9rem 18px 0;padding-top:.7rem}.voice-details>summary{cursor:pointer;color:#274753;font-size:.82rem;font-weight:800}.voice-footnote{color:#405b64;margin-top:.6rem;font-size:.75rem}@media (max-height:700px){.voice-panel{bottom:calc(var(--heyjay-dock-height,72px) + 16px);max-height:calc(100dvh - var(--heyjay-dock-height,72px) - 40px)}.voice-panel>header{padding:14px 18px 10px}.voice-result{margin-top:8px}}
.evidence-workspace{min-height:100vh}.evidence-workspace-content{min-width:0;transition:padding-right .18s}.evidence-panel{z-index:78;top:16px;right:16px;bottom:calc(var(--heyjay-dock-height,72px) + 16px);color:#18313a;-webkit-backdrop-filter:blur(12px);background:#f8fcfdfa;border:1px solid #c9dde2;border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;width:min(456px,100vw - 32px);animation:.22s cubic-bezier(.22,1,.36,1) evidence-slide-in;display:grid;position:fixed;overflow:hidden;box-shadow:0 22px 56px #01131b47}@media (min-width:1181px){.evidence-workspace-open .evidence-workspace-content{padding-right:488px}}@keyframes evidence-slide-in{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:none}}.evidence-panel-full{width:auto;left:16px}.evidence-header{color:#f6fdff;background:#123a48;border-bottom:3px solid #5bb8c7;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.evidence-heading{min-width:0}.evidence-header h2{overflow-wrap:anywhere;margin:3px 0 0;font-size:1.12rem;line-height:1.3}.evidence-kicker,.evidence-source-type{color:#9ce5ee;letter-spacing:0;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.evidence-source-type{color:#d4eef2;text-transform:none;margin-top:6px}.evidence-header-controls{flex:none;gap:8px;display:flex}.evidence-icon-button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff5c;border-radius:6px;min-width:36px;min-height:36px;padding:6px 9px;font-size:.78rem}.evidence-icon-button:hover{background:#ffffff1f}.evidence-body{min-height:0;overflow:auto}.evidence-card{flex-wrap:wrap;align-items:center;gap:8px;padding:14px 18px 4px;display:flex}.evidence-chip{color:#1d6373;background:#e8f4f6;border:1px solid #bdd4da;border-radius:6px;padding:4px 9px;font-size:.72rem}.evidence-chip-verified{color:#17603b;background:#eaf8f0;border-color:#a9d7bd}.evidence-chip-attachment_unavailable{color:#7e2837;background:#fff0f1;border-color:#f0c8cd}.evidence-relationship{color:#526b73;width:100%;margin:5px 0 0;font-size:.84rem;line-height:1.45}.evidence-file,.evidence-extract-document{margin:12px 18px 0}.evidence-file iframe,.evidence-file img{background:#fff;border:1px solid #bdd4da;border-radius:6px;width:100%;display:block}.evidence-file iframe{height:min(58vh,520px)}.evidence-file img{height:auto}.evidence-file figure{margin:0}.evidence-extract-document{background:#dfecef;border:1px solid #b9cbd0;border-radius:6px;overflow:hidden}.evidence-extract-document>header{color:#36535c;background:#edf5f6;border-bottom:1px solid #c7d9dd;padding:9px 12px;font-size:.78rem;font-weight:800}.evidence-extract-page{box-sizing:border-box;color:#263b42;background:#fff;border:1px solid #d8e1e3;width:calc(100% - 28px);min-height:270px;margin:14px;padding:26px 24px;box-shadow:0 6px 18px #1c363f1f}.evidence-extract-label{color:#557078;text-transform:uppercase;margin:0 0 18px;font-size:.72rem;font-weight:800}.evidence-extract-page blockquote{white-space:pre-wrap;border-left:4px solid #3d98a8;margin:0;padding:0 0 0 16px;font-family:Georgia,Times New Roman,serif;font-size:1rem;line-height:1.7}.evidence-viewer{padding:10px 18px 0}.evidence-anchor{color:#687d84;text-transform:uppercase;margin:0 0 6px;font-size:.74rem}.evidence-excerpt{white-space:pre-wrap;background:#e8f4f6;border-left:4px solid #3d98a8;border-radius:0 6px 6px 0;margin:0;padding:12px 14px;font-size:.9rem;line-height:1.5}.evidence-empty,.evidence-warning{color:#526b73;margin:8px 0 0;font-size:.82rem}.evidence-warning{color:#7e2837}.evidence-actions{flex-wrap:wrap;align-items:center;gap:10px;padding:14px 18px 0;display:flex}.evidence-action{color:#1d6373;background:#fff;border:1px solid #bdd4da;border-radius:6px;padding:7px 12px;font-size:.82rem;text-decoration:none}.evidence-action:hover{color:#fff;background:#1d6373}.evidence-filename{color:#687d84;font-size:.76rem}.evidence-related{padding:16px 18px 0}.evidence-related-toggle{color:#24434d;cursor:pointer;background:#fff;border:1px solid #bdd4da;border-radius:6px;padding:7px 10px;font-size:.8rem}.evidence-related ul{gap:6px;margin:10px 0 0;padding:0;list-style:none;display:grid}.evidence-related li button{text-align:left;color:#24434d;cursor:pointer;background:#fff;border:1px solid #c7d9dd;border-radius:6px;gap:3px;width:100%;padding:9px 11px;display:grid}.evidence-related li button:hover{background:#edf6f7}.evidence-related li small{color:#687d84;overflow-wrap:anywhere}.evidence-details{border-top:1px solid #d8e1e3;margin:16px 18px;padding-top:10px}.evidence-details>summary{cursor:pointer;color:#687d84;font-size:.8rem}.evidence-details dl{gap:6px;margin:10px 0 0;font-size:.8rem;display:grid}.evidence-details dl>div{justify-content:space-between;gap:12px;display:flex}.evidence-details dt{color:#687d84}.evidence-details dd{color:#24434d;text-align:right;overflow-wrap:anywhere;margin:0}.evidence-footer{color:#425e67;background:#eef5f6;border-top:1px solid #c9dde2;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;padding:12px 18px;font-size:.72rem;display:grid}.evidence-footer span{overflow-wrap:anywhere;gap:2px;display:grid}.evidence-footer strong{color:#687d84;text-transform:uppercase}.evidence-panel :focus-visible{outline-offset:2px;outline:2px solid #1d6373}@media (max-width:1180px){.evidence-panel{width:auto;max-height:58vh;top:auto;left:12px;right:12px;bottom:calc(var(--heyjay-dock-height,72px) + 8px);animation-name:evidence-sheet-in}.evidence-file iframe{height:34vh}}@keyframes evidence-sheet-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@media (max-width:560px){.evidence-header{padding:13px 14px}.evidence-icon-button:first-child{display:none}.evidence-extract-page{padding:20px 16px}.evidence-footer{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.evidence-panel,.evidence-workspace-content{transition:none;animation:none}}
