/* Extracted from site/admin.html on 2026-04-14 */

.wrap { max-width: 1200px; margin: 0 auto; padding: 32px 24px 80px; }
        h1 { font-size: 30px; font-weight: 800; margin: 0 0 4px; }
        .sub { color: var(--text-secondary); margin: 0 0 24px; }
        .totals { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin-bottom: 28px; }
        .stat { background: white; border: 1.5px solid var(--border, #e5e7eb); border-radius: 12px; padding: 20px; }
        .stat .label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); margin-bottom: 6px; }
        .stat .value { font-size: 28px; font-weight: 800; }
        table { width: 100%; border-collapse: collapse; background: white; border: 1.5px solid var(--border, #e5e7eb); border-radius: 12px; overflow: hidden; }
        th, td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--border, #e5e7eb); font-size: 13px; }
        th { background: #f9fafb; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); }
        tr:last-child td { border-bottom: none; }
        a.org-link { color: var(--accent, #2563eb); text-decoration: none; font-weight: 600; }
        a.org-link:hover { text-decoration: underline; }
        .loading { padding: 60px; text-align: center; color: var(--text-muted); }
        .error { background: #fee2e2; border: 1.5px solid #fca5a5; color: #991b1b; padding: 14px; border-radius: 8px; }
        .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 32px 0 28px; }
        .feature-card { background: white; border: 1.5px solid var(--border, #e5e7eb); border-radius: 12px; padding: 20px; text-decoration: none; color: inherit; transition: transform .12s, box-shadow .12s; display: block; }
        .feature-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.06); border-color: var(--accent, #2563eb); }
        .feature-card .icon { font-size: 26px; margin-bottom: 8px; }
        .feature-card .title { font-weight: 800; font-size: 16px; margin-bottom: 4px; }
        .feature-card .desc { font-size: 12px; color: var(--text-muted); }
        .feature-card .open { display: inline-block; margin-top: 10px; color: var(--accent, #2563eb); font-weight: 700; font-size: 13px; }
        .section-title { font-size: 18px; font-weight: 800; margin: 32px 0 12px; }
