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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{align-items:center;background:linear-gradient(135deg,#e74c3c,#c0392b);display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:center;min-height:100vh}.chat-container{background:#fff;border-radius:15px;bottom:20px;box-shadow:0 10px 30px #0000004d;height:500px;opacity:0;overflow:hidden;position:fixed;right:20px;transform:translateY(100%);transition:all .3s ease;width:350px;z-index:1000}.chat-container.open{opacity:1;transform:translateY(0)}.chat-header{align-items:center;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:15px 20px}.chat-header h3{font-size:16px;font-weight:600}.chat-toggle{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;transition:background .2s ease;width:24px}.chat-toggle:hover{background:#ffffff4d}.chat-toggle:before{content:"×";font-size:18px;font-weight:700}.chat-container.open .chat-toggle:before{content:"−"}.chat-iframe{border:none;border-radius:0 0 15px 15px;height:calc(100% - 60px);width:100%}.chat-bubble{align-items:center;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:50%;bottom:20px;box-shadow:0 5px 15px #0000004d;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:20px;transition:all .3s ease;width:60px;z-index:1001}.chat-bubble:hover{box-shadow:0 8px 25px #0006;transform:scale(1.1)}.chat-bubble:before{content:"💬";font-size:24px}.chat-bubble.hidden{opacity:0;pointer-events:none}.welcome-message{color:#fff;left:50%;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:999}.welcome-message h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.title-container{align-items:center;display:flex;gap:20px;margin-bottom:1rem}.logo{border-radius:10px;box-shadow:0 4px 8px #0003;height:80px;object-fit:contain;width:80px}.welcome-message h2{font-size:2.5rem;margin:0;text-shadow:2px 2px 4px #0000004d}.welcome-message p{font-size:1.2rem;line-height:1.6;max-width:600px;opacity:.9}@media (max-width:768px){.chat-container{bottom:10px;height:calc(100vh - 100px);right:20px;width:calc(100vw - 40px)}.welcome-message h1{font-size:2rem}.title-container{flex-direction:column;gap:15px}.logo{height:60px;width:60px}.welcome-message h2{font-size:1.8rem;text-align:center}.welcome-message p{font-size:1rem;padding:0 20px}}
/*# sourceMappingURL=main.0aa28d95.css.map*/