@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;height:100vh;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit;font-size:inherit;outline:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.flex{display:flex}.flex-col{flex-direction:column}.align-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1}.grid{display:grid}.app-container{width:100vw;height:100vh;display:flex;overflow:hidden}.main-content{background-color:#f8fafc;flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.page-body{flex:1;padding:24px;position:relative;overflow-y:auto}.btn{cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:48px;padding:0 20px;font-weight:600;transition:all .15s ease-in-out;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{color:#fff;background-color:#162f70}.btn-primary:hover{background-color:#204194}.btn-accent{color:#fff;background-color:#e11b22}.btn-accent:hover{background-color:#b81218}.btn-outline{color:#0f172a;background-color:#0000;border:1px solid #e2e8f0}.btn-outline:hover{background-color:#f1f5f9}.btn-danger{color:#fff;background-color:#dc2626}.btn-danger:hover{background-color:#b21d1d}.btn-success{color:#fff;background-color:#16a34a}.btn-success:hover{background-color:#107636}.btn-icon{border-radius:50%;width:48px;height:48px;padding:0}.loader-overlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ffffffb3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.spinner{border:4px solid #162f701a;border-left-color:#162f70;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-group{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.form-label{color:#64748b;font-size:.875rem;font-weight:500}.form-input{color:#0f172a;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;height:48px;padding:0 16px;font-size:1rem;transition:all .15s ease-in-out}.form-input:focus{border-color:#162f70;box-shadow:0 0 0 3px #162f7026}.badge{text-transform:uppercase;border-radius:12px;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-success{color:#138d40;background-color:#16a34a26}.badge-warning{color:#ac6f07;background-color:#f59e0b26}.badge-danger{color:#dc2626;background-color:#dc262626}.badge-info{color:#3b82f6;background-color:#3b82f626}.toast-container{z-index:10000;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.toast{color:#fff;border-radius:12px;align-items:center;gap:12px;min-width:280px;padding:16px 20px;font-weight:500;animation:.2s ease-out forwards slideIn;display:flex;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.toast.toast-success{background-color:#16a34a}.toast.toast-error{background-color:#dc2626}.toast.toast-info{background-color:#162f70}.toast.toast-warning{color:#0f172a;background-color:#f59e0b}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (width>=993px){.kitchen-board{grid-template-columns:repeat(3,1fr)}.kitchen-board[data-show-completed=true]{grid-template-columns:repeat(4,1fr)}}@media (width<=992px){.kitchen-board{flex-direction:column;gap:16px;height:auto;max-height:calc(100vh - 150px);display:flex;overflow-y:auto}}@media (width<=992px){.kitchen-column{flex-shrink:0;height:auto;max-height:500px}}@media (width<=992px){.column-title{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{opacity:.6}to{opacity:1}}.stat-card{transition:all .25s ease-in-out;position:relative;overflow:hidden}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.gradient-revenue{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-color:#bbf7d0!important}.gradient-revenue .stat-icon-wrapper{box-shadow:0 4px 10px #16a34a4d;color:#fff!important;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)!important}.gradient-orders{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-color:#bae6fd!important}.gradient-orders .stat-icon-wrapper{box-shadow:0 4px 10px #2563eb4d;color:#fff!important;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)!important}.gradient-avg{background:linear-gradient(135deg,#fdf4ff 0%,#fae8ff 100%);border-color:#f5d0fe!important}.gradient-avg .stat-icon-wrapper{box-shadow:0 4px 10px #9333ea4d;color:#fff!important;background:linear-gradient(135deg,#a855f7 0%,#9333ea 100%)!important}.gradient-splits{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-color:#fed7aa!important}.glass-panel{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #ffffff80;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.responsive-table-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-top:16px;overflow:hidden;box-shadow:0 4px 20px #00000008}.responsive-table{border-collapse:collapse;text-align:left;width:100%}.responsive-table thead tr{background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.responsive-table thead tr th{color:#64748b;text-transform:uppercase;letter-spacing:.5px;padding:16px 20px;font-size:.8rem;font-weight:700}.responsive-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .2s}.responsive-table tbody tr:hover{background-color:#f8fafc}.responsive-table tbody tr:last-child{border-bottom:none}.responsive-table tbody tr td{color:#334155;vertical-align:middle;padding:16px 20px;font-size:.95rem}@media (width<=768px){.responsive-table{display:block}.responsive-table thead{display:none}.responsive-table tbody{background:0 0;width:100%;display:block}.responsive-table tbody tr{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:12px;margin:12px 16px;padding:16px;display:flex;box-shadow:0 4px 12px #0000000d}.responsive-table tbody tr:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 8px 16px #00000014}.responsive-table tbody tr td{border:none;justify-content:space-between;align-items:center;padding:0;font-size:.95rem;display:flex}.responsive-table tbody tr td:before{content:attr(data-label);text-transform:uppercase;color:#94a3b8;margin-right:16px;font-size:.75rem;font-weight:700}.responsive-table tbody tr td:last-child{border-top:1px solid #f1f5f9;flex-direction:column;gap:10px;margin-top:12px;padding-top:16px}.responsive-table tbody tr td:last-child:before{display:none}.responsive-table tbody tr td:last-child>div{flex-direction:column;gap:8px;width:100%;display:flex}.responsive-table tbody tr td:last-child>div button{justify-content:center;width:100%;height:44px;font-size:.95rem}}.status-badge{letter-spacing:.3px;border-radius:20px;align-items:center;padding:6px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.status-badge.badge-dinein{color:#2563eb;background-color:#eff6ff;border:1px solid #bfdbfe}.status-badge.badge-takeaway{color:#ea580c;background-color:#fff7ed;border:1px solid #fed7aa}.status-badge.badge-delivery{color:#db2777;background-color:#fdf2f8;border:1px solid #fbcfe8}.status-badge.badge-success{color:#16a34a;background-color:#f0fdf4;border:1px solid #bbf7d0}.status-badge.badge-warning{color:#d97706;background-color:#fffbeb;border:1px solid #fde68a}.search-wrapper{width:100%;position:relative}.search-wrapper input{background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:14px;outline:none;width:100%;height:48px;padding:0 16px 0 48px;font-size:.95rem;transition:all .2s}.search-wrapper input:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.search-wrapper svg{color:#94a3b8;transition:color .2s;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.search-wrapper input:focus+svg{color:#3b82f6}.billing-layout{grid-template-columns:1fr 400px;height:calc(100vh - 70px);display:grid;overflow:hidden}@media (width<=1024px){.billing-layout{grid-template-columns:1fr 340px}}@media (width<=768px){.billing-layout{grid-template-rows:1fr auto;grid-template-columns:1fr}}.menu-panel{background-color:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;height:100%;padding:16px;display:flex;overflow:hidden}.search-bar-container{gap:12px;margin-bottom:16px;display:flex}.search-bar-container .search-input-wrapper{flex:1;position:relative}.search-bar-container .search-input-wrapper .search-icon{color:#64748b;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-bar-container .search-input-wrapper input{width:100%;padding-left:44px}.categories-scroll{flex-shrink:0;gap:10px;margin-bottom:16px;padding-bottom:12px;display:flex;overflow-x:auto}.categories-scroll::-webkit-scrollbar{height:4px}.categories-scroll .category-tab{color:#0f172a;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;align-items:center;height:44px;padding:0 18px;font-weight:600;transition:all .15s ease-in-out;display:flex}.categories-scroll .category-tab.active{color:#fff;background-color:#162f70;border-color:#162f70}.categories-scroll .category-tab:hover:not(.active){background-color:#f1f5f9}.products-grid-scroll{flex:1;padding-bottom:24px;overflow-y:auto}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;display:grid}.product-card{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:140px;padding:14px;transition:all .25s ease-in-out;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.product-card:hover{border-color:#162f704d;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.product-card:active{transform:translateY(0)}.product-card .veg-badge{background:#fff;border:1px solid #16a34a;border-radius:2px;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:10px;right:10px}.product-card .veg-badge:after{content:"";background-color:#16a34a;border-radius:50%;width:8px;height:8px}.product-card .veg-badge.non-veg{border-color:#dc2626}.product-card .veg-badge.non-veg:after{background-color:#dc2626}.product-card .product-name{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:12px;font-size:.95rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card .product-footer{justify-content:space-between;align-items:flex-end;margin-top:12px;display:flex}.product-card .product-footer .product-price{color:#162f70;font-size:1.05rem;font-weight:700}.product-card .product-footer .add-indicator{color:#162f70;background-color:#162f701a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;transition:all .15s ease-in-out;display:flex}.product-card:hover .add-indicator{color:#fff;background-color:#162f70}.cart-panel{background-color:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:-2px 0 10px #00000005}.cart-header{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px;display:flex}.cart-header .table-info{align-items:center;gap:8px;display:flex}.cart-header .table-info h3{color:#0f172a;font-size:1.1rem;font-weight:700}.cart-items-list{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.cart-item{border-bottom:1px dashed #e2e8f0;justify-content:space-between;align-items:flex-start;padding-bottom:12px;display:flex}.cart-item .item-details{flex:1;margin-right:12px}.cart-item .item-details .item-name{color:#0f172a;font-size:.9rem;font-weight:600}.cart-item .item-details .item-price{color:#64748b;margin-top:2px;font-size:.8rem}.cart-item .item-details .item-notes{color:#f59e0b;margin-top:4px;font-size:.75rem;font-style:italic}.cart-item .item-actions{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.cart-item .item-actions .qty-controller{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;align-items:center;display:flex;overflow:hidden}.cart-item .item-actions .qty-controller .qty-btn{cursor:pointer;color:#0f172a;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;transition:all .15s ease-in-out;display:flex}.cart-item .item-actions .qty-controller .qty-btn:hover{background-color:#162f700d}.cart-item .item-actions .qty-controller .qty-val{text-align:center;width:30px;font-size:.9rem;font-weight:700}.cart-item .item-actions .item-subtotal{color:#0f172a;font-size:.9rem;font-weight:700}.cart-summary-panel{background-color:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;padding:16px}.cart-summary-panel .summary-row{color:#64748b;justify-content:space-between;margin-bottom:8px;font-size:.875rem;display:flex}.cart-summary-panel .summary-row.total-row{color:#0f172a;border-top:1px solid #e2e8f0;margin-top:12px;padding-top:12px;font-size:1.2rem;font-weight:800}.cart-summary-panel .summary-row.total-row .grand-total{color:#e11b22}.cart-summary-panel .discount-input-row{gap:8px;margin-bottom:12px;display:flex}.cart-summary-panel .discount-input-row input{border:1px solid #e2e8f0;border-radius:6px;flex:1;height:36px;padding:0 10px;font-size:.85rem}.cart-summary-panel .cart-action-buttons{grid-template-columns:1fr 1fr;gap:12px;margin-top:8px;display:grid}.cart-summary-panel .cart-action-buttons .btn-kot{color:#fff;background-color:#f59e0b}.cart-summary-panel .cart-action-buttons .btn-kot:hover{background-color:#c57f08}.tables-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px;padding:8px;display:grid}.table-card{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;transition:all .25s ease-in-out;box-shadow:0 1px 2px #0000000d}.table-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.table-card.status-free{border-top:6px solid #16a34a}.table-card.status-occupied{background-color:#e11b2205;border-top:6px solid #e11b22}.table-card.status-reserved{border-top:6px solid #f59e0b}.table-card .table-name{color:#0f172a;margin-bottom:6px;font-size:1.1rem;font-weight:700}.table-card .table-capacity{color:#64748b;margin-bottom:10px;font-size:.8rem}.billing-layout-container{background-color:#f1f5f9;height:calc(100vh - 70px);display:flex;overflow:hidden}.card-qty-controller{color:#fff;background-color:#162f70;border-radius:20px;justify-content:space-between;align-items:center;width:100%;height:32px;padding:0 4px;animation:.2s cubic-bezier(.34,1.56,.64,1) popIn;display:flex;box-shadow:0 4px 6px -1px #0000001a}.card-qty-controller .card-qty-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;transition:background .15s;display:flex}.card-qty-controller .card-qty-btn:hover{background:#ffffff4d}.card-qty-controller .card-qty-val{text-align:center;min-width:20px;font-size:.85rem;font-weight:700}.product-card.in-cart-active{background-color:#162f7003;border-color:#162f70cc;box-shadow:0 0 0 2px #162f7026,0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.mobile-cart-bar{color:#fff;z-index:1000;cursor:pointer;background:linear-gradient(135deg,#162f70 0%,#204194 100%);border-radius:28px;justify-content:space-between;align-items:center;height:56px;padding:0 24px;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUpIn;display:flex;position:fixed;bottom:76px;left:16px;right:16px;box-shadow:0 10px 25px -5px #162f7066,0 8px 10px -6px #162f7066}.mobile-cart-bar:active{transform:scale(.98)}.mobile-cart-bar .cart-bar-info{align-items:center;gap:12px;display:flex}.mobile-cart-bar .cart-bar-info .cart-bar-badge{color:#fff;background-color:#e11b22;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex;box-shadow:0 2px 4px #0003}.mobile-cart-bar .cart-bar-info .cart-bar-total{font-size:1.1rem;font-weight:800}.mobile-cart-bar .cart-bar-action{letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:flex}.mobile-drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:4000;background-color:#0f172a80;animation:.2s ease-out forwards fadeIn;position:fixed;inset:0}.mobile-drawer-content{z-index:4501;background-color:#fff;border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;max-height:85vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUpDrawer;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -10px 25px -5px #0000001a,0 -8px 10px -6px #0000000d}.mobile-drawer-content .drawer-drag-handle{background-color:#cbd5e1;border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:12px auto 8px}.mobile-drawer-content .drawer-header{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 20px 16px;display:flex}.mobile-drawer-content .drawer-header h3{color:#0f172a;font-size:1.15rem;font-weight:800}.mobile-drawer-content .drawer-header .close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mobile-drawer-content .drawer-body{background-color:#fafbfc;flex:1;padding:16px;overflow-y:auto}.mobile-drawer-content .drawer-footer{background-color:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;padding:16px}.fired-item-badge{color:#16a34a;text-transform:uppercase;background-color:#16a34a1a;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700}.new-item-badge{color:#e11b22;text-transform:uppercase;background-color:#e11b221a;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideUpIn{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpDrawer{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.kitchen-theme{color:#f8fafc;background-color:#0f172a;flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.kitchen-theme .kitchen-topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#0f172ad9;border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex;box-shadow:0 4px 30px #0003}.kitchen-theme .kitchen-topbar .logo{color:#e11b22;letter-spacing:1px;font-size:1.5rem;font-weight:800}.kitchen-theme .kitchen-topbar .logo span{color:#fff}.kitchen-body{flex:1;min-height:0;padding:24px;overflow:hidden}.kitchen-board{gap:24px;height:calc(100vh - 190px);display:grid;overflow:hidden}@media (width>=993px){.kitchen-board{grid-template-columns:repeat(3,1fr)}.kitchen-board[data-show-completed=true]{grid-template-columns:repeat(4,1fr)}}@media (width<=992px){.kitchen-board{flex-direction:column;gap:16px;height:auto;max-height:calc(100vh - 150px);display:flex;overflow-y:auto}}.kitchen-column{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a66;border:1px solid #ffffff0d;border-radius:14px;flex-direction:column;height:100%;min-height:0;transition:transform .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:inset 0 1px 1px #ffffff08,0 8px 32px #00000040}@media (width<=992px){.kitchen-column{flex-shrink:0;height:auto;max-height:500px}}.kitchen-column:hover{border-color:#ffffff14}.column-title{letter-spacing:1px;text-transform:uppercase;background:#00000026;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 20px;font-size:.85rem;font-weight:800;display:flex}@media (width<=992px){.column-title{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}}.column-title.color-pending{color:#f7ae32;background:linear-gradient(#f59e0b1a 0%,#00000026 100%);border-top:4px solid #f59e0b}.column-title.color-pending .count-badge{color:#f7b546;background-color:#f59e0b33}.column-title.color-preparing{color:#629bf8;background:linear-gradient(#3b82f61a 0%,#00000026 100%);border-top:4px solid #3b82f6}.column-title.color-preparing .count-badge{color:#76a7f9;background-color:#3b82f633}.column-title.color-ready{color:#1bc75a;background:linear-gradient(#16a34a1a 0%,#00000026 100%);border-top:4px solid #16a34a}.column-title.color-ready .count-badge{color:#1dd962;background-color:#16a34a33}.column-title.color-completed{color:#cbd5e1;background:linear-gradient(#64748b1a 0%,#00000026 100%);border-top:4px solid #64748b}.column-title.color-completed .count-badge{color:#f1f5f9;background-color:#ffffff1a}.count-badge{border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:850;box-shadow:0 2px 4px #00000026}.column-viewport{scrollbar-width:thin;scrollbar-color:#ffffff4d transparent;flex-direction:column;flex:1;gap:14px;min-height:0;padding:14px;display:flex;overflow-y:auto}.column-viewport::-webkit-scrollbar{width:10px}.column-viewport::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.column-viewport::-webkit-scrollbar-thumb{background:#6392ff80;border:2px solid #0000;border-radius:10px}.column-viewport::-webkit-scrollbar-thumb:hover{background:#6392ffcc}.kitchen-card{background-color:#1e293bbf;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;flex-shrink:0;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s,border-color .25s;animation:.3s ease-out cardFadeIn;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.kitchen-card:hover{border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 30px #00000059}.kitchen-card.status-kot-pending{background:linear-gradient(135deg,#1e293be6 0%,#1e293b99 100%)}.kitchen-card.status-kot-pending:before{content:"";background:linear-gradient(90deg,#f59e0b,#f8bb54);height:4px;position:absolute;top:0;left:0;right:0}.kitchen-card.status-kot-preparing{background:linear-gradient(135deg,#1e293be6 0%,#1e293b99 100%);box-shadow:0 4px 25px #3b82f626}.kitchen-card.status-kot-preparing:before{content:"";background:linear-gradient(90deg,#3b82f6,#84b1f9);height:4px;position:absolute;top:0;left:0;right:0}.kitchen-card.status-kot-ready{background:linear-gradient(135deg,#1e293be6 0%,#1e293b99 100%)}.kitchen-card.status-kot-ready:before{content:"";background:linear-gradient(90deg,#16a34a,#24e16a);height:4px;position:absolute;top:0;left:0;right:0}.kitchen-card.status-kot-completed{opacity:.65;background-color:#1e293b4d}.kitchen-card.status-kot-completed:before{content:"";background:#64748b;height:4px;position:absolute;top:0;left:0;right:0}.kitchen-card.status-kot-completed .item-qty{color:#94a3b8!important;background-color:#ffffff0d!important}.kitchen-card.status-kot-completed .item-name{text-decoration:line-through;color:#94a3b8!important}.kitchen-card .card-header{background-color:#0000001f;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.kitchen-card .card-header .header-left{flex:1;min-width:0}.kitchen-card .card-header .table-badge{color:#fff;letter-spacing:.5px;background:#ffffff14;border-radius:6px;padding:2px 8px;font-size:.8rem;font-weight:800}.kitchen-card .card-header .order-type-badge{letter-spacing:.5px;text-transform:uppercase;border-radius:4px;padding:2px 7px;font-size:.65rem;font-weight:800;display:inline-block}.kitchen-card .card-header .order-type-badge.badge-dinein{color:#60a5fa;background-color:#3b82f626;border:1px solid #3b82f640}.kitchen-card .card-header .order-type-badge.badge-takeaway{color:#fbbf24;background-color:#f59e0b26;border:1px solid #f59e0b40}.kitchen-card .card-header .order-type-badge.badge-delivery{color:#f472b6;background-color:#ec489926;border:1px solid #ec489940}.kitchen-card .card-header .order-no{color:#94a3b8;letter-spacing:.3px;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:.7rem;font-weight:600;overflow:hidden}.kitchen-card .card-header .order-time{color:#64748b;margin-top:2px;font-size:.7rem}.kitchen-card .card-header .order-meta{text-align:right;flex-shrink:0}.kitchen-card .card-header .order-meta .timer{color:#f59e0b;white-space:nowrap;background:#f59e0b14;border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:.8rem;font-weight:700;display:flex}.kitchen-card .card-header .order-meta .timer.critical{color:#dc2626;background:#dc262626;animation:1s infinite alternate pulse}.kitchen-card .card-items{flex-direction:column;gap:8px;padding:10px 14px;display:flex}.kitchen-card .kitchen-item{align-items:center;font-size:.9rem;display:flex}.kitchen-card .kitchen-item .item-qty{color:#f59e0b;background-color:#f59e0b1f;border-radius:4px;flex-shrink:0;margin-right:10px;padding:1px 6px;font-size:.85rem;font-weight:800}.kitchen-card .kitchen-item .item-desc{flex:1;min-width:0}.kitchen-card .kitchen-item .item-desc .item-name{color:#f1f5f9;font-size:.88rem;font-weight:600}.kitchen-card .kitchen-item .item-desc .item-note{color:#f43f5e;background-color:#f43f5e14;border:1px dashed #f43f5e33;border-radius:4px;margin-top:3px;padding:3px 6px;font-size:.75rem;font-style:italic;display:inline-block}.kitchen-card .card-actions{background-color:#00000014;border-top:1px solid #ffffff0d;gap:8px;padding:10px 12px;display:flex}.kitchen-card .card-actions button{cursor:pointer;letter-spacing:.5px;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;height:44px;font-size:.85rem;font-weight:800;transition:all .2s;display:flex}.kitchen-card .card-actions button:active{transform:scale(.96)}.kitchen-card .card-actions .btn-prep{color:#fff;background-color:#3b82f6;box-shadow:0 2px 8px #3b82f64d}.kitchen-card .card-actions .btn-prep:hover{background-color:#5392f7}.kitchen-card .card-actions .btn-ready{color:#fff;background-color:#16a34a;box-shadow:0 2px 8px #16a34a4d}.kitchen-card .card-actions .btn-ready:hover{background-color:#19b954}.kitchen-card .card-actions .btn-complete{color:#f8fafc;background-color:#334155;border:1px solid #ffffff14}.kitchen-card .card-actions .btn-complete:hover{background-color:#475569}.kitchen-card .card-actions .btn-revert{color:#94a3b8;background-color:#ffffff0d;border:1px solid #ffffff14}.kitchen-card .card-actions .btn-revert:hover{color:#f8fafc;background-color:#ffffff1f}.kitchen-card .card-actions .btn-close-ticket{color:#fff;background-color:#64748b;box-shadow:0 2px 8px #64748b4d}.kitchen-card .card-actions .btn-close-ticket:hover{background-color:#73839a}
