.manager-shell {
    max-width: 720px;
    margin: 0 auto;
}

.manager-heading {
    margin-bottom: 24px;
}

.manager-heading h1 {
    margin-bottom: 8px;
}

.manager-date {
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.today-brief,
.section-card {
    background: rgba(255, 255, 255, .82);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
    margin-bottom: 20px;
    padding: 24px;
}

.today-brief {
    border-top: 6px solid var(--sage-dark);
}

.section-kicker,
.simple-label {
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
    margin-bottom: 8px;
}

.today-brief h2 {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 12px;
}

.brief-lead {
    color: var(--muted);
    margin-bottom: 18px;
}

.brief-action {
    background: var(--sage-dark) !important;
    display: block !important;
    margin: 0 !important;
    text-align: center;
    width: 100%;
}

.brief-divider {
    border-top: 1px solid var(--line);
    margin: 22px 0 18px;
}

.demo-label {
    background: #eee8d7;
    border-radius: 999px;
    color: #705b2d;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 14px;
    padding: 6px 10px;
}

.brief-insight-list {
    display: grid;
    gap: 12px;
}

.brief-insight {
    background: var(--sage-card);
    border: 1px solid var(--line);
    border-left: 5px solid var(--navy);
    border-radius: 15px;
    padding: 16px;
}

.brief-insight.amber {
    border-left-color: #b98a32;
}

.brief-insight.green {
    border-left-color: var(--sage-dark);
}

.brief-insight.navy {
    border-left-color: var(--navy);
}

.insight-type {
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.brief-insight h3 {
    font-size: 20px;
    margin-bottom: 6px;
}

.brief-insight p {
    color: var(--muted);
    font-size: 15px;
    margin: 0;
}

.section-card h2 {
    margin-bottom: 18px;
}

.spend-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.spend-box {
    background: var(--sage-card);
    border: 1px solid var(--line);
    border-radius: 17px;
    padding: 18px;
}

.spend-value {
    color: var(--navy);
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 900;
    line-height: 1.1;
}

.spend-value.small {
    font-size: 22px;
}

.small-note {
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin-top: 8px;
}

.data-note {
    background: #edf2e8;
    border: 1px solid var(--line);
    border-radius: 14px;
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin-top: 15px;
    padding: 12px 14px;
}

.bar-item {
    margin-bottom: 19px;
}

.bar-header {
    display: flex;
    font-family: Arial, sans-serif;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.bar-name {
    color: var(--navy);
    font-weight: 800;
}

.bar-value {
    color: var(--muted);
}

.bar-track {
    background: #dde6d7;
    border-radius: 999px;
    height: 14px;
    overflow: hidden;
}

.bar-fill {
    background: var(--sage-dark);
    border-radius: 999px;
    height: 100%;
}

.product-row-simple,
.activity-row {
    border-bottom: 1px solid var(--line);
    font-family: Arial, sans-serif;
    padding: 15px 0;
}

.product-row-simple:last-child,
.activity-row:last-child {
    border-bottom: none;
}

.product-row-simple {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.product-name {
    color: var(--navy);
    font-weight: 800;
}

.activity-row a {
    color: var(--navy);
    font-weight: 800;
    text-decoration: none;
}

.activity-meta {
    color: var(--muted);
    font-size: 14px;
    margin-top: 5px;
}

.empty-state {
    color: var(--muted);
    font-family: Arial, sans-serif;
    padding: 10px 0;
}

@media (max-width: 620px) {
    .today-brief,
    .section-card {
        padding: 20px;
    }

    .today-brief h2 {
        font-size: 29px;
    }

    .spend-grid {
        grid-template-columns: 1fr 1fr;
    }

    .spend-value {
        font-size: 25px;
    }
}

@media (max-width: 390px) {
    .spend-grid {
        grid-template-columns: 1fr;
    }
}
