body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.login-form{background:#fff;border-radius:10px;box-shadow:0 10px 30px #0003;max-width:400px;padding:2rem;width:100%}.login-form h2{color:#333;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1rem}.form-group label{color:#555;display:block;font-weight:700;margin-bottom:.5rem}.form-group input{border:1px solid #ddd;border-radius:5px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33;outline:none}.login-button{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem;transition:background .3s;width:100%}.login-button:hover:not(:disabled){background:#5a6fd8}.login-button:disabled{background:#ccc;cursor:not-allowed}.error-message{background:#fdf2f2;border:1px solid #fbb;border-radius:5px;color:#e74c3c;margin-bottom:1rem;padding:.5rem;text-align:center}.demo-accounts{border-top:1px solid #eee;color:#666;font-size:.9rem;margin-top:1.5rem;padding-top:1rem}.demo-accounts p{margin:.25rem 0}.account-list{margin-top:.5rem}.account-group{background:#f8f9fa;border-left:3px solid #667eea;border-radius:5px;margin-bottom:1rem;padding:.75rem}.account-group:last-child{margin-bottom:0}.admin-panel{background:#f5f5f5;min-height:100vh}.admin-header{align-items:center;background:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.upload-section h2{margin-bottom:3px}.admin-header h1{margin:0}.admin-info{align-items:center;display:flex;gap:1rem}.admin-content{margin:0 auto;max-width:1200px;padding:2rem}.upload-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.upload-section h2{color:#2c3e50;margin-top:0}.upload-section input[type=file]{background:#f8f9fa;border:2px dashed #bdc3c7;border-radius:5px;padding:.5rem;width:100%}.documents-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.documents-section h2{color:#2c3e50;margin-top:0}.documents-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.document-item{background:#f8f9fa;border:1px solid #ddd;border-radius:5px;cursor:pointer;padding:1rem;transition:all .3s}.document-item:hover{border-color:#3498db;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.document-item.selected{background:#e3f2fd;border-color:#2980b9}.document-item h3{color:#2c3e50;margin:0 0 .5rem}.document-item p{color:#555;font-size:.9rem;margin:.25rem 0}.document-editor{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.document-editor h2{border-bottom:2px solid #3498db;color:#2c3e50;margin-top:0;padding-bottom:.5rem}.document-content h3{color:#2c3e50;margin-bottom:1rem}.selection-instruction{background:#fff3cd;border:1px solid #ffeaa7;border-radius:5px;color:#856404;margin-bottom:1rem;padding:1rem}.add-field-button{background:#27ae60;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;margin-bottom:1rem;padding:.75rem 1.5rem;transition:background .3s}.add-field-button:hover{background:#229954}.document-preview{background:#fff;border:1px solid #ddd;border-radius:5px;margin-bottom:2rem;max-height:400px;overflow-y:auto;padding:1rem;-webkit-user-select:text;user-select:text}.fields-section{margin:2rem 0}.fields-section h3{color:#2c3e50;margin-bottom:1rem}.fields-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.field-item{background:#f8f9fa;border:1px solid #ddd;border-radius:5px;padding:1rem}.field-item strong{color:#2c3e50;display:block;margin-bottom:.5rem}.field-item p{color:#555;font-size:.9rem;margin:.25rem 0}.users-section{margin:2rem 0}.users-section h3{color:#2c3e50;margin-bottom:1rem}.users-list{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:1rem}.user-checkbox{align-items:center;background:#f8f9fa;border-radius:5px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:background .3s}.user-checkbox:hover{background:#e9ecef}.user-checkbox input[type=checkbox]{margin:0}.send-button{background:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:background .3s}.send-button:hover{background:#2980b9}.completed-documents-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:2rem;padding:1.5rem}.completed-documents-section h2{border-bottom:2px solid #27ae60;color:#2c3e50;margin-top:0;padding-bottom:.5rem}.completed-documents-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:1rem}.completed-document-item{background:#f8f9fa;border:1px solid #e9ecef;border-left:4px solid #27ae60;border-radius:5px;padding:1rem;transition:transform .3s,box-shadow .3s}.completed-document-item:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.completed-document-item h3{color:#2c3e50;font-size:1.1rem;margin:0 0 .5rem}.completed-document-item p{color:#555;font-size:.9rem;margin:.25rem 0}.field-values{border-top:1px solid #dee2e6;margin-top:1rem;padding-top:1rem}.field-value-item{background:#fff;border:1px solid #e9ecef;border-radius:3px;font-size:.9rem;margin:.25rem 0;padding:.5rem}.field-value-item strong{color:#27ae60;margin-right:.5rem}.user-panel{background:#f5f5f5;min-height:100vh}.user-header{align-items:center;background:#27ae60;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.user-header h1{margin:0}.user-info{align-items:center;display:flex;gap:1rem}.logout-button{background:#e74c3c;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background .3s}.logout-button:hover{background:#c0392b}.user-content{margin:0 auto;max-width:1000px;padding:2rem}.assignments-section h2{color:#2c3e50;margin-bottom:1.5rem}.assignments-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.assignment-item{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;transition:transform .3s,box-shadow .3s}.assignment-item:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.assignment-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.assignment-header h3{color:#2c3e50;font-size:1.1rem;margin:0}.status-badge{border-radius:15px;color:#fff;font-size:.8rem;font-weight:700;padding:.25rem .75rem;text-transform:uppercase}.assignment-details{margin-bottom:1rem}.assignment-details p{color:#555;font-size:.9rem;margin:.5rem 0}.edit-button{background:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:.75rem 1.5rem;transition:background .3s;width:100%}.edit-button:hover{background:#2980b9}.no-assignments{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:3rem;text-align:center}.no-assignments p{color:#7f8c8d;font-size:1.1rem}.document-form{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.form-header{align-items:center;background:#34495e;color:#fff;display:flex;justify-content:space-between;padding:1.5rem}.form-header h2{margin:0}.back-button{background:#95a5a6;border-radius:5px;padding:.5rem 1rem}.back-button:hover{background:#7f8c8d}.form-content{padding:2rem}.form-description{background:#e8f5e8;border:1px solid #c3e6c3;border-radius:5px;color:#2d5a2d;margin-bottom:2rem;padding:1rem}.fields-form{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-bottom:2rem}.form-field{display:flex;flex-direction:column}.form-field label{color:#2c3e50;font-weight:700;margin-bottom:.5rem}.form-field input{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.75rem;transition:border-color .3s}.form-field input:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.save-button{background:#f39c12;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:.75rem 1.5rem;transition:background .3s}.save-button:hover{background:#e67e22}.submit-button{background:#27ae60;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:.75rem 1.5rem;transition:background .3s}.submit-button:hover{background:#229954}@media (max-width:768px){.assignments-list{grid-template-columns:1fr}.form-header{align-items:flex-start;gap:1rem}.form-actions,.form-header{flex-direction:column}.save-button,.submit-button{width:100%}}.user-profile-container{margin:40px auto;max-width:800px;padding:20px}.user-profile-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:30px}.user-profile-card h2{color:#333;margin-bottom:30px;text-align:center}.profile-section{background:#f9f9f9;border-radius:6px;margin-bottom:30px;padding:20px}.profile-section h3{border-bottom:2px solid #667eea;color:#555;font-size:1.1rem;margin-bottom:15px;padding-bottom:8px}.profile-field{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:12px 0}.profile-field:last-child{border-bottom:none}.profile-field label{color:#666;font-weight:600;min-width:180px}.profile-field span{color:#333;flex:1 1;text-align:right}.role-badge{border-radius:20px;display:inline-block;font-size:.9rem;font-weight:600;padding:6px 12px}.role-badge.admin{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.role-badge.user{background:#e0e7ff;color:#4c51bf}.section-badge{background:#e6fffa;border-radius:4px;color:#047857;display:inline-block;font-weight:600;padding:6px 12px}.status-yes{color:#059669;font-weight:600}.status-no{color:#dc2626;font-weight:600}.profile-actions{margin-top:30px;text-align:center}.back-button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 30px;transition:background .3s}.back-button:hover{background:#5a67d8}*{box-sizing:border-box;margin:0;padding:0}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}.App{min-height:100vh}button,input,select,textarea{font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}
/*# sourceMappingURL=main.e936bb3e.css.map*/