*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#f5f5f5;min-height:100vh}.kitchen-header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:1rem}.restaurant-logo{height:40px;width:auto}.kitchen-header h1{font-size:1.5rem;font-weight:600}.live-indicator{display:flex;align-items:center;gap:.5rem;background:#22c55e33;padding:.5rem 1rem;border-radius:2rem}.pulse-dot{width:10px;height:10px;background:#22c55e;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.header-right{display:flex;gap:1rem}.logout-btn,.fullscreen-btn{background:#ffffff1a;border:none;color:#fff;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:1rem;transition:background .2s}.logout-btn:hover,.fullscreen-btn:hover{background:#fff3}.kitchen-tabs{display:flex;background:#fff;border-bottom:1px solid #e2e8f0;padding:0 2rem}.tab-btn{padding:1rem 2rem;font-size:1rem;font-weight:600;background:none;border:none;cursor:pointer;color:#64748b;display:flex;align-items:center;gap:.5rem;position:relative;transition:color .2s}.tab-btn:hover{color:#334155}.tab-btn.active{color:#c42828}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:#c42828}.badge{background:#e2e8f0;color:#475569;padding:.2rem .5rem;border-radius:1rem;font-size:.75rem;font-weight:600}.kitchen-container{padding:2rem;max-width:1600px;margin:0 auto}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.order-card{background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}.order-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.order-id{font-weight:700;font-size:1.1rem;color:#1e293b}.order-type{font-size:1.2rem}.order-card-customer{color:#475569;margin-bottom:.5rem}.order-card-time{color:#94a3b8;font-size:.85rem;margin-bottom:.75rem}.order-card-total{font-weight:700;font-size:1.25rem;color:#c42828;margin-bottom:1rem}.order-card-actions{display:flex;gap:.75rem}.view-order-btn,.complete-order-btn{flex:1;padding:.5rem;border:none;border-radius:.5rem;cursor:pointer;font-weight:500;transition:background .2s}.view-order-btn{background:#f1f5f9;color:#475569}.view-order-btn:hover{background:#e2e8f0}.complete-order-btn{background:#22c55e;color:#fff}.complete-order-btn:hover{background:#16a34a}.orders-list{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.orders-list-header{display:grid;grid-template-columns:1fr 2fr 1.5fr 1fr .8fr;padding:1rem;background:#f8fafc;font-weight:600;color:#475569;border-bottom:1px solid #e2e8f0}.order-list-item{display:grid;grid-template-columns:1fr 2fr 1.5fr 1fr .8fr;padding:1rem;border-bottom:1px solid #f1f5f9;align-items:center}.order-list-item:hover{background:#f8fafc}.failed-order-card{background:#fff;border-radius:1rem;padding:1.25rem;margin-bottom:1rem;border-left:4px solid #ef4444;box-shadow:0 1px 3px #0000001a}.failed-order-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.failed-badge{background:#ef4444;color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600}.failed-order-reason{color:#ef4444;font-size:.85rem;margin:.5rem 0}.empty-state{text-align:center;padding:4rem;background:#fff;border-radius:1rem}.empty-state i{font-size:4rem;color:#94a3b8;margin-bottom:1rem}.empty-state h3{color:#1e293b;margin-bottom:.5rem}.empty-state p{color:#64748b}.loading-spinner{text-align:center;padding:3rem;color:#94a3b8}.loading-spinner i{font-size:2rem;margin-bottom:.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:1rem;max-width:600px;width:90%;max-height:90vh;overflow:auto}.modal-large{max-width:800px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #e2e8f0}.modal-header h3{font-size:1.25rem;color:#1e293b}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#94a3b8}.modal-body{padding:1.25rem}.modal-footer{padding:1.25rem;border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end}.alert-modal .modal-content{text-align:center;max-width:450px}.alert-icon{font-size:3rem;color:#c42828;margin-bottom:1rem}.alert-info{margin:1.5rem 0;text-align:left;background:#f8fafc;padding:1rem;border-radius:.5rem}.btn-large{padding:.75rem 2rem;font-size:1.1rem}.toast{position:fixed;bottom:2rem;right:2rem;padding:.75rem 1.5rem;background:#1e293b;color:#fff;border-radius:.5rem;opacity:0;transition:opacity .3s;z-index:1100}.toast.show{opacity:1}.toast.success{background:#22c55e}.toast.error{background:#ef4444}@media (max-width: 768px){.kitchen-header{padding:.75rem 1rem}.kitchen-header h1{font-size:1rem}.kitchen-tabs{padding:0 1rem}.tab-btn{padding:.75rem 1rem;font-size:.85rem}.kitchen-container{padding:1rem}.orders-grid{grid-template-columns:1fr}.orders-list-header,.order-list-item{font-size:.8rem}}
