/* ============================================================
   Liquid Glass — Day Theme
   Overrides --lg-* properties for light/cream backgrounds.
   ============================================================ */

.glass-theme-day .glass-plate-wrap {
    /* Shadow — softer on light background */
    --lg-shadow: 0 6px 24px hsla(212, 50%, 30%, 0.14),
                 0 2px 6px hsla(212, 50%, 30%, 0.10);

    /* Tint — slightly more visible against cream */
    --lg-tint-color: hsla(212, 50%, 65%, 0.14);

    /* Shine — tinted, not pure white (white invisible on cream) */
    --lg-shine-top: inset 0 1px 1px 0 hsla(212, 60%, 88%, 0.55);
    --lg-shine-bottom: inset 0 -1px 1px 0 hsla(212, 60%, 88%, 0.18);

    /* Border — blue-tinted edge */
    --lg-border-color: hsla(212, 60%, 80%, 0.35);

    /* Noise — less on light */
    --lg-noise-opacity: 0.02;
}