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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.App-header{background:linear-gradient(135deg,#1e3a5f,#2c5282);color:#fff;padding:3rem 2rem;text-align:center}.logo-container{margin-bottom:1.5rem}.logo{height:80px;width:auto}.App-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.subtitle{font-size:1.2rem;opacity:.9}.App-main{flex:1 1;margin:0 auto;max-width:1200px;padding:3rem 2rem;width:100%}.upload-section{margin-bottom:3rem}.dropzone{background:#fff;border:3px dashed #2c5282;border-radius:16px;cursor:pointer;padding:4rem 2rem;text-align:center;transition:all .3s ease}.dropzone:hover{background:#f0f7ff;border-color:#1e3a5f}.dropzone.active{background:#e0f0ff;border-color:#1e3a5f;transform:scale(1.02)}.dropzone.uploading{cursor:not-allowed;opacity:.7}.upload-icon{font-size:4rem;margin-bottom:1rem}.dropzone p{color:#555;font-size:1.2rem;margin-bottom:.5rem}.upload-hint{color:#999!important;font-size:.9rem!important}.upload-status{align-items:center;display:flex;flex-direction:column;gap:1rem}.spinner{animation:spin 1s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#2c5282;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.error-message{background:#fee;border:2px solid #fcc;border-radius:8px;color:#c33;margin-top:1rem;padding:1rem}.files-section{margin-bottom:3rem}.files-section h2{color:#1e3a5f;font-size:1.8rem;margin-bottom:1.5rem}.files-list{display:flex;flex-direction:column;gap:1rem}.file-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:1.5rem;padding:1.5rem;transition:transform .2s,box-shadow .2s}.file-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.file-icon{flex-shrink:0;font-size:3rem}.file-info{flex:1 1}.file-info h3{color:#1e3a5f;font-size:1.1rem;margin-bottom:.5rem}.file-meta{color:#666;font-size:.9rem;margin:.25rem 0}.file-status{flex-shrink:0;text-align:right}.status-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:.5rem;padding:.4rem 1rem}.status-badge.success{background:#d4edda;color:#155724}.status-note{color:#999;font-size:.8rem}.info-section{background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;padding:2rem}.info-section h2{color:#1e3a5f;font-size:1.8rem;margin-bottom:2rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{padding:1.5rem;text-align:center}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1e3a5f;font-size:1.2rem;margin-bottom:.5rem}.feature-card p{color:#666;line-height:1.6}.App-footer{background:#1a2f4a;color:#fff;margin-top:auto;padding:2rem;text-align:center}@media (max-width:768px){.App-header h1{font-size:1.8rem}.subtitle{font-size:1rem}.dropzone{padding:3rem 1rem}.file-card{flex-direction:column}.file-card,.file-status{text-align:center}.features-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.19f56a5a.css.map*/