: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}}.project-card-link{text-decoration:none;color:inherit;display:block}.project-card{transition:transform .2s,box-shadow .2s;cursor:pointer}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0003}.project-action{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.3);text-align:right}.view-details{color:#fff;font-weight:600;font-size:.9rem;opacity:.9}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.projects h3{color:#667eea;font-size:2rem;margin:0}.subjects-container{max-width:1400px;margin:0 auto;padding:2rem}.subjects-header{margin-bottom:2rem}.subjects-header h2{color:#667eea;font-size:2rem;margin-bottom:1rem}.subjects-stats{display:flex;gap:1rem;margin-top:1rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;border-radius:8px;display:flex;flex-direction:column;align-items:center;min-width:120px}.stat-number{font-size:2rem;font-weight:700}.stat-label{font-size:.9rem;opacity:.9}.subjects-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.search-box{flex:1;max-width:500px}.search-input{width:100%;padding:.8rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:#667eea}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.subjects-table-container{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.subjects-table th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.subjects-table tbody tr{border-bottom:1px solid #e2e8f0;cursor:pointer;transition:background-color .2s}.subjects-table tbody tr.selected{background-color:#edf2f7}.project-info{display:flex;flex-direction:column}.project-name{font-weight:500}.project-short{font-size:.85rem;color:#718096}.loading,.error,.no-results{text-align:center;padding:3rem;font-size:1.1rem;color:#718096}.subject-details-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header h3{margin:0;font-size:1.5rem}.modal-body{padding:1.5rem}.detail-row{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid #e2e8f0}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:600;color:#4a5568}.detail-value{color:#2d3748;text-align:right}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:85vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-radius:12px 12px 0 0}.modal-header h3{margin:0;font-size:1.4rem}.close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.close-btn:hover{background-color:#fff3}.modal-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#4a5568;margin-bottom:.5rem;font-size:.95rem}.form-group input[type=text],.form-group input[type=date],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:80px}.form-group small{display:block;color:#a0aec0;font-size:.85rem;margin-top:.25rem}.checkbox-group{margin-bottom:1rem}.checkbox-group label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:400;margin-bottom:0}.checkbox-group input[type=checkbox]{width:20px;height:20px;cursor:pointer}.checkbox-group span{font-weight:600;color:#4a5568}.checkbox-group small{margin-left:2rem;color:#718096}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:2px solid #edf2f7;margin-top:1.5rem}.data-entry-container{max-width:1000px;margin:0 auto;padding:2rem}.data-entry-header{margin-bottom:2rem}.data-entry-header h2{color:#667eea;font-size:2rem;margin-bottom:.5rem}.subtitle{color:#718096;font-size:1rem}.selection-panel{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.selection-group{display:flex;flex-direction:column}.selection-group label{font-weight:600;color:#4a5568;margin-bottom:.5rem;font-size:.9rem}.select-input{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background-color:#fff;cursor:pointer;transition:border-color .2s}.select-input:focus{outline:none;border-color:#667eea}.select-input:disabled{background-color:#f7fafc;cursor:not-allowed;opacity:.6}.message{padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;font-weight:500}.message.success{background-color:#c6f6d5;color:#22543d;border-left:4px solid #48bb78}.message.error{background-color:#fed7d7;color:#742a2a;border-left:4px solid #f56565}.data-entry-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a}.form-header{border-bottom:2px solid #edf2f7;padding-bottom:1rem;margin-bottom:2rem}.form-header h3{color:#2d3748;font-size:1.5rem;margin-bottom:.5rem}.fields-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.field-group{display:flex;flex-direction:column}.field-group label{font-weight:600;color:#4a5568;margin-bottom:.5rem;font-size:.95rem}.required{color:#f56565;margin-left:.25rem}.help-text{color:#a0aec0;font-size:.85rem;margin-bottom:.5rem;font-style:italic}.field-group input[type=text],.field-group input[type=number],.field-group input[type=date],.field-group select{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.field-group input:focus,.field-group select:focus{outline:none;border-color:#667eea}.input-error{border-color:#f56565!important}.field-error{color:#f56565;font-size:.85rem;margin-top:.25rem}.checkbox-wrapper{display:flex;align-items:center;gap:.5rem}.checkbox-wrapper input[type=checkbox]{width:20px;height:20px;cursor:pointer}.checkbox-wrapper label{margin:0;cursor:pointer;font-weight:400}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:2px solid #edf2f7}.btn-secondary{background-color:#fff;color:#4a5568;border:2px solid #e2e8f0;padding:.9rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,border-color .2s}.btn-secondary:hover{background-color:#f7fafc;border-color:#cbd5e0}.empty-state{background:#fff;padding:4rem 2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;text-align:center}.empty-state p{color:#718096;font-size:1.1rem}.project-detail-container{max-width:1400px;margin:0 auto;padding:2rem}.project-header{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.back-btn{background:none;border:none;color:#667eea;font-size:1rem;cursor:pointer;padding:.5rem;margin-bottom:1rem;transition:color .2s}.back-btn:hover{color:#5568d3}.project-info h1{color:#2d3748;font-size:2.5rem;margin-bottom:.5rem}.project-short{color:#718096;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.project-description{color:#4a5568;font-size:1rem;margin-bottom:1rem;line-height:1.6}.project-badges{display:flex;gap:1rem;margin-top:1rem}.badge{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;background-color:#edf2f7;color:#4a5568}.badge.status-planning{background-color:#feebc8;color:#c05621}.badge.status-active{background-color:#c6f6d5;color:#22543d}.badge.status-paused{background-color:#fef5e7;color:#975a16}.badge.status-completed{background-color:#bee3f8;color:#2c5282}.project-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .2s}.stat-card:hover{transform:translateY(-2px)}.stat-icon{font-size:2.5rem}.stat-content{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:700;color:#667eea}.stat-label{color:#718096;font-size:.9rem}.tabs{background:#fff;padding:0 1rem;border-radius:10px 10px 0 0;box-shadow:0 2px 8px #0000001a;display:flex;gap:.5rem}.tab{background:none;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;color:#718096;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s}.tab:hover{color:#667eea;background-color:#667eea0d}.tab.active{color:#667eea;border-bottom-color:#667eea}.tab-content{background:#fff;padding:2rem;border-radius:0 0 10px 10px;box-shadow:0 2px 8px #0000001a;min-height:400px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{color:#2d3748;font-size:1.8rem;margin:0}.subjects-section .subjects-table-container{margin-top:1rem}.forms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.form-card{background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:1.5rem;border-radius:8px;border-left:4px solid #667eea;transition:transform .2s,box-shadow .2s}.form-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.form-card h3{color:#2d3748;font-size:1.3rem;margin-bottom:.5rem}.form-description{color:#4a5568;font-size:.95rem;margin-bottom:1rem;line-height:1.5}.form-meta{display:flex;gap:.5rem;flex-wrap:wrap}.info-section h2{color:#2d3748;font-size:1.8rem;margin-bottom:1.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#f7fafc;border-radius:8px}.info-label{font-weight:600;color:#718096;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.info-value{color:#2d3748;font-size:1.1rem}.empty-state{text-align:center;padding:4rem 2rem;color:#718096}.empty-state p{font-size:1.2rem;margin-bottom:1.5rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-small{background-color:#667eea;color:#fff;border:none;padding:.4rem 1rem;border-radius:6px;font-size:.85rem;cursor:pointer;transition:background-color .2s}.btn-small:hover{background-color:#5568d3}.subjects-table-container{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.subjects-table{width:100%;border-collapse:collapse}.subjects-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.subjects-table th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem}.subjects-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.subjects-table tbody tr:hover{background-color:#f7fafc}.subjects-table td{padding:1rem}.subject-id{color:#667eea;font-weight:600}.status-badge{display:inline-block;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;color:#fff}.consent-yes{color:#48bb78;font-weight:500}.consent-no{color:#f56565;font-weight:500}.loading,.error{text-align:center;padding:3rem;font-size:1.1rem;color:#718096}.error{color:#f56565}.form-designer-container{max-width:1600px;margin:0 auto;padding:2rem}.designer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.designer-header h2{color:#667eea;font-size:2rem;margin:0}.designer-content{display:grid;grid-template-columns:300px 1fr;gap:2rem;min-height:600px}.forms-sidebar{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;height:fit-content}.forms-sidebar h3{color:#2d3748;font-size:1.2rem;margin-bottom:1rem}.empty-sidebar{text-align:center;padding:2rem 1rem;color:#718096}.empty-sidebar p{margin-bottom:1rem}.forms-list{display:flex;flex-direction:column;gap:.75rem}.form-item{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.form-item:hover{border-color:#667eea;background-color:#f7fafc}.form-item.active{border-color:#667eea;background:linear-gradient(135deg,#f0f4ff,#e8eeff)}.form-item-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.form-icon{font-size:1.2rem}.badge-small{font-size:.75rem;padding:.2rem .5rem;background-color:#edf2f7;border-radius:12px;color:#4a5568}.fields-designer{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 2px 8px #0000001a}.designer-subheader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #edf2f7}.designer-subheader h3{color:#2d3748;font-size:1.8rem;margin:0 0 .5rem}.form-description{color:#718096;font-size:.95rem}.empty-fields{text-align:center;padding:4rem 2rem;color:#718096}.empty-fields p{font-size:1.1rem;margin-bottom:1.5rem}.no-form-selected{display:flex;align-items:center;justify-content:center;height:400px;color:#a0aec0;font-size:1.2rem}.fields-list{display:flex;flex-direction:column;gap:1rem}.field-card{background:linear-gradient(135deg,#f7fafc,#edf2f7);border:2px solid #e2e8f0;border-left:4px solid #667eea;border-radius:8px;padding:1.5rem;transition:all .2s}.field-card:hover{border-left-color:#5568d3;box-shadow:0 4px 12px #0000001a;transform:translate(4px)}.field-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.field-info{display:flex;align-items:center;gap:1rem;flex:1}.field-number{background:#667eea;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.field-icon{font-size:1.8rem}.field-title{display:flex;flex-direction:column;gap:.25rem}.field-title strong{color:#2d3748;font-size:1.1rem}.field-variable{color:#718096;font-size:.85rem;font-family:Courier New,monospace}.field-actions{display:flex;gap:.5rem}.btn-icon{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s}.btn-icon:hover{background-color:#667eea1a}.btn-icon.delete:hover{background-color:#f565651a}.field-details{display:flex;gap:.5rem;margin-bottom:.75rem}.field-badge{display:inline-block;padding:.3rem .8rem;border-radius:16px;font-size:.8rem;font-weight:600;background-color:#edf2f7;color:#4a5568}.field-badge.required{background-color:#fed7d7;color:#c53030}.field-badge.identifier{background-color:#fef5e7;color:#c05621}.field-help{color:#4a5568;font-size:.9rem;line-height:1.5;margin:0;font-style:italic}.field-options{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.field-options strong{color:#4a5568;font-size:.9rem;display:block;margin-bottom:.5rem}.options-list{display:flex;flex-wrap:wrap;gap:.5rem}.option-pill{background-color:#fff;border:1px solid #cbd5e0;padding:.3rem .8rem;border-radius:16px;font-size:.85rem;color:#2d3748}.modal-content.large{max-width:800px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.dropdown-builder{background-color:#f7fafc;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.options-input{display:grid;grid-template-columns:1fr 2fr auto;gap:.5rem;margin-bottom:1rem}.options-input input{padding:.6rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.95rem}.options-preview{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto}.option-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:.75rem;border-radius:6px;border:1px solid #e2e8f0}.option-item span{color:#2d3748;font-size:.9rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.9rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background-color:#fff;color:#4a5568;border:2px solid #e2e8f0;padding:.9rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-secondary:hover{background-color:#f7fafc}.loading{text-align:center;padding:3rem;font-size:1.1rem;color:#718096}.error-message{background-color:#fed7d7;color:#742a2a;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #f56565}.matrix-container{padding:20px}.matrix-header{margin-bottom:20px}.matrix-header h2{margin:0 0 10px;color:#2d3748}.matrix-legend{display:flex;gap:20px;margin-bottom:20px;padding:10px;background:#f7fafc;border-radius:8px}.matrix-table-wrapper{overflow-x:auto;margin-bottom:20px}.matrix-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 1px 3px #0000001a}.matrix-table th,.matrix-table td{padding:12px;border:1px solid #e2e8f0;text-align:center}.matrix-table th{background:#667eea;color:#fff;font-weight:600}.visit-header{min-width:120px}.visit-code{font-size:14px;font-weight:700}.visit-name{font-size:12px;margin-top:4px}.visit-day{font-size:11px;opacity:.9;margin-top:2px}.subject-id{font-weight:600;color:#2d3748}.matrix-cell{transition:all .2s}.matrix-cell:hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.cell-icon{font-size:20px;margin-bottom:4px}.cell-count{font-size:12px;color:#4a5568}.matrix-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-top:20px}.stat-box{padding:20px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;text-align:center}.stat-number{font-size:32px;font-weight:700;color:#667eea;margin-bottom:8px}.stat-label{font-size:14px;color:#718096}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:30px;border-radius:12px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}.modal-content h3{margin-top:0;color:#2d3748}.form-list{margin:20px 0}.form-button{width:100%;padding:15px;margin-bottom:10px;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;transition:background .2s}.form-button:hover{background:#5a67d8}.required-badge{margin-left:8px;font-size:14px}.btn-cancel{width:100%;padding:12px;background:#e2e8f0;border:none;border-radius:8px;cursor:pointer;font-size:14px}.btn-cancel:hover{background:#cbd5e0}.matrix-loading,.matrix-empty{text-align:center;padding:40px;color:#718096}
