@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap");*{padding:0;margin:0;font-family:Lato,sans-serif}p{font-size:1rem;font-weight:400;line-height:21px;text-align:center}a{color:#ff0f80}h1{font-size:3rem}h1,h2{font-family:filson-soft,sans-serif;font-weight:200;text-align:center}h2{font-size:1.7rem}h3{color:#4c4951;text-align:center;font-family:Lato,sans-serif;font-size:1.5rem;font-style:normal;font-weight:300}.caption{font-size:.8rem;color:#7e7c81}.material-symbols-outlined{font-size:1.3rem}body{background-color:#fff;background-image:url(/images/bg-ellipse.svg);background-repeat:repeat;background-size:40px 40px;background-position:0 0;min-height:100vh}.main-container,body{display:flex;justify-content:center;align-items:center}.main-container{width:900px;height:100vh;margin:auto;flex-direction:column;gap:40px;padding:0 40px}.heading{display:flex;flex-direction:column;align-items:center;gap:24px}.heading img{height:64px;width:auto}.contact-info{flex-direction:column;gap:12px}.contact-info,.form-popup{display:flex;align-items:center}.form-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:99;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.form-popup.active{opacity:1;pointer-events:all}.form-container{background:#fff;padding:40px;border-radius:12px;width:90%;max-width:400px;box-shadow:0 6px 20px rgba(0,0,0,.25);display:flex;flex-direction:column;gap:16px;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-container input{min-height:36px;border-radius:4px;border:1px solid #afaeb2;background:rgba(255,255,255,.5);padding:8px 12px;font-size:1rem}.form-container input:focus,.form-container input:focus-visible,.form-container textarea:focus,.form-container textarea:focus-visible{outline:none!important;box-shadow:none!important;border:2px solid rgba(175,174,178,1);background:rgba(250,250,250,1)}.form-container label{color:black;font-family:Lato;font-size:14px;font-style:normal;font-weight:200}.form-container textarea{min-height:100px;border-radius:4px;border:1px solid #afaeb2;background:rgba(255,255,255,.5);padding:8px 12px;font-size:1rem;resize:none;overflow:auto}.form-container .error-message{color:#ff0f80;font-size:.875rem;position:relative;top:-12px}.solid-btn{display:inline-flex;min-height:44px;padding:12px 16px;justify-content:center;align-items:center;border-radius:4px;border:none;background:#ff0f80;font-family:Lato;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#fff}.solid-btn:hover{background:#ff3f99}.solid-btn:active{background:#e80e74}.ghost-btn{display:inline-flex;min-height:44px;padding:12px 16px;justify-content:center;align-items:center;border-radius:4px;border:none;background:none;font-family:Lato;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#000}.ghost-btn:hover{background:rgba(0,0,0,.08)}.ghost-btn:active{background:rgba(0,0,0,.16)}.chatbox{background-color:#fafafa;border:2px solid #e1e1e2;border-radius:16px;overflow:hidden;width:100%;display:flex;flex-direction:column;justify-content:space-between}.chat-messages{flex:1;padding:16px;overflow-y:auto;max-height:400px}.chat-messages,.chat-messages>div{display:flex;flex-direction:column;gap:12px}.message{padding:12px 16px;border-radius:12px;max-width:70%;word-wrap:break-word}.message.user{background-color:rgba(91,15,211,.08);color:#530ec0;align-self:flex-end;margin-left:auto}.message.assistant{background-color:#ffffff;border:1px solid #e1e1e2;color:#333;align-self:flex-start}.chat-input-container{border-top:1px solid #e1e1e2}#userMessage{resize:none;background-color:#fafafa;padding:16px;font-size:1.2rem;border:none;min-height:100px;width:100%;box-sizing:border-box}textarea:focus{outline:none;border:none}.buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 12px;min-height:40px}.tools,.triggerBtn{display:flex;flex-direction:row;gap:4px}.triggerBtn{background-color:#fafafa;border:none;align-items:center;justify-content:center;font-size:1rem;color:#7e7c81;border-radius:4px;height:28px;width:28px;cursor:pointer}.triggerBtn:hover{background-color:rgba(0,0,0,.08)}.sendBtn{background-color:rgba(91,15,211,.12);color:#530ec0;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:4px;border:none;width:28px;height:28px;cursor:pointer}.sendBtn:hover{background-color:rgba(91,15,211,.2)}.sendBtn:disabled{opacity:.5;cursor:not-allowed}.loading-spinner{display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid rgba(91,15,211,.2);border-top-color:#530ec0;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.chat-message{margin-bottom:16px}.message-container{border-radius:12px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.message-container.user{background-color:rgba(91,15,211,.08);border:1px solid rgba(91,15,211,.12)}.message-container.assistant{background-color:#ffffff;border:1px solid #e1e1e2}.message-header{margin-bottom:8px;font-size:.875rem;font-weight:600;color:#4c4951}.message-content{color:#333;line-height:1.6;text-align:left}.message-content.user{color:#530ec0}.markdown-content p{margin-bottom:12px;text-align:left}.markdown-content p:first-child{margin-top:0}.markdown-content p:last-child{margin-bottom:0}.markdown-content ul{margin-bottom:12px;padding-left:16px;list-style-type:disc}.markdown-content ol{margin-bottom:12px;padding-left:16px;list-style-type:decimal}.markdown-content li{margin-bottom:4px}.markdown-content code{background-color:#f5f5f5;border:1px solid #e1e1e2;border-radius:4px;padding:2px 4px;font-family:Monaco,Consolas,Courier New,monospace;font-size:.875rem;color:#530ec0}.markdown-content pre{background-color:#f8f8f8;border:1px solid #e1e1e2;border-radius:8px;padding:16px;overflow-x:auto;margin-bottom:12px}.markdown-content pre code{background:none;border:none;padding:0;color:#333}.markdown-content a{color:#ff0f80;text-decoration:underline}.markdown-content a:hover{color:#e80e74}.tool-invocation{background-color:#f0f8ff;border:1px solid #b3d9ff;border-radius:8px;padding:12px;margin:8px 0}.tool-header{font-weight:600;color:#1e40af;margin-bottom:8px;font-size:.875rem}.tool-content{font-family:Monaco,Consolas,Courier New,monospace;font-size:.8rem;color:#374151;white-space:pre-wrap;text-align:left}.reasoning-steps{background-color:#fff8e1;border:1px solid #ffe082;border-radius:8px;padding:12px;margin:8px 0}.reasoning-header{font-weight:600;color:#f57c00;margin-bottom:8px;font-size:.875rem}.reasoning-content{font-size:.8rem;color:#424242;text-align:left}