.noa-toolbar { display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center; gap:12px; margin:0 0 16px; }
.noa-toolbar [hidden], .noa-overlay[hidden], .noa-overlay [hidden] { display:none !important; }
.noa-toolbar p { margin:0; color:#64748b; font-size:.86rem; }
.noa-button { appearance:none; border:1px solid #d8e6cf; border-radius:12px; padding:10px 16px; min-height:44px; background:#fff; color:#334155; font-family:inherit; font-weight:700; font-size:.88rem; line-height:1.25; cursor:pointer; }
.noa-button:hover { background:#f3f9ed; border-color:#a8cc8b; }
.noa-button--primary { color:#fff; background:linear-gradient(125deg,#79b92e,#579326); border-color:#68a731; box-shadow:0 5px 12px #598b2020; }
.noa-button--primary:hover { background:#609e28; }
.noa-button--manage { background:linear-gradient(135deg,#fff,#f0f8e8); color:#446f20; }
#referentes :is(.nursing-general-grid,.nursing-wellness-grid) .nursing-referent { flex-direction:column; text-align:center; }
.noa-photo-edit { display:inline-flex; align-items:center; justify-content:center; gap:8px; align-self:center; flex-shrink:0; min-height:44px; max-width:100%; margin:16px auto 0; padding:9px 14px; appearance:none; border:1px solid #d3e4c8; border-radius:999px; background:linear-gradient(135deg,#fff,#f3f9ed); color:#426b2d; font-family:inherit; font-size:.82rem; line-height:1.3; font-weight:600; cursor:pointer; box-shadow:0 3px 9px #426b2d0a; }
.noa-photo-edit svg { width:18px; height:18px; flex:0 0 18px; }
.noa-photo-edit:hover { background:#edf7e5; border-color:#8fbc6d; }
.noa-photo-edit:focus-visible { outline:3px solid #93bd64; outline-offset:3px; }
.noa-photo-edit:disabled { opacity:.55; cursor:wait; }
.nursing-organization-admin-open { overflow:hidden; }
.noa-overlay { position:fixed; inset:0; z-index:220000; display:flex; align-items:center; justify-content:center; padding:24px; background:#1829386b; backdrop-filter:blur(7px); -webkit-backdrop-filter:blur(7px); }
.noa-panel { width:min(1120px,100%); height:min(850px,92dvh); display:flex; flex-direction:column; overflow:hidden; background:#fff; border:1px solid #e2eadc; border-radius:24px; box-shadow:0 30px 90px #13281d40; color:#1e293b; text-align:left; }
.noa-header { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:22px 28px; border-bottom:1px solid #e4edde; background:linear-gradient(110deg,#f7fbf2,#fff); }
.noa-header p { margin:0 0 5px; font-size:.74rem; font-weight:800; color:#638d43; text-transform:uppercase; letter-spacing:.08em; }
.noa-header h2 { margin:0; font-size:1.6rem; line-height:1.2; color:#1e293b; }
.noa-close { width:44px; height:44px; border:1px solid #dce6d5; background:#fff; border-radius:50%; color:#52644d; font-size:1.7rem; cursor:pointer; flex-shrink:0; }
.noa-workspace { display:grid; grid-template-columns:340px minmax(0,1fr); min-height:0; flex:1; }
.noa-directory { display:flex; flex-direction:column; gap:14px; padding:22px; min-height:0; border-right:1px solid #e4eade; background:#fbfcfa; }
.noa-field { display:flex; flex-direction:column; gap:7px; margin:0 0 16px; font-size:.84rem; font-weight:700; line-height:1.4; color:#4d6252; }
.noa-directory .noa-field { margin:0; }
.noa-field input:not([type=file]), .noa-field select { width:100%; min-width:0; height:44px; border:1px solid #dbe4d6; border-radius:10px; padding:10px 12px; background:#fff; color:#1e293b; font-family:inherit; font-weight:400; font-size:.94rem; line-height:1.3; }
.noa-field input[type=file] { max-width:100%; width:100%; color:#53644e; font-size:.82rem; }
.noa-checkbox { display:flex; gap:8px; align-items:center; color:#64715e; font-size:.85rem; cursor:pointer; }
.noa-checkbox input { accent-color:#79b92e; width:17px; height:17px; }
.noa-directory__bar { display:flex; align-items:center; justify-content:space-between; gap:8px; color:#66765d; font-size:.8rem; }
.noa-directory__bar .noa-button { padding:8px 10px; font-size:.8rem; }
.noa-list { flex:1; overflow:auto; min-height:80px; display:flex; flex-direction:column; gap:8px; padding:3px; overscroll-behavior:contain; }
.noa-person { display:flex; align-items:center; gap:12px; width:100%; padding:12px; border:1px solid #e2e9dc; background:#fff; border-radius:13px; text-align:left; cursor:pointer; }
.noa-person:hover { border-color:#aacb90; background:#f9fcf4; }
.noa-person[aria-pressed=true] { border-color:#82b34e; background:#f0f8e8; box-shadow:0 0 0 2px #b5d89930; }
.noa-person__avatar { display:grid; place-items:center; width:42px; height:42px; flex:0 0 42px; border:1px solid #d5e6c4; background:linear-gradient(135deg,#fafdf7,#ebf4df); border-radius:50%; color:#6a9b36; font-size:.8rem; font-weight:800; }
.noa-person__copy { min-width:0; display:flex; flex-direction:column; gap:4px; }
.noa-person strong { font-size:.88rem; line-height:1.35; color:#293c31; overflow-wrap:anywhere; }
.noa-person__copy > span { color:#7a8673; font-size:.75rem; line-height:1.3; }
.noa-editor { overflow:auto; padding:28px; overscroll-behavior:contain; }
.noa-editor__title { margin:0 0 8px; font-size:1.35rem; line-height:1.3; color:#263b2d; }
.noa-locations { margin:0 0 24px; color:#738268; font-size:.82rem; line-height:1.6; }
.noa-placeholder { display:grid; align-content:center; justify-items:center; min-height:300px; height:100%; text-align:center; color:#738069; }
.noa-placeholder h3 { font-size:1.3rem; margin:0 0 12px; color:#415a34; }
.noa-placeholder p { max-width:30ch; line-height:1.6; margin:0; }
.noa-photo-row { display:grid; grid-template-columns:90px minmax(0,1fr); gap:20px; align-items:center; margin:24px 0; padding:18px; background:#f8fbf4; border:1px solid #e3ecd9; border-radius:16px; }
.noa-photo-row .noa-field { margin:0; }
.noa-photo-preview { display:grid; place-items:center; width:90px; height:90px; border:2px solid #d6e9c6; border-radius:50%; overflow:hidden; background:#eef7e6; color:#71a83b; font-size:1.5rem; font-weight:700; }
.noa-photo-preview img { width:100%; height:100%; object-fit:cover; }
.noa-hint { font-size:.77rem; font-weight:400; line-height:1.5; color:#7c886f; margin:7px 0; }
.noa-text-button { border:0; padding:5px 0; background:none; font-size:.81rem; font-weight:700; color:#7b4b43; cursor:pointer; }
.noa-notice { padding:12px 28px; color:#42742a; background:#eff9e8; font-size:.86rem; line-height:1.5; }
.noa-notice[data-tone=error] { color:#984537; background:#fff2ec; }
.noa-reload { align-self:flex-start; margin:8px 28px; }
.noa-review { border:1px solid #a9ca8e; background:linear-gradient(120deg,#f2f9ea,#fff); padding:20px; border-radius:16px; margin-top:18px; }
.noa-review h4 { margin:0 0 8px; font-size:1rem; color:#42672c; }
.noa-review p { margin:0 0 18px; line-height:1.6; font-size:.9rem; overflow-wrap:anywhere; }
.noa-review__actions { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:10px; }
.noa-remove-note { color:#8d5145; background:#fff7f0; border:1px solid #f2dfd1; border-radius:13px; padding:16px; font-size:.9rem; line-height:1.6; }
.noa-footer { display:flex; justify-content:space-between; align-items:center; gap:16px; padding:16px 28px; border-top:1px solid #e4edde; }
.noa-footer p { margin:0; color:#7b8872; font-size:.78rem; line-height:1.4; }
.noa-list-empty { padding:14px 8px; line-height:1.6; color:#78836e; font-size:.87rem; }
.noa-overlay :is(button,input,select):focus-visible, .noa-toolbar button:focus-visible { outline:3px solid #93bd64; outline-offset:3px; }
.noa-overlay :disabled, .noa-toolbar :disabled { cursor:wait; opacity:.6; }
@media(max-width:760px) {
  .noa-overlay { padding:8px; align-items:stretch; }
  .noa-panel { height:calc(100dvh - 16px); border-radius:18px; }
  .noa-header { padding:16px 18px; }
  .noa-header h2 { font-size:1.35rem; }
  .noa-workspace { display:flex; flex-direction:column; overflow:auto; }
  .noa-directory { padding:16px; border-right:0; border-bottom:1px solid #e4edde; flex-shrink:0; }
  .noa-list { max-height:180px; }
  .noa-editor { padding:20px 16px; overflow:visible; }
  .noa-placeholder { min-height:120px; }
  .noa-photo-row { grid-template-columns:70px minmax(0,1fr); gap:14px; padding:14px; }
  .noa-photo-preview { width:70px; height:70px; }
  .noa-footer { padding:12px 18px; }
  .noa-notice { padding:12px 18px; }
  .noa-reload { margin:8px 18px; }
  .noa-review__actions { flex-direction:column; }
  .noa-toolbar { justify-content:center; }
}
