body{overflow:hidden}.ask-genie-container{max-width:1200px;height:100vh;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden;margin:40px auto}.chat-header{background:#f8f9fa;color:var(--color-body);border-bottom:1px solid #e9ecef;text-align:center;padding:0 30px 30px}.chat-header-content{display:flex;flex-direction:column;align-items:center;gap:20px}.genie-avatar{width:80px;height:80px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-primary);border:3px solid var(--color-primary);box-shadow:0 4px 15px rgba(9,99,211,.2)}.header-text h2{margin:0;font-size:32px;font-weight:700;color:var(--color-heading-1);background:linear-gradient(135deg,var(--color-primary) 0,#1a4ba1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-text p{margin:10px 0 0;font-size:16px;color:var(--color-body);max-width:500px;line-height:1.6}.chat-wrapper{flex:1 1;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin:0 20px 20px;overflow:hidden}.chat-messages{flex:1 1;overflow-y:auto;padding:20px;background:#f8f9fa}.message{display:flex;gap:12px;margin-bottom:20px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse}.message-avatar{flex-shrink:0}.genie-avatar-small,.user-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.genie-avatar-small{background:linear-gradient(135deg,var(--color-primary) 0,#1a4ba1 100%)}.user-avatar{background:#6c757d}.message-content{max-width:70%;min-width:200px}.message.user .message-content{text-align:right}.message-text{background:#fff;padding:12px 16px;border-radius:18px;box-shadow:0 2px 8px rgba(0,0,0,.1);line-height:1.6;font-size:14px;color:var(--color-body);white-space:pre-line}.message-text div{margin-bottom:8px}.message-text div:last-child{margin-bottom:0}.message.user .message-text{background:var(--color-primary);color:#fff}.message-time{font-size:11px;color:#6c757d;margin-top:4px;opacity:.7}.message.user .message-time{text-align:right}.typing-indicator{display:flex;gap:4px;padding:12px 16px;background:#fff;border-radius:18px;box-shadow:0 2px 8px rgba(0,0,0,.1);width:-moz-fit-content;width:fit-content}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#ccc;animation:typing 1.4s ease-in-out infinite}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-input-container{padding:20px 30px;background:#fff;border-top:1px solid #e9ecef}.input-wrapper{display:flex;gap:12px;align-items:flex-end;background:#f8f9fa;border-radius:24px;padding:8px;border:2px solid var(--color-primary);transition:all .3s ease}.input-wrapper:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(9,99,211,.1);transform:scale(1.02)}.chat-input{flex:1 1;border:none;background:transparent;padding:12px 16px;font-size:14px;line-height:1.5;resize:none;outline:none;font-family:inherit;color:var(--color-body)}.chat-input::placeholder{color:#6c757d}.send-button{width:40px;height:40px;border-radius:50%;border:none;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.send-button:hover:not(:disabled){background:#1a4ba1;transform:scale(1.05)}.send-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.input-footer{margin-top:8px;text-align:center}.input-footer p{margin:0;font-size:12px;color:#6c757d}@media (max-width:768px){.ask-genie-container{margin:0;height:100vh;border-radius:0}.chat-header{padding:20px}.header-text h2{font-size:24px}.genie-avatar{width:60px;height:60px}.chat-messages{padding:15px}.message-content{max-width:85%;min-width:150px}.chat-input-container{padding:15px 20px}.input-wrapper{padding:6px}.chat-input{padding:10px 12px}}@media (max-width:480px){.ask-genie-container{margin:0;height:100vh;border-radius:0}.chat-header{padding:15px}.genie-avatar{width:50px;height:50px}.header-text h2{font-size:20px}.header-text p{font-size:14px}.chat-messages{padding:10px}.message-content{max-width:90%;min-width:120px}.message-text{padding:10px 12px;font-size:13px}.chat-input-container{padding:10px 15px}.send-button{width:36px;height:36px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px}::-webkit-scrollbar-thumb{background:rgba(9,99,211,.3);border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:rgba(9,99,211,.5)}::-webkit-scrollbar-corner{background:#f8f9fa}*{scrollbar-width:thin;scrollbar-color:rgba(9,99,211,.3) #f8f9fa}