.app{max-width:1200px;margin:0 auto}.app-header{text-align:center;color:#fff;margin-bottom:40px;padding:30px 20px}.app-header h1{font-size:2.5rem;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.app-header p{font-size:1.1rem;opacity:.9}.app-main{background:#fff;border-radius:12px;padding:30px;box-shadow:0 10px 40px #0003}.file-upload{border:3px dashed #cbd5e1;border-radius:12px;padding:60px 20px;text-align:center;transition:all .3s ease;cursor:pointer;background:#f8fafc}.file-upload:hover{border-color:#667eea;background:#f1f5f9}.file-upload.dragging{border-color:#667eea;background:#eef2ff;transform:scale(1.02)}.upload-label{display:block;cursor:pointer}.upload-icon{font-size:4rem;margin-bottom:20px}.upload-text{display:flex;flex-direction:column;gap:8px}.upload-text strong{font-size:1.2rem;color:#1e293b}.upload-text span{color:#64748b;font-size:.95rem}.error-message{background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;padding:16px;margin-bottom:20px;color:#991b1b;display:flex;justify-content:space-between;align-items:center}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#991b1b;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px}.close-button:hover{background:#fecaca}.config-info{margin-bottom:30px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.config-header{background:#f8fafc;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0}.config-header span{font-weight:600;color:#1e293b}.config-header div{display:flex;gap:10px}.toggle-button,.reset-button{padding:8px 16px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem;transition:all .2s}.toggle-button:hover,.reset-button:hover{background:#f1f5f9;border-color:#94a3b8}.reset-button{background:#ef4444;color:#fff;border-color:#ef4444}.reset-button:hover{background:#dc2626}.original-config{background:#1e293b;color:#e2e8f0;padding:20px;margin:0;overflow-x:auto;font-size:.85rem;line-height:1.6}.loading{text-align:center;padding:40px}.spinner{border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading p{color:#64748b;font-size:1.1rem}.results{margin-top:30px}.results h2{margin-bottom:20px;color:#1e293b;font-size:1.8rem}.result-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000001a;margin-bottom:20px}.result-header{margin-bottom:20px}.risk-badge{display:inline-block;padding:8px 16px;border-radius:20px;font-weight:600;font-size:.95rem}.result-section{margin-bottom:24px}.result-section:last-child{margin-bottom:0}.result-section h3{color:#1e293b;margin-bottom:12px;font-size:1.2rem}.result-section ul{list-style:none;padding-left:0}.result-section li{padding:10px 0 10px 24px;position:relative;color:#475569;line-height:1.6}.result-section li:before{content:"⚠️";position:absolute;left:0}.result-section p{color:#475569;line-height:1.8;padding:12px;background:#f8fafc;border-radius:6px;border-left:3px solid #667eea}.fixed-config{background:#1e293b;color:#e2e8f0;padding:20px;border-radius:8px;overflow-x:auto;font-size:.85rem;line-height:1.6;margin-top:12px}@media (max-width: 768px){.app-header h1{font-size:2rem}.app-main{padding:20px}.config-header{flex-direction:column;gap:12px;align-items:flex-start}.config-header div{width:100%;flex-direction:column}.toggle-button,.reset-button{width:100%}}*{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:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
