*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{margin:0}button{font-family:inherit;font-weight:600;cursor:pointer;border:none;outline:none;transition:all .2s ease}button:focus-visible{outline:2px solid #667eea;outline-offset:2px}a{font-weight:500;color:#667eea;text-decoration:none;transition:color .2s ease}a:hover{color:#764ba2}input{font-family:inherit}input:focus{outline:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#653a8b)}::selection{background:#667eea4d;color:inherit}::-moz-selection{background:#667eea4d;color:inherit}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.chat-bg{min-height:100vh;width:100vw;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;align-items:center;padding:1rem}.chat-shell{display:flex;flex-direction:column;height:95vh;max-height:900px;width:100%;max-width:480px;background:#fffffffa;border-radius:24px;box-shadow:0 20px 60px #0000004d,0 0 100px #667eea33;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden}@media(max-width:640px){.chat-bg{padding:0}.chat-shell{max-width:100%;height:100vh;max-height:100vh;border-radius:0}}.chat-app{display:flex;flex-direction:column;height:100%;background:transparent}header{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem 1.25rem;border-radius:24px 24px 0 0}.header-content{display:flex;align-items:center;gap:1rem}.logo{display:flex;align-items:center;justify-content:center;animation:fadeIn .6s ease-out}.header-text{flex:1}.header-text h1{font-size:1.75rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.5px;text-shadow:0 2px 10px rgba(0,0,0,.1)}.subtitle{font-size:.875rem;color:#ffffffe6;margin:.25rem 0 0;font-weight:500}.quick-questions{padding:1.25rem;background:linear-gradient(180deg,#f8f9fc,#fff);border-bottom:1px solid rgba(102,126,234,.1);animation:slideDown .4s ease-out}.quick-title{font-size:.875rem;font-weight:700;color:#667eea;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem}.quick-btn{display:flex;align-items:center;gap:.5rem;background:#fff;color:#4a5568;border:1.5px solid #e2e8f0;border-radius:12px;padding:.75rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:left}.quick-btn:hover:not(:disabled){background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;transform:translateY(-2px);box-shadow:0 6px 20px #667eea4d}.quick-btn:disabled{opacity:.5;cursor:not-allowed}.quick-icon{font-size:1.25rem;line-height:1}.quick-text{flex:1;line-height:1.3}.chat{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background:#fff;scroll-behavior:smooth}.chat::-webkit-scrollbar{width:6px}.chat::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.chat::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.chat::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#653a8b)}.bubble-wrapper{display:flex;align-items:flex-start;gap:.625rem;animation:fadeInUp .4s ease-out;width:100%}.user-wrapper{flex-direction:row-reverse;align-self:flex-end;justify-content:flex-start}.bot-wrapper{flex-direction:row;align-self:flex-start;justify-content:flex-start}.avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.bot-avatar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.user-avatar{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.avatar svg{width:20px;height:20px}.bubble{max-width:75%;width:fit-content;padding:.875rem 1.125rem;border-radius:18px;font-size:.9375rem;line-height:1.5;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap;font-weight:500;position:relative;min-height:fit-content;height:auto}.bubble.user{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px;box-shadow:0 4px 12px #667eea4d}.bubble.bot{background:#f7fafc;color:#2d3748;border:1px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000d;overflow:visible;max-height:none}.welcome-bubble{max-width:90%;background:linear-gradient(135deg,#667eea15,#764ba215);color:#4a5568;border:1.5px solid #667eea40;border-radius:16px;padding:1.25rem;font-size:.9375rem;text-align:center;font-weight:600;line-height:1.6;box-shadow:0 4px 12px #667eea1a;align-self:center;height:auto;min-height:fit-content}.bot-typing{background:#f7fafc;border:1px solid #e2e8f0;display:flex;gap:.375rem;align-items:center;justify-content:center;min-width:60px;padding:.75rem 1rem}.bot-typing .dot{width:8px;height:8px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;animation:typing 1.4s infinite ease-in-out}.bot-typing .dot:nth-child(1){animation-delay:0s}.bot-typing .dot:nth-child(2){animation-delay:.2s}.bot-typing .dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1.2)}}.input-bar{display:flex;gap:.75rem;padding:1rem 1.25rem;background:#fff;border-top:1px solid #e2e8f0;border-radius:0 0 24px 24px}@media(max-width:640px){.input-bar{border-radius:0}}.input-bar input{flex:1;border:1.5px solid #e2e8f0;border-radius:12px;padding:.875rem 1.125rem;font-size:.9375rem;background:#f7fafc;color:#2d3748;font-family:inherit;transition:all .2s ease}.input-bar input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.input-bar input::placeholder{color:#a0aec0}.input-bar button{width:48px;height:48px;border:none;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #667eea4d}.input-bar button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.input-bar button:active:not(:disabled){transform:translateY(0)}.input-bar button:disabled{opacity:.6;cursor:not-allowed;transform:none}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.header-text h1{font-size:1.5rem}.subtitle{font-size:.8125rem}.quick-grid{grid-template-columns:1fr}.bubble{font-size:.875rem;max-width:85%}.chat{padding:1rem}}
