/* Standalone controls: do not replace an application's brand tokens. */
:root{color-scheme:light;--ft-panel:#fff;--ft-text:#334861;--ft-line:#dce4ed;--ft-active:#e8eefb;--ft-accent:#245ab4}
:root[data-forge-theme=dark]{color-scheme:dark;--ft-panel:#1a293a;--ft-text:#d7e3ef;--ft-line:#34465b;--ft-active:#283f59;--ft-accent:#a6c8ff}
.site-theme{display:flex;justify-content:flex-end;padding:8px 0 16px}
.forge-theme{font:500 11px system-ui;color:var(--ft-text);max-width:260px}
.forge-theme>span{display:block;margin-bottom:7px;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.forge-theme-options{display:flex;gap:3px;padding:4px;background:var(--ft-panel);border:1px solid var(--ft-line);border-radius:11px}
.forge-theme-options button{display:flex;align-items:center;justify-content:center;gap:5px;flex:1;border:0;border-radius:7px;padding:8px 9px;background:transparent;color:var(--ft-text);font:500 11px system-ui;cursor:pointer;box-shadow:none}
.forge-theme-options button[aria-pressed=true]{background:var(--ft-active);color:var(--ft-accent)}
.forge-theme-options svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6}
.forge-theme-options button:focus-visible{outline:3px solid var(--ft-accent);outline-offset:2px}
@media(max-width:600px){.forge-theme-options button{min-height:38px}.site-theme{padding:8px 0 14px}}
