.toast-region{position:fixed;left:50%;transform:translate(-50%);bottom:calc(76px + env(safe-area-inset-bottom));width:min(calc(100% - 32px),640px);display:flex;flex-direction:column;gap:8px;z-index:1000;pointer-events:none}body:has(.sheet-content[data-state=open]) .toast-region{top:calc(16px + env(safe-area-inset-top));bottom:auto}.toast-region__live-group{display:contents}.toast-region__item{background:var(--color-panel-solid);box-shadow:inset 0 0 0 1px var(--accent-a6),0 4px 20px var(--black-a6);pointer-events:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.toast-region__text{flex:1}.toast-region__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.toast-region__action{background:none;border:none;color:var(--accent-11);font-weight:600;font-size:.875rem;cursor:pointer;padding:4px 8px}.toast-region__dismiss{background:none;border:none;color:var(--gray-11);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:4px}.toast-region__dismiss:hover{background:var(--gray-4)}.toast-region__dismiss:focus-visible,.toast-region__action:focus-visible{outline:2px solid var(--accent-9);outline-offset:2px}.tab-bar{position:sticky;bottom:0;z-index:20;display:flex;align-items:stretch;justify-content:space-around;background:var(--color-background);border-top:1px solid var(--gray-5);padding-bottom:env(safe-area-inset-bottom)}.tab-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:52px;padding:6px 4px 4px;text-decoration:none;color:var(--gray-11)}.tab-bar__pill{display:inline-flex;align-items:center;justify-content:center;width:44px;height:28px;border-radius:999px;transition:background-color .15s ease}.tab-bar__item--active .tab-bar__pill{background:var(--accent-3)}.tab-bar__item--active{color:var(--accent-11)}.tab-bar__icon{width:20px;height:20px}.tab-bar__label{font-size:.6875rem;font-weight:500}.tab-bar__item:focus-visible{outline:2px solid var(--accent-9);outline-offset:2px;border-radius:8px}.page-loader{flex:1;display:flex;align-items:center;justify-content:center;min-height:240px;padding:32px 16px;color:var(--accent-9)}.page-loader__icon path{stroke-dasharray:1;stroke-dashoffset:1;animation:page-loader-draw 2.4s ease-in-out infinite}.page-loader__icon .page-loader__detail{stroke:var(--accent-8);animation-delay:.35s}@keyframes page-loader-draw{0%{stroke-dashoffset:1;opacity:.35}45%,70%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:0}}@media(prefers-reduced-motion:reduce){.page-loader__icon path{stroke-dashoffset:0;animation:page-loader-pulse 2s ease-in-out infinite}@keyframes page-loader-pulse{0%,to{opacity:.45}50%{opacity:1}}}.route-fallback{height:100%;overflow-y:auto;display:flex;align-items:center;justify-content:center}.app-shell{display:flex;flex-direction:column;height:100%;max-width:640px;margin:0 auto;background:var(--color-background);overflow:hidden}.app-shell__scroll{flex:1;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.app-shell__scroll:focus{outline:none}@media(min-width:641px){.app-shell{border-left:1px solid var(--gray-5);border-right:1px solid var(--gray-5)}}.route-error{height:100%;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px 24px;text-align:center}.route-error__actions{display:flex;gap:12px}.require-auth__loading{height:100%;overflow-y:auto;display:flex;align-items:center;justify-content:center}.page-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top));background:var(--color-background);border-bottom:1px solid var(--gray-5)}.page-header__leading{display:flex;align-items:center;gap:8px;min-width:0}.page-header__title{font-size:1.125rem;font-weight:600;color:var(--gray-12);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-header__trailing{display:flex;align-items:center;gap:8px;flex-shrink:0}.page-header__back,.page-header__account,.header-icon-button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;padding:0;border:none;border-radius:var(--radius-3);background:var(--accent-3);color:var(--accent-11);text-decoration:none;cursor:pointer;touch-action:manipulation}.page-header__back svg,.page-header__account svg,.header-icon-button svg{width:20px;height:20px}.page-header__back:hover,.page-header__account:hover,.header-icon-button:hover{background:var(--accent-4)}.header-icon-button:disabled{opacity:.6;cursor:default}.header-icon-button:focus-visible{outline:2px solid var(--accent-9);outline-offset:2px}.page-header__back:focus-visible,.page-header__account:focus-visible{outline:2px solid var(--accent-9);outline-offset:2px}.query-error-state{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 24px;text-align:center}.bottom-bar{position:sticky;bottom:0;z-index:5;display:flex;flex-direction:column;gap:12px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:var(--color-background);border-top:1px solid var(--gray-4)}.sheet-overlay{position:fixed;inset:0;background:var(--black-a8);z-index:100}.sheet-overlay[data-state=open]{animation:sheet-overlay-in .2s ease-out}.sheet-overlay[data-state=closed]{animation:sheet-overlay-out .18s ease-in forwards}.sheet-content{position:fixed;left:0;right:0;bottom:0;z-index:101;margin:0 auto;width:100%;max-width:640px;max-height:90dvh;display:flex;flex-direction:column;background:var(--color-panel-solid);border-radius:20px 20px 0 0;box-shadow:0 -8px 30px var(--black-a6);outline:none}.sheet-content[data-state=open]{animation:sheet-slide-up .22s cubic-bezier(.32,.72,0,1)}.sheet-content[data-state=closed]{animation:sheet-slide-down .18s cubic-bezier(.32,.72,0,1) forwards}.sheet-content--full{height:90dvh}.sheet-content__handle{width:36px;height:4px;border-radius:999px;background:var(--gray-6);margin:10px auto 0;flex-shrink:0}.sheet-content__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 8px;flex-shrink:0}.sheet-content__title{font-size:1.0625rem;font-weight:600;color:var(--gray-12);margin:0}.sheet-content__close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:none;background:var(--gray-3);color:var(--gray-11);cursor:pointer}.sheet-content__close:hover{background:var(--gray-4)}.sheet-content__close:focus-visible{outline:2px solid var(--accent-9);outline-offset:2px}.sheet-content__body{flex:1;overflow-y:auto;padding:8px 16px calc(16px + env(safe-area-inset-bottom))}@keyframes sheet-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes sheet-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes sheet-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media(prefers-reduced-motion:reduce){.sheet-overlay[data-state=open],.sheet-overlay[data-state=closed],.sheet-content[data-state=open],.sheet-content[data-state=closed]{animation:none}}.stepper{display:inline-flex;align-items:center;gap:4px}.stepper__button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:none;background:var(--accent-3);color:var(--accent-11);cursor:pointer}.stepper__button:hover:not(:disabled){background:var(--accent-4)}.stepper__button:disabled{color:var(--gray-8);background:var(--gray-3);cursor:not-allowed}.stepper__button:focus-visible{outline:2px solid var(--accent-9);outline-offset:2px}.stepper__value{min-width:2ch;text-align:center;font-size:1rem;font-weight:600;color:var(--gray-12)}.recipes-ingredients-toggle{min-height:44px}.ingredient-picker{display:flex;flex-direction:column;gap:6px;width:100%}.ingredient-picker__label{display:block}.ingredient-picker__list{list-style:none;margin:0;padding:4px;display:flex;flex-direction:column;border:1px solid var(--gray-5);border-radius:var(--radius-4);background:var(--color-panel-solid);max-height:260px;overflow-y:auto}.ingredient-picker__row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:44px;padding:8px 10px;border-radius:var(--radius-3);cursor:pointer;color:var(--gray-12);touch-action:manipulation}.ingredient-picker__row-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem}.ingredient-picker__row-category{font-size:.75rem;color:var(--gray-10);flex-shrink:0}.ingredient-picker__row--active{background:var(--accent-4)}.ingredient-picker__row--create{color:var(--accent-11);font-weight:500}.ingredient-picker__row--empty{color:var(--gray-9);cursor:default}.ingredient-picker__create{display:flex;flex-direction:column;gap:12px;padding:12px;border:1px solid var(--gray-5);border-radius:var(--radius-4);background:var(--color-panel-solid)}.ingredient-picker__create-field{display:flex;flex-direction:column;gap:6px}.ingredient-picker__create-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ingredient-picker__create-actions{display:flex;justify-content:flex-end;gap:8px}
