body{width:100%;min-height:100vh;margin:0;padding:0}#root{width:100%;min-height:100vh}.input-wrapper{flex-direction:column;gap:6px;width:100%;display:flex}.input-label{color:var(--text-primary);font-size:14px;font-weight:500}.input-required{color:var(--danger);margin-left:2px}.input-container{align-items:center;display:flex;position:relative}.input{border:1px solid var(--border-color);border-radius:var(--border-radius);background:var(--bg-primary);width:100%;color:var(--text-primary);transition:var(--transition);padding:12px 16px;font-family:inherit;font-size:14px}.input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #667eea1a}.input::placeholder{color:var(--text-tertiary)}.input:disabled{background:var(--gray-100);cursor:not-allowed;opacity:.6}.input-with-left-icon{padding-left:44px}.input-with-right-icon{padding-right:44px}.input-icon-left,.input-icon-right{color:var(--text-secondary);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute}.input-icon-left{left:12px}.input-icon-right{cursor:pointer;pointer-events:auto;right:12px}.input-error .input{border-color:var(--danger)}.input-error .input:focus{box-shadow:0 0 0 3px #ef44441a}.input-error-text{color:var(--danger);font-size:12px}.input-helper-text{color:var(--text-secondary);font-size:12px}.btn{border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;justify-content:center;align-items:center;font-family:inherit;font-weight:500;text-decoration:none;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:6px 12px;font-size:13px}.btn-md{padding:10px 20px;font-size:14px}.btn-lg{padding:12px 24px;font-size:16px}.btn-primary{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff}.btn-primary:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:var(--gray-100);color:var(--text-primary)}.btn-secondary:hover:not(:disabled){background:var(--gray-200)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){box-shadow:var(--shadow-md);background:#dc2626}.btn-success{background:var(--success);color:#fff}.btn-success:hover:not(:disabled){box-shadow:var(--shadow-md);background:#059669}.btn-outline{border:1px solid var(--border-color);color:var(--text-primary);background:0 0}.btn-outline:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-300)}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--gray-100);color:var(--text-primary)}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}:root{--primary:#667eea;--primary-dark:#5568d3;--primary-light:#818cf8;--secondary:#764ba2;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-tertiary:#f3f4f6;--text-primary:#1f2937;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--border-color:#e5e7eb;--border-radius:8px;--border-radius-lg:12px;--border-radius-xl:16px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--transition:all .2s ease-in-out;--transition-fast:all .15s ease-in-out;--sidebar-width:260px;--sidebar-collapsed-width:80px}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-secondary);color:var(--text-primary);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.login-page-wrapper{background:#f5f7fa;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-page-wrapper:before{content:"";pointer-events:none;background:linear-gradient(#fff 0%,#f5f7fa 100%);position:absolute;inset:0}.login-header{height:15vh;min-height:80px;padding:var(--spacing-xl)var(--spacing-xl);z-index:1;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:center;align-items:center;display:flex;position:relative}.login-header-content{justify-content:space-between;align-items:center;width:100%;max-width:1400px;padding:0 2rem;display:flex;position:relative}.login-header-subtitle{color:#6b7280;letter-spacing:.2px;font-size:14px;font-weight:400;position:absolute;left:2rem}@media (max-width:768px){.login-header{height:auto;min-height:60px;padding:var(--spacing-sm)var(--spacing-md)}.login-header-content{gap:var(--spacing-xs);flex-direction:column;justify-content:center;align-items:center;padding:0}.login-header-subtitle{text-align:center;order:2;margin:0;font-size:11px;position:static}.login-header-logo{order:1;max-height:50px;margin:0}}.login-header-logo{width:auto;height:auto;max-height:90px;margin:var(--spacing-md)0}.login-main-content{z-index:1;background:#f5f7fa;flex:1;height:70vh;display:flex;position:relative;overflow:hidden}.login-info-section{width:70%;padding:var(--spacing-xl)var(--spacing-2xl);background:#fff;justify-content:center;align-items:center;display:flex;overflow-y:auto}.login-info-content{width:100%;max-width:800px;animation:.6s ease-out fadeInLeft}.login-info-text{width:100%}.login-info-title{margin:0 0 var(--spacing-sm)0;color:#1f2937;letter-spacing:-.5px;font-size:42px;font-weight:700}.login-info-subtitle{margin:0 0 var(--spacing-lg)0;color:#6b7280;font-size:18px;font-weight:400}.login-info-description{margin-bottom:var(--spacing-xl);color:#4b5563;font-size:15px;line-height:1.7}.login-info-description p{margin:0}.login-info-description strong{color:#1f2937;font-weight:600}.login-features{gap:var(--spacing-md);margin-bottom:var(--spacing-xl);grid-template-columns:repeat(2,1fr);display:grid}.login-feature-item{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md);border-radius:var(--border-radius);transition:var(--transition);background:#f9fafb;border:1px solid #e5e7eb;display:flex}.login-feature-item:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 2px 8px #0000000d}.login-feature-item svg{color:#667eea;flex-shrink:0}.login-feature-item span{color:#374151;font-size:14px;font-weight:500}.login-pricing{margin-top:var(--spacing-xl)}.login-pricing-title{margin:0 0 var(--spacing-md)0;color:#1f2937;font-size:22px;font-weight:600}.login-pricing-cards{gap:var(--spacing-md);grid-template-columns:repeat(2,1fr);display:grid}.login-pricing-card{border-radius:var(--border-radius-lg);padding:var(--spacing-lg);text-align:center;transition:var(--transition);background:#fff;border:2px solid #e5e7eb;position:relative}.login-pricing-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 4px 12px #667eea1a}.login-pricing-card.featured{background:#f9fafb;border-color:#667eea;box-shadow:0 4px 12px #667eea26}.login-pricing-badge{color:#fff;white-space:nowrap;background:#667eea;border-radius:12px;padding:4px 12px;font-size:12px;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.login-pricing-header{gap:var(--spacing-xs);flex-direction:column;display:flex}.login-pricing-period{color:#6b7280;font-size:13px;font-weight:500}.login-pricing-price{margin-top:var(--spacing-xs);color:#1f2937;font-size:24px;font-weight:700}.login-pricing-price small{color:#6b7280;font-size:12px;font-weight:400}.login-pricing-savings{margin-top:var(--spacing-sm);color:#10b981;font-size:11px;font-weight:600}.login-example-menu{margin-top:var(--spacing-xl);justify-content:center;display:flex}.example-menu-button{justify-content:center;align-items:center;width:100%;display:flex}.example-menu-modal{z-index:1000;padding:var(--spacing-lg);background:#0009;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.example-menu-modal-content{border-radius:var(--border-radius-lg);background:#fff;width:100%;max-width:800px;max-height:90vh;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.example-menu-close{top:var(--spacing-md);right:var(--spacing-md);cursor:pointer;color:#6b7280;width:36px;height:36px;transition:var(--transition);z-index:10;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.example-menu-close:hover{color:#374151;background:#e5e7eb}.example-menu-header{padding:var(--spacing-2xl);text-align:center;border-bottom:1px solid #e5e7eb}.example-menu-header h2{color:#1f2937;margin:0 0 var(--spacing-sm)0;font-size:28px;font-weight:700}.example-menu-header p{color:#6b7280;margin:0;font-size:15px}.example-menu-body{padding:var(--spacing-xl)}.example-menu-accordion{gap:var(--spacing-sm);flex-direction:column;display:flex}.example-menu-accordion-item{border-radius:var(--border-radius-lg);transition:var(--transition);background:#fff;border:1px solid #e5e7eb;overflow:hidden}.example-menu-accordion-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.example-menu-accordion-header{width:100%;padding:var(--spacing-lg);cursor:pointer;transition:var(--transition);text-align:left;background:#f9fafb;border:none;justify-content:space-between;align-items:center;display:flex}.example-menu-accordion-header:hover{background:#f3f4f6}.example-menu-accordion-icon{margin-right:var(--spacing-md);font-size:24px}.example-menu-accordion-title{color:#1f2937;flex:1;font-size:20px;font-weight:600}.example-menu-accordion-arrow{color:#6b7280;transition:transform .3s}.example-menu-accordion-arrow.expanded{transform:rotate(180deg)}.example-menu-accordion-content{padding:var(--spacing-lg);gap:var(--spacing-md);flex-direction:column;animation:.3s ease-out slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.example-menu-item{gap:var(--spacing-md);border-radius:var(--border-radius);transition:var(--transition);background:#fff;border:1px solid #e5e7eb;display:flex;overflow:hidden}.example-menu-item:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.example-menu-item-image{background-color:#f3f4f6;background-position:50%;background-size:cover;width:120px;min-width:120px;height:120px}.example-menu-item-content{padding:var(--spacing-md);justify-content:space-between;gap:var(--spacing-xs);flex-direction:column;flex:1;display:flex}.example-menu-item-content h4{color:#1f2937;margin:0;font-size:18px;font-weight:600}.example-menu-item-content p{color:#6b7280;margin:0;font-size:14px;line-height:1.5}.example-menu-price{color:#667eea;margin-top:var(--spacing-xs);font-size:22px;font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-form-section{width:30%;padding:var(--spacing-xl);background:#fff;border-left:1px solid #e5e7eb;justify-content:center;align-items:center;display:flex;overflow-y:auto}.login-form-container{width:100%;max-width:400px;animation:.6s ease-out fadeInRight}.login-form-header{text-align:center;margin-bottom:var(--spacing-xl)}.login-form-title{color:#1f2937;margin:0 0 var(--spacing-sm)0;letter-spacing:-.5px;font-size:28px;font-weight:700}.login-form-subtitle{color:#6b7280;margin:0;font-size:14px}.login-form-link{color:#667eea;transition:var(--transition);font-weight:600;text-decoration:none}.login-form-link:hover{color:#5568d3;text-decoration:underline}.login-form-link-button{color:#667eea;cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:0;font-size:14px;font-weight:600;text-decoration:none}.login-form-link-button:hover{color:#5568d3;text-decoration:underline}.login-form{gap:var(--spacing-md);flex-direction:column;display:flex}.login-error{align-items:center;gap:var(--spacing-sm);color:#dc2626;padding:var(--spacing-md);border-radius:var(--border-radius);background:#fef2f2;border:1px solid #fecaca;font-size:14px;display:flex}.login-error svg{flex-shrink:0}.login-success{align-items:center;gap:var(--spacing-sm);color:#10b981;padding:var(--spacing-md);border-radius:var(--border-radius);background:#f0fdf4;border:1px solid #bbf7d0;font-size:14px;display:flex}.login-success svg{flex-shrink:0}.login-submit-button{width:100%;margin-top:var(--spacing-sm)}.password-toggle{cursor:pointer;color:#6b7280;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.password-toggle:hover{color:#374151}.login-footer{height:15vh;min-height:60px;padding:var(--spacing-md)var(--spacing-2xl);z-index:1;background:#fff;border-top:1px solid #e5e7eb;align-items:center;display:flex;position:relative}.login-footer-content{justify-content:space-between;align-items:center;gap:var(--spacing-md);color:#6b7280;flex-wrap:wrap;width:100%;max-width:1400px;margin:0 auto;font-size:14px;display:flex}.login-footer-info{align-items:center;gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.login-footer-link{color:#6b7280;transition:var(--transition);text-decoration:none}.login-footer-link:hover{color:#667eea;text-decoration:underline}.login-footer-separator{opacity:.5}.login-footer-brand{color:#6b7280}.login-footer-brand-link{color:#667eea;transition:var(--transition);font-weight:600;text-decoration:none}.login-footer-brand-link:hover{color:#5568d3;text-decoration:underline}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:1024px){.login-main-content{flex-direction:column;height:auto;min-height:70vh}.login-info-section{border-bottom:1px solid #e5e7eb;border-left:none;width:100%;height:auto;min-height:50vh}.login-form-section{border-left:none;width:100%;height:auto;min-height:50vh}.login-features,.login-pricing-cards{grid-template-columns:1fr}}@media (max-width:640px){.login-header{height:auto;min-height:60px;padding:var(--spacing-sm)var(--spacing-md)}.login-header-content{flex-direction:column;gap:.25rem;padding:0}.login-header-subtitle{text-align:center;order:2;margin:0;font-size:10px;position:static}.login-header-logo{order:1;max-height:45px;margin:0}.login-main-content{min-height:76vh}.login-footer{height:12vh;min-height:50px;padding:var(--spacing-sm)var(--spacing-md)}.login-info-title{font-size:32px}.login-info-subtitle{font-size:16px}.login-form-title{font-size:24px}.login-footer-content{text-align:center;flex-direction:column;font-size:12px}.login-form-section,.login-info-section{padding:var(--spacing-lg)}}@media print{.login-page-wrapper{background:#fff}.login-info-section,.login-footer{display:none}}.admin-layout{background:#fafafa;flex-direction:column;min-height:100vh;display:flex}.admin-header{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}.admin-header-content{justify-content:space-between;align-items:center;gap:2rem;max-width:1600px;margin:0 auto;padding:.75rem 2rem .5rem;display:flex}.admin-header-left{flex:1;align-items:center;display:flex}.admin-subtitle{color:#6b7280;letter-spacing:.2px;font-size:14px;font-weight:400}.admin-header-center{flex:none;justify-content:center;align-items:center;display:flex}.admin-logo-img{object-fit:contain;width:260px;height:auto;max-height:90px}.admin-kayasoft-logo{object-fit:contain;width:auto;height:32px}.admin-header-right{flex:1;justify-content:flex-end;align-items:center;display:flex}.admin-user-menu{align-items:center;gap:1rem;display:flex}.admin-user-info{flex-direction:column;align-items:flex-end;display:flex}.admin-user-name{color:#111827;align-items:center;gap:.5rem;font-size:14px;font-weight:600;line-height:1.2;display:flex}.admin-settings-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:all .15s;display:flex}.admin-settings-btn:hover{color:#111827;background:#f3f4f6}.admin-user-email{color:#6b7280;font-size:12px;line-height:1.2}.admin-logout-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.admin-logout-btn:hover{color:#111827;background:#f9fafb;border-color:#d1d5db}.admin-main{flex:1;width:100%;max-width:1600px;margin:0 auto;padding:2rem}.admin-content{width:100%}@media (max-width:1024px){.admin-header-content{padding:.75rem 1.5rem .5rem}.admin-main{padding:1.5rem}}@media (max-width:768px){.admin-header-content{padding:.75rem 1rem .5rem}.admin-subtitle{font-size:12px}.admin-logo-img{width:180px;height:auto;max-height:70px}.admin-kayasoft-logo{height:28px}.admin-user-info{display:none}.admin-main{padding:1rem}}.stat-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:.875rem;height:100%;min-height:80px;padding:1rem 1.25rem;transition:all .15s;display:flex;box-shadow:0 1px 2px #0000000d}.stat-card:hover{border-color:#d1d5db;box-shadow:0 2px 4px #00000014}.stat-card-active{background:#fafafa;border-color:#111827}.stat-card-icon{color:#6b7280;background:#f3f4f6;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.stat-card-active .stat-card-icon{color:#fff;background:#111827}.stat-card-content{flex:1;min-width:0}.stat-card-title{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .25rem;font-size:12px;font-weight:500}.stat-card-value{color:#111827;letter-spacing:-.5px;margin:0 0 .25rem;font-size:24px;font-weight:700;line-height:1.2}.stat-card-trend{border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:11px;font-weight:600;display:inline-flex}.trend-positive{color:#059669;background:#d1fae5}.trend-negative{color:#dc2626;background:#fee2e2}.card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;transition:box-shadow .15s;overflow:hidden;box-shadow:0 1px 2px #0000000d}.card:hover{box-shadow:0 2px 4px #00000014}.card-padding-none{padding:0}.card-padding-sm{padding:1rem}.card-padding-md{padding:1.25rem}.card-padding-lg{padding:1.5rem}.card-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.875rem;padding-bottom:.875rem;display:flex}.card-title{color:#111827;letter-spacing:-.3px;margin:0 0 .125rem;font-size:16px;font-weight:600}.card-subtitle{color:#6b7280;margin:0;font-size:13px;font-weight:400}.card-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.card-body{color:#374151}.admin-dashboard{flex-direction:column;gap:1.25rem;display:flex}.stats-main-grid{grid-template-columns:1fr auto;align-items:stretch;gap:1.25rem;width:100%;display:grid}.stats-two-columns{grid-template-columns:1fr 1fr;gap:1.25rem;width:100%;display:grid}.stats-main-grid>div,.stats-two-columns>div{height:100%;display:flex}.restaurant-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.search-input{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:260px;padding:.5rem .875rem;font-size:14px;transition:all .15s}.search-input:focus{border-color:#d1d5db;outline:none;box-shadow:0 0 0 3px #0000000d}.search-input::placeholder{color:#9ca3af}.loading-state{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.spinner{border:3px solid #f3f4f6;border-top-color:#6b7280;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite spin}@media (max-width:768px){.stats-main-grid,.stats-two-columns{grid-template-columns:1fr}.restaurant-actions{flex-direction:column;width:100%}.search-input{width:100%}}.restaurant-layout{background:#fafafa;flex-direction:column;min-height:100vh;display:flex}.restaurant-header{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}.restaurant-header-content{justify-content:space-between;align-items:center;gap:2rem;max-width:1600px;margin:0 auto;padding:.75rem 2rem .5rem;display:flex}.restaurant-header-left{flex:1;align-items:center;display:flex}.restaurant-header-center{flex:none;justify-content:center;align-items:center;display:flex}.restaurant-logo-img{object-fit:contain;width:260px;height:auto;max-height:90px}.restaurant-kayasoft-logo{object-fit:contain;width:auto;height:32px}.restaurant-header-right{flex:1;justify-content:flex-end;align-items:center;display:flex}.restaurant-user-menu{align-items:center;gap:1rem;display:flex}.restaurant-user-info{flex-direction:column;align-items:flex-end;display:flex}.restaurant-user-name{color:#111827;font-size:14px;font-weight:600;line-height:1.2}.restaurant-user-email{color:#6b7280;font-size:12px;line-height:1.2}.restaurant-name-header{color:#111827;margin-bottom:.25rem;font-size:13px;font-weight:700;line-height:1.2}.restaurant-preview-btn{width:36px;height:36px;color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:flex}.restaurant-preview-btn:hover{color:#111827;background:#f9fafb;border-color:#d1d5db}.restaurant-settings-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.restaurant-settings-btn:hover{color:#111827;background:#f9fafb;border-color:#d1d5db}.restaurant-logout-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.restaurant-logout-btn:hover{color:#111827;background:#f9fafb;border-color:#d1d5db}.restaurant-main{flex:1;width:100%;max-width:1600px;margin:0 auto;padding:2rem}.restaurant-content{width:100%}.restaurant-page-header{margin-bottom:1.5rem}.restaurant-page-title{color:#111827;margin:0;font-size:24px;font-weight:700}@media (max-width:1024px){.restaurant-header-content{padding:.75rem 1.5rem .5rem}.restaurant-main{padding:1.5rem}}@media (max-width:768px){.restaurant-header-content{padding:.75rem 1rem .5rem}.restaurant-logo-img{width:180px;max-height:70px}.restaurant-kayasoft-logo{height:28px}.restaurant-user-info{display:none}.restaurant-main{padding:1rem}}.category-manager{flex-direction:column;gap:1.5rem;display:flex}.category-manager-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.category-manager-title{color:#212529;margin:0;font-size:1.5rem;font-weight:600}.category-thumbnail{object-fit:cover;border:1px solid #dee2e6;border-radius:8px;width:60px;height:60px}.categories-list{gap:1rem;display:grid}.category-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;transition:box-shadow .2s;display:flex}.category-item:hover{box-shadow:0 2px 8px #0000001a}.category-info{align-items:center;gap:1rem;display:flex}.category-details h3{color:#1f2937;margin:0 0 .25rem;font-size:1rem;font-weight:600}.category-details p{color:#6b7280;margin:0;font-size:.875rem}.category-actions{gap:.5rem;display:flex}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;padding:1.5rem;box-shadow:0 10px 40px #0003}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.category-form{flex-direction:column;gap:1rem;display:flex}.form-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.product-manager{flex-direction:column;gap:1.5rem;display:flex}.menu-link-section{margin-bottom:1rem}.product-manager-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.product-manager-title{color:#212529;margin:0;font-size:1.5rem;font-weight:600}.btn-primary:hover{background:#0056b3}.filters-card{margin-bottom:1rem}.filters-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.filter-group{flex-direction:column;gap:.5rem;display:flex}.filter-label{color:#495057;font-size:.875rem;font-weight:500}.filter-input,.filter-select{border:1px solid #dee2e6;border-radius:6px;outline:none;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s}.filter-input:focus,.filter-select:focus{border-color:#007bff}.products-table-card,.table-container{overflow-x:auto}.products-table{border-collapse:collapse;width:100%}.products-table thead{background:#f8f9fa}.products-table th{text-align:left;color:#495057;border-bottom:2px solid #dee2e6;padding:.75rem;font-size:.875rem;font-weight:600}.products-table td{border-bottom:1px solid #e9ecef;padding:1rem .75rem;font-size:.875rem}.products-table tbody tr:hover{background:#f8f9fa}.product-thumbnail{object-fit:cover;border:1px solid #dee2e6;border-radius:6px;width:50px;height:50px}.product-thumbnail-placeholder{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.product-name-cell{flex-direction:column;gap:.25rem;display:flex}.product-description-text{color:#6c757d;font-size:.75rem}.price-cell{color:#212529;font-weight:600}.status-badge{border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.status-badge.available{color:#155724;background:#d4edda}.status-badge.unavailable{color:#721c24;background:#f8d7da}.featured-badge{font-size:1rem}.action-buttons{gap:.5rem;display:flex}.btn-edit{color:#495057;cursor:pointer;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;transition:all .2s}.btn-edit:hover{background:#e9ecef}.btn-delete{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;transition:background .2s}.btn-delete:hover{background:#c82333}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:8px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-header h3{color:#212529;margin:0;font-size:1.25rem;font-weight:600}.modal-close{color:#6c757d;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.5rem;transition:background .2s;display:flex}.modal-close:hover{background:#f8f9fa}.product-form{padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:#495057;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input{box-sizing:border-box;border:1px solid #dee2e6;border-radius:6px;outline:none;width:100%;padding:.625rem .75rem;font-size:.875rem;transition:border-color .2s}.checkbox-label{cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.image-preview{border:1px solid #dee2e6;border-radius:6px;max-width:200px;max-height:200px;margin-top:.5rem}.form-actions{border-top:1px solid #e9ecef;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.form-actions .btn-delete{margin-right:auto}.btn-secondary{color:#495057;cursor:pointer;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-secondary:hover{background:#e9ecef}.category-tab{cursor:pointer;white-space:nowrap;color:#6c757d;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:4px 4px 0 0;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.category-tab-image{object-fit:cover;border:1px solid #e9ecef;border-radius:4px;width:24px;height:24px}.category-tab-count{opacity:.7;margin-left:.25rem;font-size:.875rem}.products-grid-card{margin-bottom:1.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.product-card{cursor:pointer;background:#fff;border:1px solid #e9ecef;border-radius:8px;transition:all .2s;position:relative;overflow:hidden}.product-card:hover{border-color:#007bff;transform:translateY(-2px);box-shadow:0 4px 12px #007bff26}.product-card:active{transform:translateY(0)}.product-card-image{object-fit:cover;background:#f8f9fa;width:100%;height:200px}.product-card-image-placeholder{background:#f8f9fa;justify-content:center;align-items:center;width:100%;height:200px;font-size:3rem;display:flex}.product-card-content{padding:1rem}.product-card-name{color:#212529;margin:0 0 .5rem;font-size:1.125rem;font-weight:600;line-height:1.4}.product-card-description{color:#6c757d;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.product-card-price{color:#212529;font-size:1.125rem;font-weight:600}.product-card-status{border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.product-card-status.available{color:#155724;background:#d4edda}.product-card-status.unavailable{color:#721c24;background:#f8d7da}.product-card-featured{font-size:1rem}@media (max-width:768px){.form-row,.filters-grid{grid-template-columns:1fr}.products-table{font-size:.75rem}.products-table th,.products-table td{padding:.5rem}.products-grid{grid-template-columns:1fr}.category-tabs{gap:.25rem}.category-tab{padding:.5rem 1rem;font-size:.875rem}}.restaurant-settings{flex-direction:column;gap:1.5rem;display:flex}.page-navigation{margin-bottom:.5rem}.nav-back-btn{color:#495057;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:inline-flex}.nav-back-btn:hover{color:#212529;background:#f8f9fa}.settings-tabs{border-bottom:2px solid #e9ecef;gap:.5rem;margin-bottom:1.5rem;display:flex}.settings-tab{color:#6c757d;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.settings-tab:hover{color:#212529}.settings-tab.active{color:#007bff;border-bottom-color:#007bff}.settings-card{margin-bottom:1.5rem}.settings-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#495057;font-size:.875rem;font-weight:500}.form-input{box-sizing:border-box;border:1px solid #dee2e6;border-radius:6px;outline:none;width:100%;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.form-input:focus{border-color:#007bff}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-divider{border-top:1px solid #e9ecef;margin:1rem 0;padding-top:1rem}.form-divider h3{color:#212529;margin:0;font-size:1rem;font-weight:600}.logo-preview{object-fit:cover;border:1px solid #dee2e6;border-radius:8px;width:100px;height:100px;margin-top:.5rem}.color-input-group{align-items:center;gap:.5rem;display:flex}.color-picker{cursor:pointer;border:1px solid #dee2e6;border-radius:6px;width:60px;height:40px}.font-size-input-group{flex:1;align-items:center;gap:1rem;display:flex}.font-size-slider{-webkit-appearance:none;background:#e9ecef;border-radius:3px;outline:none;flex:1;height:6px}.font-size-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#007bff;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 3px #0003}.font-size-slider::-moz-range-thumb{cursor:pointer;background:#007bff;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 3px #0003}.form-actions{border-top:1px solid #e9ecef;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:background .2s}.btn-primary:hover:not(:disabled){background:#0056b3}.btn-primary:disabled{cursor:not-allowed;background:#9ca3af}@media (max-width:768px){.form-row{grid-template-columns:1fr}.settings-tabs{flex-wrap:wrap}.settings-tab{padding:.5rem 1rem;font-size:.8125rem}}.menu-preview{background:#f8f9fa;min-height:100vh}.preview-header{z-index:100;background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}.preview-header h2{color:#212529;margin:0;font-size:1.25rem;font-weight:600}.preview-header-actions{align-items:center;gap:1rem;display:flex}.url-copy-container{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:flex}.url-copy-container:hover{border-color:#adb5bd}.url-input{color:#212529;background:0 0;border:none;outline:none;width:300px;font-family:inherit;font-size:.875rem}.url-copy-button{color:#fff;cursor:pointer;white-space:nowrap;background:#212529;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:500;transition:background .2s}.url-copy-button:hover{background:#495057}.close-button{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .2s}.close-button:hover{background:#5a6268}.preview-content{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.preview-loading,.preview-error{background:#f8f9fa;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.preview-loading-content,.preview-error-content{text-align:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;max-width:500px;padding:3rem;box-shadow:0 1px 3px #0000001a}.preview-error-title{color:#dc3545;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.preview-error-message{color:#6c757d;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}@media (max-width:768px){.preview-header{flex-direction:column;gap:1rem;padding:1rem}.preview-header-actions{flex-direction:column;width:100%}.url-copy-container{width:100%}.url-input{flex:1;width:100%}.close-button{width:100%}.preview-content{padding:2rem 1rem}}.menu-page{background:var(--menu-bg,#f8f9fa);min-height:100vh;color:var(--menu-text,#212529);padding:0}.menu-container{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.menu-header-minimal{background:var(--menu-header-bg,#fff);z-index:100;border-bottom:1px solid #f0f0f0;padding:1rem 1.5rem;position:sticky;top:0;box-shadow:0 1px 2px #00000008}.menu-header-content{justify-content:space-between;align-items:center;gap:1rem;max-width:1000px;margin:0 auto;display:flex}.menu-header-left{align-items:center;display:flex}.restaurant-logo-minimal{object-fit:contain;width:auto;height:40px}.restaurant-name-minimal{color:#212529;margin:0;font-size:1.25rem;font-weight:600}.menu-header-right{align-items:center;display:flex}.sofra-logo-link{align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.sofra-logo-link:hover{opacity:.8}.sofra-logo-minimal{object-fit:contain;width:auto;height:32px}.menu-header{background:var(--menu-header-bg,#fff);text-align:center;border:1px solid #f0f0f0;border-radius:6px;margin-bottom:2rem;padding:2rem 1.5rem;box-shadow:0 1px 2px #0000000d}.restaurant-logo{object-fit:cover;border:1px solid #f0f0f0;border-radius:6px;width:80px;height:80px;margin:0 auto 1rem;display:block}.restaurant-name{color:#212529;letter-spacing:-.2px;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.restaurant-description{color:#6c757d;max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:.9375rem;line-height:1.5}.contact-info{border-top:1px solid #f0f0f0;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.contact-item{color:#495057;align-items:center;gap:.5rem;font-size:.9375rem;text-decoration:none;transition:color .2s;display:flex}.contact-item:hover{color:#212529}.contact-item svg{color:#6c757d;width:18px;height:18px}.social-links{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.social-link{color:#495057;background:#fff;border:1px solid #dee2e6;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:inline-flex}.social-link:hover{color:#212529;background:#f8f9fa;border-color:#adb5bd}.social-link svg{width:18px;height:18px}.category-tabs-container{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1rem;overflow-x:auto;box-shadow:0 1px 3px #0000001a}.category-tabs{flex-wrap:wrap;gap:.5rem;min-width:min-content;display:flex}.category-tab{cursor:pointer;white-space:normal;color:#6c757d;text-align:left;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:4px 4px 0 0;flex:none;align-items:flex-start;gap:.5rem;min-width:120px;max-width:200px;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.category-tab:hover{color:#212529;background:#f8f9fa}.category-tab.active{color:#007bff;background:#f8f9fa;border-bottom-color:#007bff}.category-tab-image{object-fit:cover;border:1px solid #e9ecef;border-radius:4px;flex-shrink:0;width:32px;height:32px;margin-top:2px}.category-tab-content{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.category-tab-name-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.category-tab-name{font-weight:500;line-height:1.2}.category-tab-count{opacity:.7;font-size:.75rem;font-weight:400}.category-tab-description{opacity:.7;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.3;display:-webkit-box;overflow:hidden}.category-section{margin-bottom:4rem}.category-card{background:#fff;border:1px solid #f0f0f0;border-radius:6px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 1px 2px #0000000d}.category-header{background:#fff;border-bottom:1px solid #f0f0f0;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.category-image{object-fit:cover;border:1px solid #e9ecef;border-radius:6px;width:60px;height:60px}.category-info{flex-direction:column;flex:1;gap:.5rem;display:flex}.category-name{color:#212529;letter-spacing:-.1px;margin:0;font-size:1.25rem;font-weight:600}.category-description{color:#6c757d;margin:0;font-size:.9375rem;line-height:1.6}.category-content{padding:1.5rem}.products-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}@media (max-width:768px){.products-list{grid-template-columns:1fr}}.product-item{background:#fff;border:1px solid #f0f0f0;border-radius:6px;gap:1rem;padding:1rem;transition:border-color .2s,box-shadow .2s;display:flex}.product-item:hover{border-color:#e0e0e0;box-shadow:0 1px 4px #0000000d}.product-item.featured{background:#fffbf0;border-color:#ffc107}.product-image-container{background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;flex-shrink:0;width:100px;height:100px;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%}.product-content{flex-direction:column;flex:1;justify-content:space-between;display:flex}.product-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.product-name{color:#212529;margin:0;font-size:1rem;font-weight:600;line-height:1.4}.product-price{color:#212529;white-space:nowrap;font-size:1.125rem;font-weight:600}.product-description{color:#6c757d;margin:0;font-size:.875rem;line-height:1.5}.product-badge{color:#856404;background:#ffc107;border-radius:4px;margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.loading-container,.error-container{background:#f8f9fa;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.loading-content,.error-content{text-align:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;max-width:500px;padding:3rem;box-shadow:0 1px 3px #0000001a}.error-title{color:#dc3545;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.error-message{color:#6c757d;font-size:1rem;line-height:1.6}@media (max-width:768px){.menu-container{padding:2rem 1rem}.menu-header{padding:2rem 1.5rem}.restaurant-name{font-size:1.75rem}.restaurant-logo{width:100px;height:100px}.contact-info{flex-direction:column;align-items:center;gap:1rem}.category-header{text-align:center;flex-direction:column;gap:1rem}.category-image{width:50px;height:50px}.product-item{flex-direction:column;gap:1rem}.product-image-container{width:100%;height:200px}.product-header{flex-direction:column;align-items:flex-start}}.empty-category{text-align:center;color:#adb5bd;padding:3rem 2rem}.empty-category-icon{opacity:.5;margin-bottom:1rem;font-size:2.5rem}.empty-category-text{color:#6c757d;font-size:1rem}.menu-footer-minimal{border-top:1px solid #f0f0f0;margin-top:3rem;padding:2rem 1.5rem}.menu-footer-content{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;display:grid}.footer-left{flex-direction:column;gap:1rem;display:flex}.footer-contact h4{margin:0 0 .75rem;font-size:1rem;font-weight:600}.footer-contact-item{color:#6c757d;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.footer-contact-item:hover{color:#212529}.footer-contact-item svg{flex-shrink:0}.footer-social{align-items:center;gap:.5rem;display:flex}.footer-social-link-minimal{color:#6c757d;background:#fff;border:1px solid #e0e0e0;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:all .2s;display:inline-flex}.footer-social-link-minimal:hover{color:#212529;background:#f8f9fa;border-color:silver}.footer-center{justify-content:center;align-items:center;display:flex}.kayasoft-logo-link{align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.kayasoft-logo-link:hover{opacity:.8}.kayasoft-logo-footer{object-fit:contain;width:auto;height:20px}.menu-footer{border-top:1px solid #e9ecef;margin-top:4rem;padding:3rem 1.5rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.footer-section h3{margin:0 0 1rem;font-size:1.25rem;font-weight:600}.footer-section h4{margin:0 0 .75rem;font-size:1rem;font-weight:600}.footer-section p{margin:.5rem 0;font-size:.875rem;line-height:1.6}.footer-social-links{gap:.75rem;margin-top:.5rem;display:flex}.footer-social-link{color:#495057;background:#fff;border:1px solid #dee2e6;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:inline-flex}.footer-social-link:hover{color:#212529;background:#f8f9fa;border-color:#adb5bd}.footer-social-link svg{width:18px;height:18px}@media (max-width:768px){.menu-header-content{flex-direction:column;gap:.75rem}.menu-footer-content{text-align:center;grid-template-columns:1fr;gap:1.5rem}.footer-left{align-items:center}.footer-social{justify-content:center}.footer-content{grid-template-columns:1fr}}.restaurant-dashboard{gap:var(--spacing-xl);flex-direction:column;display:flex}.stats-grid{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.quick-actions-card{margin-top:var(--spacing-lg)}.quick-actions{gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.quick-action-btn{justify-content:center;align-items:center;gap:var(--spacing-md);padding:var(--spacing-xl);background:var(--gray-50);border:2px dashed var(--border-color);border-radius:var(--border-radius-lg);cursor:pointer;transition:var(--transition);color:var(--text-secondary);flex-direction:column;font-size:14px;font-weight:500;text-decoration:none;display:flex}.quick-action-btn:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);transform:translateY(-2px)}.quick-action-btn svg{color:var(--primary)}.loading-state{padding:var(--spacing-2xl);color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.spinner{border:4px solid var(--gray-200);border-top-color:var(--primary);width:40px;height:40px;margin-bottom:var(--spacing-md);border-radius:50%;animation:.8s linear infinite spin}.action-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:all .2s;box-shadow:0 1px 3px #0000001a}.action-card:hover{border-color:#007bff;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.action-card-content{align-items:center;gap:1rem;display:flex}.action-card-icon{color:#007bff;background:#f8f9fa;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.action-card-text h3{color:#212529;margin:0 0 .25rem;font-size:1rem;font-weight:600}.action-card-text p{color:#6c757d;margin:0;font-size:.875rem}.quick-actions-section{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.quick-action-button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-flex}.quick-action-button:hover{background:#0056b3}.menu-link-card{margin-top:1.5rem}.menu-link-content{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.menu-link-input-group{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;flex:1;align-items:center;gap:.5rem;min-width:200px;padding:.75rem 1rem;display:flex}.menu-link-input{color:#212529;background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.menu-link-copy-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#212529;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.75rem;font-weight:500;transition:background .2s}.menu-link-copy-btn:hover{background:#495057}.menu-link-open-btn{color:#fff;background:#28a745;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.menu-link-open-btn:hover{background:#218838}.preview-overlay{z-index:2000;background:#fff;position:fixed;inset:0}.stat-card-clickable{transition:transform .2s,box-shadow .2s}.stat-card-clickable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.products-panel-card{margin-top:1.5rem}.products-panel-header{justify-content:flex-end;margin-bottom:1rem;display:flex}.products-panel-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem;display:grid}.product-panel-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s;overflow:hidden}.product-panel-item:hover{border-color:#007bff;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.product-panel-image{object-fit:cover;background:#f8f9fa;width:100%;height:150px}.product-panel-image-placeholder{background:#f8f9fa;justify-content:center;align-items:center;width:100%;height:150px;font-size:3rem;display:flex}.product-panel-info{padding:1rem}.product-panel-info h4{color:#212529;margin:0 0 .5rem;font-size:1rem;font-weight:600}.product-panel-price{color:#007bff;margin:0 0 .5rem;font-size:.875rem;font-weight:600}.product-panel-status{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.product-panel-status.available{color:#155724;background:#d4edda}.product-panel-status.unavailable{color:#721c24;background:#f8d7da}.products-panel-footer{text-align:center;margin-top:1.5rem}.empty-state{text-align:center;color:#6c757d;padding:2rem}@media (max-width:768px){.stats-grid,.quick-actions{grid-template-columns:1fr}.quick-actions-section{flex-direction:column}.quick-action-button{justify-content:center;width:100%}.products-panel-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}
