*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f9fafb;color:#111827;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;box-shadow:0 1px 3px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:1rem}.header-logo{height:40px;width:auto}.header-title{font-size:1.5rem;font-weight:600;color:#111827}.header-center{display:flex;align-items:center}.statistics-counter{background-color:#dbeafe;border:1px solid #93c5fd;border-radius:.5rem;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem}.statistics-label{font-size:.875rem;color:#1e40af;font-weight:500}.statistics-value{font-size:1.125rem;font-weight:700;color:#1e40af}.header-right{display:flex;align-items:center}.about-button{background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}.about-button:hover{background-color:#1d4ed8}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1rem;width:100%}.tab-navigation{display:flex;gap:.5rem;margin-bottom:2rem}.tab-button{background-color:#f3f4f6;color:#374151;border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.tab-button.active{background-color:#10b981;color:#fff}.tab-button:hover:not(.active){background-color:#e5e7eb}.examples-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.example-card{background-color:#fff;border:2px solid #e5e7eb;border-radius:.5rem;padding:1rem;cursor:pointer;transition:all .2s;text-align:center}.example-card:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a}.example-card.selected{border-color:#10b981;background-color:#ecfdf5}.example-image{width:100%;height:120px;object-fit:cover;border-radius:.375rem;margin-bottom:.5rem}.example-name{font-size:.875rem;font-weight:500;color:#374151}.upload-area{border:2px dashed #d1d5db;border-radius:.5rem;padding:3rem 2rem;text-align:center;background-color:#fff;cursor:pointer;transition:all .2s;margin-bottom:2rem}.upload-area:hover,.upload-area.drag-over{border-color:#3b82f6;background-color:#eff6ff}.upload-icon{width:48px;height:48px;color:#6b7280;margin:0 auto 1rem}.upload-text{font-size:1rem;color:#374151;margin-bottom:.5rem}.upload-subtext{font-size:.875rem;color:#6b7280}.preview-section{background-color:#fff;border-radius:.5rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.preview-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.preview-image-container{text-align:center;margin-bottom:1.5rem}.preview-image{max-width:100%;max-height:400px;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a}.analyze-button{background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;display:block;margin:0 auto 1.5rem}.analyze-button:hover:not(:disabled){background-color:#1d4ed8}.analyze-button:disabled{background-color:#9ca3af;cursor:not-allowed}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:spin 1s ease-in-out infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.results-section{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.results-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.result-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem}.result-prediction{font-size:1.25rem;font-weight:700;color:#1e40af;margin-bottom:.5rem}.result-confidence{font-size:1rem;color:#374151;margin-bottom:.5rem}.result-time{font-size:.875rem;color:#6b7280}.error-message{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b;border-radius:.375rem;padding:.75rem 1rem;margin-bottom:1rem}.success-message{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46;border-radius:.375rem;padding:.75rem 1rem;margin-bottom:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#fff;border-radius:.5rem;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280}.modal-close:hover{color:#374151}.modal-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.modal-text{color:#374151;line-height:1.6;margin-bottom:1rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;align-items:stretch}.header-left,.header-center,.header-right{justify-content:center}.examples-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.main-content{padding:1rem}}
