/* v25 stabilization layer: one predictable app shell and accessible controls */
.account-button{position:absolute;inset-inline-start:74px;top:21px;border:1px solid #dce3ec;background:#fff;color:#174a78;border-radius:14px;padding:10px 12px;font-weight:800;min-width:44px;min-height:44px}
.account-button:focus-visible,.save:focus-visible,.danger:focus-visible,.dose-btn:focus-visible,.tab:focus-visible{outline:3px solid #7db8ff;outline-offset:2px}
.settings-grid{display:grid;gap:10px}.settings-card{padding:14px;border:1px solid #dce3ec;border-radius:15px;background:#f8fafc}.settings-card b,.settings-card small{display:block}.settings-card small{margin-top:5px;color:#687588}.settings-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.settings-actions button{min-height:46px}
.family-code{font-size:24px;letter-spacing:3px;text-align:center;margin:10px 0;padding:12px;border-radius:12px;background:#eaf3ff;color:#145fbf;font-weight:900;user-select:all}.family-members{display:grid;gap:7px;margin-top:10px}.family-member{display:flex;justify-content:space-between;gap:8px;padding:9px 0;border-top:1px solid #e4e9ef}
.undo-toast{position:fixed;z-index:90;inset-inline:16px;bottom:calc(92px + env(safe-area-inset-bottom));max-width:520px;margin:auto;background:#172130;color:#fff;border:1px solid #40516b;box-shadow:0 10px 30px #0007;border-radius:15px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.undo-toast[hidden]{display:none}.undo-toast button{border:0;border-radius:9px;background:#9f75eb;color:#14111a;padding:9px 14px;font-weight:900}
.sync-warning{margin:10px 0;padding:10px 12px;border-radius:12px;background:#fff4d6;color:#714c00;border:1px solid #f0d38a;font-weight:700}
.med-actions button{display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.15}.med-info b{line-height:1.25}
@media(max-width:560px){.account-button{inset-inline-start:62px;top:17px;padding:8px}.app{padding-bottom:calc(132px + env(safe-area-inset-bottom))}.tabs{bottom:max(10px,env(safe-area-inset-bottom));width:calc(100% - 24px);left:12px;right:12px;transform:none;border-radius:22px}.grid-view .med{min-height:510px}.grid-view .med-actions{margin-top:auto}}
html[data-theme="dark"] .account-button,html[data-theme="dark"] .settings-card{background:#242424;color:#f3f0f8;border-color:#444}html[data-theme="dark"] .settings-card small{color:#bbb5c2}html[data-theme="dark"] .family-code{background:#302740;color:#c7a5ff}html[data-theme="dark"] .family-member{border-color:#444}
