.admin-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.admin-header h1{margin:.25rem 0;color:#214c2e}.admin-actions button{min-height:40px;border:0;border-radius:8px;padding:.5rem .75rem;background:#285f38;color:#fff;font-weight:800}.admin-insights{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}.insight-list{list-style:none;margin:0;padding:0}.insight-list li{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;border-bottom:1px solid #e4e8e1}.portal-welcome{display:grid;grid-template-columns:260px 1fr;margin-top:1rem}.portal-welcome .welcome-preview{height:240px}@media(max-width:1000px){.admin-insights{grid-template-columns:repeat(2,1fr)}}@media(max-width:840px){.portal-welcome{grid-template-columns:1fr}.admin-header{display:grid}}@media(max-width:620px){.admin-insights{grid-template-columns:1fr}}
