:root{font-family:var(--font-body);color:var(--color-text);background:var(--color-background);font-size:18px}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button{min-height:48px}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:4px solid var(--color-secondary,#009ee3);outline-offset:3px}.app-shell{background:linear-gradient(180deg, #004a6f0d, transparent 260px), var(--color-background);min-height:100vh}.site-header{background:var(--color-surface);border-top:8px solid var(--color-primary);border-bottom:1px solid var(--color-border);align-items:center;gap:clamp(1rem,3vw,2rem);padding:1.25rem clamp(1rem,4vw,3rem);display:flex}.brand-logo{flex:none;align-items:center;gap:1rem;min-width:150px;display:flex}.official-logo{width:clamp(100px,18vw,120px);height:auto;display:block}.brand-acronym{width:56px;height:auto;display:block}.logo-fallback{width:142px;min-height:96px;color:var(--color-primary);border:1px solid var(--color-border);letter-spacing:.045em;line-height:1;font-family:var(--font-heading);background:#fff;gap:.05rem;padding:.8rem;display:grid}.logo-fallback span,.logo-fallback strong{display:block}.logo-fallback strong{font-weight:800}.site-title{flex:1;min-width:0}.site-title p{color:var(--color-primary);font-family:var(--font-heading);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.92rem;font-weight:700}.site-title span{color:var(--color-muted);margin:0}.site-title h1{font-family:var(--font-heading);color:var(--color-primary);margin:.2rem 0;font-size:clamp(1.45rem,3vw,2.25rem);font-weight:400;line-height:1.1}.language-switcher{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.language-switcher button{border:1px solid var(--color-border);background:var(--color-surface);width:46px;min-width:46px;height:46px;min-height:46px;color:var(--color-primary);cursor:pointer;border-radius:999px;place-items:center;padding:0;display:grid}.language-switcher button.active{background:var(--color-primary-soft);border-color:var(--color-primary);box-shadow:inset 0 0 0 2px var(--color-primary)}.language-flag{font-size:1.35rem;line-height:1}.main-layout{grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:1.5rem;max-width:1440px;margin:0 auto;padding:clamp(1rem,4vw,3rem);display:grid}.step-panel,.content-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:24px;box-shadow:0 12px 30px #17212b14}.step-panel{align-self:start;padding:1rem}.progress-block{background:var(--color-primary-soft);border-radius:18px;margin-bottom:1rem;padding:.75rem}.progress-row{justify-content:space-between;gap:1rem;margin-bottom:.75rem;display:flex}.progress-row span{color:var(--color-muted)}.progress-track{background:#fff;border-radius:999px;height:12px;overflow:hidden}.progress-fill{border-radius:inherit;background:var(--color-primary);height:100%;transition:width .18s}.step-list{margin:0;padding:0;list-style:none}.step-list li+li{margin-top:.4rem}.step{width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:16px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.step:hover{background:var(--color-primary-soft)}.step.active{background:var(--color-primary);color:#fff}.step-code{width:42px;min-width:42px;height:42px;color:var(--color-primary-dark);background:#fffc;border-radius:12px;place-items:center;font-weight:800;display:grid}.step.active .step-code{background:#fff}.step-title{font-weight:700;line-height:1.25}.content-card{padding:clamp(1.25rem,4vw,3rem)}.content-card h2{font-family:var(--font-heading);color:var(--color-primary);margin:0;font-size:clamp(1.8rem,4vw,3rem);font-weight:400;line-height:1.1}.lead-text{max-width:760px;color:var(--color-muted);margin:1rem 0 1.5rem;font-size:1.1rem;line-height:1.6}.placeholder-box{border:2px dashed var(--color-border);background:#fbfdfe;border-radius:18px;padding:1.25rem}.placeholder-box h3{color:var(--color-primary-dark);margin-top:0}.placeholder-box p{margin-bottom:0;line-height:1.6}.button-row{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.primary-button,.secondary-button{cursor:pointer;border-radius:14px;padding:.8rem 1.2rem;font-weight:800}.primary-button{border:1px solid var(--color-primary);background:var(--color-primary);color:#fff}.primary-button:hover:not(:disabled){background:var(--color-primary-dark)}.secondary-button:hover:not(:disabled),.step:hover{border-color:var(--color-secondary,#009ee3)}.secondary-button{border:1px solid var(--color-border);color:var(--color-primary-dark);background:#fff}.primary-button:disabled,.secondary-button:disabled{opacity:.45;cursor:not-allowed}@media (width<=900px){.site-header{flex-direction:column;align-items:flex-start}.main-layout{grid-template-columns:1fr}.step-panel{position:static}.step-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.4rem;display:grid}.step-list li+li{margin-top:0}}@media (width<=560px){:root{font-size:17px}.brand-mark{width:64px;height:64px}.button-row{flex-direction:column-reverse}.primary-button,.secondary-button{width:100%}}.form-shell{margin-top:1.5rem}.form-group{border:1px solid var(--color-border);background:#fbfdfe;border-radius:20px;padding:1.25rem}.form-group+.form-group{margin-top:1rem}.form-group h3{color:var(--color-primary);font-family:var(--font-heading);margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.group-description{color:var(--color-muted);margin:0 0 1rem;line-height:1.5}.field-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;display:grid}.form-field{flex-direction:column;gap:.45rem;min-width:0;display:flex}.form-field.full{grid-column:span 6}.form-field.half{grid-column:span 3}.form-field.third{grid-column:span 2}.field-label,legend{font-family:var(--font-subheading,var(--font-heading));color:var(--color-textStrong,var(--color-text));font-weight:700}.field-help{color:var(--color-muted);margin:0;font-size:.95rem;line-height:1.4}.form-field input,.form-field textarea{border:1px solid var(--color-border);width:100%;color:var(--color-text);background:#fff;border-radius:14px;padding:.85rem .9rem}.form-field textarea{resize:vertical;min-height:96px}fieldset.form-field{border:0;margin:0;padding:0}.choice-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.6rem;display:grid}.choice{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:14px;align-items:center;gap:.65rem;min-height:52px;padding:.75rem;display:flex}.choice.active{border-color:var(--color-primary);background:var(--color-primary-soft)}.choice input{width:22px;height:22px;accent-color:var(--color-primary)}.choice span{font-weight:700}.choice small{color:var(--color-muted);display:block}.info-box{background:var(--color-primary-soft);color:var(--color-primary-dark);border-radius:14px;padding:.9rem 1rem;font-weight:700;line-height:1.5}@media (width<=720px){.field-grid{grid-template-columns:1fr}.form-field.full,.form-field.half,.form-field.third{grid-column:span 1}}.joint-map{border:1px solid var(--color-border);background:#fff;border-radius:18px;padding:1rem}.joint-map-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.35rem;display:flex}.joint-map-header h4{color:var(--color-primary);font-family:var(--font-heading);margin:0;font-size:1.05rem}.joint-map-header button{border:1px solid var(--color-border);min-height:38px;color:var(--color-primary);cursor:pointer;background:#fff;border-radius:999px;padding:.35rem .75rem;font-weight:700}.joint-map-help{color:var(--color-muted);margin:0 0 .75rem;font-size:.95rem;line-height:1.4}.joint-mannequin{color:#111;background:#fff;width:100%;max-width:520px;margin:0 auto;display:block}.mannequin-side-label{fill:currentColor;font-size:28px;font-weight:800}.joint-node{cursor:pointer}.joint-node:hover circle:nth-of-type(2),.joint-node:focus circle:nth-of-type(2){stroke:var(--color-secondary);stroke-width:4px}.joint-node:focus{outline:none}@media (width<=720px){.joint-mannequin{max-width:360px}.mannequin-side-label{font-size:24px}}.joint-svg-container .joint-hotspot{cursor:pointer}.joint-svg-container .joint-hotspot:focus,.joint-svg-container .joint-hotspot:hover,.joint-svg-container .joint-hotspot:hover *{stroke:var(--color-secondary)!important;stroke-width:4px!important}.joint-svg-container{width:100%;max-width:520px;margin:0 auto}.joint-svg-container svg{width:100%;height:auto;display:block}.joint-svg-container svg *{pointer-events:none!important}.joint-svg-container .joint-hotspot,.joint-svg-container .joint-hotspot *{cursor:pointer;pointer-events:all!important}.joint-svg-container .joint-hotspot.is-selected,.joint-svg-container .joint-hotspot.is-selected *{fill:var(--color-secondary-soft)!important;stroke:var(--color-primary)!important;stroke-width:4px!important}.joint-svg-container .joint-hotspot:hover,.joint-svg-container .joint-hotspot:hover *,.joint-svg-container .joint-hotspot:focus,.joint-svg-container .joint-hotspot:focus *{stroke:var(--color-secondary)!important;stroke-width:4px!important}.joint-svg-container .joint-hotspot:focus{outline:none}.slider-field{gap:.65rem}.slider-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.slider-value{background:var(--color-primary-soft);color:var(--color-primary);font-family:var(--font-subheading,var(--font-heading));border-radius:999px;flex:none;padding:.35rem .75rem;font-size:.95rem}.slider-field input[type=range]{width:100%;min-height:44px;accent-color:var(--color-primary);cursor:pointer}.slider-edge-labels{color:var(--color-muted);justify-content:space-between;gap:1rem;font-size:.9rem;display:flex}.slider-marks{color:var(--color-muted);justify-content:space-between;gap:.35rem;font-size:.8rem;line-height:1.2;display:flex}.joint-map-placeholder{border:1px dashed var(--color-border);background:#fff;border-radius:16px;padding:1rem}.joint-map-placeholder p{color:var(--color-muted);margin:.5rem 0 0}.medication-table-field{gap:.75rem}.medication-table-scroll{border:1px solid var(--color-border);background:var(--color-surface);border-radius:16px;width:100%;overflow-x:auto}.medication-table{border-collapse:collapse;width:100%;min-width:920px}.medication-table th,.medication-table td{border:1px solid var(--color-border);text-align:left;vertical-align:top;padding:.45rem}.medication-table thead th{background:var(--color-primary-soft);color:var(--color-primary-dark);font-weight:800}.medication-table-row-number{text-align:center;width:3rem;color:var(--color-muted)}.medication-table input{border:1px solid var(--color-border);width:100%;min-height:42px;font:inherit;background:#fff;border-radius:10px;padding:.45rem .55rem}.upload-lines{gap:1rem;width:100%;min-width:0;display:grid}.upload-lines-header{border:1px solid var(--color-border);background:var(--color-surface);box-sizing:border-box;border-radius:20px;justify-content:space-between;align-items:center;gap:1.25rem;width:100%;min-width:0;padding:1.25rem;display:flex}.upload-lines-header h3{margin:0 0 .35rem}.upload-lines-header .group-description{margin:0}.upload-entry-list{gap:.85rem;display:grid}.upload-entry{border:1px solid var(--color-border);background:var(--color-surface);box-sizing:border-box;border-radius:18px;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr) max-content;grid-template-areas:"file upload clear""type comment clear""error error clear";align-items:stretch;gap:.85rem;width:100%;min-width:0;padding:1rem;display:grid}.upload-file-area{border:1px dashed var(--color-border);background:var(--color-surface-soft);box-sizing:border-box;border-radius:14px;grid-area:file;gap:.45rem;min-width:0;padding:.85rem;display:grid}.upload-file-area.active{border-color:var(--color-primary);background:var(--color-primary-soft)}.upload-file-input{display:none}.upload-file-preview{gap:.15rem;min-width:0;display:grid}.upload-file-preview strong,.upload-file-preview span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-file-preview span{color:var(--color-muted);font-size:.9rem}.upload-file-button-area{grid-area:upload;gap:.45rem;min-width:0;display:grid}.upload-file-button{width:100%;min-height:52px}.upload-clear-area{grid-area:clear;justify-content:flex-end;align-items:stretch;display:flex}.upload-clear-button{white-space:nowrap;width:max-content;min-width:9rem;height:100%}.upload-type-area{grid-area:type;grid-template-columns:1fr;gap:.75rem;min-width:0;display:grid}.upload-comment-area{grid-area:comment;min-width:0}.upload-field{gap:.45rem;min-width:0;display:grid}.upload-field input,.upload-field select{border:1px solid var(--color-border);width:100%;min-width:0;min-height:52px;font:inherit;box-sizing:border-box;background:#fff;border-radius:12px;padding:.65rem .8rem}.upload-line-error{border:1px solid var(--color-warning);background:var(--color-warning-soft);color:var(--color-text-strong);border-radius:12px;grid-area:error;margin:0;padding:.65rem .85rem}.upload-accepted-types{color:var(--color-muted);margin:0;font-size:.9rem}@media (width<=1050px){.upload-entry{grid-template-columns:minmax(0,1fr) max-content;grid-template-areas:"file clear""upload clear""type clear""comment clear""error clear"}.upload-clear-button{min-width:8rem}}@media (width<=760px){.upload-lines-header{flex-direction:column;align-items:stretch}.upload-lines-header button{width:100%}.upload-entry{grid-template-columns:1fr;grid-template-areas:"file""upload""type""comment""clear""error"}.upload-clear-area{justify-content:stretch}.upload-clear-button{width:100%;min-width:0;min-height:52px}}.review-submit{gap:1rem;display:grid}.review-card,.review-submit-box{border:1px solid var(--color-border);background:var(--color-surface);border-radius:20px;padding:1.25rem}.review-card h3,.review-submit-box h3{margin-top:0}.review-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-bottom:1rem;display:grid}.review-summary-box{border:1px solid var(--color-border);background:var(--color-surface-soft);border-radius:16px;gap:.35rem;padding:1rem;display:grid}.review-summary-box span{color:var(--color-muted);font-weight:700}.review-summary-box strong{color:var(--color-primary);font-size:2rem;line-height:1}.review-confirmation{align-items:flex-start;gap:.75rem;padding:.85rem 0;font-weight:700;display:flex}.review-confirmation input{width:1.25rem;height:1.25rem;margin-top:.15rem}.review-submit-box{justify-content:space-between;align-items:center;gap:1rem;display:flex}.review-submit-box p{margin:0}.review-success{border:1px solid var(--color-success);background:#00a1941a;border-radius:16px;width:100%;padding:1rem}.review-success p{margin-top:.35rem}@media (width<=760px){.review-summary-grid{grid-template-columns:1fr}.review-submit-box{flex-direction:column;align-items:stretch}.review-submit-box button{width:100%}}.review-error{border:1px solid var(--color-warning);background:var(--color-warning-soft);border-radius:.75rem;margin-top:1rem;padding:1rem}.review-success{border:1px solid var(--color-success);background:var(--color-surface-soft);border-radius:.75rem;margin-top:1rem;padding:1rem}.intro-card{max-width:1100px;margin:0 auto 32px;padding:0}.intro-hero{color:#1f2937;background:linear-gradient(135deg,#eef7fb 0%,#fff 70%);border:1px solid #d7e8f0;border-radius:24px;margin-bottom:28px;padding:28px 32px;box-shadow:0 16px 40px #0f172a14}.intro-greeting{color:#074a6f;margin:0 0 16px;font-size:1.5rem;font-weight:750}.intro-hero p{margin:0 0 14px;font-size:1.05rem;line-height:1.7}.intro-hero p:last-child{margin-bottom:0}.intro-section-heading{margin:24px 0 16px}.intro-section-heading h2{color:#074a6f;margin:0;font-size:1.35rem}.intro-tile-grid{grid-template-columns:1fr;gap:14px;display:grid}.intro-tile{background:#fff;border:1px solid #e3edf2;border-radius:18px;grid-template-columns:auto 1fr;align-items:flex-start;gap:16px;padding:18px 20px;display:grid;box-shadow:0 8px 24px #0f172a0f}.intro-tile-number{color:#fff;background:#0b5a82;border-radius:999px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:.95rem;font-weight:700;display:grid}.intro-tile p{color:#334155;margin:0;font-size:.98rem;line-height:1.65}@media (width>=900px){.intro-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intro-tile:first-child,.intro-tile:nth-child(2){min-height:170px}}@media (width<=640px){.intro-hero{border-radius:18px;padding:22px}.intro-greeting{font-size:1.3rem}.intro-tile{grid-template-columns:1fr;gap:10px}}.intro-privacy-box{border:1px solid var(--color-border);background:#ffffffbf;border-radius:18px;margin:22px 0;padding:18px 20px;display:block;overflow:visible}.intro-privacy-box h3{color:var(--color-primary);font-family:var(--font-heading);margin:0 0 .5rem;font-size:1.2rem}.intro-privacy-box p{margin:0;line-height:1.6}.inline-link-button{min-height:0;color:var(--color-primary);font:inherit;text-underline-offset:.15em;cursor:pointer;background:0 0;border:0;margin:0;padding:0;font-weight:700;text-decoration:underline;display:inline}.inline-link-button:hover{color:var(--color-primary-dark)}.privacy-modal-backdrop{z-index:1000;background:#0f172a99;place-items:center;padding:clamp(1rem,4vw,3rem);display:grid;position:fixed;inset:0}.privacy-modal{background:var(--color-surface);border-radius:24px;flex-direction:column;width:min(980px,100%);max-height:min(860px,92vh);display:flex;overflow:hidden;box-shadow:0 24px 70px #0f172a59}.privacy-modal-header,.privacy-modal-footer{border-color:var(--color-border);background:var(--color-surface-soft);flex:none;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.privacy-modal-header{border-bottom:1px solid var(--color-border);justify-content:space-between}.privacy-modal-header h3{color:var(--color-primary);font-family:var(--font-heading);margin:0;font-size:1.35rem}.privacy-modal-close{border:1px solid var(--color-border);background:var(--color-surface);width:44px;min-width:44px;height:44px;min-height:44px;color:var(--color-primary);cursor:pointer;border-radius:999px;place-items:center;font-size:1.8rem;line-height:1;display:grid}.privacy-modal-close:hover{background:var(--color-primary-soft)}.privacy-modal-body{flex:auto;padding:1.5rem clamp(1.25rem,3vw,2.25rem);overflow-y:auto}.privacy-modal-footer{border-top:1px solid var(--color-border);justify-content:flex-end}.markdown-content{color:var(--color-text);line-height:1.65}.markdown-content h1,.markdown-content h2,.markdown-content h3{color:var(--color-primary);font-family:var(--font-heading);line-height:1.25}.markdown-content h1{margin:0 0 1rem;font-size:clamp(1.55rem,3vw,2rem)}.markdown-content h2{margin:1.8rem 0 .7rem;font-size:1.28rem}.markdown-content h3{margin:1.2rem 0 .55rem;font-size:1.08rem}.markdown-content p,.markdown-content ul,.markdown-content blockquote{margin:0 0 1rem}.markdown-content ul{padding-left:1.35rem}.markdown-content li+li{margin-top:.25rem}.markdown-content blockquote{border-left:4px solid var(--color-primary);background:var(--color-primary-soft);border-radius:.75rem;padding:.85rem 1rem}.markdown-content blockquote p:last-child{margin-bottom:0}@media (width<=640px){.privacy-modal-backdrop{padding:.75rem}.privacy-modal{border-radius:18px;max-height:94vh}.privacy-modal-body{padding:1.1rem}}.checkbox-line{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:14px;flex-direction:row;align-items:flex-start;gap:.75rem;width:100%;min-height:52px;padding:.75rem;display:flex}.checkbox-line input{width:22px;height:22px;accent-color:var(--color-primary);flex:none;margin-top:.15rem}.checkbox-line span{flex:auto;min-width:0;font-weight:800;line-height:1.45}.intro-consent{margin-top:1rem;margin-bottom:0;display:flex}.intro-consent.has-error{border-color:var(--color-warning);background:var(--color-warning-soft)}.intro-consent-error{margin-top:.6rem}.form-validation-summary{color:#7a271a;background:#fff5f5;border:2px solid #b42318;border-radius:18px;margin:0 0 1.5rem;padding:1rem 1.25rem;line-height:1.45}.form-validation-summary strong{color:#b42318;margin-bottom:.35rem;display:block}.form-validation-summary p{margin:0}.form-field.has-error{background:#fff5f5;border:1px solid #b42318;border-radius:16px;padding:.85rem}.form-field.has-error input:not([type=radio]):not([type=checkbox]),.form-field.has-error textarea,.form-field.has-error select{background:#fff5f5;box-shadow:0 0 0 3px #b423181f;border-color:#b42318!important}.form-field.has-error .choice{background:#fff;border-color:#b42318}.form-field.has-error .choice.active{border-color:var(--color-primary);background:var(--color-primary-soft)}.field-error-message{color:#b42318;margin:.35rem 0 0;font-weight:800;line-height:1.45}.checkbox-line.form-field.has-error{flex-wrap:wrap;align-items:flex-start}.checkbox-line.form-field.has-error .field-error-message{flex-basis:100%;margin-left:2.75rem}.field-limit-info{color:var(--color-muted);margin:.35rem 0 0;font-size:.85rem;line-height:1.3}.field-limit-info-error{color:#b42318;font-weight:700}.staff-shell{color:#172033;width:min(1120px,100% - 32px);margin:0 auto;padding:32px 0 56px}.staff-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.staff-kicker{letter-spacing:.08em;text-transform:uppercase;color:#596579;font-size:.8rem;font-weight:700}.staff-header h1{margin:4px 0 0;font-size:clamp(1.8rem,3vw,2.4rem)}.staff-nav,.staff-actions,.staff-checkbox-row,.staff-section-heading{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.staff-section-heading{justify-content:space-between;margin-bottom:16px}.staff-card{background:#fff;border:1px solid #d9dee8;border-radius:16px;margin-bottom:20px;padding:24px;box-shadow:0 8px 28px #1018280f}.staff-card h2{margin:0 0 18px;font-size:1.25rem}.staff-form{gap:16px;display:grid}.staff-form label,.staff-table label{gap:6px;font-weight:600;display:grid}.staff-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.staff-inline-check{white-space:nowrap;align-items:center;grid-template-columns:none!important;gap:6px!important;font-weight:500!important;display:inline-flex!important}.staff-shell input,.staff-shell select,.staff-shell textarea{width:100%;font:inherit;color:#172033;background:#fff;border:1px solid #c8cfdb;border-radius:10px;padding:10px 12px}.staff-shell input[type=checkbox]{width:auto}.staff-shell button{font:inherit;color:#fff;cursor:pointer;background:#243b64;border:0;border-radius:10px;padding:10px 14px;font-weight:700}.staff-shell button:disabled{cursor:not-allowed;opacity:.55}.staff-shell button[type=button]{color:#172033;background:#eef2f7}.staff-error,.staff-success{border-radius:10px;padding:10px 12px;font-weight:600}.staff-error{color:#8a1f1f;background:#fff1f1;border:1px solid #f4b4b4}.staff-success{color:#1d6b34;background:#effaf2;border:1px solid #a8dab5}.staff-small{margin-top:8px;font-size:.85rem}.staff-details{gap:12px;margin:0;display:grid}.staff-details div{grid-template-columns:160px 1fr;gap:16px;display:grid}.staff-details dt{color:#596579;font-weight:700}.staff-details dd{margin:0}.staff-table-wrap{overflow-x:auto}.staff-table{border-collapse:collapse;width:100%;font-size:.95rem}.staff-table th,.staff-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e5e9f0;padding:12px}.staff-table th{color:#596579;letter-spacing:.04em;text-transform:uppercase;font-size:.8rem}@media (width<=760px){.staff-header{display:grid}.staff-grid{grid-template-columns:1fr}.staff-details div{grid-template-columns:1fr;gap:4px}}
