/* Elessar / Orthanc / Tolkien Theme for Vuer */
:root {
    /* Basalt / Obsidian / Orthanc Deep Dark Backgrounds */
    --color-bg: #080f09;
    --color-bg-elevated: #0e140e;
    --color-bg-card: #182619;
    --color-bg-hover: #213325;

    /* Weathered Iron Borders */
    --color-border: #2e4536;

    /* Elfstone / Elessar Green Accents */
    --color-primary: #457e59;
    --color-primary-hover: #5a985d;
    --color-border-focus: #48bb78;
    --color-primary-dim: rgba(46, 125, 50, 0.15);

    /* Mithril Silver / White Text */
    --color-text-primary: #e2f0e6;
    --color-text-secondary: #a0c0a4;
    --color-text-muted: #71967a;

    /* Lothlórien Gold Success/Highlight */
    --color-success: #ecc94b;
    --color-success-dim: rgba(236, 201, 75, 0.15);

    /* Barad-dûr Amber Warnings */
    --color-warning: #ddb720;
    --color-warning-dim: rgba(221, 107, 32, 0.15);

    /* Mount Doom Red Danger */
    --color-danger: #f41717;
    --color-danger-dim: rgba(229, 62, 62, 0.15);
}