.sc-root{position:fixed;bottom:24px;right:24px;z-index:1000}.sc-launcher{width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;background:var(--green);color:var(--deep-green);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #08412152;transition:transform .2s ease,background .2s ease}.sc-launcher:hover{transform:translateY(-2px)}.sc-launcher-icon{width:26px;height:26px;position:absolute;transition:opacity .15s ease,transform .15s ease}.sc-icon-close{opacity:0;transform:rotate(-45deg)}.sc-launcher.sc-open .sc-icon-chat{opacity:0;transform:rotate(45deg)}.sc-launcher.sc-open .sc-icon-close{opacity:1;transform:rotate(0)}.sc-panel{position:absolute;bottom:76px;right:0;width:min(380px,calc(100vw - 32px));height:min(560px,calc(100vh - 120px));background:#fff;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 64px #08412147;border:1px solid rgba(8,65,33,.08)}.sc-panel[hidden]{display:none}.sc-header{background:var(--deep-green);color:var(--green);padding:16px 18px;display:flex;align-items:center;justify-content:space-between}.sc-header-title{display:flex;align-items:center;gap:9px;font-weight:600;font-size:15px}.sc-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 3px #4ade8040}.sc-close{background:transparent;border:none;color:var(--green);cursor:pointer;padding:4px;opacity:.8}.sc-close:hover{opacity:1}.sc-close svg{width:20px;height:20px}.sc-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px;background:#fff;-webkit-overflow-scrolling:touch}.sc-msg{max-width:80%;font-size:15px;line-height:1.45;border-radius:20px;padding:10px 15px}.sc-msg p{margin:0 0 8px}.sc-msg p:last-child{margin-bottom:0}.sc-msg-bot{background:#e9e9eb;color:#1a1a1a;align-self:flex-start;border-bottom-left-radius:6px}.sc-msg-user{background:var(--deep-green);color:#fff;align-self:flex-end;border-bottom-right-radius:6px}.sc-msg a{color:var(--orange);text-decoration:underline}.sc-msg ol,.sc-msg ul{margin:8px 0 0;padding-left:22px}.sc-msg li{margin-bottom:5px}.sc-msg li:last-child{margin-bottom:0}.sc-msg code{background:#08412112;padding:1px 5px;border-radius:5px;font-size:13px}.sc-sources{margin-top:12px;padding-top:10px;border-top:1px solid rgba(0,0,0,.12);display:flex;flex-direction:column;gap:6px}.sc-sources span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#999}.sc-sources a{font-size:13px;color:var(--deep-green);text-decoration:none;font-weight:500}.sc-sources a:hover{text-decoration:underline}.sc-typing{display:inline-flex;gap:4px;padding:2px 0}.sc-typing span{width:7px;height:7px;border-radius:50%;background:#bbb;animation:sc-bounce 1.2s infinite ease-in-out}.sc-typing span:nth-child(2){animation-delay:.15s}.sc-typing span:nth-child(3){animation-delay:.3s}@keyframes sc-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.sc-form{display:flex;gap:8px;align-items:flex-end;padding:10px 12px;border-top:1px solid rgba(0,0,0,.08);background:#fff}.sc-input{flex:1;min-width:0;border:1px solid rgba(0,0,0,.15);border-radius:20px;padding:10px 15px;font-size:16px;font-family:inherit;outline:none}.sc-input:focus{border-color:var(--deep-green)}.sc-send{flex:0 0 auto;width:40px;height:40px;border:none;border-radius:50%;background:var(--deep-green);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.sc-send:hover{background:#0a5329}.sc-send:disabled{opacity:.5;cursor:default}.sc-send svg{width:18px;height:18px}.sc-footnote{font-size:11px;color:#999;text-align:center;padding:0 12px 10px;background:#fff;margin:0}.sc-footnote a{color:#999;text-decoration:underline}@media (max-width: 600px){.sc-root{bottom:16px;right:16px}.sc-panel{position:fixed;inset:0;width:100%;height:100dvh;max-height:none;border:none;border-radius:0}.sc-header{padding-top:max(16px,env(safe-area-inset-top))}.sc-messages{padding:14px 14px 6px}.sc-form{padding-bottom:max(10px,env(safe-area-inset-bottom))}.sc-footnote{display:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Fraunces;src:url(/fonts/Fraunces.ttf) format("truetype-variations");font-weight:100 900;font-style:normal;font-display:swap}:root{--deep-green: #084121;--green: #D0FFC2;--cream: #FDF9E9;--amber: #FFBF40;--orange: #FF582A;--burgundy: #6D2239;--blush: #FFB7B8;--white: #ffffff;--text-dark: #1a1a1a;--text-mid: #4a5568}html{font-family:Inter,sans-serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{overflow-x:hidden;background:var(--deep-green)}img{max-width:100%;height:auto;display:block}a{text-decoration:none}
