/* Welcome screen: independent full-screen warm canvas, never a blurred live page. */
#welcomeOverlay.welcome-glass-overlay { position:fixed !important; inset:0 !important; width:100vw !important; height:100dvh !important; min-height:100vh !important; border-radius:0 !important; background:#e7ded2 !important; opacity:1 !important; animation:none !important; backdrop-filter:none !important; -webkit-backdrop-filter:none !important; }
#welcomeOverlay.welcome-glass-overlay::before,#welcomeOverlay.welcome-glass-overlay::after,#welcomeOverlay .welcome-orb { display:none !important; content:none !important; }
#welcomeOverlay .welcome-glass-card { width:min(calc(100% - 28px),460px) !important; max-height:calc(100dvh - 42px) !important; box-sizing:border-box !important; padding:22px 16px 20px !important; border:1px solid rgba(255,255,255,.80) !important; border-radius:30px !important; background:rgba(255,253,248,.52) !important; box-shadow:0 15px 36px rgba(92,72,55,.15),inset 0 1px 0 rgba(255,255,255,.88) !important; backdrop-filter:blur(10px) saturate(112%) !important; -webkit-backdrop-filter:blur(10px) saturate(112%) !important; }
#welcomeOverlay .welcome-logo { width:78px !important; height:78px !important; margin-bottom:9px !important; }
#welcomeOverlay .welcome-brand { color:#4a382d !important; font-size:29px !important; text-shadow:none !important; }
#welcomeOverlay .welcome-family-label { margin:11px 0 7px !important; color:#806855 !important; text-shadow:none !important; }
#welcomeOverlay .welcome-family { gap:8px 5px !important; padding:10px 8px !important; border-radius:22px !important; background:rgba(255,255,255,.34) !important; box-shadow:inset 0 1px 0 rgba(255,255,255,.76) !important; backdrop-filter:blur(7px) !important; -webkit-backdrop-filter:blur(7px) !important; }
#welcomeOverlay .welcome-family-member { color:#4a3b31 !important; text-shadow:none !important; }
#welcomeOverlay .welcome-family-member i { width:39px !important; height:39px !important; box-shadow:0 5px 12px rgba(74,54,42,.13),inset 0 1px 0 rgba(255,255,255,.62) !important; }
body[data-page="home"] #welcomeOverlay .welcome-glass-card .welcome-enter { min-height:54px !important; margin-top:17px !important; color:#fffdfa !important; background:linear-gradient(112deg,rgba(126,93,72,.82),rgba(165,126,96,.68)) !important; box-shadow:0 8px 20px rgba(84,59,43,.17),inset 0 1px 0 rgba(255,255,255,.48) !important; backdrop-filter:none !important; -webkit-backdrop-filter:none !important; }
