: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-content{display:flex;justify-content:space-between;align-items:center}.header h1{font-size:1.5rem;font-weight:600}.header-right{display:flex;align-items:center;gap:1rem}.header-username{font-size:.9rem;opacity:.9}.btn-logout{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .2s}.btn-logout:hover{background:#ffffff40}.nav{background:#fff;border-bottom:1px solid #e1e8ed;padding:0 2rem;display:flex;gap:0}.nav-item{padding:1rem 1.5rem;cursor:pointer;border:none;border-bottom:3px solid transparent;background:none;transition:all .2s;font-weight:500;font-size:inherit;font-family:inherit;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;background:none;border:none;font-size:inherit;font-family:inherit;padding:0}.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}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f7fa}.auth-card{background:#fff;border-radius:8px;padding:2.5rem;box-shadow:0 2px 8px #0000001a;width:100%;max-width:400px}.auth-title{color:#2c5aa0;font-size:1.5rem;text-align:center;margin-bottom:.25rem}.auth-subtitle{color:#5a6c7d;font-size:1rem;font-weight:400;text-align:center;margin-bottom:1.5rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-input{padding:.75rem 1rem;border:1px solid #e1e8ed;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .2s}.auth-input:focus{outline:none;border-color:#2c5aa0}.auth-btn{width:100%;padding:.75rem;font-size:1rem;justify-content:center}.auth-btn:disabled{opacity:.7;cursor:not-allowed}.auth-error{background:#fdecea;color:#c62828;padding:.75rem 1rem;border-radius:4px;font-size:.9rem}.auth-switch{text-align:center;margin-top:1.5rem;color:#5a6c7d;font-size:.9rem}.auth-link{color:#2c5aa0;background:none;border:none;cursor:pointer;font-size:.9rem;font-family:inherit;font-weight:500;text-decoration:underline}.auth-link:hover{color:#234780}.loading-spinner{width:40px;height:40px;border:3px solid #e1e8ed;border-top-color:#2c5aa0;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.bg-blue-100{background:#dbeafe}.text-blue-700{color:#1d4ed8}.bg-purple-100{background:#f3e8ff}.text-purple-700{color:#7e22ce}.bg-green-100{background:#dcfce7}.text-green-700{color:#15803d}.bg-orange-100{background:#fff7ed}.text-orange-700{color:#c2410c}.bg-gray-100{background:#f3f4f6}.text-gray-700{color:#374151}
