@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";
:root{--bg-main:#f8fafc;--bg-card:#fffc;--border-card:#fff;--primary:#4f46e5;--primary-glow:#4f46e526;--secondary:#0ea5e9;--accent:#f59e0b;--text-main:#1e293b;--text-dim:#64748b;--glass-blur:12px;--card-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;--base-padding:2rem;--base-radius:3rem;--card-padding:2rem 1rem;--grid-gap:2.5rem}@media (max-width:768px){:root{--base-padding:1rem;--base-radius:1.5rem;--card-padding:2rem 1.5rem;--grid-gap:1rem}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);background-image:radial-gradient(at 0 0,#4f46e50d 0,#0000 50%),radial-gradient(at 100% 0,#0ea5e90d 0,#0000 50%);min-height:100vh;font-family:Outfit,Inter,sans-serif;overflow-x:hidden}.container{width:100%;max-width:1400px;padding:0 var(--base-padding);margin:0 auto}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:1.5rem;align-items:center;gap:.75rem;padding:1rem 1.75rem;font-size:1.05rem;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 15px 30px -5px #4f46e566}.btn-primary:hover{transform:translateY(-4px);box-shadow:0 20px 40px -5px #4f46e580}.btn-secondary{color:#d97706;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f59e0b1f;border:1px solid #f59e0b4d;border-radius:1.25rem;align-items:center;gap:.5rem;padding:.85rem 1.4rem;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.btn-secondary:hover{background:#f59e0b33;border-color:#d97706;transform:translateY(-2px);box-shadow:0 10px 20px -5px #f59e0b40}.bg-blobs{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.bg-blobs .blob{filter:blur(80px);border-radius:50%;width:600px;height:600px;animation:30s infinite alternate float;position:absolute}.bg-blobs .blob--1{background:radial-gradient(circle,#4f46e51f 0%,#0000 70%);top:-100px;right:-100px}.bg-blobs .blob--2{background:radial-gradient(circle,#0ea5e91a 0%,#0000 70%);animation-delay:-5s;bottom:-150px;left:-100px}.bg-blobs .blob--3{background:radial-gradient(circle,#f59e0b0f 0%,#0000 70%);animation-delay:-10s;top:40%;left:30%}.home-screen .grid-menu{gap:var(--grid-gap);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));width:100%;max-width:1200px;margin:0 auto;display:grid}.home-screen .grid-menu .menu-card{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-card);border-radius:var(--base-radius);padding:var(--card-padding);text-align:center;cursor:pointer;box-shadow:var(--card-shadow);flex-direction:column;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}@media (max-width:768px){.tables-screen .header{margin-bottom:1.5rem}}@media (max-width:600px){.tables-screen .actions-header{flex-direction:column-reverse;align-items:flex-start;gap:1rem}}@keyframes pulseReady{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 15px #22c55e00}to{box-shadow:0 0 #22c55e00}}.btn-close-large{color:#94a3b8;cursor:pointer;background:0 0;border:2px solid #f1f5f9;border-radius:1.5rem;width:100%;padding:1.2rem;font-size:1.1rem;font-weight:800}.btn-close-large:hover{color:#64748b;background:#fafbff;border-color:#e2e8f0}.notifications-stack{z-index:9999;pointer-events:none;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:fixed;top:2rem;left:50%;transform:translate(-50%)}.notifications-stack .notification-item{pointer-events:auto;animation:.4s cubic-bezier(.16,1,.3,1) forwards slideDownFade}.notifications-stack .notification-item .notif-content{color:#fff;white-space:nowrap;background:#1e1b4b;border:1px solid #ffffff1a;border-radius:3rem;align-items:center;gap:1rem;padding:.85rem 1.75rem;font-weight:700;display:flex;box-shadow:0 15px 30px -5px #0000004d}.notifications-stack .notification-item.error .notif-content{background:#ef4444;border-color:#fff3}.notifications-stack .notification-item.removing{animation:.3s forwards fadeOutUp}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-soft{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.02)}}@keyframes pulse-green{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 12px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes float{0%{transform:translate(0)rotate(0)}to{transform:translate(50px,30px)rotate(5deg)}}.login-screen{min-height:100vh;padding:var(--base-padding);background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);justify-content:center;align-items:center;display:flex}.login-screen .login-card{width:100%;max-width:450px;padding:var(--base-padding);border-radius:var(--base-radius);background:#fff;animation:.6s cubic-bezier(.16,1,.3,1) cardAppear;box-shadow:0 25px 50px -12px #0000001a}.login-screen .login-card .login-header{text-align:center;margin-bottom:2rem}.login-screen .login-card .login-header .logo-container{color:#fff;background:#1e1b4b;border-radius:1.75rem;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;display:flex;box-shadow:0 10px 25px -5px #1e1b4b4d}.login-screen .login-card .login-header h1{color:#1e1b4b;letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.2rem;font-weight:1000}.login-screen .login-card .login-header p{color:#64748b;font-size:1rem;font-weight:600}.login-screen .login-card .login-form{flex-direction:column;gap:1.75rem;display:flex}.login-screen .login-card .login-form .input-group{flex-direction:column;gap:.5rem;display:flex}.login-screen .login-card .login-form .input-group label{color:#475569;margin-left:.5rem;font-size:.9rem;font-weight:800}.login-screen .login-card .login-form .input-group .input-wrapper{align-items:center;display:flex;position:relative}.login-screen .login-card .login-form .input-group .input-wrapper .input-icon{color:#94a3b8;transition:all .3s;position:absolute;left:1.25rem}.login-screen .login-card .login-form .input-group .input-wrapper input{color:#1e1b4b;background:#f8fafc;border:2px solid #e2e8f0;border-radius:1.25rem;width:100%;padding:1.1rem 1.25rem 1.1rem 3.5rem;font-size:1rem;font-weight:600;transition:all .3s}.login-screen .login-card .login-form .input-group .input-wrapper input::placeholder{color:#cbd5e1}.login-screen .login-card .login-form .input-group .input-wrapper input:focus{background:#fff;border-color:#1e1b4b;outline:none;box-shadow:0 0 0 4px #1e1b4b0d}.login-screen .login-card .login-form .input-group .input-wrapper input:focus+.input-icon{color:#1e1b4b}.login-screen .login-card .login-form .error-message{color:#ef4444;background:#fef2f2;border:1px solid #fee2e2;border-radius:1rem;align-items:center;gap:.75rem;padding:1rem;font-size:.9rem;font-weight:700;animation:.4s cubic-bezier(.36,.07,.19,.97) both shake;display:flex}.login-screen .login-card .login-form .login-btn{color:#fff;cursor:pointer;background:#1e1b4b;border:none;border-radius:1.25rem;justify-content:center;align-items:center;margin-top:.5rem;padding:1.25rem;font-size:1.1rem;font-weight:900;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.login-screen .login-card .login-form .login-btn:hover:not(:disabled){background:#312e81;transform:translateY(-2px);box-shadow:0 10px 20px -5px #1e1b4b4d}.login-screen .login-card .login-form .login-btn:active:not(:disabled){transform:translateY(0)}.login-screen .login-card .login-form .login-btn:disabled{opacity:.7;cursor:not-allowed}.login-screen .login-card .login-form .login-btn .spinner{animation:1s linear infinite rotate}@keyframes cardAppear{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.home-screen{min-height:100vh;padding:var(--base-padding);justify-content:center;gap:var(--grid-gap);flex-direction:column;display:flex}.home-screen header{text-align:center;animation:.8s cubic-bezier(.16,1,.3,1) fadeInDown}.home-screen header .header-top{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.home-screen header .time-badge,.home-screen header .user-badge{box-shadow:var(--card-shadow);background:#fff;border-radius:3rem;align-items:center;gap:.6rem;padding:.6rem 1.25rem;font-weight:700;display:inline-flex}.home-screen header .time-badge{color:var(--primary)}.home-screen header .user-badge{color:#1e1b4b;cursor:pointer;border:1px solid #0000;transition:all .3s}.home-screen header .user-badge:hover{color:#ef4444;border-color:#ef4444}.home-screen header .user-badge:hover .logout-icon{transform:translate(3px)}.home-screen header .user-badge .logout-icon{opacity:.5;margin-left:.25rem;transition:all .3s}.home-screen header h1{color:#1e1b4b;letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:950}.home-screen header p{color:var(--text-dim);text-transform:uppercase;letter-spacing:.3em;font-size:1.2rem;font-weight:600}.home-screen header .caisse-quick-bar{justify-content:center;align-items:center;max-width:95%;margin-top:1.8rem;display:inline-flex}.home-screen header .caisse-quick-bar .caisse-status-loading{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#64748b;background:#ffffffd9;border-radius:3rem;align-items:center;gap:.6rem;padding:.6rem 1.4rem;font-size:.9rem;display:flex;box-shadow:0 4px 12px #0000000d}.home-screen header .caisse-quick-bar .caisse-bar-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #e2e8f0e6;border-radius:3rem;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem;padding:.5rem .6rem .5rem 1.4rem;transition:all .3s;display:flex;box-shadow:0 10px 25px -5px #00000014,0 0 0 1px #0000000a}.home-screen header .caisse-quick-bar .caisse-bar-content.open{border-color:#10b9814d;box-shadow:0 10px 30px -5px #10b98126}.home-screen header .caisse-quick-bar .caisse-bar-content .caisse-status-indicator{text-align:left;align-items:center;gap:.6rem;display:flex}.home-screen header .caisse-quick-bar .caisse-bar-content .caisse-status-indicator .pulse-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.home-screen header .caisse-quick-bar .caisse-bar-content .caisse-status-indicator .pulse-dot.green{background:#10b981;animation:2s infinite pulseGreen;box-shadow:0 0 #10b981b3}.home-screen header .caisse-quick-bar .caisse-bar-content .caisse-status-indicator .pulse-dot.gray{background:#94a3b8}.home-screen header .caisse-quick-bar .caisse-bar-content .caisse-status-indicator .status-label{color:#0f172a;font-size:.95rem;font-weight:850}.home-screen header .caisse-quick-bar .caisse-bar-content .caisse-status-indicator .status-details{color:#64748b;margin-left:.2rem;font-size:.85rem;font-weight:600}.home-screen header .caisse-quick-bar .caisse-bar-content .caisse-btn-group{align-items:center;gap:.5rem;display:flex}.home-screen header .caisse-quick-bar .caisse-bar-content .btn-caisse-action{cursor:pointer;border:none;border-radius:2rem;align-items:center;gap:.5rem;padding:.65rem 1.3rem;font-size:.9rem;font-weight:800;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.home-screen header .caisse-quick-bar .caisse-bar-content .btn-caisse-action.open-btn{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 14px #10b98159}.home-screen header .caisse-quick-bar .caisse-bar-content .btn-caisse-action.open-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98173}.home-screen header .caisse-quick-bar .caisse-bar-content .btn-caisse-action.open-btn:active{transform:translateY(0)scale(.97)}.home-screen header .caisse-quick-bar .caisse-bar-content .btn-caisse-action.close-btn{color:#ef4444;background:#fff;border:1.5px solid #fecaca}.home-screen header .caisse-quick-bar .caisse-bar-content .btn-caisse-action.close-btn:hover{background:#fef2f2;border-color:#ef4444;transform:translateY(-2px);box-shadow:0 4px 12px #ef444426}.home-screen header .caisse-quick-bar .caisse-bar-content .btn-caisse-action.close-btn:active{transform:translateY(0)scale(.97)}.home-screen .home-toast{z-index:1100;border-radius:3rem;align-items:center;gap:.8rem;padding:.9rem 1.5rem;font-size:.95rem;font-weight:700;animation:.4s cubic-bezier(.16,1,.3,1) toastSlideDown;display:flex;position:fixed;top:2rem;left:50%;transform:translate(-50%);box-shadow:0 20px 40px #00000026}.home-screen .home-toast.success{color:#d1fae5;background:#065f46;border:1px solid #059669}.home-screen .home-toast.error{color:#fee2e2;background:#991b1b;border:1px solid #dc2626}.home-screen .home-toast button{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;align-items:center;display:flex}.home-screen .home-toast button:hover{opacity:1}.home-screen .home-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1200;background:#0f172a99;justify-content:center;align-items:center;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.home-screen .home-modal-card{text-align:left;background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;width:100%;max-width:520px;padding:2rem;animation:.35s cubic-bezier(.16,1,.3,1) modalScaleUp;box-shadow:0 25px 60px -15px #00000040}.home-screen .home-modal-card .home-modal-header{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex;position:relative}.home-screen .home-modal-card .home-modal-header .header-icon-wrapper{border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.home-screen .home-modal-card .home-modal-header .header-icon-wrapper.open{color:#10b981;background:#10b9811f}.home-screen .home-modal-card .home-modal-header .header-icon-wrapper.close{color:#ef4444;background:#ef44441f}.home-screen .home-modal-card .home-modal-header h3{color:#0f172a;margin-bottom:.2rem;font-size:1.35rem;font-weight:850}.home-screen .home-modal-card .home-modal-header p{color:#64748b;letter-spacing:normal;text-transform:none;margin:0;font-size:.85rem;font-weight:500}.home-screen .home-modal-card .home-modal-header .btn-modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:0;right:0}.home-screen .home-modal-card .home-modal-header .btn-modal-close:hover{color:#0f172a;background:#e2e8f0}.home-screen .home-modal-card .caisse-stats-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.home-screen .home-modal-card .caisse-stats-grid .stat-box{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.85rem;padding:.8rem .6rem}.home-screen .home-modal-card .caisse-stats-grid .stat-box.highlight{background:#eff6ff;border-color:#bfdbfe}.home-screen .home-modal-card .caisse-stats-grid .stat-box .stat-label{color:#64748b;margin-bottom:.3rem;font-size:.75rem;font-weight:600;display:block}.home-screen .home-modal-card .caisse-stats-grid .stat-box .stat-val{color:#1e293b;font-size:1rem;font-weight:750}.home-screen .home-modal-card .caisse-stats-grid .stat-box .stat-val.bold{color:#1d4ed8;font-size:1.1rem;font-weight:900}.home-screen .home-modal-card .form-group{margin-bottom:1.25rem}.home-screen .home-modal-card .form-group label{color:#334155;margin-bottom:.5rem;font-size:.88rem;font-weight:700;display:block}.home-screen .home-modal-card .form-group .input-with-icon{align-items:center;display:flex;position:relative}.home-screen .home-modal-card .form-group .input-with-icon .input-icon{color:#94a3b8;pointer-events:none;position:absolute;left:1rem}.home-screen .home-modal-card .form-group .input-with-icon input{padding-left:2.75rem}.home-screen .home-modal-card .form-group input[type=number],.home-screen .home-modal-card .form-group input[type=text]{color:#0f172a;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.75rem;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:all .2s}.home-screen .home-modal-card .form-group input[type=number]:focus,.home-screen .home-modal-card .form-group input[type=text]:focus{background:#fff;border-color:#4f46e5;outline:none;box-shadow:0 0 0 4px #4f46e51a}.home-screen .home-modal-card .form-group input[type=number]:disabled,.home-screen .home-modal-card .form-group input[type=text]:disabled{color:#64748b;cursor:not-allowed;background:#f1f5f9}.home-screen .home-modal-card .form-group .quick-amount-chips{gap:.5rem;margin-top:.6rem;display:flex}.home-screen .home-modal-card .form-group .quick-amount-chips .chip-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.6rem;flex:1;padding:.45rem .5rem;font-size:.85rem;font-weight:750;transition:all .2s}.home-screen .home-modal-card .form-group .quick-amount-chips .chip-btn:hover{color:#0f172a;background:#e2e8f0}.home-screen .home-modal-card .form-group .quick-amount-chips .chip-btn.active{color:#fff;background:#10b981;border-color:#059669}.home-screen .home-modal-card .form-group .ecart-badge{border-radius:.6rem;margin-top:.6rem;padding:.6rem .85rem;font-size:.85rem;font-weight:750}.home-screen .home-modal-card .form-group .ecart-badge.ok{color:#065f46;background:#d1fae5}.home-screen .home-modal-card .form-group .ecart-badge.surplus{color:#92400e;background:#fef3c7}.home-screen .home-modal-card .form-group .ecart-badge.deficit{color:#991b1b;background:#fee2e2}.home-screen .home-modal-card .form-checkbox{margin-bottom:1.5rem}.home-screen .home-modal-card .form-checkbox label{color:#475569;cursor:pointer;align-items:center;gap:.6rem;font-size:.85rem;font-weight:600;display:flex}.home-screen .home-modal-card .form-checkbox label input[type=checkbox]{accent-color:#4f46e5;cursor:pointer;width:18px;height:18px}.home-screen .home-modal-card .home-modal-actions{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.home-screen .home-modal-card .home-modal-actions button{cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-size:.92rem;font-weight:750;transition:all .2s;display:inline-flex}.home-screen .home-modal-card .home-modal-actions button.btn-secondary{color:#64748b;background:#f1f5f9}.home-screen .home-modal-card .home-modal-actions button.btn-secondary:hover{color:#0f172a;background:#e2e8f0}.home-screen .home-modal-card .home-modal-actions button.btn-outline-caisse{color:#4f46e5;background:#fff;border:1px solid #c7d2fe}.home-screen .home-modal-card .home-modal-actions button.btn-outline-caisse:hover{background:#eef2ff}.home-screen .home-modal-card .home-modal-actions button.btn-primary{color:#fff}.home-screen .home-modal-card .home-modal-actions button.btn-primary.open-confirm{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 14px #10b98159}.home-screen .home-modal-card .home-modal-actions button.btn-primary.open-confirm:hover{transform:translateY(-1px);box-shadow:0 6px 20px #10b98173}.home-screen .home-modal-card .home-modal-actions button.btn-primary.close-confirm{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 14px #ef444459}.home-screen .home-modal-card .home-modal-actions button.btn-primary.close-confirm:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ef444473}.home-screen .home-modal-card .home-modal-actions button.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none!important}@keyframes pulseGreen{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}@keyframes toastSlideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.home-screen .grid-menu{justify-content:center;gap:var(--grid-gap);flex-wrap:wrap;width:100%;max-width:1200px;margin:0 auto;display:flex}.home-screen .grid-menu .menu-card{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-card);border-radius:var(--base-radius);padding:var(--card-padding);text-align:center;cursor:pointer;box-shadow:var(--card-shadow);flex-direction:column;flex:1;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.home-screen .grid-menu .menu-card:hover{background:#fff;transform:translateY(-15px);box-shadow:0 40px 80px -15px #4f46e526}.home-screen .grid-menu .menu-card:hover .icon-wrapper{background:var(--primary);color:#fff;transform:scale(1.1)rotate(5deg)}.home-screen .grid-menu .menu-card .icon-wrapper{width:clamp(60px,10vw,80px);height:clamp(60px,10vw,80px);color:var(--primary);border-radius:calc(var(--base-radius)*.7);background:#f1f5f9;justify-content:center;align-items:center;margin-bottom:2rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.home-screen .grid-menu .menu-card .icon-wrapper svg{width:40%;height:40%}.home-screen .grid-menu .menu-card h2{color:#1e1b4b;margin-bottom:.5rem;font-size:clamp(1.3rem,5vw,1.8rem);font-weight:800}.home-screen .grid-menu .menu-card p{color:var(--text-dim);font-size:1.1rem;line-height:1.6}.home-screen footer{text-align:center;margin-top:auto;padding-top:2rem}.home-screen footer .footer-links{flex-direction:column;align-items:center;gap:1rem;display:flex}.home-screen footer .footer-links p{color:var(--text-dim);font-size:.95rem;font-weight:500}.home-screen footer .footer-links .btn-refresh-app{color:var(--primary);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:3rem;align-items:center;gap:.6rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:750;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 6px -1px #0000000d}.home-screen footer .footer-links .btn-refresh-app:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 15px -3px #4f46e54d}.home-screen footer .footer-links .btn-refresh-app:hover svg{animation:1s linear infinite spin}.home-screen footer .footer-links .btn-refresh-app:active{transform:translateY(0)scale(.95)}.tables-screen{padding:var(--base-padding);padding-top:1rem}.tables-screen .header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}@media (max-width:768px){.tables-screen .header{margin-bottom:1.5rem}}.tables-screen .header .back-link{color:var(--text-dim);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:700;transition:all .2s;display:flex}.tables-screen .header .back-link:hover{color:var(--primary);border-color:var(--primary)}.tables-screen .header h1{color:#1e1b4b;letter-spacing:-.03em;font-size:clamp(1.5rem,6vw,2.5rem);font-weight:950}.tables-screen .title-with-icon{align-items:center;gap:1.25rem;display:flex}.tables-screen .title-with-icon svg{color:var(--primary)}.tables-screen .actions-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}@media (max-width:600px){.tables-screen .actions-header{flex-direction:column-reverse;align-items:flex-start;gap:1rem}}.tables-screen .actions-header .subtitle{color:var(--text-dim);font-size:clamp(.9rem,4vw,1.1rem);font-weight:600;line-height:1.4}.tables-screen .grid-tables{gap:var(--grid-gap);grid-template-columns:repeat(auto-fill,minmax(140px,1fr));display:grid}.tables-screen .grid-tables .table-card{padding:var(--card-padding);border-radius:var(--base-radius);cursor:pointer;box-shadow:var(--card-shadow);background:#fff;border:1px solid #e2e8f0;flex-direction:column;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.tables-screen .grid-tables .table-card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 30px 60px -12px #4f46e526}.tables-screen .grid-tables .table-card.occupied{border-color:var(--primary);background:#f5f3ff}.tables-screen .grid-tables .table-card.occupied .table-num{color:var(--primary)}.tables-screen .grid-tables .table-card .label{color:#94a3b8;letter-spacing:.2em;margin-bottom:.5rem;font-size:.8rem;font-weight:800}.tables-screen .grid-tables .table-card .table-num{color:#1e1b4b;font-size:clamp(2.5rem,10vw,4rem);font-weight:950;line-height:1}.tables-screen .grid-tables .table-card.bar-card{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:2px solid #f97316;box-shadow:0 15px 30px -5px #f9731626}.tables-screen .grid-tables .table-card.bar-card:hover{border-color:#ea580c;box-shadow:0 25px 45px -10px #f973164d}.tables-screen .grid-tables .table-card.bar-card .bar-label{color:#c2410c;background:#f9731626;border-radius:.5rem;padding:.25rem .6rem}.tables-screen .grid-tables .table-card.bar-card .table-num{color:#9a3412;text-align:center;word-break:break-word;font-size:clamp(1.4rem,5vw,2.2rem)}.tables-screen .grid-tables .table-card .status-badge{background:var(--primary);color:#fff;text-transform:uppercase;border-radius:.75rem;padding:.3rem .8rem;font-size:.7rem;font-weight:900;animation:2s infinite pulse-soft;position:absolute;bottom:1rem}.tables-screen .empty-state{text-align:left;padding:2rem 0}.tables-screen .empty-state p{max-width:300px;color:var(--text-dim);font-size:1.05rem;font-weight:600;line-height:1.5}.numpad-modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5000;background:#0f172a66;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.numpad-modal .numpad-content{border-radius:var(--base-radius);width:95%;max-width:420px;padding:var(--base-padding);background:#fff;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;transform:translateY(0);box-shadow:0 25px 50px -12px #00000040}.numpad-modal .numpad-header{text-align:center;position:relative}.numpad-modal .numpad-header .header-close{cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:0;right:0}.numpad-modal .numpad-header .header-close:hover{color:#fff;background:#ef4444;transform:rotate(90deg)}.numpad-modal .numpad-header h3{color:var(--text-dim);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem;font-size:.95rem;font-weight:700}.numpad-modal .numpad-header .numpad-display{border-radius:calc(var(--base-radius)*.7);color:#1e1b4b;background:#f8fafc;border:2px solid #e2e8f0;justify-content:center;align-items:center;height:70px;margin-bottom:2rem;font-size:2rem;font-weight:900;display:flex;box-shadow:inset 0 2px 4px #0000000d}.numpad-modal .numpad-header .numpad-display .value.empty{color:#cbd5e1}.numpad-modal .numpad-grid{gap:var(--grid-gap);grid-template-columns:repeat(3,1fr);display:grid}.numpad-modal .numpad-btn{border-radius:calc(var(--base-radius)*.5);color:#1e1b4b;cursor:pointer;background:#f1f5f9;border:none;justify-content:center;align-items:center;font-size:clamp(1.2rem,6vw,2rem);font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.numpad-modal .numpad-btn:hover{background:#e2e8f0;transform:scale(.96)}.numpad-modal .numpad-btn:active{transform:scale(.9)}.numpad-modal .numpad-btn.btn-action.delete{color:#ef4444;background:#fef2f2}.numpad-modal .numpad-btn.btn-action.delete:hover{background:#fee2e2}.numpad-modal .numpad-btn.btn-action.validate{color:#10b981;background:#ecfdf5}.numpad-modal .numpad-btn.btn-action.validate:hover{background:#d1fae5}.numpad-modal .numpad-btn.btn-action.validate:disabled{opacity:.4;cursor:not-allowed;color:#94a3b8;background:#f1f5f9;transform:none}.numpad-modal .numpad-footer{justify-content:center;display:flex}.kitchen-screen{background:#f1f5f9;flex-direction:column;gap:.75rem;min-height:100vh;padding:.75rem;display:flex}.kitchen-screen .kitchen-header{z-index:100;background:#fff;border-radius:1rem;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 2px 10px -5px #0000000d}@media (max-width:1024px){.kitchen-screen .kitchen-header{border-radius:1.5rem;flex-direction:column;gap:1.5rem;padding:1.5rem}}.kitchen-screen .kitchen-header .header-left{align-items:center;gap:1.5rem;display:flex}@media (max-width:640px){.kitchen-screen .kitchen-header .header-left{justify-content:space-between;width:100%}}.kitchen-screen .kitchen-header .header-left .back-btn{color:#1e1b4b;cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:1.25rem;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.kitchen-screen .kitchen-header .header-left .back-btn:hover{color:#fff;background:#1e1b4b}.kitchen-screen .kitchen-header .header-left .kitchen-title{align-items:center;gap:1rem;display:flex}.kitchen-screen .kitchen-header .header-left .kitchen-title .logo-icon{color:#fff;background:#1e1b4b;border-radius:1.25rem;justify-content:center;align-items:center;width:50px;height:50px;display:flex}@media (max-width:480px){.kitchen-screen .kitchen-header .header-left .kitchen-title .logo-icon{display:none}}.kitchen-screen .kitchen-header .header-left .kitchen-title h1{color:#1e1b4b;margin:0;font-size:1.5rem;font-weight:950}.kitchen-screen .kitchen-header .header-left .kitchen-title p{color:#64748b;margin:0;font-size:.8rem;font-weight:700}@media (max-width:480px){.kitchen-screen .kitchen-header .header-left .kitchen-title p{display:none}}@media (max-width:1024px){.kitchen-screen .kitchen-header .header-center{width:100%}}.kitchen-screen .kitchen-header .header-center .view-switcher{background:#f1f5f9;border-radius:1.25rem;gap:.2rem;padding:.3rem;display:flex}@media (max-width:1024px){.kitchen-screen .kitchen-header .header-center .view-switcher{width:100%}}.kitchen-screen .kitchen-header .header-center .view-switcher button{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:1rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:800;transition:all .2s;display:flex}.kitchen-screen .kitchen-header .header-center .view-switcher button.active{color:#1e1b4b;background:#fff;box-shadow:0 4px 10px #0000000d}@media (max-width:640px){.kitchen-screen .kitchen-header .header-center .view-switcher button span{display:none}}.kitchen-screen .kitchen-header .header-right{align-items:center;gap:1.5rem;display:flex}@media (max-width:1024px){.kitchen-screen .kitchen-header .header-right{display:none}}.kitchen-screen .kitchen-header .header-right .current-clock{color:#fff;background:#1e1b4b;border-radius:1.25rem;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:1.1rem;font-weight:900;display:flex}.kitchen-screen .kitchen-summary{z-index:100;background:#1e1b4b;border:1px solid #ffffff1a;border-radius:1rem;margin:0 .5rem;padding:.4rem 1rem;position:sticky;bottom:.5rem;box-shadow:0 10px 30px #0003}.kitchen-screen .kitchen-summary .summary-grid{align-items:center;gap:1rem;display:flex;overflow-x:auto}.kitchen-screen .kitchen-summary .summary-grid .summary-label{color:#94a3b8;letter-spacing:.1em;white-space:nowrap;margin-right:.25rem;font-size:.7rem;font-weight:900}.kitchen-screen .kitchen-summary .summary-grid .summary-item{color:#fff;background:#ffffff14;border:1px solid #ffffff0d;border-radius:.75rem;align-items:center;gap:.5rem;padding:.4rem .8rem .4rem .45rem;font-size:.85rem;font-weight:800;display:flex}.kitchen-screen .kitchen-summary .summary-grid .summary-item .count-pill{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.75rem;font-weight:950;display:flex}.kitchen-screen .kitchen-summary .summary-grid .summary-item .count-pill .current{color:#22c55e}.kitchen-screen .kitchen-summary .summary-grid .summary-item .count-pill .separator{opacity:.3;font-weight:400}.kitchen-screen .kitchen-summary .summary-grid .summary-item .count-pill .total{color:#94a3b8}.kitchen-screen .kitchen-main{flex:1;padding-right:.5rem;overflow-y:auto}.kitchen-screen .kitchen-main::-webkit-scrollbar{width:8px}.kitchen-screen .kitchen-main::-webkit-scrollbar-track{background:0 0}.kitchen-screen .kitchen-main::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.kitchen-screen .kitchen-grid{grid-template-columns:repeat(6,1fr);gap:.75rem;padding-bottom:2rem;display:grid}@media (max-width:2200px){.kitchen-screen .kitchen-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:1800px){.kitchen-screen .kitchen-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1400px){.kitchen-screen .kitchen-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1000px){.kitchen-screen .kitchen-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.kitchen-screen .kitchen-grid{grid-template-columns:1fr}}.kitchen-screen .order-ticket{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.5s cubic-bezier(.16,1,.3,1) ticketSlideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 4px -1px #00000005}.kitchen-screen .order-ticket.is-ready{border:2px solid #add8e6}.kitchen-screen .order-ticket.is-ready .ticket-header{background:#add8e6!important}.kitchen-screen .order-ticket.actionable{cursor:pointer}.kitchen-screen .order-ticket.actionable:active{transform:scale(.98)}.kitchen-screen .order-ticket .ticket-header{border-bottom:2px dashed #f1f5f9;justify-content:space-between;align-items:flex-start;padding:.6rem .75rem;display:flex}.kitchen-screen .order-ticket .ticket-header.boisson{color:#fff;background:#000}.kitchen-screen .order-ticket .ticket-header.entree{color:#fff;background:#3b82f6}.kitchen-screen .order-ticket .ticket-header.plat{color:#fff;background:#10b981}.kitchen-screen .order-ticket .ticket-header.fromage{color:#fff;background:#f59e0b}.kitchen-screen .order-ticket .ticket-header.dessert{color:#fff;background:#ec4899}.kitchen-screen .order-ticket .ticket-header.fini{color:#fff;background:#ef4444}.kitchen-screen .order-ticket .ticket-header .table-info{flex-direction:column;display:flex}.kitchen-screen .order-ticket .ticket-header .table-info .table-label{margin-bottom:-.1rem;font-size:.7rem;font-weight:950;display:block}.kitchen-screen .order-ticket .ticket-header .table-info .table-number{letter-spacing:-.05em;font-size:1.8rem;font-weight:1000;line-height:1}.kitchen-screen .order-ticket .ticket-header .table-info .envoyer{color:#fff;background:#10b981;border-radius:.75rem;margin-left:.5rem;padding:.2rem .4rem;font-size:.7rem;font-weight:950}.kitchen-screen .order-ticket .ticket-header .covers-info{color:#64748b;background:#f1f5f9;border-radius:.75rem;align-items:center;gap:.4rem;margin-top:.3rem;padding:.3rem .6rem;font-size:.85rem;font-weight:950;display:flex}.kitchen-screen .order-ticket .ticket-header .time-info{text-align:right}.kitchen-screen .order-ticket .ticket-header .time-info .elapsed{margin-bottom:.1rem;font-size:1.1rem;font-weight:1000;display:block}.kitchen-screen .order-ticket .ticket-header .time-info .elapsed.warning{color:#f59e0b}.kitchen-screen .order-ticket .ticket-header .time-info .elapsed.danger{color:#ef4444;animation:1s infinite pulse-danger}.kitchen-screen .order-ticket .ticket-header .time-info .arrival{font-size:.8rem;font-weight:800}.kitchen-screen .order-ticket .ticket-body{flex:1;padding:.75rem}.kitchen-screen .order-ticket .ticket-body .items-container{flex-direction:column;gap:.35rem;display:flex}.kitchen-screen .order-ticket .ticket-body .items-container .item-wrapper{flex-direction:column;display:flex}.kitchen-screen .order-ticket .ticket-body .items-container .item-wrapper .category-separator{opacity:.6;background:linear-gradient(90deg,#0000,#e2e8f0 10% 90%,#0000);height:2px;margin:.5rem 0}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item{border-radius:.5rem;padding:.25rem .5rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item.category-boisson .item-name{color:#0ea5e9}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item.dimmed{opacity:.25;filter:grayscale();transform:scale(.95)}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item.mini-compact{opacity:.9;background:#f1f5f9;border-left:3px solid #cbd5e1;border-radius:.6rem;padding:.4rem .6rem}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item.mini-compact .item-qty{font-size:.9rem;color:#475569!important;font-weight:800!important}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item.mini-compact .item-name{font-size:.9rem;color:#64748b!important;font-weight:700!important}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item.mini-compact .item-row{gap:.5rem}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item .item-row{align-items:flex-start;gap:.75rem;display:flex}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item .item-row .item-qty{color:var(--primary);font-size:1.05rem;font-weight:1000;line-height:1.2}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item .item-row .item-name-group{flex:1;justify-content:space-between;align-items:flex-start;display:flex}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item .item-row .item-name-group .item-name{color:#1e1b4b;font-size:1.05rem;font-weight:850;line-height:1.2}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item .item-row .item-name-group .item-name:first-letter{text-transform:uppercase}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item .item-row .item-name-group .item-price-small{color:#64748b;font-size:.8rem;font-weight:900}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item .item-row .item-name-group .item-description{color:red;align-items:center;gap:.2rem;font-size:1rem;font-weight:700;display:inline-flex}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item .item-option{color:#64748b;margin-top:.1rem;padding-left:1.8rem;font-size:.8rem;font-weight:700;position:relative}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item .item-option:before{content:"↳";position:absolute;top:-.1rem;left:.6rem}.kitchen-screen .order-ticket .ticket-body .items-container .ticket-item .item-option .opt-price-small{opacity:.6;font-size:.7rem}.kitchen-screen .order-ticket .ticket-footer{background:#f8fafc;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;display:flex}.kitchen-screen .order-ticket .ticket-footer .admin-total{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.kitchen-screen .order-ticket .ticket-footer .admin-total span{color:#64748b;font-size:.85rem;font-weight:800}.kitchen-screen .order-ticket .ticket-footer .admin-total strong{color:var(--primary);font-size:1.25rem;font-weight:1000}.kitchen-screen .order-ticket .ticket-footer .order-metadata{justify-content:space-between;align-items:center;display:flex}.kitchen-screen .order-ticket .ticket-footer .order-metadata .server-info{color:#94a3b8;align-items:center;gap:.4rem;font-size:.75rem;font-weight:900;display:flex}.kitchen-screen .order-ticket .ticket-footer .order-metadata .server-info span{text-transform:uppercase;letter-spacing:.05em}.kitchen-screen .order-ticket .ticket-footer .order-metadata .ready-badge{color:#fff;background:#22c55e;border-radius:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:950;animation:2s infinite pulseReadyBadge}.kitchen-screen .order-ticket .ticket-footer .footer-actions{gap:.5rem;display:flex}.kitchen-screen .order-ticket .ticket-footer .footer-actions .action-btn{cursor:pointer;border:none;border-radius:1.25rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.95rem;font-weight:1000;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.kitchen-screen .order-ticket .ticket-footer .footer-actions .action-btn.primary{color:#fff;background:#1e1b4b;box-shadow:0 4px 15px #1e1b4b33}.kitchen-screen .order-ticket .ticket-footer .footer-actions .action-btn.primary:hover{background:#312e81;transform:translateY(-2px)}.kitchen-screen .order-ticket .ticket-footer .footer-actions .action-btn.secondary{color:#1e1b4b;background:#fff;border:2px solid #e2e8f0}.kitchen-screen .order-ticket .ticket-footer .footer-actions .action-btn.secondary:hover{border-color:#1e1b4b}.kitchen-screen .order-ticket .ticket-footer .footer-actions .action-btn.success{color:#fff;cursor:default;background:#22c55e}.kitchen-screen .order-ticket .ticket-footer .footer-actions .action-btn.pulse{color:#fff;background:#22c55e;animation:2s infinite pulseReady}.kitchen-screen .order-ticket .ticket-footer .footer-actions .action-btn:active{transform:scale(.95)}.kitchen-screen .order-ticket .ticket-footer .footer-actions .action-btn:disabled{opacity:.5;cursor:not-allowed}.kitchen-screen .kitchen-empty{color:#94a3b8;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;padding:8rem 0;display:flex}.kitchen-screen .kitchen-empty .empty-visual{margin-bottom:2rem;position:relative}.kitchen-screen .kitchen-empty .empty-visual .sparkles{background:radial-gradient(circle,var(--primary-glow)0%,transparent 70%);opacity:.3;animation:3s infinite pulse-soft;position:absolute;inset:-20px}.kitchen-screen .kitchen-empty h2{color:#1e1b4b;margin-bottom:.5rem;font-size:2.5rem;font-weight:1000}.kitchen-screen .kitchen-empty p{color:#64748b;font-size:1.1rem;font-weight:700}.kitchen-screen.cuisine-mode .ticket-item.category-boisson{opacity:.6!important;padding:0!important}.kitchen-screen.cuisine-mode .ticket-item.category-boisson .item-qty,.kitchen-screen.cuisine-mode .ticket-item.category-boisson .item-name{font-size:.65rem!important}.kitchen-screen.cuisine-mode .ticket-item.category-boisson .item-name{color:#94a3b8!important;font-weight:600!important}.kitchen-screen.cuisine-mode .ticket-item.category-boisson .item-option{font-size:.6rem!important}.kitchen-screen.serveur-mode .ticket-item{padding:0!important}.kitchen-screen.serveur-mode .ticket-item .item-qty,.kitchen-screen.serveur-mode .ticket-item .item-name,.kitchen-screen.serveur-mode .ticket-item .item-option{font-size:.8rem!important}.kitchen-screen.serveur-mode .ticket-item.category-boisson{background:#0ea5e90d!important;border:1px solid #0ea5e933!important;padding:.25em!important}.kitchen-screen.serveur-mode .ticket-item.category-boisson .item-qty{color:#0ea5e9!important;font-size:1rem!important}.kitchen-screen.serveur-mode .ticket-item.category-boisson .item-name{color:#0369a1!important;font-size:1rem!important;font-weight:1000!important}@keyframes pulse-danger{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes ticketSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.order-screen{flex-direction:column;width:100%;max-width:1600px;height:100dvh;max-height:100dvh;margin:0 auto;padding:.75rem 1.25rem .5rem;display:flex;overflow:hidden}.order-screen.container{max-width:1600px;padding:.75rem 1.25rem .5rem}@media (max-width:960px){.order-screen{height:auto;max-height:none;padding:.75rem;overflow:visible}.order-screen.container{padding:.75rem}}.order-screen .header-order{border-bottom:1.5px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:.6rem;padding-bottom:.5rem;display:flex}.order-screen .header-order .back-button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:1.2rem;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.95rem;font-weight:800;transition:all .2s;display:flex}.order-screen .header-order .back-button:hover{border-color:var(--primary);color:var(--primary)}.order-screen .header-order .title-area{text-align:center}.order-screen .header-order .title-area h1{color:#1e1b4b;margin:0;font-size:1.6rem;font-weight:950;line-height:1.2}.order-screen .header-order .title-area .btn-transfer{color:#4f46e5;cursor:pointer;background:#4f46e51a;border:1px solid #4f46e540;border-radius:.75rem;padding:.3rem .7rem;font-size:.75rem;font-weight:800;transition:all .2s}.order-screen .header-order .title-area .btn-transfer:hover{color:#fff;background:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.order-screen .header-order .title-area p{color:#22c55e;margin-top:.15rem;font-size:.8rem;font-weight:800}.order-screen .header-order .header-stats{cursor:pointer}.order-screen .header-order .header-stats .stat-pill{background:#fff;border:1px solid #e2e8f0;border-radius:2rem;align-items:center;gap:.6rem;padding:.5rem 1rem;display:flex;box-shadow:0 4px 10px #0000000a}.order-screen .header-order .header-stats .stat-pill .count{color:var(--primary);font-size:1.05rem;font-weight:900}.order-screen .order-main-layout{flex:1;grid-template-columns:1fr 370px;align-items:stretch;gap:1rem;min-height:0;display:grid;overflow:hidden}@media (max-width:1200px){.order-screen .order-main-layout{grid-template-columns:1fr 340px;gap:.75rem}}@media (max-width:960px){.order-screen .order-main-layout{grid-template-columns:1fr;overflow:visible}}.order-screen .order-main-layout .menu-accordion{flex-direction:column;flex:1;gap:.75rem;height:100%;min-height:0;padding-right:.5rem;display:flex;overflow-y:auto}.order-screen .order-main-layout .menu-accordion::-webkit-scrollbar{width:6px}.order-screen .order-main-layout .menu-accordion::-webkit-scrollbar-track{background:0 0}.order-screen .order-main-layout .menu-accordion::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.order-screen .order-main-layout .menu-accordion::-webkit-scrollbar-thumb:hover{background:#cbd5e1}@media (max-width:960px){.order-screen .order-main-layout .menu-accordion{height:auto;padding-right:0;overflow-y:visible}}.order-screen .order-main-layout .menu-accordion .search-container{margin-bottom:.5rem}.order-screen .order-main-layout .menu-accordion .search-container .search-input-wrapper{align-items:center;display:flex;position:relative}.order-screen .order-main-layout .menu-accordion .search-container .search-input-wrapper .search-icon{color:#94a3b8;pointer-events:none;position:absolute;left:1.25rem}.order-screen .order-main-layout .menu-accordion .search-container .search-input-wrapper input{color:#1e1b4b;background:#fff;border:2px solid #e2e8f0;border-radius:1.5rem;width:100%;padding:.8rem 1rem .8rem 3.5rem;font-size:1.1rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 6px -1px #0000000d}.order-screen .order-main-layout .menu-accordion .search-container .search-input-wrapper input::placeholder{color:#94a3b8;font-weight:600}.order-screen .order-main-layout .menu-accordion .search-container .search-input-wrapper input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-glow);background:#fff;outline:none}.order-screen .order-main-layout .menu-accordion .search-container .search-input-wrapper .clear-search{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;right:.75rem}.order-screen .order-main-layout .menu-accordion .search-container .search-input-wrapper .clear-search:hover{color:#ef4444;background:#fee2e2;transform:scale(1.1)}.order-screen .order-main-layout .menu-accordion .search-results{padding-bottom:2rem}.order-screen .order-main-layout .menu-accordion .search-results .search-title{color:#64748b;align-items:center;gap:.5rem;margin-bottom:1.2rem;padding-left:.5rem;font-size:1.1rem;font-weight:800;display:flex}.order-screen .order-main-layout .menu-accordion .search-results .search-title:before{content:"";background:var(--primary);border-radius:2px;width:4px;height:18px;display:block}.order-screen .accordion-group{border-radius:var(--base-radius);background:#fff;border:1px solid #e2e8f0}.order-screen .accordion-group.active{border-color:var(--primary);box-shadow:0 15px 30px -10px #4f46e526}.order-screen .accordion-group .accordion-header{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 1.75rem;display:flex}.order-screen .accordion-group .accordion-header .cat-info{align-items:center;gap:1.5rem;display:flex}.order-screen .accordion-group .accordion-header .cat-info .cat-name{color:#1e1b4b;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:900}.order-screen .accordion-group .accordion-header .cat-info .cat-name:first-letter{text-transform:uppercase}.order-screen .accordion-group .accordion-header .cat-info .cat-qty-indicator{background:var(--primary);color:#fff;border-radius:2rem;padding:.25rem .8rem;font-size:.85rem;font-weight:900}.order-screen .accordion-group .accordion-header .chevron{color:#94a3b8}.order-screen .accordion-group .accordion-content{background:#fff;border-radius:1.25rem;flex-wrap:wrap;gap:1rem;padding:1.25rem;display:flex}.order-screen .sub-accordion-group{background:#fafbff;border:1px solid #f1f5f9;border-radius:1.5rem;flex:1 0 45%;max-width:100%}.order-screen .sub-accordion-group.active{flex:1 0 100%}.order-screen .sub-accordion-group .sub-header{cursor:pointer;color:#475569;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-weight:800;display:flex}.order-screen .sub-accordion-group .sub-header .sc-name{font-size:1.5rem}.order-screen .sub-accordion-group .sub-header .sc-name:first-letter{text-transform:uppercase}.order-screen .items-grid-order{flex-wrap:wrap;gap:1rem;padding:1rem;display:flex}.order-screen .items-grid-order.direct-items{flex:1 0 100%;width:100%}.order-screen .dish-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:2rem;flex:1 0;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 6px -1px #00000005}.order-screen .dish-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 12px 24px -6px #0000001a}.order-screen .dish-card.in-order{border-color:var(--primary);background:#f5f3ff}.order-screen .dish-card .qty-badge{color:#fff;background:#ef4444;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:900;display:flex;position:absolute;top:-10px;right:-10px}.order-screen .dish-card .opt-badge{background:var(--primary);color:#fff;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:900;display:flex;position:absolute;top:-10px;left:-10px}.order-screen .dish-card .dish-info{flex-direction:column;gap:.25rem;display:flex}.order-screen .dish-card .dish-info .dish-name{color:#1e1b4b;font-size:clamp(.95rem,3vw,1.15rem);font-weight:850;line-height:1.2;display:block}.order-screen .dish-card .dish-info .dish-name:first-letter{text-transform:uppercase}.order-screen .dish-card .dish-info .dish-meta{align-items:center;gap:.75rem;display:flex}.order-screen .dish-card .dish-info .dish-meta .dish-price{color:var(--primary);font-size:1rem;font-weight:900}.order-screen .dish-card .dish-info .dish-meta .stock-badge{color:#64748b;background:#f1f5f9;border-radius:1rem;padding:.2rem .6rem;font-size:.75rem;font-weight:800;position:absolute;top:-10px;right:-10px}.order-screen .dish-card .dish-info .dish-meta .stock-badge.low{color:#ef4444;background:#fef2f2}.order-screen .dish-card.formula-card{background:#fdfdfd;border:2px dashed #e2e8f0}.order-screen .dish-card.formula-card .dish-name{color:var(--primary);font-size:.8rem}.order-screen .dish-card.formula-card .dish-price{font-size:1rem;font-weight:900}.order-screen .dish-card.formula-card.f24{background:#f0f9ff;border-color:#bae6fd}.order-screen .dish-card.formula-card.f28{background:#f5f3ff;border-color:#ddd6fe}.order-screen .dish-card.formula-card.f35{background:#fff7ed;border-color:#fed7aa}.order-screen .dish-card.formula-card:hover{border-style:solid;transform:translateY(-3px)}.order-screen .floating-cart-btn{background:var(--primary);color:#fff;cursor:pointer;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s cubic-bezier(.16,1,.3,1);display:none;position:fixed;bottom:2rem;right:2rem;box-shadow:0 20px 40px -5px #4f46e566}.order-screen .floating-cart-btn.visible{display:flex}.order-screen .floating-cart-btn:active{transform:scale(.9)}.order-screen .floating-cart-btn .icon-stack{position:relative}.order-screen .floating-cart-btn .icon-stack .badge{color:#fff;background:#ef4444;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:950;display:flex;position:absolute;top:-15px;right:-15px}.order-screen .floating-cart-btn .arrow{opacity:.6;margin-left:.5rem}@media (min-width:961px){.order-screen .floating-cart-btn{display:none!important}}.order-screen .checkout-sidebar{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}@media (max-width:960px){.order-screen .checkout-sidebar{z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a66;height:100dvh;padding:0;display:none;position:fixed;inset:0}.order-screen .checkout-sidebar.mobile-visible{justify-content:center;align-items:flex-end;padding:0;display:flex}}.order-screen .checkout-sidebar .checkout-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;flex-direction:column;width:100%;height:100%;max-height:100%;display:flex;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d}@media (max-width:960px){.order-screen .checkout-sidebar .checkout-card{border-radius:1.5rem 1.5rem 0 0;height:88dvh;max-height:88dvh}}.order-screen .checkout-sidebar .checkout-card .checkout-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;gap:.5rem;padding:.75rem 1rem;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-header .header-top{justify-content:space-between;align-items:center;width:100%;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-header .title-group{align-items:center;gap:.6rem;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-header .title-group h3{color:#1e1b4b;margin:0;font-size:1.2rem;font-weight:950}.order-screen .checkout-sidebar .checkout-card .checkout-header .title-group .close-cart-mobile{cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;width:36px;height:36px;display:none}@media (max-width:960px){.order-screen .checkout-sidebar .checkout-card .checkout-header .title-group .close-cart-mobile{justify-content:center;align-items:center;display:flex}}.order-screen .checkout-sidebar .checkout-card .checkout-header .clear-cmd{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.2rem .5rem;font-size:.8rem;font-weight:700;transition:background .2s}.order-screen .checkout-sidebar .checkout-card .checkout-header .clear-cmd:hover{background:#fee2e2}.order-screen .checkout-sidebar .checkout-card .checkout-header .formula-actions{gap:.4rem;width:100%;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-header .formula-actions .btn-formula{cursor:pointer;text-align:center;white-space:nowrap;border:none;border-radius:.75rem;flex:1;padding:.5rem .35rem;font-size:.8rem;font-weight:800;transition:all .2s}.order-screen .checkout-sidebar .checkout-card .checkout-header .formula-actions .btn-formula.f24{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd}.order-screen .checkout-sidebar .checkout-card .checkout-header .formula-actions .btn-formula.f28{color:#6d28d9;background:#f5f3ff;border:1px solid #ddd6fe}.order-screen .checkout-sidebar .checkout-card .checkout-header .formula-actions .btn-formula.f35{color:#c2410c;background:#fff7ed;border:1px solid #fed7aa}.order-screen .checkout-sidebar .checkout-card .checkout-header .formula-actions .btn-formula:hover{filter:brightness(.96);transform:translateY(-1px)}.order-screen .checkout-sidebar .checkout-card .checkout-list{flex-direction:column;flex:1;gap:.35rem;min-height:0;padding:.65rem .75rem;display:flex;overflow-y:auto}.order-screen .checkout-sidebar .checkout-card .checkout-list::-webkit-scrollbar{width:5px}.order-screen .checkout-sidebar .checkout-card .checkout-list::-webkit-scrollbar-track{background:0 0}.order-screen .checkout-sidebar .checkout-card .checkout-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.order-screen .checkout-sidebar .checkout-card .checkout-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card{background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:.85rem;margin-bottom:.35rem;padding:.6rem .75rem;animation:.3s ease-out slideInRight}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card .formula-group-header{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card .formula-group-header .f-title{align-items:center;gap:.5rem;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card .formula-group-header .f-title .badge{background:var(--primary);color:#fff;text-transform:uppercase;border-radius:.4rem;padding:.2rem .45rem;font-size:.65rem;font-weight:800}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card .formula-group-header .f-title .price{color:#1e1b4b;font-size:1.05rem;font-weight:950}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card .formula-group-header .btn-unlink{color:#94a3b8;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card .formula-group-header .btn-unlink:hover{color:#ef4444;background:#fee2e2}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card .formula-items{flex-direction:column;gap:.25rem;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card .formula-items .f-item{background:#fff;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.3rem .5rem;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card .formula-items .f-item .name{color:#475569;font-size:.85rem;font-weight:700}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card .formula-items .f-item .cat{color:#94a3b8;text-transform:uppercase;background:#f1f5f9;border-radius:.3rem;padding:.1rem .35rem;font-size:.6rem;font-weight:800}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card .formula-items .f-item.missing{opacity:.6;background:0 0;border:1px dashed #e2e8f0;font-style:italic}.order-screen .checkout-sidebar .checkout-card .checkout-list .formula-group-card .formula-items .f-item.missing .name{color:#94a3b8}.order-screen .checkout-sidebar .checkout-card .checkout-list .empty-cart{text-align:center;color:#94a3b8;padding:3rem 0}.order-screen .checkout-sidebar .checkout-card .checkout-list .empty-cart .empty-icon{opacity:.3;margin-bottom:1rem}.order-screen .checkout-sidebar .checkout-card .checkout-list .empty-cart p{font-size:1.05rem;font-weight:800}.order-screen .checkout-sidebar .checkout-card .checkout-list .cart-category-divider{align-items:center;gap:.5rem;margin:.4rem 0 .2rem;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-list .cart-category-divider .category-pill{text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f1f5f9;border-radius:1rem;padding:.15rem .5rem;font-size:.65rem;font-weight:800}.order-screen .checkout-sidebar .checkout-card .checkout-list .cart-category-divider .category-pill.hors-carte{color:#b45309;background:#fef3c7}.order-screen .checkout-sidebar .checkout-card .checkout-list .cart-category-divider .divider-line{background:#e2e8f0;flex:1;height:1px}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item{background:#fff;border:1px solid #f1f5f9;border-radius:.85rem;align-items:flex-start;gap:.55rem;margin-bottom:.3rem;padding:.45rem .65rem;transition:all .15s;display:flex;box-shadow:0 2px 6px #00000005}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item:hover{background:#fafafa;border-color:#cbd5e1}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-qty-prefix{color:#475569;background:#f1f5f9;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:.75rem;font-weight:900;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-qty-prefix:after{content:"x";opacity:.6;margin-left:1px;font-size:.65rem}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-name-group{min-width:0}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-name-group .item-name{color:#1e1b4b;word-break:break-word;font-size:.88rem;font-weight:800;line-height:1.25}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-name-group .item-name:first-letter{text-transform:uppercase}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-name-group .item-option-label{color:#64748b;font-size:.72rem;font-weight:600;display:block}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-name-group .item-option-label .opt-price{color:#6366f1;margin-left:4px;font-weight:800}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-controls-block{justify-content:space-between;align-items:center;gap:.35rem;margin-top:.1rem;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-controls-block .item-price{color:#1e1b4b;white-space:nowrap;font-size:.88rem;font-weight:900}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-controls-block .qty-btns{gap:.2rem;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-controls-block .qty-btns button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .15s;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-controls-block .qty-btns button.qty-btn-plus{color:#10b981;background:#f0fdf4;border-color:#bbf7d0}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-controls-block .qty-btns button.qty-btn-plus:hover{color:#fff;background:#10b981}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-controls-block .qty-btns button.qty-btn-minus{color:#ef4444;background:#fef2f2;border-color:#fecaca}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-info-main .item-controls-block .qty-btns button.qty-btn-minus:hover{color:#fff;background:#ef4444}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-actions-aside{border-left:1px solid #f1f5f9;flex-direction:column;flex-shrink:0;align-items:center;gap:.2rem;margin-top:2px;padding-left:.35rem;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-actions-aside button{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:all .2s;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-actions-aside button.remove-item-btn{color:#94a3b8}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-actions-aside button.remove-item-btn:hover{color:#ef4444;background:#fee2e2}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-actions-aside button.edit-item-btn{color:#94a3b8}.order-screen .checkout-sidebar .checkout-card .checkout-list .checkout-item .item-actions-aside button.edit-item-btn:hover{color:#6366f1;background:#eef2ff}.order-screen .checkout-sidebar .checkout-card .checkout-footer{background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;padding:.65rem .85rem}.order-screen .checkout-sidebar .checkout-card .checkout-footer .total-row{justify-content:space-between;align-items:center;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-footer .total-row span{color:#64748b;font-size:.9rem;font-weight:700}.order-screen .checkout-sidebar .checkout-card .checkout-footer .total-row .total-amount{color:#1e1b4b;letter-spacing:-.02em;font-size:1.4rem;font-weight:950}.order-screen .checkout-sidebar .checkout-card .checkout-footer .btn-checkout-trigger{color:#fff;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.4rem;padding:.65rem 1rem;font-size:.92rem;font-weight:800;transition:all .2s;display:flex}.order-screen .checkout-sidebar .checkout-card .checkout-footer .btn-checkout-trigger:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.numpad-modal{z-index:3000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a66;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.numpad-modal .numpad-content{border-radius:var(--base-radius);width:100%;max-width:500px;padding:var(--base-padding);background:#fff;flex-direction:column;gap:2rem;max-height:80vh;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;display:flex;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.numpad-modal .numpad-content .numpad-header{text-align:center;border-bottom:2px solid #f1f5f9;padding-bottom:1.5rem}.numpad-modal .numpad-content .numpad-header .item-name{color:#1e1b4b;margin-bottom:.5rem;font-size:1.8rem;font-weight:950}.numpad-modal .numpad-content .numpad-header .item-price{color:var(--primary);font-size:1.4rem;font-weight:800}.numpad-modal .numpad-content .item-qty-control{background:#f8fafc;border:2px solid #e2e8f0;border-radius:4rem;justify-content:center;align-items:center;gap:2rem;padding:1rem;display:flex}.numpad-modal .numpad-content .item-qty-control button{color:#1e1b4b;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000001a}.numpad-modal .numpad-content .item-qty-control button:hover{background:var(--primary);color:#fff;transform:scale(1.1)}.numpad-modal .numpad-content .item-qty-control button:active{transform:scale(.95)}.numpad-modal .numpad-content .item-qty-control .qty-val{color:#1e1b4b;text-align:center;min-width:60px;font-size:2.5rem;font-weight:950}.numpad-modal .numpad-content .item-description textarea{color:#1e1b4b;resize:none;background:#f8fafc;border:2px solid #e2e8f0;border-radius:1.5rem;width:100%;height:120px;padding:1.5rem;font-family:inherit;font-size:1.1rem;font-weight:700;transition:all .2s}.numpad-modal .numpad-content .item-description textarea:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #4f46e51a}.numpad-modal .numpad-content .item-description textarea::placeholder{color:#94a3b8}.numpad-modal .numpad-content .btn-validate-large{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:1.5rem;width:100%;padding:1.25rem;font-size:1.2rem;font-weight:900;transition:all .2s;box-shadow:0 10px 15px -3px #4f46e54d}.numpad-modal .numpad-content .btn-validate-large:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #4f46e566}.numpad-modal .numpad-content .btn-validate-large:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.qty-modal-container{flex-direction:column;gap:2rem;width:100%;display:flex}.qty-modal-container .qty-dual-controls{background:#f8fafc;border:2px solid #e2e8f0;border-radius:2rem;justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem 1.5rem;display:flex}@media (max-width:480px){.qty-modal-container .qty-dual-controls{flex-direction:column;gap:2rem}}.qty-modal-container .qty-dual-controls .qty-divider{background:#e2e8f0;border-radius:1px;width:2px;height:80px}@media (max-width:480px){.qty-modal-container .qty-dual-controls .qty-divider{width:80%;height:2px}}.qty-modal-container .qty-group{flex-direction:column;flex:1;align-items:center;gap:1rem;display:flex}.qty-modal-container .qty-group label{color:#94a3b8;letter-spacing:.15em;text-transform:uppercase;font-size:.75rem;font-weight:900}.qty-modal-container .qty-group .qty-input-wrapper{align-items:center;gap:.75rem;display:flex}.qty-modal-container .qty-group .qty-input-wrapper .ui-number-wrapper,.qty-modal-container .qty-group .qty-input-wrapper ui-number{width:75px;display:inline-block}.qty-modal-container .qty-group .qty-input-wrapper .ui-number-wrapper .ui-number-input-box,.qty-modal-container .qty-group .qty-input-wrapper ui-number .ui-number-input-box{border-radius:1rem;height:54px}.qty-modal-container .qty-group .qty-input-wrapper .ui-number-wrapper .ui-number-input,.qty-modal-container .qty-group .qty-input-wrapper ui-number .ui-number-input{text-align:center;height:54px;padding:0;font-size:1.5rem;font-weight:900}.qty-modal-container .qty-group .qty-input-wrapper input{text-align:center;color:#1e1b4b;background:#fff;border:2px solid #e2e8f0;border-radius:1rem;width:70px;height:54px;font-size:1.5rem;font-weight:900;transition:all .2s}.qty-modal-container .qty-group .qty-input-wrapper input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-glow);outline:none}.qty-modal-container .qty-group .qty-input-wrapper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-modal-container .qty-group .qty-input-wrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-modal-container .qty-group .qty-input-wrapper .qty-btn-circle{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.qty-modal-container .qty-group .qty-input-wrapper .qty-btn-circle.minus{color:#64748b;background:#f1f5f9}.qty-modal-container .qty-group .qty-input-wrapper .qty-btn-circle.minus:hover{background:#e2e8f0}.qty-modal-container .qty-group .qty-input-wrapper .qty-btn-circle.plus{background:var(--primary);color:#fff}.qty-modal-container .qty-group .qty-input-wrapper .qty-btn-circle.plus:hover{transform:scale(1.1)}.qty-modal-container .qty-group .qty-input-wrapper .qty-btn-circle.stock-minus{color:#ef4444;background:#fef2f2}.qty-modal-container .qty-group .qty-input-wrapper .qty-btn-circle.stock-minus:hover{background:#fee2e2}.qty-modal-container .qty-group .qty-input-wrapper .qty-btn-circle.stock-plus{color:#10b981;background:#ecfdf5}.qty-modal-container .qty-group .qty-input-wrapper .qty-btn-circle.stock-plus:hover{background:#d1fae5;transform:scale(1.1)}.qty-modal-container .qty-group .qty-input-wrapper .qty-btn-circle:active{transform:scale(.9)}.qty-modal-container .modal-actions{gap:1rem;display:flex}.qty-modal-container .modal-actions button{cursor:pointer;border-radius:1.5rem;flex:1;padding:1.25rem;font-size:1.1rem;font-weight:900;transition:all .3s cubic-bezier(.16,1,.3,1)}.qty-modal-container .modal-actions button.btn-secondary{color:#64748b;background:#fff;border:2px solid #e2e8f0}.qty-modal-container .modal-actions button.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.qty-modal-container .modal-actions button.btn-primary{background:var(--primary);color:#fff;border:none;box-shadow:0 10px 15px -3px #4f46e54d}.qty-modal-container .modal-actions button.btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 25px -5px #4f46e566}.qty-modal-container .modal-actions button.btn-hors-carte{border:2px dashed var(--primary);color:var(--primary);background:#fff;align-items:center;gap:.5rem;display:flex}.qty-modal-container .modal-actions button.btn-hors-carte:hover{background:var(--primary-glow);border-style:solid}.qty-modal-container .input-group{text-align:left;width:100%;margin-bottom:1rem}.qty-modal-container .input-group label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:800;display:block}.qty-modal-container .input-group .ui-number-wrapper,.qty-modal-container .input-group ui-number{width:100%;display:block}.qty-modal-container .input-group input,.qty-modal-container .input-group select{color:#1e1b4b;background:#f8fafc;border:2px solid #e2e8f0;border-radius:1.25rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .2s}.qty-modal-container .input-group input:focus,.qty-modal-container .input-group select:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-glow);background:#fff;outline:none}.qty-modal-container .input-group input::placeholder,.qty-modal-container .input-group select::placeholder{color:#cbd5e1}:root{--sidebar-width:250px;--header-height:64px;--sidebar-mobile-width:260px;--sidebar-tablet-width:70px}.admin-screen{color:#1e293b;background:#f8fafc;min-height:100vh;font-family:inherit;display:flex}.admin-screen .admin-category-pills{border-bottom:1px solid #e2e8f0;gap:.75rem;margin-bottom:1.5rem;padding:.5rem 0 1.25rem;display:flex;overflow-x:auto}.admin-screen .admin-category-pills::-webkit-scrollbar{height:4px}.admin-screen .admin-category-pills::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.admin-screen .admin-category-pills .category-pill-btn{color:#64748b;letter-spacing:.03em;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s ease-in-out;box-shadow:0 2px 4px #00000005}.admin-screen .admin-category-pills .category-pill-btn:hover{color:#1e293b;background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.admin-screen .admin-category-pills .category-pill-btn.active{background:var(--primary,#4f46e5);color:#fff;border-color:var(--primary,#4f46e5);box-shadow:0 4px 12px #4f46e540}.admin-screen .admin-sidebar{width:var(--sidebar-width);z-index:50;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;height:100vh;display:flex;position:sticky;top:0}.admin-screen .admin-sidebar .sidebar-brand{align-items:center;gap:1rem;padding:2rem;display:flex}.admin-screen .admin-sidebar .sidebar-brand .logo-sq{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 12px #6366f14d}.admin-screen .admin-sidebar .sidebar-brand .brand-text h2{color:#0f172a;margin:0;font-size:1rem;font-weight:1000;line-height:1}.admin-screen .admin-sidebar .sidebar-brand .brand-text p{color:#64748b;margin:0;font-size:.7rem;font-weight:600}.admin-screen .admin-sidebar .sidebar-nav{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.admin-screen .admin-sidebar .sidebar-nav button{color:#64748b;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.95rem;font-weight:800;transition:all .2s;display:flex}.admin-screen .admin-sidebar .sidebar-nav button:hover{color:#0f172a;background:#f1f5f9}.admin-screen .admin-sidebar .sidebar-nav button.active{color:var(--primary);background:#f1f5f9;position:relative}.admin-screen .admin-sidebar .sidebar-nav button.active:after{content:"";background:var(--primary);border-radius:4px 0 0 4px;width:4px;height:60%;position:absolute;top:20%;right:0}.admin-screen .admin-sidebar .sidebar-footer{border-top:1px solid #f1f5f9;padding:1.5rem}.admin-screen .admin-sidebar .sidebar-footer .back-to-home{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1.5rem;padding:.75rem;font-size:.9rem;font-weight:800;transition:all .2s;display:flex}.admin-screen .admin-sidebar .sidebar-footer .back-to-home:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.admin-screen .admin-sidebar .sidebar-footer .sidebar-credits{text-align:center}.admin-screen .admin-sidebar .sidebar-footer .sidebar-credits p{color:#94a3b8;margin:0;font-size:.75rem;font-weight:700;line-height:1.4}.admin-screen .admin-sidebar .sidebar-footer .sidebar-credits p:first-child{color:#64748b;margin-bottom:.2rem;font-weight:850}.admin-screen .admin-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow-y:auto}.admin-screen .admin-main .admin-header{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;position:sticky;top:0}.admin-screen .admin-main .admin-header .header-left{display:none}.admin-screen .admin-main .admin-header .header-search{align-items:center;gap:1.5rem;display:flex}.admin-screen .admin-main .admin-header .header-search .date-picker-input{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;padding:.6rem 1rem;font-family:inherit;font-weight:700;transition:all .2s}.admin-screen .admin-main .admin-header .header-search .date-picker-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.admin-screen .admin-main .admin-header .header-search .search-box{background:#f1f5f9;border-radius:12px;flex:1;align-items:center;min-width:200px;padding:0 .5rem;display:flex}@media (max-width:640px){.admin-screen .admin-main .admin-header .header-search .search-box{flex:1;min-width:0}}.admin-screen .admin-main .admin-header .header-search .search-box input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.admin-screen .admin-main .admin-header .header-search .search-box input::placeholder{color:#94a3b8}.admin-screen .admin-main .admin-header .header-search .search-box button{width:36px;height:36px;color:var(--primary);cursor:pointer;background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.admin-screen .admin-main .admin-header .header-search .search-box button:hover{transform:scale(1.05);box-shadow:0 4px 8px #0000001a}.admin-screen .admin-main .admin-header .header-actions{align-items:center;gap:1.5rem;display:flex}.admin-screen .admin-main .admin-header .header-actions .date-display{color:#64748b;text-transform:capitalize;font-size:.95rem;font-weight:800}.admin-screen .admin-main .admin-header .header-actions .user-profile .avatar{color:#1e293b;cursor:pointer;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:900;display:flex}.admin-screen .admin-main .admin-content{width:100%;max-width:1600px;margin:0 auto;padding:1.5rem}@media (max-width:768px){.admin-screen .admin-main .admin-content{padding:1rem .75rem}}.admin-screen .admin-main .admin-content .admin-loading{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;height:400px;display:flex}.admin-screen .admin-main .admin-content .admin-loading .spinner{margin-bottom:1rem;animation:1s linear infinite rotate}.icon-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.icon-btn:hover{color:#0f172a;background:#f1f5f9}.icon-btn.danger:hover{color:#ef4444;background:#fef2f2}.status-pill{text-transform:uppercase;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:1000;display:inline-block}.status-pill.boisson{color:#3b82f6;background:#eff6ff}.status-pill.entree{color:#8b5cf6;background:#f5f3ff}.status-pill.plat{color:#ef4444;background:#fef2f2}.status-pill.dessert{color:#10b981;background:#ecfdf5}.status-pill.fini{color:#64748b;background:#f1f5f9}.table-badge,.date-badge{border-radius:6px;padding:.3rem .6rem;font-size:.8rem;font-weight:800}.table-badge{color:#0f172a;background:#f1f5f9;border-radius:8px;padding:.4rem .75rem;font-weight:1000}.date-badge{color:#64748b;background:#f1f5f9}.admin-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000000d}.admin-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px -8px #0000001a}.admin-stat-card .card-top{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.admin-stat-card .card-top .icon-box{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.admin-stat-card .card-top .trend{border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.8rem;font-weight:1000;display:flex}.admin-stat-card .card-top .trend.up{color:#10b981;background:#ecfdf5}.admin-stat-card .card-top .trend.down{color:#ef4444;background:#fef2f2}.admin-stat-card .card-bottom h3{color:#64748b;margin-bottom:.25rem;font-size:.95rem;font-weight:850}.admin-stat-card .card-bottom .value-group{align-items:baseline;gap:.5rem;display:flex}.admin-stat-card .card-bottom .value-group .main-value{color:#0f172a;font-size:1.8rem;font-weight:1000}.admin-stat-card .card-bottom .value-group .sub-value{color:#94a3b8;font-size:.85rem;font-weight:700}.admin-stat-card.blue .icon-box{color:#3b82f6;background:#eff6ff}.admin-stat-card.purple .icon-box{color:#8b5cf6;background:#f5f3ff}.admin-stat-card.orange .icon-box{color:#f97316;background:#fff7ed}.admin-stat-card.emerald .icon-box{color:#10b981;background:#ecfdf5}.tab-dashboard .tab-header-box{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.tab-dashboard .tab-header-box .header-info h1{color:#0f172a;margin-bottom:.5rem;font-size:1.75rem;font-weight:1000}.tab-dashboard .tab-header-box .header-info p{color:#64748b;font-size:.95rem;font-weight:600}.tab-dashboard .tab-header-box .dashboard-global-filters{background:#fff;border:1px solid #e2e8f0;border-radius:16px;gap:1.5rem;padding:1rem 1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.tab-dashboard .tab-header-box .dashboard-global-filters .filter-group{flex-direction:column;gap:.35rem;display:flex}.tab-dashboard .tab-header-box .dashboard-global-filters .filter-group label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:900}.tab-dashboard .tab-header-box .dashboard-global-filters .filter-group select{color:#1e293b;cursor:pointer;appearance:none;background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right .75rem center no-repeat;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:.5rem 2.5rem .5rem .75rem;font-family:inherit;font-weight:750;transition:all .2s}.tab-dashboard .tab-header-box .dashboard-global-filters .filter-group select:hover{border-color:var(--primary);background-color:#fff}.tab-dashboard .tab-header-box .dashboard-global-filters .filter-group select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.tab-dashboard .stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:1024px){.tab-dashboard .stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:640px){.tab-dashboard .stats-grid{grid-template-columns:1fr}}.tab-dashboard .dashboard-charts-row{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.tab-dashboard .dashboard-charts-row.secondary{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tab-dashboard .dashboard-charts-row .chart-card.large,.tab-dashboard .dashboard-charts-row .chart-card:first-child{grid-column:span 1}.tab-dashboard .dashboard-charts-row:first-of-type{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.tab-dashboard .chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;padding:1.75rem;display:flex}.tab-dashboard .chart-card.full-width{grid-column:1/-1}.tab-dashboard .chart-card .chart-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.tab-dashboard .chart-card .chart-header h2{color:#1e293b;font-size:1.1rem;font-weight:1000}.tab-dashboard .chart-card .chart-header .header-title-group{align-items:center;gap:1rem;display:flex}.tab-dashboard .chart-card .chart-header .header-title-group .year-selector{color:#1e293b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:.4rem .8rem;font-family:inherit;font-size:.9rem;font-weight:850;transition:all .2s}.tab-dashboard .chart-card .chart-header .header-title-group .year-selector:hover{border-color:var(--primary);background:#fff}.tab-dashboard .chart-card .chart-header .header-title-group .year-selector:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.tab-dashboard .chart-card .chart-header .chart-legend{gap:1rem;display:flex}.tab-dashboard .chart-card .chart-header .chart-legend .legend-item{color:#64748b;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;display:flex}.tab-dashboard .chart-card .chart-header .chart-legend .legend-item .dot{border-radius:50%;width:8px;height:8px}.tab-dashboard .chart-card .chart-body{flex:1;min-height:250px;position:relative}.tab-dashboard .chart-card .smooth-chart-container .chart-svg{transition:transform .3s}.tab-dashboard .chart-card .smooth-chart-container .chart-svg path{pointer-events:none}.tab-dashboard .chart-card .smooth-chart-container .chart-svg circle{transition:r .2s cubic-bezier(.16,1,.3,1),stroke-width .2s}.tab-dashboard .chart-card .smooth-chart-container .chart-svg circle:hover{r:10;stroke-width:5px}.tab-dashboard .chart-card .smooth-chart-container .chart-labels{-webkit-user-select:none;user-select:none}.tab-dashboard .chart-card .smooth-chart-container .chart-labels span{transition:color .3s}.tab-dashboard .chart-card .smooth-chart-container .chart-labels span:hover{color:#1e293b}.tab-dashboard .bar-chart-container{justify-content:space-between;align-items:flex-end;gap:1rem;height:300px;padding-top:50px;display:flex}.tab-dashboard .bar-chart-container.monthly{gap:.75rem}.tab-dashboard .bar-chart-container .bar-wrapper{flex-direction:column;flex:1;align-items:center;gap:.75rem;height:100%;display:flex}.tab-dashboard .bar-chart-container .bar-wrapper .bar-track{background:#f8fafc;border-radius:8px 8px 4px 4px;flex:1;align-items:flex-end;width:100%;max-width:40px;display:flex;position:relative}.tab-dashboard .bar-chart-container .bar-wrapper .bar-track.multi{background:0 0;border-radius:0;gap:6px;max-width:80px;overflow:visible}.tab-dashboard .bar-chart-container .bar-wrapper .bar-track.multi .bar-fill{border-radius:6px 6px 2px 2px}.tab-dashboard .bar-chart-container .bar-wrapper .bar-track .bar-fill{background:var(--primary);border-radius:inherit;cursor:pointer;width:100%;transition:height 1s cubic-bezier(.16,1,.3,1);position:relative}.tab-dashboard .bar-chart-container .bar-wrapper .bar-track .bar-fill.prev{opacity:.6;background:#94a3b8}.tab-dashboard .bar-chart-container .bar-wrapper .bar-track .bar-fill:hover{filter:brightness(1.1);z-index:10}.tab-dashboard .bar-chart-container .bar-wrapper .bar-track .bar-fill:hover .bar-tooltip{opacity:1;transform:translate(-50%)translateY(-5px)}.tab-dashboard .bar-chart-container .bar-wrapper .bar-label{color:#94a3b8;text-transform:uppercase;font-size:.75rem;font-weight:800}.tab-dashboard .bar-tooltip{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;z-index:10;background:#0f172a;border-radius:6px;padding:.4rem .6rem;font-size:.75rem;font-weight:900;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;top:-35px;left:50%;transform:translate(-50%)translateY(5px);box-shadow:0 4px 12px #0003}.tab-dashboard .bar-tooltip:after{content:"";border-top:4px solid #0f172a;border-left:4px solid #0000;border-right:4px solid #0000;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.tab-dashboard .category-dist-list{flex-direction:column;gap:1.25rem;display:flex}.tab-dashboard .category-dist-list .dist-item .dist-info{justify-content:space-between;margin-bottom:.5rem;display:flex}.tab-dashboard .category-dist-list .dist-item .dist-info .name{color:#1e293b;text-transform:capitalize;font-size:.9rem;font-weight:850}.tab-dashboard .category-dist-list .dist-item .dist-info .val{color:#64748b;font-size:.9rem;font-weight:1000}.tab-dashboard .category-dist-list .dist-item .dist-bar-track{background:#f1f5f9;border-radius:10px;height:8px;overflow:hidden}.tab-dashboard .category-dist-list .dist-item .dist-bar-track .dist-bar-fill{border-radius:10px;height:100%;transition:width 1s ease-out}.tab-dashboard .dashboard-row{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.tab-dashboard .dashboard-row .section-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.tab-dashboard .dashboard-row .section-header h2{color:#1e293b;font-size:1.2rem;font-weight:1000}.tab-dashboard .dashboard-row .section-header button{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:950}.tab-dashboard .dashboard-row .section-header button:hover{text-decoration:underline}.tab-dashboard .recent-orders-mini,.tab-dashboard .inventory-summary{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem}.tab-dashboard .recent-orders-mini .staff-ranking-grid{border-top:1px solid #f1f5f9;padding-top:1.5rem}.tab-dashboard .recent-orders-mini .staff-ranking-grid .staff-list{flex-direction:column;gap:.75rem;display:flex}.tab-dashboard .recent-orders-mini .staff-ranking-grid .staff-list .staff-item-row{background:#f8fafc;border-radius:12px;align-items:center;gap:1rem;padding:.75rem;transition:all .2s;display:flex}.tab-dashboard .recent-orders-mini .staff-ranking-grid .staff-list .staff-item-row:hover{background:#f1f5f9;transform:translate(4px)}.tab-dashboard .recent-orders-mini .staff-ranking-grid .staff-list .staff-item-row .rank{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:900;display:flex}.tab-dashboard .recent-orders-mini .staff-ranking-grid .staff-list .staff-item-row .name{color:#1e293b;flex:1;font-size:.95rem;font-weight:850}.tab-dashboard .recent-orders-mini .staff-ranking-grid .staff-list .staff-item-row .rev{color:var(--primary);font-size:.9rem;font-weight:1000}.tab-dashboard .recent-orders-mini .mini-list{flex-direction:column;gap:.75rem;display:flex}.tab-dashboard .recent-orders-mini .mini-list .mini-item{border-radius:12px;align-items:center;gap:1rem;padding:.75rem;transition:all .2s;display:flex}.tab-dashboard .recent-orders-mini .mini-list .mini-item:hover{background:#f8fafc}.tab-dashboard .recent-orders-mini .mini-list .mini-item .table-sq{color:#1e293b;background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:1000;display:flex}.tab-dashboard .recent-orders-mini .mini-list .mini-item .item-details{flex-direction:column;flex:1;display:flex}.tab-dashboard .recent-orders-mini .mini-list .mini-item .item-details .who{color:#0f172a;font-size:.95rem;font-weight:850}.tab-dashboard .recent-orders-mini .mini-list .mini-item .item-details .time{color:#94a3b8;font-size:.8rem;font-weight:600}.tab-dashboard .recent-orders-mini .mini-list .mini-item .item-total{color:#0f172a;font-weight:1000}.tab-dashboard .inventory-summary .inventory-grid{flex-direction:column;gap:1.25rem;max-height:400px;display:flex;overflow-y:auto}.tab-dashboard .inventory-summary .inventory-grid .stock-warning{color:#ef4444;align-items:center;gap:1rem;display:flex}.tab-dashboard .inventory-summary .inventory-grid .stock-warning .stock-info{flex-direction:column;flex:1;display:flex}.tab-dashboard .inventory-summary .inventory-grid .stock-warning .stock-info .name{color:#1e293b;font-size:.95rem;font-weight:850}.tab-dashboard .inventory-summary .inventory-grid .stock-warning .stock-info .count{font-size:.8rem;font-weight:800}.tab-dashboard .inventory-summary .inventory-grid .stock-warning .stock-bar{background:#fee2e2;border-radius:10px;width:60px;height:6px;overflow:hidden}.tab-dashboard .inventory-summary .inventory-grid .stock-warning .stock-bar .fill{background:#ef4444;height:100%}.tab-dashboard .inventory-summary .inventory-grid .stock-empty{text-align:center;color:#10b981;padding:2rem 0}.tab-dashboard .inventory-summary .inventory-grid .stock-empty p{margin-top:.5rem;font-size:.9rem;font-weight:800}.tab-menu .tab-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.tab-menu .tab-header h1{color:#0f172a;font-size:1.8rem;font-weight:1000}.tab-menu .tab-header .add-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:950;transition:all .2s;display:flex;box-shadow:0 4px 12px #6366f14d}.tab-menu .tab-header .add-btn:hover{transform:translateY(-2px)}.tab-menu .menu-tabs-filter{background:#fff;border:1px solid #e2e8f0;border-radius:16px;gap:1rem;width:fit-content;margin-bottom:2rem;padding:.5rem;display:flex}.tab-menu .menu-tabs-filter button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:800;transition:all .3s}.tab-menu .menu-tabs-filter button:hover{color:var(--primary);background:#f1f5f9}.tab-menu .menu-tabs-filter button.active{background:var(--primary);color:#fff;box-shadow:0 4px 12px #6366f14d}.tab-menu .menu-categories{flex-direction:column;gap:2rem;display:flex}.tab-menu .admin-category-card-full{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #00000008}.tab-menu .admin-category-card-full .category-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.tab-menu .admin-category-card-full .category-header h2{color:#0f172a;letter-spacing:.05em;font-size:1.25rem;font-weight:1000}.tab-menu .admin-category-card-full .category-header .cat-actions{gap:.5rem;display:flex}.tab-menu .admin-category-card-full .category-content{padding:2rem}.tab-menu .admin-category-card-full .sous-categories-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.tab-menu .admin-category-card-full .sous-categories-grid{grid-template-columns:1fr}}.tab-menu .admin-category-card-full .sous-cat-block{background:#fdfdfd;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.tab-menu .admin-category-card-full .sous-cat-block.direct-items{background:#fff;border-style:dashed}.tab-menu .admin-category-card-full .sous-cat-block .sous-cat-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.tab-menu .admin-category-card-full .sous-cat-block .sous-cat-header h3{color:#1e293b;font-size:1.05rem;font-weight:900}.tab-menu .admin-category-card-full .sous-cat-block .sous-cat-header .actions{gap:.25rem;display:flex}.tab-menu .admin-category-card-full .sous-cat-block .items-list{flex-direction:column;gap:.75rem;display:flex}.tab-menu .admin-category-card-full .admin-item-row{background:#fff;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.tab-menu .admin-category-card-full .admin-item-row:hover{border-color:#e2e8f0;transform:translate(4px);box-shadow:0 4px 12px #0000000d}.tab-menu .admin-category-card-full .admin-item-row:hover .item-actions{opacity:1}.tab-menu .admin-category-card-full .admin-item-row .item-info{flex-direction:column;flex:1;gap:.2rem;display:flex}.tab-menu .admin-category-card-full .admin-item-row .item-info .item-name{color:#0f172a;font-size:.95rem;font-weight:850}.tab-menu .admin-category-card-full .admin-item-row .item-info .item-price{color:#64748b;font-size:.85rem;font-weight:800}.tab-menu .admin-category-card-full .admin-item-row .item-stock-manager{align-items:center;gap:.75rem;margin:0 1.5rem;display:flex}.tab-menu .admin-category-card-full .admin-item-row .item-stock-manager .qty-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-weight:900;transition:all .2s;display:flex}.tab-menu .admin-category-card-full .admin-item-row .item-stock-manager .qty-btn:hover{border-color:var(--primary);color:var(--primary);background:#f5f3ff}.tab-menu .admin-category-card-full .admin-item-row .item-stock-manager .item-stock{text-align:center;color:#1e293b;min-width:32px;font-size:.9rem;font-weight:900}.tab-menu .admin-category-card-full .admin-item-row .item-stock-manager .item-stock.low{color:#ef4444;background:#fef2f2;border-radius:6px;padding:.2rem .5rem}.tab-menu .admin-category-card-full .admin-item-row .item-actions{opacity:0;gap:.25rem;transition:all .2s;display:flex}.tab-menu .admin-category-card-full .admin-item-row .item-actions .icon-btn.sm{width:28px;height:28px}.tab-menu .admin-category-card-full .add-item-inline{color:#94a3b8;cursor:pointer;background:0 0;border:2px dashed #f1f5f9;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.85rem;font-weight:850;transition:all .2s;display:flex}.tab-menu .admin-category-card-full .add-item-inline:hover{border-color:var(--primary);color:var(--primary);background:#f5f3ff}.tab-menu .admin-category-card-full .add-sous-cat-btn{color:#64748b;cursor:pointer;background:0 0;border:2px dashed #e2e8f0;border-radius:20px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1rem;font-weight:900;transition:all .3s;display:flex}.tab-menu .admin-category-card-full .add-sous-cat-btn:hover{border-color:var(--primary);color:var(--primary);background:#f8fafc;transform:scale(1.01)}.tab-menu .admin-category-card-full .add-sous-cat-btn.secondary{color:#475569;background:#f8fafc;border-style:solid;border-width:1px}.tab-menu .admin-category-card-full .add-sous-cat-btn.secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.tab-menu .admin-category-card-full .category-actions-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem;display:grid}@media (max-width:768px){.tab-menu .admin-category-card-full .category-actions-grid{grid-template-columns:1fr}}.tab-orders{flex-direction:column;gap:1rem;display:flex}.tab-orders h1{color:#1e293b;font-size:2rem;font-weight:900}.tab-orders .orders-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden}.tab-orders .admin-table{border-collapse:collapse;text-align:left;width:100%}.tab-orders .admin-table th{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:2px solid #f1f5f9;padding:1rem 1.5rem;font-size:.85rem;font-weight:1000}.tab-orders .admin-table td{color:#1e293b;border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem;font-size:.95rem;font-weight:800}.tab-orders .admin-table td:first-letter{text-transform:uppercase}.tab-orders .admin-table td.bold{font-weight:1000}.tab-orders .admin-table tr:last-child td{border-bottom:none}.tab-orders .admin-table tr:hover td{background:#f8fafc}.tab-orders .password-cell{align-items:center;gap:8px;display:flex}.tab-orders .password-text{min-width:120px;transition:opacity .25s,transform .25s;display:inline-block}.tab-orders .password-text.hidden{opacity:.4;transform:translateY(-2px)}.tab-orders .password-text.visible{opacity:1;transform:translateY(0)}.admin-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:600px;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.admin-modal .modal-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.admin-modal .modal-header h2{color:#0f172a;margin:0;font-size:1.25rem;font-weight:1000}.admin-modal .modal-header p{color:#64748b;margin:.25rem 0 0;font-size:.9rem;font-weight:700}.admin-modal .modal-header .close-btn{color:#94a3b8;cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.admin-modal .modal-header .close-btn:hover{color:#ef4444;transform:rotate(90deg)}.admin-modal .modal-body{max-height:70vh;padding:2rem;overflow-y:auto}.admin-modal .modal-body .admin-form-grid{flex-direction:column;gap:1.5rem;display:flex}.admin-modal .modal-body .admin-form-grid .form-group{flex-direction:column;gap:.5rem;display:flex}.admin-modal .modal-body .admin-form-grid .form-group label{color:#1e293b;font-size:.9rem;font-weight:900}.admin-modal .modal-body .admin-form-grid .form-group input,.admin-modal .modal-body .admin-form-grid .form-group select{color:#1e293b;appearance:none;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;padding:.75rem 1rem;font-family:inherit;font-weight:700;transition:all .2s}.admin-modal .modal-body .admin-form-grid .form-group input[name=rangerOu],.admin-modal .modal-body .admin-form-grid .form-group select[name=rangerOu]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2.5rem}.admin-modal .modal-body .admin-form-grid .form-group input:focus,.admin-modal .modal-body .admin-form-grid .form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 4px #6366f11a}.admin-modal .modal-body .admin-form-grid .form-group input:disabled,.admin-modal .modal-body .admin-form-grid .form-group select:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.admin-modal .modal-body .modal-actions-footer{gap:1rem;margin-top:2.5rem;display:flex}.admin-modal .modal-body .modal-actions-footer button{cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-weight:950;transition:all .2s;display:flex}.admin-modal .modal-body .modal-actions-footer .cancel-btn{color:#64748b;background:#f1f5f9}.admin-modal .modal-body .modal-actions-footer .cancel-btn:hover{color:#0f172a;background:#e2e8f0}.admin-modal .modal-body .modal-actions-footer .save-btn{background:var(--primary);color:#fff;box-shadow:0 4px 12px #6366f14d}.admin-modal .modal-body .modal-actions-footer .save-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.admin-modal .modal-body .order-items-list{flex-direction:column;gap:1rem;display:flex}.admin-modal .modal-body .order-items-list .detail-item-row{border-bottom:1px dashed #f1f5f9;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex}.admin-modal .modal-body .order-items-list .detail-item-row:last-child{border-bottom:none}.admin-modal .modal-body .order-items-list .detail-item-row .qty{color:#1e293b;background:#f1f5f9;border-radius:8px;padding:.25rem .6rem;font-size:.85rem;font-weight:1000}.admin-modal .modal-body .order-items-list .detail-item-row .name-group{flex-direction:column;flex:1;display:flex}.admin-modal .modal-body .order-items-list .detail-item-row .name-group .item-group{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-modal .modal-body .order-items-list .detail-item-row .name-group .name{color:#0f172a;font-size:1rem;font-weight:850}.admin-modal .modal-body .order-items-list .detail-item-row .name-group .desc,.admin-modal .modal-body .order-items-list .detail-item-row .name-group .opt{color:#94a3b8;margin-top:.2rem;font-size:.85rem;font-weight:700}.admin-modal .modal-body .order-items-list .detail-item-row .prices{text-align:right;flex-direction:column;gap:.5rem;display:flex}.admin-modal .modal-body .order-items-list .detail-item-row .prices .price{color:#1e293b;font-size:1rem;font-weight:1000}.admin-modal .modal-footer{background:#f8fafc;border-top:1px solid #f1f5f9;padding:1.5rem 2rem}.admin-modal .modal-footer .total-line{justify-content:space-between;align-items:center;display:flex}.admin-modal .modal-footer .total-line span{color:#64748b;font-size:1rem;font-weight:800}.admin-modal .modal-footer .total-line strong{color:var(--primary);font-size:1.5rem;font-weight:1000}.multi-orders-container{flex-direction:column;gap:2rem;display:flex}.order-detail-group{background:#fff;border:1px solid #f1f5f9;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.order-detail-group .group-title{color:#1e293b;background:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;font-size:.9rem;font-weight:800;display:flex}.order-detail-group .group-title .time{color:#64748b;font-size:.8rem}.order-detail-group .order-items-list{padding:1.25rem}.order-detail-group .group-footer{background:#f8fafc;border-top:1px dashed #e2e8f0;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;font-size:.95rem;display:flex}.order-detail-group .group-footer span{color:#64748b;font-weight:700}.order-detail-group .group-footer strong{color:#0f172a;font-size:1.1rem;font-weight:1000}.personnel-tab .tab-header-row{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.personnel-tab .tab-header-row h1{color:#0f172a;margin:0;font-size:1.8rem;font-weight:1000}.personnel-tab .tab-header-row .add-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:950;transition:all .2s;display:flex;box-shadow:0 4px 12px #6366f14d}.personnel-tab .tab-header-row .add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}.personnel-tab .password-cell{color:#94a3b8;letter-spacing:2px;font-family:monospace;font-size:1.1rem}.status-pill.active{color:#059669;background:#ecfdf5}.status-pill.inactive{color:#dc2626;background:#fef2f2}.status-toggle-wrapper{margin-top:.5rem}.status-toggle-wrapper .status-toggle-btn{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.status-toggle-wrapper .status-toggle-btn .toggle-dot{background:#cbd5e1;border-radius:12px;width:44px;height:24px;transition:background .3s;position:relative}.status-toggle-wrapper .status-toggle-btn .toggle-dot:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:3px;left:3px}.status-toggle-wrapper .status-toggle-btn span{color:#64748b;text-align:left;flex:1;font-size:.95rem;font-weight:850}.status-toggle-wrapper .status-toggle-btn.active{background:#f0fdf4;border-color:#10b981}.status-toggle-wrapper .status-toggle-btn.active .toggle-dot{background:#10b981}.status-toggle-wrapper .status-toggle-btn.active .toggle-dot:after{transform:translate(20px)}.status-toggle-wrapper .status-toggle-btn.active span{color:#047857}.status-toggle-wrapper .status-toggle-btn:hover{border-color:#94a3b8}.status-toggle-wrapper .status-toggle-btn:hover.active{border-color:#059669}.status-toggle-wrapper .helper-text{color:#94a3b8;margin-top:.5rem;font-size:.8rem;font-weight:700;line-height:1.4}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-search-active .admin-header .header-search{z-index:20;background:#fff;align-items:center;padding:0 1rem;position:absolute;inset:0;display:flex!important}.mobile-search-active .admin-header .header-search .search-box{flex:1;min-width:0}@media (max-width:1024px){.admin-screen .admin-sidebar{width:var(--sidebar-tablet-width);transition:width .3s}.admin-screen .admin-sidebar .sidebar-brand{justify-content:center;padding:1.5rem 0}.admin-screen .admin-sidebar .sidebar-brand .brand-text{display:none}.admin-screen .admin-sidebar .sidebar-nav{padding:.75rem}.admin-screen .admin-sidebar .sidebar-nav button{justify-content:center;padding:1rem}.admin-screen .admin-sidebar .sidebar-nav button span{display:none}.admin-screen .admin-sidebar .sidebar-nav button{position:relative}.admin-screen .admin-sidebar .sidebar-nav button:hover:after{content:attr(data-label);color:#fff;white-space:nowrap;z-index:100;background:#1e293b;border-radius:6px;margin-left:10px;padding:.4rem .8rem;font-size:.75rem;position:absolute;top:50%;left:100%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.admin-screen .admin-sidebar .sidebar-footer .back-to-home{padding:.75rem 0}.admin-screen .admin-sidebar .sidebar-footer .back-to-home span{display:none}.admin-screen .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:768px){.admin-screen{flex-direction:column}.admin-screen .admin-sidebar{width:var(--sidebar-mobile-width);z-index:1000;border-right:none;height:100vh;transition:transform .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;bottom:0;left:-280px;box-shadow:25px 0 60px #00000026}.admin-screen .admin-sidebar.open{transform:translate(280px)}.admin-screen .admin-sidebar .sidebar-brand{justify-content:flex-start;padding:2rem}.admin-screen .admin-sidebar .sidebar-brand .brand-text{display:block}.admin-screen .admin-sidebar .sidebar-nav button{justify-content:flex-start;padding:.85rem 1rem}.admin-screen .admin-sidebar .sidebar-nav button span{display:inline-block}.admin-screen .admin-sidebar .sidebar-nav button:hover:after{display:none}.admin-screen .admin-sidebar .sidebar-footer .back-to-home span{display:inline}.admin-screen .admin-sidebar-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;background:#0f172a80;animation:.2s fadeIn;position:fixed;inset:0}.admin-screen .admin-main{background:#fdfdfd;height:100vh;overflow-y:auto}.admin-screen .admin-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:0 1rem;box-shadow:0 1px #0000000d}.admin-screen .admin-header .header-left{gap:.85rem;display:block!important}.admin-screen .admin-header .header-left .admin-breadcrumb h2{font-size:.95rem}.admin-screen .admin-header .header-search,.admin-screen .admin-header .header-actions .date-display{display:none}.admin-screen .admin-header .header-actions .user-profile .avatar{width:36px;height:36px;font-size:.8rem}.admin-screen .admin-content{padding:1.25rem 1rem}.admin-screen .stats-grid{grid-template-columns:1fr;gap:.85rem}.admin-screen .admin-stat-card{border-radius:16px;padding:1.1rem}.admin-screen .admin-stat-card .card-top{margin-bottom:1rem}.admin-screen .admin-stat-card .card-bottom .main-value{font-size:1.6rem}.admin-screen .dashboard-charts-row,.admin-screen .dashboard-row,.admin-screen .menu-categories{flex-direction:column;gap:1rem;display:flex!important}.admin-screen .chart-card{border-radius:20px;margin-bottom:0;padding:1.25rem}.admin-screen .chart-card .chart-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.admin-screen .chart-card .chart-header h2{width:100%;font-size:1rem}.admin-screen .chart-card .chart-body{height:240px!important}.admin-screen .chart-card .chart-body .bar-chart-container{align-items:flex-end;gap:.5rem;padding-top:60px;padding-bottom:1rem;overflow-x:auto}.admin-screen .chart-card .chart-body .bar-chart-container .bar-wrapper{min-width:45px}.admin-screen .bar-tooltip{opacity:1;padding:.25rem .4rem;font-size:.65rem;top:-28px;transform:translate(-50%)translateY(0)}.admin-screen .orders-table-wrapper{margin:0 -1rem;padding:0 1rem;position:relative;overflow-x:auto}.admin-screen .orders-table-wrapper table{border-collapse:separate;border-spacing:0;min-width:750px}.admin-screen .orders-table-wrapper table th,.admin-screen .orders-table-wrapper table td{padding:1rem .75rem}.admin-screen .orders-table-wrapper table td{font-size:.85rem}.admin-screen .admin-modal-overlay{align-items:flex-end}.admin-screen .admin-modal{animation:.4s cubic-bezier(.16,1,.3,1) sheetUp;position:relative;border-radius:24px 24px 0 0!important;width:100%!important;height:92vh!important;max-height:92vh!important;margin:0!important}.admin-screen .admin-modal:before{content:"";background:#e2e8f0;border-radius:2px;width:40px;height:4px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.admin-screen .admin-modal .modal-header{padding:1.5rem 1.25rem 1rem}.admin-screen .admin-modal .modal-header h2{font-size:1.1rem}.admin-screen .admin-modal .modal-body{padding:0 1.25rem 2rem}.admin-screen .admin-modal .modal-footer{z-index:5;background:#fff;border-top:1px solid #f1f5f9;padding:1.25rem;position:absolute;bottom:0;left:0;right:0}.admin-screen .admin-modal .detail-item-row{border-bottom:1px solid #f1f5f9;padding:1rem 0}.admin-screen .admin-modal .detail-item-row .qty,.admin-screen .admin-modal .detail-item-row .name-group .name{font-size:.95rem}.admin-screen .admin-modal .multi-orders-container{padding-bottom:100px}.admin-screen .tab-menu .tab-header{flex-direction:column;gap:1.25rem}.admin-screen .tab-menu .tab-header h1{font-size:1.6rem}.admin-screen .tab-menu .tab-header .add-btn{justify-content:center;width:100%;height:50px}.admin-screen .admin-category-card .category-items{padding:.75rem}.admin-screen .admin-category-card .category-items .admin-item-row{flex-wrap:wrap;gap:.5rem;padding:.85rem}.admin-screen .admin-category-card .category-items .admin-item-row .item-name{width:100%;font-size:1rem}.admin-screen .admin-category-card .category-items .admin-item-row .item-price{order:2;margin-right:auto}.admin-screen .admin-category-card .category-items .admin-item-row .item-stock{order:3;font-size:.75rem}.admin-screen .admin-category-card .category-items .admin-item-row .item-actions{order:4}}.admin-restricted{background:#f1f5f9;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.admin-restricted .restricted-card{text-align:center;background:#fff;border-radius:2rem;max-width:500px;padding:3rem;box-shadow:0 20px 25px -5px #0000001a}.admin-restricted .restricted-card h1{color:#ef4444;margin-bottom:1rem;font-size:2rem;font-weight:900}.admin-restricted .restricted-card p{color:#64748b;margin-bottom:2rem;font-weight:600}.admin-restricted .restricted-card .back-btn{color:#fff;cursor:pointer;background:#1e1b4b;border:none;border-radius:1rem;padding:1rem 2rem;font-weight:800;transition:all .3s}.admin-restricted .restricted-card .back-btn:hover{background:#312e81;transform:scale(1.05)}.tab-menu-du-jour{max-width:1200px;margin:0 auto;padding:2rem}.tab-menu-du-jour .tab-header-box{background:#fff;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:1.5rem 2rem;display:flex;box-shadow:0 10px 15px -3px #0000001a}.tab-menu-du-jour .tab-header-box .title h1{color:#0f172a;margin:0;font-size:1.5rem;font-weight:1000}.tab-menu-du-jour .tab-header-box .title p{color:#64748b;margin:.5rem 0 0;font-size:.9rem;font-weight:600}.tab-menu-du-jour .tab-header-box .actions{gap:1rem;display:flex}.tab-menu-du-jour .tab-header-box .actions button{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.8rem;padding:.85rem 1.5rem;font-weight:850;transition:all .3s;display:flex}.tab-menu-du-jour .tab-header-box .actions button.btn-print{color:#475569;background:#f1f5f9}.tab-menu-du-jour .tab-header-box .actions button.btn-print:hover{background:#e2e8f0}.tab-menu-du-jour .tab-header-box .actions button.btn-save{color:#fff;background:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.tab-menu-du-jour .tab-header-box .actions button.btn-save:hover{transform:translateY(-2px);box-shadow:0 8px 16px #3b82f666}.tab-menu-du-jour .tab-header-box .actions button.btn-download-pdf{color:#fff!important;background:#059669!important}.tab-menu-du-jour .tab-header-box .actions button.btn-download-pdf:hover{opacity:.9;transform:translateY(-2px)}.tab-menu-du-jour .menu-du-jour-editor{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.tab-menu-du-jour .menu-du-jour-editor .menu-section-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:1.75rem;box-shadow:0 4px 6px -1px #0000000d}.tab-menu-du-jour .menu-du-jour-editor .menu-section-card .section-title{border-bottom:2px solid #f8fafc;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.2rem;display:flex}.tab-menu-du-jour .menu-du-jour-editor .menu-section-card .section-title .icon{color:#3b82f6;background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.tab-menu-du-jour .menu-du-jour-editor .menu-section-card .section-title h3{color:#1e293b;margin:0;font-size:1.2rem;font-weight:1000}.tab-menu-du-jour .menu-du-jour-editor .menu-section-card .items-grid-mdj{flex-direction:column;gap:1.25rem;display:flex}.tab-menu-du-jour .menu-du-jour-editor .menu-section-card.suggestion-section{background:#fffbeb;border-color:#fde68a!important}.tab-menu-du-jour .menu-du-jour-editor .menu-section-card.suggestion-section .section-title{border-bottom-color:#fef3c7}.tab-menu-du-jour .menu-du-jour-editor .menu-section-card.suggestion-section .section-title .icon{color:#d97706;background:#fef3c7}.tab-menu-du-jour .menu-du-jour-editor .menu-section-card.suggestion-section .section-title h3{color:#92400e}.mdj-item-input-block{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.6rem;padding:1rem;display:flex}.mdj-item-input-block .mdj-item-input{align-items:center;gap:1rem;display:flex}.mdj-item-input-block .mdj-item-input .input-group{flex:1}.mdj-item-input-block .mdj-item-input .input-group input{border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.6rem .8rem;font-size:.95rem;font-weight:700}.mdj-item-input-block .mdj-item-input .input-group input:focus{border-color:#3b82f6;outline:none}.mdj-item-input-block .mdj-item-input .price-group{align-items:center;gap:.4rem;width:85px;display:flex}.mdj-item-input-block .mdj-item-input .price-group input{text-align:right;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.6rem .5rem;font-weight:850}.mdj-item-input-block .mdj-item-input .price-group span{color:#64748b;font-weight:900}.mdj-item-input-block .mdj-item-desc input{color:#64748b;border:1px dashed #cbd5e1;border-radius:8px;width:100%;padding:.5rem .8rem;font-size:.85rem;font-style:italic;font-weight:600}.mdj-item-input-block .mdj-item-desc input:focus{border-color:#3b82f6;outline:none}.mdj-item-input-block .mdj-item-controls-row{border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.25rem;padding-top:.5rem;display:flex}@media (max-width:400px){.mdj-item-input-block .mdj-item-controls-row{flex-direction:column;align-items:stretch}}.mdj-item-input-block .mdj-item-controls-row .mdj-qty-control{align-items:center;gap:.75rem;display:flex}.mdj-item-input-block .mdj-item-controls-row .mdj-qty-control .label{color:#94a3b8;text-transform:uppercase;font-size:.75rem;font-weight:900}.mdj-item-input-block .mdj-item-controls-row .mdj-qty-control .qty-btns{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;padding:.2rem;display:flex}.mdj-item-input-block .mdj-item-controls-row .mdj-qty-control .qty-btns button{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.mdj-item-input-block .mdj-item-controls-row .mdj-qty-control .qty-btns button:hover{color:#fff;background:#3b82f6}.mdj-item-input-block .mdj-item-controls-row .mdj-qty-control .qty-btns .qty-val{text-align:center;color:#1e293b;min-width:20px;font-size:.9rem;font-weight:950}.mdj-item-input-block .mdj-item-controls-row .reset-slot-btn{color:#ef4444;cursor:pointer;background:#fff;border:1px solid #fee2e2;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.75rem;font-weight:800;transition:all .2s;display:flex}.mdj-item-input-block .mdj-item-controls-row .reset-slot-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.print-preview-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#0f172af2;flex-direction:column;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.print-preview-overlay .print-actions-top{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ae6;border-radius:0 0 20px 20px;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:800px;margin-bottom:2rem;padding:1rem;display:flex;position:sticky;top:0}.print-preview-overlay .print-actions-top .btn-close{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.print-preview-overlay .print-actions-top .btn-close:hover{background:#ef4444;transform:rotate(90deg)}.print-preview-overlay .print-actions-top .btn-download-pdf{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:30px;align-items:center;gap:.8rem;padding:.8rem 2.5rem;font-size:1.1rem;font-weight:900;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #05966966}.print-preview-overlay .print-actions-top .btn-download-pdf:hover{transform:scale(1.05);box-shadow:0 15px 50px #05966999}.print-preview-overlay .print-actions-top .btn-download-pdf .loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin-pdf}@keyframes spin-pdf{to{transform:rotate(360deg)}}.print-document{color:#2d3748;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:210mm;min-height:297mm;text-rendering:optimizeLegibility;-webkit-print-color-adjust:exact;print-color-adjust:exact;transform-origin:top;background:#fff;flex-shrink:0;margin:0 auto;padding:10mm;font-family:Inter,sans-serif;position:relative;left:0;right:0;box-shadow:0 0 40px #0000001a}.print-document *{letter-spacing:0!important;text-rendering:geometricPrecision!important;word-spacing:0!important}.print-document:before{content:"";opacity:.2;pointer-events:none;border:1px solid #c0a080;position:absolute;inset:5mm}.print-document .print-border-outer{background:#fff;border:1px solid #c0a080;flex-direction:column;height:100%;min-height:277mm;padding:5mm 10mm;display:flex;position:relative}.print-document .print-border-outer .print-header{text-align:center;margin-bottom:1rem}.print-document .print-border-outer .print-header .main-title{color:#1a365d;letter-spacing:0;text-transform:none;margin:0;font-family:Playfair Display,serif;font-size:3rem;font-weight:800}.print-document .print-border-outer .print-header .title-underline{background:#c0a080;width:100px;height:2px;margin:.3rem auto .6rem}.print-document .print-border-outer .print-header .menu-price-badge{color:#c0a080;font-family:Playfair Display,serif;font-size:1.4rem;font-style:italic;font-weight:700}.print-document .print-border-outer .print-content{flex-direction:column;flex:1;gap:.8rem;display:flex}.print-document .print-border-outer .print-content .print-section-clos{padding:.1rem 0}.print-document .print-border-outer .print-content .print-section-clos .section-title-clos{color:#1a365d;text-align:center;clear:both;border-bottom:2px solid #c0a080;width:fit-content;margin:.5rem auto 1rem;padding-bottom:2px;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;display:block}.print-document .print-border-outer .print-content .print-section-clos .section-title-clos:before{display:none}.print-document .print-border-outer .print-content .print-section-clos .print-items-clos{flex-direction:column;gap:.5rem;display:flex}.print-document .print-border-outer .print-content .print-section-clos .print-items-clos .print-item-clos{flex-direction:column;width:100%;display:flex}.print-document .print-border-outer .print-content .print-section-clos .print-items-clos .print-item-clos .item-row{align-items:flex-end;gap:4px;display:flex}.print-document .print-border-outer .print-content .print-section-clos .print-items-clos .print-item-clos .item-row .name{color:#1a365d;white-space:normal;flex-shrink:0;max-width:85%;font-size:1.05rem;font-weight:700}.print-document .print-border-outer .print-content .print-section-clos .print-items-clos .print-item-clos .item-row .name:first-letter{text-transform:capitalize}.print-document .print-border-outer .print-content .print-section-clos .print-items-clos .print-item-clos .item-row .dots{border-bottom:2px dotted #c0a080;flex:1;min-width:10px;margin-bottom:4px}.print-document .print-border-outer .print-content .print-section-clos .print-items-clos .print-item-clos .item-row .price{color:#c0a080;font-size:1rem;font-weight:700}.print-document .print-border-outer .print-content .print-section-clos .print-items-clos .print-item-clos .item-desc{color:#718096;margin-top:-.1rem;padding-right:3rem;font-size:.85rem;font-style:italic;line-height:1.3}.print-document .print-border-outer .print-content .print-section-clos .print-items-clos .print-item-clos .item-desc:first-letter{text-transform:capitalize}.print-document .print-border-outer .print-footer-clos{text-align:center;border-top:1px solid #f7fafc;margin-top:auto;padding-top:1rem}.print-document .print-border-outer .print-footer-clos p{color:#718096;letter-spacing:1px;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:500}.ajout-personnel-screen .centered-content{min-height:calc(100vh - var(--header-height) - 100px);justify-content:center;align-items:center;padding:2rem;display:flex}.ajout-personnel-screen .form-container-premium{background:#fff;border:1px solid #f1f5f9;border-radius:32px;width:100%;max-width:600px;padding:3rem;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;box-shadow:0 20px 50px -12px #00000014}.ajout-personnel-screen .form-container-premium .form-header-box{align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.ajout-personnel-screen .form-container-premium .form-header-box .icon-sq{width:64px;height:64px;color:var(--primary);background:#f1f5f9;border-radius:18px;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #0000000d}.ajout-personnel-screen .form-container-premium .form-header-box h3{color:#0f172a;margin:0;font-size:1.5rem;font-weight:1000}.ajout-personnel-screen .form-container-premium .form-header-box p{color:#64748b;margin:.25rem 0 0;font-size:.95rem;font-weight:600}.ajout-personnel-screen .form-container-premium .success-feedback-box{text-align:center;padding:2rem 0}.ajout-personnel-screen .form-container-premium .success-feedback-box .icon-pulse{margin-bottom:2rem;animation:2s infinite pulse-soft}.ajout-personnel-screen .form-container-premium .success-feedback-box h3{color:#10b981;margin-bottom:1rem;font-size:2rem;font-weight:1000}.ajout-personnel-screen .form-container-premium .success-feedback-box p{color:#64748b;margin:0;font-size:1.1rem;font-weight:700}.ajout-personnel-screen .form-container-premium .success-feedback-box .subtext{opacity:.6;margin-top:1.5rem;font-size:.9rem}.ajout-personnel-screen .admin-form-premium .form-grid{flex-direction:column;gap:1.75rem;display:flex}.ajout-personnel-screen .admin-form-premium .form-group-clos{flex-direction:column;gap:.6rem;display:flex}.ajout-personnel-screen .admin-form-premium .form-group-clos label{color:#334155;align-items:center;gap:.5rem;margin-left:.5rem;font-size:.9rem;font-weight:900;display:flex}.ajout-personnel-screen .admin-form-premium .form-group-clos label svg{color:#94a3b8}.ajout-personnel-screen .admin-form-premium .form-group-clos input{color:#1e293b;background:#f8fafc;border:2px solid #f1f5f9;border-radius:16px;width:100%;padding:1.1rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1)}.ajout-personnel-screen .admin-form-premium .form-group-clos input::placeholder{color:#cbd5e1}.ajout-personnel-screen .admin-form-premium .form-group-clos input:focus{border-color:var(--primary);background:#fff;outline:none;transform:translateY(-2px);box-shadow:0 0 0 4px #4f46e514}.ajout-personnel-screen .admin-form-premium .form-actions-bottom{gap:1.25rem;margin-top:3.5rem;display:flex}.ajout-personnel-screen .admin-form-premium .form-actions-bottom button{cursor:pointer;border-radius:16px;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:1.1rem;font-size:1rem;font-weight:950;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.ajout-personnel-screen .admin-form-premium .form-actions-bottom .btn-cancel{color:#64748b;background:0 0;border:2px solid #f1f5f9}.ajout-personnel-screen .admin-form-premium .form-actions-bottom .btn-cancel:hover{color:#ef4444;background:#fef2f2;border-color:#fee2e2}.ajout-personnel-screen .admin-form-premium .form-actions-bottom .btn-save-clos{background:var(--primary);color:#fff;border:none;box-shadow:0 10px 25px -5px #4f46e54d}.ajout-personnel-screen .admin-form-premium .form-actions-bottom .btn-save-clos:hover:not(:disabled){transform:translateY(-4px);box-shadow:0 15px 35px -5px #4f46e566}.ajout-personnel-screen .admin-form-premium .form-actions-bottom .btn-save-clos:active:not(:disabled){transform:translateY(-1px)}.ajout-personnel-screen .admin-form-premium .form-actions-bottom .btn-save-clos:disabled{opacity:.6;cursor:not-allowed}@media print{@page{size:A4;margin:0}body{background:#fff!important;margin:0!important;padding:0!important;overflow:visible!important}.admin-screen{background:#fff!important;border:none!important;width:100%!important;height:auto!important;margin:0!important;padding:0!important;display:block!important}.admin-sidebar,.admin-header,.tab-header-box,.menu-du-jour-editor,.admin-modal-overlay,.print-actions-top,.no-print{visibility:hidden!important;display:none!important}.admin-main,.admin-content,.tab-menu-du-jour{width:100%!important;height:auto!important;margin:0!important;padding:0!important;display:block!important}.print-preview-overlay{visibility:visible!important;background:#fff!important;width:100%!important;height:auto!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}.print-document{page-break-after:avoid;page-break-before:avoid;visibility:visible!important;box-shadow:none!important;width:210mm!important;height:auto!important;margin:0!important;display:block!important;position:relative!important;top:0!important;left:0!important;transform:none!important}.print-document *{display:initial;visibility:visible!important}.print-document div,.print-document span,.print-document h1,.print-document h2,.print-document p{display:block}.print-item-clos .item-row{display:flex}}.item-options-list{border-left:2px solid #f1f5f9;flex-direction:column;gap:.4rem;max-width:400px;margin-top:.5rem;margin-left:2rem;padding-left:1.25rem;display:flex;position:relative}.item-options-list:before{content:"";border-bottom:2px solid #f1f5f9;border-left:0;width:10px;height:1rem;position:absolute;top:0;left:0}.item-options-list .admin-option-row{background:#fff;border:1px solid #f1f5f9;border-radius:10px;justify-content:space-between;align-items:center;padding:.6rem 1rem;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.item-options-list .admin-option-row:hover{border-color:#c0a080;transform:translate(4px);box-shadow:0 4px 12px #0000000d}.item-options-list .admin-option-row .name{color:#475569;font-size:.9rem;font-weight:700}.item-options-list .admin-option-row .price{color:#c0a080;background:#fffaf0;border-radius:6px;margin-left:auto;margin-right:1rem;padding:.1rem .5rem;font-size:.85rem;font-weight:800}.item-options-list .admin-option-row .actions{gap:.4rem;display:flex}.options-tab .options-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.options-tab .option-group-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000000d}.options-tab .option-group-card:hover{border-color:#c0a080;box-shadow:0 10px 15px -3px #0000001a}.options-tab .option-group-card .group-header{border-bottom:2px solid #f8fafc;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.options-tab .option-group-card .group-header h3{color:#1e293b;text-transform:capitalize;margin:0;font-size:1.1rem;font-weight:800}.options-tab .option-group-card .group-header .add-opt-btn{color:#1a365d;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.options-tab .option-group-card .opts-list{flex-direction:column;gap:.6rem;display:flex}.options-tab .option-group-card .opts-list .opt-item{background:#f8fafc;border:1px solid #0000;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.options-tab .option-group-card .opts-list .opt-item .name{color:#334155;flex:1;font-size:.95rem;font-weight:700}.options-tab .option-group-card .opts-list .opt-item .price{color:#c0a080;margin-right:.5rem;font-size:.85rem;font-weight:800}.inline-edit-mode .item-info-inline{flex-direction:column;flex:1;gap:2px;display:flex}.inline-edit-mode .inline-input-name,.inline-edit-mode .inline-input-opt-name,.inline-edit-mode .inline-input-opt-tab-name{color:#1e293b;background:0 0;border:1px solid #0000;border-radius:4px;width:100%;padding:2px 4px;font-family:inherit;font-size:1.05rem;font-weight:800;transition:all .2s}.inline-edit-mode .inline-input-name:focus,.inline-edit-mode .inline-input-opt-name:focus,.inline-edit-mode .inline-input-opt-tab-name:focus{background:#fff;border-color:#c0a080;outline:none;box-shadow:0 0 0 3px #c0a0801a}.inline-edit-mode .inline-input-name:hover,.inline-edit-mode .inline-input-opt-name:hover,.inline-edit-mode .inline-input-opt-tab-name:hover{border-color:#e2e8f0}.inline-edit-mode .inline-input-opt-name,.inline-edit-mode .inline-input-opt-tab-name{font-size:.95rem;font-weight:700}.inline-edit-mode .inline-price-wrapper{background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;width:fit-content;padding:0;display:flex}.inline-edit-mode .inline-price-wrapper ui-number,.inline-edit-mode .inline-price-wrapper .ui-number-wrapper{width:88px}.inline-edit-mode .inline-price-wrapper ui-number .ui-number-input,.inline-edit-mode .inline-price-wrapper .ui-number-wrapper .ui-number-input{height:32px;padding:0 8px;font-size:.9rem}.inline-edit-mode .inline-price-wrapper.small{background:0 0;border:none;border-radius:6px;padding:0}.inline-edit-mode .inline-price-wrapper.small ui-number,.inline-edit-mode .inline-price-wrapper.small .ui-number-wrapper{width:80px}.inline-edit-mode .inline-price-wrapper.small ui-number .ui-number-input,.inline-edit-mode .inline-price-wrapper.small .ui-number-wrapper .ui-number-input{height:28px;padding:0 6px;font-size:.82rem}.inline-edit-mode .inline-price-wrapper .inline-input-price,.inline-edit-mode .inline-price-wrapper .inline-input-opt-price,.inline-edit-mode .inline-price-wrapper .inline-input-opt-tab-price{color:#c0a080;text-align:right;background:0 0;border:none;width:60px;padding:0;font-size:.9rem;font-weight:800}.inline-edit-mode .inline-price-wrapper .inline-input-price:focus,.inline-edit-mode .inline-price-wrapper .inline-input-opt-price:focus,.inline-edit-mode .inline-price-wrapper .inline-input-opt-tab-price:focus{outline:none}.inline-edit-mode .inline-price-wrapper .inline-input-price,.inline-edit-mode .inline-price-wrapper .inline-input-opt-price,.inline-edit-mode .inline-price-wrapper .inline-input-opt-tab-price{appearance:textfield}.inline-edit-mode .inline-price-wrapper .inline-input-price::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inline-edit-mode .inline-price-wrapper .inline-input-price::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.inline-edit-mode .inline-price-wrapper .inline-input-opt-price::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inline-edit-mode .inline-price-wrapper .inline-input-opt-price::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.inline-edit-mode .inline-price-wrapper .inline-input-opt-tab-price::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inline-edit-mode .inline-price-wrapper .inline-input-opt-tab-price::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.inline-edit-mode .inline-price-wrapper .currency{color:#c0a080;font-size:.85rem;font-weight:800}.option-group-card .group-header h3{margin-bottom:4px!important}.option-group-card .group-header .usage-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:2px 8px;font-size:.7rem;font-weight:800}.option-group-card .group-header .usage-badge.used{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe}.option-group-card .group-header .usage-badge.unused{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.mdj-item-input-block{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.75rem;padding:1rem;transition:all .2s;display:flex}.mdj-item-input-block:hover{border-color:#c0a080;box-shadow:0 4px 12px #0000000d}.mdj-item-input-block:hover .clear-btn{opacity:1}.mdj-item-input-block .input-with-action{align-items:center;width:100%;display:flex;position:relative}.mdj-item-input-block .input-with-action input{width:100%;padding-right:32px!important}.mdj-item-input-block .input-with-action .clear-btn{color:#ef4444;opacity:0;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;right:8px}.mdj-item-input-block .input-with-action .clear-btn:hover{background:#fee2e2;transform:scale(1.1)}.mdj-item-input-block .mdj-item-option-link{border-top:1px dashed #f1f5f9;flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:.5rem;display:flex}.mdj-item-input-block .mdj-item-option-link label{color:#64748b;white-space:nowrap;font-size:.75rem;font-weight:700}.mdj-item-input-block .mdj-item-option-link input{flex:1;min-width:120px;font-size:.8rem;font-weight:700;color:#2563eb!important;background:#f8fafc!important;border:1px solid #0000!important;border-radius:6px!important;padding:4px 8px!important}.mdj-item-input-block .mdj-item-option-link input:focus{background:#fff!important;border-color:#3b82f6!important}.items-grid-mdj{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;padding:.5rem 0;display:grid}@media (max-width:768px){.items-grid-mdj{grid-template-columns:1fr;gap:1rem}}@media (max-width:1024px){.menu-du-jour-editor{padding:1rem!important}.menu-du-jour-editor .items-grid-mdj{grid-template-columns:1fr!important}}@media (max-width:768px){.tab-dashboard .dashboard-charts-row{gap:1.25rem;grid-template-columns:1fr!important}.tab-dashboard .dashboard-charts-row.secondary{grid-template-columns:1fr!important}.tab-dashboard .chart-card.large{grid-column:span 1!important}.tab-menu-du-jour .tab-header-box{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.tab-menu-du-jour .tab-header-box .actions{flex-wrap:wrap;justify-content:center;width:100%}.tab-menu-du-jour .tab-header-box .actions button{flex:1;min-width:150px}.mdj-item-input-block{padding:1.25rem!important}.print-preview-overlay{flex-direction:column;align-items:center;display:flex;padding:10px!important;overflow-x:hidden!important}.print-preview-overlay .print-actions-top{border-radius:15px;justify-content:center;align-items:center;max-width:450px;margin-bottom:1.5rem;background:#0f172afa!important;flex-direction:row!important;gap:.75rem!important;width:95%!important;padding:.75rem!important}.print-preview-overlay .print-actions-top .btn-download-pdf{white-space:nowrap;flex:1;min-width:0;padding:.6rem .8rem!important;font-size:.75rem!important}.print-preview-overlay .print-actions-top .btn-close{background:#ffffff26!important;width:38px!important;height:38px!important}.print-preview-overlay .print-document{margin-bottom:-450px;position:relative;left:50%;transform-origin:top!important;margin:0 auto 0 -105mm!important;transform:scale(.4)!important}}.tab-menu-du-jour .tab-header-box .actions button{font-size:.8rem;padding:.8rem!important}.dashboard-section-title{align-items:center;gap:.75rem;margin-top:3rem;margin-bottom:2rem;padding:0 .5rem;display:flex}.dashboard-section-title h2{color:#0f172a;letter-spacing:-.025em;margin:0;font-size:1.5rem;font-weight:1000}.dashboard-section-title .live-badge{color:#ef4444;letter-spacing:.1em;background:#fef2f2;border:1px solid #ef444426;border-radius:8px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:1000;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse-soft;display:flex;box-shadow:0 4px 12px #ef44441a}.dashboard-section-title .live-badge:before{content:"";background:#ef4444;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #ef4444}.today-focus{background:#fff;border:1px solid #f1f5f9;border-radius:32px;padding:2.5rem;box-shadow:0 20px 40px -20px #0000000d;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;gap:2rem!important;display:grid!important}@media (max-width:640px){.today-focus{grid-template-columns:1fr!important;gap:1.5rem!important;padding:1.5rem!important}}.today-focus .admin-stat-card{box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.today-focus .admin-stat-card:hover{transform:translateY(-5px)}.today-focus .admin-stat-card .main-value{letter-spacing:-.05em;-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b 0%,#475569 100%);-webkit-background-clip:text;background-clip:text;font-size:2.6rem!important}.today-focus .admin-stat-card .sub-value{color:#94a3b8!important;font-size:.9rem!important;font-weight:750!important}.today-focus .admin-stat-card .card-top{margin-bottom:2rem!important}@media (max-width:1024px){.tab-header-box{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.dashboard-global-filters{flex-wrap:wrap;width:100%;padding:.75rem 1rem}.admin-header{padding:1rem}.admin-header .header-search{gap:.75rem}.admin-header .header-actions{gap:1rem}.today-focus{padding:1.5rem;gap:1.5rem!important}}@media (max-width:768px){.admin-main .admin-header{flex-wrap:wrap;height:auto;padding:.75rem 1rem}.admin-main .admin-header .header-search{border-top:1px solid #f1f5f9;order:3;width:100%;margin-top:.75rem;padding-top:.75rem}.admin-main .admin-header .header-actions .date-display{display:none}.today-focus{border-radius:20px;grid-template-columns:repeat(2,1fr)!important;padding:1.25rem!important}.tab-dashboard .dashboard-charts-row{gap:1rem;grid-template-columns:1fr!important}.mdj-item-input-block{gap:.5rem;padding:.85rem!important}}@media (max-width:480px){.today-focus{grid-template-columns:1fr!important}.admin-stat-card .card-bottom .main-value{font-size:1.4rem!important}.tab-menu-du-jour .tab-header-box .actions{grid-template-columns:1fr}.mdj-item-input{flex-direction:column;align-items:stretch;gap:.5rem}.mdj-item-controls-row{flex-direction:column;align-items:flex-start;gap:.75rem}.admin-stat-card{padding:1rem!important}.tab-header-box .header-info h1{font-size:1.3rem}.print-preview-overlay .print-actions-top{max-width:340px;gap:.5rem!important;padding:.5rem!important}.print-preview-overlay .print-actions-top .btn-download-pdf{font-size:.7rem!important}.print-preview-overlay .print-actions-top .btn-close{width:34px!important;height:34px!important}.print-preview-overlay .print-document{margin-bottom:-550px;margin-left:-105mm!important;transform:scale(.32)!important}}.flex{display:flex}.gap-2{gap:.5rem}.flex-1{flex:1}.mr-2{margin-right:.5rem}.qty-modal-container .input-group{text-align:left}.qty-modal-container .input-group label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.qty-modal-container .input-group input,.qty-modal-container .input-group select{border:1px solid var(--border-color);background:var(--surface-alt);width:100%;color:var(--text-main);border-radius:12px;padding:.85rem;font-size:1rem;font-weight:600;transition:all .2s}.qty-modal-container .input-group input:focus,.qty-modal-container .input-group select:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(var(--primary-rgb),.1);outline:none}.admin-caisse-module{max-width:1400px;margin:0 auto;padding:1.5rem;position:relative}.admin-caisse-module .caisse-floating-alert{z-index:10001;border-radius:.75rem;align-items:center;gap:.6rem;padding:.85rem 1.25rem;font-size:.9rem;font-weight:700;animation:.3s cubic-bezier(.16,1,.3,1) slideInRight;display:flex;position:fixed;top:1.5rem;right:1.5rem;box-shadow:0 10px 30px #0003}.admin-caisse-module .caisse-floating-alert.success{color:#fff;background:#10b981}.admin-caisse-module .caisse-floating-alert.error{color:#fff;background:#ef4444}.admin-caisse-module .caisse-header-panel{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:1.25rem;margin-bottom:2rem;padding:2rem;box-shadow:0 15px 35px -10px #0f172a4d}.admin-caisse-module .caisse-header-panel .certif-badge{color:#34d399;letter-spacing:.5px;text-transform:uppercase;background:#10b98126;border:1px solid #10b981;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.3rem .75rem;font-size:.75rem;font-weight:800;display:inline-flex}.admin-caisse-module .caisse-header-panel h1{color:#f8fafc;letter-spacing:-.5px;margin:0 0 .5rem;font-size:1.85rem;font-weight:900}.admin-caisse-module .caisse-header-panel p{color:#94a3b8;max-width:750px;margin:0 0 1.5rem;font-size:.95rem}.admin-caisse-module .caisse-header-panel .caisse-subtabs{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:.6rem;padding-top:1.25rem;display:flex}.admin-caisse-module .caisse-header-panel .caisse-subtabs button{color:#e2e8f0;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:.75rem;align-items:center;gap:.5rem;padding:.65rem 1.15rem;font-size:.9rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.admin-caisse-module .caisse-header-panel .caisse-subtabs button:hover{background:#ffffff26;transform:translateY(-1px)}.admin-caisse-module .caisse-header-panel .caisse-subtabs button.active{color:#fff;background:#3b82f6;border-color:#3b82f6;box-shadow:0 4px 15px #3b82f666}.admin-caisse-module .clotures-top-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:900px){.admin-caisse-module .clotures-top-grid{grid-template-columns:1fr}}.admin-caisse-module .clotures-top-grid .cloture-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;flex-direction:column;padding:1.75rem;display:flex;box-shadow:0 4px 20px #0000000d}.admin-caisse-module .clotures-top-grid .cloture-card .card-top{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.admin-caisse-module .clotures-top-grid .cloture-card .card-top .badge-x{color:#0369a1;letter-spacing:.5px;background:#e0f2fe;border-radius:999px;padding:.3rem .75rem;font-size:.75rem;font-weight:800}.admin-caisse-module .clotures-top-grid .cloture-card .card-top .btn-refresh-x{cursor:pointer;color:#475569;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:.5rem;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;font-weight:700;display:flex}.admin-caisse-module .clotures-top-grid .cloture-card .card-top .btn-refresh-x:hover{background:#e2e8f0}.admin-caisse-module .clotures-top-grid .cloture-card .badge-z{color:#b45309;letter-spacing:.5px;background:#fef3c7;border-radius:999px;align-self:flex-start;margin-bottom:1rem;padding:.3rem .75rem;font-size:.75rem;font-weight:800;display:inline-block}.admin-caisse-module .clotures-top-grid .cloture-card h3{color:#0f172a;margin:0 0 .5rem;font-size:1.3rem;font-weight:800}.admin-caisse-module .clotures-top-grid .cloture-card p{color:#64748b;margin:0 0 1.25rem;font-size:.9rem;line-height:1.5}.admin-caisse-module .clotures-top-grid .cloture-card .x-main-metrics{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.25rem;display:grid}.admin-caisse-module .clotures-top-grid .cloture-card .x-main-metrics .metric{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.85rem;padding:1rem}.admin-caisse-module .clotures-top-grid .cloture-card .x-main-metrics .metric .lbl{color:#64748b;text-transform:uppercase;font-size:.75rem;font-weight:700;display:block}.admin-caisse-module .clotures-top-grid .cloture-card .x-main-metrics .metric .val-big{color:#059669;margin-top:.2rem;font-size:1.75rem;font-weight:900;display:block}.admin-caisse-module .clotures-top-grid .cloture-card .x-main-metrics .metric .val{color:#0f172a;margin-top:.2rem;font-size:1.2rem;font-weight:800;display:block}.admin-caisse-module .clotures-top-grid .cloture-card .mini-tva-box,.admin-caisse-module .clotures-top-grid .cloture-card .mini-modes-box{margin-top:.75rem}.admin-caisse-module .clotures-top-grid .cloture-card .mini-tva-box .mini-title,.admin-caisse-module .clotures-top-grid .cloture-card .mini-modes-box .mini-title{color:#64748b;text-transform:uppercase;margin-bottom:.4rem;font-size:.75rem;font-weight:800;display:block}.admin-caisse-module .clotures-top-grid .cloture-card .mini-tva-box .tva-pills,.admin-caisse-module .clotures-top-grid .cloture-card .mini-tva-box .modes-tags,.admin-caisse-module .clotures-top-grid .cloture-card .mini-modes-box .tva-pills,.admin-caisse-module .clotures-top-grid .cloture-card .mini-modes-box .modes-tags{flex-wrap:wrap;gap:.4rem;display:flex}.admin-caisse-module .clotures-top-grid .cloture-card .mini-tva-box .tva-pills .tva-pill,.admin-caisse-module .clotures-top-grid .cloture-card .mini-tva-box .tva-pills .mode-tag,.admin-caisse-module .clotures-top-grid .cloture-card .mini-tva-box .modes-tags .tva-pill,.admin-caisse-module .clotures-top-grid .cloture-card .mini-tva-box .modes-tags .mode-tag,.admin-caisse-module .clotures-top-grid .cloture-card .mini-modes-box .tva-pills .tva-pill,.admin-caisse-module .clotures-top-grid .cloture-card .mini-modes-box .tva-pills .mode-tag,.admin-caisse-module .clotures-top-grid .cloture-card .mini-modes-box .modes-tags .tva-pill,.admin-caisse-module .clotures-top-grid .cloture-card .mini-modes-box .modes-tags .mode-tag{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;padding:.3rem .6rem;font-size:.8rem}.admin-caisse-module .clotures-top-grid .cloture-card .mini-tva-box .tva-pills .empty-sub,.admin-caisse-module .clotures-top-grid .cloture-card .mini-tva-box .modes-tags .empty-sub,.admin-caisse-module .clotures-top-grid .cloture-card .mini-modes-box .tva-pills .empty-sub,.admin-caisse-module .clotures-top-grid .cloture-card .mini-modes-box .modes-tags .empty-sub{color:#94a3b8;font-size:.8rem;font-style:italic}.admin-caisse-module .clotures-top-grid .cloture-card .z-warning-box{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:.75rem;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;display:flex}.admin-caisse-module .clotures-top-grid .cloture-card .btn-trigger-z{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:.85rem;justify-content:center;align-items:center;gap:.6rem;margin-top:auto;padding:.95rem 1.5rem;font-size:1rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 15px #f59e0b59}.admin-caisse-module .clotures-top-grid .cloture-card .btn-trigger-z:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f59e0b73}.admin-caisse-module .clotures-top-grid .cloture-card .btn-trigger-z:disabled{opacity:.5;cursor:not-allowed}.admin-caisse-module .z-history-box{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;padding:1.75rem;box-shadow:0 4px 20px #0000000d}.admin-caisse-module .z-history-box .history-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.admin-caisse-module .z-history-box .history-header h3{color:#0f172a;margin:0;font-size:1.25rem;font-weight:800}.admin-caisse-module .z-history-box .history-header .count-badge{color:#64748b;background:#f1f5f9;border-radius:999px;padding:.3rem .75rem;font-size:.8rem;font-weight:700}.admin-caisse-module .table-wrapper{border:1px solid #e2e8f0;border-radius:.75rem;overflow-x:auto}.admin-caisse-module .table-wrapper .caisse-table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.admin-caisse-module .table-wrapper .caisse-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.admin-caisse-module .table-wrapper .caisse-table thead th{text-transform:uppercase;color:#475569;letter-spacing:.5px;padding:.85rem 1rem;font-size:.75rem;font-weight:800}.admin-caisse-module .table-wrapper .caisse-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .15s}.admin-caisse-module .table-wrapper .caisse-table tbody tr:hover{background:#f8fafc}.admin-caisse-module .table-wrapper .caisse-table tbody tr.avoir-row{background:#fff1f2}.admin-caisse-module .table-wrapper .caisse-table tbody tr td{color:#1e293b;padding:.85rem 1rem}.admin-caisse-module .table-wrapper .caisse-table tbody tr td.bold{font-weight:700}.admin-caisse-module .table-wrapper .caisse-table tbody tr td.text-emerald{color:#059669}.admin-caisse-module .table-wrapper .caisse-table tbody tr td.text-blue{color:#2563eb}.admin-caisse-module .table-wrapper .caisse-table tbody tr td.text-rose{color:#e11d48}.admin-caisse-module .table-wrapper .caisse-table tbody tr td .dimmed{color:#94a3b8}.admin-caisse-module .table-wrapper .caisse-table tbody tr td .table-pill{background:#e2e8f0;border-radius:.4rem;padding:.2rem .5rem;font-size:.8rem;font-weight:700}.admin-caisse-module .table-wrapper .caisse-table tbody tr td .hash-chip{color:#38bdf8;background:#0f172a;border-radius:.4rem;padding:.2rem .5rem;font-family:monospace;font-size:.8rem;font-weight:700}.admin-caisse-module .table-wrapper .caisse-table tbody tr td .hash-chip-long{color:#64748b;background:#f1f5f9;border-radius:.3rem;padding:.2rem .4rem;font-family:monospace;font-size:.75rem}.admin-caisse-module .table-wrapper .caisse-table tbody tr td .status-pill{border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:800}.admin-caisse-module .table-wrapper .caisse-table tbody tr td .status-pill.signed{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.admin-caisse-module .table-wrapper .caisse-table tbody tr td .type-tag{border-radius:.4rem;padding:.2rem .5rem;font-size:.75rem;font-weight:800}.admin-caisse-module .table-wrapper .caisse-table tbody tr td .type-tag.VENTE{color:#15803d;background:#dcfce7}.admin-caisse-module .table-wrapper .caisse-table tbody tr td .type-tag.AVOIR{color:#b91c1c;background:#fee2e2}.admin-caisse-module .table-wrapper .caisse-table tbody tr td .log-type-pill{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:.4rem;padding:.2rem .5rem;font-size:.75rem;font-weight:800}.admin-caisse-module .table-wrapper .caisse-table tbody tr td.actions-cell{gap:.4rem;display:flex}.admin-caisse-module .table-wrapper .caisse-table tbody tr td.actions-cell .btn-table-action{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:.5rem;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.admin-caisse-module .table-wrapper .caisse-table tbody tr td.actions-cell .btn-table-action:hover{color:#fff;background:#0f172a;border-color:#0f172a}.admin-caisse-module .table-wrapper .caisse-table tbody tr td.actions-cell .btn-table-action.danger:hover{color:#fff;background:#ef4444;border-color:#ef4444}.admin-caisse-module .table-wrapper .caisse-table tbody tr .empty-cell{text-align:center;color:#94a3b8;padding:2.5rem;font-style:italic}.admin-caisse-module .filters-bar{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.admin-caisse-module .filters-bar .search-input-wrapper,.admin-caisse-module .filters-bar .date-filter-wrapper{color:#64748b;background:#f8fafc;border:1px solid #cbd5e1;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.admin-caisse-module .filters-bar .search-input-wrapper input,.admin-caisse-module .filters-bar .date-filter-wrapper input{color:#0f172a;background:0 0;border:none;outline:none;font-size:.85rem}.admin-caisse-module .filters-bar .search-input-wrapper{flex:1;min-width:250px}.admin-caisse-module .filters-bar .search-input-wrapper input{width:100%}.admin-caisse-module .filters-bar .btn-filter{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:.5rem;padding:.55rem 1rem;font-size:.85rem;font-weight:700}.admin-caisse-module .filters-bar .btn-clear-filter{cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:.5rem;padding:.55rem .85rem;font-size:.85rem}.admin-caisse-module .filters-bar .total-found{color:#475569;margin-left:auto;font-size:.85rem}.admin-caisse-module .config-form-layout{flex-direction:column;gap:1.75rem;display:flex}.admin-caisse-module .config-form-layout .form-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;padding:2rem;box-shadow:0 4px 20px #0000000d}.admin-caisse-module .config-form-layout .form-card .card-header{color:#0f172a;align-items:center;gap:.6rem;margin-bottom:.35rem;display:flex}.admin-caisse-module .config-form-layout .form-card .card-header h3{margin:0;font-size:1.25rem;font-weight:800}.admin-caisse-module .config-form-layout .form-card .helper-text{color:#64748b;margin:0 0 1.5rem;font-size:.85rem}.admin-caisse-module .config-form-layout .form-card .form-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (max-width:768px){.admin-caisse-module .config-form-layout .form-card .form-grid{grid-template-columns:1fr}}.admin-caisse-module .config-form-layout .form-card .form-grid .form-group{flex-direction:column;gap:.4rem;display:flex}.admin-caisse-module .config-form-layout .form-card .form-grid .form-group.full{grid-column:1/-1}.admin-caisse-module .config-form-layout .form-card .form-grid .form-group label{color:#334155;font-size:.85rem;font-weight:700}.admin-caisse-module .config-form-layout .form-card .form-grid .form-group label .pwd-badge{color:#10b981;font-size:.75rem;font-weight:400}.admin-caisse-module .config-form-layout .form-card .form-grid .form-group input,.admin-caisse-module .config-form-layout .form-card .form-grid .form-group select{border:1.5px solid #cbd5e1;border-radius:.6rem;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.admin-caisse-module .config-form-layout .form-card .form-grid .form-group input:focus,.admin-caisse-module .config-form-layout .form-card .form-grid .form-group select:focus{border-color:#3b82f6}.admin-caisse-module .config-form-layout .form-card .smtp-test-box{border-top:1px dashed #cbd5e1;margin-top:1.5rem;padding-top:1.5rem}.admin-caisse-module .config-form-layout .form-card .smtp-test-box .test-header{color:#0f172a;text-transform:uppercase;margin-bottom:.6rem;font-size:.85rem;font-weight:800}.admin-caisse-module .config-form-layout .form-card .smtp-test-box .test-row{gap:.75rem;display:flex}@media (max-width:600px){.admin-caisse-module .config-form-layout .form-card .smtp-test-box .test-row{flex-direction:column}}.admin-caisse-module .config-form-layout .form-card .smtp-test-box .test-row input{border:1px solid #cbd5e1;border-radius:.6rem;flex:1;padding:.7rem 1rem;font-size:.9rem}.admin-caisse-module .config-form-layout .form-card .smtp-test-box .test-row .btn-test-smtp{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:.6rem;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.admin-caisse-module .config-form-layout .form-card .smtp-test-box .test-row .btn-test-smtp:hover:not(:disabled){background:#7c3aed}.admin-caisse-module .config-form-layout .form-card .smtp-test-box .test-row .btn-test-smtp:disabled{opacity:.6;cursor:not-allowed}.admin-caisse-module .config-form-layout .form-card .smtp-test-box .smtp-logs{color:#38bdf8;white-space:pre-wrap;background:#0f172a;border-radius:.5rem;max-height:150px;margin-top:.75rem;padding:.75rem 1rem;font-family:monospace;font-size:.75rem;overflow-y:auto}.admin-caisse-module .config-form-layout .config-submit-footer{justify-content:flex-end;display:flex}.admin-caisse-module .config-form-layout .config-submit-footer .btn-save-config{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:.85rem;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1.05rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 15px #2563eb59}.admin-caisse-module .config-form-layout .config-submit-footer .btn-save-config:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #2563eb73}.admin-caisse-module .config-form-layout .config-submit-footer .btn-save-config:disabled{opacity:.6;cursor:not-allowed}.admin-caisse-module .audit-section .audit-top-actions{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem 2rem;display:flex}@media (max-width:800px){.admin-caisse-module .audit-section .audit-top-actions{flex-direction:column;align-items:flex-start;gap:1rem}}.admin-caisse-module .audit-section .audit-top-actions .audit-info h3{color:#0f172a;margin:0 0 .35rem;font-size:1.25rem;font-weight:800}.admin-caisse-module .audit-section .audit-top-actions .audit-info p{color:#64748b;margin:0;font-size:.85rem}.admin-caisse-module .audit-section .audit-top-actions .btn-export-fec{color:#fff;background:#059669;border-radius:.75rem;align-items:center;gap:.6rem;padding:.8rem 1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 12px #05966940}.admin-caisse-module .audit-section .audit-top-actions .btn-export-fec:hover{background:#047857;transform:translateY(-1px)}.admin-caisse-module .caisse-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10005;background:#0f172ab3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-caisse-module .caisse-modal-overlay .caisse-modal-content{background:#fff;border-radius:1.25rem;width:100%;max-width:480px;padding:1.75rem;box-shadow:0 25px 50px #00000040}.admin-caisse-module .caisse-modal-overlay .caisse-modal-content .modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.admin-caisse-module .caisse-modal-overlay .caisse-modal-content .modal-header h3{color:#0f172a;margin:0;font-size:1.25rem;font-weight:800}.admin-caisse-module .caisse-modal-overlay .caisse-modal-content .modal-header button{cursor:pointer;color:#64748b;background:0 0;border:none}.admin-caisse-module .caisse-modal-overlay .caisse-modal-content .detail-ticket-source{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;gap:.35rem;padding:.85rem 1rem;font-size:.9rem;display:flex}.ajout-personnel-screen{padding:var(--base-padding)}.caisse-screen{flex-direction:column;gap:.85rem;width:100%;min-height:100vh;padding:.75rem clamp(.5rem,1.5vw,1rem) clamp(.5rem,1.5vw,1rem);display:flex}.caisse-screen .caisse-header{border-bottom:2px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:.5rem;display:flex}.caisse-screen .caisse-header .header-left{align-items:center;gap:.85rem;display:flex}.caisse-screen .caisse-header .header-left .back-button{color:#1e1b4b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;align-items:center;gap:.4rem;padding:.45rem .95rem;font-size:.85rem;font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 3px 5px -1px #00000008}.caisse-screen .caisse-header .header-left .back-button:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 6px 12px -2px #4f46e52e}.caisse-screen .caisse-header .header-left .title-area{flex-direction:column;gap:.1rem;display:flex}.caisse-screen .caisse-header .header-left .title-area .title-row{align-items:center;gap:.6rem;display:flex}.caisse-screen .caisse-header .header-left .title-area .title-row h1{color:#1e1b4b;letter-spacing:-.02em;margin:0;font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:950;line-height:1.2}.caisse-screen .caisse-header .header-left .title-area .title-row .badge-nf525{color:var(--primary);letter-spacing:.04em;text-transform:uppercase;background:#4f46e51a;border:1px solid #4f46e540;border-radius:1.5rem;padding:.15rem .55rem;font-size:.68rem;font-weight:900}.caisse-screen .caisse-header .header-left .title-area .subtitle{color:var(--text-dim);font-size:.78rem;font-weight:600}.caisse-screen .caisse-header .header-right{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.caisse-screen .caisse-header .header-right .network-badge{letter-spacing:.04em;border-radius:2rem;align-items:center;gap:.4rem;padding:.45rem .8rem;font-size:.75rem;font-weight:800;display:flex}.caisse-screen .caisse-header .header-right .network-badge.online{color:#16a34a;background:#22c55e1f;border:1px solid #22c55e4d}.caisse-screen .caisse-header .header-right .network-badge.offline{color:#dc2626;background:#ef44441f;border:1px solid #ef44444d}.caisse-screen .caisse-header .header-right .btn-sync-offline{color:#d97706;cursor:pointer;background:#fef3c7;border:1px solid #fde68a;border-radius:2rem;align-items:center;gap:.4rem;padding:.45rem .8rem;font-size:.75rem;font-weight:800;transition:all .2s;display:flex}.caisse-screen .caisse-header .header-right .btn-sync-offline:hover{background:#fde68a;transform:translateY(-2px)}.caisse-screen .caisse-header .header-right .btn-sync-offline .spin-sync{animation:1s linear infinite spin}.caisse-screen .caisse-header .header-right .session-badge{color:#1e1b4b;background:#fff;border:1px solid #e2e8f0;border-radius:2rem;align-items:center;gap:.5rem;padding:.45rem .95rem;font-size:.82rem;font-weight:750;display:flex;box-shadow:0 3px 5px -1px #00000008}.caisse-screen .caisse-header .header-right .session-badge strong{color:#059669;font-weight:900}.caisse-screen .caisse-header .header-right .session-badge.closed{color:#dc2626;background:#fef2f2;border-color:#fee2e2}.caisse-screen .caisse-header .header-right .btn-header-action{color:#1e1b4b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 4px #00000008}.caisse-screen .caisse-header .header-right .btn-header-action:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 5px 10px -2px #4f46e526}.caisse-screen .caisse-header .header-right .btn-header-action.danger{color:#dc2626;background:#fef2f2;border-color:#fee2e2}.caisse-screen .caisse-header .header-right .btn-header-action.danger:hover{color:#fff;background:#ef4444;border-color:#ef4444;box-shadow:0 5px 10px -2px #ef44444d}.caisse-screen .caisse-header .header-right .btn-header-action.open-caisse{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;box-shadow:0 3px 8px #10b9814d}.caisse-screen .caisse-header .header-right .btn-header-action.open-caisse:hover{transform:translateY(-2px);box-shadow:0 6px 14px #10b98166}.caisse-screen .caisse-main-layout{grid-template-columns:1fr 2fr;align-items:start;gap:.85rem;display:grid}@media (max-width:1024px){.caisse-screen .caisse-main-layout{grid-template-columns:320px 1fr;gap:.75rem}}@media (max-width:768px){.caisse-screen .caisse-main-layout{grid-template-columns:1fr}}.caisse-screen .caisse-main-layout .caisse-left-panel{box-shadow:var(--card-shadow);background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;flex-direction:column;height:calc(100vh - 80px);min-height:480px;max-height:calc(100vh - 80px);padding:.85rem 1rem 1.25rem;display:flex}@media (max-width:768px){.caisse-screen .caisse-main-layout .caisse-left-panel{height:auto;min-height:auto;max-height:none}}.caisse-screen .caisse-main-layout .caisse-left-panel .caisse-tabs{background:#f1f5f9;border-radius:1rem;gap:3px;margin-bottom:.85rem;padding:3px;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .caisse-tabs .tab-btn{color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:.85rem;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .75rem;font-size:.85rem;font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .caisse-tabs .tab-btn.active{color:var(--primary);background:#fff;box-shadow:0 3px 8px #0000000d}.caisse-screen .caisse-main-layout .caisse-left-panel .caisse-tabs .tab-btn:hover:not(.active){color:#1e1b4b}.caisse-screen .caisse-main-layout .caisse-left-panel .tables-selector-bar{border-bottom:1px solid #f1f5f9;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.caisse-screen .caisse-main-layout .caisse-left-panel .tables-selector-bar::-webkit-scrollbar{height:4px}.caisse-screen .caisse-main-layout .caisse-left-panel .tables-selector-bar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.caisse-screen .caisse-main-layout .caisse-left-panel .tables-selector-bar .table-pill{color:#1e1b4b;white-space:nowrap;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.85rem;font-weight:800;transition:all .2s;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .tables-selector-bar .table-pill:hover{border-color:var(--primary);background:#fff}.caisse-screen .caisse-main-layout .caisse-left-panel .tables-selector-bar .table-pill.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 10px -2px #4f46e559}.caisse-screen .caisse-main-layout .caisse-left-panel .tables-selector-bar .table-pill.active .badge-table-total{color:#fff;background:#ffffff40}.caisse-screen .caisse-main-layout .caisse-left-panel .tables-selector-bar .table-pill .badge-table-total{color:#475569;background:#e2e8f0;border-radius:.75rem;padding:.1rem .4rem;font-size:.75rem;font-weight:900}.caisse-screen .caisse-main-layout .caisse-left-panel .order-header-box{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:.5rem;margin-bottom:.65rem;padding-bottom:.65rem;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .order-header-box .order-header-top-row{justify-content:space-between;align-items:center;width:100%;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .order-header-box .order-header-top-row .table-identity{align-items:center;gap:.6rem;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .order-header-box .order-header-top-row .table-identity .table-badge-large{color:#1e1b4b;white-space:nowrap;font-size:1.25rem;font-weight:950}.caisse-screen .caisse-main-layout .caisse-left-panel .order-header-box .order-header-top-row .table-identity .table-server-info{color:var(--text-dim);flex-direction:column;font-size:.78rem;font-weight:600;line-height:1.2;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .order-header-box .order-header-top-row .btn-changer-table{color:#1e1b4b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:.85rem;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;font-weight:800;transition:all .2s;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .order-header-box .order-header-top-row .btn-changer-table:hover{border-color:var(--primary);color:var(--primary);background:#4f46e50d;transform:translateY(-1px)}.caisse-screen .caisse-main-layout .caisse-left-panel .order-header-box .order-actions-top{gap:.5rem;width:100%;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .order-header-box .order-actions-top .btn-proforma{color:var(--primary);cursor:pointer;white-space:nowrap;background:#4f46e514;border:1px solid #4f46e533;border-radius:.85rem;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .65rem;font-size:.82rem;font-weight:800;transition:all .2s;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .order-header-box .order-actions-top .btn-proforma:hover{background:var(--primary);color:#fff;transform:translateY(-1px)}.caisse-screen .caisse-main-layout .caisse-left-panel .order-header-box .order-actions-top .btn-article-libre{color:#475569;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:.85rem;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .65rem;font-size:.82rem;font-weight:800;transition:all .2s;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .order-header-box .order-actions-top .btn-article-libre:hover{border-color:var(--primary);color:var(--primary);background:#fff;transform:translateY(-1px)}.caisse-screen .caisse-main-layout .caisse-left-panel .selection-toolbar{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .selection-toolbar .selection-count{color:var(--text-dim);font-size:.82rem;font-weight:750}.caisse-screen .caisse-main-layout .caisse-left-panel .selection-toolbar .selection-count strong{color:#1e1b4b}.caisse-screen .caisse-main-layout .caisse-left-panel .selection-toolbar .selection-buttons{align-items:center;gap:.35rem;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .selection-toolbar .selection-buttons .btn-select-all{color:#059669;cursor:pointer;background:#10b9811a;border:1px solid #10b98140;border-radius:.75rem;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.78rem;font-weight:800;transition:all .15s;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .selection-toolbar .selection-buttons .btn-select-all:hover{color:#fff;background:#10b981}.caisse-screen .caisse-main-layout .caisse-left-panel .selection-toolbar .selection-buttons .btn-deselect-all{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.78rem;font-weight:750;transition:all .15s;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .selection-toolbar .selection-buttons .btn-deselect-all:hover{color:#1e1b4b;background:#e2e8f0}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list{flex-direction:column;flex:1;gap:.45rem;margin-bottom:.65rem;padding-right:4px;display:flex;overflow-y:auto}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list::-webkit-scrollbar{width:5px}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.95rem;justify-content:space-between;align-items:center;gap:.65rem;padding:.55rem .75rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 10px -2px #0000000a}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card.selected{border-color:var(--primary);background:#fff;box-shadow:0 6px 14px -3px #4f46e51f}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card.fully-paid{opacity:.55;background:#f1f5f9}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card .article-stepper{align-items:center;gap:.35rem;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card .article-stepper .btn-step{color:#1e1b4b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:900;transition:all .15s;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card .article-stepper .btn-step:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary);transform:scale(1.08)}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card .article-stepper .btn-step:disabled{opacity:.35;cursor:not-allowed}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card .article-stepper .step-value{color:#1e1b4b;text-align:center;min-width:34px;font-size:.9rem;font-weight:900}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card .article-details{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card .article-details .article-name{color:#1e1b4b;text-overflow:ellipsis;font-size:.88rem;font-weight:850;line-height:1.25;overflow:hidden}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card .article-details .article-submeta{color:var(--text-dim);align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card .article-details .article-submeta .unit-price{color:#64748b}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card .article-details .article-submeta .badge-paid-status{color:#059669;background:#ecfdf5;border-radius:.4rem;padding:.1rem .35rem;font-size:.68rem;font-weight:800}.caisse-screen .caisse-main-layout .caisse-left-panel .articles-list .article-row-card .article-price-right{color:var(--primary);text-align:right;white-space:nowrap;font-size:1.05rem;font-weight:950}.caisse-screen .caisse-main-layout .caisse-left-panel .caisse-left-footer{border-top:2px dashed #e2e8f0;flex-direction:column;gap:.35rem;margin-top:auto;padding-top:.65rem;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .caisse-left-footer .recap-row-small{color:var(--text-dim);justify-content:space-between;align-items:center;font-size:.82rem;font-weight:600;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .caisse-left-footer .recap-row-small strong{color:#1e1b4b}.caisse-screen .caisse-main-layout .caisse-left-panel .caisse-left-footer .recap-hero-left{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:.35rem;padding-top:.35rem;display:flex}.caisse-screen .caisse-main-layout .caisse-left-panel .caisse-left-footer .recap-hero-left span{color:#1e1b4b;text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;font-weight:900}.caisse-screen .caisse-main-layout .caisse-left-panel .caisse-left-footer .recap-hero-left .hero-amount{color:#1e1b4b;font-size:1.35rem;font-weight:950}.caisse-screen .caisse-main-layout .caisse-right-panel{box-shadow:var(--card-shadow);background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;flex-direction:column;gap:.75rem;height:calc(100vh - 80px);max-height:calc(100vh - 80px);padding:.85rem 1rem;display:flex;overflow-y:auto}@media (max-width:768px){.caisse-screen .caisse-main-layout .caisse-right-panel{height:auto;max-height:none}}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-hero-display{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:1rem;justify-content:space-between;align-items:flex-end;padding:.75rem 1.15rem;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-hero-display .hero-label-col{flex-direction:column;gap:.2rem;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-hero-display .hero-label-col span{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);font-size:.75rem;font-weight:900}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-hero-display .hero-label-col .hero-details{color:#475569;font-size:.82rem;font-weight:700}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-hero-display .hero-amount-large{color:#1e1b4b;letter-spacing:-.03em;font-size:clamp(1.8rem,3.2vw,2.3rem);font-weight:950;line-height:1}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-hero-display .hero-amount-large span{color:var(--primary);margin-left:.2rem;font-size:1.4rem;font-weight:800}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-modes-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}@media (max-width:480px){.caisse-screen .caisse-main-layout .caisse-right-panel .payment-modes-grid{grid-template-columns:repeat(2,1fr)}}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-modes-grid .mode-card{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.85rem;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:.65rem .35rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-modes-grid .mode-card .mode-icon{color:var(--text-dim);justify-content:center;align-items:center;transition:all .2s;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-modes-grid .mode-card .mode-icon svg{width:20px;height:20px}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-modes-grid .mode-card .mode-label{color:#1e1b4b;text-align:center;font-size:.82rem;font-weight:800;line-height:1.15}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-modes-grid .mode-card:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 14px -3px #0000000d}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-modes-grid .mode-card:hover .mode-icon{color:var(--primary);transform:scale(1.08)}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-modes-grid .mode-card.active{border-color:var(--primary);background:#4f46e50f;transform:translateY(-1px);box-shadow:0 6px 16px -3px #4f46e538}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-modes-grid .mode-card.active .mode-icon,.caisse-screen .caisse-main-layout .caisse-right-panel .payment-modes-grid .mode-card.active .mode-label{color:var(--primary)}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.95rem;flex-direction:column;gap:.55rem;padding:.7rem .85rem;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .input-header-row{justify-content:space-between;align-items:center;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .input-header-row .input-title{color:#1e1b4b;font-size:.82rem;font-weight:800}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .input-header-row .input-title strong{color:var(--primary)}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .input-header-row .quick-presets{flex-wrap:wrap;gap:.35rem;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .input-header-row .quick-presets .btn-preset{color:#1e1b4b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:.75rem;padding:.3rem .6rem;font-size:.78rem;font-weight:800;transition:all .15s}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .input-header-row .quick-presets .btn-preset:hover{border-color:var(--primary);color:var(--primary)}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .input-header-row .quick-presets .btn-preset.active-solde{color:var(--primary);background:#4f46e51a;border-color:#4f46e54d}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .amount-input-row{gap:.5rem;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .amount-input-row .input-wrapper-euro{flex:1;position:relative}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .amount-input-row .input-wrapper-euro .ui-number-wrapper,.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .amount-input-row .input-wrapper-euro ui-number,.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .amount-input-row .input-wrapper-euro input{width:100%;display:block}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .amount-input-row .input-wrapper-euro .ui-number-wrapper .ui-number-input{height:48px;padding-right:2.2rem;font-size:1.2rem;font-weight:900}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .amount-input-row .input-wrapper-euro input{color:#1e1b4b;background:#fff;border:2px solid #cbd5e1;border-radius:.85rem;outline:none;padding:.6rem 2.2rem .6rem .85rem;font-size:1.2rem;font-weight:900;transition:all .2s}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .amount-input-row .input-wrapper-euro input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .amount-input-row .input-wrapper-euro .euro-symbol{color:#94a3b8;pointer-events:none;z-index:2;font-size:1.1rem;font-weight:900;position:absolute;top:50%;right:.85rem;transform:translateY(-50%)}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .amount-input-row .btn-add-split{border:2px solid var(--primary);color:var(--primary);cursor:pointer;white-space:nowrap;background:#fff;border-radius:.85rem;align-items:center;gap:.4rem;padding:0 1rem;font-size:.85rem;font-weight:800;transition:all .2s;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .amount-input-row .btn-add-split:hover{background:var(--primary);color:#fff;transform:translateY(-1px);box-shadow:0 6px 14px -3px #4f46e54d}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .cash-tendered-box{background:#fff;border:1px solid #e2e8f0;border-radius:.85rem;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.15rem;padding:.55rem .8rem;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .cash-tendered-box .tendered-input-col{align-items:center;gap:.5rem;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .cash-tendered-box .tendered-input-col label{color:#475569;font-size:.82rem;font-weight:800}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .cash-tendered-box .tendered-input-col .ui-number-wrapper,.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .cash-tendered-box .tendered-input-col ui-number{width:100px}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .cash-tendered-box .tendered-input-col .ui-number-wrapper .ui-number-input,.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .cash-tendered-box .tendered-input-col ui-number .ui-number-input{height:38px;font-size:1rem;font-weight:900}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .cash-tendered-box .tendered-input-col input{border:2px solid #cbd5e1;border-radius:.75rem;outline:none;width:85px;padding:.4rem .6rem;font-size:.95rem;font-weight:900}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .cash-tendered-box .tendered-input-col input:focus{border-color:var(--primary)}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .cash-tendered-box .change-return-badge{color:#065f46;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border:1px solid #a7f3d0;border-radius:.75rem;align-items:center;gap:.45rem;padding:.4rem .85rem;font-size:.82rem;font-weight:800;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .payment-input-area .cash-tendered-box .change-return-badge .change-val{color:#047857;font-size:1.15rem;font-weight:950}.caisse-screen .caisse-main-layout .caisse-right-panel .recorded-payments-list{background:#f1f5f9;border-radius:.85rem;flex-direction:column;gap:.4rem;padding:.6rem .85rem;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .recorded-payments-list .split-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);font-size:.78rem;font-weight:850}.caisse-screen .caisse-main-layout .caisse-right-panel .recorded-payments-list .split-items-row{flex-wrap:wrap;gap:.45rem;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .recorded-payments-list .split-items-row .split-pill{color:#1e1b4b;background:#fff;border:1px solid #cbd5e1;border-radius:.75rem;align-items:center;gap:.5rem;padding:.35rem .7rem;font-size:.82rem;font-weight:800;display:flex;box-shadow:0 2px 4px #0000000a}.caisse-screen .caisse-main-layout .caisse-right-panel .recorded-payments-list .split-items-row .split-pill .delete-split-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .recorded-payments-list .split-items-row .split-pill .delete-split-btn:hover{background:#fee2e2}.caisse-screen .caisse-main-layout .caisse-right-panel .billing-options-row{flex-direction:column;gap:.45rem;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .billing-options-row .option-toggle{color:#1e1b4b;cursor:pointer;align-items:center;gap:.5rem;font-size:.85rem;font-weight:750;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .billing-options-row .option-toggle input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.caisse-screen .caisse-main-layout .caisse-right-panel .billing-options-row .client-inputs-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}@media (max-width:600px){.caisse-screen .caisse-main-layout .caisse-right-panel .billing-options-row .client-inputs-grid{grid-template-columns:1fr}}.caisse-screen .caisse-main-layout .caisse-right-panel .billing-options-row .client-inputs-grid .input-with-icon{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.85rem;align-items:center;gap:.5rem;padding:.45rem .75rem;display:flex}.caisse-screen .caisse-main-layout .caisse-right-panel .billing-options-row .client-inputs-grid .input-with-icon svg{color:#94a3b8;width:15px;height:15px}.caisse-screen .caisse-main-layout .caisse-right-panel .billing-options-row .client-inputs-grid .input-with-icon input{color:#1e1b4b;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.85rem;font-weight:700}.caisse-screen .caisse-main-layout .caisse-right-panel .billing-options-row .client-inputs-grid .input-with-icon input::placeholder{color:#94a3b8}.caisse-screen .caisse-main-layout .caisse-right-panel .btn-validate-caisse{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%);border:none;border-radius:1.1rem;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:.85rem 1.25rem;font-size:1.05rem;font-weight:900;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 8px 18px -3px #4f46e566}.caisse-screen .caisse-main-layout .caisse-right-panel .btn-validate-caisse:hover:not(:disabled){background:linear-gradient(135deg,#4338ca 0%,#4f46e5 100%);transform:translateY(-2px);box-shadow:0 12px 25px -4px #4f46e580}.caisse-screen .caisse-main-layout .caisse-right-panel .btn-validate-caisse:active:not(:disabled){transform:scale(.98)}.caisse-screen .caisse-main-layout .caisse-right-panel .btn-validate-caisse:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.caisse-screen .caisse-table-picker{flex-direction:column;gap:1.15rem;width:100%;max-width:980px;margin:0 auto;padding-top:.5rem;animation:.35s cubic-bezier(.16,1,.3,1) fadeInDown;display:flex}.caisse-screen .caisse-table-picker .picker-header-area{text-align:center;flex-direction:column;gap:.25rem;display:flex}.caisse-screen .caisse-table-picker .picker-header-area h2{color:#1e1b4b;letter-spacing:-.02em;margin:0;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:950}.caisse-screen .caisse-table-picker .picker-header-area p{color:var(--text-dim);font-size:.9rem;font-weight:600}.caisse-screen .caisse-table-picker .picker-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.85rem;display:grid}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:1.15rem;flex-direction:column;justify-content:space-between;gap:.65rem;padding:.9rem 1.05rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000a}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 25px -5px #4f46e52e}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card:hover .btn-pick-action{background:var(--primary);color:#fff}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card .card-top{justify-content:space-between;align-items:center;display:flex}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card .card-top .table-title{color:#1e1b4b;font-size:1.15rem;font-weight:950;line-height:1.2}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card .card-top .items-badge{color:var(--primary);background:#4f46e51a;border-radius:1rem;padding:.2rem .55rem;font-size:.72rem;font-weight:850}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card .card-meta{color:var(--text-dim);flex-direction:column;gap:.2rem;font-size:.8rem;font-weight:600;display:flex}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card .card-meta .meta-row{align-items:center;gap:.35rem;display:flex}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card .card-bottom{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.15rem;padding-top:.65rem;display:flex}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card .card-bottom .amount-display{color:#1e1b4b;white-space:nowrap;font-size:1.25rem;font-weight:950;line-height:1}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card .card-bottom .btn-pick-action{color:#1e1b4b;white-space:nowrap;background:#f1f5f9;border:none;border-radius:.8rem;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.8rem;font-weight:850;transition:all .2s;display:flex}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card.direct-bar{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-color:#fdba74}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card.direct-bar:hover{border-color:#ea580c;box-shadow:0 12px 25px -5px #f9731638}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card.direct-bar:hover .btn-pick-action{color:#fff;background:#ea580c}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card.direct-bar .table-title{color:#9a3412}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card.direct-bar .items-badge{color:#c2410c;background:#f9731633}.caisse-screen .caisse-table-picker .picker-grid .table-pick-card.direct-bar .amount-display{color:#9a3412;font-size:1.15rem}.caisse-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#0f172a80;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.caisse-modal-overlay .caisse-modal-card{background:#fff;border-radius:2rem;flex-direction:column;gap:1.5rem;width:100%;max-width:480px;padding:2.25rem;animation:.35s cubic-bezier(.16,1,.3,1) slideUp;display:flex;box-shadow:0 30px 60px -12px #00000040}.caisse-modal-overlay .caisse-modal-card .modal-header-row{justify-content:space-between;align-items:center;display:flex}.caisse-modal-overlay .caisse-modal-card .modal-header-row h2{color:#1e1b4b;margin:0;font-size:1.5rem;font-weight:950}.caisse-modal-overlay .caisse-modal-card .modal-header-row .btn-close-modal{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.caisse-modal-overlay .caisse-modal-card .modal-header-row .btn-close-modal:hover{color:#ef4444;background:#fee2e2}.caisse-modal-overlay .caisse-modal-card .modal-form{flex-direction:column;gap:1.25rem;display:flex}.caisse-modal-overlay .caisse-modal-card .modal-form .form-group{flex-direction:column;gap:.5rem;display:flex}.caisse-modal-overlay .caisse-modal-card .modal-form .form-group label{color:#1e1b4b;font-size:.9rem;font-weight:800}.caisse-modal-overlay .caisse-modal-card .modal-form .form-group ui-number{width:100%;display:block}.caisse-modal-overlay .caisse-modal-card .modal-form .form-group input,.caisse-modal-overlay .caisse-modal-card .modal-form .form-group select,.caisse-modal-overlay .caisse-modal-card .modal-form .form-group textarea{border:2px solid #e2e8f0;border-radius:1rem;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s}.caisse-modal-overlay .caisse-modal-card .modal-form .form-group input:focus,.caisse-modal-overlay .caisse-modal-card .modal-form .form-group select:focus,.caisse-modal-overlay .caisse-modal-card .modal-form .form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.caisse-modal-overlay .caisse-modal-card .modal-form .modal-actions{gap:.75rem;margin-top:.5rem;display:flex}.caisse-modal-overlay .caisse-modal-card .modal-form .modal-actions .btn-cancel{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:1.25rem;flex:1;padding:.95rem;font-weight:800}.caisse-modal-overlay .caisse-modal-card .modal-form .modal-actions .btn-cancel:hover{background:#e2e8f0}.caisse-modal-overlay .caisse-modal-card .modal-form .modal-actions .btn-submit{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:1.25rem;flex:2;justify-content:center;align-items:center;gap:.5rem;padding:.95rem;font-weight:900;display:flex;box-shadow:0 8px 20px -3px #4f46e566}.caisse-modal-overlay .caisse-modal-card .modal-form .modal-actions .btn-submit:hover{background:#4338ca}.update-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10000;background:#0f172ab3;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.update-overlay .update-modal{text-align:center;background:#fff;border-radius:2.5rem;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:400px;padding:3rem 2rem;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;display:flex;box-shadow:0 30px 60px -12px #00000040}.update-overlay .update-modal .update-icon{color:#d97706;background:#fef3c7;border-radius:2rem;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:.5rem;animation:2s infinite bounce-soft;display:flex}.update-overlay .update-modal h2{color:#1e1b4b;margin:0;font-size:1.8rem;font-weight:900;line-height:1.2}.update-overlay .update-modal p{color:#64748b;margin:0;font-size:1.05rem;font-weight:500;line-height:1.5}.update-overlay .update-modal .btn-update-now{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:1.5rem;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:1rem;padding:1.25rem;font-size:1rem;font-weight:800;transition:all .3s;display:flex;box-shadow:0 10px 20px -5px #4f46e566}.update-overlay .update-modal .btn-update-now:hover{background:#4338ca;transform:translateY(-3px);box-shadow:0 15px 30px -5px #4f46e580}.update-overlay .update-modal .btn-update-now:hover svg{animation:1s linear infinite spin}.update-overlay .update-modal .btn-update-now:active{transform:scale(.98)}@keyframes bounce-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.status-actions-container{gap:.75rem;width:100%;margin-bottom:1.5rem;display:flex}.status-actions-container .btn-status-next{flex:1;justify-content:center;margin:0}.status-actions-container .btn-hors-carte{color:#4f46e5;cursor:pointer;background:#fff;border:2px dashed #4f46e5;border-radius:1.5rem;flex:1;justify-content:center;align-items:center;gap:.6rem;padding:.8rem 1.5rem;font-family:inherit;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.status-actions-container .btn-hors-carte:hover{background:#4f46e50d;border-style:solid;transform:translateY(-2px);box-shadow:0 10px 20px -5px #4f46e51a}.status-actions-container .btn-hors-carte:active{transform:scale(.98)}.cart-category-divider{align-items:center;gap:.75rem;margin:1.25rem 0 .75rem;padding:0 .5rem;display:flex}.cart-category-divider .category-pill{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;background:#f1f5f9;border-radius:.75rem;padding:.3rem .75rem;font-size:.75rem;font-weight:900}.cart-category-divider .category-pill.hors-carte{color:#4f46e5;background:#4f46e51a}.cart-category-divider .divider-line{background:#f1f5f9;flex:1;height:1px}
