diff --git a/public/res/img/mascot.webm b/public/res/img/mascot.webm index 46eebf1d..f2ae098a 100644 Binary files a/public/res/img/mascot.webm and b/public/res/img/mascot.webm differ diff --git a/src/app/pages/auth/styles.css.ts b/src/app/pages/auth/styles.css.ts index 9551731a..b537b264 100644 --- a/src/app/pages/auth/styles.css.ts +++ b/src/app/pages/auth/styles.css.ts @@ -108,7 +108,7 @@ export const AuthMascotVideo = style({ maxWidth: 'calc(100vw - (2 * var(--vojo-stack-pad)))', pointerEvents: 'none', userSelect: 'none', - filter: 'drop-shadow(0 30px 70px rgba(45, 47, 50, 0.7))', + filter: 'drop-shadow(0 0 70px rgba(45, 47, 50, 0.7))', }); /* ── Modal zone (position driven by JS) ── */