@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--accent-gold: #d4af37}.loading-spinner{display:inline-block;width:40px;height:40px;border:4px solid rgba(212,175,55,.2);border-top:4px solid var(--accent-gold);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4,.p-8{padding:2rem}.restaurant-dashboard .order-card{border-left:1px solid #e5e7eb}.restaurant-dashboard .order-card:hover{border-left-color:#ff6b35}.restaurant-dashboard{min-height:100vh;background-color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.dashboard-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-left h1{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .25rem}.header-left p{color:#6b7280;margin:0;font-size:.875rem}.header-right{display:flex;align-items:center}.status-bar{display:flex;align-items:center;gap:1.5rem;background:#f9fafb;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #e5e7eb}.status-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151}.status-dot{width:.5rem;height:.5rem;border-radius:50%;display:inline-block}.status-dot.preparing{background-color:#f59e0b}.status-dot.ready{background-color:#10b981}.status-dot.completed{background-color:#6b7280}.current-time{font-weight:600;color:#111827;font-size:.875rem}.dashboard-content{display:flex;height:calc(100vh - 5rem)}.side-menu{background:#111827;color:#e5e7eb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;transition:width .2s ease;flex-shrink:0}.side-menu.expanded{width:220px}.side-menu.collapsed{width:72px}.menu-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.side-menu.collapsed .menu-header{justify-content:center}.menu-title{font-size:.875rem;font-weight:600;letter-spacing:.02em}.menu-toggle{background:none;border:none;color:inherit;cursor:pointer;padding:.25rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center}.menu-toggle:hover{background:#ffffff14}.menu-list{display:flex;flex-direction:column;gap:.35rem;padding:.75rem}.side-menu .menu-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;border:none;background:transparent;color:inherit;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s ease}.side-menu .menu-item:hover,.side-menu .menu-item.active{background:#ffffff1a}.side-menu .menu-text{white-space:nowrap;transition:opacity .2s ease,width .2s ease}.side-menu.collapsed .menu-text{opacity:0;width:0;overflow:hidden}.side-menu.collapsed .menu-item{justify-content:center;gap:0}.restaurant-dashboard .main-content{flex:1;padding:1.5rem 2rem;overflow-y:auto}.filters-section{margin-bottom:2rem}.filter-group{margin-bottom:1.5rem}.filter-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.filter-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:2rem;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.filter-btn:hover{background:#f9fafb;border-color:#9ca3af}.filter-btn.active{background:#111827;color:#fff;border-color:#111827}.status-filters{display:flex;gap:.75rem;flex-wrap:wrap}.status-filter{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:2rem;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.status-filter:hover{background:#f9fafb;border-color:#9ca3af}.status-filter.active{background:#111827;color:#fff;border-color:#111827}.history-date-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#fff;color:#111827}.history-date-input::-webkit-calendar-picker-indicator{cursor:pointer}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.order-card{background:#fff;border:1px solid #e5e7eb;border-left:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;transition:all .2s;cursor:pointer}.order-card:hover{border-color:#ff6b35;border-left-color:#ff6b35;box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.order-card.selected{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.order-type{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.order-type-icon{font-size:1rem}.order-status{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.order-number{font-size:.875rem;font-weight:700;color:#111827}.order-customer{margin-bottom:1rem}.customer-name{font-weight:600;color:#111827;margin-bottom:.25rem}.order-time{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.customer-details{font-size:.875rem;color:#6b7280;line-height:1.4}.order-summary{margin-bottom:1rem}.items-count{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.items-list{display:flex;flex-direction:column;gap:.25rem}.item{font-size:.875rem;color:#374151}.more-items{font-size:.875rem;color:#6b7280;font-style:italic}.order-total{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem}.order-estimate{font-size:.875rem;font-weight:600;margin-bottom:1rem}.order-actions{display:flex;gap:.5rem}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;flex:1;justify-content:center}.action-btn.details{background:#f3f4f6;color:#374151}.action-btn.details:hover{background:#e5e7eb}.action-btn.primary{background:#111827;color:#fff}.action-btn.primary:hover{background:#1f2937}.action-btn.cancel{background:#ef4444;color:#fff;flex:0 0 auto;padding:.5rem}.action-btn.cancel:hover{background:#dc2626}.order-details-sidebar{width:400px;background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.sidebar-header h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.close-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .2s}.close-btn:hover{background:#f3f4f6;color:#374151}.sidebar-content{flex:1;padding:1.5rem;overflow-y:auto}.order-status-display{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.order-type-display{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.mark-ready-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#111827;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:1.5rem}.mark-ready-btn:hover{background:#1f2937}.customer-info{margin-bottom:1.5rem}.info-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#374151}.info-item:last-child{border-bottom:none}.timing-info{margin-bottom:1.5rem}.timing-item{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem;color:#374151}.order-items{margin-bottom:1.5rem}.order-items h4{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem}.order-item{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem;color:#374151;border-bottom:1px solid #f3f4f6}.order-item:last-child{border-bottom:none}.order-total-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem;color:#374151}.order-total-row.total{font-weight:700;color:#111827;border-top:1px solid #e5e7eb;margin-top:.5rem;padding-top:.75rem}.customer-actions{display:flex;flex-direction:column;gap:.75rem}.customer-action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#f3f4f6;color:#374151;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.customer-action-btn:hover{background:#e5e7eb}@media(max-width:1024px){.dashboard-content{flex-direction:column}.side-menu{width:100%;flex-direction:row;align-items:center;border-right:none;border-bottom:1px solid #e5e7eb}.side-menu.expanded,.side-menu.collapsed{width:100%}.menu-header{padding:.75rem 1rem;border-bottom:none}.menu-toggle{display:none}.menu-list{flex-direction:row;padding:.5rem 1rem;flex-wrap:wrap}.side-menu.collapsed .menu-text{opacity:1;width:auto}.side-menu.collapsed .menu-item{justify-content:flex-start;gap:.75rem}.order-details-sidebar{width:100%;border-left:none;border-top:1px solid #e5e7eb;max-height:50vh}.orders-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){.dashboard-header{flex-direction:column;gap:1rem;align-items:flex-start}.status-bar{flex-wrap:wrap;gap:1rem}.main-content{padding:1rem}.orders-grid{grid-template-columns:1fr}.filter-buttons,.status-filters{gap:.5rem}.filter-btn,.status-filter{padding:.375rem .75rem;font-size:.75rem}}@media(max-width:480px){.dashboard-header{padding:1rem}.main-content{padding:.75rem}.order-card{padding:1rem}.order-actions{flex-direction:column}.action-btn{width:100%}}.restaurant-login-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;justify-content:center;align-items:center;padding:2rem}.restaurant-login-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;padding:2.5rem;max-width:400px;width:100%;border:1px solid #e2e8f0}.restaurant-login-header{text-align:center;margin-bottom:2rem}.restaurant-login-header h2{color:#ff6b35;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.restaurant-login-header p{color:#64748b;font-size:.95rem}.restaurant-login-form{margin-bottom:1.5rem}.restaurant-login-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.9rem}.restaurant-login-form input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background-color:#f9fafb}.restaurant-login-form input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a;background-color:#fff}.restaurant-login-form input::placeholder{color:#9ca3af}.restaurant-login-error{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.restaurant-login-button{width:100%;padding:.875rem;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;box-shadow:0 2px 8px #ff6b354d}.restaurant-login-button:hover{background:linear-gradient(135deg,#ff8c42,#ff6b35);transform:translateY(-1px);box-shadow:0 4px 12px #ff6b3566}.restaurant-login-button:active{transform:translateY(0);box-shadow:0 2px 4px #ff6b354d}.restaurant-login-note{margin-top:2rem;padding:1rem;background-color:#f8fafc;border-radius:8px;font-size:.9rem;color:#64748b;border-left:4px solid #ff6b35}.restaurant-login-note strong{color:#374151}@media(max-width:480px){.restaurant-login-container{padding:1rem}.restaurant-login-card{padding:2rem}.restaurant-login-header h2{font-size:1.5rem}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pingPulse{0%,to{transform:scale(1);box-shadow:0 0 #ff6b3566}50%{transform:scale(1.02);box-shadow:0 0 0 8px #ff6b3500}}.order-card.pinging{border-color:#ff6b35!important;border-width:2px}.status-section-header{grid-column:1 / -1;padding:1rem;margin:1rem 0 .5rem;background-color:#f8fafc;border-radius:8px;font-weight:600;font-size:1.1rem;color:#374151;display:flex;align-items:center;gap:.5rem;box-shadow:0 1px 3px #0000001a}.menu-availability-toolbar{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem}.menu-availability-search{flex:1;min-width:220px;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:.95rem}.menu-availability-filter{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:.95rem;min-width:180px;background:#fff}.menu-availability-list{display:grid;gap:1rem}.menu-availability-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.menu-availability-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.menu-availability-title{font-size:1.05rem;font-weight:600;color:#111827;margin:0}.menu-availability-meta{color:#6b7280;font-size:.9rem}.menu-availability-toggle{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:#374151}.menu-availability-toggle input{width:42px;height:22px}.menu-availability-variations{border-top:1px dashed #e5e7eb;padding-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.menu-availability-variation{display:flex;justify-content:space-between;align-items:center;gap:1rem}.menu-availability-variation-name{font-weight:500;color:#111827}.menu-availability-variation-price{color:#6b7280;font-size:.9rem}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}
