.dashboard-recipes-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-recipes-heading h2{margin:0}.dashboard-recipes-heading button{display:grid;place-items:center;flex:none;width:40px;height:40px;min-width:40px;min-height:40px;padding:0;border-radius:50%;line-height:1;color:var(--muted);background:var(--surface-2)}.dashboard-recipes-heading button svg{display:block;width:18px;height:18px;pointer-events:none}
dialog#home-recipes-dialog{width:min(440px,calc(100vw - 32px));max-height:calc(100dvh - 32px);box-sizing:border-box;padding:24px;border-radius:24px;overflow:auto}#home-recipes-dialog header{display:flex;align-items:center;justify-content:space-between;gap:12px}#home-recipes-dialog h2{font-size:23px;line-height:1.2;margin:0}#home-recipes-dialog header button{min-width:40px;min-height:40px;padding:0;font-size:24px}#home-recipes-dialog p{font-size:14px;line-height:1.6;color:var(--muted);margin:18px 0}.home-recipes-choices{display:grid;gap:12px;margin-bottom:16px}.home-recipes-choices button{display:grid;gap:6px;text-align:left;white-space:normal;padding:16px;border-radius:15px}.home-recipes-choices strong{font-size:14px}.home-recipes-choices span{font-size:12px;font-weight:400;color:var(--muted)}
