
#staff-registry{width:90%;max-width:900px;max-height:88vh;overflow:auto;background:#fff;color:#173e31}
#staff-registry h2{font-size:28px}#staff-registry button{font-size:19px;font-weight:700;min-height:48px;margin:6px 0}#sr-list button{display:block;width:100%;text-align:left}#staff-registry label{font-size:19px;font-weight:700;margin-top:12px}#staff-registry input,#staff-registry select,#staff-registry textarea{font-size:20px;min-height:48px}#staff-registry summary{font-size:22px;font-weight:700;margin-top:18px}#sr-error{color:#a32020;font-weight:700}html.staff-dark #staff-registry{background:#183b2c;color:white}

#staff-registry{max-width:1200px;width:96%;padding:22px;background:#f2f6f3}
#staff-registry .sr-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:20px;margin-top:14px}
#staff-registry .sr-columns>section{margin:0;min-width:0}
#staff-registry .sr-tabs{display:flex}#staff-registry .sr-tabs button{flex:1}
#staff-registry #sr-search{width:260px;display:inline-block;margin:0 8px}
#staff-registry #sr-new{background:#125b3b;color:white}
#staff-registry #sr-save{display:block;width:100%}
@media(max-width:700px){#staff-registry .sr-columns{grid-template-columns:1fr}}

#sr-list .sr-row{display:flex;align-items:center;border-bottom:1px solid #bdd0c3;padding:14px 0}#sr-list .sr-row>div{flex:1;min-width:0}#sr-list .sr-row strong{display:block;font-size:25px}#sr-list .sr-row small{display:block;font-size:16px;margin-top:5px}#sr-list .sr-row button{display:inline-block;width:auto;flex-shrink:0;margin-left:8px}#sr-list .staff-drag{touch-action:none;cursor:grab}#sr-list .dragging{background:#dceee1}

@media(max-width:600px){
#management-actions #staff-add-open{display:block!important}
#staff-registry{box-sizing:border-box;width:calc(100% - 16px);max-width:calc(100% - 16px);padding:12px;max-height:90vh;overflow:auto}
#staff-registry .sr-columns{grid-template-columns:minmax(0,1fr);gap:12px}
#staff-registry #sr-search{width:100%;margin:8px 0;box-sizing:border-box}
#staff-registry .sr-row{flex-wrap:wrap;gap:6px}
#staff-registry input,#staff-registry select,#staff-registry textarea{max-width:100%;box-sizing:border-box}
}
