/*
 * Seventh Son of a Seventh Son — MaidenFans theme
 *
 * Cold steel blue drawn from the tundra and mountains in the hero.
 * Deep icy blue, not purple, not teal. Frozen and supernatural.
 * Swap this file for a different album theme.
 */

:root {
    /* Backgrounds — deep cold black-blue */
    --bg:              #050a14;
    --bg-panel:        #0a1220;
    --bg-panel-alt:    #0e182c;
    --bg-inset:        #070c18;
    --bg-hover:        #132038;

    /* Text */
    --text:            #c8d2de;
    --text-secondary:  #7b8da4;
    --text-muted:      #4a5c72;

    /* Accents — chrome-ice blue, matching the frozen logotype */
    --accent:          #8cbde0;
    --accent-bright:   #b0d8f0;
    --accent-dim:      #4a8fbe;
    --accent-glow:     rgba(140, 189, 224, .25);

    /* Gold — warm amber, pops against the cold */
    --gold:            #e8a910;
    --gold-hover:      #ffbe1a;
    --gold-glow:       rgba(232, 169, 16, .2);

    /* Deep indigo — icy secondary accents */
    --indigo:          #6080b8;
    --indigo-dim:      #405a8a;
    --indigo-glow:     rgba(96, 128, 184, .12);

    /* Borders — blue-tinted dark */
    --border:          #152035;
    --border-light:    #1e2e4a;
    --border-glow:     rgba(107, 168, 214, .08);

    /* Functional */
    --danger:          #e74c3c;
    --success:         #2ecc71;

    /* Typography */
    --font-body:       'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    --font-heading:    Georgia, 'Times New Roman', serif;

    /* Sizing */
    --max-width:       1100px;
    --sidebar-width:   220px;
    --gap:             1.5rem;
    --radius:          6px;
}
