:root{color:#1e293b;--tf-first:#664090;--tf-first-light:#8a66b0;--tf-purple:#664090;--tf-purple-light:#8a66b0;background:#f8fafc;font-family:Arial,Helvetica,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{margin:0}.page-shell{background:linear-gradient(#f8fafc 0%,#eef2ff 100%);min-height:100vh;padding:40px 20px 120px}.hero-card{background:#fff;border:1px solid #e2e8f0;border-top:4px solid #664090;border-radius:0;width:100%;max-width:100%;margin:0;padding:32px;position:relative;overflow:hidden;box-shadow:0 20px 55px #66409024}.hero-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#66409029,#0000 34%),radial-gradient(circle at 100% 100%,#d946ef1f,#0000 30%);position:absolute;inset:0}.hero-card>*{position:relative}.hero-card h1{margin:0 0 12px;font-size:40px}.hero-card p{color:#475569;max-width:700px;margin:0}.eyebrow{color:#334155;text-transform:uppercase;background:#e2e8f0;border-radius:999px;margin-bottom:10px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-block}.feature-list{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.feature-item{border:1px solid var(--tf-purple-light);color:#563477;background:#f8fafc;border-radius:999px;padding:10px 14px;font-size:14px;transition:transform .18s,box-shadow .18s,border-color .18s}.feature-item:hover{border-color:#8a66b0;transform:translateY(-2px);box-shadow:0 8px 18px #66409024}.chatbot-panel{z-index:9999;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:420px;max-width:90vw;height:560px;max-height:calc(100vh - 48px);animation:.28s ease-out tfPanelEnter;position:fixed;top:24px;left:auto;right:24px;overflow:hidden;transform:none;box-shadow:0 10px 30px #66409026}.chatbot-header{color:#fff;background:linear-gradient(135deg,#563477,#664090,#8a66b0,#9a6bc0) 0 0/300% 300%;justify-content:space-between;align-items:center;gap:12px;min-height:86px;padding:18px 16px 14px;animation:7s infinite tfGradientShift;display:flex}.chatbot-title{font-size:16px;font-weight:700;line-height:1.2}.chatbot-subtitle{margin-top:4px;font-size:15px;font-weight:600;line-height:1.35}.icon-button{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:999px;flex-shrink:0;width:32px;height:32px}.voice-mode-button{cursor:pointer;color:#fff;background:#ffffff2e;border:none;border-radius:999px;flex-shrink:0;padding:7px 10px;font-size:12px}.voice-mode-button.on{color:#664090;background:#fff;font-weight:700}.chatbot-messages{background:#f8fafc;height:calc(100% - 166px);padding:14px;overflow-y:auto}.message-row{margin-bottom:12px;display:flex}.user-row{justify-content:flex-end}.assistant-row{justify-content:flex-start}.message-bubble{border-radius:16px;max-width:95%;padding:14px 16px;font-size:16px;line-height:1.5}.assistant-bubble{background:#f3f0ff;border:1px solid #dcd6ff;max-width:96%}.user-bubble{color:#fff;background:#0f172a;max-width:85%}.intro-text{color:#1e293b;font-size:15px;font-weight:500}.cta-link{background:#fff;border:1px solid #cbd5e1;border-radius:12px;margin-top:10px;padding:10px 14px;font-size:15px;text-decoration:none;display:inline-block}.play-audio-button{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;margin-top:8px;padding:6px 10px;font-size:13px}.play-audio-button:hover{background:#f1f5f9}.chip-wrap{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.chip{color:#fff;cursor:pointer;background:#664090;border:1px solid #d1d5db;border-radius:999px;padding:8px 14px;font-size:13px;transition:all .2s}.chip:hover{color:#664090;background:#f5f3ff;border-color:#8a66b0;transform:translateY(-1px);box-shadow:0 4px 10px #66409026}.chip:active{transform:scale(.97)}.chatbot-input-row{background:#fff;border-top:1px solid #e2e8f0;gap:8px;padding:12px 12px 20px;display:flex}.chatbot-input{border:1px solid #cbd5e1;border-radius:12px;flex:1;min-width:0;padding:12px 10px;font-size:15px}.send-button{color:#fff;cursor:pointer;background:#664090;border:0;border-radius:12px;padding:12px 16px;font-size:15px}.mic-button{cursor:pointer;background:#f1ecff;border:none;border-radius:999px;padding:10px 12px;font-size:18px}.mic-button.listening{color:#fff;background:#664090;animation:1.2s infinite pulseMic}.partial-transcript{color:#6b7280;background:#fff;padding:4px 10px 8px;font-size:12px}.chatbot-launcher{z-index:9999;cursor:pointer;background:0 0;border:none;animation:.4s ease-out tfLauncherIn;position:fixed;top:76%;left:50%;transform:translate(-50%,-50%)}.chat-icon-image{object-fit:contain;background:#fff;border:2px solid #664090;border-radius:50%;width:160px;height:160px;padding:6px;transition:transform .2s,box-shadow .2s;box-shadow:0 6px 12px #0003,0 0 12px #66409059}.chat-icon-image:hover{transform:scale(1.08);box-shadow:0 8px 18px #00000040,0 0 18px #66409099}.thinking-bubble{flex-direction:column;gap:8px;display:flex}.thinking-text{opacity:.8;font-size:13px}.typing{position:relative;overflow:hidden}.typing span{background:#664090;border-radius:50%;width:6px;height:6px;margin:0 2px;animation:1.4s ease-in-out infinite both bounce;display:inline-block}.typing span:first-child{animation-delay:-.32s}.typing span:nth-child(2){animation-delay:-.16s}.typing:after{content:"";background:linear-gradient(90deg,#0000,#66409029,#0000);width:60%;height:100%;animation:1.4s infinite tfShimmer;position:absolute;top:0;left:-80%}@keyframes tfGradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes tfPanelEnter{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes tfLauncherIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.85)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes tfShimmer{to{left:120%}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes pulseMic{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}@media (width<=600px){.chatbot-panel{border-radius:16px;width:calc(100vw - 24px);height:70vh;max-height:70vh;top:12px;left:auto;right:12px;transform:none}.chatbot-header{gap:8px;min-height:92px;padding:18px 12px 12px}.chatbot-title{font-size:15px}.chatbot-subtitle{font-size:14px}.voice-mode-button{padding:7px 9px;font-size:11px}.chatbot-messages{height:calc(100% - 172px);padding:12px}.message-bubble{width:100%;max-width:100%;padding:12px 14px;font-size:15px}.chatbot-input-row{padding:10px 10px 18px}.chatbot-input{padding:10px;font-size:14px}.send-button{flex-shrink:0;padding:10px 14px;font-size:14px}.launcher-wrapper{z-index:10000!important;position:fixed!important;inset:auto 18px 60px auto!important;transform:none!important}.chatbot-launcher{width:86px!important;height:86px!important;padding:0!important}.chat-icon-image{object-fit:contain!important;width:86px!important;height:86px!important}.launcher-helper-bubble{white-space:normal!important;max-width:190px!important;padding:10px 12px!important;font-size:13px!important;top:50%!important;right:96px!important}.chip{text-align:center;width:100%;max-width:220px}.chatbot-panel.compact{height:52vh!important;max-height:52vh!important}.chatbot-panel.compact .chatbot-messages{height:calc(100% - 172px)!important}}.intro-text:empty{display:none}.assistant-bubble:has(.intro-text:empty){padding-top:10px}.chatbot-panel.compact{height:430px!important}.chatbot-panel.compact .chatbot-messages{height:calc(100% - 166px)}.launcher-wrapper{z-index:9999;position:fixed;inset:auto 24px 60px auto;transform:none}.launcher-helper-bubble{color:#563477;white-space:nowrap;background:#fff;border:2px solid #664090;border-radius:18px;padding:12px 16px;font-size:15px;font-weight:600;animation:2.2s ease-in-out infinite helperFloat;position:absolute;top:50%;right:120px;transform:translateY(-50%);box-shadow:0 8px 22px #6640902e}.launcher-helper-bubble:after{content:"";border:10px solid #0000;border-left-color:#664090;border-right-width:0;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}@keyframes helperFloat{0%{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 4px))}to{transform:translateY(-50%)}}.launcher-home{position:fixed!important;inset:auto 24px 60px auto!important;transform:none!important}.launcher-corner{width:72px;height:72px;z-index:10000!important;position:fixed!important;inset:auto 24px 24px auto!important;transform:none!important}.launcher-home{width:160px;height:160px;z-index:10000!important;position:fixed!important;inset:auto 24px 60px auto!important;transform:none!important}.launcher-corner .chatbot-launcher,.launcher-corner .chat-icon-image{width:72px;height:72px}.launcher-wrapper .chatbot-launcher{position:relative!important;inset:auto!important;transform:none!important}.launcher-home .launcher-helper-bubble,.launcher-corner .launcher-helper-bubble{width:150px;max-width:150px;white-space:normal!important;text-align:center!important;position:absolute!important;top:50%!important;left:auto!important;right:calc(100% + 10px)!important;transform:translateY(-50%)!important}.panel-corner{width:340px!important;height:520px!important;inset:auto 24px 110px auto!important;transform:none!important}html,body,#root{background:0 0!important}@media (width<=600px){.launcher-home,.launcher-corner{width:86px!important;height:86px!important;right:18px!important}.launcher-home{bottom:60px!important}.launcher-corner{bottom:24px!important}.launcher-home .chatbot-launcher,.launcher-corner .chatbot-launcher,.launcher-home .chat-icon-image,.launcher-corner .chat-icon-image{width:86px!important;height:86px!important}.launcher-home .launcher-helper-bubble,.launcher-corner .launcher-helper-bubble{white-space:normal!important;text-align:center!important;width:120px!important;max-width:120px!important;padding:9px 10px!important;font-size:12px!important;line-height:1.2!important;top:50%!important;left:auto!important;right:calc(100% + 8px)!important;transform:translateY(-50%)!important}}@media (width<=420px){.launcher-home,.launcher-corner{right:14px!important}}.chatbot-header{background:#d1244f!important}.chatbot-title{text-transform:uppercase!important;letter-spacing:.01em!important;color:#fff!important;font-family:Sarun Pro Black Italic,Arial,Helvetica,sans-serif!important;font-size:17px!important;font-style:italic!important;font-weight:900!important;line-height:1.05!important}.chatbot-subtitle{color:#fff!important;font-family:Sarun Pro Book,Arial,Helvetica,sans-serif!important;font-style:normal!important;font-weight:400!important}.chatbot-launcher .chat-icon-image{border:2px solid #d1244f!important;border-radius:50%!important}.launcher-helper-bubble{border-color:#d1244f!important}.launcher-helper-bubble:after{border-color:#0000 #0000 #0000 #d1244f!important}.chatbot-panel{top:40px!important}.launcher-helper-bubble{transform-origin:50%;animation:1.6s ease-in-out infinite helperPulse!important}@keyframes helperPulse{0%,to{scale:1;box-shadow:0 4px 12px #d1244f2e}50%{scale:1.04;box-shadow:0 6px 22px #d1244f7a}}@media (width<=600px){.chatbot-panel,.chatbot-panel.compact,.panel-home,.panel-corner{box-sizing:border-box!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;position:fixed!important;top:12px!important;left:auto!important;right:8px!important;transform:none!important}.chatbot-header,.chatbot-messages{box-sizing:border-box!important;width:100%!important}.message-bubble{box-sizing:border-box!important;max-width:100%!important}.chip{box-sizing:border-box!important;width:100%!important;max-width:100%!important}.chatbot-input-row{box-sizing:border-box!important;width:100%!important}}@media (width>=601px){.chatbot-panel,.chatbot-panel.compact,.panel-home,.panel-corner{width:440px!important;max-width:440px!important}}@media (width<=600px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden!important}.chatbot-panel,.chatbot-panel.compact,.panel-home,.panel-corner{box-sizing:border-box!important;width:calc(100% - 16px)!important;max-width:calc(100% - 16px)!important;margin:0!important;left:8px!important;right:8px!important;transform:none!important}.chatbot-header,.chatbot-messages,.chatbot-input-row,.chip{box-sizing:border-box!important;max-width:100%!important}}@media (width>=620px){.chatbot-panel,.chatbot-panel.compact,.panel-home,.panel-corner{width:420px!important;max-width:420px!important}}
