/* Central palette; values preserve the approved 0.5.2 appearance. */
:root {
 color-scheme:dark;
 --q-bg:#07070c;
 --q-surface:#101018;
 --q-card:#14141f;
 --q-border:#282837;
 --q-text:#f7f7fb;
 --q-muted:#b0afbf;
 --q-purple:#7549f5;
 --q-pink:#ff3f78;
 --q-green:#70ddb5;
 --q-container:1216px;
}
/* This body class follows is_front_page(), exactly like the design stylesheet. */
body.qoupy-design-page {
 --q-bg:#07070c;
 --q-surface:#100c17;
 --q-card:#110d19;
 --q-border:#493355;
 --q-text:#f7f5fc;
 --q-muted:#bbb0c9;
 --q-purple:#a419f5;
 --q-green:#86ffa6;
 --q-neon-button:linear-gradient(180deg,#b121ff,#9500f1 65%,#a91fff);
}
