/* Shared light canvas. Only page backdrops change: editors, previews, charts,
   semantic result colors, component geometry and dark mode are untouched. */
:root {
    --kiv-mint-canvas: #f3f8f5;
    --kiv-mint-hero: linear-gradient(115deg, #e3f3eb 0%, #eff8f3 60%, #f5faf7 100%);
}

html:not(.kiv-shell-dark):root body {
    background-color: var(--kiv-mint-canvas);
    background-image: linear-gradient(180deg, rgba(243, 248, 245, 0), #f3f8f5),
        linear-gradient(115deg, #e2f3e9 0%, #edf7f1 46%, #f3f8f5 100%);
    background-repeat: no-repeat;
    background-size: 100% 720px;
}

html:not(.kiv-shell-dark) .kiv-downloads-hero,
html:not(.kiv-shell-dark) .kiv-workspace-hero {
    background: var(--kiv-mint-hero);
}
