@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#12245a;background-color:#f0f0f0}body{margin:0;min-width:320px;min-height:100vh;background-color:#f0f0f0}a{color:#3d79f3;text-decoration:none}a:hover{text-decoration:underline}:root{--bg-page: #f0f0f0;--bg-header: #ffffff;--bg-panel: #ffffff;--bg-input: #ffffff;--color-user: #e0e0e0;--color-bot: #3D79F3;--color-text: #333333}*{box-sizing:border-box}body,#root{margin:0;height:100vh;background:var(--bg-page);color:var(--color-text);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif}button,input,select,textarea{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif}.container{position:relative;display:flex;flex-direction:column;height:100%;max-width:640px;width:100%;margin:0 auto}.chat-widget{position:fixed;right:20px;bottom:20px;width:440px;max-width:calc(100vw - 32px);height:640px;max-height:calc(100vh - 32px);margin:0;border-radius:14px;overflow:hidden;box-shadow:0 12px 28px #0000002e;z-index:9999;background:var(--bg-panel);display:flex;flex-direction:column}.chat-widget.minimized{height:auto}.chat-launcher{position:fixed;right:20px;bottom:20px;display:inline-flex;align-items:center;gap:8px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;border:none;cursor:pointer;z-index:9998;padding:0;width:68px;height:68px;background:transparent;border-radius:50%;box-shadow:none}.chat-launcher:hover,.chat-launcher:focus-visible{background:#fff;padding:6px 14px 6px 6px;width:auto;height:68px;border-radius:9999px;box-shadow:0 10px 24px #0000002e}.chat-launcher-logo{width:56px;height:56px;display:block;border-radius:50%}.chat-launcher-text{font-size:14px;font-weight:600;color:#12245a;white-space:nowrap;overflow:hidden;max-width:0;opacity:0;transform:translate(-4px);transition:max-width .18s ease,opacity .18s ease,transform .18s ease}.chat-launcher:hover .chat-launcher-text,.chat-launcher:focus-visible .chat-launcher-text{max-width:160px;opacity:1;transform:translate(0)}@media (max-width: 480px){.chat-widget{right:10px;bottom:10px;width:calc(100vw - 20px);height:70vh;max-height:calc(100vh - 20px);border-radius:12px}.chat-launcher{right:10px;bottom:10px}}.header{padding:.75rem;background:var(--bg-header);border-bottom:1px solid #ddd}.header-title{display:flex;justify-content:space-between;align-items:center;cursor:move;-webkit-user-select:none;user-select:none}.header-title h1{margin:0;font-size:1.2rem;font-weight:600;letter-spacing:.2px}.header-actions .icon-btn{margin-left:.5rem;cursor:pointer;font-size:1.1rem;color:#12245a;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center}.header-actions .icon-btn:hover{color:#333}.header-actions .close-btn{font-weight:400}.chat-window{flex:1;padding:1rem;background:var(--bg-panel);overflow-y:auto}.welcome-message{font-size:.88rem;color:#666;background:#f8f8f8;padding:1rem;border-radius:10px;margin-bottom:1rem;text-align:center}.message-row{display:flex;align-items:flex-end;margin-bottom:.75rem}.message-row.user{justify-content:flex-end}.message-row.bot{justify-content:flex-start}.avatar{width:32px;height:32px;border-radius:50%;margin-right:.5rem}.bubble{max-width:75%;padding:.75rem 1rem;border-radius:1rem;line-height:1.3;color:#fff;word-wrap:break-word;white-space:pre-wrap;font-size:.85rem}.message-row.user .bubble{background:var(--color-user);color:#000;border-radius:1rem 1rem .25rem}.message-row.bot .bubble{background:var(--color-bot);color:#fff;border-radius:1rem 1rem 1rem .25rem}.bubble.typing{position:relative;min-width:2.2em}.bubble.typing:after{content:"";display:inline-block;width:1.6em;height:.35em;background:radial-gradient(currentColor 49%,transparent 51%) left center/.35em .35em no-repeat,radial-gradient(currentColor 49%,transparent 51%) center center/.35em .35em no-repeat,radial-gradient(currentColor 49%,transparent 51%) right center/.35em .35em no-repeat;opacity:.95;animation:dots-bounce 1s infinite steps(1)}@keyframes dots-bounce{0%{background-size:.35em .35em,0 .35em,0 .35em}33%{background-size:.35em .35em,.35em .35em,0 .35em}66%{background-size:.35em .35em,.35em .35em,.35em .35em}to{background-size:.35em .35em,.35em .35em,.35em .35em}}.input-bar{display:flex;padding:.5rem;background:var(--bg-input);border-top:1px solid #ddd}.input-bar textarea{flex:1;padding:.5rem;border:1px solid transparent;border-radius:4px;margin-right:.5rem;background:#3d79f3;color:#fff;caret-color:#fff;resize:none;max-height:140px;overflow-y:auto;min-height:42px;line-height:1.35;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;font-size:.85rem}.input-bar textarea:focus{outline:none;border-color:#234ca0}.input-bar textarea::placeholder{color:#ffffffd9}.input-bar button{padding:0 1rem;border:none;border-radius:4px;background:var(--color-bot);color:#fff;cursor:pointer}.input-bar button:hover{opacity:.9}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:10}.modal-box{background:#fff;color:#12245a;padding:2rem;max-width:420px;width:90%;border-radius:12px;box-shadow:0 8px 24px #0003;text-align:center}.modal-box h2{color:#12245a;margin-bottom:1rem;font-size:1.25rem}.modal-box p{font-size:.88rem;line-height:1.5;margin-bottom:1.5rem;color:#12245a}.modal-box button{padding:.6rem 1.2rem;margin:0 .5rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem}.modal-box button:first-child{background-color:#3d79f3;color:#fff}.modal-box button:last-child{background-color:#e0e0e0;color:#333}.star-rating{display:flex;justify-content:center;gap:.5rem;font-size:2rem;cursor:pointer}.star{color:#ccc;transition:transform .12s ease,color .12s ease}.star:hover{transform:scale(1.1)}.star.selected{color:inherit}.rating-hint{margin-top:.35rem;font-size:.85rem;color:#666;text-align:center}.modal-box textarea{width:100%;height:80px;padding:.5rem;border-radius:6px;border:1px solid #ccc;resize:none;font-size:.95rem}
