code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:400px;padding:2rem;text-align:center;width:90%}.login-card h1{color:#333;font-size:1.8rem;margin-bottom:1rem}.login-card p{color:#666;font-size:1rem;margin-bottom:2rem}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 24px;transition:transform .2s,box-shadow .2s}.login-button:hover{box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.classifier-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.app-header{align-items:center;background:#fff;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem}.app-header h1{color:#333;font-size:1.8rem;margin:0}.user-info{align-items:center;display:flex;gap:1rem}.user-info span{color:#666;font-weight:500}.logout-button{background:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:background-color .2s}.logout-button:hover{background:#c82333}.main-content{display:flex;justify-content:center;padding:2rem}.classifier-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:1400px;padding:2rem;width:100%}.content-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.form-section,.results-section{min-width:0}.classifier-card h2{color:#333;font-size:1.6rem;margin-bottom:.5rem}.classifier-card p{color:#666;font-size:1rem;margin-bottom:2rem}.classification-form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group textarea{border:2px solid #e1e5e9;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px;resize:vertical;transition:border-color .2s;width:100%}.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea:disabled{background-color:#f8f9fa;color:#6c757d}.form-group select{background-color:#fff;border:2px solid #e1e5e9;border-radius:8px;cursor:pointer;font-family:inherit;font-size:1rem;padding:12px;transition:border-color .2s;width:100%}.form-group select:focus{border-color:#667eea;outline:none}.form-group select:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.form-actions{display:flex;flex-wrap:wrap;gap:1rem}.classify-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;min-width:150px;padding:12px 24px;transition:transform .2s,box-shadow .2s}.classify-button:hover:not(:disabled){box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.classify-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.clear-button{background:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 24px;transition:background-color .2s}.clear-button:hover:not(:disabled){background:#5a6268}.clear-button:disabled{cursor:not-allowed;opacity:.6}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin-top:1rem;padding:1rem}.error-message h3{font-size:1.1rem;margin:0 0 .5rem}.error-message p{margin:0}.result-card{border:2px solid;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.result-card.compact{margin-bottom:1rem;padding:1rem}.result-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.confidence-badge{background:#0000001a;border-radius:12px;font-size:.85rem;font-weight:600;padding:2px 8px}.reasons-compact{color:#666;font-size:.9rem;font-style:italic}.un-title{color:#333;font-weight:600}.un-result-compact{margin-bottom:.5rem}.un-primary{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.un-name{color:#555;font-size:.9rem;line-height:1.3}.un-alternatives{color:#888;margin-top:.5rem}.probability-bar-container{background-color:#0000001a;border-radius:4px;height:8px;margin-top:.5rem;overflow:hidden;width:100%}.probability-bar-container.small{height:4px;margin-top:.25rem}.probability-bar{border-radius:4px;height:100%;transition:width .6s ease-in-out}.probability-bar.dangerous{background:linear-gradient(90deg,#feb2b2,#fc8181 50%,#e53e3e)}.probability-bar.safe{background:linear-gradient(90deg,#9ae6b4,#68d391 50%,#38a169)}.probability-bar.un{background:linear-gradient(90deg,#cbd5e0,#a0aec0 50%,#718096)}.probability-bar.un-alt{background:linear-gradient(90deg,#e2e8f0,#cbd5e0)}.un-alt-item{margin-bottom:.5rem}.un-alt-label{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.result-card.dangerous{background:#fff5f5;border-color:#fed7d7}.result-card.safe{background:#f0fff4;border-color:#9ae6b4}.result-card h3{color:#333;font-size:1.3rem;margin:0 0 1rem}.result-status{margin-bottom:1.5rem;text-align:center}.status-badge{border-radius:50px;display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase}.status-badge.dangerous{background:#fed7d7;border:2px solid #feb2b2;color:#c53030}.status-badge.safe{background:#9ae6b4;border:2px solid #68d391;color:#22543d}.result-details{background:#ffffffb3;border-radius:8px;padding:1rem}.result-item{line-height:1.6;margin-bottom:1rem}.result-item:last-child{margin-bottom:0}.result-item strong{color:#333;font-weight:600}.result-item ul{margin:.5rem 0 0 1rem;padding:0}.result-item li{color:#555;margin-bottom:.25rem}@media (max-width:768px){.app-header{flex-direction:column;gap:1rem;text-align:center}.app-header,.main-content{padding:1rem}.classifier-card{padding:1.5rem}.content-layout{gap:1.5rem;grid-template-columns:1fr}.form-actions{flex-direction:column}.classify-button,.clear-button{width:100%}}.un-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.un-button:hover:not(:disabled){background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-1px)}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.App{text-align:left}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.2aae5aa3.css.map*/