body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.App{align-items:center;display:flex;justify-content:center;padding:20px}.container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:800px;min-height:600px;overflow:hidden;width:100%}.header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:30px;text-align:center}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:10px}.header p{font-size:1.1rem;opacity:.9}.status-info{background:#fff3;border-radius:20px;font-size:.9rem;font-weight:500;margin-top:15px;padding:8px 16px}.main-content{display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:40px}.upload-area{background:#f9fafb;border:3px dashed #d1d5db;border-radius:15px;cursor:pointer;padding:60px 40px;text-align:center;transition:all .3s ease}.upload-area:hover{background:#eff6ff;border-color:#2563eb;transform:translateY(-2px)}.upload-icon{font-size:4rem;margin-bottom:20px}.upload-area h3{color:#374151;font-size:1.5rem;margin-bottom:10px}.upload-area p{color:#6b7280;margin:10px 0}.upload-button{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;transition:all .3s ease}.upload-button:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-2px)}.upload-note{color:#9ca3af;font-size:.9rem;margin-top:15px}.preview-section{display:flex;flex-direction:column;gap:30px}.image-preview{text-align:center}.image-preview img{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 25px #0000001a;max-height:300px;max-width:100%}.controls{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.classify-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;box-shadow:0 4px 15px #10b9814d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 30px;transition:all .3s ease}.classify-button:hover:not(:disabled){box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.classify-button:disabled{cursor:not-allowed;opacity:.7}.reset-button{background:#6b7280;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 30px;transition:all .3s ease}.reset-button:hover{background:#4b5563;transform:translateY(-2px)}.error-message{background:#fef2f2;border:2px solid #fecaca;border-radius:10px;color:#dc2626;font-weight:500;padding:15px;text-align:center}.results{background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;padding:30px}.results h3{color:#1e293b;font-size:1.5rem;margin-bottom:25px;text-align:center}.results-list{display:flex;flex-direction:column;gap:15px}.result-item{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:20px;transition:all .3s ease}.result-item.top-result{background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-color:#10b981;transform:scale(1.02)}.result-label{align-items:center;color:#1e293b;display:flex;font-size:1.2rem;font-weight:600;justify-content:space-between;margin-bottom:12px}.badge{background:#10b981;border-radius:20px;color:#fff;font-size:.8rem;font-weight:500;padding:4px 12px}.result-score{align-items:center;display:flex;gap:15px}.score-bar{background:#e5e7eb;border-radius:6px;flex:1 1;height:12px;overflow:hidden}.score-fill{background:linear-gradient(90deg,#10b981,#059669);border-radius:6px;height:100%;transition:width .8s ease}.score-text{color:#374151;font-weight:600;min-width:50px;text-align:right}.footer{background:#f8fafc;border-top:1px solid #e5e7eb;color:#6b7280;font-size:.9rem;padding:20px;text-align:center}.pdf-preview{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;display:flex;flex-direction:column;padding:40px}.pdf-icon{font-size:4rem;margin-bottom:15px}.pdf-preview p{color:#374151;margin:5px 0}.pdf-note{color:#dc2626;font-size:.9rem;font-weight:500;margin-top:10px;text-align:center}@media (max-width:768px){.container{border-radius:15px;margin:10px}.header{padding:20px}.header h1{font-size:2rem}.main-content{padding:20px}.upload-area{padding:40px 20px}.controls{flex-direction:column}.classify-button,.reset-button{width:100%}}.processing-steps{background:#f8fafc;border-left:4px solid #3b82f6;border-radius:12px;margin:20px 0;padding:20px}.processing-steps h3{color:#1e40af;font-size:1.2rem;margin-bottom:15px}.steps-list{display:flex;flex-direction:column;gap:10px}.step-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;gap:12px;padding:8px 12px}.step-item,.step-number{align-items:center;display:flex}.step-number{background:#3b82f6;border-radius:50%;color:#fff;font-size:.8rem;font-weight:700;height:24px;justify-content:center;width:24px}.step-text{color:#374151;font-size:.9rem}.debug-controls{margin:20px 0;text-align:center}.debug-toggle{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;padding:10px 20px;transition:all .2s ease}.debug-toggle:hover{background:#4f46e5;transform:translateY(-1px)}.debug-info{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;margin-top:15px;padding:20px}.debug-info h4{color:#1e40af;font-size:1.1rem;margin-bottom:15px}.keyword-category{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:20px;padding:15px}.keyword-category h5{color:#374151;font-size:1rem;margin-bottom:10px}.keyword-list{display:flex;flex-wrap:wrap;gap:8px}.keyword-tag{background:#dbeafe;border:1px solid #93c5fd;border-radius:6px;color:#1e40af;font-size:.8rem;padding:4px 8px}.no-matches{color:#6b7280;font-size:.9rem;font-style:italic}.text-preview{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#374151;font-family:Courier New,monospace;font-size:.85rem;line-height:1.5;max-height:200px;overflow-y:auto;padding:15px;white-space:pre-wrap}.text-stats{color:#6b7280;font-size:.9rem;margin-top:10px}.ai-status-indicator{animation:pulse 2s infinite;border-radius:20px;font-size:.9rem;font-weight:500;margin-top:10px;padding:8px 16px}.ai-status.connecting{background:#3b82f633;border:1px solid #3b82f6;color:#1e40af}.ai-status.processing{background:#10b98133;border:1px solid #10b981;color:#059669}.ai-status.completed{animation:none;background:#10b98126;border:1px solid #10b981;color:#fff;font-weight:600}.ai-status.error{animation:none;background:#ef444433;border:1px solid #ef4444;color:#dc2626}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.ai-model-info{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;margin-bottom:15px;padding:12px}.ai-model-info p{color:#0c4a6e;font-size:.9rem;margin:5px 0}
/*# sourceMappingURL=main.54b10e7c.css.map*/