*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}body{-webkit-font-smoothing:antialiased;color:#fff;background:#141414;font-family:system-ui,-apple-system,sans-serif}.auth-page{background:#141414;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{width:100%;max-width:400px}.kds-root{background:#141414;flex-direction:column;height:100vh;display:flex;overflow:hidden}.kds-header{background:#1f1f1f;border-bottom:1px solid #2d2d2d;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.kds-header-left{flex-direction:column;gap:4px;display:flex}.kds-header-title{color:#fff;font-size:18px;font-weight:700}.kds-header-meta{align-items:center;gap:6px;display:flex}.kds-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.kds-status-text{font-size:12px;font-weight:600}.kds-header-right{align-items:center;display:flex}.kds-board{flex-wrap:wrap;flex:1;align-content:flex-start;gap:12px;padding:12px;display:flex;overflow:hidden auto}.kds-loading,.kds-empty{flex-direction:column;justify-content:center;align-items:center;width:100%;padding-top:80px;display:flex}.kds-order-card{background:#1f1f1f;border:1px solid #2d2d2d;border-radius:8px;flex-shrink:0;width:300px;padding:14px;position:relative}.kds-bump-badge{color:#fff;z-index:1;background:#333;border:2px solid #141414;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-10px;left:-10px}.kds-card-header{justify-content:space-between;margin-bottom:10px;display:flex}.kds-order-id{color:#fff;font-size:20px;font-weight:700}.kds-order-type{color:#52c41a;margin-top:2px;font-size:11px;font-weight:600}.kds-timer{text-align:right;font-size:14px;font-weight:700}.kds-table-name{color:#8c8c8c;text-align:right;margin-top:2px;font-size:12px}.kds-divider{background:#2d2d2d;height:1px;margin-bottom:10px}.kds-items-list{margin-bottom:12px}.kds-item-row{cursor:pointer;border-radius:4px;align-items:center;gap:10px;padding:6px 0;display:flex}.kds-item-row:hover{background:#262626;padding-left:4px;padding-right:4px}.kds-checkbox{border:2px solid #434343;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:background .15s,border-color .15s;display:flex}.kds-checkbox.checked{background:#52c41a;border-color:#52c41a}.kds-item-text{color:#d9d9d9;flex:1;font-size:15px}.kds-item-text.done{color:#595959;text-decoration:line-through}
