.malware-upload{max-width:600px;margin:0 auto}.upload-zone{border:2px dashed #cbd5e0;border-radius:12px;padding:3rem 2rem;text-align:center;transition:all .3s ease;background:#fff;cursor:pointer}.upload-zone:hover{border-color:#4299e1;background:#f7fafc}.upload-zone.drag-active{border-color:#3182ce;background:#ebf8ff}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-zone h3{color:#2d3748;margin-bottom:.5rem}.upload-zone p{color:#718096;margin:.5rem 0}.file-upload-label{display:inline-block;margin-top:1rem}.file-upload-label span{display:inline-block;padding:.75rem 1.5rem;background:#4299e1;color:#fff;border-radius:6px;cursor:pointer;transition:background .2s}.file-upload-label span:hover{background:#3182ce}.file-upload-label input{display:none}.upload-hint{font-size:.875rem;color:#a0aec0;margin-top:1rem!important}.file-preview{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f7fafc;border-radius:8px}.file-icon{font-size:2rem}.file-info{flex:1;text-align:left}.file-info h4{margin:0 0 .25rem;color:#2d3748}.file-info p{margin:0;color:#718096;font-size:.875rem}.remove-file{background:#e53e3e;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:background .2s;padding:0}.remove-file:hover{background:#c53030}.upload-options{margin-top:1.5rem}.priority-selector{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem;padding:1rem;background:#f7fafc;border-radius:8px}.priority-selector label{font-weight:600;color:#4a5568}.priority-selector input[type=range]{flex:1;max-width:300px}.priority-value{background:#4299e1;color:#fff;padding:.25rem .75rem;border-radius:4px;font-weight:600;min-width:30px;text-align:center}.upload-actions{display:flex;gap:1rem;justify-content:center}.upload-success{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.success-icon{font-size:3rem;margin-bottom:1rem}.upload-success h3{color:#22543d;margin-bottom:1.5rem}.result-details{background:#f7fafc;padding:1rem;border-radius:8px;margin:1.5rem 0;text-align:left}.detail-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.detail-item:last-child{border-bottom:none}.detail-label{font-weight:600;color:#4a5568}.detail-item code{background:#edf2f7;padding:.25rem .5rem;border-radius:4px;font-family:monospace;font-size:.875rem}.next-step{color:#718096;margin:1rem 0;padding:.75rem;background:#f7fafc;border-radius:6px}.next-step.success{background:#c6f6d5;color:#22543d}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600;text-transform:uppercase}.status-badge.queued{background:#feebc8;color:#7c2d12}.status-badge.running{background:#bee3f8;color:#1e40af}.status-badge.completed{background:#c6f6d5;color:#22543d}.status-badge.failed{background:#fed7d7;color:#742a2a}.success-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.spinner-small{display:inline-block;width:16px;height:16px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:spin .6s linear infinite;margin-right:.5rem}.malware-list{width:100%}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.list-header h3{margin:0;color:#2d3748}.loading-container{text-align:center;padding:3rem;background:#fff;border-radius:8px}.loading-container p{margin-top:1rem;color:#718096}.empty-state{text-align:center;padding:3rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.empty-state p{color:#718096;margin-bottom:1.5rem}.malware-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.malware-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;cursor:pointer}.malware-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.malware-card.selected{border:2px solid #4299e1}.malware-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.malware-icon{font-size:2rem}.malware-info{flex:1}.malware-info h4{margin:0 0 .25rem;color:#2d3748;word-break:break-word}.malware-id{font-size:.75rem;color:#718096;font-family:monospace}.malware-details{margin-bottom:1rem}.detail-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f7fafc}.detail-row:last-child{border-bottom:none}.detail-row .label{font-weight:500;color:#4a5568}.detail-row code{background:#edf2f7;padding:.125rem .375rem;border-radius:3px;font-family:monospace;font-size:.875rem}.malware-actions{display:flex;gap:.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.malware-actions button{flex:1}button.small{padding:.5rem .75rem;font-size:.875rem}.malware-details-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h3{margin:0;color:#2d3748}.close-button{background:#f7fafc;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;transition:background .2s}.close-button:hover{background:#e2e8f0}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.detail-group{margin-bottom:1.5rem}.detail-group:last-child{margin-bottom:0}.detail-group h4{margin:0 0 1rem;color:#2d3748;font-size:1rem;font-weight:600}.modal-footer{padding:1.5rem;border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end}.jobs-manager{width:100%}.jobs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.jobs-header h3{margin:0;color:#2d3748}.job-create-section{display:flex;gap:.5rem;align-items:center}.job-create-section select{padding:.5rem;border:1px solid #cbd5e0;border-radius:4px;background:#fff;min-width:200px}.jobs-list{display:grid;gap:1rem}.job-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}.job-card:hover{box-shadow:0 4px 12px #00000026}.job-header{margin-bottom:1rem}.job-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.job-info h4{margin:0;color:#2d3748}.progress-bar{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-top:.5rem}.progress-fill{height:100%;background:#4299e1;transition:width .3s ease}.job-details{background:#f7fafc;padding:1rem;border-radius:6px;margin-bottom:1rem}.job-actions{display:flex;gap:.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.job-actions button{flex:1}@media (max-width: 768px){.jobs-header{flex-direction:column;align-items:stretch}.job-create-section{flex-direction:column}.job-create-section select{width:100%}.job-actions{flex-direction:column}}.malware-chat{display:flex;height:calc(100vh - 120px);background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.chat-sidebar{width:300px;background:#f8f9fa;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow-y:auto}.sidebar-section{padding:1.5rem;border-bottom:1px solid #e2e8f0}.sidebar-section h3{margin:0 0 1rem;font-size:1rem;color:#2d3748;font-weight:600}.job-select{width:100%;padding:.5rem;border:1px solid #cbd5e0;border-radius:4px;background:#fff;font-size:.875rem}.session-create{display:flex;gap:.5rem;margin-bottom:1rem}.session-create input{flex:1;padding:.5rem;border:1px solid #cbd5e0;border-radius:4px;font-size:.875rem}.sessions-list{max-height:400px;overflow-y:auto}.session-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;margin-bottom:.5rem;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s}.session-item:hover{background:#edf2f7}.session-item.active{background:#4299e1;color:#fff}.session-info{flex:1;overflow:hidden}.session-name{font-weight:500;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-meta{font-size:.75rem;opacity:.8}.delete-btn{width:24px;height:24px;padding:0;background:transparent;color:#e53e3e;border-radius:50%;display:flex;align-items:center;justify-content:center}.delete-btn:hover{background:#feb2b2}.empty-message{text-align:center;color:#718096;padding:1rem;font-size:.875rem}.chat-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.chat-welcome h2{color:#2d3748;margin-bottom:1rem}.chat-welcome p{color:#718096;margin-bottom:2rem;max-width:500px}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem;width:100%;max-width:600px}.feature{padding:1.5rem;background:#f7fafc;border-radius:8px}.feature-icon{font-size:2rem;margin-bottom:.5rem;display:block}.feature h4{margin:.5rem 0;color:#2d3748}.feature p{font-size:.875rem;color:#718096;margin:0}.messages-container{flex:1;overflow-y:auto;padding:1.5rem;background:#fafafa}.session-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000d}.session-header h3{margin:0;color:#2d3748}.session-id{font-size:.875rem;color:#718096;font-family:monospace}.message{margin-bottom:1.5rem;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.message-role{font-weight:600;color:#4a5568;font-size:.875rem;text-transform:capitalize}.message-time{font-size:.75rem;color:#a0aec0}.message-content{padding:1rem;border-radius:8px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.message.user .message-content{background:#4299e1;color:#fff;margin-left:10%;box-shadow:0 2px 4px #4299e133}.message.assistant .message-content{background:#fff;color:#2d3748;margin-right:10%;box-shadow:0 1px 3px #0000001a}.message.assistant.streaming .message-content{background:#f0f4f8;border:2px solid #4299e1}.cursor{animation:blink 1s infinite;color:#4299e1;font-weight:700}.tool-status{display:flex;align-items:center;padding:1rem;margin:1rem 0;border-radius:8px;background:#fff;border-left:4px solid;animation:slideIn .3s ease;box-shadow:0 1px 3px #0000001a}.tool-status.executing{border-color:#ffc107;background:#fffbf0}.tool-status.completed{border-color:#28a745;background:#f0fff4}.tool-status.error{border-color:#dc3545;background:#fff0f0}.tool-icon{font-size:1.5rem;margin-right:1rem}.tool-info{flex:1}.tool-name{font-weight:600;color:#2d3748;margin-bottom:.25rem}.tool-message{font-size:.875rem;color:#718096}.tool-calls-summary{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e2e8f0}.tools-label{font-size:.75rem;color:#718096;margin-right:.5rem}.tool-badge{display:inline-block;padding:.25rem .5rem;background:#edf2f7;color:#4a5568;border-radius:4px;font-size:.75rem;margin-right:.5rem}.input-area{display:flex;gap:1rem;padding:1.5rem;background:#fff;border-top:1px solid #e2e8f0}.input-area input{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .2s}.input-area input:focus{border-color:#4299e1}.input-area input:disabled{background:#f7fafc;cursor:not-allowed}.send-button{padding:.75rem 1.5rem;min-width:120px;display:flex;align-items:center;justify-content:center;gap:.5rem}@media (max-width: 768px){.malware-chat{flex-direction:column;height:auto}.chat-sidebar{width:100%;max-height:300px;border-right:none;border-bottom:1px solid #e2e8f0}.messages-container{height:400px}.message.user .message-content,.message.assistant .message-content{margin:0}}.messages-container::-webkit-scrollbar,.sessions-list::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track,.sessions-list::-webkit-scrollbar-track{background:#f1f1f1}.messages-container::-webkit-scrollbar-thumb,.sessions-list::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.messages-container::-webkit-scrollbar-thumb:hover,.sessions-list::-webkit-scrollbar-thumb:hover{background:#555}.tool-calls-summary{margin-top:.75rem;padding:.75rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #6366f1}.tools-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:600;color:#4b5563}.tools-icon{font-size:1rem}.tool-list{display:flex;flex-direction:column;gap:.5rem}.tool-item{display:flex;align-items:center;gap:.5rem}.tool-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#6366f1;color:#fff;border-radius:16px;font-size:.875rem;font-weight:500}.tool-args{color:#6b7280;font-size:.875rem;font-family:Courier New,monospace}.markdown-content{line-height:1.6;color:#1f2937}.markdown-content .markdown-paragraph{margin:.75rem 0}.markdown-content .markdown-paragraph:first-child{margin-top:0}.markdown-content .markdown-paragraph:last-child{margin-bottom:0}.markdown-content .markdown-h1{font-size:1.875rem;font-weight:700;margin:1.5rem 0 1rem;color:#111827;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.markdown-content .markdown-h2{font-size:1.5rem;font-weight:600;margin:1.25rem 0 .75rem;color:#1f2937}.markdown-content .markdown-h3{font-size:1.25rem;font-weight:600;margin:1rem 0 .5rem;color:#374151}.markdown-content .markdown-h4{font-size:1.125rem;font-weight:500;margin:.75rem 0 .5rem;color:#4b5563}.markdown-content .markdown-list{margin:.75rem 0;padding-left:1.5rem}.markdown-content .markdown-list li{margin:.25rem 0}.markdown-content .markdown-list.numbered{list-style-type:decimal}.markdown-content .markdown-link{color:#6366f1;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s}.markdown-content .markdown-link:hover{color:#4f46e5;border-bottom-color:#4f46e5}.markdown-content .inline-code{background:#f3f4f6;color:#dc2626;padding:.125rem .375rem;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:.875em;display:inline;white-space:normal;word-break:break-word;vertical-align:baseline;line-height:1.6}.markdown-content .code-wrapper{margin:1rem 0}.markdown-content .code-block{background:#1e1e1e;color:#d4d4d4;padding:4px;border-radius:4px;overflow-x:auto;font-family:Courier New,Courier,monospace;font-size:.875rem;line-height:1.5}.markdown-content .markdown-blockquote{margin:1rem 0;padding:.75rem 1rem;border-left:4px solid #6366f1;background:#f9fafb;color:#4b5563;font-style:italic}.markdown-content .markdown-blockquote p{margin:0}.markdown-content .table-wrapper{overflow-x:auto;margin:1rem 0}.markdown-content .markdown-table{width:100%;border-collapse:collapse;border:1px solid #e5e7eb}.markdown-content .markdown-table th,.markdown-content .markdown-table td{padding:.75rem;text-align:left;border:1px solid #e5e7eb}.markdown-content .markdown-table th{background:#f9fafb;font-weight:600;color:#1f2937}.markdown-content .markdown-table tr:nth-child(2n){background:#f9fafb}.markdown-content .markdown-table tr:hover{background:#f3f4f6}.markdown-content strong{font-weight:600;color:#111827}.markdown-content em{font-style:italic}.markdown-content hr{margin:1.5rem 0;border:none;border-top:2px solid #e5e7eb}.markdown-content .markdown-list ul,.markdown-content .markdown-list ol{margin-top:.25rem;margin-bottom:.25rem}.markdown-content pre[class*=language-]{margin:1rem 0;padding:0}.markdown-content code[class*=language-]{background:none;padding:0}.message.streaming .cursor{display:inline-block;animation:blink 1s infinite;margin-left:2px;vertical-align:text-bottom}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.reasoning-display{margin:1rem 0;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;animation:slideIn .3s ease;box-shadow:0 4px 6px #667eea33}.reasoning-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#fff;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.reasoning-icon{font-size:1.25rem}.reasoning-content{color:#fff;line-height:1.6;font-size:.9375rem;background:#ffffff1a;padding:.75rem;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.observations-display{margin:1rem 0;padding:1rem;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:12px;animation:slideIn .3s ease;box-shadow:0 4px 6px #f093fb33}.observations-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#fff;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.observations-icon{font-size:1.25rem}.observations-list{display:flex;flex-direction:column;gap:.5rem}.observation-item{color:#fff;line-height:1.6;font-size:.9375rem;background:#ffffff1a;padding:.75rem;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:3px solid rgba(255,255,255,.5)}.reasoning-summary{margin-top:.75rem;padding:.75rem;background:#f3f4f6;border-radius:8px;border-left:3px solid #8b5cf6}.reasoning-summary-header{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#6b21a8;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem}.reasoning-summary-header:hover{color:#7c3aed}.reasoning-steps-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.75rem}.reasoning-step-item{padding:.75rem;background:#fff;border-radius:6px;border-left:3px solid #a78bfa}.step-number{font-size:.75rem;font-weight:600;color:#8b5cf6;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.step-content{color:#374151;line-height:1.5;font-size:.875rem}.observations-summary{margin-top:.75rem;padding:.75rem;background:#fef3c7;border-radius:8px;border-left:3px solid #f59e0b}.observations-summary-header{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#d97706;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem}.observations-summary-header:hover{color:#f59e0b}.observations-steps-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.observation-step-item{padding:.75rem;background:#fff;border-radius:6px;color:#374151;line-height:1.5;font-size:.875rem;border-left:3px solid #fbbf24}.delete-message-btn{background:transparent;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:4px;font-size:1rem;opacity:.6;transition:all .2s ease;margin-left:auto}.delete-message-btn:hover{opacity:1;background:#ef44441a;transform:scale(1.1)}.delete-message-btn:active{transform:scale(.95)}.stop-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;box-shadow:0 2px 4px #ef444433}.stop-button:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 8px #ef44444d;transform:translateY(-1px)}.stop-button:active{transform:translateY(0);box-shadow:0 2px 4px #ef444433}.stop-button span{font-size:1.2rem;line-height:1}.app{min-height:100vh;background:#f0f2f5}.navbar{background:#2c3e50;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.nav-title{color:#fff;font-size:1.5rem;font-weight:600;padding:1rem 0}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#ecf0f1;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .2s ease}.nav-links a:hover{background:#ffffff1a}.nav-links a.active{background:#3498db;color:#fff}h2{margin-bottom:1.5rem;color:#2c3e50;font-size:1.8rem}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.pending{background:#ffeaa7;color:#fdcb6e}.status-badge.processing{background:#74b9ff;color:#0984e3}.status-badge.completed{background:#55efc4;color:#00b894}.status-badge.error{background:#fab1a0;color:#e17055}@media (max-width: 768px){.nav-container{flex-direction:column;padding:0}.nav-title{padding:1rem}.nav-links{width:100%;padding:0 1rem 1rem;gap:1rem;flex-wrap:wrap}.nav-links a{flex:1;text-align:center;min-width:80px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f2f5;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{color:#1a1a1a}button{cursor:pointer;border:none;padding:.5rem 1rem;border-radius:4px;font-size:14px;font-weight:500;transition:all .2s ease}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:#007bff;color:#fff}button.primary:hover:not(:disabled){background:#0056b3}button.secondary{background:#6c757d;color:#fff}button.danger{background:#dc3545;color:#fff}button.success{background:#28a745;color:#fff}.container{max-width:1200px;margin:0 auto;padding:20px}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:20px;margin-bottom:20px}.spinner{border:3px solid #f3f3f3;border-top:3px solid #007bff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.alert{padding:12px 20px;border-radius:4px;margin-bottom:20px}.alert.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert.info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.alert.warning{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}
