.admin-mode-bar{position:fixed;left:50%;bottom:12px;transform:translate(-50%);height:34px;display:inline-flex;align-items:center;gap:8px;padding:6px 8px;border-radius:20px;border:1px solid #8f5a3b;background-color:#3a2419;z-index:20}.admin-mode-bar__side{appearance:none;border:1px solid transparent;border-radius:12px;height:30px;min-width:108px;padding:0 14px;background:transparent;color:#ffe9d8;font-size:.9rem;font-weight:600;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}.admin-mode-bar__side:hover{color:#f8ca7a;border-color:#ec965c;background-color:#ec965c33;transform:translateY(-1px);box-shadow:0 3px 8px #00000040}.admin-mode-bar__side--active{border-color:#ec965c;background-color:#ec965c33}:root[data-theme=light] .admin-mode-bar{border-color:#ecb184;background-color:#ffe9d1}:root[data-theme=light] .admin-mode-bar__side{color:#4a2a19;border-color:#ecb184bf;background-color:#fff5e8d9}:root[data-theme=light] .admin-mode-bar__side:not(.admin-mode-bar__side--active):hover{color:#4a2a19;border-color:#ecb184;background-color:#ffe9d1f2;transform:translateY(-1px);box-shadow:0 2px 6px #0000001f}:root[data-theme=light] .admin-mode-bar__side--active{border-color:#ec965c;background-color:#ec965c;color:#2f1a10;box-shadow:0 2px 6px #00000029}:root[data-theme=light] .admin-mode-bar__side--active:hover{color:#2f1a10;border-color:#ec965c;background-color:#ec965c}@media(max-width:640px){.admin-mode-bar{width:calc(100vw - 16px);bottom:8px;padding:6px;gap:6px}.admin-mode-bar__side{min-width:0;flex:1 1 0;padding:0 10px;font-size:.82rem}}.logout-button{position:fixed;left:12px;bottom:12px;z-index:20;inline-size:2.25rem;block-size:2.25rem;padding:0}.logout-button__icon{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1}@media(max-width:640px){.logout-button{left:8px;bottom:52px}}.topbar{position:fixed;top:0;left:0;right:0;z-index:1000;box-sizing:border-box;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #8f5a3b;background-color:#3a2419;filter:drop-shadow(0px 1px 2px hsl(19.2,39.6825396825%,-7.6470588235%));transition:background-color .22s ease,border-bottom-color .22s ease,filter .22s ease}.topbar__brand{display:flex;align-items:center;gap:10px}.topbar__logo{width:32px;height:32px;display:block;object-fit:contain;flex-shrink:0;animation:topbar-logo-spin 6s linear infinite}.topbar__center-gif{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:36px;object-fit:contain;pointer-events:none}@keyframes topbar-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.topbar__logo{animation:none}.topbar{transition:none}}.topbar__title{font-weight:700;color:#ec965c}.topbar__nav{display:flex;align-items:center;gap:12px}.topbar__menu-tools{display:inline-flex;align-items:center;gap:8px}.topbar__burger{display:none;width:2.25rem;height:2.25rem;padding:0;border-radius:999px;align-items:center;justify-content:center}.topbar__backdrop{display:none}.topbar__nav-button,.topbar__lang-toggle,.topbar__theme-toggle{appearance:none;display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;padding:.4rem .8rem;border-radius:8px;border:1px solid #8f5a3b;background-color:#ec965c1f;color:#ffe9d8;font-weight:600;line-height:1;box-shadow:0 1px 3px #0003;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}.topbar__nav-button:hover,.topbar__lang-toggle:hover,.topbar__theme-toggle:hover{color:#f8ca7a;border-color:#ec965c;background-color:#ec965c33;transform:translateY(-1px);box-shadow:0 3px 8px #00000040}.topbar__nav-button:focus-visible,.topbar__lang-toggle:focus-visible,.topbar__theme-toggle:focus-visible{outline:2px solid #ec965c;outline-offset:2px}.topbar__nav-button:active,.topbar__lang-toggle:active,.topbar__theme-toggle:active{transform:translateY(0)}.topbar__theme-toggle{inline-size:2.25rem;block-size:2.25rem;padding:0;border-radius:999px;border-color:#ec965c;background-color:#ec965c38;box-shadow:0 1px 3px #0003,inset 0 0 0 1px #f8ca7a40}.topbar__theme-toggle:hover{background-color:#ec965c47;box-shadow:0 3px 8px #00000040,inset 0 0 0 1px #f8ca7a59}.topbar__lang-toggle{width:2.8rem;inline-size:2.8rem;min-width:2.8rem;max-width:2.8rem;flex:0 0 2.8rem;block-size:2.25rem;padding:0;box-sizing:border-box;overflow:hidden;position:relative;isolation:isolate;font-size:.75rem;font-weight:700;letter-spacing:.04em;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.8);border-color:#ffffff59;background:transparent;box-shadow:0 1px 3px #0000003d}.topbar__lang-toggle:before{content:"";position:absolute;inset:0;z-index:-2;background:var(--flag-background);background-size:100% 100%;background-repeat:no-repeat}.topbar__lang-toggle:after{content:"";position:absolute;inset:0;z-index:-1;background:#00000024}.topbar__lang-toggle:hover{color:#fff;box-shadow:0 3px 8px #00000040}.topbar__lang-toggle:hover:after{background:#00000014}.topbar__lang-toggle:focus-visible{outline-color:#fff}.topbar__lang-toggle--fr{--flag-background: linear-gradient( 90deg, #0055a4 0 33.333%, #ffffff 33.333% 66.666%, #ef4135 66.666% 100% )}.topbar__lang-toggle--en{--flag-background: linear-gradient(#012169, #012169), linear-gradient(90deg, transparent 41%, #ffffff 41% 59%, transparent 59%), linear-gradient(0deg, transparent 41%, #ffffff 41% 59%, transparent 59%), linear-gradient(90deg, transparent 46%, #c8102e 46% 54%, transparent 54%), linear-gradient(0deg, transparent 46%, #c8102e 46% 54%, transparent 54%)}.topbar__theme-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:1rem}:root[data-theme=light] .topbar{background-color:#ffe9d1;border-bottom-color:#ecb184;filter:drop-shadow(0px 1px 2px rgb(255,189.5652173913,104.5))}:root[data-theme=light] .topbar__nav-button,:root[data-theme=light] .topbar__lang-toggle,:root[data-theme=light] .topbar__theme-toggle{color:#4a2a19;border-color:#ecb184;background-color:#ec965c14}:root[data-theme=light] .topbar__nav-button:hover,:root[data-theme=light] .topbar__lang-toggle:hover,:root[data-theme=light] .topbar__theme-toggle:hover{color:#d8743c;border-color:#d8743c;background-color:#ec965c26}@media(max-width:920px){.topbar{padding:0 10px;gap:8px}.topbar__brand{gap:6px;min-width:0}.topbar__title{font-size:.95rem;white-space:nowrap}.topbar__nav{gap:6px;min-width:0;flex:1 1 auto;justify-content:flex-end;overflow-x:auto;scrollbar-width:none}.topbar__nav::-webkit-scrollbar{display:none}.topbar__nav-button,.topbar__theme-toggle,.topbar__lang-toggle{padding:.35rem .6rem;font-size:.85rem;white-space:nowrap}.topbar__theme-toggle,.topbar__lang-toggle{block-size:2rem}}@media(max-width:640px){.topbar{padding:0 8px}.topbar__title{display:none}.topbar__logo{width:28px;height:28px}.topbar__center-gif{width:40px;height:30px}.topbar__nav-button,.topbar__theme-toggle,.topbar__lang-toggle{font-size:.8rem;padding:.3rem .5rem}.topbar__burger{display:inline-flex}.topbar__nav{position:fixed;top:56px;right:8px;z-index:1002;width:calc(100vw - 16px);max-width:320px;border:1px solid #8f5a3b;border-radius:8px;background-color:#3a2419;padding:10px;flex-direction:column;align-items:stretch;gap:8px;transform:translateY(-8px);opacity:0;pointer-events:none;box-shadow:0 8px 24px #0000004d;overflow:visible}.topbar__backdrop{display:block;position:fixed;inset:56px 0 0;z-index:1001;width:100%;height:calc(100dvh - 56px);border:0;padding:0;margin:0;background:transparent}.topbar__nav--open{transform:translateY(0);opacity:1;pointer-events:auto}.topbar__nav>.topbar__nav-button,.topbar__nav>.topbar__theme-toggle,.topbar__nav>.topbar__lang-toggle{width:100%;justify-content:flex-start}.topbar__menu-tools{justify-content:flex-end;gap:8px}.topbar__lang-toggle,.topbar__theme-toggle{width:2.25rem;min-width:2.25rem;max-width:2.25rem;inline-size:2.25rem;block-size:2.25rem;flex:0 0 2.25rem;padding:0}:root[data-theme=light] .topbar__nav{border-color:#ecb184;background-color:#ffe9d1}}:root[data-theme=light] .topbar__lang-toggle{border-color:#ffffffa6}:root[data-theme=light] .topbar__theme-toggle{border-color:#d8743c;background-color:#ec965c33;box-shadow:0 1px 3px #00000024,inset 0 0 0 1px #d8743c4d}:root[data-theme=light] .topbar__theme-toggle:hover{background-color:#ec965c40;box-shadow:0 3px 8px #0000002e,inset 0 0 0 1px #d8743c66}.app-snackbar{position:fixed;left:50%;bottom:16px;transform:translate(-50%,120%);opacity:0;pointer-events:none;z-index:2000;min-width:min(520px,100vw - 24px);max-width:min(700px,100vw - 24px);padding:12px 14px;border-radius:8px;border:1px solid #8f5a3b;background-color:#3a2419;transition:transform .22s ease,opacity .22s ease}.app-snackbar--visible{transform:translate(-50%);opacity:1}:root[data-theme=light] .app-snackbar{border-color:#ecb184;background-color:#ffe9d1}@media(max-width:640px){.app-snackbar{left:8px;right:8px;bottom:56px;min-width:0;max-width:none;transform:translateY(120%)}.app-snackbar--visible{transform:translateY(0)}}.auth-page{min-height:100vh;display:grid;place-items:center;padding:16px}.auth-page__content{width:100%;max-width:420px}.auth-page__content form{display:flex;flex-direction:column;gap:10px}.auth-page__content input,.auth-page__content button{width:100%}@media(max-width:640px){.auth-page{padding:12px}.auth-page__content{max-width:100%}}.admin-dashboard-page{display:grid;grid-template-columns:2fr 1fr;gap:16px;align-items:start}.admin-dashboard-page__column{border:1px solid #8f5a3b;background-color:#3a2419;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:12px;min-height:0}.admin-dashboard-page__column--left{height:calc(100dvh - 190px)}.admin-dashboard-page__column--right{position:sticky;top:72px;align-self:start}.admin-dashboard-page__title{margin:0;font-size:1.1rem}.admin-dashboard-page__scroll{overflow-y:auto;display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-height:0}.admin-dashboard-group{border:1px solid #8f5a3b;border-radius:8px;padding:10px;background-color:#ec965c14;display:flex;flex-direction:column;gap:8px}.admin-dashboard-group__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-dashboard-group__header h3{margin:0;font-size:.95rem}.admin-dashboard-group__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.admin-dashboard-group__item{display:flex;justify-content:space-between;gap:8px}.admin-dashboard-group__total{margin-top:2px;padding-top:8px;border-top:1px solid #8f5a3b;display:flex;justify-content:space-between;align-items:center;gap:8px}.admin-dashboard-summary{border:1px solid #8f5a3b;border-radius:8px;padding:10px;background-color:#ec965c14;display:flex;flex-direction:column;gap:8px}.admin-dashboard-summary__row{display:flex;justify-content:space-between;align-items:center;gap:8px}.admin-dashboard-page__actions{display:flex;justify-content:flex-end}:root[data-theme=light] .admin-dashboard-page__column,:root[data-theme=light] .admin-dashboard-group,:root[data-theme=light] .admin-dashboard-summary{border-color:#ecb184;background-color:#ffe9d1}:root[data-theme=light] .admin-dashboard-group,:root[data-theme=light] .admin-dashboard-summary{background-color:#ec965c14}:root[data-theme=light] .admin-dashboard-group__total{border-top-color:#ecb184}@media(max-width:920px){.admin-dashboard-page{grid-template-columns:1fr}.admin-dashboard-page__column--left{height:auto}.admin-dashboard-page__column--right{position:static;top:auto}.admin-dashboard-page__scroll{max-height:44vh;flex:initial}}@media(max-width:640px){.admin-dashboard-page__column{padding:10px}.admin-dashboard-group__header{align-items:flex-start}.admin-dashboard-group__item,.admin-dashboard-group__total,.admin-dashboard-summary__row{flex-wrap:wrap}.admin-dashboard-page__actions button{width:100%}}.dashboard-page{display:grid;grid-template-columns:2fr 1fr;gap:16px;align-items:start}.dashboard-page__column{border:1px solid #8f5a3b;background-color:#3a2419;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:10px}.dashboard-page__column--right{position:sticky;top:72px;align-self:start}.dashboard-page__title{margin:0;font-size:1.1rem}.dashboard-page__sms-message{margin:0;white-space:pre-wrap;word-break:break-word}.dashboard-page__field{display:flex;flex-direction:column;gap:6px}.dashboard-page__hint,.dashboard-page__message{margin:0}.dashboard-page__actions{display:flex;justify-content:flex-end}:root[data-theme=light] .dashboard-page__column{border-color:#ecb184;background-color:#ffe9d1}@media(max-width:920px){.dashboard-page{grid-template-columns:1fr}.dashboard-page__column--right{position:static;top:auto}}@media(max-width:640px){.dashboard-page__column{padding:10px}.dashboard-page__actions button{width:100%}}.admin-orders-page{min-height:calc(100vh - 150px);display:flex;flex-direction:column;gap:12px}.admin-orders-page__filters{border:1px solid #8f5a3b;border-radius:8px;background-color:#3a2419;padding:12px;display:flex;flex-wrap:wrap;align-items:end;gap:10px}.admin-orders-page__all-toggle{min-width:130px}.admin-orders-page__toggle-dot{font-size:.85em;color:#ffe9d88c}.admin-orders-page__all-toggle[aria-pressed=true]{border-color:#ec965c;background-color:#ec965c4d;color:#f8ca7a}.admin-orders-page__all-toggle[aria-pressed=true] .admin-orders-page__toggle-dot{color:#f8ca7a}.admin-orders-page__filter{display:flex;flex-direction:column;gap:6px;min-width:140px}.admin-orders-page__list{border:1px solid #8f5a3b;border-radius:8px;background-color:#3a2419;padding:12px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.admin-orders-user-card{border:1px solid #8f5a3b;border-radius:8px;padding:10px;background-color:#ec965c14;display:flex;flex-direction:column;gap:10px}.admin-orders-user-card__title{margin:0;font-size:1rem}.admin-orders-user-card__weeks{display:flex;flex-direction:column;gap:10px}.orders-week__item{display:flex;justify-content:space-between;gap:8px}:root[data-theme=light] .admin-orders-page__filters,:root[data-theme=light] .admin-orders-page__list,:root[data-theme=light] .admin-orders-user-card,:root[data-theme=light] .orders-week{border-color:#ecb184;background-color:#ffe9d1}:root[data-theme=light] .admin-orders-user-card,:root[data-theme=light] .orders-week{background-color:#ec965c14}:root[data-theme=light] .admin-orders-page__toggle-dot{color:#4a2a198c}:root[data-theme=light] .admin-orders-page__all-toggle[aria-pressed=true]{border-color:#d8743c;background-color:#ec965c3d;color:#d8743c}:root[data-theme=light] .admin-orders-page__all-toggle[aria-pressed=true] .admin-orders-page__toggle-dot{color:#d8743c}@media(max-width:640px){.admin-orders-page__filters{flex-direction:column;align-items:stretch}.admin-orders-page__all-toggle,.admin-orders-page__filter,.admin-orders-page__filter select{width:100%}.orders-week__item{flex-direction:column;align-items:flex-start}}.orders-page{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;align-items:start}.orders-page__column{border:1px solid #8f5a3b;background-color:#3a2419;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:12px;min-height:0}.orders-page__title{margin:0;font-size:1.1rem}.orders-page__scroll{overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding-right:4px;flex:1 1 auto;min-height:0}.orders-page__column--list{height:calc(100dvh - 190px)}.orders-page__column--fixed{position:sticky;top:72px;align-self:start;max-height:calc(100dvh - 190px);overflow-y:auto}.orders-week{border:1px solid #8f5a3b;border-radius:8px;padding:10px;background-color:#ec965c14}.orders-week__title{margin:0 0 8px;font-size:.95rem}.orders-week__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:5px}.orders-week__header .orders-week__title{margin:0}.orders-week__action-button{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px}.orders-week__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.orders-week__item{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;padding-bottom:6px;border-bottom:1px solid #8f5a3b}.orders-week__item:last-child{padding-bottom:0;border-bottom:none}.orders-week__item-main{display:inline-flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 1 auto}.orders-week__item-row{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:8px}.orders-week__item-meta{font-size:.8rem;opacity:.9}.orders-week__item-actions{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.orders-week__item-actions button{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px}.order-form{display:flex;flex-direction:column;gap:10px}.order-form__row{border:1px solid #8f5a3b;border-radius:8px;padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.order-form__product-label,.order-form__qty{display:inline-flex;align-items:center;gap:8px}.order-form__modifications{width:100%;display:flex;flex-direction:column;gap:8px;border-top:1px solid #8f5a3b;padding-top:8px}.order-form__modification-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.order-form__modification-row select{min-height:90px;width:min(260px,100%)}.order-form__info-button{width:28px;height:28px;min-width:28px;margin-left:auto;border-radius:999px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1}.order-form__qty-input{width:72px}.order-form__checkbox{flex:0 0 auto}.order-form__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.product-info-popup{position:fixed;inset:0;display:grid;place-items:center;z-index:1000}.product-info-popup__overlay{position:absolute;inset:0;background:#0006}.product-info-popup__content{position:relative;z-index:1;width:min(520px,100vw - 24px);border:1px solid #8f5a3b;border-radius:8px;background-color:#3a2419;padding:16px;display:flex;flex-direction:column;gap:10px}.product-info-popup__content h3,.product-info-popup__content p{margin:0}.product-info-popup__image{width:100%;max-height:220px;object-fit:cover;border-radius:8px;border:1px solid #8f5a3b}.product-info-popup__ingredients{display:flex;flex-direction:column;gap:6px}.product-info-popup__ingredients ul{margin:0;padding-left:18px}.product-info-popup__actions{display:flex;justify-content:flex-end}:root[data-theme=light] .orders-page__column{border-color:#ecb184;background-color:#ffe9d1}:root[data-theme=light] .orders-week,:root[data-theme=light] .order-form__row{border-color:#ecb184;background-color:#ec965c14}:root[data-theme=light] .orders-week__item{border-bottom-color:#ecb184}:root[data-theme=light] .order-form__modifications{border-top-color:#ecb184}:root[data-theme=light] .product-info-popup__content{border-color:#ecb184;background-color:#ffe9d1}:root[data-theme=light] .product-info-popup__image{border-color:#ecb184}@media(max-width:920px){.orders-page{grid-template-columns:1fr}.orders-page__column--fixed{position:static;top:auto;max-height:none;overflow-y:visible}.orders-page__column--list{height:auto}.orders-page__scroll{max-height:44vh;flex:initial}}@media(max-width:640px){.orders-page__column{padding:10px}.orders-week__item{align-items:flex-start}.order-form__row{align-items:stretch}.order-form__product-label,.order-form__qty,.order-form__modification-row{width:100%}.order-form__modification-row{flex-direction:column;align-items:stretch}.order-form__modification-row select{width:100%}.order-form__info-button{margin-left:0;align-self:flex-end}.order-form__actions{flex-direction:column}.order-form__actions button{width:100%}}.confirm-popup{position:fixed;inset:0;display:grid;place-items:center;z-index:1000}.confirm-popup__overlay{position:absolute;inset:0;background:#0006}.confirm-popup__content{position:relative;z-index:1;width:min(420px,100vw - 24px);border:1px solid #8f5a3b;border-radius:8px;background-color:#3a2419;padding:16px;display:flex;flex-direction:column;gap:12px}.confirm-popup__content h3,.confirm-popup__content p{margin:0}.confirm-popup__actions{display:flex;justify-content:flex-end;gap:8px}:root[data-theme=light] .confirm-popup__content{border-color:#ecb184;background-color:#ffe9d1}@media(max-width:640px){.confirm-popup{place-items:end center}.confirm-popup__content{width:calc(100vw - 16px);margin-bottom:8px;padding:12px}.confirm-popup__actions{flex-direction:column}.confirm-popup__actions button{width:100%}}.admin-products-page{display:grid;grid-template-columns:1.1fr 1fr;gap:16px;align-items:start}.admin-products-page__column{border:1px solid #8f5a3b;background-color:#3a2419;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:12px;min-height:0}.admin-products-page__title{margin:0;font-size:1.1rem}.admin-products-page__scroll{overflow-y:auto;display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-height:0;background:linear-gradient(#3a2419 30%,#3a241900) center top,linear-gradient(#3a241900,#3a2419 70%) center bottom,radial-gradient(farthest-side at 50% 0,#00000057,#0000) center top,radial-gradient(farthest-side at 50% 100%,#00000057,#0000) center bottom;background-repeat:no-repeat;background-size:100% 28px,100% 28px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.admin-products-page__column--list{height:calc(100dvh - 190px)}.admin-products-page__column--fixed{position:sticky;top:72px;align-self:start;max-height:calc(100dvh - 190px);overflow-y:auto}.admin-product-card{border:1px solid #8f5a3b;border-radius:8px;padding:10px;background-color:#ec965c14;display:grid;grid-template-columns:3fr 1fr;gap:12px;align-items:start}.admin-product-card h3{margin:0 0 8px}.admin-product-card p{margin:0}.admin-product-card__left{display:flex;flex-direction:column;gap:6px}.admin-product-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.admin-product-card__actions{display:flex;align-items:center;gap:6px}.admin-product-card__actions button{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px}.admin-product-card__right{min-height:72px}.admin-product-card__image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;border:1px solid #8f5a3b;display:block}.admin-product-form{display:flex;flex-direction:column;gap:10px}.admin-product-form__field{display:flex;flex-direction:column;gap:6px}.admin-product-form__checkbox-field{flex-direction:row;align-items:center;justify-content:space-between}.admin-product-form__ingredient-input-row{display:grid;grid-template-columns:1fr auto;gap:8px}.admin-product-form__ingredients-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.admin-product-form__ingredients-list li{display:flex;justify-content:space-between;align-items:center;gap:8px}.admin-product-form__actions{display:flex;justify-content:flex-end;gap:8px}:root[data-theme=light] .admin-products-page__column{border-color:#ecb184;background-color:#ffe9d1}:root[data-theme=light] .admin-product-card{border-color:#ecb184;background-color:#ec965c14}:root[data-theme=light] .admin-product-card__image{border-color:#ecb184}:root[data-theme=light] .admin-products-page__scroll{background:linear-gradient(#ffe9d1 30%,#ffe9d100) center top,linear-gradient(#ffe9d100,#ffe9d1 70%) center bottom,radial-gradient(farthest-side at 50% 0,#0003,#0000) center top,radial-gradient(farthest-side at 50% 100%,#0003,#0000) center bottom;background-repeat:no-repeat;background-size:100% 28px,100% 28px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}@media(max-width:920px){.admin-products-page{grid-template-columns:1fr}.admin-products-page__column--fixed{position:static;top:auto;max-height:none;overflow-y:visible}.admin-products-page__column--list{height:auto}.admin-products-page__scroll{max-height:44vh;flex:initial}}@media(max-width:640px){.admin-products-page__column{padding:10px}.admin-product-card{grid-template-columns:1fr}.admin-product-card__right{min-height:0}.admin-product-card__image{max-width:180px}.admin-product-form__ingredient-input-row{grid-template-columns:1fr}.admin-product-form__actions{flex-direction:column}.admin-product-form__actions button{width:100%}}.profile-page{width:min(560px,100%);border:1px solid #8f5a3b;background-color:#3a2419;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px}.profile-page__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-page__title{margin:0;font-size:1.1rem}.profile-page__delete-button{white-space:nowrap}.profile-page__message{margin:0}.profile-form{display:flex;flex-direction:column;gap:10px}.profile-form__field{display:flex;flex-direction:column;gap:6px}.profile-form__actions{display:flex;justify-content:flex-end}:root[data-theme=light] .profile-page{border-color:#ecb184;background-color:#ffe9d1}@media(max-width:640px){.profile-page{width:100%;padding:12px}.profile-page__header{flex-direction:column;align-items:stretch}.profile-page__delete-button,.profile-form__actions button{width:100%}}.users-page{width:100%}.users-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;width:100%}.user-card{border:1px solid #8f5a3b;background-color:#3a2419;border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:12px}.user-card__row{display:flex;justify-content:space-between;align-items:center;gap:10px}.user-card__label{font-size:.85rem;opacity:.85}.user-card__value{font-weight:600;word-break:break-all}.user-card__input{width:100%}.user-card__toggle{align-self:flex-start}.user-card__actions{display:flex;justify-content:flex-end}.user-card__save-button{min-width:88px}:root[data-theme=light] .user-card{border-color:#ecb184;background-color:#ffe9d1}@media(max-width:640px){.users-list{grid-template-columns:1fr}.user-card__row{flex-direction:column;align-items:stretch}.user-card__actions,.user-card__save-button{width:100%}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffe9d8;background-color:#2c1b13;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:thin;scrollbar-color:rgba(236,150,92,.55) rgba(44,27,19,.45)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#2c1b1373;border-radius:999px}*::-webkit-scrollbar-thumb{background:#ec965c8c;border-radius:999px;border:2px solid rgba(44,27,19,.45)}*::-webkit-scrollbar-thumb:hover{background:#f8ca7ab3}a{font-weight:500;color:#ec965c;text-decoration:inherit;transition:color .22s ease,background-color .22s ease,border-color .22s ease}a:hover{color:#f8ca7a}:root[data-theme=light]{color-scheme:light;color:#4a2a19;background-color:#fff5e8;scrollbar-color:rgba(216,116,60,.55) rgba(255,245,232,.75)}:root[data-theme=light] *::-webkit-scrollbar-track{background:#fff5e8bf}:root[data-theme=light] *::-webkit-scrollbar-thumb{background:#d8743c8c;border-color:#fff5e8bf}:root[data-theme=light] *::-webkit-scrollbar-thumb:hover{background:#d8743cbf}body{margin:0;display:block;min-width:320px;min-height:100vh;background-color:#2c1b13;color:#ffe9d8;transition:background-color .22s ease,color .22s ease}:root[data-theme=light] body{background-color:#fff5e8;color:#4a2a19}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid #8f5a3b;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#ec965c1f;color:#ffe9d8;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}button:hover{color:#f8ca7a;border-color:#ec965c;background-color:#ec965c33;transform:translateY(-1px);box-shadow:0 3px 8px #00000040}button:disabled{background-color:#8f5a3b40;border-color:#8f5a3b80;color:#ffe9d899;opacity:.85;cursor:not-allowed;transform:none;box-shadow:none}button:disabled:hover{color:#ffe9d899;border-color:#8f5a3b80;background-color:#8f5a3b40;transform:none;box-shadow:none}button:focus-visible{outline:none;border-color:#ec965c;box-shadow:0 0 0 2px #ec965c40}input[type=text],input[type=email],input[type=password],input[type=number],input[type=file],textarea,select{border-radius:8px;border:1px solid #8f5a3b;background-color:#2c1b1359;color:#ffe9d8;font:inherit;padding:.45rem .6rem;transition:border-color .22s ease,background-color .22s ease,color .22s ease,box-shadow .22s ease}input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=password]:focus-visible,input[type=number]:focus-visible,input[type=file]:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;border-color:#ec965c;box-shadow:0 0 0 2px #ec965c40}input[type=file]{padding:.35rem .45rem}input[type=file]::file-selector-button{margin-right:.6rem;border-radius:8px;border:1px solid #8f5a3b;background-color:#ec965c1f;color:#ffe9d8;font:inherit;font-size:.92em;padding:.35rem .75rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}input[type=file]::file-selector-button:hover{color:#f8ca7a;border-color:#ec965c;background-color:#ec965c33;transform:translateY(-1px);box-shadow:0 3px 8px #00000040}input[type=checkbox]{appearance:none;-webkit-appearance:none;width:1.2rem;height:1.2rem;margin:0;border-radius:4px;border:1px solid #8f5a3b;background-color:#2c1b1359;background-repeat:no-repeat;background-position:center;background-size:0;cursor:pointer;transition:border-color .22s ease,background-color .22s ease,background-size .15s ease,box-shadow .22s ease}input[type=checkbox]:checked{border-color:#ec965c;background-color:#ec965c33;background-image:url(/assets/pizza-svgrepo-com-BqIg0q6L.svg);background-size:.9rem}input[type=checkbox]:focus-visible{outline:none;border-color:#ec965c;box-shadow:0 0 0 2px #ec965c40}:root[data-theme=light] a:hover{color:#d8743c}:root[data-theme=light] button{background-color:#ec965c1f;color:#4a2a19;border-color:#ecb184}:root[data-theme=light] button:hover{color:#d8743c;border-color:#d8743c;background-color:#ec965c33}:root[data-theme=light] button:disabled{background-color:#ecb18480;border-color:#ecb184e6;color:#4a2a1999}:root[data-theme=light] button:disabled:hover{color:#4a2a1999;border-color:#ecb184e6;background-color:#ecb18480}:root[data-theme=light] input[type=text],:root[data-theme=light] input[type=email],:root[data-theme=light] input[type=password],:root[data-theme=light] input[type=number],:root[data-theme=light] input[type=file],:root[data-theme=light] textarea,:root[data-theme=light] select,:root[data-theme=light] input[type=checkbox]{border-color:#ecb184;background-color:#fff5e8cc;color:#4a2a19}:root[data-theme=light] input[type=checkbox]:checked{border-color:#ec965c;background-color:#ec965c38}:root[data-theme=light] input[type=file]::file-selector-button{border-color:#ecb184;background-color:#ec965c1f;color:#4a2a19}:root[data-theme=light] input[type=file]::file-selector-button:hover{color:#d8743c;border-color:#d8743c;background-color:#ec965c33}@media(prefers-reduced-motion:reduce){a,body,button,input,textarea,select{transition:none}}@media(max-width:640px){button{padding:.55em .9em;font-size:.95em}input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{font-size:16px}}#root{width:100%;min-height:100vh}
