/* ================================================================= */
/* LAKAN TOAST SYSTEM – Global styles                                */
/* HeroUI-inspired card toasts with left accent border               */
/* Fully parametric via --lk-snack-* tokens                          */
/* Types: Success · Error · Warning · Info                           */
/* ================================================================= */

/* 
 * NOTE: Most styling lives in the scoped LkToast.razor.css.
 * This file only provides the dark-theme overrides for close
 * button hover and any global reset that scoped styles can't reach.
 */

/* Dark theme: close button hover bg */
.dark-theme .lk-toast-close:hover {
    background: rgba(255, 255, 255, 0.1);
}
