@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:'DM Sans',system-ui,sans-serif;color:#112b47;background:#fafbfd;font-synthesis:none;--navy:#082c50;--gold:#f5bd45;--muted:#607286;--border:#e3e9ef}*{box-sizing:border-box}body{margin:0}button,select,textarea,input{font:inherit}button,a,select{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.45;cursor:wait}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--gold);outline-offset:3px}[hidden]{display:none!important}header{height:76px;display:flex;justify-content:space-between;align-items:center;padding:0 34px;background:white;border-top:4px solid var(--gold);border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:12px;color:var(--navy);text-decoration:none;font:800 27px Manrope,sans-serif;letter-spacing:-1px}.monogram{display:grid;place-items:center;background:var(--navy);color:var(--gold);width:44px;height:44px;border-radius:50%;font-size:17px;letter-spacing:-1px;border:2px solid var(--gold)}.brand-sub{display:block;letter-spacing:2px;font-size:10px;font-weight:700;line-height:1.2;color:#687c8f}.outline{border:1px solid var(--border);background:white;padding:10px 15px;border-radius:8px;font-size:14px;color:var(--navy)}main{display:grid;grid-template-columns:286px minmax(0,1fr);height:calc(100dvh - 76px);max-width:1600px;margin:auto}.stage-panel{background:#102847;color:white;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #29435e;position:relative}.stage-top{display:flex;justify-content:space-between;align-items:center;padding:25px 22px 10px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--gold)}.tag{font-size:9px;letter-spacing:1px;color:#adbed1}#stage{height:330px;max-height:38vh;position:relative;display:grid;place-items:center;overflow:hidden}#avatar{height:100%;aspect-ratio:3/4;background-image:url('boomer-avatar.webp?v=7');background-size:200% 100%;background-position:0 0;mask-image:linear-gradient(#000 83%,transparent);-webkit-mask-image:linear-gradient(#000 83%,transparent)}#canvas{position:absolute;width:100%;height:100%;inset:0}.stage-caption{text-align:center;padding:0 22px}.stage-caption h1{font:800 31px/1.12 Manrope,sans-serif;letter-spacing:-1px;margin:13px 0 22px}.stage-caption h1 span{color:var(--gold)}.stage-description{display:none}#speechStatus{font-size:12px;color:#afc2d6;margin:5px 0}.wave{display:flex;justify-content:center;gap:3px;height:14px;align-items:center}.wave i{width:3px;height:3px;border-radius:3px;background:var(--gold)}.speaking .wave i{animation:wave .4s ease-in-out infinite alternate}.speaking .wave i:nth-child(2n){animation-delay:.2s}@keyframes wave{to{height:14px}}.speaking #avatar{animation:talking .38s steps(1,end) infinite}@keyframes talking{0%,44%,100%{background-position:0 0}45%,85%{background-position:100% 0}}.import{border:1px solid #637994;background:transparent;color:#e9eff6;border-radius:7px;padding:9px 12px;font-size:12px}.fine{font-size:12px;line-height:1.6;color:var(--muted)}.stage-panel .fine{color:#9fb2c7;font-size:10px;max-width:190px;margin:12px auto}.qu-note{padding:20px 26px;margin-top:auto}.gold-rule{display:block;width:30px;height:3px;background:var(--gold);margin-bottom:15px}.qu-note strong{font-size:15px;font-weight:500}.qu-note p{font-size:13px;color:#b4c3d5;line-height:1.6;margin:6px 0}footer{display:flex;justify-content:space-between;font-size:8px;letter-spacing:1px;border-top:1px solid #ffffff18;padding:18px 22px;color:#93acc4}.chat-panel{display:flex;flex-direction:column;min-width:0;min-height:0;padding:30px clamp(25px,5vw,90px) 15px;background:#fff}.chat-heading{display:flex;justify-content:space-between;gap:15px;align-items:start}h2{font:800 27px/1.3 Manrope,sans-serif;letter-spacing:-.8px;margin:0 0 5px}.chat-heading p{font-size:14px;color:var(--muted);margin:0 0 23px}.text-button{border:0;background:transparent;color:#4f687f;font-size:13px;padding:7px}.chat-heading .text-button{white-space:nowrap;border:1px solid var(--border);border-radius:7px;font-size:12px;padding:9px 13px}.mode-bar{display:flex;align-items:center;gap:9px;font-size:13px}.mode-bar label{font-weight:700;color:#315473}.mode-bar select{border:0;background:#f0f4f7;color:#3b536b;border-radius:6px;padding:7px 9px;max-width:80%;font-size:12px}.mode-note{font-size:11px;color:#7a8b9b;margin:8px 0 12px;line-height:1.5}#messages{flex:1;min-height:0;overflow:auto;padding:20px 10px 15px 0;scrollbar-width:thin;scrollbar-color:#c9d3de transparent}.message{margin:0 0 28px;max-width:100%}.who{font-size:10px;letter-spacing:1.4px;font-weight:700;color:#6c8196;margin-bottom:11px}.assistant .who:before{content:'B';display:inline-grid;place-items:center;width:23px;height:23px;background:var(--navy);color:var(--gold);border-radius:50%;margin-right:8px;letter-spacing:0}.bubble{font-size:16px;line-height:1.7;overflow-wrap:anywhere;color:#1d354c}.bubble p{margin:0 0 12px}.bubble p:last-child{margin-bottom:0}.bubble h3{font-size:17px;margin:22px 0 10px;color:var(--navy)}.bubble ul{margin:9px 0 15px;padding-left:24px}.bubble li{margin:5px 0}.bubble pre{white-space:pre-wrap;background:#f2f5f8;border:1px solid var(--border);padding:15px;border-radius:9px;font-size:13px;overflow:auto}.bubble code{font:13px ui-monospace,monospace;background:#f2f5f8;border-radius:4px;padding:2px 4px}.user{max-width:85%;margin-left:auto}.user .who{display:none}.user .bubble{background:#eef2f6;padding:12px 18px;border-radius:16px 16px 2px 16px;color:#173b5b}.replay{font-size:11px;color:#6c8296;border:0;background:none;padding:10px 8px 0 0}.copy-answer{margin-left:9px}.evidence{border-left:2px solid #e7ba59;padding:3px 12px;margin-top:13px}.source-label{font-size:9px;letter-spacing:.8px;font-weight:700;color:#7e8e9e}.evidence a{display:block;color:#285e8c;font-size:12px;line-height:1.6;text-decoration:none;margin-top:4px}.evidence a:hover{text-decoration:underline}.followups{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.followups button{font-size:12px;border:1px solid var(--border);background:#fff;color:#395b79;border-radius:7px;padding:7px 10px}#suggestions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:5px 0 21px}#suggestions button{background:#fff;border:1px solid var(--border);border-radius:9px;padding:14px 16px;text-align:left;font-size:13px;color:#3e5c75;transition:background .15s,border-color .15s}#suggestions button:hover{border-color:#e4b44b;background:#fffcf4}#composer{display:flex;gap:10px;align-items:flex-end;padding:10px 12px;border:1px solid #cdd8e2;border-radius:15px;background:white;box-shadow:0 4px 22px #0c2e4d08}textarea{font:inherit;border:1px solid var(--border);padding:12px;border-radius:8px;color:#1d354c;line-height:1.5;width:100%;resize:vertical}#question{resize:none;min-height:44px;max-height:150px;font-size:15px;border:0;padding:10px 3px;outline:none}#send{flex-shrink:0;background:var(--navy);color:var(--gold);border:0;border-radius:10px;width:42px;height:42px;font-size:24px}#send:hover{background:#164c78}.chat-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:11px;color:#6e8396}.chat-bottom label{display:flex;align-items:center;gap:5px}input[type=checkbox]{accent-color:var(--navy)}.chat-bottom button{font-size:11px}.knowledge-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:10px}.knowledge-footer button{font-size:12px;padding-left:0}.knowledge-footer span{font-size:10px;color:#7e8f9f}.disclaimer{text-align:center;font-size:10px;color:#8c9aa7;margin:7px 0 0}#modelProgress{background:#f4f7fa;border-radius:8px;padding:10px 13px;color:#45657e;font-size:12px;margin-bottom:6px}#progressText{overflow-wrap:anywhere;display:block}#progressBar{height:4px;width:100%;accent-color:#c89b37;margin-top:8px;display:block}#cancelReply{align-self:flex-end;font-size:12px}.pending{opacity:.85}dialog{border:1px solid var(--border);border-radius:16px;padding:28px;width:calc(100% - 32px);max-width:570px;max-height:88vh;overflow:auto;color:#173750;box-shadow:0 30px 100px #08264150}dialog::backdrop{background:#0b213caf;backdrop-filter:blur(3px)}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:10px}dialog h2{font-size:23px}dialog h3{font-size:17px;margin-top:25px}dialog p{font-size:14px;line-height:1.7}dialog label{display:block;margin:15px 0 7px;font-size:14px}dialog select,dialog input[type=search]{width:100%;padding:11px;border:1px solid #c8d5df;border-radius:7px;background:#f8fafc}dialog button,#handoff button,#handoff a{background:var(--navy);color:white;border:0;padding:10px 13px;border-radius:7px;text-decoration:none;font-size:13px}dialog .text-button{background:transparent;color:#5c768e}#rate{width:100%;accent-color:var(--navy)}output{float:right}hr{border:0;border-top:1px solid var(--border);margin-top:25px}#topicList{max-height:55vh;overflow:auto;margin-top:15px}.topic{padding:12px 0;border-bottom:1px solid var(--border)}.topic button{padding:0;background:transparent;color:#123e64;font-weight:600;font-size:14px;text-align:left}.topic a{display:block;font-size:12px;color:#628099;margin-top:5px;text-decoration:none}#handoff{background:#fffaf0;border:1px solid #ead9b3;padding:15px;border-radius:9px;margin-bottom:10px}#handoff p,#handoff label{font-size:13px}#handoff label{display:block;margin:12px 0 7px}.row{display:flex;gap:10px}#useAnswer{margin-top:8px}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);z-index:5;max-width:90vw;background:#0c3052;color:white;padding:13px 20px;border-radius:9px;font-size:14px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(min-width:1450px){main{border-left:1px solid var(--border);border-right:1px solid var(--border)}}@media(max-width:1050px){main{grid-template-columns:225px minmax(0,1fr)}.chat-panel{padding:24px 24px 12px}.stage-top .tag{display:none}.stage-caption h1{font-size:28px}footer{font-size:7px;padding:16px}#stage{height:280px}.qu-note{padding:18px 22px}}@media(max-width:750px){header{height:65px;padding:0 18px}.brand{font-size:23px}.monogram{width:36px;height:36px;font-size:14px}.outline{font-size:12px;padding:9px 11px}main{height:calc(100dvh - 65px);display:flex;flex-direction:column}.stage-panel{height:66px;min-height:66px;flex-direction:row;align-items:center;padding:0 19px;border-right:0;gap:12px}.stage-top,.qu-note,.stage-panel footer,.stage-caption h1,.stage-description,.stage-caption .fine,.stage-caption .import,.wave{display:none}#stage{height:66px;width:60px;flex-shrink:0;max-height:none}#avatar{width:60px;height:80px;align-self:start;margin-top:2px}#canvas{height:66px}.stage-caption{padding:0;text-align:left}.stage-caption:before{content:'BOOMER THE BOBCAT';font-size:10px;letter-spacing:1.4px;color:var(--gold);font-weight:700}#speechStatus{font-size:11px;margin:4px 0}.chat-panel{flex:1;padding:17px 18px 10px}.chat-heading h2{font-size:20px}.chat-heading p{font-size:12px;margin-bottom:11px}.chat-heading .text-button{font-size:11px;padding:7px 9px}.mode-bar{font-size:11px}.mode-bar select{font-size:11px}.mode-note{font-size:10px;margin:6px 0}#messages{padding-top:12px}.bubble{font-size:15px}#suggestions{gap:6px;margin:4px 0 12px}#suggestions button{padding:10px;font-size:11px}#composer{padding:7px 9px;border-radius:12px}#question{font-size:16px}#send{width:38px;height:38px}.knowledge-footer{margin-top:1px}.knowledge-footer span{display:none}.disclaimer{font-size:9px;margin:4px 0 0}.message{margin-bottom:22px}.chat-bottom{margin-top:3px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}

