/* ============================================================
   Liquid Glass — Night Theme
   Overrides --lg-* properties for dark backgrounds.
   ============================================================ */

.glass-theme-night .glass-plate-wrap {
    /* Shadow — deeper on dark, more visible */
    --lg-shadow: 0 8px 32px hsla(212, 60%, 10%, 0.35),
                 0 2px 8px hsla(212, 60%, 10%, 0.25);

    /* Tint — slightly bluer, less opacity (dark bg provides contrast) */
    --lg-tint-color: hsla(212, 60%, 70%, 0.10);

    /* Shine — brighter (catches light on dark) */
    --lg-shine-top: inset 0 1px 1px 0 hsla(0, 0%, 100%, 0.55);
    --lg-shine-bottom: inset 0 -1px 1px 0 hsla(0, 0%, 100%, 0.15);

    /* Border — more visible edge on dark */
    --lg-border-color: hsla(0, 0%, 100%, 0.30);

    /* Noise — slightly more on dark */
    --lg-noise-opacity: 0.03;
}