*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{overflow-x:hidden;width:100%}body{margin:0;background:linear-gradient(to bottom,#f8fafc,#fff);color:#1e293b;min-height:100vh;overflow-x:hidden;width:100%}#root{min-height:100vh;overflow-x:hidden;width:100%}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:#1e293b}a{text-decoration:none;color:inherit}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:root{--primary-green: #00c853;--primary-green-dark: #00a843;--primary-green-light: #00e676;--success: #4ade80;--success-dark: #22c55e;--warning: #f59e0b;--warning-dark: #d97706;--danger: #ef4444;--danger-dark: #dc2626;--info: #3b82f6;--info-dark: #2563eb;--bg-light: #f0f9f4;--bg-card: #ffffff;--text-dark: #1a202c;--text-medium: #4a5568;--text-light: #718096;--border-light: #e2e8f0;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12)}.stats-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;width:100%;max-width:100%;box-sizing:border-box}.stats-overview-card{display:flex;align-items:center;background:linear-gradient(135deg,var(--primary-green) 0%,var(--primary-green-dark) 100%);border-radius:10px;padding:10px 14px;box-shadow:0 2px 8px #00c85333;color:#fff;height:65px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.17,.67,.83,.67);z-index:1;border:1px solid rgba(255,255,255,.15);width:100%;box-sizing:border-box;min-width:0}.stats-overview-card:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 6px 16px #00c8534d}.stats-overview-card:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 45%,rgba(255,255,255,.08) 46%,rgba(255,255,255,.08) 54%,transparent 55%);background-size:200% 200%;z-index:-1;transition:all .3s ease}.stats-overview-card:hover:before{background-position:150% 150%}.stats-overview-card:after{content:"";position:absolute;top:-40%;right:-40%;width:100px;height:100px;border-radius:50%;background:#ffffff14;z-index:-1}.stats-overview-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background-color:#fff3;border-radius:9px;margin-right:10px;flex-shrink:0;font-size:17px;box-shadow:0 2px 6px #0000001f;transition:transform .3s ease;border:1px solid rgba(255,255,255,.2)}.stats-overview-card:hover .stats-overview-icon{transform:rotate(-8deg) scale(1.1)}.stats-overview-card.clickable{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.stats-overview-card.clickable:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 24px #00c85359}.stats-overview-card.clickable:active{transform:translateY(-3px) scale(1.01)}.stats-overview-card.clickable .stats-overview-subtitle{font-size:11px;opacity:.95;font-weight:600;transition:all .3s}.stats-overview-card.clickable:hover .stats-overview-subtitle{opacity:1;text-decoration:underline}.stats-overview-content{flex:1;display:flex;flex-direction:column;justify-content:center}.stats-overview-title{font-size:9.5px;font-weight:600;opacity:.95;margin-bottom:3px;text-transform:uppercase;letter-spacing:.5px}.stats-overview-value{font-size:18px;font-weight:800;line-height:1.1;text-shadow:0 1px 4px rgba(0,0,0,.12);letter-spacing:-.5px;margin-bottom:2px}.stats-overview-subtitle{font-size:8.5px;font-weight:500;opacity:.85;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-overview-card.success{background:linear-gradient(135deg,var(--success) 0%,var(--success-dark) 100%);box-shadow:0 2px 8px #4ade8033}.stats-overview-card.success:hover{box-shadow:0 6px 16px #4ade804d}.stats-overview-card.warning{background:linear-gradient(135deg,var(--warning) 0%,var(--warning-dark) 100%);box-shadow:0 2px 8px #f59e0b33;animation:pulse-warning 2s infinite alternate}.stats-overview-card.warning:hover{box-shadow:0 6px 16px #f59e0b4d}.stats-overview-card.danger{background:linear-gradient(135deg,var(--danger) 0%,var(--danger-dark) 100%);box-shadow:0 2px 8px #ef444433;animation:pulse-danger 2s infinite alternate}.stats-overview-card.danger:hover{box-shadow:0 6px 16px #ef44444d}.stats-overview-card.info{background:linear-gradient(135deg,var(--info) 0%,var(--info-dark) 100%);box-shadow:0 2px 8px #3b82f633}.stats-overview-card.info:hover{box-shadow:0 6px 16px #3b82f64d}@keyframes pulse-danger{0%{box-shadow:0 2px 8px #ef444433}to{box-shadow:0 3px 12px #ef444466}}@keyframes pulse-warning{0%{box-shadow:0 2px 8px #f59e0b33}to{box-shadow:0 3px 12px #f59e0b66}}.modern-card{background:var(--bg-card);border-radius:12px;padding:16px;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:all .3s cubic-bezier(.17,.67,.83,.67)}.modern-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.modern-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modern-card-title{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin:0}.modern-card-action{padding:.5rem 1rem;background:linear-gradient(135deg,var(--primary-green) 0%,var(--primary-green-dark) 100%);color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .3s;box-shadow:0 2px 8px #00c85333}.modern-card-action:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00c8534d}.modern-table-container{background:var(--bg-card);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.modern-table{width:100%;border-collapse:collapse}.modern-table thead{background:linear-gradient(135deg,#f8fafb,#f0f4f8)}.modern-table th{padding:16px 20px;text-align:left;font-weight:700;font-size:.875rem;color:var(--text-medium);text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--border-light)}.modern-table td{padding:16px 20px;color:var(--text-dark);font-size:.9375rem;border-bottom:1px solid var(--border-light);transition:background .2s}.modern-table tr:hover td{background:#00c85308}.modern-table tr:last-child td{border-bottom:none}.status-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-badge.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.status-badge.warning{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.status-badge.danger{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.status-badge.info{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.status-badge.pending{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca}.btn-primary{padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--primary-green) 0%,var(--primary-green-dark) 100%);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:700;font-size:.9375rem;transition:all .3s cubic-bezier(.17,.67,.83,.67);box-shadow:0 4px 16px #00c8534d;letter-spacing:.3px}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00c85366;background:linear-gradient(135deg,var(--primary-green-light) 0%,var(--primary-green) 100%)}.btn-primary:active{transform:translateY(-1px)}.btn-secondary{padding:.75rem 1.5rem;background:#fff;color:var(--primary-green);border:2px solid var(--primary-green);border-radius:12px;cursor:pointer;font-weight:700;font-size:.9375rem;transition:all .3s}.btn-secondary:hover{background:var(--primary-green);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00c85333}.btn-danger{padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--danger) 0%,var(--danger-dark) 100%);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:700;font-size:.9375rem;transition:all .3s;box-shadow:0 4px 16px #ef44444d}.btn-danger:hover{transform:translateY(-3px);box-shadow:0 8px 20px #ef444466}@media(max-width:1100px){.stats-overview{grid-template-columns:repeat(2,1fr);gap:10px}}@media(max-width:768px){.stats-overview{grid-template-columns:1fr;gap:10px}.stats-overview-card{height:65px;padding:12px 16px}.stats-overview-icon{width:34px;height:34px;font-size:17px}.stats-overview-value{font-size:18px}.modern-card{padding:20px}.modern-table th,.modern-table td{padding:12px 16px;font-size:.875rem}}@media(max-width:480px){.stats-overview-card{height:60px;padding:10px 14px}.stats-overview-icon{width:32px;height:32px;font-size:16px;margin-right:10px}.stats-overview-title{font-size:9px}.stats-overview-value{font-size:17px}.stats-overview-subtitle{font-size:8px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.slide-in{animation:slideIn .5s ease-out}.notification-bell-container{position:relative;display:inline-block}.notification-bell-button{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:linear-gradient(135deg,#fda4af,#fecdd3);border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #fda4af66}.notification-bell-button:hover{background:linear-gradient(135deg,#fb7185,#fda4af);transform:translateY(-2px);box-shadow:0 4px 12px #fda4af80}.notification-bell-button:active{transform:translateY(0)}.notification-bell-icon{width:22px;height:22px;color:#4a1d1f;stroke-width:2.5}.notification-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;display:flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;border-radius:10px;font-size:11px;font-weight:700;border:2px solid white;box-shadow:0 2px 4px #0003;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.notification-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:360px;max-height:500px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;overflow:hidden;z-index:1000;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.notification-header h3{margin:0;font-size:16px;font-weight:600;color:#1f2937}.mark-all-read-btn{padding:6px 12px;background:transparent;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.mark-all-read-btn:hover{background:#f3f4f6;color:#374151;border-color:#9ca3af}.notification-list{max-height:400px;overflow-y:auto}.notification-list::-webkit-scrollbar{width:6px}.notification-list::-webkit-scrollbar-track{background:#f3f4f6}.notification-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.notification-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.notification-loading,.notification-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#9ca3af}.spinner-small{width:24px;height:24px;border:3px solid #f3f4f6;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.notification-loading p,.notification-empty p{margin:12px 0 0;font-size:14px;color:#6b7280}.empty-icon{font-size:48px;opacity:.5}.notification-item{display:flex;gap:12px;padding:16px 20px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .2s;position:relative}.notification-item:hover{background:#f9fafb}.notification-item:last-child{border-bottom:none}.notification-item.unread{background:#eff6ff}.notification-item.unread:hover{background:#dbeafe}.notification-icon{font-size:24px;flex-shrink:0}.notification-content{flex:1;min-width:0}.notification-title{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-message{font-size:13px;color:#6b7280;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-time{font-size:11px;color:#9ca3af}.notification-unread-dot{width:8px;height:8px;background:#3b82f6;border-radius:50%;flex-shrink:0;margin-top:6px}.notification-footer{padding:12px 20px;border-top:1px solid #e5e7eb;background:#f9fafb}.view-all-btn{width:100%;padding:10px;background:transparent;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.view-all-btn:hover{background:#fff;border-color:#9ca3af}@media(max-width:768px){.notification-bell-button{width:44px;height:44px}.notification-bell-icon{width:22px;height:22px}.notification-dropdown{position:fixed;top:60px;right:10px;left:10px;width:auto}}@media(max-width:480px){.notification-bell-button{width:44px;height:44px;border-radius:10px}.notification-bell-icon{width:20px;height:20px}.notification-badge{min-width:18px;height:18px;font-size:10px;top:-3px;right:-3px}}.modern-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4,0,.2,1)}.modern-navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000014}.navbar-container{display:flex;align-items:center;padding:0 2rem;max-width:1400px;margin:0 auto;height:72px}.hamburger-menu-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;background:linear-gradient(135deg,#fda4af,#fecdd3);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #fda4af66;margin-right:12px;flex-shrink:0}@media(max-width:768px){.hamburger-menu-btn{margin-right:0}}.hamburger-menu-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fda4af66}.hamburger-line{width:20px;height:2px;background:#4a1d1f;border-radius:2px;transition:all .3s ease}.sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:1998;animation:fadeIn .3s ease}.sidebar-nav{position:fixed;top:0;left:-320px;width:320px;height:100vh;background:#fff;z-index:1999;transition:left .4s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 20px #0000001a;display:flex;flex-direction:column;overflow-y:auto}.sidebar-nav.open{left:0}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:2px solid #f1f5f9;background:linear-gradient(135deg,#fda4af,#fecdd3)}.sidebar-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.sidebar-logo-img{width:50px;height:50px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}.sidebar-logo-text{display:flex;flex-direction:column;line-height:1}.sidebar-logo-main{font-size:24px;font-weight:900;color:#4a1d1f;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.8px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.sidebar-logo-accent{font-size:14px;font-weight:700;color:#4a1d1f;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:1px;margin-top:-2px;opacity:.9}.sidebar-close-btn{width:36px;height:36px;background:#4a1d1f1a;border:none;border-radius:8px;color:#4a1d1f;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.sidebar-close-btn:hover{background:#4a1d1f33;transform:rotate(90deg)}.sidebar-content{flex:1;padding:20px 0;overflow-y:auto}.sidebar-section{margin-bottom:20px;padding:0 20px}.sidebar-section-title{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;color:#6b7280;letter-spacing:1px;margin-bottom:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.sidebar-section-dot{width:6px;height:6px;background:#ef4444;border-radius:50%}.sidebar-link{display:flex;align-items:center;gap:12px;padding:12px 16px;margin-bottom:4px;color:#374151;text-decoration:none;font-size:15px;font-weight:500;border-radius:10px;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;border:none;background:none;width:100%;text-align:left;cursor:pointer;position:relative}.sidebar-link:hover{background:#fda4af14;color:#fda4af;transform:translate(4px)}.sidebar-link.active{background:linear-gradient(135deg,#fda4af26,#fecdd326);color:#fda4af;font-weight:600}.sidebar-link.admin-link{color:#f59e0b;font-weight:600}.sidebar-link.admin-link:hover{background:#f59e0b1a}.sidebar-link.logout-link{color:#ef4444}.sidebar-link.logout-link:hover{background:#ef44441a;color:#dc2626}.sidebar-icon{width:20px;height:20px;stroke-width:2}.sidebar-badge{margin-left:auto;background:linear-gradient(135deg,#fda4af,#fecdd3);color:#4a1d1f;font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;min-width:20px;text-align:center}.sidebar-user-info{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#fda4af1a,#fecdd31a);border-radius:12px;margin-bottom:12px}.sidebar-user-avatar{width:48px;height:48px;background:linear-gradient(135deg,#fda4af,#fecdd3);color:#4a1d1f;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.sidebar-user-details{flex:1;min-width:0}.sidebar-user-name{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-email{font-size:12px;font-weight:500;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{padding:20px;border-top:2px solid #f1f5f9;background:#f8fafc}.sidebar-signin-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:linear-gradient(135deg,#fda4af,#fecdd3);color:#4a1d1f;border:none;border-radius:12px;padding:14px 20px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;box-shadow:0 4px 12px #06b6d44d}.sidebar-signin-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #fda4af66}.sidebar-signin-icon{width:20px;height:20px}.sidebar-signup-text{text-align:center;margin-top:12px;font-size:13px;color:#6b7280;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.sidebar-signup-link{color:#fda4af;font-weight:600;cursor:pointer;text-decoration:underline}.sidebar-signup-link:hover{color:#fecdd3}.navbar-logo{display:flex;align-items:center;gap:8px;text-decoration:none;transition:transform .2s ease}.navbar-logo:hover{transform:scale(1.02)}@media(max-width:768px){.navbar-logo{gap:0}}.logo-icon{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-main{font-size:28px;font-weight:900;color:#4a1d1f;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.8px;text-shadow:0 2px 4px rgba(253,164,175,.3)}.logo-accent{font-size:16px;font-weight:700;color:#fda4af;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:1px;margin-top:-4px;text-transform:uppercase}.navbar-actions{display:flex;align-items:center;gap:1rem;margin-left:auto}.navbar-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#fda4af,#fecdd3);color:#4a1d1f;border:none;border-radius:12px;padding:10px 20px;min-height:44px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;box-shadow:0 2px 8px #fda4af4d;position:relative}.navbar-action-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #fda4af66}.action-btn-icon{width:22px;height:22px;stroke-width:2.5;flex-shrink:0}.action-btn-text{font-weight:600}.action-btn-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;display:flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;font-size:11px;font-weight:700;border-radius:10px;border:2px solid white;box-shadow:0 2px 4px #0003}.user-dropdown-container{position:relative}.desktop-only{display:flex}@media(max-width:768px){.desktop-only{display:none!important}}.user-btn{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px 16px;height:44px;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.user-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#fda4af,#fecdd3);color:#4a1d1f;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.user-name{font-size:14px;font-weight:500;color:#374151;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{width:16px;height:16px;color:#6b7280;transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px #0000001a;min-width:200px;overflow:hidden;animation:dropdownFadeIn .2s ease;z-index:100}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#374151;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.dropdown-item:hover{background:#f8fafc;color:#fda4af}.dropdown-item.logout-btn{color:#ef4444;border-top:1px solid #f1f5f9}.dropdown-item.logout-btn:hover{background:#fef2f2;color:#dc2626}.dropdown-icon{width:16px;height:16px}.login-btn{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#fda4af,#fecdd3);color:#4a1d1f;border:none;border-radius:12px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;box-shadow:0 2px 8px #fda4af4d}.login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #fda4af66}.login-icon{width:18px;height:18px;object-fit:contain}@media(max-width:1024px){.navbar-container{padding:0 1.5rem}.action-btn-text{display:none}.navbar-action-btn{width:44px;height:44px;padding:0}.action-btn-icon{width:22px;height:22px}}@media(max-width:768px){.navbar-container{padding:0 .75rem;height:64px}.logo-main{font-size:22px}.logo-accent{font-size:13px}.logo-icon{width:60px;height:60px}.navbar-actions{gap:.5rem}.user-name{display:none}.user-btn{width:44px;height:44px;padding:0}.login-btn{width:auto;min-width:44px;height:44px;padding:10px 16px;justify-content:center}.login-btn-text{display:none}.login-icon{width:24px;height:24px}.navbar-action-btn{width:44px;height:44px;padding:0 8px}.action-btn-icon{width:22px;height:22px}.action-btn-text,.track-action-btn{display:none}.sidebar-nav{width:280px;left:-280px}}@media(max-width:480px){.navbar-container{padding:0 .5rem;height:60px}.navbar-actions{gap:.4rem}.navbar-action-btn{width:auto;min-width:40px;height:44px;padding:0 6px;border-radius:10px}.action-btn-icon{width:20px;height:20px}.logo-main{font-size:18px}.logo-accent{font-size:11px}.logo-icon{width:50px;height:50px}.hamburger-menu-btn{width:44px;height:44px;margin-right:0}.hamburger-line{width:18px}.login-btn{width:auto;min-width:44px;height:44px;padding:10px 14px;justify-content:center}.login-icon{width:22px;height:22px}.notification-bell-button{width:44px;height:44px}.notification-bell-icon{width:20px;height:20px}.action-btn-badge{min-width:18px;height:18px;font-size:10px;top:-3px;right:-3px;border:2px solid white}.notification-badge{border:2px solid white}.sidebar-nav{width:260px;left:-260px}}.hamburger-menu-btn:focus,.navbar-action-btn:focus,.user-btn:focus,.login-btn:focus,.sidebar-close-btn:focus{outline:2px solid #fda4af;outline-offset:2px}.dropdown-item:focus,.sidebar-link:focus{outline:none;background:#f8fafc;color:#fda4af}html{scroll-padding-top:80px}.modern-footer{background:linear-gradient(135deg,#1f2937,#111827);color:#e5e7eb;padding-top:60px;margin-top:80px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.footer-container{max-width:1400px;margin:0 auto;padding:0 20px 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr 1.5fr;gap:40px}.footer-section{display:flex;flex-direction:column;gap:20px}.footer-heading{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:.5px}.footer-about{max-width:100%}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-logo-img{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(253,164,175,.3))}.footer-logo-text{display:flex;flex-direction:column;gap:6px}.footer-brand-name{font-size:1.5rem;font-weight:900;color:#fff;margin:0;letter-spacing:-.5px}.footer-status{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;padding:4px 12px;border-radius:20px;width:fit-content}.footer-status.open{background:#22c55e26;color:#4ade80}.footer-status.closed{background:#ef444426;color:#f87171}.status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.footer-status.open .status-dot{background:#4ade80}.footer-status.closed .status-dot{background:#f87171}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.footer-description{font-size:.95rem;line-height:1.6;color:#d1d5db;margin:0}.footer-social{display:flex;gap:12px;margin-top:16px}.social-link{width:40px;height:40px;background:#fda4af1a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fda4af;transition:all .3s ease}.social-link:hover{background:#fda4af;color:#1f2937;transform:translateY(-3px)}.social-link svg{width:20px;height:20px}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-list li a{color:#d1d5db;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease;display:inline-block}.footer-list li a:hover{color:#fda4af;transform:translate(4px)}.contact-list{display:flex;flex-direction:column;gap:16px}.contact-item{display:flex;align-items:flex-start;gap:12px}.contact-icon{width:20px;height:20px;color:#fda4af;flex-shrink:0;margin-top:2px}.contact-item a{color:#d1d5db;text-decoration:none;font-size:.95rem;transition:color .2s ease;display:block;margin-bottom:4px}.contact-item a:hover{color:#fda4af}.contact-item p{color:#d1d5db;font-size:.95rem;margin:0;line-height:1.5}.contact-item div{display:flex;flex-direction:column;gap:4px}.hours-list{display:flex;flex-direction:column;gap:10px}.hour-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}.hour-item:last-child{border-bottom:none}.day-name{font-size:.9rem;font-weight:600;color:#fff!important;text-transform:capitalize!important}.day-time{font-size:.85rem;font-weight:500}.day-time.open{color:#4ade80}.day-time.closed{color:#f87171}.footer-bottom{background:#111827;border-top:1px solid rgba(255,255,255,.1);padding:24px 20px}.footer-bottom-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.copyright{font-size:.9rem;color:#9ca3af;margin:0}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{color:#9ca3af;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-bottom-links a:hover{color:#fda4af}@media(max-width:1024px){.footer-container{grid-template-columns:repeat(2,1fr);gap:40px}.footer-about{grid-column:1 / -1}}@media(max-width:768px){.modern-footer{padding-top:40px;margin-top:60px}.footer-container{grid-template-columns:1fr;gap:32px;padding:0 16px 32px}.footer-about{grid-column:1}.footer-logo-img{width:50px;height:50px}.footer-brand-name{font-size:1.3rem}.footer-heading{font-size:1rem}.footer-bottom-container{flex-direction:column;gap:16px;text-align:center}.footer-bottom-links{flex-direction:column;gap:12px}}@media(max-width:480px){.modern-footer{padding-top:32px;margin-top:40px}.footer-container{gap:24px;padding:0 12px 24px}.footer-logo{flex-direction:column;align-items:flex-start}.footer-social{gap:8px}.social-link{width:36px;height:36px}.social-link svg{width:18px;height:18px}.hour-item{flex-direction:column;align-items:flex-start;gap:4px}.footer-bottom{padding:20px 12px}}.main-content{padding-top:70px}.app-content{padding:40px 60px;min-height:50vh;max-width:1400px;margin:0 auto}.app-content h1{font-size:2rem;color:#1e293b;margin-bottom:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.app-content p{font-size:1rem;color:#64748b}@media(max-width:768px){.main-content{padding-top:60px}.app-content{padding:30px 20px}.app-content h1{font-size:1.5rem}}@media(max-width:480px){.main-content{padding-top:56px}}.hero-section-dominos{position:relative;width:100%;height:calc(100vh - 72px);min-height:500px;max-height:900px;overflow:hidden;margin:0;border-radius:0;max-width:none}.hero-slider-dominos{position:relative;width:100%;height:100%}.hero-slide-dominos{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .6s ease-in-out;pointer-events:none;display:flex;align-items:center;justify-content:space-between}.hero-slide-dominos.active{opacity:1;pointer-events:auto}.hero-slide-dominos.full-video-slide{justify-content:center;align-items:center}.hero-full-video{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.hero-video{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;background:#000;outline:none;border:none}.hero-video::-webkit-media-controls{display:none!important}.hero-video::-webkit-media-controls-enclosure{display:none!important}.hero-video-dominos{width:50%;height:100%;position:relative;overflow:hidden}.hero-video-dominos .hero-video{width:100%;height:100%;object-fit:cover;object-position:center}.hero-content-dominos{width:50%;padding:30px 50px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;z-index:2}.hero-logo-small{display:flex;align-items:center;gap:6px;margin-bottom:10px}.hero-logo-small .logo-icon{font-size:20px}.logo-text-white{font-size:18px;font-weight:800;color:#fff}.hero-badge{background:#dc2626;color:#fff;padding:4px 12px;font-size:11px;font-weight:800;letter-spacing:.5px;border-radius:4px;margin-bottom:10px;display:inline-block}.hero-title-dominos{font-size:1.8rem;font-weight:900;color:#fff;line-height:1.1;margin-bottom:12px;text-transform:uppercase;letter-spacing:-.5px;text-shadow:2px 4px 8px rgba(0,0,0,.2)}.hero-price-box{background:#fff;padding:10px 18px;border-radius:6px;margin-bottom:10px;display:inline-flex;flex-direction:column;align-items:center;box-shadow:0 4px 12px #00000026}.hero-price-label{font-size:11px;font-weight:700;color:#dc2626;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px}.hero-price-big{font-size:1.8rem;font-weight:900;color:#dc2626;line-height:1;margin-bottom:3px}.hero-price-tax{font-size:10px;font-weight:600;color:#6b7280;text-transform:uppercase}.hero-description{font-size:.9rem;font-weight:700;color:#fff;letter-spacing:.5px;text-shadow:1px 2px 4px rgba(0,0,0,.2)}.hero-image-dominos{width:50%;height:100%;position:relative;overflow:hidden}.hero-image-dominos img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-arrow-dominos{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:#fff}.hero-arrow-dominos:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.hero-arrow-left{left:15px}.hero-arrow-right{right:15px}.hero-indicators-dominos{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.hero-indicator-dominos{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease;padding:0}.hero-indicator-dominos:hover{background:#fffc}.hero-indicator-dominos.active{background:#fff}@media(max-width:1200px){.hero-section-dominos{height:calc(100vh - 72px);min-height:500px;border-radius:0}.hero-content-dominos{padding:25px 40px}.hero-title-dominos,.hero-price-big{font-size:1.6rem}}@media(max-width:768px){.hero-section-dominos{height:calc(100vh - 64px);min-height:500px;max-height:none;border-radius:0}.hero-slide-dominos{flex-direction:column;min-height:500px}.hero-full-video{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000}.hero-video{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-content-dominos{width:100%;padding:30px 20px;flex:1;justify-content:center}.hero-video-dominos{width:100%;height:40%;min-height:250px}.hero-video-dominos .hero-video{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-title-dominos,.hero-price-big{font-size:1.5rem}.hero-description{font-size:.85rem}.hero-arrow-dominos{width:28px;height:28px}.hero-arrow-left{left:10px}.hero-arrow-right{right:10px}}@media(max-width:480px){.hero-section-dominos{height:calc(100vh - 60px);min-height:450px;max-height:none}.hero-slide-dominos{min-height:450px}.hero-full-video{width:100%;height:100%;padding:0}.hero-video{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-content-dominos{padding:20px 15px;flex:1}.hero-logo-small{margin-bottom:8px}.hero-badge{padding:4px 10px;font-size:10px;margin-bottom:8px}.hero-title-dominos{font-size:1.3rem;margin-bottom:10px}.hero-price-box{padding:8px 15px;margin-bottom:8px}.hero-price-label{font-size:10px}.hero-price-big{font-size:1.4rem}.hero-price-tax{font-size:9px}.hero-description{font-size:.8rem}.hero-video-dominos{height:35%;min-height:200px}.hero-video-dominos .hero-video{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-arrow-dominos{width:26px;height:26px}.hero-indicators-dominos{bottom:10px}.hero-indicator-dominos{width:6px;height:6px}}.announcement-bar{width:100%;background:#fff;overflow:hidden;position:relative;z-index:10;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.announcement-marquee{position:relative;width:100%;overflow:hidden;padding:10px 0;z-index:1}.marquee-content{display:flex;align-items:center;gap:60px;animation:marquee 10s linear infinite;white-space:nowrap;will-change:transform;position:relative;z-index:1}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.announcement-marquee:hover .marquee-content{animation-play-state:paused}.announcement-item{display:inline-flex;align-items:center;color:#000;font-size:1rem;font-weight:400;font-family:Times New Roman,Times,serif;letter-spacing:.3px;padding:0 30px;position:relative;transition:transform .2s ease;flex-shrink:0;z-index:1}.announcement-item:after{content:"•";position:absolute;right:-30px;color:#0000004d;font-size:1.2rem}.announcement-item:last-child:after{content:none}.announcement-marquee:hover .announcement-item{transform:scale(1.02)}.announcement-bar:before{content:"";position:absolute;top:0;left:0;width:80px;height:100%;background:linear-gradient(to right,#fff,#fff0);pointer-events:none;z-index:2}.announcement-bar:after{content:"";position:absolute;top:0;right:0;width:80px;height:100%;background:linear-gradient(to left,#fff,#fff0);pointer-events:none;z-index:2}@media(max-width:768px){.announcement-marquee{padding:8px 0}.announcement-item{font-size:.88rem;padding:0 20px}.announcement-item:after{right:-20px}.marquee-content{gap:40px;animation:marquee 7.5s linear infinite}}@media(max-width:480px){.announcement-marquee{padding:6px 0}.announcement-item{font-size:.82rem;padding:0 15px}.announcement-item:after{right:-15px;font-size:1rem}.marquee-content{gap:30px;animation:marquee 6s linear infinite}.announcement-bar:after,.announcement-bar:before{width:50px}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.loading-fullscreen{position:fixed;inset:0;background:linear-gradient(135deg,#fff,#f9fafb);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.loading-brand{display:flex;flex-direction:column;align-items:center;gap:24px}.loading-logo-wrapper{animation:logoFloat 2s ease-in-out infinite}.loading-logo{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(220,38,38,.2))}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.loading-bar{width:200px;height:4px;background:#e5e7eb;border-radius:10px;overflow:hidden;position:relative}.loading-bar-progress{position:absolute;top:0;left:0;height:100%;width:40%;background:linear-gradient(90deg,#dc2626,#ef4444,#dc2626);background-size:200% 100%;border-radius:10px;animation:loadingBar 1.5s ease-in-out infinite;box-shadow:0 0 10px #dc262680}@keyframes loadingBar{0%{left:-40%;background-position:0% 50%}50%{background-position:100% 50%}to{left:100%;background-position:200% 50%}}.loading-spinner-modern{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #dc2626;border-radius:50%;animation:spin .8s linear infinite;box-shadow:0 2px 8px #dc26261a}.loading-message{margin-top:12px;font-size:.9rem;color:#6b7280;font-weight:500}@media(max-width:480px){.loading-logo{width:60px;height:60px}.loading-bar{width:160px}}.home-page{min-height:100vh;background:#f9fafb}.home-section{max-width:1400px;margin:0 auto;padding:60px 20px}.section-header{text-align:center;margin-bottom:40px}.section-title{font-size:2rem;font-weight:800;color:#111827;margin-bottom:8px}.section-subtitle{font-size:1.1rem;color:#6b7280;font-weight:500}.categories-section{background:linear-gradient(180deg,#fff,#fafafa,#f5f5f5);padding:40px 20px;margin:0;max-width:100%;position:relative;overflow:hidden}.categories-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(220,38,38,.02) 1px,transparent 1px),linear-gradient(180deg,rgba(220,38,38,.02) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;opacity:.5}.categories-section:after{content:"";position:absolute;top:-10%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(220,38,38,.06) 0%,rgba(220,38,38,.03) 40%,transparent 70%);border-radius:50%;pointer-events:none;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,30px) scale(1.1)}}.categories-section .section-header,.categories-section .categories-grid{position:relative;z-index:1}.categories-section .section-title{background:linear-gradient(135deg,#111827,#1f2937,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.5rem;letter-spacing:-1px}.categories-section .section-subtitle{color:#6b7280;font-size:1.15rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;max-width:1400px;margin:0 auto;padding:10px}.see-more-container{display:flex;justify-content:center;margin-top:32px}.see-more-btn{display:flex;align-items:center;gap:8px;padding:10px 28px;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #dc262633}.see-more-btn:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 10px #dc262640}.see-more-btn:active{transform:translateY(0)}.see-more-icon{font-size:1.1rem;transition:transform .2s ease}.see-more-btn:hover .see-more-icon{transform:translateY(2px)}.category-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;cursor:pointer;border:1px solid rgba(220,38,38,.1);position:relative;display:flex;flex-direction:column;width:100%;height:100%}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(220,38,38,.02) 0%,transparent 60%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.category-card:hover:before{opacity:1}.category-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #dc262626,0 8px 16px #0000001a;border-color:#dc26264d}.category-image{width:100%;height:220px;overflow:hidden;position:relative;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.category-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.02) 100%);pointer-events:none}.category-image img{width:100%;height:100%;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1);filter:brightness(1) saturate(1)}.category-card:hover .category-image img{transform:scale(1.15) rotate(1deg);filter:brightness(1.05) saturate(1.1)}.category-info{padding:24px;background:#fff;position:relative;z-index:2;flex:1;display:flex;flex-direction:column;gap:8px}.category-info:before{content:"";position:absolute;top:0;left:24px;width:40px;height:4px;background:linear-gradient(90deg,#dc2626,#ef4444);border-radius:2px;opacity:0;transform:translate(-10px);transition:all .4s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-info:before{opacity:1;transform:translate(0)}.category-name{font-size:1.4rem;font-weight:800;color:#111827;margin-bottom:6px;margin-top:12px;letter-spacing:-.5px;line-height:1.2;transition:color .3s ease}.category-card:hover .category-name{color:#dc2626}.category-description{font-size:.95rem;color:#6b7280;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.category-card:after{content:"View Menu →";position:absolute;bottom:20px;right:24px;font-size:.85rem;font-weight:700;color:#dc2626;opacity:0;transform:translate(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:3}.category-card:hover:after{opacity:1;transform:translate(0)}.location-map-section{width:100%;height:600px;max-width:100%;margin:0;padding:0;position:relative;overflow:hidden;box-shadow:0 -4px 20px #00000014,0 4px 20px #00000014;background:#e5e7eb}.location-map-section iframe{display:block;width:100%;height:100%;filter:brightness(.98) contrast(1.02);transition:filter .3s ease}.location-map-section:hover iframe{filter:brightness(1) contrast(1.05)}.coupons-section{background:linear-gradient(135deg,#fef3c7,#fde68a);padding:60px 20px;margin:0;max-width:100%}.coupons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;max-width:1400px;margin:0 auto}.coupon-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 12px #0000001a;border:2px dashed #f59e0b;position:relative;transition:transform .3s ease}.coupon-card:hover{transform:scale(1.05)}.coupon-badge{background:#dc2626;color:#fff;font-size:1.1rem;font-weight:800;padding:8px 16px;border-radius:6px;display:inline-block;margin-bottom:12px}.coupon-code{font-size:1.5rem;font-weight:800;color:#111827;margin-bottom:8px;font-family:Courier New,monospace;letter-spacing:1px}.coupon-description{font-size:.95rem;color:#4b5563;margin-bottom:12px;line-height:1.5}.coupon-conditions{font-size:.85rem;color:#6b7280;font-weight:600}.featured-section{background:linear-gradient(180deg,#fff,#fafafa,#f5f5f5);padding:60px 20px;margin:0;max-width:100%;position:relative;overflow:hidden}.featured-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(220,38,38,.02) 1px,transparent 1px),linear-gradient(180deg,rgba(220,38,38,.02) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;opacity:.5}.featured-section:after{content:"";position:absolute;bottom:-10%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(220,38,38,.06) 0%,rgba(220,38,38,.03) 40%,transparent 70%);border-radius:50%;pointer-events:none;animation:float 20s ease-in-out infinite}.featured-section .section-header,.featured-section .featured-items-grid{position:relative;z-index:1}.featured-section .section-title{background:linear-gradient(135deg,#111827,#1f2937,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.5rem;letter-spacing:-1px}.featured-section .section-subtitle{color:#6b7280;font-size:1.15rem}.popular-section{background:linear-gradient(135deg,#fef2f2,#fee2e2,#fecaca);padding:60px 20px;margin:0;max-width:100%;position:relative}.popular-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 30% 30%,rgba(220,38,38,.08) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(220,38,38,.08) 0%,transparent 50%);pointer-events:none}.popular-section .section-header,.popular-section .featured-items-grid{position:relative;z-index:1}.featured-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;padding:10px;max-width:1400px;margin:0 auto}.featured-item-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;cursor:pointer;border:2px solid transparent;display:flex;flex-direction:column}.featured-item-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #dc262633;border-color:#dc2626}.featured-item-image-container{width:100%;height:200px;overflow:hidden;position:relative;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.featured-item-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);display:block}.featured-item-card:hover .featured-item-image{transform:scale(1.15) rotate(2deg)}.featured-item-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 50%,transparent 100%);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.featured-item-card:hover .featured-item-overlay{opacity:1}.view-details-text{background:#fff;color:#dc2626;font-size:1rem;font-weight:700;padding:12px 28px;border-radius:50px;transform:translateY(10px);transition:transform .3s ease;box-shadow:0 4px 12px #0003}.featured-item-card:hover .view-details-text{transform:translateY(0)}.featured-discount-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;padding:8px 12px;border-radius:10px;box-shadow:0 4px 12px #dc262666;display:flex;flex-direction:column;align-items:center;gap:2px;z-index:2;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.discount-percent{font-size:1.2rem;font-weight:900;line-height:1;letter-spacing:-.5px}.discount-text{font-size:.65rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.featured-unavailable-overlay{position:absolute;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:3}.featured-unavailable-overlay span{background:#fff;color:#111827;font-size:1rem;font-weight:700;padding:10px 20px;border-radius:8px}.featured-item-content{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.featured-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.featured-item-name{font-size:1.15rem;font-weight:800;color:#111827;line-height:1.3;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.featured-item-card:hover .featured-item-name{color:#dc2626}.featured-item-rating{display:flex;align-items:center;gap:4px;background:linear-gradient(135deg,#fef3c7,#fde68a);padding:5px 10px;border-radius:20px;flex-shrink:0;box-shadow:0 2px 8px #f59e0b33}.rating-star{font-size:.9rem}.rating-value{font-size:.85rem;font-weight:700;color:#111827}.featured-item-description{font-size:.88rem;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-item-tags{display:flex;flex-wrap:wrap;gap:6px}.featured-diet-tag{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:10px;text-transform:capitalize;border:1px solid #86efac}.featured-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:10px;border-top:1px solid #e5e7eb}.featured-item-price-section{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.featured-current-price{font-size:1.25rem;font-weight:900;color:#dc2626;letter-spacing:-.5px}.featured-original-price{font-size:.9rem;color:#9ca3af;text-decoration:line-through;font-weight:600}.featured-prep-time{display:flex;align-items:center;gap:5px;background:#f3f4f6;padding:5px 10px;border-radius:20px;font-size:.8rem;font-weight:600;color:#4b5563;white-space:nowrap}.prep-icon{font-size:.9rem}.featured-review-count{font-size:.75rem;color:#6b7280;font-weight:500;text-align:center;padding-top:6px}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.item-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;text-decoration:none;color:inherit;cursor:pointer}.item-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.item-image{width:100%;height:220px;overflow:hidden;position:relative}.item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.item-card:hover .item-image img{transform:scale(1.1)}.item-discount{position:absolute;top:12px;right:12px;background:#dc2626;color:#fff;font-size:.85rem;font-weight:700;padding:6px 12px;border-radius:6px}.item-info{padding:16px}.item-name{font-size:1.15rem;font-weight:700;color:#111827;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.item-description{font-size:.9rem;color:#6b7280;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.item-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.item-price{display:flex;align-items:center;gap:8px}.item-rating{display:flex;align-items:center;gap:4px;font-size:.9rem;font-weight:600;color:#111827}.cta-section{background:linear-gradient(135deg,#dc2626,#991b1b);padding:80px 20px;text-align:center;margin:0;max-width:100%}.cta-content{max-width:700px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:16px}.cta-subtitle{font-size:1.2rem;color:#ffffffe6;margin-bottom:32px;line-height:1.6}.cta-button{display:inline-block;background:#fff;color:#dc2626;font-size:1.1rem;font-weight:700;padding:16px 48px;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #0003}.cta-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #0000004d}@media(max-width:1024px){.section-title{font-size:1.75rem}.cta-title{font-size:2rem}.featured-items-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;padding:5px}.featured-item-image-container{height:180px}}@media(max-width:768px){.home-section{padding:40px 16px}.categories-section{padding:30px 16px}.location-map-section{height:450px}.section-title{font-size:1.5rem}.section-subtitle{font-size:1rem}.categories-section .section-title{font-size:2rem}.categories-grid,.items-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;padding:5px}.category-card{border-radius:16px}.category-image{height:200px}.category-info{padding:20px}.category-name{font-size:1.25rem}.category-description{font-size:.9rem}.category-card:after{font-size:.8rem;bottom:16px;right:20px}.featured-items-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;padding:5px}.featured-item-card{border-radius:14px}.featured-item-image-container{height:180px}.featured-item-content{padding:16px;gap:8px}.featured-item-name{font-size:1.1rem}.featured-current-price{font-size:1.2rem}.coupons-grid{grid-template-columns:1fr;gap:16px}.cta-title{font-size:1.75rem}.cta-subtitle{font-size:1rem}.cta-button{padding:14px 36px;font-size:1rem}}@media(max-width:480px){.categories-section{padding:25px 12px}.categories-section .section-title{font-size:1.75rem}.location-map-section{height:350px}.categories-grid,.items-grid{grid-template-columns:1fr;gap:20px}.category-card{border-radius:14px}.category-image,.item-image{height:220px}.category-info{padding:18px}.category-name{font-size:1.2rem;margin-top:8px}.category-description{font-size:.88rem}.category-card:hover{transform:translateY(-4px) scale(1.01)}.category-card:after{font-size:.75rem;bottom:14px;right:18px}.featured-items-grid{grid-template-columns:1fr;gap:20px}.featured-item-image-container{height:200px}.featured-item-content{padding:14px}.featured-item-name{font-size:1.05rem}.featured-item-description{font-size:.85rem}.featured-item-bottom{flex-direction:column;align-items:flex-start;gap:8px}.featured-discount-badge{padding:6px 10px}.discount-percent{font-size:1.1rem}.featured-item-card:hover{transform:translateY(-4px) scale(1.01)}}.deals-section{background:linear-gradient(180deg,#fff,#fafafa,#f5f5f5);padding:60px 20px;margin:0;max-width:100%;position:relative;overflow:hidden}.deals-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(220,38,38,.02) 1px,transparent 1px),linear-gradient(180deg,rgba(220,38,38,.02) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;opacity:.5}.deals-section:after{content:"";position:absolute;top:-10%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(220,38,38,.06) 0%,rgba(220,38,38,.03) 40%,transparent 70%);border-radius:50%;pointer-events:none;animation:float 20s ease-in-out infinite}.deals-section .section-header,.deals-section .deals-grid{position:relative;z-index:1}.deals-section .section-title{background:linear-gradient(135deg,#111827,#1f2937,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.5rem;letter-spacing:-1px}.deals-section .section-subtitle{color:#6b7280;font-size:1.15rem}.deals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;max-width:1400px;margin:0 auto;padding:10px}.deal-card-home{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;border:1px solid rgba(220,38,38,.1);position:relative;display:flex;flex-direction:column;cursor:pointer;width:100%;height:100%}.deal-card-home:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(220,38,38,.02) 0%,transparent 60%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.deal-card-home:hover:before{opacity:1}.deal-card-home:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #dc262626,0 8px 16px #0000001a;border-color:#dc26264d}.deal-image-home{position:relative;width:100%;height:220px;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.deal-image-home:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.02) 100%);pointer-events:none}.deal-image-home img{width:100%;height:100%;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1);filter:brightness(1) saturate(1)}.deal-card-home:hover .deal-image-home img{transform:scale(1.15) rotate(1deg);filter:brightness(1.05) saturate(1.1)}.deal-savings-badge-home{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:8px 16px;border-radius:20px;font-weight:700;font-size:.9rem;box-shadow:0 4px 15px #ff6b6b66}.deal-info-home{padding:24px;background:#fff;position:relative;z-index:2;flex:1;display:flex;flex-direction:column;gap:8px}.deal-info-home:before{content:"";position:absolute;top:0;left:24px;width:40px;height:4px;background:linear-gradient(90deg,#dc2626,#ef4444);border-radius:2px;opacity:0;transform:translate(-10px);transition:all .4s cubic-bezier(.4,0,.2,1)}.deal-card-home:hover .deal-info-home:before{opacity:1;transform:translate(0)}.deal-name-home{font-size:1.4rem;font-weight:800;color:#111827;margin-bottom:6px;margin-top:12px;letter-spacing:-.5px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.deal-card-home:hover .deal-name-home{color:#dc2626}.deal-description-home{font-size:.88rem;color:#6b7280;line-height:1.5;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.deal-price-home{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:10px;border-top:1px solid #e5e7eb}.original-price-home{font-size:.9rem;color:#9ca3af;text-decoration:line-through;font-weight:600}.final-price-home{font-size:1.25rem;font-weight:900;color:#dc2626;letter-spacing:-.5px}.deal-card-home:after{content:"View Deal →";position:absolute;bottom:20px;right:24px;font-size:.85rem;font-weight:700;color:#dc2626;opacity:0;transform:translate(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:3}.deal-card-home:hover:after{opacity:1;transform:translate(0)}@media(max-width:768px){.deals-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;padding:5px}.deal-card-home{border-radius:16px}.deal-image-home{height:200px}.deal-info-home{padding:20px}.deal-name-home{font-size:1.25rem}.deal-description-home{font-size:.9rem}.final-price-home{font-size:1.3rem}.deal-card-home:after{font-size:.8rem;bottom:16px;right:20px}.deal-card-home:hover{transform:translateY(-4px) scale(1.01)}}@media(max-width:480px){.deals-grid{grid-template-columns:1fr;gap:20px}.deal-card-home{border-radius:14px}.deal-image-home{height:220px}.deal-info-home{padding:18px}.deal-name-home{font-size:1.2rem;margin-top:8px}.deal-description-home{font-size:.88rem}.deal-card-home:after{font-size:.75rem;bottom:14px;right:18px}.deal-card-home:hover{transform:translateY(-4px) scale(1.01)}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:12px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:4px 8px;line-height:1;transition:color .2s}.modal-close:hover{color:#111827}.modal-body{padding:24px}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f3f4f6}.modal-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:768px){.modal-overlay{padding:10px}.modal-content{max-height:95vh}.modal-header{padding:16px 20px}.modal-title{font-size:1.25rem}.modal-body{padding:20px}}.size-selection-modal{display:flex;flex-direction:column;gap:24px}.modal-item-info{display:flex;gap:16px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.modal-item-image{width:100px;height:100px;object-fit:cover;border-radius:8px;flex-shrink:0}.modal-item-details{flex:1;display:flex;flex-direction:column;gap:8px}.modal-item-name{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.modal-item-description{font-size:.9rem;color:#6b7280;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.size-options-section{display:flex;flex-direction:column;gap:16px}.section-title{font-size:1.1rem;font-weight:700;color:#111827;margin:0}.size-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.size-option-btn{position:relative;display:flex;flex-direction:column;padding:16px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:left}.size-option-btn:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px)}.size-option-btn.selected{background:#fef2f2;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.size-option-content{display:flex;flex-direction:column;gap:6px}.size-option-name{font-size:1rem;font-weight:700;color:#374151}.size-option-btn.selected .size-option-name{color:#111827}.size-option-price{font-size:1.1rem;font-weight:800;color:#dc2626}.size-checkmark{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#dc2626;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700}.modal-actions{display:flex;flex-direction:column;gap:12px;padding-top:8px}.modal-add-to-cart-btn{width:100%;padding:16px 24px;background:#dc2626;color:#fff;border:none;border-radius:10px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #dc262633}.modal-add-to-cart-btn:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px);box-shadow:0 6px 12px #dc26264d}.modal-add-to-cart-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.modal-helper-text{text-align:center;font-size:.85rem;color:#6b7280;margin:0}@media(max-width:640px){.modal-item-info{flex-direction:column}.modal-item-image{width:100%;height:180px}.size-options-grid{grid-template-columns:1fr}.size-option-btn{padding:14px}}.menu-page{min-height:100vh;background:#f9fafb}.menu-search-section{background:#fff;padding:24px 20px;box-shadow:0 2px 4px #0000000f}.search-container{max-width:1400px;margin:0 auto;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.search-input{flex:1 1 300px;min-width:0;padding:14px 20px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:#dc2626}.search-button{padding:14px 32px;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap;flex-shrink:0}.search-button:hover{background:#991b1b}.search-sort-container{display:flex;align-items:center;gap:10px;flex-shrink:0}.search-sort-container label{font-weight:600;color:#374151;white-space:nowrap;font-size:.95rem}.search-sort-container .sort-select{padding:14px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;background:#fff;min-width:180px}.search-sort-container .sort-select:focus{outline:none;border-color:#dc2626}.toggle-filters-btn-mobile{display:none}.menu-content{max-width:1400px;margin:0 auto;padding:30px 20px;display:grid;grid-template-columns:280px 1fr;gap:30px}.menu-filters{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000f;height:fit-content;position:sticky;top:90px;align-self:flex-start}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.filters-header h3{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.clear-filters-btn{background:none;border:none;color:#dc2626;font-size:.9rem;font-weight:600;cursor:pointer;padding:4px 8px}.clear-filters-btn:hover{text-decoration:underline}.filter-group{margin-bottom:28px}.filter-title{font-size:.95rem;font-weight:700;color:#374151;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.filter-options{display:flex;flex-direction:column;gap:8px}.filter-option{padding:10px 14px;background:#f3f4f6;border:2px solid transparent;border-radius:6px;text-align:left;font-size:.95rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:12px}.filter-option:hover{background:#e5e7eb}.filter-option-icon{font-size:1.25rem;flex-shrink:0}.filter-option-image{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0;box-shadow:0 2px 6px #0000001a}.filter-option.active{background:#fef2f2;border-color:#dc2626;color:#dc2626;font-weight:600}.checkbox-option{display:flex;align-items:center;gap:10px;padding:8px 0;cursor:pointer;font-size:.95rem;color:#4b5563}.checkbox-option input[type=checkbox]{width:18px;height:18px;cursor:pointer}.price-inputs{display:flex;align-items:center;gap:10px}.price-input{flex:1;padding:10px;border:2px solid #e5e7eb;border-radius:6px;font-size:.9rem;width:100%}.price-input:focus{outline:none;border-color:#dc2626}.menu-main{min-height:400px}.menu-controls{display:none;margin-bottom:24px}.toggle-filters-btn{display:none;padding:10px 20px;background:#dc2626;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;width:100%}.results-info{margin-bottom:20px;font-size:.95rem;color:#6b7280;font-weight:500}.menu-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.menu-item-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;text-decoration:none;color:inherit;cursor:pointer;display:flex;flex-direction:column}.menu-item-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.menu-item-image{width:100%;height:220px;overflow:hidden;position:relative}.menu-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.menu-item-card:hover .menu-item-image img{transform:scale(1.1)}.menu-item-discount{position:absolute;top:12px;right:12px;background:#dc2626;color:#fff;font-size:.85rem;font-weight:700;padding:6px 12px;border-radius:6px}.menu-item-size-badge{position:absolute;top:12px;left:12px;background:#2563eb;color:#fff;font-size:.75rem;font-weight:700;padding:6px 10px;border-radius:6px;display:flex;align-items:center;gap:4px}.menu-item-unavailable{position:absolute;inset:0;background:#000000b3;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700}.menu-item-info{padding:16px;flex:1;display:flex;flex-direction:column}.menu-item-name{font-size:1.15rem;font-weight:700;color:#111827;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.menu-item-description{font-size:.9rem;color:#6b7280;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;flex:1}.menu-item-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.diet-tag{font-size:.75rem;font-weight:600;padding:4px 8px;background:#dcfce7;color:#166534;border-radius:4px}.menu-item-footer{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.menu-item-price{display:flex;align-items:center;gap:8px}.current-price{font-size:1.25rem;font-weight:800;color:#dc2626}.original-price{font-size:.95rem;color:#9ca3af;text-decoration:line-through}.menu-item-rating{display:flex;align-items:center;gap:4px;font-size:.9rem;font-weight:600;color:#111827}.review-count{color:#6b7280;font-weight:500}.prep-time{font-size:.85rem;color:#6b7280;font-weight:500}.no-results{text-align:center;padding:60px 20px}.no-results h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:8px}.no-results p{font-size:1rem;color:#6b7280}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:40px;padding:20px;flex-wrap:wrap}.pagination-btn{padding:10px 20px;background:#dc2626;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.95rem}.pagination-btn:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 8px #dc26264d}.pagination-btn:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.pagination-number{min-width:44px;height:44px;padding:10px;background:#fff;color:#374151;border:2px solid #e5e7eb;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.95rem}.pagination-number:hover{border-color:#dc2626;color:#dc2626;background:#fef2f2;transform:translateY(-2px)}.pagination-number.active{background:#dc2626;color:#fff;border-color:#dc2626;box-shadow:0 4px 8px #dc26264d}.pagination-ellipsis{padding:10px;color:#6b7280;font-weight:600;-webkit-user-select:none;user-select:none;min-width:44px;text-align:center}.filters-backdrop{display:none;position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}.filters-backdrop.show{display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.filters-close-btn{display:none;position:absolute;top:20px;right:20px;width:40px;height:40px;background:#dc2626;color:#fff;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:10;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;transition:all .2s ease}.filters-close-btn:hover{background:#b91c1c;transform:scale(1.1)}.filters-close-btn:active{transform:scale(.95)}@media(max-width:1024px){.menu-content{grid-template-columns:1fr}.menu-controls{display:block}.menu-filters{display:none;position:fixed;inset:0;z-index:1000;height:100vh;overflow-y:auto;border-radius:0;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.menu-filters.show{display:block}.filters-close-btn{display:flex}.toggle-filters-btn{display:block}}@media(max-width:768px){.menu-items-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.search-container{flex-direction:row;align-items:center}.search-input{min-width:0;flex:1 1 auto}.search-button{padding:14px 20px;white-space:nowrap;flex-shrink:0}.toggle-filters-btn{padding:12px 20px;font-size:1rem}.pagination{gap:6px}.pagination-number{min-width:40px;height:40px}}@media(max-width:480px){.menu-items-grid{grid-template-columns:1fr}.menu-controls{display:none!important}.toggle-filters-btn-mobile{display:block;order:4;flex:1 1 100%;width:100%;max-width:calc(50% - 3px);min-width:0;padding:10px 14px;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-container{flex-wrap:wrap;gap:6px}.search-input{flex:1 1 auto;min-width:0;max-width:calc(100% - 106px);order:1}.search-button{order:2;flex:0 0 auto;padding:12px 16px;font-size:.85rem;white-space:nowrap;max-width:100px}.search-sort-container{order:3;flex:1 1 100%;width:100%;max-width:calc(50% - 3px);min-width:0;gap:4px}.search-sort-container label{display:none}.search-sort-container .sort-select{width:100%;min-width:0;padding:10px 8px;font-size:.8rem}.pagination{gap:4px;padding:15px 5px;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;justify-content:flex-start;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.pagination::-webkit-scrollbar{height:4px}.pagination::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.pagination::-webkit-scrollbar-thumb{background:#dc2626;border-radius:10px}.pagination-btn{padding:8px 12px;font-size:.8rem;white-space:nowrap;flex-shrink:0}.pagination-number{min-width:36px;height:36px;padding:6px;font-size:.85rem;flex-shrink:0}.pagination-ellipsis{min-width:30px;padding:6px;font-size:.85rem;flex-shrink:0}}.menu-item-actions{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.btn-view-item,.btn-add-to-cart{flex:1;padding:10px 16px;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-view-item{background:#fff;color:#dc2626;border:2px solid #dc2626}.btn-view-item:hover{background:#fef2f2;transform:translateY(-2px)}.btn-add-to-cart{background:#dc2626;color:#fff;border:2px solid #dc2626}.btn-add-to-cart:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c;transform:translateY(-2px)}.btn-add-to-cart:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed;opacity:.6;transform:none}@media(max-width:480px){.menu-item-actions{flex-direction:column}.btn-view-item,.btn-add-to-cart{width:100%}}.item-detail-page{min-height:100vh;background:#f9fafb;padding:30px 20px}.item-detail-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 12px #00000014}.item-gallery{display:flex;flex-direction:column;gap:16px}.main-image{width:100%;height:400px;border-radius:12px;overflow:hidden;position:relative}.main-image img{width:100%;height:100%;object-fit:cover}.discount-badge{position:absolute;top:16px;right:16px;background:#dc2626;color:#fff;font-size:1rem;font-weight:700;padding:8px 16px;border-radius:8px}.unavailable-overlay{position:absolute;inset:0;background:#000000b3;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.image-thumbnails{display:flex;gap:12px}.image-thumbnails img{width:80px;height:80px;object-fit:cover;border-radius:8px;cursor:pointer;border:3px solid transparent;transition:border-color .2s}.image-thumbnails img:hover,.image-thumbnails img.active{border-color:#dc2626}.item-details{display:flex;flex-direction:column;gap:20px}.item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.item-title{font-size:2rem;font-weight:800;color:#111827;margin:0;flex:1}.favorite-btn{width:50px;height:50px;border:2px solid #e5e7eb;background:#fff;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.favorite-btn:hover{border-color:#dc2626;transform:scale(1.1)}.favorite-btn.active{border-color:#dc2626;background:#fef2f2;animation:heartBeat .3s ease}.favorite-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.item-rating-section{display:flex;align-items:center;gap:12px}.rating-stars{font-size:1.1rem;font-weight:700;color:#111827}.rating-count{color:#6b7280;font-weight:500}.item-description-full{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.item-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{font-size:.85rem;font-weight:600;padding:6px 12px;background:#dcfce7;color:#166534;border-radius:6px;text-transform:capitalize}.spice-level,.prep-time-info{font-size:.95rem;color:#4b5563}.capitalize{text-transform:capitalize}.option-section{padding:20px 0;border-top:1px solid #e5e7eb}.option-title{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:12px}.size-options{display:flex;flex-wrap:wrap;gap:12px}.size-option{flex:1;min-width:120px;padding:14px;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center}.size-option:hover{background:#e5e7eb}.size-option.active{background:#fef2f2;border-color:#dc2626}.size-name{font-weight:600;color:#374151;margin-bottom:4px}.size-price{font-weight:700;color:#dc2626}.addon-options{display:flex;flex-direction:column;gap:10px}.addon-option{display:flex;align-items:center;padding:12px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .2s}.addon-option:hover{background:#f3f4f6}.addon-option input[type=checkbox]{width:20px;height:20px;margin-right:12px;cursor:pointer}.addon-name{flex:1;font-weight:500;color:#374151}.addon-price{font-weight:600;color:#dc2626}.special-instructions-input{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical}.special-instructions-input:focus{outline:none;border-color:#dc2626}.quantity-price-section{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f9fafb;border-radius:8px}.quantity-selector{display:flex;align-items:center;gap:16px}.qty-btn{width:40px;height:40px;border:2px solid #e5e7eb;background:#fff;border-radius:8px;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .2s}.qty-btn:hover:not(:disabled){background:#dc2626;color:#fff;border-color:#dc2626}.qty-display{font-size:1.5rem;font-weight:700;color:#111827;min-width:40px;text-align:center}.total-price{display:flex;flex-direction:column;align-items:flex-end}.price-label{font-size:.9rem;color:#6b7280;font-weight:500}.price-value{font-size:2rem;font-weight:800;color:#dc2626}.add-to-cart-btn{width:100%;padding:18px;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s}.add-to-cart-btn:hover:not(:disabled){background:#991b1b}.add-to-cart-btn:disabled,.add-to-cart-btn.disabled{background:#d1d5db;cursor:not-allowed}.additional-info{padding:20px 0;border-top:1px solid #e5e7eb}.info-block{margin-bottom:16px}.info-block h4{font-size:.95rem;font-weight:700;color:#374151;margin-bottom:6px}.info-block p{font-size:.9rem;color:#6b7280;margin:0}.allergen-warning{color:#dc2626!important;font-weight:600!important}.reviews-section{max-width:1200px;margin:40px auto 0;background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 12px #00000014}.reviews-title{font-size:1.75rem;font-weight:800;color:#111827;margin-bottom:24px}.reviews-list{display:flex;flex-direction:column;gap:20px}.review-card{padding:20px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.review-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.reviewer-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.reviewer-info{flex:1}.reviewer-name{font-size:1rem;font-weight:600;color:#111827;margin:0 0 4px}.review-rating{font-size:.9rem}.review-date{font-size:.85rem;color:#9ca3af}.review-comment{font-size:.95rem;color:#4b5563;line-height:1.6;margin:0 0 12px}.review-helpful{font-size:.85rem;color:#6b7280}.review-actions{display:flex;gap:12px;margin-top:12px}.review-action-btn{padding:8px 16px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;color:#4b5563}.review-action-btn:hover{background:#e5e7eb;border-color:#d1d5db}.review-action-btn.report{color:#dc2626;border-color:#fecaca}.review-action-btn.report:hover{background:#fef2f2;border-color:#dc2626}@media(max-width:1024px){.item-detail-container{grid-template-columns:1fr;padding:30px}.main-image{height:350px}}@media(max-width:768px){.item-detail-page{padding:20px 10px}.item-detail-container,.reviews-section{padding:20px}.item-title{font-size:1.5rem}.main-image{height:300px}.quantity-price-section{flex-direction:column;gap:16px;align-items:stretch}.total-price{align-items:center}.size-options{flex-direction:column}.size-option{min-width:100%}}.cart-page{min-height:100vh;background:#f9fafb;padding:30px 20px}.cart-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:30px}.empty-cart{min-height:80vh;display:flex;align-items:center;justify-content:center}.empty-cart-content{text-align:center;padding:40px}.empty-cart-icon{font-size:5rem;margin-bottom:20px}.empty-cart-content h2{font-size:2rem;font-weight:800;color:#111827;margin-bottom:12px}.empty-cart-content p{font-size:1.1rem;color:#6b7280;margin-bottom:24px}.cart-items-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.cart-header h1{font-size:1.75rem;font-weight:800;color:#111827;margin:0}.clear-cart-btn{padding:10px 20px;background:none;border:2px solid #dc2626;color:#dc2626;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.clear-cart-btn:hover{background:#dc2626;color:#fff}.cart-items-list{display:flex;flex-direction:column;gap:20px}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:20px;padding:20px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.cart-item-image{width:120px;height:120px;border-radius:8px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.cart-item-image:hover img{transform:scale(1.1)}.cart-item-details{display:flex;flex-direction:column;gap:8px}.cart-item-name{font-size:1.25rem;font-weight:700;color:#111827;text-decoration:none;transition:color .2s}.cart-item-name:hover{color:#dc2626}.cart-item-meta{font-size:.9rem;color:#6b7280}.cart-item-meta strong{color:#374151;font-weight:600}.cart-item-price-info{display:flex;flex-direction:column;gap:4px;font-size:.95rem;color:#4b5563}.addon-price{font-size:.85rem;color:#6b7280}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.quantity-controls{display:flex;align-items:center;gap:12px;background:#fff;padding:8px 12px;border-radius:8px;border:2px solid #e5e7eb}.qty-btn{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:4px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .2s}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-value{font-size:1.1rem;font-weight:700;color:#111827;min-width:30px;text-align:center}.cart-item-total{font-size:1.5rem;font-weight:800;color:#dc2626}.remove-item-btn{padding:8px 16px;background:none;border:1px solid #ef4444;color:#ef4444;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.remove-item-btn:hover{background:#ef4444;color:#fff}.order-summary-section{position:sticky;top:90px;height:fit-content}.order-summary{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 12px #00000014}.order-summary h2{font-size:1.5rem;font-weight:800;color:#111827;margin:0 0 20px}.coupon-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.coupon-section h3{font-size:1rem;font-weight:600;color:#374151;margin:0 0 12px}.coupon-input-group{display:flex;gap:8px}.coupon-input{flex:1;padding:12px;border:2px solid #e5e7eb;border-radius:6px;font-size:.95rem;font-weight:600;text-transform:uppercase}.coupon-input:focus{outline:none;border-color:#dc2626}.coupon-input:disabled{background:#f3f4f6;cursor:not-allowed}.apply-coupon-btn,.remove-coupon-btn{padding:12px 20px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s}.apply-coupon-btn{background:#10b981;color:#fff}.apply-coupon-btn:hover:not(:disabled){background:#059669}.apply-coupon-btn:disabled{background:#d1d5db;cursor:not-allowed}.remove-coupon-btn{background:#ef4444;color:#fff}.remove-coupon-btn:hover{background:#dc2626}.coupon-applied{margin-top:12px;padding:10px;background:#d1fae5;color:#065f46;border-radius:6px;font-size:.9rem;font-weight:600;text-align:center}.price-breakdown{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.price-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem;color:#4b5563}.discount-row{color:#10b981;font-weight:600}.total-row{padding-top:12px;border-top:2px solid #e5e7eb;font-size:1.25rem;font-weight:800;color:#111827}.total-row span:last-child{color:#dc2626}.checkout-btn{width:100%;padding:16px;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s;margin-bottom:16px}.checkout-btn:hover{background:#991b1b}.continue-shopping-link{display:block;text-align:center;color:#6b7280;text-decoration:none;font-weight:600;transition:color .2s}.continue-shopping-link:hover{color:#dc2626}@media(max-width:1024px){.cart-container{grid-template-columns:1fr}.order-summary-section{position:static}}@media(max-width:768px){.cart-page{padding:20px 10px}.cart-items-section,.order-summary{padding:16px}.cart-item{grid-template-columns:100px 1fr;gap:12px;padding:16px}.cart-item-image{width:100px;height:100px}.cart-item-details{gap:6px}.cart-item-name{font-size:1rem}.cart-item-meta{font-size:.85rem}.cart-item-actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.quantity-controls{gap:8px}.qty-btn{width:28px;height:28px;font-size:1rem}.cart-item-total{font-size:1.2rem}.remove-item-btn{padding:6px 12px;font-size:.85rem}.cart-header{flex-direction:column;gap:12px;align-items:stretch}.cart-header h1{font-size:1.4rem}.clear-cart-btn{width:100%;padding:12px}.order-summary h2{font-size:1.3rem}.coupon-input-group{flex-direction:column}.apply-coupon-btn,.remove-coupon-btn{width:100%;padding:12px}.checkout-btn{padding:14px;font-size:1rem}}@media(max-width:480px){.cart-page{padding:15px 8px}.cart-items-section,.order-summary{padding:12px;border-radius:8px}.cart-item{grid-template-columns:80px 1fr;gap:10px;padding:12px}.cart-item-image{width:80px;height:80px}.cart-item-name{font-size:.95rem}.cart-item-meta{font-size:.8rem}.cart-item-price-info{font-size:.85rem}.cart-item-actions{gap:6px;flex-wrap:wrap}.quantity-controls{gap:6px;padding:6px 10px}.qty-btn{width:26px;height:26px;font-size:.9rem}.qty-value{font-size:1rem;min-width:25px}.cart-item-total{font-size:1.1rem;flex:1 1 100%;text-align:right}.remove-item-btn{flex:1 1 100%;text-align:center;padding:8px}.cart-header h1{font-size:1.2rem}.clear-cart-btn{font-size:.9rem;padding:10px}.order-summary h2{font-size:1.2rem}.coupon-section h3{font-size:.9rem}.coupon-input,.apply-coupon-btn,.remove-coupon-btn{padding:10px;font-size:.9rem}.price-row{font-size:.9rem}.total-row{font-size:1.1rem}.checkout-btn{padding:12px;font-size:.95rem}.continue-shopping-link{font-size:.9rem}.empty-cart-icon{font-size:4rem}.empty-cart-content h2{font-size:1.5rem}.empty-cart-content p{font-size:1rem}.browse-menu-btn{padding:12px 24px;font-size:.95rem}}.checkout-page{min-height:100vh;background:#f9fafb;padding:30px 20px}.checkout-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:30px}.checkout-form{display:flex;flex-direction:column;gap:24px}.checkout-title{font-size:2rem;font-weight:800;color:#111827;margin:0}.checkout-section{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000f}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 20px}.select-address-btn{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.select-address-btn:hover{background:#2563eb}.order-type-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.order-type-btn{padding:16px;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:4px}.order-type-btn:hover{background:#e5e7eb}.order-type-btn.active{background:#fef2f2;border-color:#dc2626;color:#dc2626}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full-width{grid-column:span 2}.form-group label{font-size:.9rem;font-weight:600;color:#374151}.form-group input,.instructions-textarea{padding:12px;border:2px solid #e5e7eb;border-radius:6px;font-size:.95rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.instructions-textarea:focus{outline:none;border-color:#dc2626}.instructions-textarea{resize:vertical;width:100%}.checkout-summary{position:sticky;top:90px;height:fit-content}.summary-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 12px #00000014}.summary-card h2{font-size:1.5rem;font-weight:800;color:#111827;margin:0 0 20px}.summary-items{max-height:300px;overflow-y:auto;margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.summary-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f3f4f6}.summary-item:last-child{border-bottom:none}.summary-item-info{flex:1;display:flex;flex-direction:column;gap:4px}.item-qty{font-weight:700;color:#dc2626;margin-right:8px}.item-name{font-weight:600;color:#111827}.item-size{font-size:.85rem;color:#6b7280}.item-price{font-weight:700;color:#111827;white-space:nowrap}.summary-totals{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.summary-row.total{padding-top:12px;border-top:2px solid #e5e7eb;font-size:1.25rem;font-weight:800;color:#111827}.place-order-btn{width:100%;padding:16px;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s;margin-bottom:12px}.place-order-btn:hover:not(:disabled){background:#991b1b}.place-order-btn:disabled{background:#d1d5db;cursor:not-allowed}.payment-note{text-align:center;font-size:.9rem;color:#6b7280;margin:0}.saved-addresses{display:flex;flex-direction:column;gap:12px;max-height:500px;overflow-y:auto}.saved-address-card{padding:16px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;position:relative}.saved-address-card:hover{background:#fef2f2;border-color:#dc2626}.address-label{font-size:.85rem;font-weight:700;color:#dc2626;text-transform:uppercase;margin-bottom:8px}.address-name{font-size:1rem;font-weight:700;color:#111827;margin-bottom:4px}.address-details{font-size:.9rem;color:#4b5563;margin-bottom:4px}.address-phone{font-size:.9rem;color:#6b7280}.default-badge{position:absolute;top:12px;right:12px;padding:4px 8px;background:#10b981;color:#fff;font-size:.75rem;font-weight:700;border-radius:4px}@media(max-width:1024px){.checkout-container{grid-template-columns:1fr}.checkout-summary{position:static}.order-type-options{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.checkout-page{padding:20px 10px}.checkout-section,.summary-card{padding:16px}.checkout-title{font-size:1.5rem}.section-title{font-size:1.1rem}.order-type-options{grid-template-columns:1fr;gap:10px}.order-type-btn{padding:14px;font-size:.95rem}.form-grid{grid-template-columns:1fr;gap:12px}.form-group.full-width{grid-column:span 1}.form-group input,.instructions-textarea{padding:10px;font-size:.9rem}.summary-card h2{font-size:1.3rem}.summary-items{max-height:250px}.summary-item{padding:10px 0}.item-name{font-size:.95rem}.item-size{font-size:.8rem}.item-price,.summary-row{font-size:.95rem}.summary-row.total{font-size:1.15rem}.place-order-btn{padding:14px;font-size:1rem}.select-address-btn{width:100%;padding:10px}.section-header{flex-direction:column;align-items:stretch;gap:10px}}@media(max-width:480px){.checkout-page{padding:15px 8px}.checkout-section,.summary-card{padding:12px;border-radius:8px}.checkout-title{font-size:1.3rem}.section-title{font-size:1rem;margin-bottom:15px}.order-type-options{gap:8px}.order-type-btn{padding:12px;font-size:.9rem}.form-grid{gap:10px}.form-group label{font-size:.85rem}.form-group input,.instructions-textarea,.select-address-btn{padding:10px;font-size:.85rem}.summary-card h2{font-size:1.2rem;margin-bottom:15px}.summary-items{max-height:200px;margin-bottom:15px;padding-bottom:15px}.summary-item{padding:8px 0;flex-direction:column;gap:4px}.summary-item-info{gap:2px}.item-qty{font-size:.85rem;margin-right:6px}.item-name{font-size:.9rem}.item-size{font-size:.75rem}.item-price{font-size:.9rem;text-align:left;margin-top:4px}.summary-totals{gap:10px;margin-bottom:15px}.summary-row{font-size:.9rem}.summary-row.total{font-size:1.1rem;padding-top:10px}.place-order-btn{padding:12px;font-size:.95rem;margin-bottom:10px}.payment-note{font-size:.85rem}.saved-addresses{gap:10px;max-height:400px}.saved-address-card{padding:12px}.address-label{font-size:.75rem;margin-bottom:6px}.address-name{font-size:.95rem}.address-details,.address-phone{font-size:.85rem}.default-badge{top:10px;right:10px;padding:3px 6px;font-size:.7rem}}.orders-page{min-height:100vh;background:#f9fafb;padding:30px 20px}.orders-container{max-width:1200px;margin:0 auto}.orders-title{font-size:2rem;font-weight:800;color:#111827;margin:0 0 30px}.orders-filters{display:flex;gap:12px;margin-bottom:30px;background:#fff;padding:8px;border-radius:12px;box-shadow:0 2px 8px #0000000f}.filter-tab{flex:1;padding:12px 24px;background:none;border:none;border-radius:8px;font-size:1rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.filter-tab:hover{background:#f3f4f6;color:#111827}.filter-tab.active{background:#dc2626;color:#fff}.no-orders{background:#fff;padding:60px 40px;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000000f}.no-orders-icon{font-size:4rem;margin-bottom:20px}.no-orders h2{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:12px}.no-orders p{font-size:1.1rem;color:#6b7280;margin-bottom:24px}.browse-menu-btn{display:inline-block;padding:14px 32px;background:#dc2626;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .2s}.browse-menu-btn:hover{background:#991b1b}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.order-card:hover{box-shadow:0 8px 20px #0000001f}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:2px solid #f3f4f6}.order-info{display:flex;flex-direction:column;gap:4px}.order-number{font-size:1.25rem;font-weight:800;color:#111827;margin:0}.order-date{font-size:.9rem;color:#6b7280;font-weight:500}.order-status{padding:8px 16px;color:#fff;font-size:.9rem;font-weight:700;border-radius:20px;text-transform:capitalize}.order-items{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.order-item{display:flex;align-items:center;gap:12px}.order-item-image{width:60px;height:60px;border-radius:8px;object-fit:cover}.order-item-details{display:flex;flex-direction:column;gap:4px}.order-item-name{font-weight:600;color:#111827;font-size:.95rem}.order-item-meta{font-size:.85rem;color:#6b7280}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:2px solid #f3f4f6;flex-wrap:wrap;gap:12px}.order-summary{display:flex;flex-direction:column;gap:8px}.order-type{font-size:.9rem;color:#6b7280;font-weight:500}.order-total{font-size:1.1rem;color:#374151}.order-total strong{color:#dc2626;font-weight:800}.order-actions{display:flex;gap:12px}.view-details-btn,.reorder-btn{padding:10px 20px;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;text-decoration:none;text-align:center}.view-details-btn{background:#dc2626;color:#fff;border:none}.view-details-btn:hover{background:#991b1b}.reorder-btn{background:none;border:2px solid #10b981;color:#10b981}.reorder-btn:hover{background:#10b981;color:#fff}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:30px;padding:20px}.pagination-btn{padding:10px 24px;background:#dc2626;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s}.pagination-btn:hover:not(:disabled){background:#991b1b}.pagination-btn:disabled{background:#d1d5db;cursor:not-allowed}.pagination-info{font-weight:600;color:#374151}@media(max-width:768px){.orders-page{padding:20px 10px}.orders-title{font-size:1.5rem}.orders-filters{flex-direction:column}.filter-tab{padding:12px}.order-header{flex-direction:column;align-items:flex-start;gap:12px}.order-footer{flex-direction:column;align-items:stretch}.order-actions{flex-direction:column}.order-items{max-height:200px;overflow-y:auto}}.review-form{display:flex;flex-direction:column;gap:24px}.rating-group{display:flex;flex-direction:column;gap:10px}.rating-group label{font-size:1rem;font-weight:600;color:#374151}.star-rating{display:flex;gap:8px}.star-btn{background:none;border:none;font-size:2rem;cursor:pointer;padding:0;opacity:.3;transition:all .2s}.star-btn:hover{opacity:.6;transform:scale(1.2)}.star-btn.active{opacity:1}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.95rem;font-weight:600;color:#374151}.form-group textarea{padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;transition:border-color .2s}.form-group textarea:focus{outline:none;border-color:#dc2626}.form-group small{font-size:.85rem;color:#6b7280}.form-group input[type=file]{padding:10px;border:2px dashed #e5e7eb;border-radius:8px;cursor:pointer}.image-upload-section{display:flex;flex-direction:column;gap:12px}.image-upload-btn{display:flex;align-items:center;gap:12px;padding:20px;border:2px dashed #dc2626;border-radius:12px;background:#fef2f2;cursor:pointer;transition:all .3s}.image-upload-btn:hover{border-color:#991b1b;background:#fee2e2}.upload-icon{font-size:2rem}.upload-text{font-size:.95rem;font-weight:500;color:#374151}.image-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;margin-top:12px}.image-preview{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb}.image-preview img{width:100%;height:100%;object-fit:cover}.remove-image-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;background:#dc2626e6;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.remove-image-btn:hover{background:#991b1b;transform:scale(1.1)}.upload-hint{font-size:.85rem;color:#6b7280;font-style:italic}.submit-review-btn{width:100%;padding:14px;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s}.submit-review-btn:hover:not(:disabled){background:#991b1b}.submit-review-btn:disabled{background:#d1d5db;cursor:not-allowed}.order-detail-page{min-height:100vh;background:#f9fafb;padding:30px 20px}.order-detail-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.order-detail-header{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;justify-content:space-between;align-items:flex-start}.order-header-info{flex:1}.order-title{font-size:2rem;font-weight:800;color:#111827;margin:0 0 8px}.order-date{font-size:1rem;color:#6b7280;margin:0}.order-status-badge{padding:12px 24px;color:#fff;font-size:1rem;font-weight:700;border-radius:24px;text-transform:capitalize}.status-timeline-section{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000000f}.section-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 24px}.status-timeline{position:relative;display:flex;flex-direction:column;gap:24px}.timeline-item{display:flex;gap:20px;position:relative;padding-left:16px}.timeline-item:before{content:"";position:absolute;left:23px;top:40px;bottom:-24px;width:2px;background:#e5e7eb}.timeline-item:last-child:before{display:none}.timeline-marker{width:16px;height:16px;border-radius:50%;flex-shrink:0;margin-top:4px;position:relative;z-index:1}.timeline-item.active .timeline-marker{width:24px;height:24px;box-shadow:0 0 0 6px #dc26261a}.timeline-content{flex:1}.timeline-status{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 6px}.timeline-note{font-size:.95rem;color:#6b7280;margin:0 0 6px}.timeline-time{font-size:.85rem;color:#9ca3af}.order-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}.detail-section{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000f}.order-items-list{display:flex;flex-direction:column;gap:16px}.detail-order-item{display:flex;gap:16px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.detail-item-image{width:80px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0}.detail-item-info{flex:1;display:flex;flex-direction:column;gap:6px}.detail-item-name{font-size:1.1rem;font-weight:700;color:#111827;margin:0}.detail-item-meta{font-size:.9rem;color:#6b7280;margin:0}.detail-item-quantity{font-size:.9rem;color:#4b5563;font-weight:600;margin:0}.detail-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.detail-item-price{font-size:1.25rem;font-weight:800;color:#dc2626}.write-review-small-btn{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.write-review-small-btn:hover{background:#2563eb}.info-card{display:flex;flex-direction:column;gap:16px}.info-row{display:flex;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.info-row:last-child{border-bottom:none;padding-bottom:0}.info-label{font-weight:600;color:#6b7280;flex-shrink:0}.info-value{color:#111827;text-align:right;font-weight:500}.summary-card{display:flex;flex-direction:column;gap:12px}.summary-row{display:flex;justify-content:space-between;font-size:1rem;color:#4b5563}.summary-row.discount{color:#10b981;font-weight:600}.summary-row.total{padding-top:12px;margin-top:8px;border-top:2px solid #e5e7eb;font-size:1.25rem;font-weight:800;color:#111827}.summary-row.total span:last-child{color:#dc2626}.payment-method{margin-top:16px;padding:12px;background:#f3f4f6;border-radius:6px;text-align:center;font-weight:600;color:#4b5563}.order-actions{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:12px;flex-wrap:wrap}.cancel-order-btn,.download-invoice-btn,.back-btn{padding:12px 24px;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;border:none}.cancel-order-btn{background:#ef4444;color:#fff}.cancel-order-btn:hover:not(:disabled){background:#dc2626}.cancel-order-btn:disabled{background:#d1d5db;cursor:not-allowed}.download-invoice-btn{background:#10b981;color:#fff}.download-invoice-btn:hover{background:#059669}.back-btn{background:#f3f4f6;color:#374151}.back-btn:hover{background:#e5e7eb}@media(max-width:1024px){.order-details-grid{grid-template-columns:1fr}}@media(max-width:768px){.order-detail-page{padding:20px 10px}.order-detail-header{flex-direction:column;gap:16px;padding:20px}.order-title{font-size:1.4rem;word-wrap:break-word;word-break:break-all}.order-date{font-size:.9rem}.order-status-badge{padding:10px 20px;font-size:.95rem;align-self:flex-start}.status-timeline-section,.detail-section{padding:20px}.section-title{font-size:1.3rem}.timeline-item{padding-left:12px;gap:16px}.timeline-status{font-size:1rem}.timeline-note{font-size:.9rem}.timeline-time{font-size:.8rem}.detail-order-item{flex-direction:column;padding:12px}.detail-item-image{width:100%;height:200px}.detail-item-right{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.detail-item-price{text-align:left;font-size:1.1rem}.info-row{flex-direction:column;gap:4px;align-items:flex-start}.info-value{text-align:left}.order-actions{flex-direction:column;padding:20px}.order-actions button{width:100%}}@media(max-width:480px){.order-detail-page{padding:15px 8px}.order-detail-header{padding:16px;gap:12px}.order-title{font-size:1.2rem;word-wrap:break-word;word-break:break-all;line-height:1.3}.order-date{font-size:.85rem;line-height:1.4}.order-status-badge{padding:8px 16px;font-size:.9rem;border-radius:20px}.status-timeline-section,.detail-section{padding:16px;border-radius:8px}.section-title{font-size:1.2rem;margin-bottom:16px}.status-timeline{gap:20px}.timeline-item{padding-left:10px;gap:12px}.timeline-item:before{left:19px}.timeline-marker{width:14px;height:14px}.timeline-item.active .timeline-marker{width:20px;height:20px}.timeline-status{font-size:.95rem}.timeline-note{font-size:.85rem}.timeline-time{font-size:.75rem}.order-items-list{gap:12px}.detail-order-item{padding:12px;gap:12px}.detail-item-image{height:180px}.detail-item-name{font-size:1rem}.detail-item-meta,.detail-item-quantity{font-size:.85rem}.detail-item-right{gap:8px}.detail-item-price{font-size:1rem}.write-review-small-btn{padding:6px 12px;font-size:.8rem}.info-card{gap:12px}.info-row{padding-bottom:10px}.info-label,.info-value{font-size:.9rem}.summary-card{gap:10px}.summary-row{font-size:.9rem}.summary-row.total{font-size:1.1rem;padding-top:10px;margin-top:6px}.payment-method{margin-top:12px;padding:10px;font-size:.9rem}.order-actions{padding:16px;gap:10px}.cancel-order-btn,.download-invoice-btn,.back-btn{padding:12px 20px;font-size:.95rem}}.profile-page{min-height:100vh;background-color:#f8fafc;padding:0}.profile-container{max-width:1200px;margin:0 auto;background:#fff;min-height:100vh}.profile-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:2rem 2.5rem}.profile-header-content h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .5rem;letter-spacing:-.025em}.profile-header-content p{font-size:1rem;color:#64748b;margin:0;font-weight:400}.profile-navigation{display:flex;background:#fff;border-bottom:1px solid #e2e8f0;padding:0 2.5rem;overflow-x:auto}.nav-item{padding:1rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;font-size:.95rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative}.nav-item:hover{color:#334155;background-color:#f8fafc}.nav-item.active{color:#0f172a;border-bottom-color:#3b82f6;background-color:#fff;font-weight:600}.profile-content{padding:2.5rem;background:#fff;min-height:600px}.tab-panel{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.form-section{margin-bottom:3rem}.form-section h2{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.875rem;font-weight:500;color:#374151}.form-field input,.form-field select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;font-family:inherit;transition:all .2s ease;background:#fff}.form-field input:focus,.form-field select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.disabled-input{background:#f9fafb!important;color:#9ca3af;cursor:not-allowed}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.checkbox-card{display:flex;align-items:center;gap:.75rem;padding:1rem;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s ease;background:#fff}.checkbox-card:hover{border-color:#3b82f6;background:#f8fafc}.checkbox-card input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#3b82f6}.checkbox-card input[type=checkbox]:checked+.checkbox-label{color:#3b82f6;font-weight:500}.checkbox-label{text-transform:capitalize;font-size:.9rem;color:#4b5563}.notification-grid{display:flex;flex-direction:column;gap:1rem}.notification-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s ease;background:#fff}.notification-item:hover{border-color:#3b82f6;background:#f8fafc}.notification-info{display:flex;align-items:center;gap:1rem}.notification-info h4{font-size:.95rem;font-weight:500;color:#1a202c;margin:0 0 .25rem}.notification-info p{font-size:.875rem;color:#64748b;margin:0}.toggle-switch{position:relative;width:3rem;height:1.5rem;display:inline-block}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:1.5rem}.toggle-slider:before{position:absolute;content:"";height:1.125rem;width:1.125rem;left:.1875rem;bottom:.1875rem;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider:before{transform:translate(1.5rem)}.btn-primary{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{padding:.75rem 1.5rem;background:#fff;color:#3b82f6;border:1px solid #3b82f6;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#3b82f6;color:#fff}.btn-icon{padding:.5rem .75rem;background:#f1f5f9;color:#64748b;border:none;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s ease;font-weight:500}.btn-icon:hover{background:#e2e8f0;color:#475569}.btn-icon-text{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:none;color:#3b82f6;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-icon-text:hover{background:#f1f5f9}.btn-icon-text.danger{color:#dc2626}.btn-icon-text.danger:hover{background:#fef2f2}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0}.address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.address-card{padding:1.5rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff;transition:all .2s ease}.address-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #0000000d}.address-card.default{border-color:#10b981;background:#f0fdf4}.address-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.address-type{padding:.375rem .75rem;background:#3b82f6;color:#fff;font-size:.75rem;font-weight:500;border-radius:.375rem;text-transform:capitalize}.default-badge{padding:.375rem .75rem;background:#10b981;color:#fff;font-size:.75rem;font-weight:500;border-radius:.375rem;text-transform:uppercase;letter-spacing:.025em}.address-card-body h4{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0 0 .75rem}.address-card-body p{font-size:.9rem;color:#64748b;line-height:1.5;margin:0 0 .375rem}.address-phone{font-weight:500;color:#475569;margin-top:.75rem!important}.address-card-actions{display:flex;gap:.75rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #e2e8f0}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.favorite-card{border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;background:#fff;transition:all .2s ease}.favorite-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #0000000d}.favorite-card img{width:100%;height:200px;object-fit:cover}.favorite-card-content{padding:1.25rem}.favorite-card-content h4{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0 0 .75rem}.favorite-price{font-size:1.25rem;font-weight:700;color:#3b82f6;margin:0 0 1rem}.favorite-card-actions{display:flex;gap:.75rem}.favorite-card-actions .btn-primary{flex:1;padding:.75rem}.reviews-list{display:flex;flex-direction:column;gap:1.25rem}.review-card{padding:1.5rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff;transition:all .2s ease}.review-card:hover{border-color:#3b82f6;box-shadow:0 2px 8px #0000000a}.review-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.review-card-header h4{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0 0 .5rem}.review-rating{display:flex;align-items:center;gap:.5rem;font-size:1rem}.rating-stars{color:#fbbf24;font-size:1rem}.rating-text{font-size:.875rem;font-weight:500;color:#64748b}.review-date{font-size:.875rem;color:#9ca3af;font-weight:500}.review-comment{font-size:.95rem;color:#4b5563;line-height:1.6;margin:0 0 1rem}.review-card-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.empty-state{text-align:center;padding:4rem 2rem}.empty-state h3{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0 0 .75rem}.empty-state p{font-size:1rem;color:#64748b;margin:0 0 2rem;max-width:400px;margin-left:auto;margin-right:auto}.modal-form{display:flex;flex-direction:column;gap:1.25rem}.checkbox-field{display:flex;align-items:center;gap:.75rem;padding:1rem;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.checkbox-field:hover{border-color:#3b82f6;background:#f8fafc}.checkbox-field input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#3b82f6}.checkbox-field span{font-size:.95rem;font-weight:500;color:#374151}@media(max-width:768px){.profile-header{padding:1.5rem 1.25rem}.profile-header-content h1{font-size:1.75rem}.profile-navigation{padding:0 1.25rem}.nav-item{padding:.875rem 1rem;font-size:.9rem}.profile-content{padding:1.5rem 1.25rem}.form-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:stretch;gap:1rem}.address-grid,.favorites-grid{grid-template-columns:1fr}.checkbox-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.address-card-actions,.review-card-actions{flex-wrap:wrap}}@media(max-width:480px){.profile-header{padding:1.25rem 1rem}.profile-navigation{padding:0 1rem}.profile-content{padding:1.25rem 1rem}.form-section{margin-bottom:2rem}.empty-state{padding:3rem 1rem}}.track-order-page{min-height:100vh;background:linear-gradient(to bottom,#fff,#fef2f2);padding:40px 20px;display:flex;align-items:center;justify-content:center}.track-order-container{max-width:600px;width:100%;margin:0 auto}.track-order-header{text-align:center;margin-bottom:32px}.track-icon-wrapper{width:80px;height:80px;margin:0 auto 20px;background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #dc262626}.track-icon{font-size:2.8rem;display:block}.track-title{font-size:2rem;font-weight:800;color:#111827;margin:0 0 12px;letter-spacing:-.5px}.track-subtitle{font-size:.95rem;color:#6b7280;line-height:1.5;max-width:480px;margin:0 auto}.track-order-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 6px #0000000d,0 10px 15px #00000008;border:1px solid #f3f4f6}.track-form{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.form-group{display:flex;flex-direction:column;gap:10px}.form-group label{font-size:.95rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:8px}.label-icon{font-size:1.1rem}.track-input{padding:16px 18px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#fafafa}.track-input:focus{outline:none;border-color:#dc2626;background:#fff;box-shadow:0 0 0 4px #dc262614}.track-input:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.track-input::placeholder{color:#9ca3af}.track-btn{width:100%;padding:18px 24px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 6px #dc262633;margin-top:8px}.track-btn:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-2px);box-shadow:0 8px 16px #dc26264d}.track-btn:active:not(:disabled){transform:translateY(0)}.track-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-icon{font-size:1.2rem}.btn-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.track-help{display:flex;gap:16px;padding:20px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;border:1px solid #fbbf24;align-items:flex-start}.help-icon{font-size:2rem;flex-shrink:0;line-height:1}.help-content{flex:1}.help-title{font-size:.95rem;font-weight:700;color:#92400e;margin:0 0 6px}.help-text{font-size:.9rem;color:#78350f;margin:0;line-height:1.5}.back-home-btn{display:block;margin:24px auto 0;padding:10px 24px;background:transparent;color:#6b7280;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.back-home-btn:hover{background:#fff;color:#111827;border-color:#d1d5db;transform:translate(-4px)}@media(max-width:768px){.track-order-page{padding:60px 16px 40px;align-items:flex-start}.track-order-header{margin-bottom:28px}.track-title{font-size:1.75rem}.track-subtitle{font-size:.9rem}.track-icon-wrapper{width:70px;height:70px;margin-bottom:16px}.track-icon{font-size:2.2rem}.track-order-card{padding:24px 20px}.track-form{gap:18px;margin-bottom:20px}.track-input{padding:14px 16px;font-size:.95rem}.track-btn{padding:16px 20px;font-size:1rem}.help-icon{font-size:1.5rem}.help-title{font-size:.9rem}.help-text{font-size:.85rem}.back-home-btn{margin-top:20px}}@media(max-width:480px){.track-order-page{padding:40px 12px 30px}.track-order-header{margin-bottom:30px}.track-title{font-size:1.75rem}.track-order-card{padding:24px 16px}.track-help{flex-direction:column;align-items:center;text-align:center;padding:16px}}.policy-page{min-height:100vh;background:linear-gradient(135deg,#fef5f7,#fff,#fef5f7);padding-bottom:0}.policy-header{background:linear-gradient(135deg,#fda4af,#f472b6);padding:40px 20px 60px;color:#fff;position:relative;overflow:hidden}.policy-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.policy-header-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.back-btn-header{display:inline-flex;align-items:center;gap:6px;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-btn-header:hover{background:#ffffff4d;transform:translate(-4px)}.policy-title-wrapper{display:flex;align-items:center;gap:16px;margin-bottom:12px}.policy-icon{font-size:48px;line-height:1}.policy-title{font-size:2.5rem;font-weight:800;margin:0;letter-spacing:-.5px;text-shadow:0 2px 10px rgba(0,0,0,.1)}.policy-subtitle{font-size:1rem;opacity:.9;font-weight:500;margin:0 0 0 64px}.policy-container{max-width:900px;margin:-40px auto 0;padding:0 20px 80px;position:relative;z-index:2}.policy-content{background:#fff;border-radius:16px;padding:40px;box-shadow:0 10px 40px #00000014;margin-bottom:40px;border:1px solid rgba(253,164,175,.2)}.policy-heading{color:#1f2937;font-weight:700;margin-top:32px;margin-bottom:16px;line-height:1.4}.policy-content h2{font-size:1.75rem;border-bottom:2px solid #fda4af;padding-bottom:12px}.policy-content h3{font-size:1.4rem;color:#374151}.policy-content h4{font-size:1.2rem;color:#4b5563}.policy-paragraph{font-size:1rem;line-height:1.8;color:#4b5563;margin-bottom:16px}.policy-list-item{font-size:1rem;line-height:1.8;color:#4b5563;margin-bottom:12px;margin-left:24px;padding-left:8px}.policy-list-item::marker{color:#fda4af}.other-policies{background:#fff;border-radius:16px;padding:32px;box-shadow:0 10px 40px #00000014;border:1px solid rgba(253,164,175,.2)}.other-policies-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 24px;text-align:center}.other-policies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.policy-card{background:linear-gradient(135deg,#fef5f7,#fff);border:2px solid #fda4af;border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease;text-decoration:none}.policy-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #fda4af4d;background:linear-gradient(135deg,#fda4af,#f472b6);border-color:#f472b6}.policy-card:hover .policy-card-title{color:#fff}.policy-card-icon{font-size:32px;line-height:1}.policy-card-title{font-size:.95rem;font-weight:600;color:#374151;text-align:center;transition:color .3s ease}.policy-loading,.policy-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:20px;padding:40px 20px}.loading-spinner{width:50px;height:50px;border:4px solid #fce7f3;border-top-color:#fda4af;border-radius:50%;animation:spin .8s linear infinite}.policy-loading p{font-size:1rem;color:#6b7280;font-weight:500}.error-icon{font-size:64px;line-height:1}.policy-error h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin:16px 0 8px}.policy-error p{font-size:1rem;color:#6b7280;margin-bottom:24px;text-align:center;max-width:500px}.back-btn{background:linear-gradient(135deg,#fda4af,#f472b6);color:#fff;border:none;padding:12px 32px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #fda4af4d}.back-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fda4af66}@media(max-width:768px){.policy-header{padding:32px 16px 48px}.policy-title-wrapper{flex-direction:column;align-items:flex-start;gap:12px}.policy-icon{font-size:40px}.policy-title{font-size:1.75rem}.policy-subtitle{margin-left:0;font-size:.9rem}.policy-container{padding:0 16px 60px}.policy-content{padding:24px;border-radius:12px}.policy-content h2{font-size:1.4rem}.policy-content h3{font-size:1.2rem}.policy-paragraph,.policy-list-item{font-size:.95rem}.other-policies{padding:24px}.other-policies-grid{grid-template-columns:1fr;gap:12px}.policy-card{flex-direction:row;justify-content:flex-start;padding:16px}.policy-card-icon{font-size:28px}}@media(max-width:480px){.policy-title{font-size:1.5rem}.policy-icon{font-size:32px}.policy-content,.other-policies{padding:20px}}.deal-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;flex-direction:column;position:relative;border:2px solid transparent;width:100%;height:100%}.deal-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #dc262633;border-color:#dc2626}.deal-card.featured{border:2px solid #fbbf24}.deal-card-image-wrapper{position:relative;width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.deal-card-image{width:100%;height:100%;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1);filter:brightness(1) saturate(1)}.deal-card:hover .deal-card-image{transform:scale(1.15) rotate(1deg);filter:brightness(1.05) saturate(1.1)}.deal-card-badges{position:absolute;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;align-items:flex-start;gap:8px;z-index:2}.deal-featured-badge{background:#fbbf24;color:#78350f;padding:6px 12px;border-radius:6px;font-weight:700;font-size:.8rem;display:flex;align-items:center;gap:4px;box-shadow:0 2px 8px #fbbf244d}.deal-savings-badge{background:#dc2626;color:#fff;padding:6px 12px;border-radius:6px;font-weight:700;font-size:.85rem;box-shadow:0 2px 8px #dc26264d}.deal-unavailable-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;font-weight:700;z-index:3}.deal-card-content{padding:16px;flex-grow:1;display:flex;flex-direction:column}.deal-card-header{margin-bottom:10px}.deal-category-tag{display:inline-block;padding:4px 10px;background:#f3f4f6;color:#374151;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.deal-card-title{font-size:1.15rem;font-weight:700;color:#111827;margin:0 0 6px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.deal-card-description{font-size:.85rem;color:#6b7280;line-height:1.4;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.deal-items-preview{margin-bottom:10px;padding:10px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.deal-items-title{display:none}.deal-items-list{display:flex;flex-direction:column;gap:3px}.deal-item-entry{font-size:.8rem;color:#111827;display:flex;align-items:center;gap:5px}.deal-item-entry:before{content:"•";color:#dc2626;font-weight:700;font-size:1rem}.deal-item-size{color:#6b7280;font-size:.8rem}.deal-pricing{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:10px;border-top:1px solid #e5e7eb}.deal-original-price{font-size:1rem;color:#9ca3af;text-decoration:line-through}.deal-final-price{font-size:1.4rem;font-weight:800;color:#dc2626}.deal-discount-percent{background:#dc2626;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:700;margin-left:auto}.deal-rating{display:flex;align-items:center;gap:6px;margin-top:8px}.deal-stars{color:#fbbf24;font-size:.9rem;font-weight:600}.deal-review-count{font-size:.8rem;color:#6b7280}.deal-availability-info{margin-top:10px;padding:8px 10px;background:#fef3c7;border-left:3px solid #fbbf24;border-radius:4px;font-size:.8rem;color:#78350f}.deal-stock-info{margin-top:8px;padding:8px 10px;background:#dbeafe;border-left:3px solid #3b82f6;border-radius:4px;font-size:.8rem;color:#1e3a8a;font-weight:600}.deal-stock-low{background:#fee2e2;border-left-color:#dc2626;color:#991b1b}.deal-card-actions{padding:0 16px 16px;display:flex;gap:8px}.deal-btn-view{flex:1;padding:10px 18px;background:#fff;color:#dc2626;border:2px solid #dc2626;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s ease}.deal-btn-view:hover{background:#dc2626;color:#fff}.deal-btn-view:disabled{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed}.deal-btn-add-cart{padding:10px 18px;background:#dc2626;color:#fff;border:2px solid #dc2626;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.deal-btn-add-cart:hover{background:#991b1b;border-color:#991b1b}.deal-btn-add-cart:disabled{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed}@media(max-width:768px){.deal-card-title{font-size:1.3rem}.deal-card-description{font-size:.9rem}.deal-final-price{font-size:1.5rem}.deal-card-actions{flex-direction:column}.deal-btn-add-cart{width:100%}}.deals-page{min-height:100vh;background:#f9fafb;margin-top:-70px!important;padding:72px 0 0!important}.deals-page-header{background:linear-gradient(180deg,#fff,#fafafa);padding:15px 20px 12px!important;text-align:center;border-bottom:1px solid #e5e7eb;margin:0!important}.deals-page-title{font-size:2.2rem;font-weight:800;background:linear-gradient(135deg,#111827,#1f2937,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px;letter-spacing:-.5px}.deals-page-description{font-size:1rem;color:#6b7280;max-width:600px;margin:0 auto;font-weight:500}.deals-filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:15px 20px!important;margin:0 auto!important;max-width:800px;background:#fff;border-bottom:1px solid #e5e7eb}.filter-btn{padding:10px 24px;border:2px solid #e5e7eb!important;background:#fff!important;border-radius:50px!important;font-size:.9rem!important;font-weight:600!important;cursor:pointer!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;color:#374151!important;box-shadow:0 2px 6px #0000000d!important;text-decoration:none!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important}.filter-btn:hover{border-color:#dc2626!important;background:#fef2f2!important;color:#dc2626!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #dc262633!important}.filter-btn.active{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;color:#fff!important;border-color:#dc2626!important;box-shadow:0 4px 12px #dc262659!important;transform:translateY(-2px)!important}.deals-container{max-width:1400px;margin:0 auto;padding-bottom:40px}.deals-section{margin-top:0!important;margin-bottom:40px}.deals-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding:0 20px}.deals-section-title{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#111827,#1f2937,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;gap:12px;letter-spacing:-.5px}.deals-section-icon{display:none}.deals-count{font-size:.9rem;color:#fff;font-weight:700;background:linear-gradient(135deg,#dc2626,#b91c1c);padding:8px 16px;border-radius:50px;box-shadow:0 2px 8px #dc262640}.deals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;max-width:1400px;margin:0 auto;padding:10px 20px}.no-deals{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;margin:0 20px;box-shadow:0 2px 8px #0000000f}.no-deals-icon{font-size:4rem;margin-bottom:20px;opacity:.3}.no-deals h3{font-size:1.5rem;color:#111827;margin-bottom:10px;font-weight:700}.no-deals p{font-size:1rem;color:#6b7280}@media(max-width:768px){.deals-page{margin-top:-60px!important;padding:64px 0 0!important}.deals-page-header{padding:12px 15px 10px!important;margin:0!important}.deals-page-title{font-size:1.75rem}.deals-page-description{font-size:.9rem}.deals-filters{padding:15px;gap:8px}.deals-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;padding:5px 10px}.deals-section-title{font-size:1.4rem}.filter-btn{padding:8px 16px!important;font-size:.85rem!important}}@media(max-width:480px){.deals-grid{grid-template-columns:1fr;gap:20px}}.deal-detail-page{min-height:100vh;background:#f9fafb;padding:80px 20px 40px}.deal-detail-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.deal-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.deal-gallery{position:sticky;top:80px;height:fit-content}.deal-main-image{position:relative;width:100%;padding-top:75%;background:#f3f4f6;overflow:hidden}.deal-main-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.deal-badge-overlay{position:absolute;top:16px;left:16px;right:16px;display:flex;justify-content:space-between;align-items:flex-start;gap:8px;z-index:2}.deal-detail-featured-badge{background:#fbbf24;color:#78350f;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.9rem;box-shadow:0 2px 8px #fbbf244d}.deal-detail-savings-badge{background:#dc2626;color:#fff;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.95rem;box-shadow:0 2px 8px #dc26264d}.deal-image-thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;padding:12px;background:#f9fafb}.deal-thumbnail{aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease}.deal-thumbnail:hover{border-color:#dc2626}.deal-thumbnail.active{border-color:#dc2626;box-shadow:0 0 0 2px #fff,0 0 0 4px #dc2626}.deal-thumbnail img{width:100%;height:100%;object-fit:cover}.deal-info{padding:32px}.deal-category-badge{display:inline-block;padding:6px 14px;background:#f3f4f6;color:#374151;border-radius:6px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.deal-title{font-size:2rem;font-weight:800;color:#111827;margin:0 0 12px;line-height:1.2}.deal-description{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:20px}.deal-rating-section{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:12px;background:#fef3c7;border-radius:8px}.deal-stars{font-size:1.1rem;color:#fbbf24;font-weight:600}.deal-orders-count{font-size:.95rem;color:#6b7280}.deal-pricing-section{padding:20px;background:#f9fafb;border-radius:8px;margin-bottom:24px;border:1px solid #e5e7eb}.deal-price-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.deal-original-price-large{font-size:1.3rem;color:#9ca3af;text-decoration:line-through}.deal-final-price-large{font-size:2rem;font-weight:800;color:#dc2626}.deal-discount-badge-large{background:#dc2626;color:#fff;padding:6px 12px;border-radius:6px;font-size:1rem;font-weight:700;margin-left:auto}.deal-savings-info{font-size:.95rem;color:#059669;font-weight:600}.deal-items-section{margin-bottom:24px}.deal-items-title{font-size:1.3rem;font-weight:700;color:#111827;margin-bottom:16px;display:flex;align-items:center;gap:8px}.deal-items-grid{display:grid;gap:12px}.deal-item-card{display:flex;gap:12px;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease}.deal-item-card:hover{border-color:#dc2626;box-shadow:0 2px 8px #dc26261a}.deal-item-image{width:70px;height:70px;border-radius:6px;object-fit:cover}.deal-item-details{flex:1}.deal-item-name{font-size:1rem;font-weight:700;color:#111827;margin-bottom:4px}.deal-item-meta{display:flex;align-items:center;gap:12px;font-size:.85rem;color:#6b7280}.deal-item-quantity{font-weight:700;color:#dc2626}.deal-availability-section{padding:16px;background:#fef3c7;border-left:3px solid #fbbf24;border-radius:6px;margin-bottom:24px}.availability-title{font-size:1rem;font-weight:700;color:#78350f;margin-bottom:8px}.availability-info{font-size:.9rem;color:#78350f;line-height:1.6}.deal-stock-section{padding:16px;background:#dbeafe;border-left:3px solid #3b82f6;border-radius:6px;margin-bottom:24px}.deal-stock-section.low-stock{background:#fee2e2;border-left-color:#dc2626}.deal-stock-section.low-stock .stock-title,.deal-stock-section.low-stock .stock-info{color:#991b1b}.stock-title{font-size:1rem;font-weight:700;color:#1e3a8a;margin-bottom:4px}.stock-info{font-size:.9rem;color:#1e3a8a}.deal-quantity-section{margin-bottom:24px}.quantity-label{font-size:1rem;font-weight:700;color:#111827;margin-bottom:8px}.quantity-selector{display:flex;align-items:center;gap:12px}.qty-btn{width:44px;height:44px;border:2px solid #dc2626;background:#fff;color:#dc2626;font-size:1.3rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.qty-btn:hover:not(:disabled){background:#dc2626;color:#fff}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-display{font-size:1.5rem;font-weight:700;color:#111827;min-width:50px;text-align:center}.deal-actions{display:flex;gap:12px}.deal-btn-add-cart-large{flex:1;padding:16px 28px;background:#dc2626;color:#fff;border:2px solid #dc2626;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.deal-btn-add-cart-large:hover:not(:disabled){background:#991b1b;border-color:#991b1b}.deal-btn-add-cart-large:disabled{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed}.deal-btn-back{padding:16px 28px;background:#fff;color:#dc2626;border:2px solid #dc2626;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.deal-btn-back:hover{background:#dc2626;color:#fff}@media(max-width:1024px){.deal-detail-grid{grid-template-columns:1fr}.deal-gallery{position:static}.deal-info{padding:30px 20px}.deal-title{font-size:2rem}}@media(max-width:768px){.deal-detail-page{padding:70px 10px 30px}.deal-title{font-size:1.6rem}.deal-final-price-large{font-size:2rem}.deal-actions{flex-direction:column}.deal-btn-back{order:1}.deal-btn-add-cart-large{order:0}}.admin-layout{display:flex;min-height:100vh;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden;width:100%}.admin-sidebar{position:fixed!important;top:0;left:0;height:100vh;background:#fff;transition:width .3s cubic-bezier(.4,0,.2,1);z-index:1000!important;display:flex!important;flex-direction:column;box-shadow:0 0 20px #0000000d;border-right:1px solid #e5e7eb;overflow:visible}.admin-sidebar.open{width:240px}.admin-sidebar.closed{width:70px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:20px 16px;border-bottom:1px solid #f3f4f6;min-height:72px}.sidebar-brand{display:flex;align-items:center;gap:12px;flex:1;overflow:hidden}.brand-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:10px}.brand-icon-collapsed{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:10px;margin:0 auto}.brand-text{display:flex;flex-direction:column;gap:2px}.brand-title{font-size:16px;font-weight:700;color:#111827;line-height:1}.brand-subtitle{font-size:11px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.sidebar-toggle{background:#f9fafb;border:1px solid #e5e7eb;color:#6b7280;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.sidebar-toggle:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.sidebar-toggle svg{transition:transform .2s}.admin-sidebar-nav{flex:1;padding:12px 8px;overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.admin-sidebar-nav::-webkit-scrollbar{width:6px}.admin-sidebar-nav::-webkit-scrollbar-track{background:transparent;margin:4px 0}.admin-sidebar-nav::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:10px}.admin-sidebar-nav::-webkit-scrollbar-thumb:hover{background:#d1d5db}.admin-nav-item{display:flex;align-items:center;gap:12px;padding:12px 14px;color:#6b7280;text-decoration:none;transition:all .2s;position:relative;margin-bottom:4px;border-radius:8px;font-weight:500;font-size:14px;overflow:hidden}.admin-nav-item:hover{background:#f9fafb;color:#111827}.admin-nav-item.active{background:#3b82f6;color:#fff;box-shadow:0 2px 4px #3b82f64d}.admin-nav-item.active .admin-nav-icon svg{color:#fff}.admin-nav-icon{min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-nav-icon svg{width:20px;height:20px}.admin-nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:500}.admin-sidebar.closed .admin-nav-label{display:none}.admin-sidebar.closed .admin-nav-item{justify-content:center;padding:12px 10px}.admin-sidebar-footer{border-top:1px solid #f3f4f6;padding:12px 8px}.admin-footer-item{margin-bottom:0}.admin-main{flex:1;display:flex;flex-direction:column;transition:margin-left .3s cubic-bezier(.4,0,.2,1);min-height:100vh;margin-left:240px;overflow-x:hidden;width:calc(100% - 240px);box-sizing:border-box}.admin-layout:has(.admin-sidebar.closed) .admin-main{margin-left:70px;width:calc(100% - 70px)}.admin-header{background:#fff;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:100;border-bottom:1px solid #e5e7eb;min-height:60px;width:100%;box-sizing:border-box}.header-left{flex:1;display:flex;align-items:center;gap:16px}.admin-header .page-title{font-size:22px;font-weight:700;color:#111827!important;margin:0!important;padding:0!important;letter-spacing:-.03em;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#111827!important;background-clip:unset!important;text-shadow:none!important;line-height:1.2}.mobile-menu-toggle{display:none;background:#f9fafb;border:1px solid #e5e7eb;color:#6b7280;width:40px;height:40px;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;transition:all .2s}.mobile-menu-toggle:hover{background:#f3f4f6;color:#111827}.header-right{display:flex;align-items:center;gap:16px}.admin-user{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0}.user-info{display:flex;flex-direction:column;gap:2px}.user-name{margin:0;font-weight:600;font-size:14px;color:#111827;line-height:1.2}.user-role{margin:0;font-size:12px;color:#9ca3af;line-height:1.2}.logout-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s}.logout-btn:hover{background:#2563eb;box-shadow:0 4px 6px -1px #3b82f64d}.logout-btn:active{transform:scale(.98)}.logout-btn svg{flex-shrink:0}.admin-content{flex:1;padding:32px;min-height:calc(100vh - 60px);overflow-x:hidden;width:100%;box-sizing:border-box}.mobile-overlay{display:none}@media(max-width:1024px){.admin-content{padding:24px}}@media(max-width:768px){.admin-sidebar{transform:translate(-100%);width:240px!important}.admin-sidebar.open{transform:translate(0);box-shadow:0 0 30px #00000026}.admin-sidebar.closed{transform:translate(-100%)}.admin-main{margin-left:0!important;width:100%!important}.admin-header{padding:12px 16px}.mobile-menu-toggle{display:flex}.admin-content{padding:20px;overflow-x:hidden}.user-info{display:none}.admin-user{padding:8px}.logout-btn span{display:none}.logout-btn{padding:10px;min-width:40px}.mobile-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}@media(max-width:480px){.admin-header{padding:12px}.admin-content{padding:16px}.mobile-menu-toggle{width:36px;height:36px}.user-avatar{width:36px;height:36px;font-size:14px}}.admin-nav-item{animation:slideIn .3s ease-out backwards}.admin-nav-item:nth-child(1){animation-delay:.05s}.admin-nav-item:nth-child(2){animation-delay:.1s}.admin-nav-item:nth-child(3){animation-delay:.15s}.admin-nav-item:nth-child(4){animation-delay:.2s}.admin-nav-item:nth-child(5){animation-delay:.25s}.admin-nav-item:nth-child(6){animation-delay:.3s}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.stat-card{background:#fff;border-radius:16px;padding:1.5rem;display:flex;align-items:flex-start;gap:1.25rem;box-shadow:0 2px 12px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:currentColor;transition:width .3s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.stat-card:hover:before{width:100%;opacity:.05}.stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0;position:relative;z-index:1}.stat-card-blue .stat-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card-green .stat-icon{background:linear-gradient(135deg,#48bb78,#38a169)}.stat-card-orange .stat-icon{background:linear-gradient(135deg,#ed8936,#dd6b20)}.stat-card-red .stat-icon{background:linear-gradient(135deg,#f56565,#e53e3e)}.stat-card-purple .stat-icon{background:linear-gradient(135deg,#9f7aea,#805ad5)}.stat-card-cyan .stat-icon{background:linear-gradient(135deg,#4299e1,#3182ce)}.stat-content{flex:1}.stat-title{margin:0;font-size:.875rem;color:#718096;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stat-value{margin:0;font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:.5rem;line-height:1}.stat-trend{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.stat-trend.trend-up{color:#48bb78}.stat-trend.trend-down{color:#f56565}.trend-icon{font-size:1.25rem;line-height:1}.trend-value{font-weight:600}@media(max-width:640px){.stat-card{padding:1.25rem}.stat-icon{width:48px;height:48px;font-size:1.5rem}.stat-value{font-size:1.75rem}}.chart-container{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 12px #0000000f}.chart-title{margin:0 0 1.5rem;font-size:1.125rem;font-weight:700;color:#2d3748}.chart-wrapper{width:100%;position:relative;max-height:350px}.chart-svg{width:100%;height:auto;max-height:350px}.chart-label{font-size:10px;fill:#718096;font-weight:500}.chart-empty{display:flex;align-items:center;justify-content:center;min-height:300px;color:#a0aec0;font-size:1rem}.chart-svg polyline,.chart-svg polygon,.chart-svg rect{animation:chartFadeIn .8s ease-out}.chart-svg circle{animation:chartPopIn .6s ease-out backwards}.chart-svg circle:nth-child(1){animation-delay:.1s}.chart-svg circle:nth-child(2){animation-delay:.15s}.chart-svg circle:nth-child(3){animation-delay:.2s}.chart-svg circle:nth-child(4){animation-delay:.25s}.chart-svg circle:nth-child(5){animation-delay:.3s}@keyframes chartFadeIn{0%{opacity:0}to{opacity:1}}@keyframes chartPopIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@media(max-width:640px){.chart-container{padding:1rem}.chart-title{font-size:1rem}.chart-label{font-size:8px}}.data-table-container{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;overflow:hidden}.data-table-wrapper{overflow-x:auto}.data-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.data-table thead th{padding:.875rem;text-align:left;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.data-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.data-table tbody tr:last-child{border-bottom:none}.data-table tbody tr:hover{background-color:#f7fafc}.data-table tbody tr.clickable{cursor:pointer}.data-table tbody tr.clickable:hover{background-color:#edf2f7}.data-table tbody td{padding:.875rem;color:#2d3748;font-size:.875rem;max-width:200px;overflow:hidden;text-overflow:ellipsis}.data-table .text-center{text-align:center}.data-table .text-right{text-align:right}.empty-state{padding:4rem 2rem!important;text-align:center;color:#718096}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-state p{margin:0;font-size:1rem;font-weight:500}.status-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:capitalize;white-space:nowrap}.status-badge.status-placed{background:#bee3f8;color:#2c5282}.status-badge.status-confirmed{background:#c6f6d5;color:#276749}.status-badge.status-preparing{background:#feebc8;color:#7c2d12}.status-badge.status-ready{background:#e9d8fd;color:#553c9a}.status-badge.status-out-for-delivery{background:#bee3f8;color:#2c5282}.status-badge.status-delivered{background:#c6f6d5;color:#22543d}.status-badge.status-cancelled{background:#fed7d7;color:#742a2a}@media(max-width:768px){.data-table thead th,.data-table tbody td{padding:.75rem 1rem;font-size:.85rem}.data-table-wrapper{overflow-x:scroll;-webkit-overflow-scrolling:touch}.data-table{min-width:600px}}.modern-modal-overlay{position:fixed;inset:0;background:#0f172abf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:99999;padding:20px;animation:modernModalOverlayFadeIn .25s cubic-bezier(.16,1,.3,1)}@keyframes modernModalOverlayFadeIn{0%{opacity:0}to{opacity:1}}.modern-modal-container{background:#fff;border-radius:20px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #0000000d;animation:modernModalSlideUp .3s cubic-bezier(.16,1,.3,1);overflow:hidden}@keyframes modernModalSlideUp{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modern-modal-container.small{max-width:400px}.modern-modal-container.medium{max-width:600px}.modern-modal-container.large{max-width:900px}.modern-modal-container.xlarge{max-width:1200px}.modern-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:32px 32px 24px;border-bottom:1px solid #f1f5f9;background:linear-gradient(to bottom,#fafafa,#fff);gap:24px}.modern-modal-header-content{flex:1}.modern-modal-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 6px;line-height:1.2;letter-spacing:-.02em}.modern-modal-subtitle{font-size:.938rem;color:#64748b;margin:0;line-height:1.5}.modern-modal-close{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);color:#64748b}.modern-modal-close:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a;transform:scale(1.05)}.modern-modal-close:active{transform:scale(.95)}.modern-modal-body{flex:1;overflow-y:auto;padding:32px;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f8fafc}.modern-modal-body::-webkit-scrollbar{width:10px}.modern-modal-body::-webkit-scrollbar-track{background:#f8fafc;border-radius:0 0 20px}.modern-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px;border:2px solid #f8fafc}.modern-modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:768px){.modern-modal-overlay{padding:12px}.modern-modal-container{max-height:92vh;border-radius:16px}.modern-modal-container.small,.modern-modal-container.medium,.modern-modal-container.large,.modern-modal-container.xlarge{max-width:100%}.modern-modal-header{padding:24px 24px 20px}.modern-modal-title{font-size:1.5rem}.modern-modal-subtitle{font-size:.875rem}.modern-modal-close{width:36px;height:36px}.modern-modal-body{padding:24px}}@media(max-width:480px){.modern-modal-header{padding:20px 20px 16px}.modern-modal-title{font-size:1.25rem}.modern-modal-body{padding:20px}}.reviews-modal-content{display:flex;flex-direction:column;gap:24px;max-height:70vh;overflow-y:auto}.reviews-summary{display:grid;grid-template-columns:200px 1fr;gap:32px;padding:24px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;border:1px solid #e2e8f0}.average-rating{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.rating-number{font-size:3.5rem;font-weight:700;color:#fbbf24;line-height:1}.rating-stars-large{display:flex;gap:4px}.rating-stars-large svg{width:24px;height:24px}.total-reviews{font-size:14px;color:#64748b;font-weight:500}.rating-distribution{display:flex;flex-direction:column;gap:12px;justify-content:center}.distribution-row{display:grid;grid-template-columns:60px 1fr 50px;align-items:center;gap:12px;padding:8px 12px;background:#fff;border-radius:8px;transition:all .2s}.distribution-row:hover{transform:translate(4px);box-shadow:0 2px 8px #0000001a}.rating-label{font-size:14px;font-weight:600;color:#475569}.progress-bar{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.progress-fill{height:100%;transition:width .3s ease;border-radius:4px}.rating-count{font-size:14px;font-weight:600;color:#64748b;text-align:right}.reviews-filters{display:flex;gap:12px;flex-wrap:wrap}.filter-btn{padding:10px 20px;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:#3b82f6;color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f633}.filter-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff;box-shadow:0 4px 12px #3b82f64d}.reviews-list{display:flex;flex-direction:column;gap:16px}.reviews-loading,.reviews-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.reviews-loading .spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reviews-empty p{font-size:16px;color:#9ca3af;font-weight:500}.review-card{padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s}.review-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.review-user{display:flex;gap:12px;align-items:center}.user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px;flex-shrink:0}.user-info{display:flex;flex-direction:column;gap:4px}.user-name{font-weight:600;font-size:15px;color:#111827}.review-date{font-size:13px;color:#9ca3af}.review-stars{display:flex;gap:2px}.review-comment{font-size:15px;line-height:1.6;color:#374151;margin-bottom:12px}.review-item{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#f9fafb;border-radius:8px;margin-bottom:12px;font-size:14px;color:#374151;font-weight:500}.item-icon{font-size:18px}.review-images{display:flex;gap:12px;margin-top:12px;flex-wrap:wrap}.review-image{width:120px;height:120px;object-fit:cover;border-radius:8px;border:2px solid #e5e7eb;transition:all .2s;cursor:pointer}.review-image:hover{transform:scale(1.05);border-color:#3b82f6;box-shadow:0 4px 12px #00000026}.review-helpful{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#f0fdf4;border:1px solid #86efac;border-radius:6px;font-size:13px;color:#15803d;font-weight:500;margin-top:12px}@media(max-width:768px){.reviews-summary{grid-template-columns:1fr;gap:20px}.reviews-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.filter-btn{white-space:nowrap;flex-shrink:0}.review-image{width:100px;height:100px}.rating-number{font-size:2.5rem}}.admin-dashboard{padding:0;animation:fadeIn .5s ease-out}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:0}.dashboard-title{font-size:2rem;font-weight:800;margin:0 0 8px;background:linear-gradient(135deg,#00c853,#00a843);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.dashboard-subtitle{font-size:1rem;color:#718096;margin:0;font-weight:500}.period-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px}.stat-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.stat-header h3{margin:0;font-size:.875rem;font-weight:700;color:#1a202c;letter-spacing:-.2px}.stat-details{margin-top:0;display:flex;flex-direction:column;gap:8px}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f7fafc;border-radius:8px;transition:all .2s}.stat-item:hover{background:#edf2f7;transform:translate(2px)}.stat-item:last-child{border-bottom:none}.stat-label{font-size:.75rem;color:#4a5568;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.stat-amount{font-size:1.125rem;font-weight:800;color:#00c853;letter-spacing:-.3px}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.dashboard-loading p{font-size:1rem;color:#718096;font-weight:600}.order-number{font-weight:700;color:#00c853;font-size:.9375rem}.customer-name{font-weight:600;color:#1a202c;font-size:.9375rem}.customer-phone{font-size:.8125rem;color:#9ca3af;margin-top:2px}.order-time{font-size:.875rem;color:#718096;font-weight:500}.status-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-badge.status-pending{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.status-badge.status-confirmed{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.status-badge.status-preparing{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca}.status-badge.status-ready{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.status-badge.status-out-for-delivery{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.status-badge.status-delivered{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.status-badge.status-cancelled{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}@media(max-width:1024px){.period-stats{grid-template-columns:repeat(2,1fr)}.stat-header h3{font-size:.8rem}.stat-label{font-size:.7rem}.stat-amount{font-size:1rem}}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:16px}.dashboard-title{font-size:1.75rem}.period-stats{grid-template-columns:1fr;gap:12px}.modern-card{padding:14px}}@media(max-width:480px){.dashboard-title{font-size:1.5rem}.dashboard-subtitle{font-size:.9rem}}.orders-management{padding:0;animation:fadeIn .5s ease-out}.filters-container{padding:0}.filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;align-items:end}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{font-size:.875rem;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.5px}.filter-group select,.filter-group input[type=text],.filter-group input[type=date]{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.9375rem;font-weight:500;color:#1a202c;background:#fff;transition:all .3s;font-family:inherit}.filter-group select:focus,.filter-group input[type=text]:focus,.filter-group input[type=date]:focus{outline:none;border-color:#00c853;box-shadow:0 0 0 3px #00c8531a}.filter-group select:hover,.filter-group input[type=text]:hover,.filter-group input[type=date]:hover{border-color:#00c853}.order-type{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:#4a5568;font-size:.875rem;white-space:nowrap}.date-time-compact{font-size:.875rem;white-space:nowrap}.date-time-compact div:first-child{font-weight:600;color:#1a202c;margin-bottom:2px}.date-time-compact div:last-child{color:#9ca3af;font-size:.8125rem}.payment-method{font-weight:700;color:#1a202c;font-size:.875rem;margin-bottom:4px;text-transform:uppercase;letter-spacing:.3px}.payment-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.payment-status.paid{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.payment-status.pending{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.order-date{font-weight:600;color:#1a202c;font-size:.9375rem;margin-bottom:4px}.order-time{font-size:.8125rem;color:#9ca3af}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:28px;padding:20px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;border:1px solid #e2e8f0}.pagination-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#00c853,#00a843);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:.9375rem;cursor:pointer;transition:all .3s cubic-bezier(.17,.67,.83,.67);box-shadow:0 4px 16px #00c8534d;letter-spacing:.3px}.pagination-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 20px #00c85366;background:linear-gradient(135deg,#00e676,#00c853)}.pagination-btn:active:not(:disabled){transform:translateY(-1px)}.pagination-btn:disabled{background:#e2e8f0;color:#9ca3af;cursor:not-allowed;box-shadow:none}.pagination-info{font-size:.9375rem;font-weight:600;color:#4a5568}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;border:1px solid #e2e8f0}.loading-state p{font-size:1rem;color:#718096;font-weight:600}.order-number{font-weight:700;color:#00c853;font-size:.9375rem;letter-spacing:.3px}.customer-name{font-weight:600;color:#1a202c;font-size:.9375rem;margin-bottom:4px}.customer-phone{font-size:.8125rem;color:#9ca3af}@media(max-width:1024px){.filters-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.page-header{flex-direction:column;align-items:flex-start;gap:16px}.page-title{font-size:1.75rem}.filters-row{grid-template-columns:1fr}.pagination{flex-direction:column;gap:12px}.pagination-btn{width:100%}}@media(max-width:480px){.page-title{font-size:1.5rem}.page-subtitle{font-size:.9rem}}.admin-order-details{animation:fadeIn .4s ease-out}.details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.back-btn{padding:.75rem 1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#2d3748;font-weight:600;cursor:pointer;transition:all .2s}.back-btn:hover{border-color:#667eea;color:#667eea}.header-actions{display:flex;gap:1rem}.update-status-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.update-status-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.cancel-order-btn{padding:.75rem 1.5rem;background:#fff;color:#f56565;border:2px solid #f56565;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s}.cancel-order-btn:hover{background:#f56565;color:#fff}.order-info-section{margin-bottom:2rem}.order-header-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #0000000f}.order-number-section{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.order-number-section h1{margin:0;font-size:2rem;font-weight:700;color:#2d3748}.order-status-badge{padding:.5rem 1rem;border-radius:20px;color:#fff;font-weight:600;font-size:.9rem;text-transform:capitalize}.order-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.meta-item{display:flex;flex-direction:column;gap:.5rem}.meta-label{font-size:.875rem;color:#718096;font-weight:500}.meta-value{font-size:1rem;color:#2d3748;font-weight:600}.payment-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.payment-badge.paid{background:#c6f6d5;color:#276749}.payment-badge.pending{background:#feebc8;color:#7c2d12}.details-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.info-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 12px #0000000f;margin-bottom:1.5rem}.info-card h3{margin:0 0 1.5rem;font-size:1.125rem;font-weight:700;color:#2d3748}.info-content{display:flex;flex-direction:column;gap:1rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f7fafc}.info-row:last-child{border-bottom:none}.info-label{font-size:.9rem;color:#718096;font-weight:500}.info-value{font-size:.9rem;color:#2d3748;font-weight:600;text-align:right}.address-text{margin:0;color:#2d3748;line-height:1.6}.delivery-instructions{margin-top:1rem;padding:1rem;background:#f7fafc;border-radius:10px}.delivery-instructions strong{display:block;margin-bottom:.5rem;color:#2d3748}.delivery-instructions p{margin:0;color:#718096}.items-list{display:flex;flex-direction:column;gap:1rem}.order-item{display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center;padding:1rem;background:#f7fafc;border-radius:12px}.item-info h4{margin:0 0 .5rem;font-size:1rem;color:#2d3748}.item-detail{margin:.25rem 0 0;font-size:.85rem;color:#718096}.item-quantity{font-weight:600;color:#718096;font-size:1rem}.item-price{font-weight:700;color:#2d3748;font-size:1rem}.summary-content{display:flex;flex-direction:column;gap:.75rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.95rem;color:#2d3748}.summary-row.discount{color:#48bb78}.summary-row.total{border-top:2px solid #e2e8f0;margin-top:.5rem;padding-top:1rem;font-size:1.25rem;font-weight:700;color:#2d3748}.timeline{display:flex;flex-direction:column;gap:1rem}.timeline-item{display:flex;gap:1rem;position:relative}.timeline-item:not(:last-child):after{content:"";position:absolute;left:7px;top:24px;width:2px;height:calc(100% + 1rem);background:#e2e8f0}.timeline-dot{width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);flex-shrink:0;margin-top:4px;box-shadow:0 0 0 4px #667eea1a}.timeline-content{flex:1;padding-bottom:1rem}.timeline-status{font-weight:600;color:#2d3748;text-transform:capitalize;margin-bottom:.25rem}.timeline-time{font-size:.85rem;color:#718096;margin-bottom:.5rem}.timeline-note{font-size:.875rem;color:#4a5568;padding:.75rem;background:#f7fafc;border-radius:8px;margin-top:.5rem}.modal-content{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748}.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;color:#2d3748;transition:all .2s}.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.warning-text{color:#e53e3e;font-weight:600;margin-bottom:1.5rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-primary,.btn-secondary,.btn-danger{padding:.75rem 1.5rem;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.btn-secondary{background:#f7fafc;color:#2d3748;border:2px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#edf2f7}.btn-danger{background:#f56565;color:#fff}.btn-danger:hover:not(:disabled){background:#e53e3e}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled{opacity:.5;cursor:not-allowed}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:1024px){.details-grid{grid-template-columns:1fr}}@media(max-width:768px){.details-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{width:100%;flex-direction:column}.update-status-btn,.cancel-order-btn{width:100%}.order-number-section{flex-direction:column;align-items:flex-start}.order-meta,.order-item{grid-template-columns:1fr}.item-quantity,.item-price{text-align:left}}@media(max-width:480px){.order-header-card{padding:1.5rem}.order-number-section h1{font-size:1.5rem}.info-card{padding:1rem}.modal-actions{flex-direction:column}.btn-primary,.btn-secondary,.btn-danger{width:100%}}.menu-management{padding:0;animation:fadeIn .5s ease-out;width:100%;overflow-x:hidden}.page-header{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;margin-top:20px;margin-bottom:20px}.header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.category-filter-select{min-width:200px;padding:10px 16px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:500;color:#1a202c;background:#fff;transition:all .2s ease;cursor:pointer}.category-filter-select:hover{border-color:#00c853}.category-filter-select:focus{outline:none;border-color:#00c853;box-shadow:0 0 0 3px #00c8531a}.btn-add-item{padding:10px 20px;background:transparent;border:1.5px solid #00c853;color:#00c853;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:.3px;white-space:nowrap}.btn-add-item:hover{background:#00c853;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #00c85333}.tabs{display:flex;gap:8px;margin-bottom:20px;background:#fff;padding:6px;border-radius:10px;box-shadow:0 1px 4px #0000000f;border:1px solid #e2e8f0;width:100%;max-width:100%;box-sizing:border-box}.tabs button{flex:1;padding:.5rem 1rem;background:transparent;border:none;border-radius:7px;font-weight:600;font-size:.813rem;color:#4a5568;cursor:pointer;transition:all .2s cubic-bezier(.17,.67,.83,.67);letter-spacing:.2px;white-space:nowrap}.tabs button:hover{background:#00c85314;color:#00c853;transform:translateY(-1px)}.tabs button.active{background:linear-gradient(135deg,#00c853,#00a843);color:#fff;box-shadow:0 2px 8px #00c85340;transform:translateY(-1px)}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:0;width:100%;max-width:100%;box-sizing:border-box}.item-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0;transition:all .3s ease;display:flex;flex-direction:column;width:100%}.item-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#00c853}.item-image-wrapper{position:relative;width:100%;height:160px;overflow:hidden;background:linear-gradient(135deg,#f7f7f7,#e8e8e8)}.item-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.item-card:hover .item-image{transform:scale(1.05)}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#cbd5e0}.unavailable-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.featured-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #f59e0b66}.item-details{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1}.item-header-section{display:flex;flex-direction:column;gap:4px}.item-title{font-size:1rem;font-weight:700;color:#1a202c;margin:0;line-height:1.3}.item-category-badge{font-size:.688rem;font-weight:600;color:#00c853;text-transform:uppercase;letter-spacing:.5px;display:inline-block}.item-description{font-size:.813rem;color:#718096;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.item-price-section{display:flex;align-items:center;gap:8px}.item-current-price{font-size:1.25rem;font-weight:800;color:#00c853}.item-original-price{font-size:.875rem;color:#9ca3af;text-decoration:line-through;font-weight:500}.item-info-row{display:flex;gap:12px;padding:8px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.info-item{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#64748b}.info-icon{font-size:.875rem}.info-text{font-weight:500}.item-actions{display:flex;gap:6px;margin-top:auto}.btn-action{flex:1;padding:7px 10px;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.btn-action.btn-edit{background:#f1f5f9;color:#475569}.btn-action.btn-edit:hover{background:#e2e8f0;transform:translateY(-1px)}.btn-action.btn-toggle{background:#f1f5f9;color:#64748b}.btn-action.btn-toggle.active{background:#d1fae5;color:#059669}.btn-action.btn-toggle.inactive{background:#fee2e2;color:#dc2626}.btn-action.btn-toggle:hover{transform:translateY(-1px)}.btn-action.btn-delete{background:#fee2e2;color:#dc2626;flex:.5}.btn-action.btn-delete:hover{background:#fecaca;transform:translateY(-1px)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-top:0;width:100%;max-width:100%;box-sizing:border-box}.cat-card-v2{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0;transition:all .3s ease;display:flex;flex-direction:row;gap:16px;align-items:flex-start;width:100%}.cat-card-v2:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#00c853}.cat-icon-box{width:56px;height:56px;min-width:56px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;box-shadow:0 2px 8px #00c85326;overflow:hidden}.cat-icon-box .cat-image{width:100%;height:100%;object-fit:cover}.cat-content-box{flex:1;display:flex;flex-direction:column;gap:10px}.cat-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.cat-title{font-size:1.125rem;font-weight:700;color:#1a202c;margin:0;line-height:1.3;flex:1}.cat-status-label{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-size:.688rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.cat-status-label.active{background:#d1fae5;color:#059669}.cat-status-label.inactive{background:#fee2e2;color:#dc2626}.cat-description{font-size:.813rem;color:#718096;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cat-stats-row{display:flex;flex-direction:row;gap:16px;padding:10px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.cat-stat{display:flex;flex-direction:row;align-items:center;gap:6px}.cat-stat-icon{font-size:1rem}.cat-stat-text{font-size:.75rem;font-weight:500;color:#64748b}.cat-actions-row{display:flex;gap:8px}.cat-btn{flex:1;padding:7px 12px;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.cat-btn-edit{background:#f1f5f9;color:#475569}.cat-btn-edit:hover{background:#e2e8f0;transform:translateY(-1px)}.cat-btn-delete{background:#fee2e2;color:#dc2626}.cat-btn-delete:hover{background:#fecaca;transform:translateY(-1px)}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;border:2px dashed #e2e8f0}.empty-state-icon{font-size:5rem;margin-bottom:20px;opacity:.5}.empty-state h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 12px}.empty-state p{font-size:1rem;color:#718096;margin:0}@media(max-width:1024px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.items-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media(max-width:768px){.categories-grid,.items-grid{grid-template-columns:1fr}.tabs{flex-direction:column}.header-actions{flex-direction:column;width:100%}.category-filter-select{width:100%;min-width:auto}.btn-add-item{width:100%}.item-actions{flex-wrap:wrap}.btn-action{flex:1 1 calc(50% - 4px)}.btn-action.btn-delete{flex:1 1 100%}.cat-card-v2{max-width:100%}.cat-icon-box{width:48px;height:48px;min-width:48px;font-size:1.5rem}.cat-stats-row{flex-direction:column;gap:8px}}.modern-menu-form{display:flex;flex-direction:column;gap:32px}.modern-form-section{display:flex;flex-direction:column;gap:20px}.modern-form-section-header{display:flex;align-items:center;gap:12px;margin-bottom:4px}.modern-form-section-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:8px;font-size:1rem}.modern-form-section-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.modern-form-section-divider{height:1px;background:linear-gradient(to right,#e2e8f0,transparent);margin:-8px 0 0}.modern-form-group{display:flex;flex-direction:column;gap:8px}.modern-form-label{font-size:.875rem;font-weight:600;color:#334155;letter-spacing:.01em;display:flex;align-items:center;gap:4px}.modern-form-label-required{color:#ef4444;font-weight:700}.modern-form-label-badge{display:inline-flex;align-items:center;padding:2px 8px;background:#e0f2fe;color:#0369a1;border-radius:6px;font-size:.688rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-left:auto}.modern-form-input,.modern-form-textarea,.modern-form-select{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:.938rem;color:#1e293b;background:#fff;transition:all .2s cubic-bezier(.16,1,.3,1);font-family:inherit}.modern-form-input:hover,.modern-form-textarea:hover,.modern-form-select:hover{border-color:#cbd5e1}.modern-form-input:focus,.modern-form-textarea:focus,.modern-form-select:focus{outline:none;border-color:#00c853;box-shadow:0 0 0 3px #00c85314;background:#fafafa}.modern-form-input::placeholder,.modern-form-textarea::placeholder{color:#94a3b8}.modern-form-textarea{resize:vertical;min-height:100px;font-family:inherit;line-height:1.6}.modern-form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:44px}.modern-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.modern-form-checkbox-group{display:flex;flex-wrap:wrap;gap:16px}.modern-form-checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;padding:12px 16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;transition:all .2s cubic-bezier(.16,1,.3,1);-webkit-user-select:none;user-select:none}.modern-form-checkbox-label:hover{background:#f1f5f9;border-color:#cbd5e1}.modern-form-checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#00c853}.modern-form-checkbox-label input[type=checkbox]:checked+span{font-weight:600;color:#00c853}.modern-form-checkbox-text{font-size:.875rem;font-weight:500;color:#475569}.modern-form-file-upload{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;border:2px dashed #cbd5e1;border-radius:12px;background:#f8fafc;transition:all .2s cubic-bezier(.16,1,.3,1);cursor:pointer;gap:12px}.modern-form-file-upload:hover{border-color:#00c853;background:#f0fdf4}.modern-form-file-upload input[type=file]{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.modern-form-file-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.modern-form-file-text{text-align:center}.modern-form-file-text-main{font-size:.938rem;font-weight:600;color:#1e293b;margin:0 0 4px}.modern-form-file-text-sub{font-size:.813rem;color:#64748b;margin:0}.modern-form-file-count{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#00c853;color:#fff;border-radius:8px;font-size:.813rem;font-weight:600}.modern-form-dynamic-list{display:flex;flex-direction:column;gap:12px}.modern-form-dynamic-input-group{display:flex;gap:10px;align-items:flex-end}.modern-form-dynamic-input-wrapper{flex:1;display:flex;flex-direction:column;gap:6px}.modern-form-dynamic-input-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.modern-form-dynamic-btn{padding:12px 20px;background:linear-gradient(135deg,#00c853,#00a843);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);white-space:nowrap}.modern-form-dynamic-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00c8534d}.modern-form-dynamic-btn:active{transform:translateY(0)}.modern-form-chips{display:flex;flex-wrap:wrap;gap:8px;padding:12px;background:#f8fafc;border-radius:10px;min-height:56px;border:2px solid #e2e8f0}.modern-form-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.813rem;font-weight:500;color:#334155;box-shadow:0 1px 3px #0000000f;animation:chipSlideIn .2s cubic-bezier(.16,1,.3,1)}@keyframes chipSlideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modern-form-chip-remove{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:700;transition:all .15s;padding:0;line-height:1}.modern-form-chip-remove:hover{background:#fecaca;transform:scale(1.1)}.modern-modal-actions{display:flex;gap:12px;justify-content:flex-end;padding:24px 32px;border-top:1px solid #f1f5f9;background:#fafafa;margin:32px -32px -32px}.modern-btn{padding:12px 28px;border:none;border-radius:10px;font-size:.938rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;gap:8px}.modern-btn-secondary{background:#fff;color:#475569;border:2px solid #e2e8f0}.modern-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.modern-btn-primary{background:linear-gradient(135deg,#00c853,#00a843);color:#fff;box-shadow:0 2px 8px #00c85340}.modern-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00c85359}.modern-btn-primary:active,.modern-btn-secondary:active{transform:translateY(0)}.modern-existing-images{display:flex;flex-direction:column;gap:12px}.modern-existing-images-title{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0}.modern-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.modern-image-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;border:2px solid #e2e8f0;transition:all .2s}.modern-image-item:hover{border-color:#00c853;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.modern-image-item img{width:100%;height:100%;object-fit:cover}.modern-image-controls{position:absolute;bottom:0;left:0;right:0;display:flex;gap:4px;padding:8px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);opacity:0;transition:opacity .2s}.modern-image-item:hover .modern-image-controls{opacity:1}.modern-image-btn{flex:1;padding:4px 8px;background:#fffffff2;border:none;border-radius:6px;font-size:.688rem;font-weight:600;cursor:pointer;transition:all .15s}.modern-image-btn:hover{background:#fff;transform:scale(1.05)}.modern-image-btn.primary{background:#00c853;color:#fff}.modern-image-btn.delete{background:#ef4444;color:#fff}@media(max-width:768px){.modern-form-row{grid-template-columns:1fr}.modern-modal-actions{flex-direction:column;padding:20px 24px;margin:24px -24px -24px}.modern-btn{width:100%}.modern-form-dynamic-input-group{flex-direction:column}.modern-form-dynamic-btn{width:100%}}@media(max-width:480px){.modern-images-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.image-upload-section{display:flex;flex-direction:column;gap:16px}.image-preview-container{width:200px;height:200px;border-radius:12px;overflow:hidden;border:2px solid #e2e8f0;box-shadow:0 2px 8px #00000014}.category-image-preview{width:100%;height:100%;object-fit:cover}.modern-form-input-file{display:none}.modern-file-label{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:linear-gradient(135deg,#00c853,#00a843);color:#fff;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.17,.67,.83,.67);box-shadow:0 4px 16px #00c8534d;letter-spacing:.3px}.modern-file-label:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00c85366;background:linear-gradient(135deg,#00e676,#00c853)}.modern-file-label:active{transform:translateY(0)}.modern-file-label svg{width:20px;height:20px}.file-selected-indicator{color:#00c853;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:6px}.coupons-management{padding:0;animation:fadeIn .5s ease-out}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.page-title{font-size:2rem;font-weight:800;margin:0 0 8px;background:linear-gradient(135deg,#00c853,#00a843);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.page-subtitle{font-size:1rem;color:#718096;margin:0;font-weight:500}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.spinner{width:48px;height:48px;border:4px solid #e8f5e9;border-top-color:#00c853;border-radius:50%;animation:spin .8s linear infinite}.loading-container p{font-size:1rem;color:#718096;font-weight:600}.empty-state{text-align:center;padding:80px 40px;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;border:2px dashed #cbd5e0}.empty-state-icon{font-size:6rem;margin-bottom:24px;opacity:.4}.empty-state h3{font-size:1.75rem;font-weight:800;color:#1a202c;margin:0 0 12px}.empty-state p{font-size:1.125rem;color:#718096;margin:0;line-height:1.6}.coupon-code{font-family:Courier New,monospace;font-weight:800;color:#00c853;font-size:1rem;background:linear-gradient(135deg,#f0f9f4,#e8f5e9);padding:6px 12px;border-radius:8px;border:2px dashed #00c853;letter-spacing:1px}.coupon-discount{font-weight:800;color:#ef4444;font-size:1.25rem}.coupon-type{display:inline-flex;align-items:center;padding:6px 12px;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca}.coupon-status{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.coupon-status.active{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.coupon-status.inactive{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.coupon-status.expired{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.coupon-date{font-size:.875rem;color:#718096;font-weight:500}.action-buttons{display:flex;gap:8px}.action-btn{padding:8px 14px;border:none;border-radius:10px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.17,.67,.83,.67);letter-spacing:.3px}.action-btn.stats{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 10px #3b82f64d}.action-btn.stats:hover{transform:translateY(-2px);box-shadow:0 4px 14px #3b82f666}.action-btn.edit{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 10px #f59e0b4d}.action-btn.edit:hover{transform:translateY(-2px);box-shadow:0 4px 14px #f59e0b66}.action-btn.delete{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 10px #ef44444d}.action-btn.delete:hover{transform:translateY(-2px);box-shadow:0 4px 14px #ef444466}@media(max-width:768px){.page-header{flex-direction:column;align-items:flex-start;gap:16px}.page-title{font-size:1.75rem}.empty-state{padding:60px 24px}.empty-state-icon{font-size:4rem}.empty-state h3{font-size:1.5rem}.empty-state p{font-size:1rem}}@media(max-width:480px){.page-title{font-size:1.5rem}.page-subtitle{font-size:.9rem}.action-buttons{flex-wrap:wrap}.action-btn{flex:1;min-width:80px}}.settings-container{padding:0;background:#f8f9fa;min-height:100vh}.settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px}.settings-loading p{color:#6b7280;font-size:14px;font-weight:500}.settings-header{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.header-content{display:flex;flex-direction:column;gap:6px}.settings-title{font-size:28px;font-weight:700;color:#111827;margin:0;letter-spacing:-.025em}.settings-subtitle{font-size:14px;color:#6b7280;margin:0;font-weight:400}.settings-nav{display:flex;gap:8px;background:#fff;padding:6px;border-radius:12px;border:1px solid #e5e7eb;margin-bottom:32px;box-shadow:0 1px 3px #0000000d}.nav-tab{flex:1;padding:12px 20px;background:transparent;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s;white-space:nowrap}.nav-tab:hover{background:#f3f4f6;color:#111827}.nav-tab.active{background:#3b82f6;color:#fff;box-shadow:0 2px 4px #3b82f64d}.settings-content{animation:fadeIn .3s ease-out}.settings-section{display:flex;flex-direction:column;gap:24px}.section-header{margin-bottom:8px}.section-title{font-size:20px;font-weight:600;color:#111827;margin:0 0 6px}.section-description{font-size:14px;color:#6b7280;margin:0}.form-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.form-card-title{font-size:16px;font-weight:600;color:#111827;margin:0 0 20px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.media-upload-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.upload-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.upload-label{display:block;font-size:14px;font-weight:600;color:#111827;margin-bottom:4px}.upload-hint{font-size:12px;color:#9ca3af;margin:0 0 12px}.upload-area{position:relative}.upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;border:2px dashed #d1d5db;border-radius:10px;background:#f9fafb;cursor:pointer;transition:all .2s;gap:12px}.upload-placeholder:hover{border-color:#3b82f6;background:#eff6ff}.upload-placeholder svg{color:#9ca3af}.upload-placeholder:hover svg{color:#3b82f6}.upload-placeholder span{font-size:14px;font-weight:500;color:#6b7280}.image-preview-wrapper{position:relative;display:inline-block}.preview-image{display:block;border-radius:10px;border:2px solid #e5e7eb}.preview-image.square{width:200px;height:200px;object-fit:cover}.preview-image.wide{width:100%;height:150px;object-fit:cover}.change-image-btn{margin-top:12px;width:100%;padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.change-image-btn:hover{background:#f9fafb;border-color:#3b82f6;color:#3b82f6}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-field{display:flex;flex-direction:column;gap:8px}.form-field.full-width{grid-column:1 / -1}.field-label{font-size:13px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.025em}.field-input,.field-textarea{padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;color:#111827;background:#fff;transition:all .2s;font-family:inherit}.field-input:focus,.field-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.field-input::placeholder,.field-textarea::placeholder{color:#9ca3af}.field-textarea{resize:vertical;min-height:100px}.field-textarea.large{min-height:200px}.input-with-unit{position:relative;display:flex;align-items:center}.input-with-unit .field-input{padding-right:50px}.input-unit{position:absolute;right:14px;font-size:13px;font-weight:600;color:#6b7280;pointer-events:none}.hours-list{display:flex;flex-direction:column;gap:12px}.hour-row{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:center;padding:16px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;transition:all .2s}.hour-row:hover{background:#fff;border-color:#e5e7eb}.hour-row.closed{opacity:.6}.hour-day{display:flex;align-items:center;gap:12px}.day-name{font-size:14px;font-weight:600;color:#111827;text-transform:capitalize}.hour-times{display:flex;align-items:center;gap:12px}.time-input{flex:1;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-weight:500;color:#374151;background:#fff;transition:all .2s}.time-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.time-separator{font-size:14px;font-weight:600;color:#9ca3af}.closed-label{font-size:14px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle-switch.large{width:52px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;transition:.3s;border-radius:34px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch.large .toggle-slider:before{height:22px;width:22px}.toggle-switch input:checked+.toggle-slider{background-color:#3b82f6}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-switch.large input:checked+.toggle-slider:before{transform:translate(24px)}.toggle-card{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}.toggle-info{flex:1}.toggle-title{font-size:16px;font-weight:600;color:#111827;margin:0 0 4px}.toggle-description{font-size:13px;color:#6b7280;margin:0}.form-actions{display:flex;justify-content:flex-end;padding-top:8px}.save-btn{padding:12px 32px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.save-btn:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 6px -1px #3b82f64d}.save-btn:active:not(:disabled){transform:scale(.98)}.save-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:1024px){.media-upload-grid{grid-template-columns:1fr}.hour-row{grid-template-columns:160px 1fr}}@media(max-width:768px){.settings-title{font-size:24px}.settings-nav{overflow-x:auto;-webkit-overflow-scrolling:touch}.nav-tab{flex:0 0 auto;min-width:140px}.form-card{padding:20px}.form-grid{grid-template-columns:1fr}.hour-row{grid-template-columns:1fr;gap:12px}.hour-day{justify-content:space-between}.hour-times{padding-left:0}}@media(max-width:640px){.settings-title{font-size:22px}.form-card{padding:16px}.media-upload-grid{gap:16px}.upload-card{padding:16px}.preview-image.square{width:150px;height:150px}.preview-image.wide{height:120px}}.form-card,.upload-card{animation:fadeInUp .3s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-card:nth-child(1){animation-delay:.05s}.form-card:nth-child(2){animation-delay:.1s}.form-card:nth-child(3){animation-delay:.15s}.form-card:nth-child(4){animation-delay:.2s}.analytics-container{padding:0;background:#f8f9fa;min-height:100vh}.analytics-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.analytics-loading p{color:#6b7280;font-size:14px;font-weight:500}.analytics-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.header-content{flex:1}.analytics-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 6px;letter-spacing:-.025em}.analytics-subtitle{font-size:14px;color:#6b7280;margin:0;font-weight:400}.period-selector{display:flex;gap:8px;background:#fff;padding:4px;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.period-btn{padding:8px 16px;background:transparent;border:none;border-radius:6px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;white-space:nowrap}.period-btn:hover{background:#f3f4f6;color:#111827}.period-btn.active{background:#3b82f6;color:#fff;box-shadow:0 1px 3px #3b82f64d}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s}.metric-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.metric-label{font-size:13px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.025em}.metric-trend{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600;padding:4px 8px;border-radius:6px}.metric-trend.positive{color:#059669;background:#d1fae5}.metric-trend.negative{color:#dc2626;background:#fee2e2;transform:rotate(180deg)}.metric-trend.neutral{color:#6b7280;background:#f3f4f6}.metric-value{font-size:32px;font-weight:700;color:#111827;margin-bottom:4px;line-height:1}.metric-description{font-size:12px;color:#9ca3af;font-weight:400}.chart-section{margin-bottom:32px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-title{font-size:18px;font-weight:600;color:#111827;margin:0}.section-actions{display:flex;gap:8px}.chart-type-selector{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.chart-type-selector:hover{border-color:#d1d5db}.chart-type-selector:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;height:400px}.line-chart{width:100%;max-height:350px;display:flex;flex-direction:column}.line-chart svg{flex:1;width:100%;height:auto;max-height:350px}.chart-labels{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid #f3f4f6}.chart-label{font-size:11px;color:#9ca3af;font-weight:500}.chart-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:14px}.analytics-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px}.data-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s}.data-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a}.data-card.full-width{grid-column:1 / -1;margin-bottom:32px}.card-header{padding:20px 24px;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center}.card-title{font-size:16px;font-weight:600;color:#111827;margin:0}.card-subtitle{font-size:13px;color:#6b7280;font-weight:400}.card-content{padding:24px}.data-list{display:flex;flex-direction:column;gap:16px}.list-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.list-item:last-child{border-bottom:none;padding-bottom:0}.item-info{flex:1;display:flex;flex-direction:column;gap:4px}.item-rank{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f3f4f6;border-radius:6px;font-size:12px;font-weight:700;color:#6b7280;margin-right:12px}.item-details{display:flex;flex-direction:column;gap:4px}.item-name{font-size:14px;font-weight:600;color:#111827}.item-name.status-badge{display:inline-block;padding:4px 10px;background:#f3f4f6;border-radius:6px;font-size:12px;text-transform:capitalize;max-width:fit-content}.item-meta{font-size:12px;color:#9ca3af;font-weight:400}.item-values{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.item-value{font-size:14px;font-weight:600;color:#111827}.item-value.primary{color:#3b82f6}.item-value.warning{color:#f59e0b}.item-revenue{font-size:12px;color:#6b7280;font-weight:500}.item-percentage{font-size:12px;color:#9ca3af;font-weight:500}.progress-bar{width:100%;height:6px;background:#f3f4f6;border-radius:3px;overflow:hidden;margin-top:6px}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:3px;transition:width .3s ease}.table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #f3f4f6}.data-table{width:100%;border-collapse:collapse}.data-table thead{background:#f9fafb}.data-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb}.data-table td{padding:16px;font-size:14px;color:#374151;border-bottom:1px solid #f3f4f6}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#f9fafb}.rank-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#eff6ff;color:#3b82f6;border-radius:8px;font-size:13px;font-weight:700}.customer-info{display:flex;flex-direction:column;gap:4px}.customer-name{font-size:14px;font-weight:600;color:#111827}.customer-email{font-size:12px;color:#9ca3af}.table-value{font-weight:600;color:#374151}.table-value.primary{color:#3b82f6;font-weight:700}.alert-card{background:#fef3c7;border:1px solid #fcd34d;border-radius:12px;padding:20px 24px;margin-bottom:32px}.alert-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#92400e}.alert-header svg{flex-shrink:0}.alert-title{font-size:16px;font-weight:600;margin:0}.alert-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.alert-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:8px;border:1px solid #fcd34d}.alert-item-name{font-size:13px;font-weight:600;color:#78350f}.alert-item-value{font-size:12px;font-weight:600;color:#92400e}.report-section{margin-bottom:32px}.report-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.report-controls{display:flex;gap:12px;margin-bottom:24px}.date-input{flex:1;max-width:300px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;color:#374151;transition:all .2s}.date-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.generate-btn{padding:10px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.generate-btn:hover{background:#2563eb;box-shadow:0 4px 6px -1px #3b82f64d}.generate-btn:active{transform:scale(.98)}.report-results{padding-top:24px;border-top:1px solid #f3f4f6}.report-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.report-metric{display:flex;flex-direction:column;gap:8px;padding:20px;background:#f9fafb;border-radius:10px;border:1px solid #f3f4f6}.report-metric-label{font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.report-metric-value{font-size:24px;font-weight:700;color:#111827}.empty-state{display:flex;align-items:center;justify-content:center;padding:40px;color:#9ca3af;font-size:14px}@media(max-width:1400px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.analytics-header{flex-direction:column;gap:20px}.period-selector{width:100%;justify-content:stretch}.period-btn{flex:1}.analytics-grid-2{grid-template-columns:1fr}.report-metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.analytics-title{font-size:24px}.metrics-grid{grid-template-columns:1fr}.metric-value{font-size:28px}.chart-card{height:300px;padding:16px}.card-content{padding:16px}.report-controls{flex-direction:column}.date-input{max-width:100%}.report-metrics,.alert-grid{grid-template-columns:1fr}}@media(max-width:640px){.period-selector{padding:3px}.period-btn{padding:6px 12px;font-size:12px}.table-wrapper{overflow-x:scroll}.data-table{min-width:600px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.metric-card,.data-card,.chart-card,.alert-card,.report-card{animation:fadeIn .3s ease-out forwards}.metric-card{animation-delay:.05s}.metric-card:nth-child(2){animation-delay:.1s}.metric-card:nth-child(3){animation-delay:.15s}.metric-card:nth-child(4){animation-delay:.2s}.pos-order-entry{display:grid;grid-template-columns:1fr 420px;gap:0;height:calc(100vh - 140px);margin:-1.5rem;overflow:hidden}.pos-menu-panel{display:flex;flex-direction:column;background:#f8fafc;border-right:2px solid #e2e8f0;overflow:hidden}.pos-menu-header{padding:1.5rem;background:#fff;border-bottom:2px solid #e2e8f0;flex-shrink:0}.search-bar{position:relative;margin-bottom:1.5rem}.search-bar svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8}.search-bar input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .2s ease}.search-bar input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.categories-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.categories-tabs button{padding:.625rem 1.25rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:20px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.categories-tabs button:hover{border-color:#3b82f6;color:#3b82f6}.categories-tabs button.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-color:#3b82f6}.pos-menu-grid{flex:1;overflow-y:auto;padding:1.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;align-content:start}nn.pos-menu-grid::-webkit-scrollbar{width:8px}nn.pos-menu-grid::-webkit-scrollbar-track{background:#f1f5f9}nn.pos-menu-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}nn.pos-menu-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.pos-menu-item{background:#fff;border-radius:12px;padding:1rem;cursor:pointer;transition:all .2s ease;border:2px solid #e2e8f0;position:relative;min-height:100px;display:flex;flex-direction:column;justify-content:space-between}.pos-menu-item:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a;border-color:#3b82f6}.pos-menu-item:active{transform:translateY(0)}.item-info{flex:1}.item-info h4{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;line-height:1.4}.item-price{font-size:1.25rem;font-weight:700;color:#10b981;margin:.25rem 0 .5rem}.item-category{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6;font-size:.75rem;border-radius:20px;font-weight:600;border:1px solid #bfdbfe}.add-btn{position:absolute;bottom:.75rem;right:.75rem;width:32px;height:32px;border-radius:8px;border:none;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #10b9814d}.add-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #10b98166}.add-btn:active{transform:scale(.98)}.empty-menu{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#94a3b8}.empty-menu svg{margin-bottom:1rem}.empty-menu p{font-size:1.125rem;font-weight:500}.pos-cart-panel{display:flex;flex-direction:column;background:#fff;padding:1.5rem;overflow-y:auto;gap:0}.pos-cart-panel::-webkit-scrollbar{width:6px}.pos-cart-panel::-webkit-scrollbar-track{background:#f1f5f9}.pos-cart-panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.pos-cart-panel::-webkit-scrollbar-thumb:hover{background:#94a3b8}.order-type-selector{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem}.order-type-selector button{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border:2px solid #e2e8f0;background:#fff;border-radius:12px;cursor:pointer;transition:all .2s ease;color:#64748b}.order-type-selector button:hover{border-color:#3b82f6;color:#3b82f6}.order-type-selector button.active{border-color:#3b82f6;background:#eff6ff;color:#3b82f6}.order-type-selector button span{font-size:.875rem;font-weight:600}.table-selection{background:#f8fafc;padding:1rem;border-radius:12px;margin-bottom:1.5rem}.table-selection label{display:block;font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.5rem}.table-selection select,.table-selection input,.guests-input input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;background:#fff;color:#1e293b;cursor:text;transition:all .2s ease}.table-selection select:focus,.table-selection input:focus,.guests-input input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.guests-input{margin-top:1rem}.guests-input label{display:block;font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.5rem}.customer-info{background:#f8fafc;padding:1rem;border-radius:12px;margin-bottom:1.5rem}.customer-info h3{font-size:.95rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.customer-info input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;background:#fff;color:#1e293b;margin-bottom:.75rem;transition:all .2s ease}.customer-info input:last-child{margin-bottom:0}.customer-info input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.cart-section{flex:1;display:flex;flex-direction:column;min-height:200px;max-height:400px;margin-bottom:1.5rem;overflow:hidden}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.clear-cart-btn{padding:.5rem 1rem;border:none;background:#fee2e2;color:#dc2626;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.clear-cart-btn:hover{background:#fecaca}.cart-items{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding-right:.25rem}.cart-items::-webkit-scrollbar{width:6px}.cart-items::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.cart-items::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.cart-items::-webkit-scrollbar-thumb:hover{background:#94a3b8}.empty-cart{text-align:center;padding:2rem 1rem;color:#94a3b8}.empty-cart svg{margin-bottom:1rem;opacity:.5}.empty-cart p{font-size:.95rem;font-weight:500}.cart-item{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border-radius:12px;margin-bottom:.75rem;border:2px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.cart-item:hover{border-color:#3b82f6;box-shadow:0 2px 6px #3b82f61a}.cart-item-info{flex:1}.cart-item-info h4{font-size:.95rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.cart-item-price{font-size:.875rem;color:#64748b;margin:0}.cart-item-controls{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.quantity-control{display:flex;align-items:center;background:#fff;border-radius:8px;border:2px solid #e2e8f0;overflow:hidden}.quantity-control button{width:32px;height:32px;border:none;background:#fff;color:#64748b;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.quantity-control button:hover{background:#f8fafc;color:#1e293b}.quantity-control span{min-width:40px;text-align:center;font-weight:600;color:#1e293b;font-size:.95rem}.remove-btn{width:32px;height:32px;border:none;background:#fee2e2;color:#dc2626;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.remove-btn:hover{background:#fecaca}.cart-item-total{font-size:1rem;font-weight:700;color:#10b981;margin:0;text-align:right;padding-top:.5rem;border-top:1px solid #e2e8f0}.cart-totals{padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;margin-bottom:1.5rem;border:2px solid #e2e8f0;box-shadow:0 2px 8px #0000000d}.total-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem;color:#64748b}.total-row.total{padding-top:1rem;margin-top:1rem;border-top:2px solid #e2e8f0;font-size:1.25rem;font-weight:700;color:#1e293b}.cart-actions{display:grid;grid-template-columns:1fr 2fr;gap:.75rem}.cart-actions .btn-primary,.cart-actions .btn-secondary{padding:1rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cart-actions .btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.cart-actions .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}.cart-actions .btn-primary:disabled{opacity:.5;cursor:not-allowed}.cart-actions .btn-secondary{background:#f1f5f9;color:#475569}.cart-actions .btn-secondary:hover{background:#e2e8f0;color:#1e293b}.payment-modal{padding:.5rem 0}.payment-summary{text-align:center;padding:2rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;margin-bottom:2rem}.payment-summary h3{font-size:1rem;font-weight:600;color:#ffffffe6;margin:0 0 .5rem}.payment-total{font-size:2.5rem;font-weight:700;color:#fff;margin:0}.payment-method{margin-bottom:2rem}.payment-method label{display:block;font-size:.875rem;font-weight:600;color:#475569;margin-bottom:1rem}.payment-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.payment-options button{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem .75rem;border:2px solid #e2e8f0;background:#fff;border-radius:12px;cursor:pointer;transition:all .2s ease;color:#64748b}.payment-options button:hover{border-color:#3b82f6;color:#3b82f6}.payment-options button.active{border-color:#3b82f6;background:#eff6ff;color:#3b82f6}.cash-payment{background:#f8fafc;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.cash-payment label{display:block;font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.75rem}.cash-payment input{width:100%;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1.25rem;font-weight:600;color:#1e293b;text-align:center;transition:all .2s ease}.cash-payment input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.change-display{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding:1rem;background:#d1fae5;border-radius:8px;font-weight:600;color:#065f46}.change-amount{font-size:1.25rem;color:#059669}.payment-confirmation{background:#f8fafc;padding:2rem 1.5rem;border-radius:12px;margin-bottom:2rem;text-align:center;border:2px solid #e2e8f0}.confirmation-icon{margin-bottom:1rem;display:flex;justify-content:center;opacity:.8}.confirmation-text{font-size:1rem;color:#475569;line-height:1.6;margin:0}.confirmation-text strong{color:#1e293b;font-size:1.125rem;display:block;margin-top:.5rem}.payment-actions{display:grid;grid-template-columns:1fr 2fr;gap:1rem}.payment-actions .btn-primary,.payment-actions .btn-secondary{padding:1rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.payment-actions .btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.payment-actions .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}.payment-actions .btn-primary:disabled{opacity:.5;cursor:not-allowed}.payment-actions .btn-secondary{background:#f1f5f9;color:#475569}.payment-actions .btn-secondary:hover:not(:disabled){background:#e2e8f0;color:#1e293b}@media(max-width:1024px){.pos-order-entry{grid-template-columns:1fr;height:auto}.pos-cart-panel{max-height:none}}@media(max-width:768px){.pos-menu-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.order-type-selector,.payment-options,.cart-actions{grid-template-columns:1fr}}.deals-management{padding:30px;max-width:1600px;margin:0 auto}.deals-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.deals-header h1{font-size:2rem;font-weight:700;color:#111827}.deals-controls{display:flex;gap:12px;align-items:center}.deals-filter-select{padding:10px 15px;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;cursor:pointer;background:#fff;color:#374151}.btn-create-deal{padding:12px 24px;background:#dc2626;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-create-deal:hover{background:#991b1b}.deals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.admin-deal-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:all .2s ease;border:1px solid #e5e7eb}.admin-deal-card:hover{box-shadow:0 4px 12px #0000001a}.admin-deal-image{position:relative;width:100%;padding-top:60%;background:#f3f4f6}.admin-deal-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.admin-deal-badges{position:absolute;top:8px;left:8px;right:8px;display:flex;justify-content:space-between;gap:6px;flex-wrap:wrap}.admin-badge{padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:600;display:inline-block}.admin-badge.featured{background:#fbbf24;color:#78350f}.admin-badge.unavailable{background:#dc2626;color:#fff}.admin-badge.category{background:#f3f4f6;color:#374151}.admin-deal-content{padding:16px}.admin-deal-title{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:8px}.admin-deal-stats{display:flex;gap:12px;margin-bottom:10px;font-size:.8rem;color:#6b7280}.admin-deal-price{font-size:1.2rem;font-weight:700;color:#dc2626;margin-bottom:12px}.admin-deal-price .original{text-decoration:line-through;color:#9ca3af;font-size:.95rem;margin-left:8px}.admin-deal-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.admin-deal-btn{padding:10px;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.admin-deal-btn.edit{background:#28a745;color:#fff}.admin-deal-btn.edit:hover{background:#218838}.admin-deal-btn.delete{background:#dc3545;color:#fff}.admin-deal-btn.delete:hover{background:#c82333}.admin-deal-btn.toggle{background:#ffc107;color:#333}.admin-deal-btn.toggle:hover{background:#e0a800}.admin-deal-btn.feature{background:#17a2b8;color:#fff}.admin-deal-btn.feature:hover{background:#138496}.no-deals-admin{text-align:center;padding:80px 20px;background:#fff;border-radius:16px}.no-deals-admin h3{font-size:1.5rem;color:#666;margin-bottom:10px}.deal-form-section{margin-bottom:30px}.deal-form-section-title{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:15px;display:flex;align-items:center;gap:10px}.deal-form-group{margin-bottom:20px}.deal-form-label{display:block;font-weight:600;color:#444;margin-bottom:8px}.deal-form-input,.deal-form-textarea,.deal-form-select{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;transition:border-color .2s ease}.deal-form-input:focus,.deal-form-textarea:focus,.deal-form-select:focus{outline:none;border-color:#dc2626}.deal-form-textarea{min-height:100px;resize:vertical}.deal-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.deal-form-checkbox{display:flex;align-items:center;gap:10px;margin-bottom:10px}.deal-form-checkbox input{width:20px;height:20px;cursor:pointer}.item-selector-section{background:#f8f9fa;padding:20px;border-radius:12px;margin-bottom:20px}.selected-items-list{display:flex;flex-direction:column;gap:12px;margin-top:15px}.selected-item-card{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#fff;border-radius:8px;border:2px solid #e0e0e0}.selected-item-info{display:flex;align-items:center;gap:12px;flex:1}.selected-item-image{width:50px;height:50px;border-radius:6px;object-fit:cover}.selected-item-details{flex:1}.selected-item-name{font-weight:600;color:#333}.selected-item-meta{font-size:.85rem;color:#666}.btn-remove-item{padding:6px 12px;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem}.image-upload-section{margin-bottom:20px}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:12px}.image-preview-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0}.image-preview-item img{width:100%;height:100%;object-fit:cover}.image-preview-remove{position:absolute;top:5px;right:5px;width:25px;height:25px;background:#dc3545;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:30px;padding-top:20px;border-top:2px solid #e0e0e0}.btn-modal{padding:12px 30px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-modal.cancel{background:#fff;color:#6b7280;border:1px solid #e5e7eb}.btn-modal.cancel:hover{background:#f9fafb}.btn-modal.save{background:#dc2626;color:#fff}.btn-modal.save:hover{background:#991b1b}.btn-modal:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.deals-management{padding:20px 10px}.deals-header{flex-direction:column;align-items:flex-start;gap:15px}.deals-controls{width:100%;flex-direction:column}.deals-filter-select,.btn-create-deal{width:100%}.deals-grid,.deal-form-row{grid-template-columns:1fr}}
