:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;min-height:100vh}html,body{width:100%;height:100%;margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;background:#f5f7fa;color:#2c3e50}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#2c5aa0;color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.header h1{font-size:1.5rem;font-weight:600}.nav{background:#fff;border-bottom:1px solid #e1e8ed;padding:0 2rem;display:flex;gap:0}.nav-item{padding:1rem 1.5rem;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s;font-weight:500;color:#5a6c7d}.nav-item:hover{background:#f8f9fa}.nav-item.active{color:#2c5aa0;border-bottom-color:#2c5aa0}.container{max-width:1200px;margin:2rem auto;padding:0 2rem 4rem;min-height:calc(100vh - 200px)}.view h2{margin-bottom:1.5rem;color:#2c3e50}.upload-box{background:#fff;border:2px dashed #c5d1de;border-radius:8px;padding:4rem 2rem;text-align:center;cursor:pointer;transition:all .2s;display:block}.upload-box:hover{border-color:#2c5aa0;background:#f8f9fa}.upload-text{color:#5a6c7d;font-size:1.1rem;margin-top:1rem;margin-bottom:.5rem}.upload-subtext{color:#9aa5b1;font-size:.9rem}.table-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;max-height:600px;overflow-y:auto}table{width:100%;border-collapse:collapse}thead{background:#f8f9fa}th{text-align:left;padding:1rem;font-weight:600;color:#5a6c7d;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e1e8ed}td{padding:1rem;border-bottom:1px solid #e1e8ed}tbody tr:hover{background:#f8f9fa}.status{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.status.processing{background:#fff3e0;color:#f57c00}.status.completed{background:#e8f5e9;color:#388e3c}.btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex;align-items:center}.btn-primary{background:#2c5aa0;color:#fff}.btn-primary:hover{background:#234780}.btn-secondary{background:#fff;color:#2c5aa0;border:1px solid #2c5aa0}.btn-secondary:hover{background:#f0f4f8}.detail-header{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.detail-header h2{color:#2c3e50;margin-bottom:1rem}.detail-info{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:1.5rem}.detail-info-item label{display:block;color:#5a6c7d;font-size:.85rem;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.detail-info-item div{color:#2c3e50;font-size:1.1rem;font-weight:500}.back-link{color:#2c5aa0;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:500}.back-link:hover{text-decoration:underline}.category-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.empty-state{text-align:center;padding:4rem 2rem;color:#9aa5b1}.empty-state svg{color:#c5d1de;margin-bottom:1rem}
