
      
    


      
     


      {} *{} {}
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 html { scroll-behavior: smooth; } .aps-overlay { position: fixed; inset: 0; background: rgba(15, 23, 42, 0.45); display: none; align-items: center; justify-content: center; z-index: 99999; padding: 16px; } .aps-overlay.is-open { display: flex; } .aps-modal { width: min(100%, 560px); height: min(90vh, 820px); background: #f6f6f7; border-radius: 24px; overflow: hidden; box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25); display: flex; flex-direction: column; border: 2px solid #f1f1f1; } .aps-header { background: #F26531; color: white; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; } .aps-brand { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 700; } .aps-logo-img { width: 38px; height: 38px; border-radius: 999px; object-fit: cover; background: white; display: block; } .aps-close { border: 0; background: transparent; color: white; font-size: 32px; line-height: 1; cursor: pointer; opacity: 0.9; } .aps-close:hover { opacity: 1; } .aps-messages { flex: 1; padding: 24px 20px; overflow-y: auto; display: flex; flex-direction: column; gap: 14px; background: #f6f6f7; } .aps-bubble { max-width: 86%; padding: 18px 20px; border-radius: 22px; font-size: 18px; line-height: 1.5; white-space: pre-wrap; word-wrap: break-word; } .aps-ai { align-self: flex-start; background: #e9e9eb; color: #253041; border-top-left-radius: 8px; } .aps-user { align-self: flex-end; background: #F26531; color: white; border-top-right-radius: 8px; } .aps-typing { opacity: 0.72; font-style: italic; } .aps-quick-actions { padding: 12px 20px 8px; display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; background: #f6f6f7; border-top: 1px solid #ececf2; } .aps-chip { border: 2px solid #F26531; background: white; color: #F26531; padding: 10px 18px; border-radius: 999px; font-size: 15px; cursor: pointer; transition: 0.2s ease; } .aps-chip:hover { background: #F26531; color: white; } .aps-input-wrap { display: flex; gap: 12px; align-items: center; padding: 14px 20px 10px; background: #f6f6f7; } .aps-input-wrap input { flex: 1; border: 2px solid rgba(242, 101, 49, 0.22); background: rgba(242, 101, 49, 0.08); color: #7a3419; border-radius: 18px; padding: 18px 20px; font-size: 18px; outline: none; } .aps-input-wrap input::placeholder { color: rgba(122, 52, 25, 0.55); } .aps-input-wrap input:focus { border-color: #F26531; box-shadow: 0 0 0 3px rgba(242, 101, 49, 0.15); background: rgba(242, 101, 49, 0.12); } .aps-input-wrap button { width: 56px; height: 56px; border: 0; border-radius: 18px; background: #F26531; color: white; font-size: 24px; cursor: pointer; transition: 0.2s ease; } .aps-input-wrap button:hover { background: #E85C2D; } .aps-footer { text-align: center; font-size: 14px; color: #6c7280; padding: 6px 20px 18px; background: #f6f6f7; } @media (max-width: 640px) { .aps-modal { width: 100%; height: 100vh; max-height: none; border-radius: 0; border: 0; } .aps-bubble { font-size: 17px; max-width: 92%; } } 

