@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:#fff;color:#1a1528;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;margin:0;overflow-y:scroll}body,html{height:auto;min-height:100%}body,html{overflow-y:auto!important}.app{align-items:flex-end;bottom:24px;display:flex;justify-content:flex-end;position:fixed;right:24px;z-index:999999}.chat-window{background:#0d0a17;border:1px solid #ffffff0f;border-radius:24px;box-shadow:0 0 40px #7a3ecc40,0 20px 60px #000000b3;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;max-height:80vh;max-width:420px;overflow-x:hidden;overflow-y:auto;padding:18px;scrollbar-width:thin;width:100%}.chat-header{background:linear-gradient(120deg,#5c3b8f,#7ecf9a);border-radius:20px;color:#fff;display:inline-block;font-weight:600;margin:0 auto 12px;padding:10px 18px;text-align:center;width:auto}.message{border-radius:14px;font-size:.9rem!important;line-height:1.35!important;margin-top:4px;max-width:90%!important;padding:8px 12px!important;width:fit-content}.message.assistant{background:#1a1528;border:1px solid #ffffff1a;border-radius:14px;border-bottom-left-radius:6px;color:#ede9ff}.message.user{background:linear-gradient(120deg,#7a3ecc,#5a2baa);border-radius:14px;border-bottom-right-radius:6px;color:#fff}.input-area{box-sizing:border-box;display:flex;gap:10px;width:100%}.input-area input[type=text]{background:#1a1528;border:1px solid #cfc2f5;border-radius:999px;color:#f7f4ff;flex:1 1;font-size:.9rem;outline:none;padding:11px 13px}.input-area input::placeholder{color:#a497c2}.input-area button{background:linear-gradient(120deg,#7a3ecc,#7ecf9a);border:none;border-radius:999px;box-shadow:0 4px 14px #7a3ecc59;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:11px 18px;transition:transform .15s ease,box-shadow .15s ease;white-space:nowrap}.input-area button:hover{box-shadow:0 6px 16px #2fd7c473;transform:translateY(-1px)}.typing-dots{align-items:center;display:flex;gap:5px}.typing-dots .dot{animation:blink 1.4s ease-in-out infinite both;background:linear-gradient(120deg,#7a3ecc,#7ecf9a);border-radius:999px;height:7px;width:7px}.typing-dots .dot:nth-child(2){animation-delay:.2s}.typing-dots .dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.3;transform:scale(1)}40%{opacity:1;transform:scale(1.3)}}@media (max-width:600px){.chat-window,.input-area{max-width:420px;width:100%}.app{padding:24px 12px}}.messages-container{align-items:flex-start!important;display:flex!important;flex-direction:column!important;position:relative!important}.message.user{align-self:flex-end!important}.message.assistant{align-self:flex-start!important}.chat-launcher{background:linear-gradient(135deg,#7a3ecc,#5a2baa);border:none;box-shadow:0 8px 25px #00000040;font-size:26px;height:60px;transition:all .25s ease;width:60px;z-index:99999}.chat-launcher:hover{box-shadow:0 10px 30px #00000059;transform:scale(1.08)}.chat-widget-container{animation:popup .25s ease;background:#0d0a17;border-radius:20px;bottom:100px;box-shadow:0 10px 40px #00000073;inset-inline-end:24px;max-height:80vh;overflow-x:visible!important;overflow:hidden;position:fixed;right:24px;width:420px;z-index:99998}@keyframes popup{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.trubiome-footer{border-top:1px solid #ffffff0f;color:#8e5be8;font-size:.75rem;margin-top:12px;opacity:.8;padding-top:6px;text-align:center}.trubiome-footer span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#7a3ecc,#f4c542);-webkit-background-clip:text;font-weight:700;letter-spacing:.4px}.trubiome-footer:hover{cursor:default;opacity:1}.trubiome-footer{animation:fadeIn .8s ease forwards;opacity:0}@keyframes riseIn{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.suggestions{display:flex;flex-wrap:wrap;gap:8px;margin:2px 0 6px;max-width:100%}.suggestions button{background:#f4d24a1f;border:1px solid #f4d24a;border-radius:12px;color:#f8f8f8;cursor:pointer;font-size:.8rem;padding:6px 12px;transition:.2s ease}.suggestions button:hover{background:#f4d24a47;transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-launcher{align-items:center;animation:bounceIn .9s ease forwards;background:linear-gradient(135deg,#7ecf9a,#5c3b8f);border-radius:50%;bottom:24px;box-shadow:0 8px 20px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:28px;height:62px;justify-content:center;position:fixed;right:24px;width:62px;z-index:999999}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.1)}70%{transform:scale(.95)}to{transform:scale(1)}}.tooltip-once{animation:fadeInUp .5s ease-out;background:#4b2e83;border-radius:12px;bottom:110px;box-shadow:0 4px 12px #00000040;color:#fff;font-size:.85rem;max-width:220px;padding:12px 18px;position:fixed;right:90px;white-space:normal}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.footer{bottom:30px;left:50%;opacity:.85;position:absolute;text-align:center;transform:translateX(-50%)}.footer-logo{margin-bottom:8px;width:120px}.footer .copyright{color:#bbb;font-size:.85rem;margin:4px 0}.footer .terms-link{color:#8f9bff;font-size:.8rem;text-decoration:none}.footer .terms-link:hover{text-decoration:underline}
/*# sourceMappingURL=main.d7788bb4.css.map*/