@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.dashboard-container{align-items:center;background:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:40px 20px}.logo{margin-bottom:20px}.logox{margin-bottom:95px}.logo-img{height:auto;max-width:150px;transition:transform .3s ease}.logo-img:hover{transform:scale(1.05)}.dashboard-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#007bff,#00ddeb);-webkit-background-clip:text;color:#1a1a1a;font-size:2.8rem;font-weight:700;margin-bottom:40px;text-align:center}.cards-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:1200px;width:100%}.card{background:#fff;border:1px solid #ff4d4d;border-radius:16px;box-shadow:0 6px 20px #0000001a;cursor:pointer;overflow:hidden;padding:30px;position:relative;text-align:center;transition:all .3s ease}.card:hover{background:linear-gradient(135deg,#f8f9fa,#e9ecef);box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.card:before{background:linear-gradient(90deg,#ff4d4d,#ff4d4d);content:"";height:4px;left:0;position:absolute;top:0;transition:width .3s ease;width:100%}.card:hover:before{width:100%}.card.disabled{background:#f5f5f5;border:1px solid #ccc;cursor:not-allowed;opacity:.6}.card.disabled:hover{background:#f5f5f5;box-shadow:0 6px 20px #0000001a;transform:none}.card.disabled:before{background:#ccc}.card.disabled .card-icon,.card.disabled h2,.card.disabled p{color:#888}.coming-soon-overlay{background:#ff4d4dcc;border-radius:4px;color:#fff;display:none;font-size:1.2rem;font-weight:600;left:50%;padding:8px 20px;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg)}.card.disabled:hover .coming-soon-overlay{display:block}.card-icon{color:#007bff;font-size:3rem;margin-bottom:20px;transition:transform .3s ease}.card:hover .card-icon{transform:scale(1.2)}.card.disabled .card-icon{transform:none}.card h2{color:#1a1a1a;font-size:1.6rem;font-weight:600;margin-bottom:12px}.card p{color:#6b7280;font-size:1rem;line-height:1.5}@media (max-width:768px){.dashboard-title{font-size:2rem}.card{padding:20px}.card h2{font-size:1.4rem}.card-icon{font-size:2.5rem}}@media (max-width:480px){.logo-img{max-width:120px}.dashboard-title{font-size:1.8rem;margin-bottom:30px}.cards-container{grid-template-columns:1fr}}.quantity-products-container{background:#fff;justify-content:center;min-height:100vh;padding:40px 20px}.kitchen-display{background:linear-gradient(180deg,#f0f4f8,#e5ebee);color:#1e2a44;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding-bottom:80px}.refresh-indicator{background:#000000b3;border-radius:4px;font-size:14px;gap:8px;padding:8px 12px;position:fixed;right:10px;top:10px;z-index:1000}.mark-all-ready-btn,.refresh-indicator{align-items:center;color:#fff;display:flex}.mark-all-ready-btn{background-color:#dc3545;border:none;border-radius:4px;cursor:pointer;height:40px;justify-content:center;padding:8px;transition:background-color .3s;width:40px}.mark-all-ready-btn:hover{background-color:#c82333}.mark-all-ready-btn:disabled{background-color:#e0e0e0;cursor:not-allowed}.mark-all-ready-btn.loading .trash-icon{display:none}.trash-icon{height:20px;width:20px}.mark-all-ready-btn .button-spinner{border:2px solid #fff;border-radius:50%;border-top-color:#0000}.mark-all-ready-btn .button-spinner,.small-spinner{animation:spin 1s linear infinite;height:16px;width:16px}.small-spinner{border:2px solid #f3f3f3;border-radius:50%;border-top-color:#fff}.skeleton-card{animation:pulse 1.5s infinite;background:#f0f0f0;border-radius:8px;margin:10px;padding:16px}.skeleton-card-body,.skeleton-card-footer,.skeleton-card-header{background:#e0e0e0;border-radius:4px;height:20px;margin:8px 0}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.audio-prompt-overlay{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.audio-prompt{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0003;max-width:400px;padding:24px;text-align:center}.audio-prompt h3{color:#1e2a44;font-size:20px;font-weight:700;margin-bottom:12px}.audio-prompt p{color:#4b5e7e;font-size:16px;margin-bottom:20px}.audio-prompt button{background:linear-gradient(45deg,#34c759,#66bb6a);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px;transition:all .3s ease}.audio-prompt button:hover{background:linear-gradient(45deg,#2e7d32,#4caf50);transform:translateY(-2px)}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 4px 12px #00000014;gap:16px;padding:16px 24px}.header .logo img{height:auto;width:clamp(140px,22vw,180px)}.header-title{align-items:center;display:flex;gap:12px;min-width:200px}.header h2{color:#1e2a44;font-size:clamp(20px,5.5vw,26px);font-weight:700;letter-spacing:-.5px}.order-status{border-radius:20px;box-shadow:0 2px 6px #0000001a;color:#fff;font-size:clamp(13px,3.5vw,15px);font-weight:600;letter-spacing:.8px;padding:8px 16px;text-transform:uppercase}.status-in-progress{background:linear-gradient(45deg,#34c759,#40c4ff)}.status-ready{background:linear-gradient(45deg,#2196f3,#64b5f6)}.status-products{background:linear-gradient(45deg,#ff8f00,#ffb300)}.header-buttons{align-items:center;flex-wrap:wrap;gap:10px}.back-btn,.fullscreen-btn,.logout-btn,.products-btn,.toggle-view-btn{align-items:center;border:none;border-radius:10px;box-shadow:0 2px 6px #0000001a;cursor:pointer;display:flex;font-size:clamp(13px,3.5vw,15px);font-weight:600;gap:8px;padding:10px 20px;transition:all .3s ease;white-space:nowrap}.back-btn{background:#fff;border:1px solid #dfe4ea;color:#4b5e7e}.back-btn:hover{background:linear-gradient(45deg,#ff5252,#ff867a);border-color:#0000;color:#fff;transform:translateY(-2px)}.toggle-view-btn{background:linear-gradient(45deg,#2c3e50,#34495e);color:#fff}.toggle-view-btn:hover{background:linear-gradient(45deg,#34495e,#4b5e7e);transform:translateY(-2px)}.products-btn{background:linear-gradient(45deg,#ff8f00,#ffb300);color:#fff}.products-btn.active{background:linear-gradient(45deg,#e65100,#ef6c00)}.products-btn.active:hover,.products-btn:hover{background:linear-gradient(45deg,#ef6c00,#ffca28);transform:translateY(-2px)}.fullscreen-btn{background:#fff;color:#4b5e7e;padding:10px}.fullscreen-btn:hover{background:#dfe4ea;transform:translateY(-2px)}.logout-btn{background:linear-gradient(45deg,#d32f2f,#f44336)}.logout-btn:hover{background:linear-gradient(45deg,#b71c1c,#d32f2f);transform:translateY(-2px)}.order-container{overflow-x:hidden;overflow-y:auto;padding:clamp(16px,4vw,24px);width:100%}.order-grid{grid-gap:clamp(20px,5vw,24px);box-sizing:border-box;gap:clamp(20px,5vw,24px);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));justify-items:center;padding-bottom:40px;width:100%}.order-grid.fade-in{animation:fadeIn .4s ease-in-out forwards}.order-grid.fade-out{animation:fadeOut .4s ease-in-out forwards}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.order-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border-radius:16px;box-shadow:0 6px 20px #0000001a;cursor:pointer;max-width:380px;min-height:400px;padding:20px;transition:all dressed in 0 ease .3s;width:100%}.order-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-6px)}.order-card-valid{background:linear-gradient(135deg,#e6fffa,#f0fff4)}.order-card-canceled{background:linear-gradient(135deg,#fff1f2,#ffebee)}.order-card-ready{background:linear-gradient(135deg,#e3f2fd,#ebf8ff)}.order-card-header{background:#ffffffb3;border-radius:12px 12px 0 0;padding:14px}.order-card-valid .order-card-header{background:#b2f5ea}.order-card-canceled .order-card-header{background:#ffcdd2}.order-card-ready .order-card-header{background:#bbdefb}.order-card-header-left{align-items:center;gap:12px}.order-card-header-right{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.order-card-icon{align-items:center;gap:10px}.order-card-text{gap:6px}.order-ticket-id{color:#1e2a44;font-size:clamp(15px,4.5vw,17px);font-weight:700}.order-boutique{background-color:#e0f7fa;border-radius:4px;color:#1e2a44;font-size:clamp(10px,2.5vw,11px);font-weight:600;max-width:120px;overflow:hidden;padding:2px 4px;text-overflow:ellipsis;white-space:nowrap}.order-surplace-container{gap:6px}.order-covers,.order-surplace{color:#4b5e7e;font-size:clamp(13px,3.5vw,15px)}.order-card-timer{color:#ff5252;font-size:clamp(13px,3.5vw,15px);font-weight:700}.order-card-body{max-height:320px;overflow-y:auto;padding:14px}.order-card-body h3{color:#1e2a44;font-size:clamp(18px,4.5vw,20px);font-weight:700;margin-bottom:10px}.order-card-body ul{list-style:none}.order-item{font-size:clamp(14px,4vw,15px)}.product-canceled{color:#ff5252;text-decoration:line-through}.product-details{color:#1e2a44;font-weight:600}.order-formule,.order-note{color:#627594;font-size:clamp(13px,3.5vw,14px);margin-top:6px}.order-card-footer{background:#ffffffb3;border-radius:0 0 12px 12px;margin-top:auto;padding:14px}.order-card-valid .order-card-footer{background:#b2f5ea}.order-card-canceled .order-card-footer{background:#ffcdd2}.order-card-ready .order-card-footer{background:#bbdefb}.order-server{color:#4b5e7e;font-size:clamp(13px,3.5vw,15px)}.order-canal{align-items:center;display:flex}.canal-logo{height:36px;object-fit:contain;width:36px}.back-btn-order,.done-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:clamp(13px,3.5vw,15px);font-weight:600;justify-content:center;min-width:100px;padding:10px 20px;transition:all .3s ease}.done-btn{background:linear-gradient(45deg,#34c759,#66bb6a)}.done-btn:hover{background:linear-gradient(45deg,#2e7d32,#4caf50);transform:translateY(-2px)}.back-btn-order{background:linear-gradient(45deg,#ff5252,#ff867a);color:#fff}.back-btn-order:hover{background:linear-gradient(45deg,#d32f2f,#ef5350);transform:translateY(-2px)}.back-btn-order:disabled,.done-btn:disabled{background:#b0bec5;cursor:not-allowed}.back-btn-order.loading,.done-btn.loading{color:#0000}.product-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#fffffff2,#f5f7fae6);border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 24px #0000001f;height:200px;max-width:300px;padding:24px;width:100%}.product-card:before{background:linear-gradient(90deg,#ff8f00,#ffb300);content:"";height:4px;left:0;opacity:.8;position:absolute;top:0;width:100%}.product-card:hover{box-shadow:0 12px 32px #0000002e;transform:translateY(-8px) scale(1.02)}.product-card-header{display:flex;flex-direction:column;gap:8px;padding-bottom:12px}.product-card-header h3{align-items:center;color:#1e2a44;display:flex;font-size:clamp(20px,5vw,22px);font-weight:800;gap:8px;line-height:1.3;text-transform:capitalize}.product-card-header h3:before{content:"🍴";font-size:20px}.product-quantity{align-self:flex-start;background:linear-gradient(45deg,#ff4d4d,#ff6b6b);border-radius:12px;box-shadow:0 2px 6px #00000026;font-size:clamp(18px,4.5vw,20px);font-weight:700;padding:6px 14px;transition:transform .3s ease}.product-quantity:hover{transform:scale(1.05)}.product-card-body{display:flex;flex:1 1;flex-direction:column;gap:12px}.product-tickets{background:#ffffff80;border-radius:8px;color:#4b5e7e;font-size:clamp(14px,4vw,16px);line-height:1.4;padding:8px;transition:background .3s ease}.product-tickets:hover{background:#fffc}.product-tickets strong{color:#1e2a44;font-weight:700}.no-orders{background:#ffffffb3;border-radius:12px;color:#627594;font-size:clamp(18px,5vw,20px);font-weight:500;margin:60px auto;max-width:80%;padding:16px}.full-page-spinner-overlay{align-items:center;background:#ffffffe6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.full-page-spinner,.loading-spinner{align-items:center;display:flex;flex-direction:column;justify-content:center}.loading-spinner{height:60vh}.spinner{animation:spin .8s linear infinite;border:5px solid #dfe4ea;border-top-color:#ff8f00;height:48px;width:48px}.full-page-spinner p,.loading-spinner p{color:#4b5e7e;font-size:clamp(15px,4vw,17px);font-weight:500;margin-top:16px}.button-spinner{animation:spin .7s linear infinite;border:4px solid #fff6;border-radius:50%;border-top-color:#fff;display:inline-block;height:24px;width:24px}.back-btn-order.loading,.done-btn.loading,.products-btn.loading,.toggle-view-btn.loading{color:#0000}.order-popup-overlay{align-items:center;background:#000000a6;bottom:0;display:flex;justify-content:center;left:0;padding:24px;position:fixed;right:0;top:0;z-index:1000}.order-popup{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0003;max-height:85vh;max-width:560px;overflow-y:auto;padding:24px;position:relative;width:100%}.order-popup.order-card-valid{background:linear-gradient(135deg,#e6fffa,#f0fff4)}.order-popup.order-card-canceled{background:linear-gradient(135deg,#fff1f2,#ffebee)}.order-popup.order-card-ready{background:linear-gradient(135deg,#e3f2fd,#ebf8ff)}.order-popup .order-card-header{background:#ffffffb3}.order-popup.order-card-valid .order-card-header{background:#b2f5ea}.order-popup.order-card-canceled .order-card-header{background:#ffcdd2}.order-popup.order-card-ready .order-card-header{background:#bbdefb}.order-popup .order-card-footer{background:#ffffffb3}.order-popup.order-card-valid .order-card-footer{background:#b2f5ea}.order-popup.order-card-canceled .order-card-footer{background:#ffcdd2}.order-popup.order-card-ready .order-card-footer{background:#bbdefb}.close-popup-btn{align-items:center;background:#ffffff80;border:none;border-radius:50%;color:#4b5e7e;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .3s ease;width:32px}.close-popup-btn:hover{background:#ff5252;color:#fff}.footer{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;bottom:0;box-shadow:0 -4px 12px #00000014;display:flex;justify-content:space-between;left:0;padding:16px 24px;position:fixed;right:0;z-index:500}.footer-copy{color:#627594;font-size:clamp(13px,3.5vw,15px);font-weight:500}.connection-status{border-radius:20px;font-size:clamp(11px,3vw,13px);font-weight:600;padding:8px 16px}.connection-status.connected{background:linear-gradient(45deg,#34c759,#66bb6a);color:#fff}.connection-status.disconnected{background:linear-gradient(45deg,#d32f2f,#ef5350);color:#fff}.connection-status.connecting{background:linear-gradient(45deg,#ff8f00,#ffb300);color:#1e2a44}.connection-status.error{background:linear-gradient(45deg,#7b1fa2,#9c27b0);color:#fff}.toast-notification{align-items:center;animation:slideIn .5s ease-out,slideOut .5s ease-in 2.5s forwards;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(45deg,#34c759,#66bb6a);border-radius:12px;box-shadow:0 4px 16px #0003;color:#fff;display:flex;font-size:clamp(14px,4vw,16px);font-weight:600;gap:10px;padding:12px 20px;position:fixed;right:20px;top:20px;z-index:1100}.toast-icon{font-size:20px}.toast-message{line-height:1.4}@keyframes slideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.product-strikethrough .product-details{color:#000000b3;position:relative;text-decoration:line-through;text-decoration-color:#ff4d4f;text-decoration-thickness:2px}.product-canceled.product-strikethrough .product-details{color:#00000080}.product-strikethrough:hover .product-details{text-decoration-color:#ff7875}.product-clickable{cursor:pointer;transition:background .2s ease,transform .2s ease}.product-clickable:hover{background:#0000000d;transform:scale(1.01)}.product-clickable:active{transform:scale(.98)}.order-item:not(.product-clickable){cursor:default}.order-popup .order-item{background:#fff6;border-radius:8px;font-size:clamp(16px,4.5vw,18px);line-height:1.8;margin-bottom:14px;padding:14px 10px;transition:background .2s ease,transform .2s ease}.order-popup .product-details{color:#1e2a44;display:inline-block;font-size:clamp(16px,4.5vw,18px);font-weight:600}.order-popup .order-formule,.order-popup .order-note{color:#627594;font-size:clamp(14px,4vw,16px);margin-top:8px}.order-popup .product-strikethrough .product-details{color:#000000b3;text-decoration:line-through;text-decoration-color:#ff4d4f;text-decoration-thickness:2.5px}.order-popup .product-canceled.product-strikethrough .product-details{color:#00000080}.order-popup .product-strikethrough:hover .product-details{text-decoration-color:#ff7875}.order-popup .product-clickable:hover{background:#0000001a;transform:scale(1.02)}.order-popup .product-clickable:active{transform:scale(.98)}.product-spinner{animation:spin .7s linear infinite;border:3px solid #0003;border-radius:50%;border-top-color:#ff5252;display:inline-block;height:18px;margin-left:8px;vertical-align:middle;width:18px}@media (max-width:768px){.kitchen-display{padding-bottom:100px}.header{align-items:flex-start;flex-direction:column;padding:14px 20px}.header .logo,.header-title{margin-bottom:10px}.header-buttons{gap:8px;justify-content:flex-start;width:100%}.order-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.order-card,.product-card{margin:0 auto;max-width:320px;width:100%}.order-card{min-height:380px}.order-card-body{max-height:280px}.product-card{height:200px;max-width:300px;padding:20px}.product-card-header h3{font-size:20px}.product-quantity{font-size:18px}.order-popup{padding:20px;width:92%}.footer{padding:12px 20px}.order-boutique{font-size:9px;max-width:100px;padding:1px 3px}.toast-notification{font-size:14px;padding:10px 16px;right:16px;top:16px}.toast-icon{font-size:18px}}@media (max-width:480px){.kitchen-display{padding-bottom:120px}.header .logo img{width:130px}.header h2{font-size:19px}.order-status{font-size:13px;padding:6px 12px}.back-btn,.fullscreen-btn,.logout-btn,.products-btn,.toggle-view-btn{font-size:13px;padding:8px 16px}.order-grid{gap:14px;grid-template-columns:1fr}.order-card,.product-card{max-width:none;width:100%}.product-card-header{gap:8px}.product-card-header h3,.product-card-header h3:before{font-size:18px}.product-quantity{font-size:16px;padding:5px 12px}.product-tickets{font-size:14px;padding:6px 10px}.order-card-header,.product-card-header{align-items:flex-start;flex-direction:column;gap:8px}.order-card-footer{align-items:flex-start;flex-direction:column;gap:10px}.back-btn-order,.done-btn{text-align:center;width:100%}.order-popup{max-height:92vh;padding:16px;width:96%}.footer{flex-direction:column;gap:10px;padding:10px 16px}.connection-status,.footer-copy{font-size:13px}.order-boutique{font-size:8px;max-width:80px;padding:1px 2px}.toast-notification{font-size:13px;padding:8px 14px;right:12px;top:12px}.toast-icon{font-size:16px}}@media (hover:none){.order-card:hover,.product-card:hover{box-shadow:0 6px 20px #0000001a;transform:none}.back-btn-order:hover,.back-btn:hover,.done-btn:hover,.fullscreen-btn:hover,.logout-btn:hover,.products-btn:hover,.toggle-view-btn:hover{background:inherit;transform:none}.back-btn-order:active,.back-btn:active,.done-btn:active,.fullscreen-btn:active,.logout-btn:active,.products-btn:active,.toggle-view-btn:active{transform:scale(.95)}.order-boutique:hover,.product-card:hover .product-quantity{transform:none}}*{box-sizing:border-box;margin:0;padding:0}.logo img{margin-bottom:0!important}.app-container{background:#fff;color:#1e293b;font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden;width:100%}.quantity-products-container{align-items:center;display:flex;flex-direction:column;min-height:30vh;padding:30px 15px;width:100%}.header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 12px #0000000d;padding:16px 40px;width:100%}.logo img{height:auto;width:180px}.header-title{flex:1 1;justify-content:center;text-align:center}.header-title h1{color:#fff;font-family:Inter,sans-serif;font-size:24px;font-weight:500;letter-spacing:1px;text-transform:capitalize}.header-buttons{gap:16px}.fullscreen-btn,.logout-btn,.menu-selection-btn{background-color:#e06563;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-weight:500;padding:8px 16px;transition:all .3s ease}.fullscreen-btn:hover,.logout-btn:hover,.menu-selection-btn:hover{background:#b4243a;box-shadow:0 4px 12px #e443434d;transform:translateY(-2px)}.date-nav-container{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000d;padding:20px 40px;width:100%}.date-nav,.date-nav-container{display:flex;justify-content:center}.date-nav{flex-wrap:wrap;gap:16px}.date-btn{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;color:#1e293b;cursor:pointer;font-family:Inter,sans-serif;font-size:18px;font-weight:600;min-width:64px;padding:12px 24px;text-align:center;transition:all .3s ease}.date-btn.active{background:#e06563;border-color:#e06563;box-shadow:0 4px 12px #e4434333;color:#fff}.date-btn:hover{background:#b4243a;border-color:#b4243a;box-shadow:0 6px 16px #e443434d;color:#fff;transform:translateY(-2px)}.spinner-container{align-items:center;display:flex;height:50vh;justify-content:center}.error-message{background:#ef44440d;border:1px solid #ef44441a;border-radius:8px;color:#ef4444;font-family:Inter,sans-serif;font-size:16px;margin:20px 0;padding:16px}.products-grid-wrapper{overflow-x:auto;padding-bottom:10px;width:100%}.products-grid{display:flex;flex-wrap:wrap;gap:20px;min-width:100%;padding:0 20px;width:fit-content}.product-card{align-items:center;background:#fff;border:1px solid #d3d3d3;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex:0 0 auto;flex-direction:column;height:225px!important;justify-content:space-between;overflow:hidden;padding:16px;position:relative;transition:all .3s ease;width:305px!important}.product-card:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-4px)}.product-date{color:#64748b;font-family:Inter,sans-serif;font-size:10px;font-weight:400;margin-bottom:8px;text-align:center}.product-name-container{background:#4b4b4b;border-radius:20px;padding:8px 16px;text-align:center;width:100%}.product-name-container h3{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.product-details-row{justify-content:space-between;margin:8px 0;width:100%}.product-details-row,.product-label-container{align-items:center;display:flex}.product-label{background:#e06563;border-radius:20px;box-shadow:0 2px 4px #0000001a;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;max-width:100%;overflow:hidden;padding:6px 16px;text-align:center;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.product-quantity-container{align-items:center;display:flex;gap:8px}.product-quantity-label{color:#1e293b;font-weight:500}.product-quantity,.product-quantity-label{font-family:Inter,sans-serif;font-size:14px}.product-quantity{align-items:center;background:#ff7170;border-radius:15px;color:#fff;display:flex;font-weight:600;height:30px;justify-content:center;width:40%!important}.products-grid p{background:#fff;border-radius:8px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;padding:12px;text-align:center;width:100%}.popup-overlay{animation:fadeIn .3s ease-in-out;background:#0009;bottom:0;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.popup-content,.popup-overlay{align-items:center;display:flex}.popup-content{animation:popupScale .3s ease-in-out;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 24px #0003;flex-direction:column;gap:16px;max-width:540px;padding:32px;position:relative;width:90%}.popup-close-btn{align-items:center;background:#ef4444;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .3s ease;width:32px}.popup-close-btn:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:scale(1.1)}.popup-content h2{color:#1e293b;font-size:24px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:capitalize}.popup-content h2,.popup-quantity{font-family:Inter,sans-serif;text-align:center}.popup-quantity{color:#64748b;font-size:16px;font-weight:400;margin:8px 0}.popup-status{align-items:center;border-radius:8px;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:8px 16px;text-align:center;width:100%}.popup-loading{background:#3498db1a;color:#3498db}.popup-success{background:#2ecc711a;color:#2ecc71}.popup-error{background:#ef44441a;color:#ef4444}.number-list{flex-wrap:wrap;gap:12px;margin-top:16px}.number-btn,.number-list{display:flex;justify-content:center}.number-btn{align-items:center;background:#e06563;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:600;height:48px;transition:all .3s ease;width:48px}.number-btn:hover{background:#b4243a;box-shadow:0 4px 12px #e443434d;transform:scale(1.1)}.number-btn:disabled{background:#d1d5db;box-shadow:none;cursor:not-allowed;transform:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popupScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:1600px){.product-card{height:160px;width:250px}.date-btn{font-size:16px;min-width:56px;padding:10px 20px}}@media (max-width:1400px){.product-card{height:160px;width:250px}.date-btn{font-size:16px;min-width:56px;padding:10px 20px}}@media (max-width:1200px){.product-card{height:160px;width:250px}.date-btn{font-size:14px;min-width:48px;padding:8px 16px}}@media (max-width:1000px){.product-card{height:150px;width:220px}.date-btn{min-width:48px;padding:8px 16px}.date-btn,.product-name-container h3{font-size:14px}.product-date{font-size:9px}.product-label{font-size:12px;padding:5px 12px}.product-quantity,.product-quantity-label{font-size:12px}.product-quantity{height:32px;width:32px}}@media (max-width:768px){.quantity-products-container{padding:24px 15px}.header{flex-direction:column;gap:12px;padding:12px 24px}.header-title h1{font-size:20px}.logo img{width:150px}.fullscreen-btn,.logout-btn,.menu-selection-btn{font-size:12px;padding:8px 16px}.product-card{height:150px;width:220px}.product-name-container h3{font-size:14px}.product-date{font-size:9px}.product-label{font-size:12px;padding:5px 12px}.product-quantity,.product-quantity-label{font-size:12px}.product-quantity{height:26px;width:26px}.date-nav-container{padding:12px 24px}.date-btn{font-size:14px;min-width:48px;padding:8px 16px}.popup-content{max-width:400px;padding:24px}.popup-content h2{font-size:20px}.number-btn,.popup-quantity{font-size:14px}.number-btn{height:40px;width:40px}.popup-status{font-size:12px;padding:6px 12px}}@media (max-width:480px){.quantity-products-container{padding:16px 15px}.header{flex-direction:column;gap:8px;padding:8px 16px}.header-title h1{font-size:18px}.logo img{width:120px}.fullscreen-btn,.logout-btn,.menu-selection-btn{font-size:10px;padding:6px 12px}.product-card{height:160px;width:280px}.product-name-container h3{font-size:13px}.product-date{font-size:8px}.product-label{font-size:11px;padding:4px 10px}.product-quantity,.product-quantity-label{font-size:11px}.product-quantity{height:24px;width:24px}.date-nav-container{padding:8px 16px}.date-nav{gap:8px}.date-btn{font-size:12px;min-width:40px;padding:6px 12px}.popup-content{max-width:320px;padding:20px}.popup-content h2{font-size:18px}.number-btn,.popup-quantity{font-size:12px}.number-btn{height:36px;width:36px}.popup-close-btn{font-size:16px;height:28px;width:28px}.popup-status{font-size:11px;padding:6px 10px}}@media (min-width:1920px){.quantity-products-container{padding:48px 15px}.header{padding:20px 48px}.header-title h1{font-size:28px}.logo img{width:200px}.fullscreen-btn,.logout-btn,.menu-selection-btn{font-size:16px;padding:12px 24px}.product-card{height:160px;width:250px}.product-name-container h3{font-size:18px}.product-date{font-size:11px}.product-label{font-size:16px;padding:6px 16px}.product-quantity,.product-quantity-label{font-size:16px}.product-quantity{height:32px;width:32px}.date-nav-container{padding:24px 48px}.date-btn{font-size:20px;min-width:72px;padding:14px 28px}.popup-content{max-width:600px;padding:32px}.popup-content h2{font-size:24px}.number-btn,.popup-quantity{font-size:16px}.number-btn{height:48px;width:48px}.popup-status{font-size:14px;padding:8px 16px}}body{background:#f5f5f5;font-family:Montserrat,Roboto,Arial,sans-serif;margin:0;overflow-x:hidden}.login-container{align-items:center;background:url(https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80) no-repeat 50%/cover;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.background-effects{z-index:1}.background-effects,.overlay{height:100%;left:0;position:absolute;top:0;width:100%}.overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#f0f0f0cc,#d3d3d3cc)}.login-card{background:#fff;border:1px solid #ccc;border-radius:20px;box-shadow:0 10px 30px #0000004d;max-width:450px;overflow:hidden;padding:2rem;position:relative;width:100%;z-index:2}.login-card:before{display:none}.card-header{align-items:center}.card-header,.form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.form-group{position:relative}.form-group input{background:#0000;border:none;border-bottom:1px solid #ccc;color:#333;font-size:1rem;font-weight:400;outline:none;padding:.8rem 0;transition:border-bottom .3s ease}.form-group input:focus{border-bottom:1px solid #ff4d4d}.floating-label{color:#666;font-size:1rem;font-weight:400;left:0;pointer-events:none;position:absolute;top:.8rem;transition:all .3s ease}.form-group input:focus+.floating-label,.form-group input:not(:placeholder-shown)+.floating-label{color:#ff4d4d;font-size:.85rem;top:-1rem}.input-underline{background:#ff4d4d;bottom:0;height:1px;left:0;position:absolute;transition:width .4s ease;width:0}.form-group input:focus+.floating-label+.input-underline{width:100%}.login-card button.luxury-btn{background:linear-gradient(90deg,#ff4d4d,#e04343);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:1rem;position:relative;text-transform:uppercase;transition:transform .3s ease,box-shadow .3s ease;width:100%}.login-card button.luxury-btn:hover{background:#e04343;box-shadow:0 0 20px #e0434380;transform:translateY(-3px)}.login-card button.luxury-btn:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.5s;width:50%}.login-card button.luxury-btn:hover:before{left:100%}.login-card button.luxury-btn:active{box-shadow:0 0 10px #e043434d;transform:translateY(0)}.error-message{background:#ff4d4d1a;border-radius:5px;color:#ff4d4d;font-size:.85rem;font-weight:400;margin:.5rem 0;opacity:0;padding:.5rem;text-align:center}.animate-error{animation:fadeInError .5s ease forwards}@keyframes fadeInError{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-slide-in{animation:slideIn 1s ease-out forwards}@keyframes slideIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.menu-selection-container{background:#fff;display:flex;flex-direction:column;min-height:100vh}.menu-list{flex:1 1;padding:2rem;text-align:center}.menu-list h2{color:#ff4d4d;font-size:2rem;margin-bottom:2rem}.menu-cards{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;padding:1rem}.menu-card{background:#fff;border:2px solid #e0e0e0;border-radius:15px;cursor:pointer;justify-items:center;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:180px}.menu-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.menu-icon{margin-bottom:1rem}.menu-card h3{color:#333;font-size:1.2rem;font-weight:600;margin:0}.kitchen-display{background:#f5f5f5;display:flex;flex-direction:column;min-height:100vh}.order-container{flex:1 1;padding:1rem}.order-container h2{color:#333;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.order-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.order-card{background:#fff;border-radius:10px;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;overflow:hidden}.order-card-header{align-items:center;background:#e6f4ea;border-bottom:1px solid #d3d3d3;display:flex;justify-content:space-between;padding:.5rem 1rem}.order-card-header-left{display:flex;gap:1rem}.order-card-icon{align-items:flex-start;color:#333;display:flex;font-size:.9rem;gap:.3rem}.order-card-icon .icon{flex-shrink:0;height:20px;width:20px}.order-card-text{display:flex;flex-direction:column;gap:.1rem}.order-ticket-id{font-weight:600;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-surplace-container{align-items:center;display:flex;gap:.3rem}.order-surplace{max-width:80px;overflow:hidden;text-overflow:ellipsis}.order-covers,.order-surplace{font-size:.85rem;white-space:nowrap}.order-covers{color:#666}.order-card-timer{background:#fff;border:1px solid #d3d3d3;border-radius:15px;color:#333;font-size:.9rem;padding:.3rem .6rem;white-space:nowrap}.order-card-body{flex:1 1;padding:1rem}.order-card-body h3{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.order-card ul{color:#333;font-size:.9rem;list-style:none;margin:0 0 1rem;padding:0}.order-card li{font-weight:600;margin-bottom:.3rem}.order-formule,.order-note{color:#666;display:block;font-style:italic;margin-top:.2rem}.order-card-footer{align-items:center;background:#e6f4ea;border-top:1px solid #d3d3d3;display:flex;justify-content:space-between;padding:.5rem 1rem}.order-server{color:#333;font-size:.9rem;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.done-btn{align-items:center;background:#28a745;border:none;border-radius:20%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background-color .3s ease;width:40px}.done-btn:hover{background:#218838}.done-icon{height:20px;width:20px}.no-orders{color:#666;font-size:1rem;font-style:italic;padding:1rem;text-align:center}.loading-spinner{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2rem}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#ff4d4d;height:40px;margin-bottom:1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{align-items:center;background-color:#ff4d4d;color:#fff;display:flex;flex-shrink:0;flex-wrap:wrap;font-size:1.2rem;justify-content:space-between;padding:.5rem 1.5rem}.header-buttons{display:flex;gap:.5rem}.logo{align-items:center;display:flex;justify-content:center}.logout-btn{background-color:initial;border:1px solid #fff;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:background-color .3s ease}.logout-btn:hover{background-color:#e04343}.fullscreen-btn{align-items:center;background-color:initial;border:1px solid #fff;border-radius:5px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background-color .3s ease}.fullscreen-btn:hover{background-color:#e04343}.fullscreen-icon{height:20px;width:20px}.footer{background-color:#1a1a1a;color:#fff;flex-shrink:0;font-size:.9rem;padding:.75rem;text-align:center}@media (max-width:1024px){.order-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.menu-cards{gap:1rem}.menu-card{padding:1rem;width:140px}.menu-card h3{font-size:1rem}.menu-list h2,.order-container h2{font-size:1.6rem}.order-ticket-id{max-width:100px}.order-surplace{max-width:70px}.order-server{max-width:120px}}@media (max-width:768px){.login-container{padding:1rem}.login-card{max-width:400px;padding:1.5rem}.floating-label,.form-group input{font-size:.9rem}.login-card button.luxury-btn{font-size:.9rem;padding:.8rem}.menu-list,.order-container{padding:.5rem}.menu-cards{gap:.8rem}.menu-card{padding:.8rem;width:120px}.menu-card h3{font-size:.9rem}.order-grid{gap:.8rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.order-card-header{padding:.4rem .8rem}.order-card-icon{font-size:.8rem}.order-card-icon .icon{height:18px;width:18px}.order-ticket-id{font-size:.8rem;max-width:80px}.order-surplace-container{gap:.2rem}.order-surplace{max-width:60px}.order-covers,.order-surplace{font-size:.75rem}.order-card-timer{font-size:.8rem;padding:.2rem .5rem}.order-card-body{padding:.8rem}.order-card-body h3{font-size:1.1rem}.order-card ul{font-size:.8rem}.order-card-footer{padding:.4rem .8rem}.order-server{font-size:.8rem;max-width:100px}.done-btn{height:36px;width:36px}.done-icon{height:18px;width:18px}.header{padding:.4rem 1rem}.fullscreen-btn,.logout-btn{font-size:.9rem;padding:.4rem .8rem}.fullscreen-btn{padding:.4rem}.fullscreen-icon{height:18px;width:18px}.footer{font-size:.8rem;padding:.5rem}.spinner{height:36px;width:36px}}@media (max-width:480px){.login-card{border-radius:15px;max-width:100%;padding:1rem}.card-header,.form-group{margin-bottom:1rem}.floating-label,.form-group input{font-size:.85rem}.login-card button.luxury-btn{font-size:.85rem;padding:.7rem}.header{flex-direction:column;gap:.5rem;padding:.3rem .8rem}.header-buttons{gap:.3rem}.logo svg{width:140px}.fullscreen-btn,.logout-btn{font-size:.85rem;padding:.3rem .6rem}.fullscreen-btn{padding:.3rem}.fullscreen-icon{height:16px;width:16px}.menu-list,.order-container{padding:.3rem}.menu-list h2,.order-container h2{font-size:1.4rem;margin-bottom:1rem}.menu-cards{gap:.5rem}.menu-card{max-width:200px;padding:.7rem;width:100%}.menu-card h3{font-size:.85rem}.order-grid{gap:.5rem;grid-template-columns:1fr}.order-card-header{padding:.3rem .6rem}.order-card-icon{font-size:.75rem}.order-card-icon .icon{height:16px;width:16px}.order-ticket-id{font-size:.75rem;max-width:70px}.order-surplace{font-size:.7rem;max-width:50px}.order-covers{font-size:.7rem}.order-card-timer{font-size:.75rem;padding:.2rem .4rem}.order-card-body{padding:.6rem}.order-card-body h3{font-size:1rem}.order-card ul{font-size:.75rem}.order-card-footer{padding:.3rem .6rem}.order-server{font-size:.75rem;max-width:80px}.done-btn{height:32px;width:32px}.done-icon{height:16px;width:16px}.no-orders{font-size:.9rem}.footer{font-size:.75rem;padding:.4rem}.spinner{height:32px;width:32px}}@media (max-width:360px){.login-card{padding:.8rem}.floating-label,.form-group input{font-size:.8rem}.login-card button.luxury-btn{font-size:.8rem;padding:.6rem}.menu-list h2,.order-container h2{font-size:1.2rem}.menu-card{padding:.5rem}.menu-card h3{font-size:.8rem}.order-card-header{padding:.2rem .5rem}.order-card-icon{font-size:.7rem}.order-ticket-id{font-size:.7rem;max-width:60px}.order-surplace{max-width:40px}.order-covers,.order-surplace{font-size:.65rem}.order-card-timer{font-size:.7rem}.order-card-body{padding:.5rem}.order-card-body h3{font-size:.9rem}.order-card ul{font-size:.7rem}.order-card-footer{padding:.2rem .5rem}.order-server{font-size:.7rem;max-width:70px}.spinner{height:28px;width:28px}}.order-item{margin-bottom:10px}.product-details{font-weight:700}.order-note{color:#555}.order-formule,.order-note{display:block;font-weight:400}.order-formule{color:#777}.order-formule span{font-weight:400}
/*# sourceMappingURL=main.c3bf4cb6.css.map*/