:root {
    --bg: #07110a;
    --bg-dark: #020603;
    --bg-soft: #0d1910;
    --surface: #efe6cc;
    --surface-alt: #e0d4b2;
    --surface-line: #c6b788;
    --ink: #11140d;
    --ink-soft: #2d3127;
    --green: #88f088;
    --green-strong: #3ad13a;
    --amber: #d9a84f;
    --amber-soft: #f0c674;
    --red: #cf6a4c;
    --cyan: #5fb3b3;
    --title-active: linear-gradient(90deg, #081108 0%, #122217 100%);
    --title-inactive: linear-gradient(90deg, #121812 0%, #1b231b 100%);
    --mono: "Courier New", Courier, monospace;
    --ui: "Courier New", Courier, monospace;
    --shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
    --radius: 0;
    --container: min(1180px, calc(100vw - 1.2rem));
    --topbar: 56px;
}
