.location-overlay{align-items:center;background:#0000008c;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.location-card{background:#fff;border-radius:14px;padding:30px;text-align:center;width:360px}.location-card img{display:block;margin:0 auto;width:150px}.location-card h2{font-size:20px;margin-bottom:8px}.location-card p{color:#666;font-size:14px}.location-card button{background:#e23744;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;margin-top:5px;padding:8px 20px}.error-text{color:red;font-size:12px;margin-top:10px}body.no-scroll{height:100vh;overflow:hidden!important}html.no-scroll{overflow:hidden}.no-scroll{overscroll-behavior:none;touch-action:none}.select-location-container{margin:1rem 2rem;max-width:100%}.select-location-header{background:linear-gradient(135deg,#eb5e28,#ff8c42);border-radius:24px;box-shadow:0 10px 40px #ff6b354d;color:#fff;margin-bottom:48px;padding:32px 20px;text-align:center}.select-location-header h1{color:#fff;font-size:3rem;font-weight:700;letter-spacing:-.5px;line-height:27px;margin-bottom:8px}.select-location-header p{color:#fff;font-size:1.5rem;font-weight:400;opacity:.95}.select-location-top-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:48px}.select-location-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 24px #00000014;display:flex;flex-direction:column;padding:32px;text-align:left;transition:all .3s ease}.select-location-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-8px)}.select-location-add-address-card:hover,.select-location-current-location-card:hover{border-color:#eb5e28}.select-location-card-content-wrapper{align-items:flex-start;display:flex;gap:20px;margin-bottom:14px}.select-location-card-icon-wrapper{align-items:center;background:linear-gradient(135deg,#fff5f0,#ffe5d9);border-radius:50%;display:flex;flex-shrink:0;height:72px;justify-content:center;transition:all .3s ease;width:72px}.select-location-card:hover .select-location-card-icon-wrapper{background:linear-gradient(135deg,#eb5e28,#ff8c42);transform:scale(1.1)}.select-location-card-icon{color:#eb5e28;transition:color .3s ease}.select-location-card:hover .select-location-card-icon{color:#fff}.select-location-card-text-content{display:flex;flex:1 1;flex-direction:column;justify-content:center}.select-location-card h3{color:#1a1a1a;font-size:2.5rem;font-weight:600;margin-bottom:4px}.select-location-card p{color:#666;font-size:1.5rem}.select-location-btn{align-items:center;align-self:flex-start;border:none;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:inline-flex;font-size:1.5rem;font-weight:600;gap:8px;justify-content:center;padding:9px 32px;transition:all .3s ease}.select-location-btn:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.select-location-btn-primary{background:linear-gradient(135deg,#eb5e28,#ff8c42);color:#fff}.select-location-btn-primary:hover{background:linear-gradient(135deg,#eb5e28,#f73)}.select-location-btn-secondary{background:#fff;border:2px solid #eb5e28;box-shadow:none;color:#eb5e28}.select-location-btn-secondary:hover{background:#eb5e28;color:#fff}.select-location-saved-addresses-section{margin-top:48px}.select-location-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px;padding:0 8px}.select-location-section-header h2{color:#1a1a1a;font-size:2.8rem;font-weight:700}.select-location-address-count{background:linear-gradient(135deg,#eb5e28,#ff8c42);border-radius:20px;color:#fff;font-size:1.2rem;font-weight:600;padding:8px 20px}.select-location-addresses-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.select-location-address-card{background:#fff;border:2px solid #f5f5f5;border-radius:16px;box-shadow:0 2px 16px #0000000f;padding:24px;position:relative;transition:all .3s ease}.select-location-address-card:hover{border-color:#eb5e28;box-shadow:0 8px 32px #0000001f;transform:translateY(-4px)}.select-location-address-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:1.2rem;font-weight:600;gap:6px;margin-bottom:7px;padding:3px 16px}.select-location-address-badge.select-location-home{background:#e8f5e9;color:#2e7d32}.select-location-address-badge.select-location-work{background:#e3f2fd;color:#1565c0}.select-location-address-badge.select-location-other{background:#fff3e0;color:#eb5e28}.select-location-address-content{margin-bottom:2px}.select-location-address-content h4{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:2px}.select-location-address-text{color:#555;font-size:1.2rem;line-height:1.6;margin-bottom:2px}.select-location-phone-text{align-items:center;color:#888;display:flex;font-size:1.2rem;gap:6px}.select-location-address-actions{border-top:2px solid #f5f5f5;display:flex;gap:12px;padding-top:5px}.select-location-action-btn{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;cursor:pointer;display:flex;flex:1 1;justify-content:center;padding:6px;transition:all .3s ease}.select-location-action-btn svg{transition:all .3s ease}.select-location-edit-btn:hover{background:#e3f2fd;border-color:#1976d2}.select-location-edit-btn:hover svg{stroke:#1976d2}.select-location-remove-btn:hover{background:#ffebee;border-color:#eb5e28}.select-location-remove-btn:hover svg{stroke:#eb5e28}.select-location-action-btn:active{transform:scale(.95)}@media (max-width:768px){.select-location-header{margin-bottom:25px;padding:15px 13px}.select-location-header h1{font-size:2.4rem;margin-bottom:1px}.select-location-header p{font-size:1.5rem}.select-location-top-cards{gap:10px;grid-template-columns:1fr;margin-bottom:12px}.select-location-card{padding:14px}.select-location-card-content-wrapper{margin-bottom:10px}.select-location-card-icon-wrapper{height:50px;width:50px}.select-location-card h3{font-size:1.7rem;margin-bottom:1px}.select-location-card p{font-size:1.2rem}.select-location-btn{font-size:1.2rem;padding:6px 20px}.select-location-addresses-grid{grid-template-columns:1fr}.select-location-section-header{align-items:flex-start;flex-direction:column;gap:1px;margin-bottom:12px}.select-location-saved-addresses-section{margin-top:7px}.select-location-section-header h2{font-size:1.8rem;font-weight:600}.select-location-address-count{font-size:1.1rem;font-weight:600;padding:6px 14px}.select-location-addresses-grid{gap:10px}.select-location-address-card{padding:18px}.select-location-address-badge{font-size:1.2rem;gap:4px;margin-bottom:4px;padding:4px 15px}.select-location-address-content{margin-bottom:8px}.select-location-address-content h4{font-size:1.4rem;margin-bottom:0}.select-location-address-text{font-size:1.3rem;line-height:1.5;margin-bottom:5px}.select-location-phone-text{font-size:1.3rem}.select-location-address-actions{gap:8px;padding-top:3px}.select-location-action-btn{border:1px solid #e0e0e0;padding:6px}}@media (max-width:480px){.select-location-header{border-radius:16px;margin-bottom:15px;padding:8px}.select-location-header h1{font-size:1.7rem;margin-bottom:1px}.select-location-header p{font-size:1.3rem}.select-location-top-cards{gap:8px;margin-bottom:12px}.select-location-card{padding:8px}.select-location-card-content-wrapper{margin-bottom:3px}.select-location-card-icon-wrapper{height:35px;width:35px}.select-location-card h3{font-size:1.6rem;margin-bottom:0}.select-location-card p{font-size:1.2rem}.select-location-btn{font-size:1.1rem;padding:5px 10px}.select-location-address-card{padding:10px}.select-location-saved-addresses-section{margin-top:12px}.select-location-section-header{gap:7px;margin-bottom:15px}.select-location-section-header h2{font-size:1.7rem;font-weight:600}.select-location-address-count{font-size:1.1rem;font-weight:600;padding:5px 12px}.select-location-addresses-grid{gap:6px}.select-location-address-badge{font-size:1.1rem;gap:4px;margin-bottom:2px;padding:4px 9px}.select-location-address-content{margin-bottom:6px}.select-location-address-content h4{font-size:1.5rem;margin-bottom:1px}.select-location-address-text{font-size:1.3rem;line-height:1.3;margin-bottom:3px}.select-location-phone-text{font-size:1.3rem}.select-location-address-actions{gap:8px;padding-top:6px}.select-location-action-btn{border:1px solid #e0e0e0;padding:5px}}.add-location-container{background:#fff;border-radius:16px;box-shadow:0 10px 40px #ff6b001a;margin:0 auto;max-width:800px;overflow:hidden}.add-location-header{background:linear-gradient(135deg,#eb5e28,#ff8c00);color:#fff;padding:30px;text-align:center}.add-location-header h1{color:#fff;font-size:3rem;font-weight:700;letter-spacing:-.5px;line-height:27px;margin-bottom:8px}.add-location-header p{color:#fff;font-size:1.5rem;font-weight:400;opacity:.95}.add-location-form-container{padding:30px}.add-location-map-container{background:#f5f5f5;border:2px solid #ffe5d0;border-radius:12px;height:250px;margin-bottom:30px;overflow:hidden;position:relative;width:100%}.add-location-map-placeholder{align-items:center;color:#eb5e28;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.add-location-map-placeholder svg{height:60px;margin-bottom:10px;width:60px}.add-location-map-search{display:flex;gap:10px;left:15px;position:absolute;right:15px;top:15px}.add-location-map-search input{border:none;border-radius:8px;box-shadow:0 2px 8px #0000001a;flex:1 1;font-size:14px;padding:12px 16px}.add-location-map-search button{background:#eb5e28;border:none;border-radius:8px;box-shadow:0 2px 8px #ff6b004d;color:#fff;cursor:pointer;font-weight:600;padding:12px 20px}.add-location-map-search button:hover{background:#eb5e28}.add-location-form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:25px}.add-location-form-group{display:flex;flex-direction:column}.add-location-form-group.add-location-full-width{grid-column:1/-1}.add-location-form-group label{color:#333;font-size:14px;font-weight:600;margin-bottom:8px}.add-location-form-group input,.add-location-form-group textarea{border:2px solid #f0f0f0;border-radius:8px;font-size:14px;padding:12px 16px;transition:all .3s ease}.add-location-form-group input:focus,.add-location-form-group textarea:focus{border-color:#eb5e28;box-shadow:0 0 0 3px #ff6b001a;outline:none}.add-location-form-group textarea{min-height:80px;resize:vertical}.add-location-coordinates-group{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.add-location-address-type-section{border-top:2px solid #f5f5f5;margin-top:30px;padding-top:30px}.add-location-address-type-section h3{color:#333;font-size:16px;margin-bottom:15px}.add-location-address-type-options{display:flex;flex-wrap:wrap;gap:15px}.add-location-address-type-option{background:#fff;border:2px solid #f0f0f0;border-radius:12px;cursor:pointer;flex:1 1;min-width:150px;padding:20px;text-align:center;transition:all .3s ease}.add-location-address-type-option:hover{border-color:#eb5e28;transform:translateY(-2px)}.add-location-address-type-option.add-location-selected{background:#fff5f0;border-color:#eb5e28}.add-location-address-type-option svg{height:40px;margin-bottom:10px;width:40px}.add-location-address-type-option .add-location-label{color:#333;font-size:14px;font-weight:600}.add-location-address-type-option.add-location-selected .add-location-label{color:#eb5e28}.add-location-submit-button{background:linear-gradient(135deg,#eb5e28,#ff8c00);border:none;border-radius:12px;box-shadow:0 4px 15px #ff6b004d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:30px;padding:16px;transition:all .3s ease;width:100%}.add-location-submit-button:hover{box-shadow:0 6px 20px #ff6b0066;transform:translateY(-2px)}.add-location-submit-button:active{transform:translateY(0)}@media (max-width:768px){.add-location-header h1{font-size:2.4rem;margin-bottom:1px}.add-location-form-grid{grid-template-columns:1fr}.add-location-address-type-options{flex-direction:column;flex-direction:row}.add-location-coordinates-group{grid-template-columns:1fr}.add-location-address-type-option{display:flex;flex:0 0;gap:9px;min-width:10rem;padding:6px}.add-location-address-type-option svg{height:25px;margin-bottom:5px;width:25px}}@media (max-width:480px){.add-location-container{margin:1rem 2rem;max-width:100%}.add-location-header{background:linear-gradient(135deg,#eb5e28,#ff8c00);border-radius:16px;color:#fff;margin-bottom:15px;padding:8px;text-align:center}.add-location-header h1{font-size:1.7rem;margin-bottom:1px}.add-location-header p{font-size:1.3rem}.add-location-submit-button{font-size:14px;padding:10px}.add-location-address-type-options{flex-direction:row}.add-location-address-type-option{display:flex;flex:1 1;gap:5px;justify-content:center;min-width:6px;padding:3px;text-align:center}.add-location-address-type-option svg{height:21px;margin-bottom:4px;width:21px}}.food-table-wrapper{overflow-x:auto}.food-table-wrapper table{border-collapse:collapse;width:100%}.food-table-wrapper thead{background-color:#f9f9f9;border-bottom:2px solid #ff9500}.food-table-wrapper th{color:#333;font-size:14px;font-weight:600;padding:16px;text-align:left}.food-table-wrapper tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.food-table-wrapper tbody tr:hover{background-color:hsla(0,11%,96%,.776)}.food-table-wrapper td{color:#555;font-size:14px;padding:16px}.food-image{border:2px solid #ff9500;border-radius:8px;height:50px;object-fit:cover;width:50px}.food-table-wrapper tbody tr:hover .food-image{box-shadow:0 4px 12px #ff6b3526;transform:scale(1.05)}.food-details{display:flex;flex-direction:column;gap:.5rem}.food-name{color:#333;font-weight:600}.food-slug{color:#666;font-family:Monaco,Courier New,monospace;font-size:12px}.food-price-column,.food-size-column{display:flex;flex-direction:column;gap:.5rem}.food-price-item,.food-size-item{background-color:#f0f0f0;border:1.5px solid #e8e8e8;border-radius:4px;color:#1a1a1a;font-size:.85rem;font-weight:500;padding:.5rem .75rem;transition:all .2s ease}.food-price-item{background:linear-gradient(135deg,orange,#ffb347);border:1px solid #ffa5004d;box-shadow:0 2px 6px #ffa50026;color:#fff}.food-category-badge{color:#000;font-size:.85rem;font-weight:600}.food-status-badge{border-radius:6px;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem 1rem}.food-status-active{background-color:#d4edda;border:1px solid #b8e0c6;color:#10b981}.food-status-inactive{background-color:#f8d7da;border:1px solid #f5c2c7;color:#ef4444}.food-actions{display:flex;gap:.75rem}.food-card{display:none}@media (max-width:768px){.food-table-wrapper{display:none}.food-cards-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.food-card{background-color:#fff;border:1px solid #e8e8e8;border-left:4px solid #ff6b35;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:block;padding:1.5rem;transition:all .3s ease}.food-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.food-card-header{display:flex;gap:1rem;margin-bottom:1rem}.food-card-image{border:2px solid #e8e8e8;border-radius:8px;box-shadow:0 2px 6px #00000014;flex-shrink:0;height:80px;object-fit:cover;width:80px}.food-card-title-section{flex:1 1}.food-card-title{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.food-card-slug{color:var(--color-text-light);font-family:Courier New,monospace;font-size:.9rem;margin-bottom:.75rem}.food-card-category{border-radius:6px;color:#333;display:inline-block;font-size:.8rem;font-weight:600;padding:.35rem .75rem}.food-card-row{border-bottom:1px solid #e8e8e8;display:flex;flex-direction:row;gap:3rem;margin-bottom:.3rem;padding-bottom:.3rem}.food-card-row:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.food-card-label{color:#1a1a1a;font-size:.9rem;font-weight:600}.food-card-row-content{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.food-card-price-item,.food-card-size-item{background-color:#f0f0f0;border:1.5px solid #e8e8e8;border-radius:4px;color:#1a1a1a;font-size:.85rem;font-weight:500;padding:.1rem .2rem}.food-card-price-item{background:linear-gradient(135deg,orange,#ffb347);border:1px solid #ffa5004d;color:#fff}.food-card-actions{border-top:1px solid #e8e8e8;display:flex;gap:.75rem;margin-top:1rem}.btn{flex:1 1;justify-content:center;padding:.75rem}}@media (max-width:480px){.food-card{padding:1rem}.btn{font-size:.85rem;padding:.65rem}}.uploader{max-width:1200px;width:100%}.drop-zone{background-color:#fff;border:2px dashed #e5e7eb;border-radius:.5rem;cursor:pointer;padding:2rem;text-align:center;transition:border-color .3s ease}.drop-zone.dragover{border-color:#f97316}.drop-zone-empty{align-items:center;display:flex;flex-direction:column;gap:1rem}.upload-icon{fill:#f97316;height:64px;width:64px}.drop-text{color:#1f2937;font-size:1.25rem}.drop-text span{color:#f97316}.file-info{color:#6b7280;font-size:.875rem;margin-top:.5rem}.image-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:1rem}.image-item{aspect-ratio:4/4;border-radius:.5rem;overflow:hidden;position:relative}.image-item img{cursor:pointer;height:100%;object-fit:cover;width:100%}.remove-btn{background:#00000080;color:#fff;height:24px;right:.5rem;top:.5rem;width:24px}.remove-btn:hover{background:#000000b3}.lightbox{background:#000000e6;display:none;height:100%;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:1000}.lightbox img{display:block;left:50%;margin:auto;max-height:90vh;max-width:90%;position:absolute;top:50%;transform:translate(-50%,-50%)}.lightbox-close{background:none;border:none;color:#fff;cursor:pointer;font-size:2rem;padding:.5rem;position:absolute;right:1rem;top:1rem}.category-table-wrapper{overflow-x:auto}.category-table-wrapper table{border-collapse:collapse;width:100%}.category-table-wrapper thead{background-color:#f9f9f9;border-bottom:2px solid #ff9500}.category-table-wrapper th{color:#333;font-size:14px;font-weight:600;padding:16px;text-align:left}.category-table-wrapper tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.category-table-wrapper tbody tr:hover{background-color:#fdfafa}.category-table-wrapper td{color:#555;font-size:14px;padding:16px}.category-image{border:2px solid #ff9500;border-radius:8px;height:50px;object-fit:cover;width:50px}.category-name{color:#333;font-weight:600}.category-slug{background-color:#f5f5f5;border-radius:4px;color:#666;display:inline-block;font-family:Monaco,Courier New,monospace;font-size:12px;padding:4px 8px}.category-status-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;padding:6px 12px}.category-status-active{background-color:#e8f5e9;color:#2e7d32}.category-status-inactive{background-color:#ffebee;color:#c62828}.category-actions{display:flex;gap:8px}.btn-icon{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;transition:all .2s ease;width:36px}.btn-edit{background-color:#e3f2fd;color:#1976d2}.btn-edit:hover{background-color:#bbdefb;transform:scale(1.05)}.btn-delete{background-color:#ffebee;color:#d32f2f}.btn-delete:hover{background-color:#ffcdd2;transform:scale(1.05)}.category-cards-container{display:none;padding:20px}.category-card{background:#fff;border:2px solid #ff9500;border-radius:12px;display:flex;gap:12px;margin-bottom:16px;padding:16px}.category-card-image{border:2px solid #ff9500;border-radius:8px;flex-shrink:0;height:80px;object-fit:cover;width:80px}.category-card-content{flex:1 1}.category-card-title{color:#333;font-size:16px;font-weight:600;margin-bottom:4px}.category-card-slug{background-color:#f5f5f5;border-radius:4px;color:#666;display:inline-block;font-family:Monaco,Courier New,monospace;font-size:12px;margin-bottom:8px;padding:4px 8px}.category-card-status{border-radius:16px;display:inline-block;font-size:11px;font-weight:600;margin-bottom:10px;padding:4px 10px}.category-card-status.category-active{background-color:#e8f5e9;color:#2e7d32}.category-card-status.category-inactive{background-color:#ffebee;color:#c62828}.category-card-actions{border-top:1px solid #e0e0e0;display:flex;gap:8px;margin-top:10px;padding-top:10px}.category-card-actions .btn-icon{flex:1 1;font-size:14px}@media (max-width:768px){.category-table-wrapper{display:none}.category-cards-container{display:block}.category-table-wrapper table{display:none}}@media (min-width:769px){.category-cards-container{display:none!important}.category-table-wrapper{display:block}}.upload-container{border:2px dashed #ddd;border-radius:8px;cursor:pointer;margin:0 auto;max-width:1200px;min-height:330px;padding:20px;position:relative;text-align:center;transition:border-color .3s ease;width:100%}.upload-container:hover{border-color:#ff5722}.upload-content{left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.cloud-icon{fill:#ff5722;height:64px;margin-bottom:20px;width:64px}.upload-text{color:#333;font-size:18px;margin-bottom:10px}.browse-text{color:#ff5722;text-decoration:none}.upload-info{color:#666;font-size:14px}.preview-container{display:block;margin-top:20px;max-width:100%;position:relative}.preview-image{max-height:300px;max-width:100%;object-fit:contain}.remove-btn{align-items:center;background-color:#ff6c2f!important;border:none;border-radius:50%;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:30px;top:10px;transition:background-color .3s ease;width:32px}.remove-btn:hover{background-color:#ffffffe6}.remove-btn svg{stroke:#000}#file-input{display:none}@media (max-width:768px){.upload-container{min-height:300px}.upload-text{font-size:16px}.upload-info{font-size:12px}.remove-btn{height:20px;right:10px;top:10px;width:20px}}.branch-table-wrapper{display:block;overflow-x:auto}.branch-table{border-collapse:collapse;font-size:.95rem;width:100%}.branch-table thead{background-color:#f9f9f9;border-bottom:2px solid #ff9500}.branch-table th{color:#333;font-size:14px;font-weight:600;padding:16px;text-align:left}.branch-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.branch-table tbody tr:hover{background-color:hsla(0,11%,96%,.776)}.branch-table td{color:#555;font-size:14px;padding:16px;vertical-align:middle}.branch-image-cell{width:70px}.branch-image{border:2px solid #ff9500;border-radius:8px;height:50px;object-fit:cover;width:50px}.branch-table tbody tr:hover .branch-image{transform:scale(1.05)}.branch-owner-name{color:#ff8c00;font-weight:600}.branch-email{color:#666;font-size:.9rem}.branch-phone{color:#666}.branch-address{word-wrap:break-word;color:#555;max-width:200px}.branch-city,.branch-pincode,.branch-state{color:#555;font-weight:500}.branch-status{text-align:center}.branch-status-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:6px 12px}.branch-status-badge.branch-active{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.branch-status-badge.branch-inactive{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24}.branch-action-cell{display:flex;gap:.75rem}.branch-card-wrapper{display:none;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));padding:20px}.branch-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.branch-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.branch-card-image{background:linear-gradient(135deg,#fff8f0,#ffe8d6);height:200px;overflow:hidden;width:100%}.card-branch-image{height:100%;object-fit:cover;width:100%}.branch-card-content{display:flex;flex-direction:column;flex-grow:1;padding:20px}.branch-card-header{align-items:center;border-bottom:2px solid #ff8c00;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.branch-card-title{color:#333;font-size:1.3rem;font-weight:700;margin:0}.branch-card-info-group{flex-grow:1;margin-bottom:16px}.branch-info-item{align-items:flex-start;display:flex;margin-bottom:10px}.branch-info-label{color:#1a1a1a;font-weight:600;margin-right:8px;min-width:100px}.branch-info-value{color:#555;flex:1 1;word-break:break-word}.branch-card-actions{display:flex;gap:.75rem}@media (max-width:768px){.branch-table-wrapper{display:none}.branch-card-wrapper{display:grid;padding:0}.branch-header-title{font-size:1.8rem}.branch-header-subtitle{font-size:.95rem}.branch-card-wrapper{grid-template-columns:1fr}}@media (max-width:480px){.branch-card-image{height:150px}.branch-card-title{font-size:1.1rem}.branch-info-label{font-size:.9rem;min-width:80px}.branch-info-value{font-size:.9rem}.branch-card-actions{flex-direction:row}.branch-card-actions .action-btn{width:100%}.branch-card-content{padding:16px}}@media (min-width:769px){.branch-table-wrapper{display:block}.branch-card-wrapper{display:none}}.branch-food-table-wrapper{overflow-x:auto}.branch-food-table-wrapper table{border-collapse:collapse;width:100%}.branch-food-table-wrapper thead{background-color:#f9f9f9;border-bottom:2px solid #ff9500}.branch-food-table-wrapper th{color:#333;font-size:14px;font-weight:600;padding:16px;text-align:left}.branch-food-table-wrapper tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.branch-food-table-wrapper tbody tr:hover{background-color:hsla(0,11%,96%,.776)}.branch-food-table-wrapper td{color:#555;font-size:14px;padding:16px}.branch-food-image{border:2px solid #ff9500;border-radius:8px;height:50px;object-fit:cover;width:50px}.branch-food-table-wrapper tbody tr:hover .branch-food-image{box-shadow:0 4px 12px #ff6b3526;transform:scale(1.05)}.branch-food-details{display:flex;flex-direction:column;gap:.5rem}.branch-food-name{color:#333;font-weight:600}.branch-food-slug{color:#666;font-family:Monaco,Courier New,monospace;font-size:12px}.branch-food-price-column,.branch-food-size-column{display:flex;flex-direction:column;gap:.5rem}.branch-food-price-item,.branch-food-size-item{background-color:#f0f0f0;border:1.5px solid #e8e8e8;border-radius:4px;color:#1a1a1a;font-size:.85rem;font-weight:500;padding:.5rem .75rem;transition:all .2s ease}.branch-food-price-item{background:linear-gradient(135deg,orange,#ffb347);border:1px solid #ffa5004d;box-shadow:0 2px 6px #ffa50026;color:#fff}.branch-food-category-badge{color:#000;font-size:.85rem;font-weight:600}.branch-food-status-badge{border-radius:6px;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem 1rem}.branch-food-status-active{background-color:#d4edda;border:1px solid #b8e0c6;color:#10b981}.branch-food-status-inactive{background-color:#f8d7da;border:1px solid #f5c2c7;color:#ef4444}.branch-food-toggle-switch{background-color:#ccc;border-radius:13px;cursor:pointer;height:26px;position:relative;transition:background-color .3s;width:50px}.branch-food-toggle-switch:after{background-color:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;content:"";height:22px;left:2px;position:absolute;top:2px;transition:transform .3s;width:22px}.branch-food-toggle-switch.branch-food-active{background-color:#4caf50}.branch-food-toggle-switch.branch-food-active:after{transform:translateX(24px)}.branch-food-toggle-switch.branch-food-inactive{background-color:red}.branch-food-toggle-switch.branch-food-inactive:after{transform:translateX(0)}.branch-food-card-value{text-align:right}.branch-food-actions{display:flex;gap:.75rem}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.6rem 1rem;transition:all .3s ease}.btn-edit{background-color:#ff6b35;box-shadow:0 2px 8px #ff6b3526;color:#fff}.btn-edit:hover{background-color:#ff5722;box-shadow:0 4px 12px #ff6b354d;transform:translateY(-2px)}.btn-delete{background-color:#ef4444;box-shadow:0 2px 8px #ef444426;color:#fff}.btn-delete:hover{background-color:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-2px)}.branch-food-card{display:none}@media (max-width:768px){.branch-food-table-wrapper{display:none}.branch-food-cards-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.branch-food-card{background-color:#fff;border:1px solid #e8e8e8;border-left:4px solid #ff6b35;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:block;padding:1.5rem;transition:all .3s ease}.branch-food-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.branch-food-card-header{display:flex;gap:1rem;margin-bottom:1rem}.branch-food-card-image{border:2px solid #e8e8e8;border-radius:8px;box-shadow:0 2px 6px #00000014;flex-shrink:0;height:80px;object-fit:cover;width:80px}.branch-food-card-title-section{flex:1 1}.branch-food-card-title{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.branch-food-card-slug{color:var(--color-text-light);font-family:Courier New,monospace;font-size:.9rem;margin-bottom:.75rem}.branch-food-card-category{border-radius:6px;color:#333;display:inline-block;font-size:.8rem;font-weight:600;padding:.35rem .75rem}.branch-food-card-row{border-bottom:1px solid #e8e8e8;display:flex;flex-direction:row;gap:3rem;margin-bottom:.3rem;padding-bottom:.3rem}.branch-food-card-row:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.branch-food-card-label{color:#1a1a1a;font-size:.9rem;font-weight:600}.branch-food-card-row-content{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.branch-food-card-price-item,.branch-food-card-size-item{background-color:#f0f0f0;border:1.5px solid #e8e8e8;border-radius:4px;color:#1a1a1a;font-size:.85rem;font-weight:500;padding:.1rem .2rem}.branch-food-card-price-item{background:linear-gradient(135deg,orange,#ffb347);border:1px solid #ffa5004d;color:#fff}.branch-food-card-actions{border-top:1px solid #e8e8e8;display:flex;gap:.75rem;margin-top:1rem}.btn{flex:1 1;justify-content:center;padding:.75rem}}@media (max-width:480px){.branch-food-card{padding:1rem}.btn{font-size:.85rem;padding:.65rem}}.all-toast-container{position:fixed;right:20px;top:20px;z-index:9999}.all-toast{animation:slideIn .3s ease-out;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:400px;min-width:300px;overflow:hidden;position:relative}.all-toast.hide{animation:slideOut .3s ease-out forwards}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}@keyframes slideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(400px)}}.all-toast-content{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:16px 20px}.all-toast-message{color:#333;flex:1 1;font-size:14px;line-height:1.5}.all-toast-close{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;height:24px;justify-content:center;padding:0;transition:#f5f5f5 .2s,color .2s;width:24px}.all-toast-close:hover{background:#f0f0f0;color:#333}.all-toast-progress{animation:shrink 5s linear forwards;background:#ff6b35;height:4px;width:100%}@keyframes shrink{0%{width:100%}to{width:0}}
/*# sourceMappingURL=main.cd49e51f.css.map*/