*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{color:#0f172a;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px}.kds-app{flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.kds-header{background:#fff;border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;height:80px;padding:0 24px;display:flex}.kds-header .kds-title{align-items:center;gap:16px;display:flex}.kds-header .kds-title .btn-back{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;padding:4px 12px;font-size:24px;line-height:1;transition:all .2s}.kds-header .kds-title .btn-back:hover{color:#0f172a;background:#f8fafc;border-color:#64748b}.kds-header .kds-title .icon{font-size:36px}.kds-header .kds-title h1{font-size:28px;font-weight:700}.kds-header .kds-time{font-variant-numeric:tabular-nums;font-size:32px;font-weight:600}.kds-header .kds-stats{gap:24px;display:flex}.kds-header .kds-stats .stat{text-align:center}.kds-header .kds-stats .stat .stat-value{font-size:28px;font-weight:700}.kds-header .kds-stats .stat .stat-label{color:#64748b;text-transform:uppercase;font-size:12px}.kds-header .kds-connection{border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;display:flex}.kds-header .kds-connection--connected{color:#16a34a;background:#16a34a33}.kds-header .kds-connection--disconnected{color:#dc2626;background:#dc262633}.kds-header .kds-connection .dot{background:currentColor;border-radius:50%;width:8px;height:8px}.kds-main{flex-direction:column;flex:1;padding:16px;display:flex;overflow:hidden}.kds-orders{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;flex:1;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-content:start;gap:16px;padding-bottom:16px;display:grid;overflow:hidden auto}.kds-orders::-webkit-scrollbar{width:12px}.kds-orders::-webkit-scrollbar-track{background:#f8fafc}.kds-orders::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.kds-orders::-webkit-scrollbar-thumb:hover{background:#94a3b8}.order-card{cursor:pointer;background:#fff;border:3px solid #e2e8f0;border-radius:12px;flex-direction:column;transition:transform .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a}.order-card:active{transform:scale(.98)}.order-card--new{border-color:#16a34a}.order-card--new .order-header{background:#16a34a33}.order-card--new .order-timer{color:#16a34a}.order-card--waiting{border-color:#ea580c}.order-card--waiting .order-header{background:#ea580c33}.order-card--waiting .order-timer{color:#ea580c}.order-card--urgent{border-color:#dc2626}.order-card--urgent .order-header{background:#dc262633}.order-card--urgent .order-timer{color:#dc2626}.order-card--urgent{animation:1s infinite pulse}.order-card--ready{border-color:#0284c7}.order-card--ready .order-header{background:#0284c733}.order-card .order-header{justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.order-card .order-header .order-table{font-size:28px;font-weight:700}.order-card .order-header .order-timer{font-variant-numeric:tabular-nums;font-size:24px;font-weight:600}.order-card .order-items{flex:1;padding:12px 16px}.order-card .order-items .course-group{margin-bottom:8px}.order-card .order-items .course-group:last-child{margin-bottom:0}.order-card .order-items .course-group .course-header{color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e2e8f0;margin-bottom:4px;padding:4px 0;font-size:14px;font-weight:700}.order-card .order-items .order-item{margin-bottom:8px;font-size:20px;display:flex}.order-card .order-items .order-item .item-qty{min-width:32px;font-weight:700}.order-card .order-items .order-item .item-name{flex:1}.order-card .order-items .order-item .item-notes{color:#ea580c;margin-top:2px;margin-left:32px;font-size:16px;font-style:italic}.order-card .order-items .order-item .item-modifiers{flex-direction:column;gap:4px;margin-top:2px;margin-left:32px;display:flex}.order-card .order-items .order-item .item-modifiers .modifier-tag{color:#c084fc;width:fit-content;font-size:14px;font-weight:600}.order-card .order-notes{color:#ea580c;background:#ea580c1a;border-top:1px solid #e2e8f0;padding:8px 16px;font-size:16px;font-weight:600}.order-card .order-action{border-top:1px solid #e2e8f0;padding:16px}.order-card .order-action button{cursor:pointer;text-transform:uppercase;border:none;border-radius:8px;width:100%;padding:16px;font-size:18px;font-weight:700;transition:opacity .2s}.order-card .order-action button:active{opacity:.8}.order-card .order-action button.btn-start{color:#fff;background:#ea580c}.order-card .order-action button.btn-ready{color:#fff;background:#16a34a}.order-card .order-action button.btn-served{color:#fff;background:#0284c7}.kds-ready-section{border-top:2px solid #e2e8f0;margin-top:16px;padding-top:16px}.kds-ready-section h2{color:#64748b;text-transform:uppercase;margin-bottom:12px;font-size:20px}.kds-ready-section .ready-orders{flex-wrap:wrap;gap:12px;display:flex}.kds-ready-section .ready-order{cursor:pointer;background:#0284c733;border:2px solid #0284c7;border-radius:8px;padding:12px 24px;font-size:24px;font-weight:700;transition:transform .2s}.kds-ready-section .ready-order:active{transform:scale(.95)}.kds-stats-bar{border-top:1px solid #e2e8f0;justify-content:center;gap:24px;padding:16px 0;display:flex}.kds-stats-bar .stat-item{color:#64748b;align-items:center;gap:8px;font-size:16px;display:flex}.kds-stats-bar .stat-item .stat-dot{border-radius:50%;width:12px;height:12px}.kds-stats-bar .stat-item .stat-dot--queue{background:#16a34a}.kds-stats-bar .stat-item .stat-dot--prep{background:#ea580c}.kds-stats-bar .stat-item .stat-dot--ready{background:#0284c7}.kds-stats-bar .stat-item strong{color:#0f172a;font-size:20px}.kds-login{flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:24px;display:flex}.kds-login .login-box{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:40px}.kds-login .login-box h1{text-align:center;margin-bottom:32px;font-size:28px}.kds-login .login-box .form-group{margin-bottom:20px}.kds-login .login-box .form-group label{color:#64748b;margin-bottom:8px;display:block}.kds-login .login-box .form-group input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:16px;font-size:18px}.kds-login .login-box .form-group input:focus{border-color:#16a34a;outline:none}.kds-login .login-box button{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;width:100%;margin-top:16px;padding:16px;font-size:18px;font-weight:700}.kds-login .login-box button:disabled{opacity:.5;cursor:not-allowed}.kds-login .login-box .error{color:#dc2626;background:#dc262633;border-radius:8px;margin-bottom:20px;padding:12px}.kds-settings{gap:8px;display:flex;position:relative}.kds-settings .settings-btn{color:#0f172a;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:16px}.kds-settings .settings-btn:hover{background:#f1f5f9}.kds-settings .settings-btn.active{color:#fff;background:#ea580c;border-color:#ea580c}.kds-settings .settings-dropdown{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:200px;margin-top:8px;padding:8px 0;position:absolute;top:100%;right:0;box-shadow:0 4px 6px -1px #0000001a}.kds-settings .settings-dropdown button{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 16px;font-size:16px}.kds-settings .settings-dropdown button:hover{background:#f1f5f9}.kds-settings .settings-dropdown button.active{color:#16a34a;font-weight:600}.kds-batch-toolbar{background:#ea580c1a;border-bottom:2px solid #ea580c;justify-content:space-between;align-items:center;padding:12px 24px;display:flex}.kds-batch-toolbar .batch-count{color:#ea580c;font-size:18px;font-weight:600}.kds-batch-toolbar .batch-actions{gap:12px;display:flex}.kds-batch-toolbar .batch-actions button{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:16px;font-weight:600;transition:opacity .2s}.kds-batch-toolbar .batch-actions button:disabled{opacity:.5;cursor:not-allowed}.kds-batch-toolbar .batch-actions .btn-batch-start{color:#fff;background:#ea580c}.kds-batch-toolbar .batch-actions .btn-batch-ready{color:#fff;background:#16a34a}.kds-batch-toolbar .batch-actions .btn-batch-clear{color:#0f172a;background:#e2e8f0}.order-item{position:relative}.order-item .item-checkbox{align-items:center;margin-right:8px;display:flex}.order-item .item-checkbox input[type=checkbox]{cursor:pointer;accent-color:#ea580c;width:20px;height:20px}.order-item .item-content{flex:1;min-width:0}.order-item .item-status-badge{white-space:nowrap;border-radius:4px;margin-left:8px;padding:2px 6px;font-size:12px;font-weight:600}.order-item .item-status-badge.item-status--sent{display:none}.order-item .item-status-badge.item-status--inprep{color:#ea580c;background:#ea580c33}.order-item .item-status-badge.item-status--ready{color:#16a34a;background:#16a34a33}.order-item.item-status--inprep{background:#ea580c0d;border-radius:4px;margin:0 -8px;padding:4px 8px}.order-item.item-status--ready{opacity:.7;background:#16a34a0d;border-radius:4px;margin:0 -8px;padding:4px 8px;text-decoration:line-through}.order-item.selected{background:#ea580c26;border-radius:4px;margin:0 -8px;padding:4px 8px}.order-item .item-actions{gap:4px;margin-left:8px;display:flex}.order-item .item-actions button{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;transition:transform .1s;display:flex}.order-item .item-actions button:active{transform:scale(.9)}.order-item .item-actions button:disabled{opacity:.5;cursor:not-allowed}.order-item .item-actions .btn-item-start{color:#fff;background:#ea580c}.order-item .item-actions .btn-item-ready{color:#fff;background:#16a34a}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.kds-empty{color:#64748b;flex-direction:column;justify-content:center;align-items:center;height:100%;font-size:24px;display:flex}.kds-empty .empty-icon{margin-bottom:16px;font-size:64px}.kds-app.fullscreen .kds-header{height:100px}.kds-app.fullscreen .kds-header h1{font-size:36px}.kds-app.fullscreen .kds-header .kds-time{font-size:42px}.kds-app.fullscreen .kds-header .stat-value,.kds-app.fullscreen .order-card .order-header .order-table{font-size:36px}.kds-app.fullscreen .order-card .order-header .order-timer{font-size:32px}.kds-app.fullscreen .order-card .order-item{font-size:24px}@media (width<=1024px){.kds-header{height:60px;padding:0 16px}.kds-header .kds-title{gap:8px}.kds-header .kds-title .icon{font-size:24px}.kds-header .kds-title h1{font-size:20px}.kds-header .kds-time{font-size:24px}.kds-header .kds-stats{gap:16px}.kds-header .kds-stats .stat .stat-value{font-size:20px}.kds-header .kds-stats .stat .stat-label{font-size:10px}.kds-header .kds-connection{padding:6px 12px;font-size:12px}.kds-orders{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.order-card{border-width:2px}.order-card .order-header{padding:8px 12px}.order-card .order-header .order-table{font-size:20px}.order-card .order-header .order-timer{font-size:18px}.order-card .order-items{padding:8px 12px}.order-card .order-items .order-item{margin-bottom:6px;font-size:16px}.order-card .order-items .order-item .item-qty{min-width:28px}.order-card .order-items .order-item .item-notes{margin-left:28px;font-size:13px}.order-card .order-notes{padding:6px 12px;font-size:13px}.order-card .order-action{padding:10px 12px}.order-card .order-action button{padding:12px;font-size:14px}.kds-ready-section h2{font-size:16px}.kds-ready-section .ready-order{padding:8px 16px;font-size:18px}.kds-stats-bar{gap:16px;padding:12px 0}.kds-stats-bar .stat-item{font-size:13px}.kds-stats-bar .stat-item strong{font-size:16px}}@media (width<=768px){body{font-size:14px}.kds-header{flex-wrap:wrap;height:50px;padding:0 12px}.kds-header .kds-title .icon{font-size:20px}.kds-header .kds-title h1{font-size:16px}.kds-header .kds-time{font-size:18px}.kds-header .kds-stats{gap:12px}.kds-header .kds-stats .stat .stat-value{font-size:16px}.kds-header .kds-stats .stat .stat-label{font-size:9px}.kds-header .kds-connection{gap:4px;padding:4px 8px;font-size:11px}.kds-header .kds-connection .dot{width:6px;height:6px}.kds-header .kds-settings .settings-btn{padding:6px 10px;font-size:12px}.kds-main{padding:8px}.kds-orders{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}.order-card{border-radius:8px}.order-card .order-header{padding:6px 10px}.order-card .order-header .order-table{font-size:16px}.order-card .order-header .order-timer{font-size:14px}.order-card .order-items{padding:6px 10px}.order-card .order-items .order-item{margin-bottom:4px;font-size:14px}.order-card .order-items .order-item .item-qty{min-width:24px;font-size:14px}.order-card .order-items .order-item .item-notes{margin-left:24px;font-size:11px}.order-card .order-notes{padding:4px 10px;font-size:11px}.order-card .order-action{padding:8px 10px}.order-card .order-action button{border-radius:6px;padding:10px;font-size:12px}.kds-ready-section{margin-top:8px;padding-top:8px}.kds-ready-section h2{margin-bottom:8px;font-size:14px}.kds-ready-section .ready-orders{gap:8px}.kds-ready-section .ready-order{padding:6px 12px;font-size:14px}.kds-stats-bar{flex-wrap:wrap;justify-content:space-around;gap:8px;padding:8px 0}.kds-stats-bar .stat-item{gap:4px;font-size:11px}.kds-stats-bar .stat-item .stat-dot{width:8px;height:8px}.kds-stats-bar .stat-item strong{font-size:14px}}@media (width<=480px){.kds-header{height:auto;min-height:44px;padding:8px}.kds-header .kds-title h1,.kds-header .kds-stats{display:none}.kds-orders{grid-template-columns:repeat(2,1fr);gap:6px}.order-card .order-header{padding:4px 8px}.order-card .order-header .order-table{font-size:14px}.order-card .order-header .order-timer{font-size:12px}.order-card .order-items{max-height:80px;padding:4px 8px;overflow-y:auto}.order-card .order-items .order-item{font-size:12px}.order-card .order-items .order-item .item-qty{min-width:20px}.order-card .order-items .order-item .item-notes{display:none}.order-card .order-action button{padding:8px;font-size:11px}.kds-stats-bar{display:none}}.prep-view .prep-view-content{flex:1;padding:16px;overflow-y:auto}.prep-view .prep-tables-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:16px;display:grid}.prep-view .prep-table-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.prep-view .prep-table-card .prep-table-header{color:#fff;background:#0f172a;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.prep-view .prep-table-card .prep-table-header .table-number{font-size:20px;font-weight:700}.prep-view .prep-table-card .prep-table-header .waiting-time{opacity:.8;font-size:18px;font-weight:600}.prep-view .prep-table-card .prep-courses{padding:12px}.prep-view .prep-table-card .prep-course{background:#f1f5f9;border-left:4px solid #16a34a;border-radius:8px;margin-bottom:8px;padding:12px}.prep-view .prep-table-card .prep-course:last-child{margin-bottom:0}.prep-view .prep-table-card .prep-course.upcoming{opacity:.5;background:#f8fafc;border-left-color:#94a3b8}.prep-view .prep-table-card .prep-course.upcoming .course-header{color:#64748b}.prep-view .prep-table-card .prep-course.upcoming .prep-item{color:#94a3b8}.prep-view .prep-table-card .prep-course.active{background:#ea580c14;border-left-color:#ea580c}.prep-view .prep-table-card .prep-course .course-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.prep-view .prep-table-card .prep-course .course-header .course-label{text-transform:uppercase;letter-spacing:.5px;color:#64748b;font-size:14px;font-weight:700}.prep-view .prep-table-card .prep-course .course-header .course-status{border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600}.prep-view .prep-table-card .prep-course .course-header .course-status.upcoming{color:#64748b;background:#e2e8f0}.prep-view .prep-table-card .prep-course .course-header .course-status.active{color:#ea580c;background:#ea580c26}.prep-view .prep-table-card .prep-course .course-items .prep-item{border-bottom:1px solid #0000000d;align-items:flex-start;gap:8px;padding:6px 0;font-size:18px;display:flex}.prep-view .prep-table-card .prep-course .course-items .prep-item:last-child{border-bottom:none}.prep-view .prep-table-card .prep-course .course-items .prep-item .item-qty{min-width:32px;font-weight:700}.prep-view .prep-table-card .prep-course .course-items .prep-item .item-name{flex:1;font-weight:500}.prep-view .prep-table-card .prep-course .course-items .prep-item .item-notes{color:#ea580c;margin-left:8px;font-size:14px;font-style:italic}.prep-view .kds-footer{color:#64748b;background:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:50px;padding:0 20px;font-size:14px;display:flex}.prep-view .empty-state{color:#64748b;justify-content:center;align-items:center;height:100%;font-size:24px;display:flex}.summary-view .summary-content{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.summary-view .summary-stats{background:#fff;border-radius:12px;justify-content:center;gap:32px;padding:16px;display:flex;box-shadow:0 2px 8px #0000001a}.summary-view .summary-stats .stat-item{flex-direction:column;align-items:center;gap:4px;display:flex}.summary-view .summary-stats .stat-item .stat-value{color:#0f172a;font-size:36px;font-weight:700}.summary-view .summary-stats .stat-item .stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:14px}.summary-view .summary-categories{flex:1;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.summary-view .summary-category-card{background:#fff;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.summary-view .summary-category-card .category-header{color:#fff;background:#0f172a;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.summary-view .summary-category-card .category-header .category-name{letter-spacing:.5px;font-size:16px;font-weight:700}.summary-view .summary-category-card .category-header .category-total{background:#fff3;border-radius:8px;padding:4px 12px;font-size:24px;font-weight:700}.summary-view .summary-category-card .category-items{flex:1;padding:8px 0}.summary-view .summary-category-card .summary-item{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.summary-view .summary-category-card .summary-item:last-child{border-bottom:none}.summary-view .summary-category-card .summary-item .item-name{flex:1;font-size:16px;font-weight:500}.summary-view .summary-category-card .summary-item .item-counts{align-items:center;gap:8px;display:flex}.summary-view .summary-category-card .summary-item .item-counts .total-qty{color:#0f172a;text-align:right;min-width:40px;font-size:24px;font-weight:700}.summary-view .summary-category-card .summary-item .item-counts .in-prep{color:#ea580c;background:#ea580c26;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600}.summary-view .summary-category-card .category-footer{color:#64748b;text-align:right;background:#f1f5f9;padding:12px 16px;font-size:14px;font-weight:600}.kds-actions{gap:12px;display:flex}.kds-actions button{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.kds-actions button:hover{opacity:.9}.kds-actions button:active{transform:scale(.98)}.kds-actions .btn-refresh{color:#fff;background:#16a34a}.kds-actions .btn-logout{color:#0f172a;background:#e2e8f0}.kds-actions .btn-logout:hover{background:#cbd5e1}.connection-status{border-radius:50%;width:10px;height:10px;margin-left:8px;display:inline-block}.connection-status.connected{background:#16a34a;box-shadow:0 0 8px #16a34a99}.connection-status.disconnected{background:#dc2626;animation:1s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.empty-state{color:#64748b;justify-content:center;align-items:center;height:100%;font-size:24px;display:flex}.kds-footer{color:#64748b;background:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:50px;padding:0 20px;font-size:14px;display:flex}@media (width<=1024px){.prep-view .prep-tables-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.prep-view .prep-table-card .prep-table-header{padding:10px 14px}.prep-view .prep-table-card .prep-table-header .table-number{font-size:18px}.prep-view .prep-table-card .prep-table-header .waiting-time{font-size:16px}.prep-view .prep-table-card .prep-course{padding:10px}.prep-view .prep-table-card .prep-course .course-header .course-label{font-size:12px}.prep-view .prep-table-card .prep-course .course-items .prep-item{font-size:16px}.prep-view .prep-table-card .prep-course .course-items .prep-item .item-notes{font-size:12px}.summary-view .summary-stats{gap:20px;padding:12px}.summary-view .summary-stats .stat-item .stat-value{font-size:28px}.summary-view .summary-stats .stat-item .stat-label{font-size:12px}.summary-view .summary-categories{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.summary-view .summary-category-card .category-header{padding:12px 14px}.summary-view .summary-category-card .category-header .category-name{font-size:14px}.summary-view .summary-category-card .category-header .category-total{font-size:20px}.summary-view .summary-category-card .summary-item{padding:8px 14px}.summary-view .summary-category-card .summary-item .item-name{font-size:14px}.summary-view .summary-category-card .summary-item .total-qty{font-size:20px}}@media (width<=768px){.kds-actions{gap:8px}.kds-actions button{padding:8px 14px;font-size:12px}.kds-footer{height:40px;padding:0 12px;font-size:12px}.prep-view .prep-tables-grid{grid-template-columns:1fr;gap:10px}.prep-view .prep-table-card .prep-table-header{padding:8px 12px}.prep-view .prep-table-card .prep-table-header .table-number{font-size:16px}.prep-view .prep-table-card .prep-table-header .waiting-time{font-size:14px}.prep-view .prep-table-card .prep-course{margin-bottom:6px;padding:8px}.prep-view .prep-table-card .prep-course .course-header .course-label{font-size:11px}.prep-view .prep-table-card .prep-course .course-items .prep-item{padding:4px 0;font-size:14px}.prep-view .prep-table-card .prep-course .course-items .prep-item .item-qty{min-width:28px}.prep-view .prep-table-card .prep-course .course-items .prep-item .item-notes{font-size:11px}.summary-view .summary-stats{gap:12px;padding:10px}.summary-view .summary-stats .stat-item .stat-value{font-size:22px}.summary-view .summary-stats .stat-item .stat-label{font-size:10px}.summary-view .summary-categories{grid-template-columns:1fr;gap:10px}.summary-view .summary-category-card .category-header{padding:10px 12px}.summary-view .summary-category-card .category-header .category-name{font-size:13px}.summary-view .summary-category-card .category-header .category-total{padding:3px 10px;font-size:18px}.summary-view .summary-category-card .summary-item{padding:8px 12px}.summary-view .summary-category-card .summary-item .item-name{font-size:13px}.summary-view .summary-category-card .summary-item .total-qty{min-width:32px;font-size:18px}.summary-view .summary-category-card .summary-item .in-prep{font-size:10px}.summary-view .summary-category-card .category-footer{padding:10px 12px;font-size:12px}}.kds-home{background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px;display:flex}.kds-home .kds-home-header{text-align:center;margin-bottom:48px;position:relative}.kds-home .kds-home-title{color:#0f172a;margin-bottom:8px;font-size:42px;font-weight:700}.kds-home .kds-home-subtitle{color:#64748b;font-size:20px}.kds-home .kds-home-logout{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:14px;transition:all .2s;position:absolute;top:-20px;right:-120px}.kds-home .kds-home-logout:hover{color:#dc2626;background:#fff;border-color:#dc2626}.kds-home .kds-home-loading{color:#64748b;font-size:20px}.kds-home .kds-home-grid{grid-template-columns:repeat(auto-fit,minmax(220px,280px));justify-content:center;gap:24px;width:100%;max-width:1200px;display:grid}.kds-home .kds-home-card{cursor:pointer;border:2px solid #e2e8f0;border-top:5px solid var(--station-color,#64748b);background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 32px;transition:all .2s;display:flex}.kds-home .kds-home-card i{color:var(--station-color,#64748b);font-size:56px}.kds-home .kds-home-card .kds-home-card-name{color:#0f172a;font-size:24px;font-weight:600}.kds-home .kds-home-card:hover{border-color:var(--station-color,#64748b);transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.kds-home .kds-home-card:active{transform:translateY(-2px)}@media (width<=768px){.kds-home{padding:24px}.kds-home .kds-home-title{font-size:32px}.kds-home .kds-home-logout{margin-top:16px;position:static}.kds-home .kds-home-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.kds-home .kds-home-card{padding:32px 20px}.kds-home .kds-home-card i{font-size:40px}.kds-home .kds-home-card .kds-home-card-name{font-size:18px}}
