.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}.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}.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}@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__nav-button,.topbar__lang-toggle,.topbar__theme-toggle{appearance:none;display:inline-flex;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}: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}.auth-page{min-height:100vh;display:grid;place-items:center;padding:16px}.auth-page__content{width:100%;max-width:420px}.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}: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}.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__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.orders-week__item{display:flex;justify-content:space-between;gap: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:column;gap:8px}.order-form__product-label,.order-form__qty{display:inline-flex;align-items:center;gap:8px}.order-form__qty-input{width:72px}.order-form__checkbox{flex:0 0 auto}.order-form__actions{display:flex;justify-content:flex-end;margin-top:8px}: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}@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}}.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}.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}}.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}: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}}#root{width:100%;min-height:100vh}
