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