*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F2F2F4;--text-primary: #201C30;--text-muted: #8B85A0;--text-lighter: #B3ADC7;--accent: #F5A623;--accent-hover: #C67F0F;--success-bg: #E7F3E3;--success-text: #3F7A38;--error-bg: #FBE2DE;--error-text: #A13B2C;--warning-bg: #FFF1D6;--warning-text: #8A6420;--card-bg: #FFFFFF;--surface: #F7F6FB;--border: #E9E6F5;--date-badge-bg: rgba(80, 93, 251, .09);--date-badge-text: #000000;--radius-pill: 999px;--radius-card: 1.125rem;--radius-input: .75rem;--shadow-card: 0 8px 24px rgba(32, 28, 53, .07);--shadow-modal: 0 20px 50px rgba(32, 28, 53, .2);--max-width: 1440px;--font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif}html{font-size:125%;font-family:var(--font);background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;background:var(--bg)}#root{min-height:100vh}button{font-family:var(--font);cursor:pointer;border:none;background:none}input,select,textarea{font-family:var(--font)}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:.375rem;height:.375rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:.188rem}.app-wrapper{min-height:100vh;background:var(--bg)}.app-content{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 5rem}.app-header{position:sticky;top:0;z-index:100;background:var(--card-bg);border-bottom:1px solid var(--border)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;gap:1.5rem}.logo{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;gap:.063rem}.logo-title{font-size:1.25rem;font-weight:800;color:var(--accent);letter-spacing:-.5px;line-height:1.1}.logo-powered{display:flex;align-items:center;gap:.375rem;font-size:.625rem;color:var(--text-muted);font-weight:500;line-height:1}.logo-powered-img{height:1.5rem;width:auto;display:block;vertical-align:middle}.logo-dot{width:.5rem;height:.5rem;background:var(--accent);border-radius:50%;display:inline-block;margin-left:.125rem}.tab-pills{display:flex;gap:.25rem;flex:1;background:var(--surface);border-radius:var(--radius-pill);padding:.25rem;max-width:32.5rem}.tab-pill{flex:1;padding:.5rem 1rem;border-radius:var(--radius-pill);font-size:.844rem;font-weight:600;color:#c98a2e;transition:all .15s ease;text-align:center;white-space:nowrap}.tab-pill:hover{color:var(--text-primary);background:#fff9}.tab-pill.active{background:var(--accent);color:var(--text-primary);box-shadow:0 2px 8px #f5a6234d}.help-btn{width:1.75rem;height:1.75rem;border-radius:50%;background:var(--surface);color:var(--text-muted);font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;transition:all .15s}.help-btn:hover{background:var(--accent);color:#fff}.user-menu-wrapper{margin-left:auto;position:relative}.user-trigger{display:flex;align-items:center;gap:.625rem;cursor:pointer}.user-name{font-size:.875rem;font-weight:600;color:var(--text-primary);white-space:nowrap}@media (max-width: 640px){.user-name{display:none}}.user-avatar-btn{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--accent);color:#fff;font-size:.813rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s}.user-avatar-btn:hover{opacity:.85}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:13.75rem;background:var(--card-bg);border-radius:.875rem;box-shadow:var(--shadow-modal);padding:.5rem;z-index:200}.user-dropdown-info{padding:.625rem .75rem .75rem;border-bottom:1px solid var(--border);margin-bottom:.25rem}.user-dropdown-name{font-size:.875rem;font-weight:600;color:var(--text-primary)}.user-dropdown-email{font-size:.75rem;color:var(--text-muted);margin-top:.125rem}.user-dropdown-item{width:100%;padding:.625rem .75rem;border-radius:.625rem;font-size:.844rem;font-weight:500;color:var(--text-primary);text-align:left;transition:background .1s;display:flex;align-items:center;gap:.5rem}.user-dropdown-item:hover{background:var(--surface)}.user-dropdown-item.danger{color:var(--error-text)}.card{background:var(--card-bg);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:1.25rem}.week-nav{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:0 .25rem}.week-label{font-size:1rem;font-weight:700;color:var(--text-primary)}.week-nav-btn{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--card-bg);color:var(--text-primary);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #201c3514;transition:all .15s;font-size:1rem}.week-nav-btn:hover{background:var(--accent);color:#fff;box-shadow:0 4px 12px #f5a6234d}.week-nav-btn:disabled{opacity:.35;cursor:not-allowed}.week-nav-btn:disabled:hover{background:var(--card-bg);color:var(--text-primary);box-shadow:0 2px 8px #201c3514}.days-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.125rem;align-items:stretch}.day-card{background:var(--card-bg);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;min-height:13.75rem;transition:transform .15s;position:relative;align-self:stretch}.day-card-header{display:flex;flex-direction:column;gap:.375rem}.day-name{font-size:.813rem;font-weight:700;color:var(--text-primary);text-transform:none;letter-spacing:0}.date-badge{display:inline-flex;align-items:center;padding:.188rem .625rem;border-radius:var(--radius-pill);background:var(--date-badge-bg);color:var(--date-badge-text);font-size:.75rem;font-weight:600;width:fit-content}.day-card-locked{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--text-lighter);font-size:.813rem;font-weight:500;padding:1rem 0;flex-direction:column;gap:.375rem}.day-card-locked-icon{font-size:1.375rem;opacity:.5}.day-card-dishes{display:flex;flex-direction:column;gap:.5rem;flex:1}.dish-btn{width:100%;background:var(--surface);border:2px solid transparent;border-radius:.75rem;padding:.5rem .625rem;text-align:left;transition:all .15s;cursor:pointer;position:relative}.dish-btn:hover{background:#ebe9f7;border-color:var(--border);transform:translateY(-1px)}.dish-btn.selected{background:#f5a62314;border-color:var(--accent)}.dish-btn-name{font-size:.75rem;font-weight:600;color:var(--text-primary);line-height:1.3;padding-right:2.5rem}.dish-btn-allergens{font-size:.594rem;color:var(--text-muted);margin-top:.125rem;font-weight:500}.dish-selected-badge{position:absolute;top:.5rem;right:.5rem;background:var(--accent);color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .438rem;border-radius:var(--radius-pill);white-space:nowrap}.cart-card{background:var(--card-bg);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:1.5rem 2rem;margin-top:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.cart-card-title{font-size:1rem;font-weight:800;color:var(--text-primary)}.cart-card-items{display:flex;flex-direction:column}.cart-card-divider{height:1px;background:var(--border);margin:.625rem 0}.cart-card-item-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-card-item-left{display:flex;flex-direction:column;gap:.188rem}.cart-card-item-title{font-size:.875rem;font-weight:700;color:var(--text-primary)}.cart-card-item-sub{font-size:.75rem;color:var(--text-muted);font-weight:500}.cart-card-remove{font-size:.813rem;font-weight:600;color:var(--error-text);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:opacity .15s}.cart-card-remove:hover{opacity:.7}.cart-card-footer{display:flex;justify-content:center;padding-top:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1.375rem;border-radius:var(--radius-pill);font-size:.875rem;font-weight:600;transition:all .15s ease;cursor:pointer;white-space:nowrap;border:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 16px #f5a62359}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--surface);color:var(--text-primary)}.btn-secondary:hover{background:var(--border)}.btn-danger{background:var(--error-bg);color:var(--error-text)}.btn-danger:hover{background:#f7c9c3}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{color:var(--text-primary);background:var(--surface)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-sm{padding:.375rem .875rem;font-size:.781rem}.btn-lg{padding:.875rem 2rem;font-size:.938rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#201c3573;display:flex;align-items:center;justify-content:center;z-index:500;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-card{background:var(--card-bg);border-radius:1.375rem;box-shadow:var(--shadow-modal);width:100%;max-width:30rem;max-height:calc(100vh - 3rem);overflow-y:auto;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.5rem 0;gap:1rem}.modal-title{font-size:1.25rem;font-weight:800;color:var(--text-primary);line-height:1.2}.modal-subtitle{font-size:.813rem;color:var(--text-muted);margin-top:.25rem;font-weight:500}.modal-close{width:2rem;height:2rem;border-radius:50%;background:var(--surface);display:grid;place-items:center;color:var(--text-muted);flex-shrink:0;transition:all .1s;cursor:pointer;position:relative}.modal-close:before,.modal-close:after{content:"";position:absolute;width:.75rem;height:1.5px;background:currentColor;border-radius:1px}.modal-close:before{transform:rotate(45deg)}.modal-close:after{transform:rotate(-45deg)}.modal-close:hover{background:var(--error-bg);color:var(--error-text)}.modal-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.125rem}.modal-footer{display:flex;gap:.625rem;justify-content:flex-end}.segmented{display:flex;background:var(--surface);border-radius:var(--radius-pill);padding:.25rem;gap:.125rem}.segmented-btn{flex:1;padding:.5rem .75rem;border-radius:var(--radius-pill);font-size:.813rem;font-weight:600;color:var(--text-muted);transition:all .15s;text-align:center}.segmented-btn:hover{color:var(--text-primary)}.segmented-btn.active{background:var(--card-bg);color:var(--text-primary);box-shadow:0 2px 6px #201c3514}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-label{font-size:.781rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.form-input{width:100%;padding:.688rem .875rem;border:1.5px solid var(--border);border-radius:var(--radius-input);font-size:.875rem;font-weight:500;color:var(--text-primary);background:var(--card-bg);transition:border-color .15s;outline:none}.form-input:focus{border-color:var(--accent)}.form-input.error{border-color:var(--error-text)}.form-input-error{font-size:.75rem;color:var(--error-text);font-weight:500;margin-top:.125rem}.form-select{width:100%;padding:.688rem 2.25rem .688rem .875rem;border:1.5px solid var(--border);border-radius:var(--radius-input);font-size:.875rem;font-weight:500;color:var(--text-primary);background:var(--card-bg);transition:border-color .15s;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238B85A0' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.form-select:focus{border-color:var(--accent)}.people-picker-dropdown{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;box-shadow:var(--shadow-modal);z-index:300;overflow:hidden;max-height:14rem;overflow-y:auto}.people-picker-item{width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:.625rem .875rem;gap:.125rem;cursor:pointer;border-bottom:1px solid var(--border);text-align:left}.people-picker-item:last-child{border-bottom:none}.people-picker-item:hover{background:var(--surface)}.people-picker-name{font-size:.875rem;font-weight:600;color:var(--text-primary)}.people-picker-email{font-size:.75rem;color:var(--text-muted)}.people-picker-empty{padding:.75rem .875rem;font-size:.813rem;color:var(--text-muted);text-align:center}.people-picker-selected{display:flex;align-items:center;justify-content:space-between;background:var(--success-bg);border:1px solid var(--success-text);border-radius:.75rem;padding:.625rem .875rem;font-size:.875rem;font-weight:600;color:var(--success-text)}.people-picker-clear{font-size:1.125rem;color:var(--text-muted);cursor:pointer;padding:0 .25rem;line-height:1}.people-picker-clear:hover{color:var(--error-text)}.dish-option{background:var(--surface);border:2px solid transparent;border-radius:.875rem;padding:.875rem 1rem;cursor:pointer;transition:all .15s}.dish-option:hover{background:#ebe9f7;border-color:var(--border)}.dish-option.selected{background:#f5a62314;border-color:var(--accent)}.dish-option-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.dish-option-name{font-size:.875rem;font-weight:700;color:var(--text-primary);line-height:1.3}.dish-option-allergens{font-size:.719rem;color:var(--text-muted);margin-top:.313rem;font-weight:500}.dish-option-radio{width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid var(--border);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .15s;margin-top:.063rem}.dish-option.selected .dish-option-radio{border-color:var(--accent);background:var(--accent)}.dish-option.selected .dish-option-radio:after{content:"";width:.5rem;height:.5rem;border-radius:50%;background:#fff}.info-banner{display:flex;gap:.625rem;padding:.75rem .875rem;border-radius:.75rem;font-size:.813rem;font-weight:500;align-items:flex-start}.info-banner.info{background:var(--surface);color:var(--text-muted);border:1px solid var(--border)}.info-banner.success{background:var(--success-bg);color:var(--success-text)}.info-banner.error{background:var(--error-bg);color:var(--error-text)}.info-banner.warning{background:var(--warning-bg);color:var(--warning-text)}.info-banner-icon{font-size:1rem;flex-shrink:0;line-height:1.3}.status-pill{display:inline-flex;align-items:center;gap:.313rem;padding:.188rem .625rem;border-radius:var(--radius-pill);font-size:.719rem;font-weight:600}.status-pill.orderable{background:var(--success-bg);color:var(--success-text)}.status-pill.expired{background:var(--surface);color:var(--text-muted)}.orders-section{margin-bottom:2rem}.orders-section-title{font-size:.813rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;padding:0 .125rem}.order-card{background:var(--card-bg);border-radius:1rem;box-shadow:var(--shadow-card);padding:1.125rem 1.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.625rem;transition:opacity .15s}.order-card.cancelled{opacity:.6}.order-card-left{display:flex;flex-direction:column;gap:.375rem;flex:1;min-width:0}.order-card-date{font-size:.75rem;font-weight:500;color:var(--text-muted)}.order-card-dish{font-size:.813rem;font-weight:700;color:var(--text-primary)}.order-card-allergens{font-size:.75rem;color:var(--text-muted);font-weight:500}.order-card-recipient{font-size:.781rem;color:var(--text-muted);font-weight:500}.order-card-code{font-size:.75rem;color:#c98a2e;font-weight:600;margin-top:.125rem}.order-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.order-card-actions{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.btn-cancel-text{font-size:.813rem;font-weight:600;color:var(--error-text);cursor:pointer;background:none;border:none;padding:0;transition:opacity .15s}.btn-cancel-text:hover{opacity:.7}.btn-cancel-text:disabled{opacity:.35;cursor:not-allowed}.admin-filter-bar{display:flex;flex-wrap:wrap;gap:.625rem;align-items:flex-end;margin-bottom:1.25rem;background:var(--card-bg);border-radius:1rem;padding:1.125rem 1.25rem;box-shadow:var(--shadow-card)}.admin-filter-group{display:flex;flex-direction:column;gap:.313rem}.admin-filter-label{font-size:.719rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.admin-filter-input{padding:.563rem .813rem;border:1.5px solid var(--border);border-radius:var(--radius-input);font-size:.844rem;font-weight:500;color:var(--text-primary);background:var(--bg);outline:none;transition:border-color .15s;min-width:8.125rem}.admin-filter-input:focus{border-color:var(--accent)}.admin-row-count{font-size:.813rem;color:var(--text-muted);font-weight:500;margin-bottom:.625rem;padding:0 .125rem}.admin-row-count strong{color:var(--text-primary);font-weight:700}.admin-table-wrapper{background:var(--card-bg);border-radius:1rem;box-shadow:var(--shadow-card);overflow:hidden}.admin-table-header{display:grid;grid-template-columns:72px 90px 90px 110px 1fr 80px 90px 68px 130px;gap:0;padding:.5rem .75rem;background:var(--surface);border-bottom:1px solid var(--border)}.admin-th{font-size:.594rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;padding:0 .375rem}.admin-month-heading{padding:.625rem .75rem .375rem;font-size:.813rem;font-weight:800;color:var(--text-primary);background:var(--card-bg);border-bottom:1px solid var(--border)}.admin-company-heading{padding:.375rem .75rem;font-size:.656rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.05em;background:var(--card-bg);border-bottom:1px solid var(--border)}.admin-row{display:grid;grid-template-columns:72px 90px 90px 110px 1fr 80px 90px 68px 130px;gap:0;padding:.5rem .75rem;border-bottom:1px solid var(--border);transition:background .1s;align-items:center}.admin-row:hover{background:var(--surface)}.admin-row.cancelled{opacity:.6}.admin-row:last-child{border-bottom:none}.admin-cell{padding:0 .375rem;font-size:.688rem;color:var(--text-primary);font-weight:500;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-cell.cancelled-hint{color:var(--error-text);font-weight:700}.admin-empty{text-align:center;padding:3rem;color:var(--text-muted);font-size:.875rem;font-weight:500}.pickup-page{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.pickup-header{padding:0 1.5rem;height:3.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:var(--card-bg);max-width:100%}.pickup-header-logo{font-size:1.125rem;font-weight:800;color:var(--accent)}.pickup-header-sub{font-size:.875rem;color:var(--text-muted);font-weight:500}.pickup-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.pickup-card{background:var(--card-bg);border-radius:1.375rem;box-shadow:var(--shadow-modal);padding:2.5rem;width:100%;max-width:28.75rem;display:flex;flex-direction:column;gap:1.5rem}.pickup-title{font-size:1.375rem;font-weight:800;color:var(--text-primary);text-align:center}.pickup-subtitle{font-size:.875rem;color:var(--text-muted);text-align:center;margin-top:.25rem}.pickup-code-input{text-align:center;font-size:1.75rem;font-weight:800;letter-spacing:.3em;text-transform:uppercase;padding:1.125rem;border:2.5px solid var(--border);border-radius:1rem;background:var(--surface);color:var(--text-primary);transition:border-color .15s;outline:none;font-family:Courier New,monospace}.pickup-code-input:focus{border-color:var(--accent);background:var(--card-bg)}.pickup-result{border-radius:.875rem;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.pickup-result.success{background:var(--success-bg);border:1.5px solid #b8dcb2}.pickup-result.warning{background:var(--warning-bg);border:1.5px solid #f0d89a}.pickup-result.error{background:var(--error-bg);border:1.5px solid #f0b8b0}.pickup-result-title{font-size:.938rem;font-weight:700}.pickup-result.success .pickup-result-title{color:var(--success-text)}.pickup-result.warning .pickup-result-title{color:var(--warning-text)}.pickup-result.error .pickup-result-title{color:var(--error-text)}.pickup-result-dish{font-size:1.063rem;font-weight:800;color:var(--text-primary)}.pickup-result-allergens{font-size:.75rem;color:var(--text-muted);font-weight:500}.toast-container{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none;align-items:center}.toast{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--radius-pill);font-size:.875rem;font-weight:600;box-shadow:0 8px 24px #201c3529;pointer-events:auto;animation:toastIn .25s ease forwards;white-space:nowrap}@keyframes toastIn{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:translateY(0)}}.toast.success{background:var(--success-bg);color:var(--success-text);border:1px solid #b8dcb2}.toast.error{background:var(--error-bg);color:var(--error-text);border:1px solid #f0b8b0}.toast.info{background:var(--card-bg);color:var(--text-primary);border:1px solid var(--border)}.spinner{width:2.25rem;height:2.25rem;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{display:flex;align-items:center;justify-content:center;min-height:18.75rem;flex-direction:column;gap:.75rem;color:var(--text-muted);font-size:.875rem;font-weight:500}.login-page{min-height:100vh;background:var(--bg);display:flex;align-items:center;justify-content:center;padding:1.5rem}.login-card{background:var(--card-bg);border-radius:1.5rem;box-shadow:var(--shadow-modal);padding:3rem 2.5rem;width:100%;max-width:25rem;text-align:center;display:flex;flex-direction:column;gap:1.25rem;align-items:center}.login-logo{font-size:2.25rem;font-weight:800;color:var(--accent);letter-spacing:-1px}.login-tagline{font-size:.938rem;color:var(--text-muted);font-weight:500;max-width:17.5rem}.login-powered{display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.625rem;color:var(--text-muted);font-weight:500;margin-top:.5rem}.login-powered-img{height:1.25rem;width:auto}.section-divider{height:1px;background:var(--border);margin:.25rem 0}.allergen-list{display:flex;flex-direction:column;gap:.5rem}.allergen-item{display:flex;gap:.75rem;align-items:center;padding:.625rem .875rem;background:var(--surface);border-radius:.625rem}.allergen-code{font-size:.813rem;font-weight:800;color:var(--accent);min-width:1.875rem;font-family:Courier New,monospace}.allergen-desc{font-size:.844rem;color:var(--text-primary);font-weight:500}.allergen-link{font-size:.75rem;color:var(--text-muted);text-decoration:underline;cursor:pointer;font-weight:500}.allergen-link:hover{color:var(--accent)}.upload-area{border:2px dashed var(--border);border-radius:1rem;padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:all .15s;color:var(--text-muted);font-size:.875rem;font-weight:500}.upload-area:hover,.upload-area.drag-over{border-color:var(--accent);background:#f5a6230a;color:var(--accent)}.upload-icon{font-size:2.25rem;margin-bottom:.5rem}.ingestion-day-card{background:var(--surface);border-radius:.875rem;padding:1rem;display:flex;flex-direction:column;gap:.625rem}.ingestion-day-header{font-size:.813rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.modal-card--ingestion .modal-header{padding:.75rem 1rem 0}.modal-card--ingestion .modal-title{font-size:.938rem}.modal-card--ingestion .modal-subtitle{font-size:.688rem;margin-top:.125rem}.modal-card--ingestion .modal-body{padding:.625rem 1rem 1rem;gap:.5rem}.modal-card--ingestion .upload-area{padding:1.25rem 1rem;font-size:.813rem}.modal-card--ingestion .upload-icon{font-size:1.5rem;margin-bottom:.25rem}.modal-card--ingestion .ingestion-day-card{padding:.5rem .625rem;gap:.375rem;border-radius:.625rem}.modal-card--ingestion .ingestion-day-header{font-size:.625rem}.modal-card--ingestion .info-banner{padding:.375rem .625rem;font-size:.688rem}@media (max-width: 768px){.app-content{padding:1.25rem 1rem 6.25rem}.header-inner{padding:0 1rem;gap:.75rem}.tab-pill{font-size:.75rem;padding:.438rem .625rem}.admin-table-header,.admin-row{grid-template-columns:64px 78px 78px 95px 1fr 70px 78px 58px 110px}.admin-cell{font-size:.625rem}.days-grid{grid-template-columns:1fr 1fr}.pickup-card{padding:1.75rem 1.25rem}.admin-filter-bar{flex-direction:column;align-items:stretch}}@media (max-width: 480px){.days-grid{grid-template-columns:1fr}.tab-pills{gap:.125rem}.tab-pill{font-size:.688rem;padding:.438rem .5rem}}
