*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{background:transparent;font-family:Arial,sans-serif;-webkit-font-smoothing:antialiased}.bubble{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;align-items:center;gap:12px;padding:8px 22px 8px 8px;background:#ffffff;border:none;border-radius:999px;cursor:pointer;box-shadow:0 6px 20px rgba(63,92,107,.2);transition:transform .2s ease,box-shadow .2s ease,padding .2s ease}.bubble:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(63,92,107,.26)}.bubble:active{transform:translateY(0)}.bubble img{width:88px;height:88px;border-radius:50%;display:block;object-fit:cover}.bubble-label{font-size:16px;font-weight:600;color:#3F5C6B;white-space:nowrap;letter-spacing:.01em}.bubble.bubble-open{padding:6px;border-radius:50%}.bubble.bubble-open img{width:64px;height:64px}.bubble:not(.bubble-open):after{content:"";position:absolute;inset:0;border-radius:999px;box-shadow:0 0 0 0 rgba(231,198,132,.55);animation:bubblePulse 2.4s ease-out infinite;pointer-events:none}.bubble:hover:after{animation-play-state:paused}@keyframes bubblePulse{0%{box-shadow:0 0 0 0 rgba(231,198,132,.55)}70%{box-shadow:0 0 0 18px rgba(231,198,132,0)}to{box-shadow:0 0 0 0 rgba(231,198,132,0)}}.panel{position:fixed;bottom:120px;right:20px;width:340px;background:#ffffff;border-radius:16px;box-shadow:0 12px 36px rgba(63,92,107,.22);padding:20px;display:flex;flex-direction:column;gap:12px;z-index:9998;border-top:4px solid #e7c684}.status-row{display:flex;align-items:center;gap:8px;min-height:24px}.status-row p{font-size:14px;color:#4A6273;line-height:1.5;flex:1 1}.status-row.speaking p{color:#3F5C6B;font-weight:500}.speaking-dots{display:flex;align-items:center;gap:4px;flex-shrink:0}.speaking-dots span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#E7C684;animation:speakBounce 1.2s ease-in-out infinite}.speaking-dots span:nth-child(2){animation-delay:.2s}.speaking-dots span:nth-child(3){animation-delay:.4s}@keyframes speakBounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-6px);opacity:1}}.panel button{width:100%;padding:12px 16px;border-radius:10px;border:none;font-size:15px;font-weight:600;cursor:pointer;min-height:48px;transition:background .2s ease,opacity .2s ease}.panel>button:not(.bubble):not(.transcript-toggle):not(.mute-toggle){background:#3F5C6B;color:#ffffff}.panel>button:not(.bubble):not(.transcript-toggle):not(.mute-toggle):hover{background:#4A6B7C}.panel>button:not(.bubble):not(.transcript-toggle):not(.mute-toggle):active{opacity:.85}.text-input-row{display:flex;gap:8px}.text-input-row input{flex:1 1;padding:11px 12px;border:1.5px solid #e0dace;border-radius:10px;font-size:16px;outline:none;color:#2A3F4A;background:#FAFAF7;min-height:48px;transition:border-color .2s ease}.text-input-row input:focus{border-color:#E7C684;background:#fff}.text-input-row input:disabled{background:#f2f2f2;color:#9aa6ad}.text-input-row button{padding:11px 16px;background:#E7C684;color:#3F5C6B;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;min-height:48px;white-space:nowrap;transition:background .2s ease}.text-input-row button:hover{background:#D9B468}.text-input-row button:disabled{background:#ddd;color:#888;cursor:default}.panel-with-transcript{width:380px}.transcript{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow-y:auto;padding:14px 12px;background:#FAF6EC;border:1px solid #f0e9d8;border-radius:10px;scrollbar-width:thin}.transcript::-webkit-scrollbar{width:8px}.transcript::-webkit-scrollbar-thumb{background:#EAD9B8;border-radius:4px}.transcript-empty{font-size:13px;color:#9aa6ad;font-style:italic;text-align:center;padding:14px 8px}.bubble-msg{font-size:14px;line-height:1.5;padding:10px 14px;border-radius:14px;max-width:88%;white-space:pre-wrap;word-wrap:break-word}.bubble-user{align-self:flex-end;background:#E7C684;color:#3F5C6B;border-bottom-right-radius:4px}.bubble-assistant{align-self:flex-start;background:#ffffff;color:#3F5C6B;border:1px solid #ead9b8;border-bottom-left-radius:4px}.panel .transcript-toggle{width:100%;background:transparent;color:#784A11;font-size:12px;font-weight:600;border:none;cursor:pointer;padding:4px 0 0;text-decoration:underline;text-underline-offset:3px;letter-spacing:.02em;min-height:auto}.panel .transcript-toggle:hover{color:#5C3A0D}.panel .mute-toggle{flex-shrink:0;width:auto;min-height:auto;background:transparent;border:none;padding:6px;cursor:pointer;color:#784A11;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.panel .mute-toggle:hover{background:rgba(231,198,132,.2);color:#5C3A0D}.panel .mute-toggle:focus-visible{outline:2px solid #E7C684;outline-offset:2px}.panel a{display:block;text-align:center;font-size:13px;color:#784A11;text-decoration:none;font-weight:700;padding:8px 0 2px;border-top:1px solid #f2ece1;letter-spacing:.01em}.panel a:hover{text-decoration:underline}.demo-page{min-height:100vh;background:#FAF6EC;color:#3F5C6B;padding:80px 24px 200px;display:flex;justify-content:center}.demo-content{max-width:640px;width:100%}.demo-eyebrow{font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#784A11;margin-bottom:20px}.demo-author{display:flex;align-items:flex-start;gap:22px;padding:24px 26px;background:#ffffff;border:1px solid #ead9b8;border-radius:12px;margin-bottom:40px;box-shadow:0 2px 10px rgba(63,92,107,.06)}.demo-author-photo{width:88px;height:88px;border-radius:50%;flex-shrink:0;object-fit:cover;border:2px solid #e7c684}.demo-author-info{display:flex;flex-direction:column;gap:8px}.demo-author-name{font-size:19px;font-weight:700;color:#3F5C6B;letter-spacing:-.005em}.demo-author-mission{font-size:15px;color:#4A6273;line-height:1.6}.demo-lede em{font-style:italic;color:#784A11;font-weight:600}.demo-content h1{font-size:clamp(34px,5vw,48px);line-height:1.1;font-weight:700;color:#3F5C6B;margin-bottom:22px;letter-spacing:-.01em}.demo-lede{font-size:19px;line-height:1.6;color:#4A6273;margin-bottom:40px}.demo-cta{display:flex;align-items:center;gap:14px;padding:18px 22px;background:#ffffff;border-left:3px solid #e7c684;border-radius:6px;margin-bottom:24px;box-shadow:0 2px 10px rgba(63,92,107,.06)}.demo-cta p{font-size:16px;color:#3F5C6B;font-weight:500;line-height:1.5}.demo-arrow{font-size:28px;color:#784A11;flex-shrink:0;line-height:1}.demo-prompts{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:48px}.demo-prompts li{list-style:none;margin:0;padding:0}.demo-prompt-btn{display:block;width:100%;text-align:left;font-family:inherit;font-size:16px;color:#4A6273;padding:14px 18px;background:#ffffff;border:1px solid #ead9b8;border-radius:10px;font-style:italic;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .12s ease,box-shadow .18s ease}.demo-prompt-btn:hover{background:#FAF6EC;border-color:#E7C684;transform:translateY(-1px);box-shadow:0 4px 12px rgba(231,198,132,.2)}.demo-prompt-btn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(231,198,132,.15)}.demo-prompt-btn:focus-visible{outline:2px solid #E7C684;outline-offset:2px}.demo-finale{background:#3F5C6B;color:#FAF6EC;padding:40px 32px;border-radius:14px;text-align:center;box-shadow:0 10px 28px rgba(63,92,107,.2)}.demo-finale h2{font-size:26px;font-weight:700;color:#ffffff;margin-bottom:14px;letter-spacing:-.01em}.demo-finale p{font-size:16px;color:#FAF6EC;opacity:.92;line-height:1.65;max-width:480px;margin:0 auto 26px}.demo-finale-button{display:inline-block;padding:14px 32px;background:#E7C684;color:#3F5C6B;border-radius:999px;font-weight:700;font-size:15px;text-decoration:none;letter-spacing:.02em;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 14px rgba(231,198,132,.25)}.demo-finale-button:hover{background:#D9B468;transform:translateY(-1px);box-shadow:0 6px 18px rgba(231,198,132,.35)}@media (max-width:480px){.panel{right:10px;left:10px;bottom:110px;padding:16px}.panel,.panel-with-transcript{width:auto}.transcript{max-height:220px}.bubble{bottom:16px;right:16px;padding:6px 18px 6px 6px;gap:10px}.bubble img{width:64px;height:64px}.bubble-label{font-size:14px}.bubble.bubble-open{padding:5px}.bubble.bubble-open img{width:56px;height:56px}.demo-page{padding:56px 18px 180px}.demo-author{flex-direction:column;text-align:center;gap:12px;padding:22px 18px}.demo-author-info{align-items:center}.demo-finale{padding:30px 22px}.demo-finale h2{font-size:22px}.demo-finale-button{padding:13px 26px;font-size:14px}}