/* Accessible control sizes, including narrow screens. */
.outline,.text-button,.chat-heading .text-button,.mode-bar,.mode-bar select,.replay,.followups button,#suggestions button,.chat-bottom,.chat-bottom button,.knowledge-footer button,.import{font-size:14px}.brand-sub,.tag,.who,.source-label,.mode-note,.disclaimer,.knowledge-footer span,.stage-panel .fine,#speechStatus,footer,.fine{font-size:12px}.evidence a{font-size:14px}.chat-heading p{font-size:14px}.qu-note p{font-size:14px}#modelProgress{font-size:14px}.stage-top{flex-wrap:wrap;gap:8px}.tag{display:none}.stage-panel footer{display:block;line-height:1.7}.stage-panel footer span{display:block}.bubble{font-size:16px}.stage-caption:before{font-size:12px}@media(max-width:750px){.stage-panel footer{display:none}.chat-panel{padding-top:13px}.chat-heading p{display:none}.chat-heading{margin-bottom:10px}.mode-note{line-height:1.3;margin-bottom:4px}.mode-bar label{display:none}#suggestions button{font-size:13px;padding:9px}.disclaimer{font-size:11px}.chat-bottom,.chat-bottom button{font-size:12px}.replay{font-size:12px}.knowledge-footer button{font-size:12px}}

