.landing-shell--sdm-14-sky,
.public-dashboard-shell--sdm-14-sky {
    --landing-accent: #0ea5e9;
    --landing-accent-strong: #0369a1;
    --landing-link-color: #0369a1;
}

.landing-shell--sdm-14-sky {
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.14), transparent 26rem),
        linear-gradient(180deg, #f0f9ff 0%, #f8fafc 42%, #ffffff 100%);
}

.landing-shell--sdm-14-sky .landing-hero,
.landing-shell--sdm-14-sky .landing-card,
.landing-shell--sdm-14-sky .landing-cta-strip {
    border-color: rgba(14, 165, 233, 0.16);
    box-shadow: 0 18px 40px rgba(14, 165, 233, 0.08);
}

.landing-shell--sdm-14-sky .landing-hero {
    background: linear-gradient(135deg, #075985 0%, #0284c7 45%, #38bdf8 100%);
}

.landing-shell--sdm-14-sky .landing-chip,
.landing-shell--sdm-14-sky .landing-quick-link__icon {
    background: rgba(14, 165, 233, 0.10);
    color: #0369a1;
}

.public-dashboard-shell--sdm-14-sky {
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.10), transparent 24rem),
        linear-gradient(180deg, #eff9ff 0%, #f8fbff 40%, #ffffff 100%);
}

.public-dashboard-shell--sdm-14-sky .public-dashboard-shell__inner {
    width: min(calc(100% - 2rem), 1280px);
    padding: 1.4rem 0 3rem;
}

.public-dashboard-shell--sdm-14-sky .public-dashboard-hero {
    background: linear-gradient(135deg, #075985 0%, #0284c7 48%, #38bdf8 100%);
    border-color: rgba(14, 165, 233, 0.18);
    box-shadow: 0 22px 48px rgba(14, 165, 233, 0.12);
}

.public-dashboard-shell--sdm-14-sky .public-kpi-card,
.public-dashboard-shell--sdm-14-sky .public-panel,
.public-dashboard-shell--sdm-14-sky .public-dashboard-footer {
    border-color: rgba(14, 165, 233, 0.16);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.public-dashboard-shell--sdm-14-sky .public-kpi-card--primary,
.public-dashboard-shell--sdm-14-sky .public-kpi-card--success,
.public-dashboard-shell--sdm-14-sky .public-kpi-card--info,
.public-dashboard-shell--sdm-14-sky .public-kpi-card--warning {
    position: relative;
    overflow: hidden;
}

.public-dashboard-shell--sdm-14-sky .public-kpi-card--primary::before,
.public-dashboard-shell--sdm-14-sky .public-kpi-card--success::before,
.public-dashboard-shell--sdm-14-sky .public-kpi-card--info::before,
.public-dashboard-shell--sdm-14-sky .public-kpi-card--warning::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, #0284c7 0%, #38bdf8 100%);
}

.theme-sdm-14-sky.berkah-analytics-shell .berkah-analytics-status-bar,
.theme-sdm-14-sky .berkah-analytics-hero,
.theme-sdm-14-sky .berkah-analytics-context-bar,
.theme-sdm-14-sky .berkah-analytics-kpi-card,
.theme-sdm-14-sky .berkah-analytics-focus-panel,
.theme-sdm-14-sky .berkah-analytics-chart-card,
.theme-sdm-14-sky .berkah-analytics-insight-panel,
.theme-sdm-14-sky .berkah-analytics-breakdown-panel,
.theme-sdm-14-sky .berkah-analytics-monitor-table,
.theme-sdm-14-sky .berkah-analytics-footer {
    border-color: rgba(14, 165, 233, 0.16);
}

.theme-sdm-14-sky .berkah-analytics-hero {
    background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
}

.theme-sdm-14-sky .berkah-analytics-page-nav__item.is-active,
.theme-sdm-14-sky .berkah-analytics-action,
.theme-sdm-14-sky .berkah-analytics-chip {
    border-color: rgba(14, 165, 233, 0.24);
    background: rgba(14, 165, 233, 0.08);
    color: #0c4a6e;
}

@media (max-width: 1366px) {
    .public-dashboard-shell--sdm-14-sky .public-dashboard-shell__inner,
    .landing-shell--sdm-14-sky .landing-shell__inner {
        width: min(calc(100% - 1.5rem), 1200px);
    }
}
