body.sa-body {
    background: #eef2f7;
    color: #132238;
    min-height: 100vh;
}

.sa-shell {
    display: flex;
    min-height: 100vh;
}

.sa-sidebar {
    width: 260px;
    background: #071526;
    color: #ffffff;
    padding: 22px 18px;
}

.sa-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
}

.sa-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #d6b36a;
    color: #071526;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.sa-brand-title {
    font-size: 20px;
    font-weight: 800;
}

.sa-brand-subtitle {
    color: #9fb3ce;
    font-size: 11px;
    line-height: 1.35;
}

.sa-menu-group {
    margin-bottom: 26px;
}

.sa-menu-title {
    color: #6f86a3;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    margin: 0 0 10px 10px;
}

.sa-nav-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #c4d4e8;
    padding: 11px 13px;
    border-radius: 10px;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 600;
}

.sa-nav-link:hover,
.sa-nav-link.active {
    background: rgba(214, 179, 106, .16);
    color: #f0d99a;
}

.sa-main {
    flex: 1;
    min-width: 0;
}

.sa-topbar {
    height: 76px;
    background: #ffffff;
    border-bottom: 1px solid #dfe6ef;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sa-kicker {
    color: #9a7a32;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.sa-topbar h1 {
    color: #132238;
    font-size: 24px;
    font-weight: 800;
}

.sa-breadcrumb {
    color: #7b8ba1;
    font-size: 13px;
    margin-top: 3px;
}

.sa-topbar-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sa-system-pill,
.sa-user-pill {
    background: #f3f6fa;
    border: 1px solid #dfe6ef;
    border-radius: 999px;
    padding: 9px 13px;
    font-size: 13px;
    font-weight: 700;
    color: #132238;
}

.sa-system-pill {
    color: #16834c;
}

.sa-content {
    padding: 28px;
}

.sa-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.sa-dashboard-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 22px;
    margin-bottom: 22px;
}

.sa-panel {
    background: #ffffff;
    border: 1px solid #dfe6ef;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(18, 34, 56, .07);
}

.sa-panel-header {
    padding: 20px 22px;
    border-bottom: 1px solid #edf1f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sa-panel-kicker {
    color: #9a7a32;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.sa-panel-header h2 {
    color: #132238;
    font-size: 18px;
}

.sa-panel-link {
    color: #9a7a32;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.sa-panel-body {
    padding: 22px;
}

.sa-empty-state {
    background: #f7f9fc;
    border: 1px dashed #cfd9e6;
    border-radius: 14px;
    padding: 18px;
}

.sa-empty-title {
    color: #132238;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 6px;
}

.sa-empty-text {
    color: #6d7f95;
    font-size: 14px;
    line-height: 1.6;
}

.sa-timeline {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sa-timeline-item {
    display: flex;
    gap: 12px;
}

.sa-timeline-dot {
    width: 10px;
    height: 10px;
    background: #d6b36a;
    border-radius: 50%;
    margin-top: 5px;
}

.sa-timeline-title {
    color: #132238;
    font-weight: 800;
}

.sa-timeline-meta {
    color: #6d7f95;
    font-size: 14px;
    margin-top: 3px;
}

.sa-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sa-action-card {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 74px;

    background: #f7f9fc;
    border: 1px solid #dfe6ef;
    border-radius: 14px;

    color: #132238;
    text-decoration: none;

    font-size: 14px;
    font-weight: 800;

    transition: .18s ease;
}

.sa-action-card:hover {
    background: rgba(214, 179, 106, .13);
    border-color: rgba(154, 122, 50, .25);
    color: #9a7a32;
}

.sa-overview-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sa-overview-item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #f7f9fc;
    border: 1px solid #dfe6ef;
    border-radius: 13px;

    padding: 14px 16px;
}

.sa-overview-item span {
    color: #6d7f95;
    font-size: 14px;
    font-weight: 700;
}

.sa-overview-item strong {
    color: #132238;
    font-size: 18px;
    font-weight: 900;
}