/* Give the character more presence while retaining the two-panel layout. */
@media(min-width:751px){main{grid-template-columns:minmax(330px,34%) minmax(0,1fr)}#stage{height:470px;max-height:51vh;min-height:270px}.stage-caption h1{margin:8px 0 14px}.stage-top{padding-top:16px}.qu-note{padding-top:12px;padding-bottom:12px}.chat-panel{padding-left:clamp(22px,3vw,55px);padding-right:clamp(22px,3vw,55px)}}
@media(max-width:750px){.stage-panel{height:126px;min-height:126px}#stage{width:115px;height:126px}#avatar{width:108px;height:144px}#canvas{height:126px}.stage-caption:before{font-size:15px}}

@media(min-width:751px){.stage-panel{overflow-y:auto}#stage{flex-shrink:0;height:min(55vh,520px);max-height:none}.qu-note{margin-top:16px}}

.conversation-tabs{display:flex;gap:4px;padding:4px;border:1px solid var(--border);border-radius:12px;background:#f4f7fa}.conversation-tabs button{border:0;padding:9px 15px;border-radius:8px;background:transparent;color:#53718b;font-size:14px}.conversation-tabs button[aria-pressed=true]{background:var(--navy);color:white}.voice-console h1{font:800 clamp(30px,3vw,45px)/1.13 Manrope,sans-serif;letter-spacing:-1.5px;margin:12px 0 22px}#voiceView{height:calc(100dvh - 76px);display:grid;grid-template-columns:56% 44%;max-width:1600px;margin:auto;background:#102e51;color:white}.voice-scene{min-height:0;position:relative;overflow:hidden;background:#102e51;display:flex;align-items:center;justify-content:center}#standingBoomer{height:100%;max-width:100%;object-fit:contain;position:relative;z-index:1;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.voice-orbit{position:absolute;width:70%;aspect-ratio:1;border-radius:50%;border:1px solid #f5bd4533;box-shadow:0 0 0 45px #ffffff03}.voice-scene-label{position:absolute;bottom:22px;left:30px;z-index:2}.voice-scene-label span{display:block;font-size:10px;color:var(--gold);letter-spacing:3px}.voice-scene-label strong{font:700 17px Manrope}.voice-console{background:#fff;color:var(--navy);padding:clamp(24px,4vw,60px);overflow:auto;display:flex;flex-direction:column;justify-content:center}#voiceState{font-size:17px;margin:0 0 12px;min-height:26px;color:#536e84}#micMeter{height:5px;width:100%;accent-color:#b28a29;margin-bottom:25px}.voice-actions{display:flex;flex-wrap:wrap;gap:9px}.voice-actions button{border:1px solid #cdd8e2;background:white;color:var(--navy);padding:13px 15px;border-radius:9px;font-size:14px}#voiceStart{background:var(--navy);color:var(--gold);border-color:var(--navy)}.headphones-option{display:flex;gap:8px;align-items:center;font-size:13px;margin-top:19px;color:#45637c}.voice-hint,.voice-privacy{font-size:12px;line-height:1.65;color:#6f8294}.voice-hint .text-button{font-size:12px;padding:0;text-decoration:underline}.voice-captions{max-height:25vh;min-height:115px;overflow:auto;border-top:1px solid var(--border);padding:17px 0;margin:10px 0}.caption-label{font-size:10px;letter-spacing:1.4px;color:#7c90a2;margin:0 0 6px}.voice-captions p:not(.caption-label){font-size:15px;line-height:1.6;margin:0 0 13px;white-space:pre-wrap}#voiceFallback{display:flex;border:1px solid #cdd8e2;border-radius:11px;padding:5px;gap:5px}#voiceTyped{border:0;min-width:0;flex:1;padding:10px;background:transparent;outline:none}#voiceFallback button{background:var(--navy);color:var(--gold);border:0;border-radius:7px;width:38px}#voiceView[data-state=listening] .voice-orbit{border-color:#f5bd4588}#voiceView[data-state=speaking] .voice-orbit{box-shadow:0 0 70px #f5bd4517}.voice-privacy{margin-bottom:0} .evidence-status{font-size:11px;color:#57758c;margin-bottom:6px}
@media(max-width:850px){header{padding:0 14px;gap:10px}.brand-sub{display:none}.conversation-tabs button{font-size:12px;padding:8px 9px}.outline{font-size:12px}#voiceView{grid-template-columns:1fr 1fr}.voice-console{padding:22px}.voice-console h1{font-size:29px}}
@media(max-width:600px){header{height:auto;min-height:96px;flex-wrap:wrap;padding:10px 16px;gap:8px}.brand{font-size:22px}.conversation-tabs{order:3;width:100%;justify-content:center}.conversation-tabs button{flex:1}.outline{margin-left:auto}main{height:calc(100dvh - 106px)}#voiceView{height:auto;min-height:calc(100dvh - 106px);display:flex;flex-direction:column}.voice-scene{height:47dvh;min-height:310px}.voice-console{padding:22px}.voice-console h1{display:none}.voice-console .eyebrow{display:none}.voice-actions button{padding:11px 12px}.voice-captions{max-height:24vh}.voice-scene-label{bottom:14px;left:18px}.voice-privacy{font-size:11px}}

#voiceStart.mic-toggle{width:124px;height:124px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;box-shadow:0 6px 20px #102e5120}#voiceStart svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}#voiceStart[aria-pressed=true]{background:#ac2936;border-color:#ac2936;color:white;box-shadow:0 0 0 6px #ac29361a}.voice-actions{align-items:center}#micLabel{font-size:13px}#voiceEnd[hidden]{display:none!important}
