*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1a5c3a;--primary-dark:#0f3d26;--primary-light:#e8f5ee;--accent:#f0a500;--bg:#f8f7f4;--white:#fff;--border:#e2e0db;--text:#1a1a1a;--text-muted:#6b7280;--red:#dc2626;--green:#16a34a;--shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012,0 2px 4px #0000000f;--radius:8px;--radius-lg:12px}body{background:#f8f7f4;background:var(--bg);color:#1a1a1a;color:var(--text);font-family:Inter,sans-serif;line-height:1.6}.serif{font-family:Playfair Display,serif}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.gap-6{gap:24px}.w-full{width:100%}.text-center{text-align:center}.text-sm{font-size:14px}.text-xs{font-size:12px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-3xl{font-size:30px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{color:#6b7280;color:var(--text-muted)}.text-primary{color:#1a5c3a;color:var(--primary)}.text-red{color:#dc2626;color:var(--red)}.text-green{color:#16a34a;color:var(--green)}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.p-2{padding:8px}.p-4{padding:16px}.p-6{padding:24px}.p-8{padding:32px}.px-4{padding-left:16px;padding-right:16px}.py-2{padding-bottom:8px;padding-top:8px}.py-12{padding-bottom:48px;padding-top:48px}.rounded{border-radius:8px;border-radius:var(--radius)}.rounded-lg{border-radius:12px;border-radius:var(--radius-lg)}.rounded-full{border-radius:9999px}.border{border:1px solid #e2e0db;border:1px solid var(--border)}.bg-white{background:#fff;background:var(--white)}.bg-primary{background:#1a5c3a;background:var(--primary)}.bg-primary-light{background:#e8f5ee;background:var(--primary-light)}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;box-shadow:var(--shadow)}.shadow-md{box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;box-shadow:var(--shadow-md)}.cursor-pointer{cursor:pointer}.overflow-hidden{overflow:hidden}.min-h-screen{min-height:100vh}.grid{display:grid}.relative{position:relative}.absolute{position:absolute}.hidden{display:none}.space-y-2>*+*{margin-top:8px}.space-y-4>*+*{margin-top:16px}.space-y-6>*+*{margin-top:24px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .15s}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#1a5c3a;background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:#0f3d26;background:var(--primary-dark)}.btn-outline{background:#fff;border:1px solid #e2e0db;border:1px solid var(--border);color:#1a1a1a;color:var(--text)}.btn-outline:hover:not(:disabled){background:#f8f7f4;background:var(--bg)}.btn-ghost{background:#0000;color:#6b7280;color:var(--text-muted)}.btn-ghost:hover:not(:disabled){background:#f8f7f4;background:var(--bg);color:#1a1a1a;color:var(--text)}.btn-danger{background:#dc2626;background:var(--red);color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-sm{font-size:13px;padding:6px 12px}.btn-lg{font-size:16px;padding:12px 24px}.btn-icon{height:36px;padding:8px;width:36px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-weight:500}.form-input,.form-label{color:#1a1a1a;color:var(--text);font-size:14px}.form-input{background:#fff;border:1px solid #e2e0db;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);font-family:Inter,sans-serif;outline:none;padding:10px 14px;transition:border-color .15s;width:100%}.form-input:focus{border-color:#1a5c3a;border-color:var(--primary);box-shadow:0 0 0 3px #1a5c3a1a}.form-input::placeholder{color:#6b7280;color:var(--text-muted)}.form-input-icon{position:relative}.form-input-icon .form-input{padding-left:40px}.form-input-icon .input-icon{height:16px;left:12px;pointer-events:none;width:16px}.form-input-icon .input-icon,.form-input-icon .input-icon-right{color:#6b7280;color:var(--text-muted);position:absolute;top:50%;transform:translateY(-50%)}.form-input-icon .input-icon-right{background:none;border:none;cursor:pointer;padding:0;right:12px}.input-pr{padding-right:40px!important}.form-textarea{background:#fff;border:1px solid #e2e0db;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#1a1a1a;color:var(--text);font-family:Inter,sans-serif;font-size:14px;min-height:80px;outline:none;padding:10px 14px;resize:vertical;width:100%}.form-textarea:focus{border-color:#1a5c3a;border-color:var(--primary);box-shadow:0 0 0 3px #1a5c3a1a}.form-select{background:#fff;border:1px solid #e2e0db;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);cursor:pointer;font-size:14px;outline:none;padding:10px 14px;width:100%}.form-select:focus{border-color:#1a5c3a;border-color:var(--primary)}.card{background:#fff;border:1px solid #e2e0db;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg)}.card-header{border-bottom:1px solid #e2e0db;border-bottom:1px solid var(--border);padding:20px 24px}.card-body{padding:24px}.card-title{font-size:18px;font-weight:600}.auth-page{align-items:center;background:#f8f7f4;background:var(--bg);display:flex;justify-content:center;min-height:100vh;padding:24px}.auth-card{background:#fff;border:1px solid #e2e0db;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;box-shadow:var(--shadow-md);max-width:420px;padding:40px;width:100%}.auth-logo{margin-bottom:32px;text-align:center}.auth-logo a{align-items:center;color:#1a1a1a;color:var(--text);display:inline-flex;gap:10px;text-decoration:none}.auth-title{font-family:Playfair Display,serif;font-size:24px;font-weight:700;margin-bottom:8px;text-align:center}.auth-subtitle{color:#6b7280;color:var(--text-muted);font-size:14px;margin-bottom:28px;text-align:center}.auth-divider{align-items:center;display:flex;gap:12px;margin:20px 0}.auth-divider:after,.auth-divider:before{background:#e2e0db;background:var(--border);content:"";flex:1 1;height:1px}.auth-divider span{font-size:13px;white-space:nowrap}.auth-divider span,.auth-footer{color:#6b7280;color:var(--text-muted)}.auth-footer{font-size:14px;margin-top:20px;text-align:center}.auth-footer a{font-weight:500}.auth-footer a,.forgot-link{color:#1a5c3a;color:var(--primary);text-decoration:none}.forgot-link{font-size:13px}.forgot-link:hover{text-decoration:underline}.admin-layout{display:flex;min-height:100vh}.sidebar{background:#1a5c3a;background:var(--primary);color:#fff;display:flex;flex-direction:column;flex-shrink:0;height:100vh;overflow-y:auto;padding:0;position:fixed;width:240px}.sidebar-logo{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;font-family:Playfair Display,serif;font-size:18px;font-weight:700;gap:10px;padding:24px 20px}.sidebar-nav{flex:1 1;padding:12px 0}.sidebar-link{align-items:center;border-left:3px solid #0000;color:#ffffffbf;display:flex;font-size:14px;font-weight:500;gap:12px;padding:11px 20px;text-decoration:none;transition:all .15s}.sidebar-link:hover{background:#ffffff14;color:#fff}.sidebar-link.active{background:#ffffff1f;border-left-color:#fff;color:#fff}.sidebar-link svg{flex-shrink:0;height:18px;width:18px}.sidebar-footer{border-top:1px solid #ffffff1a;padding:16px 20px}.sidebar-user{gap:10px;margin-bottom:12px}.sidebar-avatar,.sidebar-user{align-items:center;display:flex}.sidebar-avatar{background:#fff3;border-radius:50%;font-size:14px;font-weight:600;height:36px;justify-content:center;width:36px}.sidebar-user-info{flex:1 1;overflow:hidden}.sidebar-user-name{color:#fff;font-size:14px;font-weight:600}.sidebar-user-email,.sidebar-user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-email{color:#fff9;font-size:12px}.admin-content{display:flex;flex:1 1;flex-direction:column;margin-left:240px;min-height:100vh}.admin-header{align-items:center;background:#fff;border-bottom:1px solid #e2e0db;border-bottom:1px solid var(--border);display:flex;height:64px;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:10}.admin-header h1{font-size:20px;font-weight:600}.admin-body{flex:1 1;padding:32px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:28px}.stat-card{background:#fff;border:1px solid #e2e0db;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);padding:20px 24px}.stat-label{color:#6b7280;color:var(--text-muted);font-size:13px;margin-bottom:8px}.stat-value{color:#1a1a1a;color:var(--text);font-size:28px;font-weight:700}.stat-icon{align-items:center;background:#e8f5ee;background:var(--primary-light);border-radius:10px;display:flex;height:40px;justify-content:center;margin-bottom:12px;width:40px}.stat-icon svg{color:#1a5c3a;color:var(--primary);height:20px;width:20px}.table-container{background:#fff;border:1px solid #e2e0db;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);overflow:hidden}.table{border-collapse:collapse;width:100%}.table th{background:#f8f7f4;background:var(--bg);color:#6b7280;color:var(--text-muted);font-size:13px;font-weight:600;padding:12px 16px;text-align:left}.table td,.table th{border-bottom:1px solid #e2e0db;border-bottom:1px solid var(--border)}.table td{font-size:14px;padding:14px 16px}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:#fafafa}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:500;padding:3px 10px}.badge-veg{background:#dcfce7;color:#16a34a}.badge-non-veg{background:#fee2e2;color:#dc2626}.badge-vegan{background:#d1fae5;color:#065f46}.badge-halal{background:#dbeafe;color:#1d4ed8}.badge-available{background:#dcfce7;color:#16a34a}.badge-unavailable{background:#fee2e2;color:#dc2626}.modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:100}.modal{background:#fff;border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 20px 60px #0003;max-height:90vh;max-width:520px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e2e0db;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:20px 24px}.modal-title{font-size:18px;font-weight:600}.modal-body{padding:24px}.modal-footer{border-top:1px solid #e2e0db;border-top:1px solid var(--border);display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.modal-close{background:none;border:none;border-radius:4px;color:#6b7280;color:var(--text-muted);cursor:pointer;padding:4px}.modal-close:hover{background:#f8f7f4;background:var(--bg);color:#1a1a1a;color:var(--text)}.public-menu-hero{background:#1a5c3a;background:var(--primary);color:#fff;padding:48px 24px 32px;text-align:center}.public-menu-hero h1{font-family:Playfair Display,serif;font-size:32px;margin-bottom:8px}.public-menu-hero p{color:#fffc;font-size:15px}.public-menu-info{align-items:center;color:#ffffffb3;display:flex;font-size:14px;gap:20px;justify-content:center;margin-top:12px}.public-menu-content{margin:0 auto;max-width:800px;padding:32px 16px}.menu-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.menu-filter-btn{background:#fff;border:1px solid #e2e0db;border:1px solid var(--border);border-radius:20px;cursor:pointer;font-size:13px;font-weight:500;padding:7px 16px;transition:all .15s}.menu-filter-btn.active{background:#1a5c3a;background:var(--primary);border-color:#1a5c3a;border-color:var(--primary);color:#fff}.menu-section{margin-bottom:36px}.menu-section-title{border-bottom:2px solid #e8f5ee;border-bottom:2px solid var(--primary-light);font-family:Playfair Display,serif;font-size:20px;font-weight:700;margin-bottom:16px;padding-bottom:8px}.menu-item-card{background:#fff;border:1px solid #e2e0db;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);display:flex;margin-bottom:12px;overflow:hidden;transition:box-shadow .15s}.menu-item-card:hover{box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;box-shadow:var(--shadow-md)}.menu-item-img{background:#f3f4f6;flex-shrink:0;height:100px;object-fit:cover;width:120px}.menu-item-img-placeholder{align-items:center;background:#e8f5ee;background:var(--primary-light);color:#1a5c3a;color:var(--primary);display:flex;flex-shrink:0;font-size:28px;height:100px;justify-content:center;width:120px}.menu-item-info{flex:1 1;padding:14px 16px}.menu-item-name{font-size:15px;font-weight:600;margin-bottom:4px}.menu-item-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;color:var(--text-muted);display:-webkit-box;font-size:13px;margin-bottom:8px;overflow:hidden}.menu-item-footer{align-items:center;display:flex;justify-content:space-between}.menu-item-price{color:#1a5c3a;color:var(--primary);font-size:16px;font-weight:700}.toast-container{display:flex;flex-direction:column;gap:8px;position:fixed;right:20px;top:20px;z-index:1000}.toast{align-items:center;animation:slideIn .2s ease;background:#fff;border:1px solid #e2e0db;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;box-shadow:var(--shadow-md);display:flex;font-size:14px;gap:10px;min-width:280px;padding:12px 16px}.toast-success{border-left:4px solid #16a34a;border-left:4px solid var(--green)}.toast-error{border-left:4px solid #dc2626;border-left:4px solid var(--red)}.toast-info{border-left:4px solid #3b82f6}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.image-upload-area{border:2px dashed #e2e0db;border:2px dashed var(--border);border-radius:8px;border-radius:var(--radius);cursor:pointer;padding:24px;text-align:center;transition:all .15s}.image-upload-area:hover{background:#e8f5ee;background:var(--primary-light);border-color:#1a5c3a;border-color:var(--primary)}.image-preview{border:1px solid #e2e0db;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);height:80px;object-fit:cover;width:80px}.qr-container{background:#fff;border-radius:12px;border-radius:var(--radius-lg);display:inline-block;padding:32px}.qr-container,.qr-url-box{border:1px solid #e2e0db;border:1px solid var(--border)}.qr-url-box{background:#f8f7f4;background:var(--bg);border-radius:8px;border-radius:var(--radius);font-family:monospace;font-size:13px;margin-top:12px;padding:10px 14px;word-break:break-all}.empty-state{color:#6b7280;color:var(--text-muted);padding:48px 24px;text-align:center}.empty-state-icon{font-size:48px;margin-bottom:16px}.empty-state h3{color:#1a1a1a;color:var(--text);font-size:18px;font-weight:600;margin-bottom:8px}.landing-hero{background:#1a5c3a;background:var(--primary);color:#fff;padding:80px 24px;text-align:center}.landing-hero h1{font-family:Playfair Display,serif;font-size:48px;margin-bottom:16px}.landing-hero p{color:#ffffffd9;font-size:18px;margin:0 auto 32px;max-width:560px}.landing-nav{background:#fff;border-bottom:1px solid #e2e0db;border-bottom:1px solid var(--border);height:64px;justify-content:space-between;padding:0 32px}.landing-nav,.landing-nav-logo{align-items:center;display:flex}.landing-nav-logo{color:#1a1a1a;color:var(--text);font-family:Playfair Display,serif;font-size:18px;font-weight:700;gap:10px;text-decoration:none}.divider{background:#e2e0db;background:var(--border);height:1px;margin:24px 0}.loading-spinner{animation:spin .8s linear infinite;border:3px solid #e2e0db;border-top-color:#1a5c3a;border:3px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:32px;width:32px}@keyframes spin{to{transform:rotate(1turn)}}.loading-center{align-items:center;display:flex;justify-content:center;min-height:200px}.toggle{height:24px;position:relative;width:44px}.toggle input{height:0;opacity:0;width:0}.toggle-slider{background:#ccc;border-radius:24px;cursor:pointer;inset:0;position:absolute;transition:.3s}.toggle-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.toggle input:checked+.toggle-slider{background:#1a5c3a;background:var(--primary)}.toggle input:checked+.toggle-slider:before{transform:translateX(20px)}.search-input{background:#f8f7f4;background:var(--bg);border:1px solid #e2e0db;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);font-size:14px;outline:none;padding:9px 14px 9px 38px;width:240px}.search-input:focus{background:#fff;border-color:#1a5c3a;border-color:var(--primary)}.search-wrapper{position:relative}.search-wrapper svg{color:#6b7280;color:var(--text-muted);height:16px;left:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:16px}@media (max-width:768px){.sidebar{height:auto;position:relative;width:100%}.admin-content{margin-left:0}.stats-grid{grid-template-columns:repeat(2,1fr)}.admin-layout{flex-direction:column}}
/*# sourceMappingURL=main.39dff56d.css.map*/