.stats69-shell,
.stats69-admin-shell {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.stats69-hero,
.stats69-admin-hero,
.statistics-home-card-69 {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
    gap: 22px;
    align-items: stretch;
    padding: 26px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(12, 45, 82, .96), rgba(18, 86, 131, .9));
    color: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .16);
}

.stats69-hero h2,
.stats69-admin-hero h2,
.statistics-home-card-69 h3 {
    color: #fff;
    margin: 8px 0 10px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.05;
}

.statistics-home-card-69 h3 {
    font-size: clamp(1.5rem, 2vw, 2.2rem);
}

.stats69-hero p,
.stats69-admin-hero p,
.statistics-home-card-69 p {
    color: rgba(255, 255, 255, .86);
    max-width: 820px;
}

.stats69-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.stats69-actions,
.stats69-admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.stats69-admin-actions {
    align-items: flex-start;
    justify-content: flex-end;
}

.stats69-admin-actions form {
    margin: 0;
}

.stats69-hero-card,
.statistics-home-points-69 {
    padding: 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.stats69-hero-card strong {
    font-size: 1.35rem;
}

.stats69-hero-card span,
.stats69-hero-card small,
.statistics-home-points-69 span {
    color: rgba(255, 255, 255, .84);
}

.statistics-home-points-69 div {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.statistics-home-points-69 div:last-child {
    border-bottom: 0;
}

.statistics-home-points-69 strong {
    display: block;
    color: #fff;
    margin-bottom: 4px;
}

.stats69-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.stats69-metric-card {
    background: #fff;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .07);
}

.stats69-metric-card span {
    display: inline-block;
    color: #64748b;
    font-size: .74rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
}

.stats69-metric-card strong {
    display: block;
    margin: 10px 0 6px;
    color: #0f172a;
    font-size: clamp(1.55rem, 2.4vw, 2.25rem);
    line-height: 1;
}

.stats69-metric-card h3 {
    margin: 0 0 8px;
    color: #1e293b;
    font-size: 1rem;
}

.stats69-metric-card p {
    margin: 0;
    color: #64748b;
    font-size: .9rem;
}

.stats69-grid-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.stats69-panel {
    background: #fff;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.stats69-panel-head {
    margin-bottom: 16px;
}

.stats69-panel-head span {
    display: inline-block;
    color: #2563eb;
    font-size: .74rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 900;
}

.stats69-panel-head h3 {
    margin: 5px 0 0;
    color: #0f172a;
}

.stats69-panel-head p {
    margin: 6px 0 0;
    color: #64748b;
}

.stats69-bars {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.stats69-bar-row {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(120px, 1.4fr) 54px;
    gap: 12px;
    align-items: center;
}

.stats69-bar-row span {
    color: #334155;
    font-weight: 700;
    font-size: .9rem;
}

.stats69-bar-row div {
    height: 10px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
}

.stats69-bar-row i {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    border-radius: inherit;
}

.stats69-bar-row strong {
    color: #0f172a;
    text-align: right;
}

.stats69-notes-panel ul,
.stats69-panel ul {
    margin: 0 0 16px;
    padding-left: 20px;
    color: #475569;
}

.stats69-notes-panel li,
.stats69-panel li {
    margin-bottom: 8px;
}

.stats69-group-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.stats69-group-grid article {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px;
    background: #f8fafc;
}

.stats69-group-grid h4 {
    margin: 0 0 12px;
    color: #0f172a;
}

.stats69-mini-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-top: 1px solid #e2e8f0;
}

.stats69-mini-row span {
    color: #475569;
}

.stats69-mini-row strong {
    color: #0f172a;
    white-space: nowrap;
}

.stats69-admin-metrics {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.stats69-admin-table-wrap {
    overflow-x: auto;
}

.stats69-admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
}

.stats69-admin-table th,
.stats69-admin-table td {
    padding: 11px 12px;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
    vertical-align: top;
}

.stats69-admin-table th {
    color: #475569;
    background: #f8fafc;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.stats69-admin-table td {
    color: #334155;
}

.stats69-admin-table td span {
    color: #64748b;
    font-size: .86rem;
}

@media (max-width: 1100px) {
    .stats69-metric-grid,
    .stats69-admin-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .stats69-group-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .stats69-hero,
    .stats69-admin-hero,
    .statistics-home-card-69,
    .stats69-grid-two,
    .stats69-group-grid {
        grid-template-columns: 1fr;
    }
    .stats69-metric-grid,
    .stats69-admin-metrics {
        grid-template-columns: 1fr;
    }
    .stats69-bar-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .stats69-bar-row strong {
        text-align: left;
    }
}
