.install-app-button{margin-left:auto;margin-right:10px;height:42px;border:1px solid #cfe2dc;background:#fff;color:#1d7a62;border-radius:12px;padding:0 13px;display:flex;align-items:center;gap:7px;font:700 13px 'DM Sans',sans-serif;cursor:pointer;white-space:nowrap}.install-app-button:hover{background:#e9f5f1;border-color:#8bc8b5}.install-app-button span{font-size:18px}.install-app-button[hidden]{display:none!important}.chat-launch+.install-app-button{margin-left:10px}@media(max-width:900px){.install-app-button b{display:none}.install-app-button{width:42px;padding:0;justify-content:center}}@media(display-mode:standalone){.install-app-button{display:none!important}body{overscroll-behavior-y:none}}

.push-preferences{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:16px 28px 8px;padding:18px 20px;border:1px solid #cfe4dc;border-radius:18px;background:linear-gradient(135deg,#f2faf7 0%,#fff 72%);box-shadow:0 8px 24px rgba(16,62,53,.07)}.push-preferences>div{display:flex;align-items:center;gap:14px;min-width:0;padding-right:4px}.push-preferences>div>span{width:42px;height:42px;flex:none;border-radius:13px;background:linear-gradient(145deg,#1d7a62,#125344);color:#fff;display:grid;place-items:center;font:800 18px Manrope;box-shadow:0 7px 16px rgba(29,122,98,.22)}.push-preferences p{margin:0;min-width:0}.push-preferences b,.push-preferences small{display:block}.push-preferences b{font-size:14px;line-height:1.35;color:#173f36}.push-preferences small{font-size:13px;color:#60766f;margin-top:4px;line-height:1.45}.push-preferences button{flex:none;min-height:42px;border:1px solid #1d7a62;border-radius:13px;background:linear-gradient(135deg,#238d70,#17644f);color:#fff;padding:11px 17px;font:800 13px Manrope;letter-spacing:.01em;cursor:pointer;box-shadow:0 8px 18px rgba(29,122,98,.2);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.push-preferences button:hover{transform:translateY(-1px);box-shadow:0 11px 22px rgba(29,122,98,.27)}.push-preferences button:focus-visible{outline:3px solid rgba(29,122,98,.24);outline-offset:2px}.push-preferences button.secondary{background:#edf6f2;color:#245b4e;border-color:#bcd9cf;box-shadow:none}.push-preferences button:disabled{opacity:.6;cursor:wait;transform:none}@media(max-width:600px){.push-preferences{margin:14px 20px 8px;padding:16px;align-items:stretch;flex-direction:column;gap:15px}.push-preferences>div{align-items:flex-start;padding-right:0}.push-preferences button{width:100%;min-height:46px}}

.meal-reminder-preferences{box-sizing:border-box;margin:10px 28px 18px;padding:18px 20px;border:1px solid #cfe4dc;border-radius:18px;background:linear-gradient(135deg,#f2faf7 0%,#fff 72%);box-shadow:0 8px 24px rgba(16,62,53,.07)}.meal-reminder-head,.meal-reminder-head>div,.meal-reminder-footer{display:flex;align-items:center}.meal-reminder-head{justify-content:space-between;gap:18px}.meal-reminder-head>div{gap:14px;min-width:0}.meal-reminder-head>div>span{width:42px;height:42px;flex:none;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#1d7a62,#125344);color:#fff;font-size:20px;box-shadow:0 7px 16px rgba(29,122,98,.22)}.meal-reminder-head p{margin:0;min-width:0}.meal-reminder-head p b,.meal-reminder-head p small{display:block}.meal-reminder-head p b{font:800 14px/1.35 Manrope;color:#173f36}.meal-reminder-head p small,.meal-reminder-footer small{margin-top:4px;color:#60766f;font:500 13px/1.45 'DM Sans',sans-serif}.meal-reminder-switch{display:flex;align-items:center;gap:8px;cursor:pointer;color:#245b4e;font:800 13px Manrope}.meal-reminder-switch input{position:absolute;opacity:0;pointer-events:none}.meal-reminder-switch span{box-sizing:content-box;width:42px;height:24px;padding:3px;border-radius:20px;background:#cbd7d3;transition:background .18s ease}.meal-reminder-switch span:after{content:'';display:block;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.18);transition:transform .18s ease}.meal-reminder-switch input:checked+span{background:#1d7a62}.meal-reminder-switch input:checked+span:after{transform:translateX(18px)}.meal-reminder-switch input:focus-visible+span{outline:3px solid rgba(29,122,98,.24);outline-offset:2px}.meal-reminder-fields{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:12px;margin-top:16px;transition:opacity .18s ease}.meal-reminder-fields.disabled{opacity:.52}.meal-reminder-fields label{display:grid;gap:6px;color:#49645d;font:700 12px Manrope}.meal-reminder-fields select,.meal-reminder-fields input{box-sizing:border-box;width:100%;min-width:0;min-height:42px;border:1px solid #d5e1dd;border-radius:11px;background:#fff;color:#173f36;padding:0 11px;font:600 13px 'DM Sans',sans-serif}.meal-reminder-fields select:focus,.meal-reminder-fields input:focus{outline:3px solid rgba(29,122,98,.14);border-color:#68aa96}.meal-reminder-footer{justify-content:space-between;gap:16px;margin-top:16px;padding-top:14px;border-top:1px solid #dce9e4}.meal-reminder-footer small{margin:0}.meal-reminder-footer button{flex:none;min-height:42px;border:1px solid #1d7a62;border-radius:13px;background:linear-gradient(135deg,#238d70,#17644f);color:#fff;padding:11px 17px;font:800 13px Manrope;cursor:pointer;box-shadow:0 8px 18px rgba(29,122,98,.2)}.meal-reminder-footer button:hover{transform:translateY(-1px);box-shadow:0 11px 22px rgba(29,122,98,.27)}.meal-reminder-footer button:disabled{opacity:.6;cursor:wait;transform:none}@media(max-width:600px){.meal-reminder-preferences{margin:10px 20px 16px;padding:16px}.meal-reminder-head{align-items:flex-start}.meal-reminder-switch b{display:none}.meal-reminder-fields{grid-template-columns:1fr 1fr}.meal-reminder-fields label:first-child{grid-column:1/-1}.meal-reminder-footer{align-items:stretch;flex-direction:column}.meal-reminder-footer button{width:100%;min-height:46px}}
.meal-reminder-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px!important;flex:none}.meal-reminder-expand{border:0;background:transparent;color:#1d7a62;padding:7px 4px;font:800 12px Manrope;cursor:pointer}.meal-reminder-expand span{display:inline-block;margin-left:3px;transition:transform .18s ease}.meal-reminder-expand[aria-expanded=true] span{transform:rotate(180deg)}.meal-reminder-preferences.collapsed{margin-bottom:10px;padding-top:14px;padding-bottom:14px}.meal-reminder-preferences.collapsed #mealReminderConfiguration{display:none}@media(max-width:600px){.meal-reminder-head>div:first-child{gap:10px}.meal-reminder-head>div>span{width:38px;height:38px}.meal-reminder-actions{gap:6px!important}.meal-reminder-expand{font-size:11px}.meal-reminder-preferences.collapsed{margin-bottom:8px}}

.notification-dialog-card{display:flex;flex-direction:column}.notification-list{flex:1;min-height:180px;max-height:none}.notification-dialog-head,.notification-toolbar,.push-preferences,.meal-reminder-preferences,.notification-tabs{flex:none}@media(max-width:600px){.notification-list{min-height:160px}}
