/*
 * Axinar v0.24 authoritative theme runtime presentation.
 * Theme values are applied as CSS variables by theme-runtime.js.
 */
:root{
 --v230-bg:#08111b;
 --v230-panel:#0d1a28;
 --v230-text:#eef5ff;
 --v230-muted:#9db0c3;
 --v230-accent:#2c91d0;
 --v230-decorative:#d7a94d;
 --v230-board:#5d3b25;
 --v230-button:#166da3;
 --v230-button-hover:#24415b;
}
body{color:var(--v230-text)}
.panel{border-color:color-mix(in srgb,var(--v230-accent) 38%,transparent)}
.primary{background:var(--v230-button)}
button.primary:hover:not(:disabled){background:var(--v230-button-hover)}
.axinar-wordmark,.game-title-row h2,.v230-theme-heading{color:var(--v230-decorative)}
.board{border-color:var(--v230-board)}
.muted{color:var(--v230-muted)}

.theme-result-heading{
    margin:8px 0;
    color:var(--v230-decorative);
    text-align:center;
}
