:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f6f8fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}*{box-sizing:border-box}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.malware-checker{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;max-width:800px;margin:0 auto;padding:2rem;background-color:#f8f9fa;border-radius:10px;box-shadow:0 4px 12px #0000001a}.malware-checker h1{color:#2c3e50;margin-bottom:.5rem}.subtitle{color:#7f8c8d;margin-bottom:2rem}.url-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 768px){.url-form{flex-direction:row}}.url-input{flex:1;padding:12px 16px;font-size:16px;border:2px solid #ddd;border-radius:6px;transition:border-color .3s}.url-input:focus{border-color:#3498db;outline:none}.check-button{padding:12px 24px;font-size:16px;font-weight:600;background-color:#3498db;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.check-button:hover:not(:disabled){background-color:#2980b9}.check-button:disabled{background-color:#bdc3c7;cursor:not-allowed}.results-container{margin-top:2rem;text-align:left}.checks-list{margin-bottom:2rem}.checks-list h2{margin-bottom:1rem;color:#2c3e50}.check-item{padding:1rem;margin-bottom:1rem;border-radius:6px;background-color:#fff;box-shadow:0 2px 6px #0000001a;transition:all .3s ease}.check-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.check-name{font-weight:600;color:#2c3e50}.check-status{font-weight:600;padding:4px 10px;border-radius:20px;font-size:14px}.check-message{margin-top:.5rem;font-size:14px}.check-item.checking{border-left:4px solid #3498db}.check-item.checking .check-status{background-color:#e1f0fa;color:#3498db}.check-item.safe{border-left:4px solid #2ecc71}.check-item.safe .check-status{background-color:#e8f8f5;color:#2ecc71}.check-item.warning{border-left:4px solid #f39c12}.check-item.warning .check-status{background-color:#fef5e7;color:#f39c12}.check-item.danger{border-left:4px solid #e74c3c;animation:pulse 2s infinite}.check-item.danger .check-status{background-color:#fdedeb;color:#e74c3c}.final-report{padding:1.5rem;border-radius:8px;margin-top:2rem;text-align:center}.final-report.danger{background-color:#fdedeb;border:2px solid #e74c3c;box-shadow:0 4px 12px #e74c3c33;animation:pulse 2s infinite}.final-report.safe{background-color:#e8f8f5;border:2px solid #2ecc71;box-shadow:0 4px 12px #2ecc7133;animation:pulse 2s infinite}.final-report{margin-bottom:1rem;font-size:24px}.final-report.danger h2{color:#e74c3c}.final-report.safe h2{color:#2ecc71}.final-report p{margin-bottom:1.5rem;font-size:18px;line-height:1.6}.action-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.action-button{padding:10px 20px;font-size:16px;font-weight:600;background-color:#3498db;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.action-button:hover{background-color:#2980b9}@keyframes pulse{0%{box-shadow:0 0 #e74c3c66}70%{box-shadow:0 0 0 10px #e74c3c00}to{box-shadow:0 0 #e74c3c00}}
