@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap";/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */.container{width:100%}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{background:#0a0f1e;width:100%;min-height:100vh}.app-container{flex-direction:column;min-height:100vh;display:flex}.app-nav{color:#fff;background:#111f42;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 2px 4px #0000001a}.user-info{font-size:.95rem;font-weight:500}.logout-button{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.logout-button:hover{background:#ffffff1a;border-color:#ffffff4d}.app-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.url-form{display:flex;justify-content:center;align-items:center;margin-top:80px;gap:0;-webkit-user-select:none;user-select:none}.input-container{position:relative;width:100%;max-width:500px}.url-input{width:100%;padding:12px 50px 12px 16px;font-size:.95rem;border:1px solid #ccc;border-radius:8px 0 0 8px;outline:none;transition:border .2s ease,box-shadow .2s ease}.url-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.file-label{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;color:#2563eb;transition:color .2s ease}.file-label:hover{color:#1e40af}.file-input{display:none}.attach-icon{font-size:20px;transform:rotate(45deg)}.submit-button{background-color:#2563eb;color:#fff;font-weight:500;padding:12px 20px;font-size:.95rem;cursor:pointer;border-radius:0 8px 8px 0;border:none;transition:background-color .2s ease}.submit-button:hover{background-color:#1e40af}.submit-button:focus{outline:none;box-shadow:0 0 0 2px #2563eb80}@media (max-width: 768px){.url-form{margin-top:40px;padding:0 16px}.input-container{max-width:100%}.url-input{font-size:.9rem;padding:10px 45px 10px 14px}.submit-button{font-size:.9rem;padding:10px 16px}.file-label{right:10px}.attach-icon{font-size:18px}}@media (max-width: 480px){.url-form{margin-top:20px;padding:0 12px}.url-input{font-size:.85rem;padding:8px 40px 8px 12px;border-radius:8px 0 0 8px}.submit-button{font-size:.85rem;padding:8px 12px;border-radius:0 8px 8px 0}.file-label{right:8px}.attach-icon{font-size:16px}}.initial-message{display:flex;gap:15px;padding-top:15px;padding-left:20px;background:transparent;-webkit-user-select:none;user-select:none}.initial-message .ozzy-icon{margin-top:3.5px;width:72px;height:72px;border-radius:50%;flex-shrink:0;background:transparent}.initial-message .message-content{display:flex;flex-direction:column;gap:6px}.initial-message .message-title{font-size:16px;font-weight:600;color:#000}.initial-message .message-text{font-size:12px;color:#4b5563;margin:0;line-height:1.5;max-width:210px}#chatbot-toggler{position:fixed;bottom:15px;right:18px;border:none;height:60px;width:60px;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:50%;background:#254bbd;box-shadow:0 0 20px #0000001a;transition:all .2s ease;-webkit-user-select:none;user-select:none}#chatbot-toggler.has-hover:hover{background:#1e3a8a;transform:scale(1.1);box-shadow:0 0 25px #0003}.container.show-chatbot #chatbot-toggler{transform:rotate(90deg)}.container.show-chatbot #chatbot-toggler.has-hover:hover{background:#254bbd;transform:rotate(90deg);box-shadow:0 0 20px #0000001a}#chatbot-toggler span{color:#fff;position:absolute}#chatbot-toggler span:last-child,.container.show-chatbot #chatbot-toggler span:first-child{opacity:0}.container.show-chatbot #chatbot-toggler span:last-child{opacity:1}.chatbot-popup{position:fixed;width:380px;height:450px;opacity:0;right:18px;bottom:80px;pointer-events:none;transform:scale(.2);overflow:hidden;background:linear-gradient(to top,#c3ceee80,#e1e1e180,#c3ceee80),url(https://static.opswat.com/assets/images/ozzy-bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:15px;transform-origin:bottom right;box-shadow:0 0 128px #0000001a,0 32px 64px -48px #00000080;transition:all .1s ease;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.container.show-chatbot .chatbot-popup{opacity:1;pointer-events:auto;transform:scale(1)}.chatbot-popup .chat-header{display:flex;padding:4px 6px;align-items:center;background:#fff;justify-content:space-between;flex-shrink:0}.chat-header .inner-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:4px 6px;transition:background .2s ease}.chat-header .inner-header:hover{background:#e6efff;border-radius:8px}.chat-header .header-info{display:flex;gap:8px;align-items:center;-webkit-user-select:none;user-select:none}.header-info svg{width:26px;height:26px;flex-shrink:0;padding:4px;fill:#fff;background:#0a0f1e;border-radius:50%;-webkit-user-select:none;user-select:none}.header-info .logo-text{color:#0a0f1e;font-weight:600;font-size:1rem;letter-spacing:.02rem;-webkit-user-select:none;user-select:none}.chat-header button{border:none;height:30px;width:30px;color:#2f3b51;cursor:pointer;padding-top:2px;margin-right:-5px;font-size:1.5rem;border-radius:8px;background:none;transition:.2s ease;-webkit-user-select:none;user-select:none}.chat-header button:hover{background:#d6e4ff;color:#05f}.chat-body{display:flex;flex-direction:column;gap:10px;height:400px;overflow-y:auto;padding:12px;scrollbar-width:thin;scrollbar-color:#c8d3eb transparent;flex-grow:1}.chat-body .message{display:flex;gap:8px;align-items:flex-start}.chat-body .message svg{width:26px;height:26px;flex-shrink:0;padding:4px;fill:#fff;margin-bottom:2px;background:#0a0f1e;border-radius:50%}.chat-body .message .message-text{padding:8px 10px;max-width:75%;font-size:.8rem;word-wrap:break-word;white-space:pre-line}.chat-body .message.error .message-text{color:red}.chat-body .bot-message .message-text{background:#e8f0ff;border-radius:0 8px 8px}.chat-body .user-message{flex-direction:column;align-items:flex-end;color:#0a0f1e}.chat-body .user-message .message-text{color:#0a0f1e;background:#f3f4f7;border-radius:8px 0 8px 8px}.chat-footer{position:relative;width:100%;background:transparent;padding:8px 12px;flex-shrink:0;display:flex;flex-direction:column;align-items:center}.chat-footer .chat-form{display:flex;align-items:center;position:relative;width:100%;height:34px;background:#fff;border-radius:12px;outline:1px solid #CCCCE5;box-shadow:0 0 8px #0000000f}.chat-form:focus-within{outline:2px solid #254bbd}.chat-form .message-input{width:100%;height:34px;border:none;outline:none;font-size:.8rem;padding:0 10px;background:none}.chat-form #send-message{height:28px;width:28px;border:none;flex-shrink:0;color:#fff;cursor:pointer;display:none;margin-right:4px;background:#254bbd;border-radius:50%;font-size:.9rem;transition:.2s ease}.chat-form .message-input:valid~#send-message{display:block}.chat-form #send-message:hover{background:#1e3a8a}.header-buttons{display:flex;gap:6px;align-items:center}.header-buttons button{margin:0;display:flex;align-items:center;justify-content:center}.header-buttons button svg{fill:#2f3b51;background:transparent!important;width:20px;height:20px;padding:0}.header-buttons button:hover svg{fill:#05f}.scan-history-dropdown{position:absolute;top:50px;bottom:50px;width:100%;max-width:100%;overflow-y:auto;overflow-x:hidden;background:#fff;border:none;border-radius:0;scrollbar-width:thin;scrollbar-color:#c0bec7 transparent;z-index:11;box-sizing:border-box}.scan-history-table{width:100%;border-collapse:collapse;font-size:.9rem;table-layout:auto}.scan-history-table th{padding:12px 8px;text-align:left;border:none;background-color:#f8f9fa;font-weight:600;color:#333;text-transform:uppercase;font-size:.85rem;letter-spacing:.05rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scan-history-table td{padding:12px 8px;text-align:left;border:none;color:#555}.scan-history-table tr.scan-history-entry:nth-child(2n){background-color:#f8f9fa}.scan-history-table tr.scan-history-entry{cursor:pointer;transition:background-color .2s ease}.scan-history-table tr.scan-history-entry:hover{background-color:#e9ecef}.scan-history-dropdown .scan-history-table td:nth-child(1){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scan-history-dropdown .scan-history-table td:nth-child(2){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scan-history-table th:nth-child(1),.scan-history-table td:nth-child(1){width:40%;min-width:80px}.scan-history-table th:nth-child(2),.scan-history-table td:nth-child(2){width:20%;min-width:60px}.scan-history-table th:nth-child(3),.scan-history-table td:nth-child(3){width:40%;min-width:80px}.scan-history-empty{padding:16px;text-align:center;color:#888;font-style:italic}.scan-clear-history-button{position:absolute;bottom:10px;left:10px;padding:8px 16px;background-color:#f44;color:#fff;border:none;border-radius:5px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 2px 4px #0000001a}.scan-clear-history-button:hover{background-color:#c00;transform:translateY(-2px)}.scan-clear-history-button:active{transform:translateY(0)}.scan-history-table td.scan-history-cell-green{color:#28a745}.scan-history-table td.scan-history-cell-red{color:#dc3545}.scan-history-table td.scan-history-cell-default{color:#555}.chat-history-dropdown{position:absolute;top:50px;bottom:50px;width:100%;max-width:100%;overflow-y:auto;overflow-x:hidden;background:#fff;border:none;border-radius:0;scrollbar-width:thin;scrollbar-color:#c0bec7 transparent;z-index:12;box-sizing:border-box}.chat-history-table{width:100%;border-collapse:collapse;font-size:.9rem;table-layout:auto}.chat-history-table th{padding:12px 8px;text-align:left;border:none;background-color:#f8f9fa;font-weight:600;color:#333;text-transform:uppercase;font-size:.85rem;letter-spacing:.05rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-history-table td{padding:12px 8px;text-align:left;border:none;color:#555}.chat-history-table tr.chat-history-entry:nth-child(2n){background-color:#f8f9fa}.chat-history-table tr.chat-history-entry{cursor:pointer;transition:background-color .2s ease}.chat-history-table tr.chat-history-entry:hover{background-color:#e9ecef}.chat-history-dropdown .chat-history-table td:nth-child(2){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-history-dropdown .chat-history-table td:nth-child(1){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-history-table th:nth-child(1),.chat-history-table td:nth-child(1){width:30%;min-width:80px}.chat-history-table th:nth-child(2),.chat-history-table td:nth-child(2){width:70%;min-width:120px}.chat-history-empty{padding:16px;text-align:center;color:#888;font-style:italic}.chat-clear-history-button{position:absolute;bottom:10px;left:10px;padding:8px 16px;background-color:#f44;color:#fff;border:none;border-radius:5px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 2px 4px #0000001a;-webkit-user-select:none;user-select:none}.chat-clear-history-button:hover{background-color:#c00;transform:translateY(-2px)}.chat-clear-history-button:active{transform:translateY(0)}.header-buttons .material-symbols-rounded{font-size:20px}.typing-animation{display:inline-flex;gap:2px;align-items:center}.typing-dot{width:4px;height:4px;background:#000;border-radius:50%;opacity:.3;animation:typingAnimation 1.4s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingAnimation{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media (max-width: 1023px) and (min-width: 768px){#chatbot-toggler{bottom:20px;right:20px}.chatbot-popup{width:360px;height:450px;right:20px;bottom:90px}}@media (max-width: 767px){.container.show-chatbot #chatbot-toggler{display:none}#chatbot-toggler{bottom:20px;right:20px;height:56px;width:56px;z-index:1000}.chatbot-popup{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;height:100dvh;border-radius:0;transform-origin:center;background:linear-gradient(to top,#c3ceee80,#e1e1e180,#c3ceee80),url(https://static.opswat.com/assets/images/ozzy-bg.webp);background-size:cover;background-position:center;background-attachment:fixed}.container.show-chatbot .chatbot-popup{transform:scale(1)}.chatbot-popup .chat-header{padding:8px 12px;border-bottom:1px solid #e0e0e0;background:#fff}.chat-header .inner-header{padding:8px}.chat-body{height:calc(100vh - 120px);height:calc(100dvh - 120px);padding:16px;overflow-y:auto;-webkit-overflow-scrolling:touch}.chat-body .message .message-text{max-width:85%;font-size:1rem;padding:10px 12px}.chat-footer{padding:12px 16px;background:#fff;border-top:1px solid #e0e0e0}.chat-footer .chat-form{height:40px}.chat-form .message-input{height:40px;font-size:16px;padding:0 12px}.chat-form #send-message{height:32px;width:32px;margin-right:6px}.scan-history-dropdown,.chat-history-dropdown{top:60px;bottom:60px;background:#fff}.scan-history-table,.chat-history-table{font-size:.95rem}.scan-history-table th,.chat-history-table th,.scan-history-table td,.chat-history-table td{padding:12px 10px;font-size:.9rem}.scan-clear-history-button,.chat-clear-history-button{bottom:15px;left:15px;padding:10px 18px}.chat-header .inner-header:hover{background:transparent}.chat-header button:hover{background:none;color:#2f3b51}.header-buttons button:hover svg{fill:#2f3b51}#chatbot-toggler.has-hover:hover{background:#254bbd;transform:none;box-shadow:0 0 20px #0000001a}}@media (max-width: 479px){.chat-body{padding:12px}.chat-body .message .message-text{font-size:.95rem;padding:8px 10px}.header-info .logo-text{font-size:1.1rem}.scan-history-table,.chat-history-table{font-size:.9rem}.scan-history-table th,.chat-history-table th{padding:10px 8px;font-size:.85rem}.scan-history-table td,.chat-history-table td{padding:10px 8px}}@media (max-width: 767px) and (orientation: landscape){.chat-body{height:calc(100vh - 100px);height:calc(100dvh - 100px)}.chatbot-popup .chat-header{padding:6px 12px}.chat-footer{padding:8px 16px}.scan-history-dropdown,.chat-history-dropdown{top:50px;bottom:50px}}@supports (-webkit-touch-callout: none){@media (max-width: 767px){.chatbot-popup{height:100vh;height:-webkit-fill-available}.chat-body{height:calc(100vh - 120px);height:calc(-webkit-fill-available - 120px)}}@media (max-width: 767px) and (orientation: landscape){.chat-body{height:calc(100vh - 100px);height:calc(-webkit-fill-available - 100px)}}}@media (display-mode: standalone){@media (max-width: 767px){.chatbot-popup .chat-header{padding-top:max(8px,env(safe-area-inset-top))}.chat-footer{padding-bottom:max(12px,env(safe-area-inset-bottom))}}}@media (max-width: 767px){.chat-header button,.header-buttons button{min-height:44px;min-width:44px}.chat-form #send-message{min-height:32px;min-width:32px;height:32px;width:32px}#chatbot-toggler{min-height:56px;min-width:56px}}@media (prefers-contrast: high){.chatbot-popup{border:2px solid #000}.chat-header{border-bottom:2px solid #000}.chat-footer{border-top:2px solid #000}}@media (prefers-reduced-motion: reduce){#chatbot-toggler,.chatbot-popup,.chat-header button,.typing-dot{transition:none;animation:none}.container.show-chatbot #chatbot-toggler,.container.show-chatbot .chatbot-popup{transform:none}}.file-drop-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;pointer-events:none;background-color:transparent;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease-in-out}.file-drop-overlay.active{pointer-events:auto;background-color:#0006}.drop-message{padding:40px 80px;background-color:#fff;border-radius:12px;box-shadow:0 0 20px #0003;font-size:20px;font-weight:700;display:flex;align-items:center;gap:12px}.drop-message .icon{font-size:24px}.login-container{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0a0f1e;font-family:Inter,sans-serif;-webkit-user-select:none;user-select:none}.login-box{width:100%;max-width:400px;padding:2rem;background:linear-gradient(to top,#c3ceee80,#e1e1e180,#c3ceee80);border-radius:15px;box-shadow:0 0 128px #0000001a,0 32px 64px -48px #00000080}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:80px;height:80px;margin-bottom:1rem;border-radius:50%}.login-header h2{color:#0a0f1e;font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.login-header p{color:#4b5563;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1rem}.form-group{position:relative}.login-input{width:100%;height:45px;padding:0 15px;font-size:.95rem;border:1px solid #CCCCE5;border-radius:8px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.login-input:focus{border-color:#254bbd;box-shadow:0 0 0 2px #254bbd33}.login-button{height:45px;border:none;color:#fff;font-size:1rem;font-weight:500;background:#254bbd;cursor:pointer;border-radius:8px;transition:background .2s ease}.login-button:hover{background:#1e3a8a}.login-button:disabled{background:#6b7280;cursor:not-allowed}.login-error{padding:10px;background:#fee2e2;border:1px solid #ef4444;color:#dc2626;border-radius:8px;font-size:.9rem;text-align:center}.login-footer{margin-top:1.5rem;text-align:center;color:#4b5563;font-size:.9rem}.switch-auth-button{background:none;border:none;color:#254bbd;font-weight:600;cursor:pointer;padding:0;font-size:.9rem;transition:color .2s ease}.switch-auth-button:hover{color:#1e3a8a}
