/* Shared styling for account/admin consoles */
:root {
    --floodnet-text: #e8f7ff;
    --floodnet-muted: #b8d4e5;
    --floodnet-accent: #6affd3;
    --floodnet-panel: #1f123175;
    --floodnet-panel-strong: #07152a9c;
    --floodnet-border: #65bfe85c;
    --floodnet-bg: #030005;
}