/* Cloudpedia palette — single source of truth for accent blues.
   Loaded unconditionally before any other custom stylesheet so tokens
   resolve on pages whose own stylesheet is conditionally loaded.
   Contains no selectors other than :root. */

:root {
    /* Primary action, link, active state */
    --cp-primary-500: #2563EB;
    /* Hover / pressed, darker end of a gradient */
    --cp-primary-600: #1E40AF;
    /* Lighter hover, decorative artwork */
    --cp-primary-400: #3B82F6;
    /* Soft border, light tint */
    --cp-primary-300: #93C5FD;
    /* Deep gradient terminus */
    --cp-primary-900: #1e3a6e;
    /* Light tints for backgrounds/borders (blue) */
    --cp-primary-50: #EFF6FF;
    --cp-primary-100: #DBEAFE;
    /* Glow / low-alpha bloom */
    --cp-glow: rgba(37, 99, 235, 0.08);
    /* Switch track / soft background */
    --cp-primary-500-soft: rgba(37, 99, 235, 0.2);
    /* Sidebar glow layers — derived from the same blues */
    --cp-glow-soft: rgba(37, 99, 235, 0.12);
    --cp-glow-strong: rgba(37, 99, 235, 0.24);
    --cp-glow-accent: rgba(59, 130, 246, 0.16);
    /* Neutral grays — headings and muted text (used via fallback in whois) */
    --cp-gray-900: #0f172a;
    --cp-gray-600: #475569;
}
