.assessment-section{display:flex;flex-direction:column;width:100%}.category-header{display:flex;align-items:center;gap:8px;padding:4px 12px;background-color:var(--primary-colours-fog-200, #f5f6f7);border:1px solid var(--primary-colours-fog-400, #dee0e4);width:100%;cursor:pointer;transition:background-color .2s ease}.category-header:hover{background-color:#e8eaed}.category-icon{font-family:"Font Awesome 6 Pro-Regular","Font Awesome 6 Pro-Solid",Arial,Helvetica,sans-serif;font-weight:400;color:var(--UI-colours-text-body, #1a1d23);font-size:16px;white-space:nowrap;width:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.category-icon.expanded{transform:rotate(0)}.category-icon.collapsed{transform:rotate(180deg)}.category-title{flex:1;font-family:Roboto,Helvetica,sans-serif;font-weight:700;color:var(--UI-colours-text-body, #1a1d23);font-size:14px}.category-level{flex:1;font-family:Roboto,Helvetica,sans-serif;font-weight:400;color:var(--UI-colours-text-body, #1a1d23);font-size:14px;text-align:right}.score-badge{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:4px;background-color:var(--colours-grape-1000-pressed, #3b276a);border-radius:50px;min-width:24px}.score-badge-medium{background-color:#f0ad4e}.score-badge-high{background-color:#d9534f}.score-number{width:16px;font-family:Roboto,Helvetica,sans-serif;font-weight:700;color:#fff;font-size:14px;text-align:center}.dimension-details{display:flex;flex-direction:column;width:100%}.detail-item{display:flex;flex-direction:column;gap:10px;padding:8px 12px;width:100%;background-color:var(--UI-colours-text-body-white, #ffffff);border-right:1px solid var(--primary-colours-fog-400, #dee0e4);border-bottom:1px solid var(--primary-colours-fog-400, #dee0e4);border-left:1px solid var(--primary-colours-fog-400, #dee0e4)}.detail-content{display:flex;align-items:center;gap:20px;width:100%}.detail-text{flex:1;font-family:Roboto,Helvetica,sans-serif;font-weight:400;color:var(--UI-colours-text-body, #1a1d23);font-size:14px;line-height:1.5;margin:0}.detail-list>li{font-family:Roboto,Helvetica,sans-serif;font-weight:400;color:var(--UI-colours-text-body, #1a1d23);font-size:14px}.dimension-details{animation:slideDown .3s ease-out;overflow:hidden}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.subsection-group{display:flex;flex-direction:column;width:100%}.subsection-title{padding:10px 12px;background-color:var(--primary-colours-fog-100, #fafbfc);border-right:1px solid var(--primary-colours-fog-400, #dee0e4);border-bottom:1px solid var(--primary-colours-fog-400, #dee0e4);border-left:1px solid var(--primary-colours-fog-400, #dee0e4);font-family:Roboto,Helvetica,sans-serif;font-weight:700!important;color:var(--UI-colours-text-body, #1a1d23);font-size:14px}.subsection-group .detail-item{border-top:none;padding-left:24px}.subsection-group .detail-item:last-child{margin-bottom:0}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1050}.modal-content{background:#fff;border-radius:.3rem;box-shadow:0 .5rem 1rem #00000026;max-width:600px;width:90%;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1rem;border-bottom:1px solid #dee2e6;background-color:#563d7c}.modal-header h3{margin:0;font-size:.95rem;font-weight:500;color:#fff}.btn-close{background:none;border:none;font-size:1.5rem;line-height:1;color:#fff;opacity:.8;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.btn-close:hover{opacity:1}.modal-body{padding:1rem}.form-group-inline{display:flex;align-items:center;gap:.75rem}.form-label{white-space:nowrap;margin-bottom:0;font-weight:500;color:#212529;font-size:.875rem;flex-shrink:0;width:200px}.form-field-wrapper{flex:1;min-width:0}.form-select{display:block;width:100%;padding:.375rem .75rem;font-size:.875rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-select.is-invalid{border-color:#dc3545}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:.875rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-control.is-invalid{border-color:#dc3545}.invalid-feedback{display:none;margin-top:.25rem;font-size:.875rem;color:#dc3545}.invalid-feedback.d-block{display:block}.text-danger{color:#dc3545}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid #dee2e6;background-color:#f8f9fa}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:4px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer}.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{background-color:#0b5ed7;border-color:#0a58ca}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{background-color:#5c636a;border-color:#565e64}.screen_reader_only{height:0;width:0;overflow:hidden;position:fixed;left:-1000px;top:-1000px}
