:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:300px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{margin:0;padding:0;height:100%;overflow:hidden;font-family:Arial,sans-serif}.app{display:flex;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.sidebar{width:25%;min-width:50px;height:100%;padding:20px;background-color:#f0f0f0;color:#000;display:flex;flex-direction:column;gap:15px;overflow-y:auto;box-shadow:2px 0 5px #0000001a;transition:width .3s ease}.chat{flex:1;height:100%;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:20px;transition:width .3s ease}.menu-icon{display:none}@media (max-width: 1024px) and (min-width: 601px){.sidebar{width:50px;padding-top:10px}.chat{width:calc(100% - 50px)}}@media (max-width: 600px){.sidebar{display:none}.menu-icon{display:block;position:fixed;top:10px;left:10px;font-size:24px;cursor:pointer;z-index:1000}.chat{width:100%}}.sidebar{display:flex;flex-direction:column;height:100vh;width:25%;background-color:#f0f0f0;box-shadow:2px 0 5px #0000001a;overflow:visible;transition:width .3s ease}.sidebar.collapsed{width:50px;padding-top:40px}.sidebar-container{display:flex;flex-direction:column;height:100%;overflow-y:visible;padding-top:30px}.sidebar.collapsed .sidebar-container{padding:10px 5px}.menu-icon{background-color:#fff;color:#000;padding:4px 6px;border-radius:6px;cursor:pointer;opacity:.4;font-size:1.5rem;font-weight:700;box-shadow:0 2px 6px #0003;transition:opacity .3s ease}.menu-icon:hover{opacity:1}.sidebar.expanded{width:25%;padding:20px}.toggle-sidebar{background:none;width:auto;margin:2px 2px 10px;border:none;cursor:pointer;font-size:1rem;padding:5px;border-radius:5px;transition:all .2s ease;outline:none}.toggle-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:18px;width:100%;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;padding:8px 16px;box-shadow:0 2px 6px #3b82f633;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;outline:none}.toggle-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);outline:none}.toggle-btn:focus{outline:none}.toggle-sidebar:hover{background-color:#0074d9;color:#fff;transform:scale(1.1)}.sidebar-top .logo{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px;color:#1f2937;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif}.sidebar-top .logo img{height:70px;border-radius:50%;width:auto}.new-chat{width:100%;border:none;padding:10px 0;border-radius:18px;cursor:pointer;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;justify-content:center;align-items:center;gap:6px;transition:all .3s ease;font-weight:600;font-size:13px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;box-shadow:0 2px 6px #3b82f633;border:1px solid rgba(255,255,255,.3);margin:5px 0;outline:none}.new-chat:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);outline:none}.new-chat:focus{outline:none}.new-chat.expanded-btn,.new-chat.collapsed-btn{padding:8px;font-size:.9rem;border-radius:18px;transition:all .3s ease}.new-chat.expanded-btn:hover,.new-chat.collapsed-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:scale(.96)}.sidebar-menu ul{list-style:none;overflow:visible;padding:0;margin:0}.sidebar-menu li{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:8px 12px;margin:6px 0;cursor:pointer;transition:all .3s ease;border-radius:10px;color:#64748b;font-weight:500;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-size:18px}.sidebar-menu li:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;transform:translate(2px)}.sidebar.collapsed .sidebar-menu li{justify-content:center;padding:8px;margin:4px 0}.sidebar.collapsed .sidebar-menu .menu-text{display:none}.icon{font-size:1.1rem;width:20px;text-align:center;transition:transform .3s ease}.sidebar-menu li:hover .icon{transform:scale(1.08)}.icon-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:inherit;transition:all .3s ease}.text-button{background:none;border:none;cursor:pointer;padding:0;color:inherit;font:inherit;text-align:left;transition:all .3s ease;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-size:18px;font-weight:500}.icon-button:hover,.text-button:hover{color:inherit;transform:scale(1.05)}.sidebar-menu li:hover .icon-button,.sidebar-menu li:hover .text-button{color:#fff}.sidebar-menu li .icon-button .icon{color:#4267b2}.sidebar-menu li:hover .icon-button .icon{color:#fff}.sidebar-footer{font-size:.75rem;color:#64748b;text-align:center;padding:12px 0;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;border-top:1px solid #e2e8f0;margin-top:15px}.sidebar.collapsed .sidebar-footer{display:none}.icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.tooltip{position:absolute;left:100%;margin-left:20px;top:50%;transform:translateY(-50%);background:#333;color:#fff;padding:4px 8px;border-radius:6px;font-size:14px;white-space:nowrap;z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease}.sidebar-menu li:hover .tooltip,.icon-wrapper:hover .tooltip{opacity:1;transform:translateY(-50%) translate(0);transition-delay:.2s}.chat-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:16px 20px;text-align:center;font-size:14px;border-radius:12px 12px 0 0;flex-shrink:0;height:auto;margin-top:10px;display:flex;justify-content:space-between;align-items:center;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;box-shadow:0 4px 8px #1d4ed840,0 8px 16px #1d4ed833,0 12px 24px #1d4ed826;border-bottom:2px solid rgba(255,255,255,.1)}.chat-icon{cursor:pointer;transition:all .3s ease;font-size:24px;color:#ffffffe6}.chat-icon:hover{color:#fff;transform:scale(1.25);filter:drop-shadow(0 2px 4px rgba(255,255,255,.3))}.left-section{display:flex;align-items:center;gap:12px;cursor:pointer;transition:transform .2s ease}.left-section:hover{transform:translate(2px)}.avatar-container{position:relative;width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:linear-gradient(135deg,#fff,#e0f2fe);box-shadow:0 4px 8px #1d4ed833;overflow:hidden;display:flex;align-items:center;justify-content:center}.chat-avatar{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;padding:0;margin:0;background:transparent;border:none;transition:all .3s ease}.chat-avatar:hover{transform:scale(1.05);box-shadow:0 6px 12px #1d4ed84d}.chat-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center;display:block;margin:0;padding:0;border:none}.title-container{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.chat-title{font-size:20px;font-weight:600;letter-spacing:.5px;text-shadow:0 2px 4px rgba(0,0,0,.2);font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;margin:0}.online-status{font-size:12px;font-weight:500;color:#fffc;display:flex;align-items:center;gap:6px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif}.online-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:inline-block;box-shadow:0 2px 4px #22c55e4d;animation:pulse 2s infinite}.online-indicator{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:linear-gradient(135deg,#22c55e,#16a34a);border:2px solid #2563eb;border-radius:50%;box-shadow:0 2px 4px #0003;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}.right-section{display:flex;align-items:center;gap:15px}.desktop-options{display:none}.mobile-menu{display:block;position:relative}.menu-btn{display:flex;align-items:center;justify-content:center;padding:8px;background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;transition:all .2s ease}.menu-btn:hover{background:#fff3;transform:scale(1.05)}.mobile-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:8px;box-shadow:0 4px 8px #1d4ed840,0 8px 16px #1d4ed833,0 12px 24px #1d4ed826;min-width:150px;z-index:1000;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;border:none;background:#fff;color:#1d4ed8;font-size:.9rem;cursor:pointer;transition:all .2s ease;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-weight:500}.dropdown-item:hover{background:#f0f4ff;color:#2563eb;transform:translate(2px)}.dropdown-item:not(:last-child){border-bottom:1px solid #f0f0f0}.offline-indicator{background:linear-gradient(135deg,#ef4444,#dc2626)}.idle-indicator{background:linear-gradient(135deg,#f59e0b,#d97706)}.chat-header *{transition:all .3s ease}.chat-header:hover{box-shadow:0 6px 12px #1d4ed84d,0 12px 24px #1d4ed840,0 18px 36px #1d4ed833}@media (max-width: 600px){.chat-header{padding:14px 16px;gap:12px}.left-section{min-width:0;flex:1}.title-container{min-width:0}.chat-title{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-dropdown{min-width:160px}}@media (max-width: 360px){.chat-header{padding:12px 14px}.left-section{gap:8px}.avatar-container{width:38px;height:38px}.chat-title{font-size:16px}.online-status{font-size:11px;gap:4px}.mobile-dropdown{min-width:140px}.dropdown-item{padding:10px 12px;font-size:.82rem}}.chat-messages{font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif}.chat-messages{flex:1;overflow-y:auto;padding:20px;background:linear-gradient(135deg,#fff,#f8fafc);display:flex;flex-direction:column;gap:16px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif}.chat-message{display:flex;width:100%;margin-bottom:0}.chat-message.user{justify-content:flex-end}.chat-message.bot{justify-content:flex-start}.chat-message-inner{display:flex;flex-direction:column;max-width:75%;min-width:200px;position:relative}.chat-message.user .chat-message-inner{align-items:flex-end}.chat-message.bot .chat-message-inner{align-items:flex-start}.chat-avatar-small{width:40px;height:40px;margin-bottom:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #3b82f626;font-weight:700;font-size:14px}.chat-avatar-small img{height:100%;width:100%;border-radius:50%}.chat-message.bot .chat-avatar-small{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;align-self:flex-start;border:2px solid #bfdbfe}.chat-message.user .chat-avatar-small{background:linear-gradient(135deg,#fff,#f1f5f9);color:#3b82f6;align-self:flex-end;border:2px solid #3b82f6}.chat-bubble{padding:16px 20px;border-radius:20px;box-shadow:0 4px 12px #3b82f626;word-break:break-word;line-height:1.5;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);font-family:inherit}.bot-bubble{background:linear-gradient(135deg,#fff,#f8fafc);color:#1f2937;border-left:4px solid #3b82f6;margin-left:8px}.user-bubble{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;margin-right:8px;border:1px solid rgba(255,255,255,.2)}.bot-bubble:before{content:"";position:absolute;left:-8px;top:15px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #ffffff}.user-bubble:before{content:"";position:absolute;right:-8px;top:15px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #3b82f6}.chat-text{font-size:15px;margin-bottom:8px;white-space:pre-wrap;font-weight:400;font-family:inherit;line-height:1.6}.bot-bubble .chat-text,.user-bubble .chat-text{font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif}.chat-text strong,.chat-text b{font-weight:600;color:inherit}.chat-time{font-size:11px;opacity:.8;margin-top:6px;font-weight:500;letter-spacing:.3px;font-family:inherit}.bot-bubble .chat-time{color:#64748b;text-align:left}.user-bubble .chat-time{color:#ffffffe6;text-align:right}.chat-bubble.typing{padding:14px 18px;display:flex;align-items:center;gap:6px;min-height:24px;background:linear-gradient(135deg,#fff,#f8fafc);border-left:4px solid #3b82f6}.chat-bubble.typing span{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);animation:typing 1.4s infinite ease-in-out}.suggested-replies-section{margin:20px 0;padding:0 16px}.suggested-replies-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;max-width:75%}.suggested-reply-bubble{padding:12px 20px;border:2px solid #e2e8f0;border-radius:25px;background:#fff;color:#374151;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 8px #3b82f61a;white-space:nowrap;outline:none;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif}.suggested-reply-bubble:hover{background:#f1f5f9;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 6px 12px #3b82f633;color:#2563eb}.suggested-reply-bubble:active{transform:translateY(0);box-shadow:0 4px 8px #3b82f626}.suggested-reply-bubble.explore-more{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f6;font-weight:700}.suggested-reply-bubble.explore-more:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 16px #3b82f64d}@keyframes typing{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@keyframes suggestionsSlideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.suggested-replies-container{animation:suggestionsSlideUp .4s ease-out}@media (max-width: 768px){.chat-messages{padding:16px;gap:14px}.chat-message-inner{max-width:85%;min-width:160px}.chat-bubble{padding:14px 18px;border-radius:18px}.chat-avatar-small{width:30px;height:30px;font-size:12px}.chat-text{font-size:14px}.suggested-replies-section{margin:16px 0;padding:0 12px}.suggested-replies-container{max-width:90%;gap:8px}.suggested-reply-bubble{padding:10px 16px;font-size:13px}}.chat-bubble,.chat-avatar-small,.suggested-reply-bubble{transition:all .3s ease}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.chat-container{display:flex;flex-direction:column;width:100%;max-width:100%;height:100%;margin:0 auto;border:1px solid #e2e8f0;border-radius:0 0 12px 12px;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 4px 20px #3b82f61a;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;overflow:hidden}.chat-input-area{display:flex;padding:16px 20px;border-top:1px solid #e2e8f0;background:linear-gradient(135deg,#fff,#f8fafc);align-items:center;gap:12px}.chat-input-area textarea{flex:1;padding:14px 16px;border-radius:20px;border:2px solid #e2e8f0;resize:none;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-size:15px;line-height:1.5;background:#fff;color:#1f2937;transition:all .3s ease;outline:none;box-shadow:0 2px 8px #3b82f614}.chat-input-area textarea:focus{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f633;transform:translateY(-1px)}.chat-input-area textarea::placeholder{color:#9ca3af;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif}.chat-input-area button{padding:14px 24px;border:none;border-radius:20px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;cursor:pointer;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-weight:600;font-size:15px;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 12px #3b82f640;min-width:80px;display:flex;align-items:center;justify-content:center;gap:6px}.chat-input-area button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 16px #3b82f659}.chat-input-area button:active:not(:disabled){transform:translateY(0);box-shadow:0 3px 8px #3b82f633}.chat-input-area button:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed;transform:none;box-shadow:0 2px 6px #9ca3af33}.chat-input-area button:before{content:"→";font-weight:700;font-size:16px}.typing{display:flex;align-items:center;justify-content:center;padding:8px 0;background:transparent}.typing span{display:inline-block;width:8px;height:8px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;margin:0 3px;animation:bounce .6s infinite alternate;box-shadow:0 2px 4px #3b82f64d}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%{transform:translateY(0);opacity:.7}to{transform:translateY(-8px);opacity:1}}.typing-indicator{font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-size:13px;color:#64748b;font-weight:500;margin-left:10px}@media (max-width: 768px){.chat-container{border-radius:0 0 8px 8px;border-width:1px}.chat-input-area{padding:12px 16px;gap:10px}.chat-input-area textarea{padding:12px 14px;font-size:14px;border-radius:18px}.chat-input-area button{padding:12px 18px;font-size:14px;min-width:70px;border-radius:18px}.typing span{width:6px;height:6px}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-6px)}}}@media (max-width: 420px){.chat-input-area{padding:10px 12px;gap:8px}.chat-input-area textarea{min-width:0;padding:11px 12px;font-size:13px;line-height:1.4}.chat-input-area textarea::placeholder{font-size:12px}.chat-input-area button{min-width:52px;padding:11px 12px;flex-shrink:0}}@media (max-width: 360px){.chat-input-area textarea::placeholder{font-size:11px}.chat-input-area button{min-width:48px;padding:10px}}.chat-input-area *{transition:all .3s ease}.chat-input-area textarea::-webkit-scrollbar{width:6px}.chat-input-area textarea::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.chat-input-area textarea::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:3px}.chat-input-area textarea::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.chat-input-area button:focus-visible,.chat-input-area textarea:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0d2438cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-out}.modal-container{background:linear-gradient(135deg,#fff,#f8fbff);border-radius:20px;box-shadow:0 20px 60px #0d47a14d,0 0 0 1px #ffffff1a;width:95vw;height:90vh;max-width:1200px;max-height:95vh;overflow:hidden;animation:slideInUp .4s cubic-bezier(.25,.46,.45,.94);border:1px solid #e3f2fd}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem 2.5rem 1.5rem;background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;position:relative;overflow:hidden}.modal-header:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.modal-title-section{flex:1}.modal-title{margin:0 0 .5rem;font-size:2rem;font-weight:700;background:linear-gradient(135deg,#fff,#e3f2fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-subtitle{margin:0;opacity:.9;font-size:1rem;font-weight:400}.modal-close-button{background:#fff3;border:2px solid rgba(255,255,255,.3);font-size:1.8rem;cursor:pointer;padding:0;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#fff;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-left:1rem}.modal-close-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.modal-content{padding:0;color:#2c3e50;overflow-y:auto;max-height:calc(90vh - 120px);height:100%;background:#fafcff}.faqs-container{padding:2rem 2.5rem}.faq-category{margin-bottom:1rem;background:#fff;border-radius:16px;border:1px solid #e1f5fe;box-shadow:0 4px 20px #0d47a114;overflow:hidden;transition:all .3s ease}.faq-category:hover{box-shadow:0 8px 30px #0d47a11f;transform:translateY(-2px)}.faq-category-header{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background:linear-gradient(135deg,#f8fbff,#e3f2fd);transition:all .3s ease;border-bottom:1px solid transparent}.faq-category-header:hover{background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.category-title{display:flex;align-items:center;font-size:1.1rem;font-weight:600;color:#1565c0}.category-icon{margin-right:1rem;font-size:1.3rem}.dropdown-arrow{transition:transform .3s ease;color:#1976d2;font-size:.9rem}.dropdown-arrow.open{transform:rotate(180deg)}.faq-list{padding:1.5rem 2rem;background:#fafcff;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.75rem;animation:slideDown .3s ease-out}.faq-question{padding:1rem 1.25rem;background:#fff;border:1px solid #e3f2fd;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:.95rem;color:#37474f;font-weight:500;position:relative;overflow:hidden}.faq-question:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(25,118,210,.1),transparent);transition:left .5s ease}.faq-question:hover{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;border-color:#1976d2;transform:translateY(-2px);box-shadow:0 6px 20px #1976d24d}.faq-question:hover:before{left:100%}.faqs-footer{margin-top:2.5rem;padding:2rem;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:16px;border:1px solid #90caf9;display:flex;align-items:flex-start;gap:1rem}.footer-icon{font-size:1.5rem;flex-shrink:0}.footer-content{flex:1}.footer-content p{margin:0 0 .5rem;color:#1565c0;font-weight:600;font-size:1rem}.footer-content small{color:#546e7a;font-size:.9rem;line-height:1.4}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}@media (max-width: 768px){.modal-container{margin:1rem;width:calc(100vw - 2rem);height:85vh;border-radius:16px}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-title{font-size:1.5rem}.modal-subtitle{font-size:.9rem}.modal-close-button{width:40px;height:40px;font-size:1.5rem}.faqs-container{padding:1.5rem}.faq-category-header{padding:1.25rem 1.5rem}.faq-list{grid-template-columns:1fr;padding:1rem 1.5rem;gap:.5rem}.faq-question{padding:.875rem 1rem;font-size:.9rem}.faqs-footer{padding:1.5rem;flex-direction:column;text-align:center}.category-title{font-size:1rem}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f1f8ff;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#64b5f6,#1976d2);border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#42a5f5,#1565c0)}
