:root {
    /* Brand Color Palette extracted from Screenshot_20260630-195441.jpg */
    --nma-green-primary: #008737;    /* Circular crest ring and text green */
    --nma-green-dark: #005c25;       /* Hover states and heavy typography */
    --nma-red-ogun: #ff0000;         /* Red used for the "OGUN STATE" text */
    --nma-red-hover: #cc0000;        /* Deep red for active button presses */
    
    /* Interface Neutrals */
    --bg-light: #f8f9fa;             /* Subtle gray body background */
    --surface-white: #ffffff;        /* Cards, forms, tables background */
    --text-dark: #212529;            /* High contrast body text */
    --text-muted: #6c757d;           /* Subtitles, timestamp logs */
    --border-color: #dee2e6;         /* Soft lines for table formatting */
    
    /* Global Styling Tokens */
    --radius-sm: 4px;
    --radius-md: 8px;
    --box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --transition: all 0.25s ease-in-out;
}