:root{
/* Neutrals — warm-leaning greys sampled from the source artwork */
--ink-900:#111111;--ink-800:#2b2b2b;--ink-700:#3d3d3d;--ink-600:#5c5c5c;--ink-500:#7a7a7a;--ink-400:#9b9b9b;--ink-300:#c6c6c6;--ink-200:#e2e1de;--ink-100:#efefec;--ink-50:#f6f5f2;--white:#ffffff;
/* Brand accent — the rating/AI-active orange */
--flame-700:#b93c05;--flame-600:#d7480a;--flame-500:#f3570a;--flame-400:#f77c3f;--flame-200:#fbc7a6;--flame-50:#fdf1e9;
/* Support hues */
--gold-500:#ffc700;--gold-50:#fff8e0;
--mint-500:#1f9c86;--mint-50:#f0fbf7;
--violet-500:#5b4bdb;
/* Semantic surfaces */
--surface-page:#e9e8e5;--surface-app:#fdfcfb;--surface-card:#ffffff;--surface-sunken:#f2f3f0;--surface-inverse:#2b2b2b;--surface-tint:#fdf1e9;
/* Semantic text */
--text-strong:#111111;--text-body:#3d3d3d;--text-muted:#7a7a7a;--text-faint:#9b9b9b;--text-inverse:#ffffff;--text-accent:#f3570a;--text-link:#111111;
/* Lines */
--border-hairline:#e2e1de;--border-strong:#111111;--border-field:#c6c6c6;--border-focus:#f3570a;
/* Actions */
--action-primary:#2b2b2b;--action-primary-hover:#111111;--action-accent:#f3570a;--action-accent-hover:#d7480a;
/* Status */
--status-success:#1f9c86;--status-success-bg:#f0fbf7;--status-warning:#ffc700;--status-danger:#d7480a;--status-verified:#5b4bdb;
/* AI studio surfaces (dark glass overlays on room imagery) */
--ai-glass:rgba(255,255,255,.92);--ai-toolbar:#1b1b1b;--ai-pin:#0fd6a4;
}
