/* MASA UI Phase 2A: users, profile, participants and redemptions */
.masa-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.masa-page-heading h3{margin:0 0 6px;font-size:24px}.masa-page-heading p{margin:0;color:var(--masa-muted)}
.masa-section-title{font-size:16px;font-weight:700;margin:0}.masa-section-copy{font-size:12px;color:var(--masa-muted);margin:5px 0 0}
.masa-filter-card .card-body{padding:18px}.masa-toolbar{display:flex;gap:10px;align-items:end}.masa-toolbar .btn{min-height:43px}
.masa-user-cell{display:flex;align-items:center;gap:12px;min-width:220px}.masa-user-avatar{width:40px;height:40px;border-radius:12px;background:var(--masa-primary-soft);color:var(--masa-primary);display:flex;align-items:center;justify-content:center;font-weight:700;flex:0 0 auto}.masa-user-meta strong,.masa-user-meta span{display:block}.masa-user-meta span{font-size:12px;color:var(--masa-muted);margin-top:2px}
.masa-empty-state{text-align:center;padding:46px 20px}.masa-empty-icon{width:52px;height:52px;border-radius:16px;background:#f2f4f7;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:#667085}.masa-empty-state h6{font-size:15px;margin-bottom:5px}.masa-empty-state p{font-size:13px;color:var(--masa-muted);margin:0}
.masa-form-card .card-header,.masa-panel .card-header{background:#fff;border-bottom:1px solid var(--masa-border);padding:18px 22px;border-radius:16px 16px 0 0}.masa-form-card .card-body{padding:22px}.masa-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.masa-form-grid .span-2{grid-column:1/-1}.masa-help{display:block;color:var(--masa-muted);font-size:12px;margin-top:6px}.masa-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}
.masa-profile-summary{text-align:center}.masa-profile-avatar{width:78px;height:78px;border-radius:24px;margin:0 auto 14px;background:var(--masa-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.masa-profile-summary h5{margin-bottom:4px}.masa-profile-summary p{margin-bottom:18px;color:var(--masa-muted)}.masa-detail-list{border-top:1px solid var(--masa-border)}.masa-detail-row{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid var(--masa-border);font-size:13px}.masa-detail-row span:first-child{color:var(--masa-muted)}.masa-detail-row strong{text-align:right;word-break:break-word}
.masa-programme-banner{background:linear-gradient(135deg,#fff0f3 0%,#fff 70%);border:1px solid #ffd0d9;border-radius:16px;padding:20px;margin-bottom:22px;display:flex;justify-content:space-between;gap:20px;align-items:center}.masa-programme-banner h4{margin:0 0 6px}.masa-programme-meta{display:flex;flex-wrap:wrap;gap:8px}.masa-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f8fafc;border:1px solid var(--masa-border);padding:6px 9px;border-radius:8px;font-size:12px;color:#344054}
.masa-select-list{border:1px solid var(--masa-border);border-radius:12px;max-height:430px;overflow:auto}.masa-select-item{display:flex;align-items:flex-start;gap:12px;padding:14px;border-bottom:1px solid var(--masa-border);cursor:pointer;transition:.15s}.masa-select-item:last-child{border-bottom:0}.masa-select-item:hover{background:#fcfcfd}.masa-select-item .form-check-input{margin-top:3px}.masa-select-item strong,.masa-select-item span{display:block}.masa-select-item span{font-size:12px;color:var(--masa-muted);margin-top:2px}
.masa-stat-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:22px}.masa-mini-stat{border:1px solid var(--masa-border);background:#fff;border-radius:14px;padding:16px}.masa-mini-stat span{display:block;color:var(--masa-muted);font-size:12px}.masa-mini-stat strong{display:block;font-size:22px;margin-top:5px;color:var(--masa-text)}
.masa-readonly{background:#f8fafc;border:1px solid var(--masa-border);border-radius:10px;padding:11px 13px;min-height:43px;font-size:13px;color:#344054}.masa-download-actions{display:flex;flex-wrap:wrap;gap:8px}
@media(max-width:991.98px){.masa-stat-strip{grid-template-columns:1fr}.masa-form-grid{grid-template-columns:1fr}.masa-form-grid .span-2{grid-column:auto}}
@media(max-width:767.98px){.masa-page-heading,.masa-programme-banner{flex-direction:column;align-items:stretch}.masa-page-heading .btn{width:100%}.masa-toolbar{flex-direction:column;align-items:stretch}.masa-form-actions{flex-direction:column-reverse}.masa-form-actions .btn{width:100%}}
