/**
 * SecurityGab Inc — proprietary & confidential.
 * https://dengisan.nl
 * Copyright (c) 2026 SecurityGab Inc. All rights reserved.
 * Unauthorized copying, distribution, or reverse engineering of this file,
 * in whole or in part, is strictly prohibited without written permission.
 */
:root{
    --bg:#000000;
    --panel:#16181c;
    --panel-alt:#1c1f23;
    --border:#2f3336;
    --border-hover:#536471;
    --green:#39ff6a;
    --green-soft:#5dffb0;
    --green-dim:#2d8f4e;
    --red:#f4212e;
    --amber:#ffb454;
    --text:#e7e9ea;
    --text-dim:#8b98a5;
    --text-dimmer:#5b6771;
    --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
