*{box-sizing:border-box;margin:0;padding:0}.app{max-width:1000px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333;background:#f5f5f5;min-height:100vh}header{text-align:center;margin-bottom:2rem}header h1{font-size:2rem;color:#1a1a1a;margin-bottom:.5rem}header p{color:#666;font-size:1rem}header>div{width:100%}main{display:flex;flex-direction:column;gap:1.5rem}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.card h2{font-size:1.25rem;margin-bottom:1rem;color:#1a1a1a}.file-input-wrapper,.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#4a90e2}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.file-input{display:block;border:2px dashed #ccc;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s}.file-input:hover{border-color:#4a90e2;background:#f0f7ff}.file-input input[type=file]{display:none}.file-input span{color:#4a90e2;font-weight:500}.file-list{margin:1rem 0;padding:1rem;background:#f9f9f9;border-radius:4px}.file-count{font-weight:500;margin-bottom:.5rem}.file-list ul{list-style:none;margin-left:1rem}.file-list li{padding:.25rem 0;color:#666;font-size:.9rem}.actions{display:flex;gap:1rem;margin-top:1rem}button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}button:disabled{opacity:.6;cursor:not-allowed}button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 2px 4px #0003}button[type=submit]{background:#4a90e2;color:#fff}button.secondary{background:#e0e0e0;color:#333}.download-btn{width:100%;background:#28a745;color:#fff;margin-top:1rem;font-size:1.1rem;padding:1rem}.error-message{margin-top:1rem;padding:.75rem;background:#fee;border:1px solid #fcc;border-radius:4px;color:#c33}.job-info{display:flex;flex-direction:column;gap:1rem}.job-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #eee}.label{font-size:.85rem;color:#666;margin-right:.5rem}code{font-family:Courier New,monospace;font-size:.85rem;background:#f5f5f5;padding:.25rem .5rem;border-radius:4px}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;text-transform:uppercase}.status-pending{background:#fff3cd;color:#856404}.status-processing{background:#d1ecf1;color:#0c5460}.status-done,.status-completed{background:#d4edda;color:#155724}.status-failed{background:#f8d7da;color:#721c24}.progress-section{margin:1rem 0}.progress-bar{width:100%;height:24px;background:#e0e0e0;border-radius:12px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#4a90e2,#5ba3f5);transition:width .3s ease}.progress-text{text-align:center;color:#666;font-size:.9rem}.type-count{padding:.5rem;background:#f9f9f9;border-radius:4px;margin:.25rem 0}.documents-list{margin-top:1rem}.documents-list h3{font-size:1rem;margin-bottom:.5rem;color:#333}.documents-list ul{list-style:none}.document-item{padding:.75rem;border:1px solid #eee;border-radius:4px;margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.document-item>div{flex:1;min-width:200px}.document-item strong{display:block;margin-bottom:.25rem}.doc-type{font-size:.85rem;color:#666}.doc-status{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.doc-error{width:100%;margin-top:.5rem;padding:.5rem;background:#fee;border-radius:4px;color:#c33;font-size:.85rem}@media(max-width:768px){.app{padding:1rem}.job-header{flex-direction:column;align-items:flex-start;gap:.5rem}.actions{flex-direction:column}button{width:100%}}body{margin:0;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}#root{min-height:100vh}
