@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Russo+One&display=swap);body{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{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#bfd8f8f7;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{min-height:100vh}.login-container{align-items:center;background:linear-gradient(135deg,#f3f4ee,#e4e8ec,#6b76b1);display:flex;justify-content:center;min-height:100vh;padding:8%}.login-card{background:#fff;border-radius:20px;box-shadow:0 5px 15px #0000001a;flex:1 1;max-height:1000px;max-width:500px;padding:5rem}.login-title{color:#0a419b;font-family:Russo One,sans-serif;font-size:24px;font-weight:550;margin-bottom:20px;text-transform:uppercase}.login-subtitle{color:#64748b;font-size:16px;margin-bottom:10px}.form-group{margin-bottom:20px}.form-label{color:#2b323e;display:block;font-size:13px;font-weight:500;margin-bottom:8px}.form-input{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:16px;padding:12px 16px;transition:all .2s;width:100%}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:8px;font-size:16px;font-weight:600;margin-top:8px;padding:12px 24px;transition:all .2s;width:100%}.btn-primary:hover{box-shadow:0 10px 20px -5px #3b82f64d;transform:translateY(-1px)}.btn-primary:disabled{background:#9ca3af;box-shadow:none;transform:none}.error-message{background-color:#fee2e2;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:20px;padding:12px}.layout-container{display:flex;min-height:100vh}.sidebar{background:linear-gradient(180deg,#1e293b,#334155);color:#fff;height:100vh;overflow-y:auto;padding:24px 0;position:fixed;width:280px}.sidebar-header{border-bottom:1px solid #475569;padding:0 24px 32px}.sidebar-title{color:#fff;font-size:20px;font-weight:700}.sidebar-subtitle{color:#94a3b8;font-size:14px;margin-top:4px}.sidebar-nav{padding:24px 0}.nav-item{align-items:center;border-left:3px solid #0000;color:#cbd5e1;display:flex;padding:12px 24px;text-decoration:none;transition:all .2s}.nav-item.active,.nav-item:hover{background-color:#3b82f61a;border-left-color:#3b82f6;color:#fff}.nav-icon{height:20px;margin-right:12px;width:20px}.sidebar-footer{border-top:1px solid #475569;margin-top:auto;padding:24px}.user-info{margin-bottom:16px}.user-avatar,.user-info{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;font-weight:600;height:40px;justify-content:center;margin-right:12px;width:40px}.user-details h4{color:#fff;font-size:14px;font-weight:600}.user-details p{color:#94a3b8;font-size:12px;text-transform:capitalize}.btn-logout{background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;color:#ef4444;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s;width:100%}.btn-logout:hover{background:#ef444433}.main-content{background-color:#f8fafc;flex:1 1;margin-left:280px;padding:32px}.page-header{margin-bottom:32px}.page-title{color:#1e293b;font-size:32px;font-weight:700;margin-bottom:8px}.page-subtitle{color:#64748b;font-size:16px}.dashboard-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:32px}.stats-card{background:#fff;border-left:4px solid #3b82f6;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;padding:24px}.stats-number{color:#1e293b;font-size:32px;font-weight:700;margin-bottom:4px}.stats-label{color:#64748b;font-size:14px;font-weight:500}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;overflow:hidden}.card-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:20px 24px}.card-title{color:#1e293b;font-size:18px;font-weight:600}.card-content{padding:24px}.status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:500;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.status-complete{background:#dcfce7;color:#166534}.status-incomplete{background:#fef3c7;color:#92400e}.status-invalid{background:#fee2e2;color:#dc2626}.status-pending{background:#e0e7ff;color:#3730a3}.progress-bar{background-color:#e2e8f0;border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#3b82f6,#1d4ed8);height:100%;transition:width .3s ease}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .2s}.btn-secondary{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.btn-secondary:hover{background:#e2e8f0}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-success:hover{box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.upload-area{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;padding:48px 24px;text-align:center;transition:all .2s}.upload-area:hover{background:#f0f9ff;border-color:#3b82f6}.upload-area.dragover{background:#dbeafe;border-color:#3b82f6}.upload-icon{color:#94a3b8;height:48px;margin:0 auto 16px;width:48px}.upload-text{color:#374151;font-size:16px;font-weight:500;margin-bottom:8px}.upload-subtext{color:#6b7280;font-size:14px}.table{border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.table th{background:#f8fafc;color:#374151;font-size:14px;font-weight:600}.table td{color:#6b7280;font-size:14px}@media (max-width:768px){.sidebar{height:auto;position:relative;width:100%}.main-content{margin-left:0;padding:16px}.dashboard-grid{grid-template-columns:1fr}.page-title{font-size:24px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out}.spinner{animation:spin 1s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sentiment-positive{background:#ecfdf5;color:#059669}.sentiment-negative,.sentiment-positive{border-radius:4px;font-size:12px;font-weight:500;padding:2px 8px}.sentiment-negative{background:#fef2f2;color:#dc2626}.sentiment-neutral{background:#f9fafb;border-radius:4px;color:#6b7280;font-size:12px;font-weight:500;padding:2px 8px}.login-animation{align-items:center;display:flex;flex:1 1;justify-content:center}.login-lottie{height:600px;max-width:100%;width:600px}.add-material-btn{align-items:center;background:#2563eb;border:none;border-radius:999px;box-shadow:0 8px 16px #2563eb40;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;padding:10px 14px;transition:transform .08s ease,box-shadow .08s ease,background-color .1s ease}.add-material-btn:hover:not(:disabled){background:#1d4ed8;box-shadow:0 10px 18px #2563eb4d;transform:translateY(-1px)}.add-material-btn:disabled{cursor:not-allowed;opacity:.5}.material-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 12px #0f172a0f;overflow:hidden}.material-header{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:14px 16px;width:100%}.material-header:hover{background:#f9fafb}.material-title{color:#0f172a;font-size:15px;font-weight:600}.material-description{color:#64748b;font-size:13px;margin-top:2px}.material-meta{color:#94a3b8;font-size:12px;margin-top:4px}.material-body{border-top:1px solid #e2e8f0;padding:10px 16px 12px}.material-empty{color:#94a3b8;font-size:13px}.material-file-row{align-items:center;color:#0f172a;display:flex;font-size:13px;justify-content:space-between;padding:6px 0}.file-action-link{color:#2563eb;font-size:12px;text-decoration:none}.file-action-link:hover{text-decoration:underline}.material-panel-backdrop{background:#0f172a59;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:40}.material-panel{background:#fff;box-shadow:-4px 0 20px #0f172a2e;display:flex;flex-direction:column;height:100%;max-width:100%;padding:20px 22px 16px;width:420px}.material-panel-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-bottom:10px}.material-panel-header h2{color:#0f172a;font-size:18px;font-weight:600}.material-panel-header p{color:#6b7280;font-size:13px}.material-panel-body{flex:1 1;overflow-y:auto;padding-top:14px}.material-panel-footer{border-top:1px solid #e5e7eb;display:flex;gap:8px;justify-content:flex-end;padding-top:10px}.icon-button{background:#0000;border:none;border-radius:999px;color:#64748b;cursor:pointer;padding:6px}.icon-button:hover{background:#f3f4f6;color:#111827}.field-label{color:#0f172a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.form-textarea{border:1px solid #e2e8f0;border-radius:10px;font-size:14px;padding:8px 10px;resize:vertical;width:100%}.form-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33;outline:none}.material-dropzone{background:#f9fafb;border:2px dashed #cbd5f5;border-radius:14px;margin-top:4px;padding:18px 12px;text-align:center;transition:background-color .1s ease,border-color .1s ease}.material-dropzone-active{background:#eff6ff;border-color:#2563eb}.browse-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:999px;color:#111827;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;justify-content:center;padding:6px 14px}.browse-button:hover{background:#f3f4f6}.material-selected-files{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-top:10px;padding:8px 10px}.material-selected-file-row{align-items:center;display:flex;justify-content:space-between;padding:4px 0}.file-remove-btn{background:#0000;border:none;color:#ef4444;cursor:pointer;font-size:12px}.file-remove-btn:hover{text-decoration:underline}.btn-primary{background:#2563eb;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:7px 16px}.btn-primary:disabled{cursor:not-allowed;opacity:.7}.btn-ghost{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#111827;cursor:pointer;font-size:14px;padding:7px 16px}.btn-ghost:hover{background:#f9fafb}
/*# sourceMappingURL=main.369e7571.css.map*/