.chat-popup{position:fixed;bottom:20px;right:20px;width:var(--width);max-width:350px;max-height:450px;background:var(--white);border-radius:10px;box-shadow:0 4px 10px #0003;display:flex;flex-direction:column}@media (max-width: 400px){.chat-popup{width:93vw;right:10px}}.chat-header{background:var(--theme-primary);color:var(--theme-secondary);padding:15px 10px;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:10px;border-top-right-radius:10px;font-size:var(--heading-font-size)}.header-controls{display:flex;align-items:center;gap:10px}.header-icon{color:var(--theme-secondary);font-size:16px;opacity:.8}.close-btn{background:none;border:none;color:var(--theme-secondary);cursor:pointer;font-size:20px}.chat-body{padding:10px;height:400px;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.chat-body::-webkit-scrollbar{display:none}.chat-footer{display:flex;padding:10px 15px;border-top:1px solid var(--off-white)}.chat-footer input{flex:1;padding:5px 10px;border:1px solid var(--off-white);border-radius:5px;outline:none;transition:border .3s ease-in-out,box-shadow .3s ease-in-out}.chat-footer input:focus{border:1px solid var(--theme-primary);box-shadow:0 0 5px var(--theme-light)}.chat-footer button{background:var(--theme-primary);border-radius:5px;color:var(--theme-secondary);border:none;padding:4px 10px;margin-left:5px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.chat-footer button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #8a2be24d}.loader{width:30px;margin-left:15px;aspect-ratio:2;--_g: no-repeat radial-gradient(circle closest-side,var(--theme-primary) 90%,#0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100%/3) 50%;animation:l3 1s infinite linear;margin-bottom:10px}@keyframes l3{20%{background-position:0% 0%,50% 50%,100% 50%}40%{background-position:0% 100%,50% 0%,100% 50%}60%{background-position:0% 50%,50% 100%,100% 0%}80%{background-position:0% 50%,50% 50%,100% 100%}}.text-center{margin:auto;text-align:center}.error{background-color:#fc7171;opacity:.9;color:#fff;padding:10px 15px;border-radius:5px;font-size:14px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 6px #0003;animation:fadeIn .3s ease-in-out;margin-top:9px}.sample-questions{justify-content:flex-end;display:flex;flex-wrap:wrap;align-self:flex-end;margin-top:auto;font-size:13px}.sample-questions button{border:1px solid var(--theme-primary);color:var(--theme-secondary);background:var(--theme-lighter);padding:4px 6px;margin:2px;border-radius:10px;cursor:pointer;transition:all .3s ease-in-out;text-align:right}.sample-questions button:hover{background:var(--theme-primary);color:var(--theme-secondary);transform:translateY(-1px)}.handoff-link-container{text-align:center;margin-top:10px;padding:5px}.handoff-link{color:var(--theme-secondary);background:var(--theme-lighter);text-decoration:underline;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-block;padding:3px 8px;border-radius:4px}.handoff-link:hover{color:var(--theme-secondary);background-color:var(--theme-lighter);text-decoration:none}.handoff-link.loading{color:var(--theme-secondary);background-color:var(--theme-lighter);cursor:not-allowed;text-decoration:none}.handoff-link.loading:hover{background-color:var(--theme-primary)}.box{max-width:100%;margin-bottom:1em;display:flex;flex-direction:column}.date-divider{display:flex;align-items:center;justify-content:center;margin:1rem 0 0;font-size:14px;font-weight:700;color:gray;width:100%}.date-divider:before,.date-divider:after{content:"";flex-grow:1;height:1px;background:#d3d3d3;margin:0 10px}.message-content{display:flex;align-items:top}.message{width:calc(100% - 100px);border-radius:15px;padding:.7rem;font-size:13px}.timestamp{display:block;flex-grow:1;font-size:12px;color:gray;margin-top:5px}.person-a{margin-top:1.5em}.person-a .message-content .message{background:var(--theme-lighter);color:var(--theme-secondary);border:1px solid var(--theme-light)}.timestamp-a{text-align:left;margin-left:60px}.icon{--size: 40px;width:var(--size);height:var(--size);background:var(--theme-primary);display:flex;text-align:center;justify-content:center;align-items:center;border-radius:100%;margin-right:.8em;position:relative}.icon i{color:var(--theme-secondary);font-size:20px}.person-b{margin-top:2em}.timestamp-b{text-align:right;margin-right:5px}.person-b .message{background:var(--theme-primary);color:var(--theme-secondary);margin-left:100px;text-align:left}.welcome-message{margin-top:1.5em}.welcome-message .message-content{display:flex;align-items:top}.welcome-message .message{width:calc(100% - 100px);border-radius:15px;padding:.7rem;font-size:13px;background:var(--theme-lighter);color:var(--theme-secondary);border:1px solid var(--theme-light)}.contact-form{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;width:100%;height:100%;margin:0;display:flex;flex-direction:column}.contact-form-header{background:var(--theme-gradient);color:#fff;text-align:center;padding:20px;font-weight:600;font-size:18px;margin:0;border-radius:12px 12px 0 0}.contact-form-content{padding:25px;flex:1;display:flex;flex-direction:column;justify-content:center}.contact-form-description{color:#666;font-size:14px;line-height:1.4}.input-wrapper{display:flex;flex-direction:column;gap:15px;flex:1;justify-content:center}.contact-form input{padding:12px 15px;border:1px solid #e0e0e0;border-radius:8px;outline:none;font-size:14px;transition:border-color .3s ease,box-shadow .3s ease;background:#fff}.contact-form input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-light)}.contact-form input::placeholder{color:#999}.contact-form button{background:var(--theme-primary);color:var(--theme-secondary);padding:14px 20px;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;width:100%}.contact-form button:hover{transform:translateY(-1px);box-shadow:0 4px 12px var(--theme-light)}.contact-form button:active{transform:translateY(0)}.contact-form button:disabled{opacity:.7;cursor:not-allowed;transform:none}.error{background-color:#ff4757;color:#fff;padding:12px 15px;border-radius:8px;font-size:14px;margin-top:15px;box-shadow:0 2px 8px #ff475733;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}:root{--theme-primary: #05c50f;--theme-secondary: #25960e;--theme-gradient: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-secondary) 100%);--theme-light: rgba(138, 43, 226, .1);--theme-lighter: rgba(138, 43, 226, .5);--primary: var(--theme-primary);--secondary: var(--theme-secondary);--dark: #0d3f57;--white: #f1f1f1;--off-white: #ddd;--green: lightgreen;--red: rgb(235, 12, 12);--width: min(90vw, 400px);--heading-font-size: 18px;--body-font-size: 18px}.chat-button{position:fixed;bottom:24px;right:20px;background:var(--theme-primary);color:var(--theme-secondary);border:1.5px solid black;outline:1.5px solid rgba(0,0,0,.08);outline-offset:0px;padding:9px 16px 9px 13px;border-radius:50px;font-size:18px;cursor:pointer;display:flex;align-items:center;gap:7px;transition:transform .15s ease,outline-color .15s ease;font-family:Poppins,Roboto,sans-serif}.chat-button:hover{transform:translateY(-2px);outline-color:#00000026}.chat-button-label{font-family:Poppins,Roboto,sans-serif;font-size:13.5px;font-weight:500;letter-spacing:.5px;white-space:nowrap;line-height:1}.badge{position:absolute;right:1px;top:1px;padding:5px 8px;font-size:11px;font-weight:700;color:#fff;border-radius:50%;background-color:var(--red);display:flex;align-items:center;justify-content:center;min-width:20px;min-height:20px;box-sizing:border-box}*{box-sizing:border-box}body{margin:0;font:.9em/1.5 Poppins,Roboto,sans-serif}::placeholder,button,input{font:.9em/1.5 Poppins,Roboto,sans-serif}
