:root{--bg-body: #E8E2D2;--bg-panel: #F9F8F4;--bg-card: #F2EFE9;--bg-card-glass: rgba(255, 255, 255, .6);--bg-dark: #1A1A1A;--bg-dark-card: #232323;--bg-brand: #0F766E;--accent-brand: #0D9488;--accent-green: #22C55E;--accent-red: #EF4444;--accent-blue: #3B82F6;--accent-purple: #A855F7;--text-primary: #1C1917;--text-secondary: #57534E;--text-muted: #A8A29E;--border-light: rgba(214, 211, 209, .5);--border-white: rgba(255, 255, 255, .5);--shadow-card: 0 10px 30px -10px rgba(0, 0, 0, .04);--shadow-heavy: 0 20px 40px -15px rgba(0, 0, 0, .08);--radius-lg: 2rem;--radius-md: 1.25rem;--radius-sm: .75rem;--radius-xs: .5rem;--radius-full: 9999px;--sidebar-width: 260px;--sidebar-collapsed: 72px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:15px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-body);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased}.amen-toast{min-width:320px;padding:.85rem 1.1rem;display:flex;align-items:center;justify-content:center;text-align:center;gap:.5rem}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}input,select,textarea,button{font-family:inherit}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.admin-layout{display:flex;min-height:100vh}.mobile-sidebar-backdrop{display:none}.sidebar{width:var(--sidebar-width);background:var(--bg-dark);color:#fff;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:50;overflow-y:auto;transition:width .3s ease;scrollbar-width:none}.sidebar::-webkit-scrollbar{display:none}.sidebar-header{padding:1.75rem 1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-logo{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem}.sidebar-logo span{color:var(--accent-brand)}.sidebar-section{padding:1rem .75rem}.sidebar-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffff4d;padding:0 .75rem;margin-bottom:.5rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:var(--radius-sm);color:#ffffff8c;text-decoration:none;font-size:.87rem;font-weight:450;transition:all .15s ease;margin-bottom:2px;position:relative}.sidebar-link:hover{background:#ffffff0f;color:#ffffffe6}.sidebar-link.active{background:#0d94881f;color:var(--accent-brand)}.sidebar-link .badge{margin-left:auto;background:var(--accent-brand);color:var(--bg-dark);font-size:.65rem;font-weight:600;padding:.1rem .45rem;border-radius:var(--radius-full);min-width:18px;text-align:center}.sidebar-link .badge-red{background:var(--accent-red);color:#fff}.main-content{flex:1;margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.topbar{position:sticky;top:0;z-index:40;background:#e8e2d2cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-light)}.topbar-left{display:flex;align-items:center;gap:1rem}.topbar-left h1{font-size:1.35rem;font-weight:500;letter-spacing:-.015em}.topbar-left p{font-size:.85rem;color:var(--text-muted);font-weight:400}.topbar-right{display:flex;align-items:center;gap:.75rem}.topbar-menu-btn,.mobile-breadcrumbs{display:none}.topbar-search{position:relative}.topbar-search input{background:var(--bg-panel);border:1px solid var(--border-light);border-radius:var(--radius-full);padding:.5rem 1rem .5rem 2.25rem;font-size:.82rem;width:220px;outline:none;transition:border-color .2s}.topbar-search input:focus{border-color:var(--accent-brand)}.topbar-search iconify-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-muted)}.topbar-icon-btn{width:36px;height:36px;border-radius:var(--radius-full);border:1px solid var(--border-light);background:var(--bg-panel);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);transition:all .15s;position:relative}.topbar-icon-btn:hover{background:#fff}.topbar-icon-btn .dot{position:absolute;top:2px;right:2px;width:7px;height:7px;background:var(--accent-red);border-radius:50%;border:1.5px solid var(--bg-body)}.topbar-avatar{width:36px;height:36px;border-radius:var(--radius-full);background:#d6d3d1;border:1.5px solid var(--border-light);overflow:hidden;cursor:pointer}.topbar-avatar img{width:100%;height:100%;object-fit:cover}.page{padding:1.75rem 2rem 3rem;flex:1;overflow-x:clip}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.75rem;gap:1rem;flex-wrap:wrap}.page-header h2{font-size:1.6rem;font-weight:500;letter-spacing:-.02em}.page-header p{font-size:.875rem;color:var(--text-muted);margin-top:.25rem}.card{background:var(--bg-card-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-card)}.card-dark{background:var(--bg-dark);border-color:#ffffff0f;color:#fff}.card-warm{background:var(--bg-card);border-color:transparent}.card-brand{background:var(--bg-brand);border-color:#0d948866;color:#fff}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.75rem}.stat-card{background:var(--bg-card-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-white);border-radius:var(--radius-md);padding:1.25rem 1.5rem;box-shadow:var(--shadow-card)}.stat-card .stat-label{display:flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem}.stat-card .stat-value{font-size:2.5rem;font-weight:300;letter-spacing:-.03em;color:var(--text-primary);line-height:1}.stat-card .stat-change{font-size:.72rem;font-weight:500;margin-top:.4rem}.stat-card .stat-change.up{color:var(--accent-green)}.stat-card .stat-change.down{color:var(--accent-red)}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.15rem;border-radius:var(--radius-sm);font-size:.82rem;font-weight:500;border:none;cursor:pointer;transition:all .15s ease;text-decoration:none;white-space:nowrap}.btn-primary{background:var(--bg-dark);color:#fff}.btn-primary:hover{background:#333}.btn-secondary{background:#fff;color:var(--text-primary);border:1px solid var(--border-light)}.btn-secondary:hover{background:var(--bg-card)}.btn-danger{background:#fff;color:var(--accent-red);border:1px solid rgba(239,68,68,.3)}.btn-danger:hover{background:#fef2f2}.btn-success{background:#22c55e1a;color:#15803d;border:1px solid rgba(34,197,94,.2)}.btn-success:hover{background:#22c55e26}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:#0000000a}.btn-sm{padding:.35rem .75rem;font-size:.75rem}.btn-icon{width:34px;height:34px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm)}.data-table-wrapper{background:var(--bg-card-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.data-table-header{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;border-bottom:1px solid rgba(214,211,209,.3)}.data-table-header h3{font-size:1.05rem;font-weight:500}.data-table-filters{display:flex;gap:.5rem;flex-wrap:wrap}.filter-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:var(--radius-full);background:#fff;border:1px solid var(--border-light);font-size:.75rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #00000005}.filter-chip:hover{background:#fafaf9;border-color:#d6d3d1;transform:translateY(-1px);box-shadow:0 4px 12px #0000000a}.filter-chip.active{background:var(--bg-dark);color:#fff;border-color:var(--bg-dark);box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}table.data-table{width:100%;border-collapse:collapse}table.data-table thead th{padding:.85rem 1.5rem;text-align:left;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid rgba(214,211,209,.3)}table.data-table tbody tr{transition:background .1s}table.data-table tbody tr:hover{background:#ffffff80}table.data-table tbody td{padding:.85rem 1.5rem;font-size:.87rem;border-bottom:1px solid rgba(214,211,209,.15);vertical-align:middle}table.data-table tbody td:first-child{font-weight:500}.badge-status{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;border-radius:var(--radius-xs);font-size:.72rem;font-weight:500;white-space:nowrap}.badge-status.published{background:#22c55e1a;color:#15803d}.badge-status.pending{background:#0d948826;color:#0d9488}.badge-status.draft{background:#a8a29e26;color:var(--text-secondary)}.badge-status.rejected{background:#ef44441a;color:#dc2626}.badge-status.archived{background:#3b82f61a;color:#2563eb}.badge-status.approved,.badge-status.answered{background:#22c55e1a;color:#15803d}.badge-status.escalated{background:#ef44441a;color:#dc2626}.badge-status.closed{background:#a8a29e26;color:var(--text-secondary)}.badge-status.active{background:#22c55e1a;color:#15803d}.badge-status.suspended{background:#ef44441a;color:#dc2626}.badge-status.urgent{background:#ef44441f;color:#dc2626}.editor-panel,.editor-surface,.editor-callout{background:#ffffffc7;border:1px solid rgba(214,211,209,.45);border-radius:var(--radius-md)}.editor-panel,.editor-surface{padding:1rem 1.1rem}.editor-callout{padding:1rem 1.1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.editor-callout-title{font-size:.92rem;font-weight:600;color:var(--text-primary)}.editor-callout-text{margin-top:.3rem;font-size:.82rem;line-height:1.5;color:var(--text-secondary)}.editor-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.editor-search{display:flex;align-items:center;gap:.55rem;min-height:42px;padding:.2rem .85rem;border:1px solid var(--border-light);border-radius:var(--radius-sm);background:#fff}.editor-search iconify-icon{color:var(--text-muted)}.editor-search-input{width:100%;border:0;background:transparent;font-size:.85rem;color:var(--text-primary);outline:none}.editor-note-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.85rem}.editor-note-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .7rem;border-radius:var(--radius-full);background:#0f172a0d;color:var(--text-secondary);font-size:.74rem;font-weight:500}.notification-filter-shell{display:grid;gap:.75rem}.notification-filter-primary,.notification-filter-secondary{display:grid;gap:.75rem;align-items:center}.notification-filter-primary{grid-template-columns:minmax(320px,2.35fr) minmax(170px,.9fr) minmax(210px,1fr)}.notification-filter-secondary{grid-template-columns:minmax(220px,1.2fr) minmax(170px,.9fr) minmax(180px,.95fr) auto}.notification-filter-search{min-width:0}.notification-filter-control{width:100%;min-width:0}.notification-filter-refresh{justify-self:start;white-space:nowrap}.notification-preview-copy{max-width:360px;color:var(--text-secondary);line-height:1.45;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.audit-log-toolbar{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap;align-items:center;justify-content:space-between}.audit-log-table tbody td{vertical-align:top;padding-top:1rem;padding-bottom:1rem}.audit-log-action,.audit-log-target,.audit-log-change-summary{display:grid;gap:.35rem}.audit-log-action{grid-template-columns:auto 1fr;align-items:start;gap:.6rem}.audit-log-change-list{display:grid;gap:.3rem}.audit-log-change-row{display:grid;gap:.15rem}.audit-log-change-key{font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.audit-log-change-arrow{color:var(--text-muted)}.editor-section-label{margin-bottom:.75rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.badge-role{display:inline-flex;padding:.15rem .5rem;border-radius:var(--radius-xs);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.badge-role.admin{background:var(--bg-dark);color:#fff}.badge-role.professional{background:#3b82f61f;color:#2563eb}.badge-role.chw{background:#a855f71f;color:#7c3aed}.badge-role.pregnant{background:#ec48991f;color:#db2777}.badge-role.family{background:#22c55e1f;color:#15803d}.badge-role.mentor{background:#0d948826;color:#0d9488}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .15s ease}.modal{background:var(--bg-panel);border-radius:var(--radius-lg);width:100%;max-width:640px;max-height:85vh;overflow-y:auto;box-shadow:0 25px 60px #00000026;animation:slideUp .2s ease}.modal-header{padding:1.5rem 1.75rem;border-bottom:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-between}.modal-header h3{font-size:1.1rem;font-weight:500}.modal-body{padding:1.5rem 1.75rem}.modal-footer{padding:1rem 1.75rem;border-top:1px solid var(--border-light);display:flex;justify-content:flex-end;gap:.5rem}.small-screen-warning-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem}.small-screen-warning-card{width:min(460px,100%);background:var(--bg-panel);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-heavy);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.small-screen-warning-card h2{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.small-screen-warning-card p{font-size:.86rem;line-height:1.5;color:var(--text-secondary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.78rem;font-weight:500;color:var(--text-secondary);margin-bottom:.35rem}.form-input,.form-select,.form-textarea{width:100%;padding:.55rem .85rem;border:1px solid var(--border-light);border-radius:var(--radius-sm);background:#fff;font-size:.85rem;outline:none;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--accent-brand)}.form-textarea{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.toggle-container{display:flex;align-items:center;justify-content:space-between}.toggle{position:relative;width:40px;height:22px;cursor:pointer}.toggle input{display:none}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#d6d3d1;border-radius:11px;transition:background .2s}.toggle-slider:after{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s}.toggle input:checked+.toggle-slider{background:var(--bg-dark)}.toggle input:checked+.toggle-slider:after{transform:translate(18px)}.tabs{display:inline-flex;background:#0000000a;padding:.35rem;border-radius:var(--radius-full);gap:.25rem;margin-bottom:1.5rem;border:none}.tab{padding:.55rem 1.35rem;font-size:.82rem;font-weight:500;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-full);border:none;background:transparent;transition:all .2s cubic-bezier(.4,0,.2,1)}.tab:hover{color:var(--text-primary)}.tab.active{color:var(--text-primary);background:#fff;box-shadow:0 2px 8px #00000014}.avatar{width:32px;height:32px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:600;flex-shrink:0}.avatar.sm{width:26px;height:26px;font-size:.6rem}.avatar.lg{width:48px;height:48px;font-size:.85rem}.empty-state{text-align:center;padding:3rem 2rem;color:var(--text-muted)}.empty-state iconify-icon{margin-bottom:.75rem;opacity:.4}.empty-state h4{font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.text-sm{font-size:.82rem}.text-xs{font-size:.72rem}.text-muted{color:var(--text-muted)}.text-right{text-align:right}.fw-500{font-weight:500}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-bone{background:linear-gradient(90deg,#a8a29e1f 25%,#a8a29e3d,#a8a29e1f 75%);background-size:800px 100%;animation:shimmer 1.8s ease-in-out infinite;flex-shrink:0}.skeleton-page{animation:fadeIn .3s ease}.skeleton-card{overflow:hidden}.skeleton-row td{border-bottom:1px solid rgba(214,211,209,.15)!important}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar.mobile{z-index:70;width:min(86vw,300px);box-shadow:0 20px 40px #00000059}.sidebar.mobile.open{transform:translate(0)}.mobile-sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#11182752;opacity:0;pointer-events:none;z-index:60;transition:opacity .2s ease}.mobile-sidebar-backdrop.open{opacity:1;pointer-events:auto}.main-content{margin-left:0;width:100%}.editor-callout{flex-direction:column}.editor-toolbar{flex-direction:column;align-items:stretch}.notification-filter-primary,.notification-filter-secondary{grid-template-columns:1fr}.notification-filter-refresh{justify-self:stretch}.audit-log-toolbar{align-items:stretch}.editor-search{width:100%}.form-row{grid-template-columns:1fr}.stats-row,.grid-3,.grid-4{grid-template-columns:1fr 1fr}.topbar{padding:.85rem 1rem;gap:.75rem}.topbar-left{min-width:0;gap:.65rem}.topbar-menu-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--border-light);background:var(--bg-panel);color:var(--text-secondary);cursor:pointer;flex-shrink:0}.mobile-breadcrumbs{display:flex;align-items:center;min-width:0}.mobile-breadcrumbs span{font-size:.92rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-search input{width:min(44vw,185px)}.page{padding:1rem 1rem 2rem}}
