/* Indoor Vision — izvorne boje + semantički tokeni tema */
:root {
 --iv-purple:#23205F; --iv-blue:#2591D0; --iv-yellow:#F9C312;
 --iv-green:#0E7C3F; --iv-red:#DF4B43;
 --iv-space-unit:8px; --iv-radius:16px;
 --iv-font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
:root,[data-theme="dark"] {
 color-scheme:dark;
 --iv-bg:#111322; --iv-surface:#1E2135; --iv-text:#F6F8FA;
 --iv-muted:#BAC2D3; --iv-border:#394158; --iv-link:#73C4F2;
 --iv-button:#F9C312; --iv-button-text:#17192D;
}
[data-theme="light"] {
 color-scheme:light;
 --iv-bg:#F6F8FA; --iv-surface:#FFFFFF; --iv-text:#17192D;
 --iv-muted:#596374; --iv-border:#DDE3E8; --iv-link:#176A9A;
 --iv-button:#23205F; --iv-button-text:#FFFFFF;
}
