/* Coach OS role-access layer. Isolated from existing page/theme CSS. */
.coach-role-badge{display:inline-flex;align-items:center;gap:6px;margin-left:8px;padding:4px 9px;border:1px solid #d9e2ec;border-radius:999px;background:#f7f9fc;color:#334e68;font-size:11px;font-weight:700;text-transform:capitalize;vertical-align:middle}
.coach-role-badge::before{content:'';width:7px;height:7px;border-radius:50%;background:#1f6feb}.coach-role-badge[data-role="coach"]::before{background:#8b5cf6}.coach-role-badge[data-role="admin"]::before{background:#e56a1a}
.role-console{min-height:100%;padding:18px;background:#f5f7fb;color:#102a43;box-sizing:border-box;overflow:auto}.role-console *{box-sizing:border-box}.role-console-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.role-console-head h2{margin:0 0 4px;font-size:22px}.role-console-head p{margin:0;color:#627d98;font-size:12.5px}.role-console-chip{padding:7px 10px;border-radius:999px;background:#fff3e8;border:1px solid #ffd1ad;color:#b45309;font-weight:700;font-size:11px}.role-console-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:14px}.role-console-card{background:#fff;border:1px solid #d9e2ec;border-radius:10px;padding:14px;box-shadow:0 4px 14px rgba(15,23,42,.04)}.role-console-card h3{margin:0 0 5px;font-size:14px}.role-console-card>p{margin:0 0 12px;color:#627d98;font-size:12px;line-height:1.5}.role-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.role-kpi{border:1px solid #e3e8ef;border-radius:9px;padding:11px;background:#fbfcfe}.role-kpi span{display:block;color:#7b8794;font-size:10.5px;margin-bottom:5px}.role-kpi strong{font-size:21px}.role-table{width:100%;border-collapse:collapse;font-size:12px}.role-table th,.role-table td{padding:10px;border-bottom:1px solid #edf1f5;text-align:left;vertical-align:top}.role-table th{font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;color:#7b8794}.role-empty{padding:28px 14px;text-align:center;color:#7b8794;border:1px dashed #ccd6e0;border-radius:9px;background:#fbfcfe}.role-notice{padding:10px 11px;border-radius:8px;background:#eef6ff;border:1px solid #cfe5ff;color:#24557a;font-size:11.5px;line-height:1.5}.role-list{display:grid;gap:8px}.role-list-item{padding:10px;border:1px solid #e3e8ef;border-radius:8px;background:#fff}.role-list-item strong{display:block;font-size:12px;margin-bottom:3px}.role-list-item span{font-size:11px;color:#627d98}.role-blocked{min-height:360px;display:grid;place-items:center;padding:30px}.role-blocked-card{max-width:560px;background:#fff;border:1px solid #d9e2ec;border-radius:12px;padding:24px;text-align:center;box-shadow:0 8px 30px rgba(15,23,42,.08)}.role-blocked-card h2{margin:0 0 8px}.role-blocked-card p{color:#627d98;line-height:1.55}.role-action{border:0;border-radius:7px;background:#123a63;color:#fff;padding:9px 12px;font-weight:700;cursor:pointer}.role-action.secondary{background:#eef2f7;color:#123a63}.role-admin-actions{display:flex;gap:8px;flex-wrap:wrap}.role-nav-item{display:flex!important}.role-hidden{display:none!important}@media(max-width:980px){.role-console-grid{grid-template-columns:1fr}.role-kpis{grid-template-columns:1fr 1fr 1fr}}@media(max-width:650px){.role-kpis{grid-template-columns:1fr}.role-console{padding:12px}}

.role-admin-form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:center;margin-top:14px}
.role-admin-form select,.role-role-select{min-height:40px;border:1px solid #d8e1ea;border-radius:8px;background:#fff;padding:0 10px;color:#102a43;font:inherit}
.role-inline-message{min-height:22px;margin-top:8px;color:#486581;font-size:13px}
.role-table-wrap{overflow:auto;max-width:100%}
.role-mini-action{border:1px solid #b8c7d6;background:#fff;color:#102a43;border-radius:7px;padding:7px 11px;font-weight:700;cursor:pointer}
.role-mini-action.danger{border-color:#e5a4a4;color:#b42318}
.role-mini-action:disabled,.role-action:disabled{opacity:.55;cursor:not-allowed}
@media(max-width:900px){.role-admin-form{grid-template-columns:1fr}}
