/* STYL AM – jaśniejszy, bardziej niebieski */
html[data-theme="am"] {
    /* Tła */
    --bg-primary: #020318;
    --bg-secondary: #030922;
    --bg-page: #02061a;
    --bg-surface: #020b24;
    --bg-surface-alt: #031131;

    /* Karty / boxy */
    --card-bg: #061843;
    --card-bg-soft: #0a2154;

    /* Teksty – trochę jaśniejsze */
    --text-primary: #e4ebff;
    --text-secondary: #d7e3ff;
    --text-muted: #a0aed5;

    /* Akcent – Twój kolor + jaśniejsze warianty */
    --accent-main: #5c7aff;
    --accent-main-soft: #2344c5;
    --accent-strong: #000f5a;
        --accent-hover: #69aaff;
    --accent-secondary: #60a5fa;
    --header-bg: #5c7aff80;

    /* Obramowania – jaśniejsze niebieskie */
    --border-subtle: #1b2b63;
    --border-strong: #29407d;

    /* Inputy */
    --input-bg: #020b24;
    --input-border: #1b2b63;
    --input-border-focus: #001a8a;

    /* Cienie – bardziej „niebieskie” niż czarne */
    --shadow-soft: 0 2px 8px rgba(15, 23, 65, 0.55);
    --shadow-medium: 0 12px 32px rgba(15, 23, 65, 0.8);

    /* Statusy – lekko podbite jasnością */
    --success-bg: #06301a;
    --success-border: #22c55e;
    --success-text: #c4f8d6;

    --error-bg: #491017;
    --error-border: #fb7171;
    --error-text: #fed0cf;

    --warning-bg: #47300c;
    --warning-border: #facc15;
    --warning-text: #fef4c4;

    --info-bg: #041437;
    --info-border: #3b82f6;
    --info-text: #d0e2ff;

    /* Przyciski / badge */
    --btn-primary-bg: linear-gradient(135deg, #2344c5, #5c7aff);
    --btn-primary-border: #60a5fa;

    --btn-secondary-bg: rgba(37, 99, 235, 0.25);
    --btn-secondary-border: #1b2b63;

    --badge-admin-bg: linear-gradient(135deg, #2563eb, #1d4ed8);
    --badge-editor-bg: linear-gradient(135deg, #5c7aff, #2563eb);
    --badge-viewer-bg: rgba(75, 85, 99, 0.6);

    /* Progress / timeline / dekoracje */
    --progress-bg: #020b24;
    --progress-fill: linear-gradient(90deg, #2344c5, #5c7aff);

    /* Linki */
    --link-color: #93c5fd;
    --link-hover: #bfdbfe;
}
