/* Tibor v13 light palette: export-vyber-standalone.html, themeVars(). */
:root{--stg-ink:#201c19;--stg-ink2:#4a443e;--stg-muted:#6b655f;--stg-muted2:#716a63;--stg-muted3:#78716a;--stg-orange:#b34700;--stg-accent:#e05a00;--stg-solid:#bc4b00;--stg-solid-hover:#a84300;--stg-line:#e4e0db;--stg-line2:#c9c2ba;--stg-line-strong:#989086;--stg-surface:#fff;--stg-soft:#f7f6f4;--stg-surface3:#f1efec;--stg-tint:#fff4ed;--stg-tint-line:#f0d6c4;--stg-r1:8px;--stg-r2:12px;--stg-r3:16px;--stg-font:'Archivo','Helvetica Neue',Helvetica,Arial,sans-serif;--stg-font-stable:'Archivo','Archivo Metric Fallback','Helvetica Neue',Helvetica,Arial,sans-serif;--stg-mono:'IBM Plex Mono',monospace}

/* Shared layout scale; demo viewport chrome is intentionally absent. */
:root{--stg-content-width:1216px;--stg-document-width:1280px;--stg-gutter:32px;--stg-space-1:8px;--stg-space-2:12px;--stg-space-3:16px;--stg-space-4:20px;--stg-space-5:24px;--stg-space-6:32px;--stg-space-7:40px;--stg-section-inset:var(--stg-space-7);--stg-heading:40px;--stg-control-height:44px}
@media(max-width:700px){:root{--stg-section-inset:var(--stg-space-4);--stg-gutter:16px;--stg-heading:30px}}

/* Shared overlays and elevation; component CSS consumes these without redefining colors. */
:root{--stg-header-surface:rgba(255,255,255,.92);--stg-accent-wash:rgba(224,90,0,.06);--stg-shadow-menu:0 12px 30px #201c1917;--stg-shadow-sticky:0 -6px 18px #201c1914}

:root{--stg-on-accent:#fff;--stg-color-scheme:light}
/* Tibor dark palette; preference script and no-JS system fallback share these tokens. */
:root[data-theme="dark"]{--stg-ink:#eef3f1;--stg-ink2:#c6d3d1;--stg-muted:#a3b3b1;--stg-muted2:#94a5a3;--stg-muted3:#94a5a3;--stg-orange:#ff9052;--stg-line:#2c565d;--stg-line2:#55838b;--stg-line-strong:#55838b;--stg-surface:#0d2c31;--stg-soft:#12343a;--stg-surface3:#173b42;--stg-tint:#37210f;--stg-tint-line:#6b3d18;--stg-header-surface:rgba(13,44,49,.96);--stg-accent-wash:rgba(224,90,0,.16);--stg-shadow-menu:0 12px 30px #0006;--stg-shadow-sticky:0 -6px 18px #0004;--stg-color-scheme:dark;}
@media(prefers-color-scheme:dark){:root:not([data-theme]){--stg-ink:#eef3f1;--stg-ink2:#c6d3d1;--stg-muted:#a3b3b1;--stg-muted2:#94a5a3;--stg-muted3:#94a5a3;--stg-orange:#ff9052;--stg-line:#2c565d;--stg-line2:#55838b;--stg-line-strong:#55838b;--stg-surface:#0d2c31;--stg-soft:#12343a;--stg-surface3:#173b42;--stg-tint:#37210f;--stg-tint-line:#6b3d18;--stg-header-surface:rgba(13,44,49,.96);--stg-accent-wash:rgba(224,90,0,.16);--stg-shadow-menu:0 12px 30px #0006;--stg-shadow-sticky:0 -6px 18px #0004;--stg-color-scheme:dark;}}
